:root {
  color-scheme: light;
  --ink: #151515;
  --muted: #656565;
  --soft: #f3f1ed;
  --paper: #fbfaf7;
  --line: #ddd7ce;
  --red: #c3262d;
  --green: #527b61;
  --steel: #4d6472;
  --amber: #c58b42;
  --black: #0d0d0d;
  --max: 1180px;
  --header-height: 62px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 46px);
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(221, 215, 206, 0.86);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-solid,
body.nav-open .site-header {
  background: rgba(251, 250, 247, 0.96);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 7px;
  color: currentColor;
  font-size: 14px;
  font-weight: 650;
  opacity: 0.86;
}

.site-nav a:hover {
  background: #ece7df;
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-solid .site-nav a:hover,
body.nav-open .site-nav a:hover {
  background: #ece7df;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 7px;
  background: transparent;
  color: currentColor;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  padding: calc(var(--header-height) + 38px) clamp(18px, 5vw, 64px) 24px;
  color: var(--ink);
  background: var(--paper);
}

.hero-clean {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  min-height: auto;
  padding-top: calc(var(--header-height) + 72px);
  padding-bottom: clamp(54px, 8vw, 92px);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
}

.anniversary-mark {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #171717;
  color: #fff;
  padding: clamp(18px, 3vw, 26px);
}

.anniversary-mark strong {
  display: block;
  color: #ffcc7b;
  font-size: clamp(76px, 8vw, 126px);
  font-weight: 850;
  line-height: 0.82;
}

.anniversary-mark span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.anniversary-mark em {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(28px, 3.8vw, 46px);
  font-style: normal;
  font-weight: 820;
  line-height: 0.95;
}

.hero-visual {
  display: grid;
  gap: 10px;
}

.refined-visual {
  align-self: stretch;
  gap: 14px;
}

.hero-photo,
.page-visual,
.article-visual {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #171717;
}

.hero-photo {
  min-height: clamp(420px, 54vh, 620px);
}

.hero-photo img,
.page-visual img,
.article-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.hero-photo figcaption,
.page-visual figcaption,
.article-visual figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 7px;
  background: rgba(23, 23, 23, 0.82);
  color: rgba(255, 255, 255, 0.82);
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.anniversary-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 148px;
  min-height: 148px;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  padding: 16px;
}

.anniversary-badge span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.anniversary-badge strong {
  color: #ffcc7b;
  font-size: 70px;
  line-height: 0.9;
}

.anniversary-badge em {
  font-style: normal;
  font-weight: 850;
}

.group-map {
  display: grid;
  gap: 7px;
}

.group-map div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 8px 13px;
}

.refined-map div {
  min-height: 58px;
  grid-template-columns: 120px 1fr;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.refined-map div:first-child {
  background: #171717;
  color: #fff;
}

.refined-map div:first-child span {
  color: #ffcc7b;
}

.refined-map strong {
  font-size: 18px;
}

.group-map span {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.group-map strong {
  font-size: 17px;
  line-height: 1.2;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(42px, 5.25vw, 72px);
  font-weight: 820;
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
}

h3 {
  font-size: 24px;
  font-weight: 780;
}

.hero-copy {
  width: min(640px, 100%);
  margin-bottom: 24px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.38;
}

.hero-actions,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 750;
}

.button-primary {
  background: #171717;
  color: #fff;
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-facts {
  grid-column: 1 / -1;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, 1fr));
  width: 100%;
  align-self: end;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  padding: 12px 18px 0 0;
}

.hero-facts strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.hero-facts span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.section {
  padding: clamp(72px, 10vw, 124px) clamp(18px, 5vw, 64px);
}

.editorial-band {
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 64px);
  background: #171717;
  color: #fff;
}

.editorial-band p {
  max-width: 1120px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 780;
  line-height: 1.16;
}

.page-hero {
  max-width: calc(var(--max) + 128px);
  margin: 0 auto;
  padding: calc(var(--header-height) + 76px) clamp(18px, 5vw, 64px) clamp(60px, 8vw, 98px);
}

.page-hero.has-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.page-hero.has-visual h1 {
  max-width: 820px;
}

.page-visual {
  min-height: clamp(300px, 44vw, 520px);
}

/* Keep inner pages restrained; the homepage carries the main visual proof. */
.page-visual,
.article-visual,
.story-split figure {
  display: none;
}

.page-hero.has-visual,
.article-wide,
.story-split,
.story-split.reverse {
  grid-template-columns: 1fr;
}

.page-hero h1 {
  max-width: 980px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.anniversary-page-hero {
  background: #171717;
  color: #fff;
  max-width: none;
}

.anniversary-page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.content-section {
  max-width: calc(var(--max) + 128px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.content-section.tint {
  max-width: none;
  background: #f0ece5;
}

.content-section.tint > * {
  max-width: calc(var(--max) + 128px);
  margin-left: auto;
  margin-right: auto;
}

.evidence-strip {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 8px clamp(18px, 5vw, 64px) 8px 8px;
  background: #171717;
  color: #fff;
}

.evidence-strip figure {
  height: clamp(320px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.evidence-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
}

.evidence-strip h2 {
  max-width: 720px;
}

.evidence-strip p:not(.section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.62;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1fr);
  gap: clamp(32px, 6vw, 86px);
  margin-bottom: 42px;
}

.content-grid p,
.article p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  border-bottom: 2px solid var(--red);
  padding-bottom: 4px;
  color: var(--ink);
  font-weight: 820;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.feature-tile,
.news-card,
.press-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.feature-tile span,
.news-card time {
  display: block;
  margin-bottom: 34px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-tile strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.feature-tile p,
.news-card p,
.press-card p,
.plain-list {
  color: var(--muted);
  line-height: 1.58;
}

.story-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.story-split.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.story-split figure {
  min-height: clamp(320px, 40vw, 520px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #171717;
}

.story-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-split p,
.rich-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.rich-copy {
  max-width: 820px;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.statement {
  border-left: 3px solid var(--red);
  background: #fff;
  padding: 18px;
}

.statement strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.statement p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.plain-list {
  margin: 0;
  padding-left: 18px;
}

.press-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 12px;
}

.press-card h2,
.news-card h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

.press-contact {
  background: #171717;
  color: #fff;
}

.press-contact p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-link {
  min-height: 46px;
  color: #ffcc7b;
}

.news-list {
  display: grid;
  gap: 12px;
}

.news-card h2 a {
  color: var(--ink);
}

.article {
  max-width: 880px;
  margin: 0 auto;
  padding: calc(var(--header-height) + 76px) 18px clamp(70px, 9vw, 120px);
}

.article-wide {
  max-width: calc(var(--max) + 128px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.article-visual {
  min-height: 380px;
}

.article h1 {
  margin-bottom: 24px;
}

.article-lead {
  color: var(--ink) !important;
  font-size: clamp(21px, 2.5vw, 30px) !important;
  line-height: 1.38 !important;
}

.large-timeline {
  background: #fff;
}

.timeline-note {
  margin-top: 30px;
  padding: 24px;
  border-radius: 8px;
  background: #171717;
  color: #fff;
}

.timeline-note p {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.55;
}

.external-grid .brand-card {
  grid-column: span 2;
}

.success-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 32px clamp(18px, 5vw, 64px);
  background: #171717;
  color: #fff;
}

.success-strip div {
  display: grid;
  gap: 8px;
}

.success-strip span {
  color: #ffcc7b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.success-strip strong {
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
}

.success-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.intro,
.brand-section,
.system-section,
.timeline-section,
.evidence-section {
  max-width: calc(var(--max) + 128px);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
  margin-bottom: 38px;
}

.section-head p,
.evidence-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.brand-card {
  grid-column: span 2;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.brand-card-featured {
  grid-column: span 4;
  background: #171717;
  color: #fff;
}

.brand-meta {
  width: fit-content;
  margin-bottom: 34px;
  border-bottom: 2px solid var(--red);
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-card-featured .brand-meta {
  color: #ffcc7b;
}

.brand-card h3 {
  margin-bottom: 14px;
}

.brand-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.brand-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.brand-card a {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.brand-card-featured a {
  color: #ffcc7b;
}

.proof-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 8px;
  padding: 8px;
  background: #171717;
}

.proof-band.with-caption {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: stretch;
}

.proof-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 64px);
  color: #fff;
}

.proof-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
}

.proof-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.proof-band figure {
  min-height: clamp(240px, 36vw, 520px);
  margin: 0;
  overflow: hidden;
}

.proof-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86);
}

.system-section {
  background: var(--paper);
}

.system-section h2 {
  max-width: 820px;
  margin-bottom: 42px;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.system-item {
  min-height: 250px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.system-item span {
  display: block;
  margin-bottom: 54px;
  color: var(--steel);
  font-weight: 850;
}

.system-item p {
  color: var(--muted);
  line-height: 1.55;
}

.timeline-section {
  background: #fff;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--red);
  font-size: 15px;
  font-weight: 850;
}

.timeline p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.evidence-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.metric-grid div {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  padding: 22px;
  background: #ebe6dc;
}

.metric-grid div:nth-child(2) {
  background: #e2e9e2;
}

.metric-grid div:nth-child(3) {
  background: #eee0d8;
}

.metric-grid div:nth-child(4) {
  background: #dce5e9;
}

.metric-grid strong {
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(72px, 10vw, 118px) clamp(18px, 5vw, 64px);
  background: #171717;
  color: #fff;
}

.contact-section h2 {
  margin-bottom: 0;
}

.contact-phone {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 720;
}

.contact-link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  background: transparent;
  padding: 0 18px;
  color: #ffcc7b;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.site-footer img {
  border-radius: 7px;
}

.site-footer a {
  font-weight: 700;
}

.site-footer p {
  margin: 0;
}

.legal-page {
  background: var(--paper);
}

.legal-wrap {
  max-width: 930px;
  margin: 0 auto;
  padding: 150px 18px 90px;
}

.legal-heading {
  margin-bottom: 46px;
}

.legal-heading h1 {
  color: var(--ink);
  font-size: clamp(42px, 7vw, 76px);
}

.legal-content {
  border-top: 1px solid var(--line);
  padding-top: 34px;
  color: #343434;
}

.legal-content h2 {
  margin-top: 42px;
  font-size: 30px;
}

.legal-content h3 {
  margin-top: 30px;
  font-size: 20px;
}

.legal-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.75;
}

[data-protected-contact="address"] {
  white-space: pre-line;
}

.legal-source {
  margin-top: 42px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .intro-grid,
  .section-head,
  .content-grid,
  .page-hero.has-visual,
  .story-split,
  .story-split.reverse,
  .article-wide,
  .hero-clean,
  .evidence-strip,
  .evidence-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .brand-card,
  .brand-card-featured {
    grid-column: span 3;
  }

  .system-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .proof-band.with-caption {
    grid-template-columns: 1fr;
  }

  .proof-band figure {
    min-height: 300px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .success-strip {
    grid-template-columns: 1fr;
  }

  .feature-row,
  .statement-grid,
  .press-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 58px;
    padding: 12px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px 24px;
    background: rgba(251, 250, 247, 0.98);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    padding: 0;
  }

  .hero {
    padding: 88px 18px 24px;
  }

  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-facts div {
    padding-right: 8px;
  }

  .hero-facts strong {
    font-size: 22px;
  }

  .hero-facts span {
    font-size: 12px;
  }

  .anniversary-mark strong {
    font-size: 76px;
  }

  .group-map div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section {
    padding: 70px 18px;
  }

  .page-hero,
  .content-section,
  .article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .brand-card,
  .brand-card-featured {
    grid-column: auto;
    min-height: 240px;
  }

  .system-grid {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline p {
    font-size: 18px;
  }

  .contact-link {
    width: 100%;
    justify-content: center;
  }
}
