.openair-news {
  --news-shell: 1400px;
  --news-copy: 790px;
  --openair-charcoal: var(--night);
  --openair-ink: var(--ink);
  --openair-orange: var(--blue);
  --openair-orange-dark: #008fc7;
  --openair-peach: var(--lime);
  --openair-sand: var(--sand);
}

.openair-news .site-header { top: 0; padding-top: 28px; }
.openair-news .nav-wrap { min-height: 88px; }
.openair-news .main-nav .is-current { color: var(--openair-peach); }

.news-masthead {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--openair-charcoal);
  isolation: isolate;
}

.news-masthead::before,
.news-masthead::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 213, 173, 0.18);
  border-radius: 50%;
  content: "";
}

.news-masthead::before { top: -340px; right: -140px; width: 720px; height: 720px; }
.news-masthead::after { right: 140px; bottom: -340px; width: 490px; height: 490px; }

.news-masthead-inner {
  width: min(calc(100% - 64px), var(--news-shell));
  margin-inline: auto;
  padding: 210px 0 92px;
}

.news-masthead .eyebrow { color: var(--openair-peach); }
.news-masthead .eyebrow::before { background: var(--openair-orange); }
.news-masthead h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(74px, 10vw, 146px);
  font-weight: 630;
  line-height: .82;
  letter-spacing: -.075em;
}
.news-masthead h1 span { color: var(--openair-peach); }
.news-masthead-copy { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-top: 35px; }
.news-masthead-copy p { max-width: 600px; margin: 0; color: rgba(255,255,255,.7); font-size: 18px; }
.news-masthead-count { flex: 0 0 auto; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.news-feature {
  width: min(calc(100% - 64px), var(--news-shell));
  display: grid;
  margin: 0 auto;
  padding: 105px 0 120px;
  grid-template-columns: 1.18fr .82fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}
.news-feature-media { position: relative; min-height: 580px; overflow: hidden; }
.news-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.news-feature-label { position: absolute; top: 22px; left: 22px; padding: 9px 12px; color: #fff; background: var(--openair-orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-feature-copy h2 { margin: 0; font-size: clamp(50px, 5.4vw, 82px); font-weight: 620; line-height: .9; letter-spacing: -.065em; }
.news-feature-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.news-feature-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 30px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-feature-link { display: inline-flex; margin-top: 30px; align-items: center; gap: 12px; color: var(--openair-orange-dark); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 6px; }

.news-toolbar { position: sticky; top: 0; z-index: 20; border-block: 1px solid rgba(47,48,51,.16); background: rgba(255,253,250,.96); backdrop-filter: blur(18px); }
.news-toolbar-inner { width: min(calc(100% - 64px), var(--news-shell)); min-height: 92px; display: flex; margin-inline: auto; align-items: center; gap: 28px; }
.news-search { position: relative; width: 285px; flex: 0 0 auto; }
.news-search input { width: 100%; min-height: 47px; padding: 0 42px 0 16px; border: 1px solid rgba(47,48,51,.2); outline: 0; background: #fff; }
.news-search input:focus { border-color: var(--openair-orange); box-shadow: 0 0 0 3px rgba(245,130,32,.12); }
.news-search span { position: absolute; top: 50%; right: 15px; color: var(--openair-orange-dark); transform: translateY(-50%); }
.news-filters { display: flex; flex: 1 1 auto; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.news-filters::-webkit-scrollbar { display: none; }
.news-filter { flex: 0 0 auto; min-height: 39px; padding: 0 14px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.news-filter { display: inline-flex; align-items: center; text-decoration: none; }
.news-filter:hover, .news-filter:focus-visible, .news-filter.is-active { color: #fff; background: var(--openair-charcoal); }
.news-result-count { color: var(--muted); font-size: 11px; font-weight: 800; white-space: nowrap; }

.news-archive { width: min(calc(100% - 64px), var(--news-shell)); margin-inline: auto; padding: 85px 0 125px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px 22px; }
.news-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-card { min-width: 0; }
.news-card[hidden] { display: none; }
.news-card-media { position: relative; height: 285px; display: block; overflow: hidden; background: var(--openair-sand); }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.news-card:hover .news-card-media img { transform: scale(1.04); }
.news-card-category { position: absolute; bottom: 0; left: 0; padding: 8px 11px; color: #fff; background: var(--openair-orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-card-body { padding-top: 20px; }
.news-card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.news-card h2 { margin: 12px 0 11px; font-size: clamp(25px, 2.3vw, 34px); font-weight: 670; line-height: 1.02; letter-spacing: -.045em; }
.news-card h2 a { text-decoration: none; transition: color 180ms ease; }
.news-card h2 a:hover, .news-card h2 a:focus-visible { color: var(--openair-orange-dark); }
.news-card p { margin: 0; color: var(--muted); font-size: 14px; }
.news-card-read { display: inline-block; margin-top: 17px; color: var(--openair-orange-dark); font-size: 12px; font-weight: 900; text-underline-offset: 5px; }
.news-empty { padding: 80px 20px; border-block: 1px solid var(--line); color: var(--muted); text-align: center; }
.news-empty strong { display: block; margin-bottom: 7px; color: var(--openair-ink); font-size: 28px; }
.news-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 85px; }
.news-pagination ul { display: flex; gap: 7px; margin: 0; padding: 0; list-style: none; }
.news-pagination a, .news-pagination span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(47,48,51,.2); text-decoration: none; font-size: 12px; font-weight: 850; }
.news-pagination .current, .news-pagination a:hover { color: #fff; border-color: var(--openair-orange); background: var(--openair-orange); }

.news-ad-card { min-height: 100%; display: flex; padding: 34px; flex-direction: column; justify-content: space-between; color: #fff; background: var(--openair-charcoal); }
.news-ad-card small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.news-ad-card strong { max-width: 320px; font-size: 35px; line-height: .95; letter-spacing: -.045em; }
.news-ad-card span { color: var(--openair-peach); font-size: 12px; font-weight: 800; }

.news-subscribe { display: grid; min-height: 400px; padding: 80px max(32px, calc((100vw - var(--news-shell)) / 2)); grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; color: #fff; background: var(--openair-orange); }
.news-subscribe h2 { margin: 0; font-size: clamp(55px, 7vw, 100px); font-weight: 620; line-height: .86; letter-spacing: -.07em; }
.news-subscribe p { margin: 0 0 20px; color: rgba(255,255,255,.82); }
.subscribe-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.subscribe-form input { min-width: 0; min-height: 58px; padding: 0 17px; border: 0; outline: 0; }
.subscribe-form button { min-height: 58px; padding: 0 22px; border: 0; color: #fff; background: var(--openair-charcoal); cursor: pointer; font-weight: 900; }

/* Single article */
.article-masthead { min-height: 720px; }
.article-masthead .news-masthead-inner { padding-bottom: 100px; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-breadcrumbs a { text-decoration: none; }
.article-breadcrumbs a:hover { color: var(--openair-peach); }
.article-masthead h1 { max-width: 1180px; font-size: clamp(58px, 8.2vw, 120px); line-height: .88; }
.article-head-meta { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 36px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-head-meta span:first-child { color: var(--openair-peach); }
.article-hero { width: min(calc(100% - 64px), var(--news-shell)); margin: -1px auto 0; }
.article-hero img { width: 100%; max-height: 780px; object-fit: cover; }
.article-hero figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }

.article-layout { width: min(calc(100% - 64px), 1180px); display: grid; margin-inline: auto; padding: 100px 0 130px; grid-template-columns: 70px minmax(0, var(--news-copy)) 280px; gap: 45px; align-items: start; }
.article-share { position: sticky; top: 35px; display: grid; gap: 9px; }
.article-share > span { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.article-share a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(47,48,51,.2); border-radius: 50%; text-decoration: none; font-size: 11px; font-weight: 900; }
.article-share a:hover { color: #fff; border-color: var(--openair-orange); background: var(--openair-orange); }
.article-content > *:first-child { margin-top: 0; }
.article-content .article-lead { margin: 0 0 42px; color: var(--openair-ink); font-size: clamp(22px, 2.3vw, 29px); line-height: 1.48; }
.article-content p { margin: 0 0 25px; color: #515358; font-size: 17px; line-height: 1.75; }
.article-content h2 { margin: 66px 0 23px; font-size: clamp(38px, 4.4vw, 59px); font-weight: 650; line-height: .96; letter-spacing: -.055em; }
.article-content ul { margin: 0 0 30px; padding-left: 22px; color: #515358; }
.article-content li { margin-bottom: 10px; padding-left: 5px; font-size: 17px; }
.article-content figure { margin: 48px 0; }
.article-content figure img { width: 100%; }
.article-content figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }
.article-quote { margin: 50px 0; padding: 34px 36px; border-left: 5px solid var(--openair-orange); background: var(--openair-sand); }
.article-quote p { margin: 0; color: var(--openair-ink); font-size: 24px; font-weight: 680; line-height: 1.4; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 65px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-tags a { padding: 7px 10px; color: var(--muted); background: var(--openair-sand); text-decoration: none; font-size: 10px; font-weight: 800; }
.article-author { display: grid; margin-top: 45px; padding: 28px; grid-template-columns: 54px 1fr; gap: 17px; background: #f5f1eb; }
.article-author-avatar { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: var(--openair-orange); font-size: 17px; font-weight: 900; }
.article-author strong { display: block; margin-bottom: 3px; }
.article-author p { margin: 0; font-size: 13px; line-height: 1.5; }

.article-sidebar { display: grid; gap: 18px; }
.article-widget { padding: 23px; border: 1px solid rgba(47,48,51,.16); }
.article-widget h2 { margin: 0 0 17px; font-size: 20px; }
.article-widget-list { display: grid; }
.article-widget-list a { padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 750; line-height: 1.25; }
.article-widget-list a:last-child { border-bottom: 0; }
.article-widget-list a:hover { color: var(--openair-orange-dark); }
.article-ad { display: grid; min-height: 250px; place-items: center; padding: 25px; color: rgba(255,255,255,.7); background: var(--openair-charcoal); text-align: center; }
.article-ad small { display: block; margin-bottom: 7px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.article-ad strong { color: #fff; font-size: 20px; }
.article-newsletter { padding: 25px; color: #fff; background: var(--openair-orange); }
.article-newsletter h2 { margin: 0 0 10px; font-size: 26px; line-height: 1; }
.article-newsletter p { margin: 0 0 16px; color: rgba(255,255,255,.8); font-size: 12px; }
.article-newsletter input { width: 100%; min-height: 45px; padding: 0 12px; border: 0; }
.article-newsletter button { width: 100%; min-height: 45px; margin-top: 7px; border: 0; color: #fff; background: var(--openair-charcoal); cursor: pointer; font-weight: 900; }

.related-news { padding: 110px max(32px, calc((100vw - var(--news-shell)) / 2)); background: var(--openair-sand); }
.related-news-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.related-news h2 { margin: 0; font-size: clamp(48px, 6vw, 80px); line-height: .9; letter-spacing: -.06em; }
.related-news-head > a { color: var(--openair-orange-dark); font-weight: 900; text-underline-offset: 6px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-news .news-card h2 { margin: 12px 0 11px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.02; letter-spacing: -.045em; }

@media (max-width: 1100px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 55px minmax(0, 1fr); }
  .article-sidebar { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .openair-news .main-nav { color: var(--ink); }
  .news-feature { grid-template-columns: 1fr; }
  .news-feature-media { min-height: 540px; }
  .news-subscribe { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .openair-news .main-nav { color: var(--white); }
}

@media (max-width: 680px) {
  .openair-news .site-header { top: 0; padding-top: 10px; }
  .openair-news .nav-wrap, .news-masthead-inner, .news-feature, .news-toolbar-inner, .news-archive, .article-hero, .article-layout { width: calc(100% - 32px); }
  .news-masthead { min-height: 570px; }
  .news-masthead-inner { padding: 175px 0 62px; }
  .news-masthead h1 { font-size: clamp(67px, 20vw, 88px); }
  .news-masthead-copy { display: block; }
  .news-masthead-count { margin-top: 22px; }
  .news-feature { padding: 75px 0 85px; }
  .news-feature-media { min-height: 360px; }
  .news-feature-copy h2 { font-size: 49px; }
  .news-toolbar-inner { min-height: 130px; flex-wrap: wrap; gap: 9px; padding: 14px 0; }
  .news-search { width: 100%; }
  .news-result-count { margin-left: auto; }
  .news-filters { order: 3; flex-basis: 100%; margin-right: -16px; padding-right: 16px; }
  .news-archive { padding: 65px 0 90px; }
  .news-grid { grid-template-columns: 1fr; gap: 52px; }
  .news-card-media { height: 260px; }
  .news-subscribe { padding: 70px 20px; }
  .subscribe-form { grid-template-columns: 1fr; }
  .article-masthead { min-height: 650px; }
  .article-masthead h1 { font-size: clamp(51px, 14vw, 71px); }
  .article-head-meta { gap: 8px 15px; }
  .article-layout { display: block; padding: 65px 0 85px; }
  .article-share { position: static; display: flex; align-items: center; margin-bottom: 35px; }
  .article-share > span { margin: 0 5px 0 0; writing-mode: initial; }
  .article-content h2 { font-size: 39px; }
  .article-sidebar { margin-top: 55px; grid-template-columns: 1fr; }
  .related-news { padding: 80px 16px; }
  .related-news-head { align-items: start; flex-direction: column; }
  .related-grid { grid-template-columns: 1fr; gap: 45px; }
}
