:root {
  --ft-paper: #fff1e5;
  --ft-paper-2: #f7e7d8;
  --ft-ivory: #fffaf5;
  --ft-ink: #262220;
  --ft-muted: #746b65;
  --ft-line: #cdbfb3;
  --ft-line-dark: #968b83;
  --green: #103f35;
  --green-2: #1f5a4d;
  --green-soft: #dce8e2;
  --copper: #9a5c38;
  --red: #9f332b;
  --sans: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --serif: Georgia, "Times New Roman", "Songti SC", "STSong", serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ft-ink);
  background: var(--ft-paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.access-pending { overflow: hidden; }
body.access-pending > .site-header,
body.access-pending > main,
body.access-pending > .footer { visibility: hidden; }
body.access-granted .access-gate { display: none; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 44px)); margin: auto; }

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--ft-ink);
  background: var(--green);
}
.access-gate::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,241,229,.32);
  pointer-events: none;
}
.access-gate__paper {
  position: relative;
  width: min(920px, 100%);
  background: var(--ft-paper);
  border-top: 7px solid var(--ft-ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.access-gate__masthead,
.access-gate__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 20px;
  color: var(--ft-muted);
  border-bottom: 1px solid var(--ft-line-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.access-gate__foot {
  border-top: 1px solid var(--ft-line);
  border-bottom: 0;
}
.access-gate__body {
  display: grid;
  grid-template-columns: 220px minmax(0,1fr);
  gap: clamp(30px,7vw,78px);
  align-items: center;
  min-height: 430px;
  padding: clamp(40px,7vw,76px);
}
.access-gate__seal {
  width: 186px;
  height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--ft-paper);
  background: var(--green);
  box-shadow: 0 0 0 10px var(--ft-paper), 0 0 0 11px var(--green);
  text-align: center;
  font: 600 27px/1 var(--serif);
}
.access-gate__seal small {
  display: block;
  max-width: 110px;
  margin-top: 8px;
  font: 700 10px/1.25 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.access-gate__copy h1 {
  margin: 17px 0 12px;
  font: 500 clamp(34px,5vw,52px)/1 var(--serif);
  letter-spacing: -.035em;
}
.access-gate__copy > p {
  max-width: 510px;
  margin: 0;
  color: var(--ft-muted);
  font-size: 14px;
  line-height: 1.8;
}
.access-gate__form { margin-top: 28px; }
.access-gate__form label {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.access-gate__field {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  border-bottom: 2px solid var(--ft-ink);
}
.access-gate__field input {
  min-width: 0;
  height: 48px;
  padding: 0 10px 0 0;
  color: var(--ft-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font: 600 20px/1 var(--serif);
}
.access-gate__field:focus-within { border-color: var(--green-2); }
.access-gate__auto {
  padding-left: 14px;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.access-gate__error {
  min-height: 18px;
  margin: 8px 0 0;
  color: var(--red);
  font-size: 11px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 70px;
  background: rgba(255,241,229,.96);
  border-bottom: 1px solid var(--ft-ink);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--ft-paper);
  background: var(--green);
  font: 700 15px/1 var(--serif);
}
.brand__name {
  font: 600 19px/1 var(--serif);
  letter-spacing: -.01em;
}
.brand__name small {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font: 700 8px/1 var(--sans);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-nav a {
  padding: 9px 11px;
  color: #514a45;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}
.site-nav a:hover { color: var(--green); border-color: var(--green); }
.site-nav .nav-cta {
  margin-left: 6px;
  color: var(--ft-paper);
  background: var(--green);
  border: 1px solid var(--green);
}
.site-nav .nav-cta:hover { color: var(--ft-paper); background: var(--green-2); }

.hero {
  padding: clamp(54px,7vw,88px) 0 62px;
  border-bottom: 1px solid var(--ft-ink);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(360px,.75fr);
  gap: clamp(38px,7vw,84px);
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 700px;
  margin: 19px 0 18px;
  font: 500 clamp(38px,4.8vw,58px)/1.04 var(--serif);
  letter-spacing: -.045em;
}
.hero h1 em { color: var(--green); font-style: normal; }
.hero__lead {
  max-width: 680px;
  margin: 0;
  color: #5e5651;
  font: 400 clamp(15px,1.4vw,17px)/1.85 var(--serif);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--green);
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 1px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: .18s ease;
}
.button:hover {
  color: var(--ft-paper);
  background: var(--green);
}
.button--primary { color: var(--ft-paper); background: var(--green); }
.button--primary:hover { background: var(--green-2); }
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  border-block: 1px solid var(--ft-line);
}
.hero-stat {
  min-width: 120px;
  padding: 13px 24px 13px 0;
  margin-right: 24px;
  border-right: 1px solid var(--ft-line);
}
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { display: block; font: 600 24px/1 var(--serif); }
.hero-stat span {
  display: block;
  margin-top: 6px;
  color: var(--ft-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.radar {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--ft-paper-2);
  border: 1px solid var(--ft-ink);
}
.radar::before,
.radar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(16,63,53,.25);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.radar::before { width: 330px; height: 330px; }
.radar::after { width: 205px; height: 205px; }
.radar__grid {
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(38,34,32,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,34,32,.08) 1px, transparent 1px);
  background-size: 42px 42px;
}
.radar__axis-x,
.radar__axis-y {
  position: absolute;
  background: rgba(16,63,53,.22);
}
.radar__axis-x { width: 100%; height: 1px; top: 50%; }
.radar__axis-y { width: 1px; height: 100%; left: 50%; }
.radar__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ft-paper);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.radar__core span { font: 600 20px/1 var(--serif); }
.radar__core small {
  display: block;
  max-width: 84px;
  margin-top: 6px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.radar-node {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  padding: 8px 10px;
  color: var(--ft-ink);
  background: rgba(255,241,229,.92);
  border-top: 2px solid var(--green);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}
.radar-node span {
  display: block;
  margin-top: 3px;
  color: var(--ft-muted);
  font-size: 7px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.radar-node--1 { left: 5%; top: 11%; }
.radar-node--2 { right: 4%; top: 15%; }
.radar-node--3 { right: 4%; bottom: 16%; }
.radar-node--4 { left: 5%; bottom: 14%; }
.radar-node--5 { left: 36%; top: 4%; }
.radar__status {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  color: var(--ft-muted);
  border-top: 1px solid var(--ft-line);
  padding-top: 10px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
}

.ticker-strip {
  background: var(--green);
  border-bottom: 1px solid var(--ft-ink);
}
.ticker-strip__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
}
.ticker-label {
  flex: 0 0 auto;
  color: var(--ft-paper);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.ticker-items {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.ticker-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  color: #e6eee9;
  border-left: 1px solid rgba(255,255,255,.24);
  text-decoration: none;
  font-size: 9px;
}
.ticker-item b { color: #fff8f0; font-size: 10px; }

.section { padding: clamp(64px,8vw,96px) 0; }
.section--paper {
  background: var(--ft-ivory);
  border-block: 1px solid var(--ft-line-dark);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px,390px);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ft-ink);
}
.section-title {
  margin: 12px 0 0;
  font: 500 clamp(29px,3.7vw,43px)/1.08 var(--serif);
  letter-spacing: -.035em;
}
.section-note {
  margin: 0;
  color: var(--ft-muted);
  font-size: 12px;
  line-height: 1.75;
}

.featured {
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 20px;
}
.feature-main,
.feature-side { min-width: 0; }
.feature-main {
  min-height: 480px;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
  color: var(--ft-paper);
  background: var(--green);
  border-top: 6px solid var(--ft-ink);
}
.feature-main::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 8%;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255,241,229,.22);
  border-radius: 50%;
}
.feature-main__visual { position: relative; min-height: 210px; }
.feature-orbit {
  position: absolute;
  right: 10%;
  top: 46%;
  width: 185px;
  height: 185px;
  border: 1px solid rgba(255,241,229,.45);
  border-radius: 50%;
  transform: translateY(-50%);
}
.feature-orbit::before,
.feature-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.feature-orbit::before { inset: 28%; border: 1px solid rgba(255,241,229,.5); }
.feature-orbit::after {
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  background: var(--ft-paper);
  transform: translate(-50%,-50%);
}
.feature-orbit i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d39a72;
}
.feature-orbit i:nth-child(1) { left: 12%; top: 24%; }
.feature-orbit i:nth-child(2) { right: -4px; top: 50%; }
.feature-orbit i:nth-child(3) { left: 28%; bottom: 4%; }
.feature-main__content {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-top: 1px solid rgba(255,241,229,.32);
}
.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #bfd1ca;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.story-tag { color: #fff4e8; }
.feature-main h3 {
  max-width: 720px;
  margin: 12px 0 11px;
  font: 500 clamp(27px,3.4vw,40px)/1.1 var(--serif);
  letter-spacing: -.035em;
  white-space: pre-line;
}
.feature-main p {
  max-width: 740px;
  margin: 0;
  color: #d2dfda;
  font-size: 12px;
  line-height: 1.72;
}
.story-link { position: absolute; inset: 0; z-index: 3; }
.feature-side {
  display: grid;
  gap: 20px;
  border-top: 6px solid var(--ft-ink);
}
.side-story {
  position: relative;
  min-height: 230px;
  padding: 23px 22px;
  background: transparent;
  border-bottom: 1px solid var(--ft-ink);
  transition: background .18s ease;
}
.side-story:hover { background: var(--ft-paper); }
.side-story h3 {
  margin: 15px 0 10px;
  font: 600 22px/1.14 var(--serif);
  letter-spacing: -.025em;
  white-space: pre-line;
}
.side-story p {
  margin: 0;
  color: var(--ft-muted);
  font-size: 11px;
  line-height: 1.66;
}
.side-story__arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--green);
  font-size: 18px;
}

.themes {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  border-top: 1px solid var(--ft-ink);
  border-left: 1px solid var(--ft-line);
}
.theme-card {
  min-width: 0;
  min-height: 255px;
  padding: 22px 18px;
  color: inherit;
  background: transparent;
  border-right: 1px solid var(--ft-line);
  border-bottom: 1px solid var(--ft-ink);
  text-decoration: none;
  transition: background .18s ease;
}
.theme-card:hover { background: var(--ft-ivory); }
.theme-number {
  display: block;
  color: var(--green);
  font: 600 24px/1 var(--serif);
}
.theme-card h3 {
  margin: 50px 0 11px;
  font: 600 19px/1.18 var(--serif);
}
.theme-card p {
  min-height: 70px;
  margin: 0;
  color: var(--ft-muted);
  font-size: 11px;
  line-height: 1.65;
}
.theme-count {
  display: block;
  margin-top: 20px;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.archive-tools {
  display: grid;
  grid-template-columns: minmax(260px,1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}
.search {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--green);
  background: transparent;
  border-bottom: 2px solid var(--ft-ink);
}
.search span { font-size: 19px; }
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ft-ink);
  background: transparent;
  font-size: 12px;
}
.search input::placeholder { color: #978b82; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.filter {
  min-height: 35px;
  padding: 0 11px;
  color: #625951;
  background: transparent;
  border: 1px solid var(--ft-line-dark);
  border-radius: 0;
  font-size: 9px;
  font-weight: 750;
}
.filter:hover,
.filter.is-active {
  color: var(--ft-paper);
  background: var(--green);
  border-color: var(--green);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 2px solid var(--ft-ink);
  border-left: 1px solid var(--ft-line);
}
.article {
  position: relative;
  min-height: 315px;
  padding: 21px 20px;
  background: transparent;
  border-right: 1px solid var(--ft-line);
  border-bottom: 1px solid var(--ft-line-dark);
  transition: background .18s ease;
}
.article:hover { background: var(--ft-paper); }
.article__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--ft-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article__tag { color: var(--green); text-align: right; }
.article h3 {
  margin: 35px 0 12px;
  font: 600 21px/1.17 var(--serif);
  letter-spacing: -.025em;
  white-space: pre-line;
}
.article p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--ft-muted);
  font-size: 11px;
  line-height: 1.65;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.article__footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  padding-top: 11px;
  color: var(--green);
  border-top: 1px solid var(--ft-line);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}
.article__arrow { font-size: 16px; }
.article > a { position: absolute; inset: 0; z-index: 2; }
.empty {
  grid-column: 1 / -1;
  padding: 52px;
  color: var(--ft-muted);
  text-align: center;
}
.load-more { display: flex; justify-content: center; margin-top: 27px; }

.brand-story {
  color: var(--ft-paper);
  background: var(--green);
  border-top: 7px solid var(--ft-ink);
}
.brand-story__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(38px,7vw,88px);
  padding: clamp(40px,6vw,68px);
}
.brand-story .eyebrow { color: #cfddd7; }
.brand-story .eyebrow::before { background: #cfddd7; }
.brand-story h2 {
  margin: 15px 0 12px;
  font: 500 clamp(33px,4vw,48px)/1 var(--serif);
}
.brand-story__tagline {
  max-width: 650px;
  color: #fff7ef;
  font: 600 16px/1.5 var(--serif);
}
.brand-story__copy {
  max-width: 650px;
  margin: 17px 0 0;
  color: #c8d7d1;
  font-size: 12px;
  line-height: 1.8;
}
.brand-story__models {
  max-width: 650px;
  margin: 14px 0 0;
  color: #f5e8dc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.brand-story__roles {
  border-top: 1px solid rgba(255,241,229,.45);
}
.role {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,241,229,.25);
}
.role b { color: #fff7ef; font: 600 14px/1.3 var(--serif); }
.role span { color: #c8d7d1; font-size: 11px; line-height: 1.65; }

.footer {
  padding: 32px 0 calc(32px + env(safe-area-inset-bottom));
  color: #5f5751;
  background: var(--ft-paper);
  border-top: 1px solid var(--ft-ink);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}
.footer__brand {
  color: var(--green);
  font: 600 18px/1 var(--serif);
}
.footer p { max-width: 820px; margin: 10px 0 0; font-size: 9px; line-height: 1.75; }
.counter {
  color: var(--ft-muted);
  text-align: right;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.counter b { display: block; margin-top: 6px; color: var(--ft-ink); font: 600 22px/1 var(--serif); }

@media (max-width: 980px) {
  .site-nav a:not(.nav-cta) { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .radar { min-height: 390px; }
  .featured { grid-template-columns: 1fr; }
  .feature-main { min-height: 430px; }
  .feature-side { grid-template-columns: 1fr 1fr; }
  .themes { grid-template-columns: repeat(2,1fr); }
  .theme-card:last-child { grid-column: 1 / -1; min-height: 190px; }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .archive-tools { grid-template-columns: 1fr; }
  .filters { justify-content: flex-start; }
}

@media (max-width: 660px) {
  html { scroll-padding-top: 67px; }
  .container { width: calc(100% - 28px); }
  .access-gate { padding: 13px; }
  .access-gate::before { inset: 7px; }
  .access-gate__paper { border-top-width: 5px; }
  .access-gate__masthead,
  .access-gate__foot { padding: 10px 12px; font-size: 7px; }
  .access-gate__masthead span:last-child,
  .access-gate__foot span:last-child { display: none; }
  .access-gate__body {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 35px 24px 40px;
  }
  .access-gate__seal { width: 128px; height: 128px; font-size: 21px; }
  .access-gate__seal small { font-size: 7px; }
  .access-gate__copy h1 { font-size: 34px; }
  .access-gate__field { grid-template-columns: minmax(0,1fr) auto; border-bottom: 2px solid var(--ft-ink); }
  .access-gate__field input { border-bottom: 0; }
  .access-gate__auto { padding-left: 10px; font-size: 7px; }
  .site-header { height: 62px; }
  .brand__mark { width: 31px; height: 31px; }
  .brand__name { font-size: 17px; }
  .site-nav .nav-cta { padding: 8px 9px; font-size: 9px; }
  .hero { padding: 45px 0 48px; }
  .hero h1 { font-size: clamp(34px,10.5vw,43px); line-height: 1.05; }
  .hero__lead { font-size: 15px; line-height: 1.75; }
  .hero__meta { display: grid; grid-template-columns: repeat(3,1fr); }
  .hero-stat { min-width: 0; padding-right: 8px; margin-right: 8px; }
  .hero-stat strong { font-size: 20px; }
  .hero-stat span { font-size: 6px; }
  .radar { min-height: 350px; }
  .radar::before { width: 280px; height: 280px; }
  .radar::after { width: 176px; height: 176px; }
  .radar__core { width: 108px; height: 108px; }
  .radar__core span { font-size: 17px; }
  .radar-node { max-width: 112px; padding: 6px 7px; font-size: 8px; }
  .radar-node--5 { left: 33%; }
  .ticker-strip__inner { width: 100%; padding-left: 14px; }
  .section { padding: 56px 0; }
  .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 26px; }
  .section-title { font-size: 31px; }
  .featured { gap: 16px; }
  .feature-main { min-height: 420px; }
  .feature-main__content { padding: 23px 20px; }
  .feature-main h3 { font-size: 29px; }
  .feature-main p { font-size: 11px; }
  .feature-side { grid-template-columns: 1fr; }
  .side-story { min-height: 210px; }
  .themes { grid-template-columns: 1fr; }
  .theme-card,
  .theme-card:last-child { grid-column: auto; min-height: 205px; }
  .theme-card h3 { margin-top: 28px; }
  .theme-card p { min-height: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .article { min-height: 285px; }
  .brand-story__inner { grid-template-columns: 1fr; padding: 38px 22px; }
  .role { grid-template-columns: 1fr; gap: 5px; }
  .footer__grid { grid-template-columns: 1fr; }
  .counter { text-align: left; }
}

/* Runtime WCAG guard for dark editorial surfaces and generated cards. */
html body [data-kw-contrast-fixed="true"]::before,
html body [data-kw-contrast-fixed="true"]::after {
  color: inherit !important;
}
html body input[data-kw-contrast-fixed="true"]::placeholder,
html body textarea[data-kw-contrast-fixed="true"]::placeholder {
  color: #f5e8dc !important;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
