@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap');

:root {
  color-scheme: light;
  --paper: #f4f2eb;
  --paper-deep: #ebe8de;
  --white: #fffefa;
  --ink: #1e2625;
  --muted: #56605c;
  --rule: #c9cdc5;
  --dark: #181d1c;
  --dark-alt: #222927;
  --dark-rule: #56615a;
  --gold: #dfc06a;
  --gold-deep: #796125;
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
  --gutter: clamp(22px, 4.8vw, 78px);
  --max: 1500px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--gold-deep); }
button { font: inherit; }
::selection { background: #d7c68e; color: var(--dark); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 100; top: -90px; left: 22px; padding: 10px 16px; background: var(--dark); color: white; }
.skip-link:focus { top: 12px; }
.eyebrow { display: block; color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-on-dark { color: var(--gold); }
.text-link { display: inline-flex; align-items: baseline; gap: 20px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 14px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.text-link span { font-size: 20px; font-weight: 400; }
.text-link-light { color: var(--white); }
.text-link-light:hover { color: var(--gold); }

.site-header { position: relative; z-index: 10; background: var(--white); border-bottom: 1px solid var(--rule); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 88px; }
.brand { display: inline-flex; flex: 0 0 auto; flex-direction: column; line-height: 1; text-decoration: none; }
.brand-name { font: 400 34px/.95 var(--serif); letter-spacing: -.05em; }
.brand-caption { margin-top: 8px; font-size: 9px; font-weight: 700; letter-spacing: .135em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(20px, 2.7vw, 43px); margin-left: auto; }
.desktop-nav a, .header-parent { font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover, .header-parent:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header-parent { margin-left: clamp(10px, 2.5vw, 40px); border-left: 1px solid var(--rule); padding-left: clamp(20px, 2.7vw, 42px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { background: var(--dark); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr); gap: clamp(48px, 5vw, 84px); min-height: 705px; padding-top: clamp(102px, 10vw, 156px); padding-bottom: clamp(90px, 9vw, 140px); }
.hero-copy { align-self: center; }
.hero h1 { max-width: 1000px; margin: 33px 0 34px; font: 400 clamp(65px, 6.75vw, 112px)/.99 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 635px; margin: 0 0 40px; color: #dde1da; font: 400 clamp(21px, 1.95vw, 28px)/1.42 var(--serif); letter-spacing: -.012em; }
.hero-object { display: flex; align-self: stretch; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--dark-rule); padding-left: clamp(33px, 4vw, 65px); }
.object-label { color: #c0cbc0; font-size: 11px; font-weight: 700; letter-spacing: .155em; text-transform: uppercase; }
.hero-object img { display: block; width: min(100%, 345px); height: auto; align-self: center; aspect-ratio: 1; margin: 52px auto; object-fit: contain; }
.object-foot { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--dark-rule); padding-top: 22px; color: #cbd4c9; font-size: 13px; }
.object-foot span + span { color: var(--gold); }
.hero-baseline { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--dark-rule); padding-block: 19px; color: #aebbb0; font-size: 11px; font-weight: 600; letter-spacing: .03em; }

.section { border-bottom: 1px solid var(--rule); padding-block: clamp(96px, 10vw, 160px); }
.editorial-grid { display: grid; grid-template-columns: minmax(190px, .56fr) minmax(0, 1.44fr); gap: clamp(55px, 10vw, 165px); }
.section-label p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.section-content { min-width: 0; }
.section-content h2, .section-intro h2, .status-heading h2, .separation-grid h2, .verify-heading h2, .contact-grid h2 { margin: 0; font: 400 clamp(46px, 4.45vw, 72px)/1.075 var(--serif); letter-spacing: -.045em; }
.section-content h2 { max-width: 850px; }
.purpose-section { background: var(--white); }
.large-prose { max-width: 850px; margin: 43px 0 55px; font: 400 clamp(22px, 2.12vw, 31px)/1.44 var(--serif); letter-spacing: -.012em; }
.prose-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(38px, 6vw, 90px); border-top: 1px solid var(--rule); padding-top: 26px; }
.prose-columns p { max-width: 42ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }

.participation-section { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: minmax(180px, .56fr) minmax(0, 1.1fr) minmax(180px, .6fr); gap: clamp(34px, 5vw, 80px); align-items: start; }
.section-intro h2 em { color: var(--gold-deep); font-style: normal; }
.section-intro p { max-width: 36ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.participation-list { margin-top: clamp(66px, 8vw, 120px); border-top: 1px solid var(--ink); }
.participation-row { display: grid; grid-template-columns: minmax(80px, .22fr) minmax(170px, .78fr) minmax(250px, 1.17fr) minmax(110px, .31fr); gap: clamp(24px, 4.2vw, 70px); align-items: baseline; border-bottom: 1px solid var(--rule); padding: 35px 0 41px; }
.row-number { color: var(--gold-deep); font-size: 12px; font-weight: 700; }
.participation-row h3 { margin: 0; font: 400 clamp(28px, 2.5vw, 40px)/1.2 var(--serif); letter-spacing: -.025em; }
.participation-row p { max-width: 54ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.row-state { color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; white-space: nowrap; }

.status-section { background: var(--paper-deep); }
.status-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(65px, 10vw, 170px); }
.status-heading h2 { margin-top: 30px; }
.status-heading p { max-width: 30ch; margin: 38px 0 0; color: var(--muted); font: 400 21px/1.5 var(--serif); }
.status-record { border-top: 1px solid var(--ink); }
.status-item { display: grid; grid-template-columns: 88px minmax(0, 1fr) 105px; gap: 30px; align-items: baseline; border-bottom: 1px solid var(--rule); padding: 26px 0 30px; }
.status-index { color: var(--gold-deep); font-size: 11px; font-weight: 700; white-space: nowrap; }
.status-item h3 { margin: 0 0 8px; font: 400 27px/1.2 var(--serif); letter-spacing: -.018em; }
.status-item p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.status-tag { color: var(--muted); font-size: 11px; font-weight: 700; text-align: right; text-transform: uppercase; white-space: nowrap; }
.status-tag-live { color: #355b42; }

.separation-section { background: var(--dark-alt); color: var(--white); padding-block: clamp(98px, 10vw, 160px); }
.separation-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(70px, 12vw, 190px); }
.separation-grid h2 { margin-top: 34px; }
.separation-grid h2 em { color: var(--gold); font-style: normal; }
.separation-copy { align-self: end; border-top: 1px solid var(--dark-rule); padding-top: 28px; }
.separation-copy p { max-width: 54ch; margin: 0 0 22px; color: #d3d9d2; font-size: 16px; line-height: 1.75; }
.separation-copy a { display: inline-block; margin-top: 15px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--gold); font-size: 13px; font-weight: 700; text-decoration: none; }
.separation-copy a:hover { color: var(--white); }

.verify-section { background: var(--white); }
.verify-grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 10vw, 160px); }
.verify-heading h2 { margin-top: 30px; }
.verify-heading p { max-width: 40ch; margin: 32px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.address-panel { align-self: end; border-block: 1px solid var(--ink); padding-block: 28px 27px; }
.address-label { display: block; margin-bottom: 27px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.address-panel code { display: block; overflow-wrap: anywhere; font: 400 clamp(19px, 2.1vw, 31px)/1.48 var(--serif); letter-spacing: -.015em; }
.address-actions { display: flex; gap: 32px; margin-top: 31px; }
.address-actions button, .address-actions a { border: 0; border-bottom: 1px solid currentColor; border-radius: 0; padding: 0 0 4px; background: none; color: var(--ink); font: 700 13px/1.4 var(--sans); text-decoration: none; cursor: pointer; }
.address-actions button:hover, .address-actions a:hover { color: var(--gold-deep); }

.disclosure-section { background: var(--paper); }
.disclosure-intro { max-width: 62ch; margin: 35px 0 40px; font: 400 clamp(20px, 1.8vw, 26px)/1.5 var(--serif); }
.disclosure-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.disclosure-list li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; border-bottom: 1px solid var(--rule); padding: 20px 0 23px; }
.disclosure-list span { color: var(--gold-deep); font-size: 12px; font-weight: 700; }
.disclosure-list p { max-width: 65ch; margin: 0; font-size: 15px; line-height: 1.65; }
.disclosure-note { max-width: 72ch; margin: 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.contact-section { background: var(--white); padding-block: clamp(95px, 9vw, 140px); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(70px, 12vw, 190px); }
.contact-grid h2 { margin-top: 30px; }
.contact-grid > div:last-child { align-self: end; max-width: 500px; }
.contact-grid p { margin: 0 0 27px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.site-footer { border-top: 1px solid var(--rule); background: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding-block: 52px 60px; }
.footer-brand { font: 400 43px/1 var(--serif); letter-spacing: -.05em; text-decoration: none; }
.footer-main p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.footer-main nav { display: flex; gap: 26px; align-items: start; padding-top: 9px; }
.footer-main nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--rule); padding-block: 23px 31px; }
.footer-bottom small { display: block; max-width: 100ch; color: var(--muted); font-size: 11px; line-height: 1.65; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); gap: 40px; }
  .hero h1 { font-size: clamp(62px, 7vw, 86px); }
  .participation-row { grid-template-columns: 40px minmax(150px, .75fr) minmax(250px, 1.25fr); }
  .row-state { grid-column: 2 / -1; text-align: left; }
  .section-intro { grid-template-columns: minmax(145px, .4fr) minmax(0, 1fr); }
  .section-intro p { grid-column: 2; }
}

@media (max-width: 850px) {
  .desktop-nav, .header-parent { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; margin-left: auto; border: 0; padding: 8px 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
  .menu-toggle span { font-size: 18px; font-weight: 400; }
  .mobile-nav:not([hidden]) { display: flex; position: absolute; top: 100%; right: 0; left: 0; flex-direction: column; border-bottom: 1px solid var(--rule); padding: 10px var(--gutter) 24px; background: var(--white); box-shadow: 0 16px 24px rgb(20 25 20 / .1); }
  .mobile-nav a { border-bottom: 1px solid var(--rule); padding: 13px 0; font-size: 16px; text-decoration: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(210px, .75fr); gap: 25px; min-height: 610px; }
  .hero-object { padding-left: 25px; }
  .hero-object img { width: min(100%, 255px); }
  .editorial-grid, .status-grid, .verify-grid { gap: 50px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 76px; }
  .brand-name { font-size: 30px; }
  .hero-grid, .editorial-grid, .section-intro, .status-grid, .separation-grid, .verify-grid, .contact-grid { display: block; }
  .hero-grid { min-height: 0; padding-top: 88px; padding-bottom: 56px; }
  .hero h1 { margin: 26px 0 29px; font-size: clamp(57px, 11.6vw, 80px); }
  .hero-lead { max-width: 550px; font-size: 23px; }
  .hero-object { margin-top: 80px; border-top: 1px solid var(--dark-rule); border-left: 0; padding: 22px 0 0; }
  .hero-object img { width: min(100%, 270px); margin: 42px auto; }
  .hero-baseline { flex-direction: column; gap: 5px; }
  .section-label p { margin: 7px 0 34px; }
  .section-content h2, .section-intro h2, .status-heading h2, .separation-grid h2, .verify-heading h2, .contact-grid h2 { font-size: clamp(45px, 8.5vw, 62px); }
  .large-prose { margin: 33px 0 40px; }
  .section-intro h2 { margin: 28px 0; }
  .section-intro p { max-width: 58ch; }
  .participation-list { margin-top: 53px; }
  .status-heading p { max-width: 45ch; margin: 26px 0 48px; }
  .separation-copy { margin-top: 52px; }
  .verify-heading p { max-width: 55ch; margin-bottom: 47px; }
  .contact-grid > div:last-child { margin-top: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding-bottom: 38px; }
  .footer-main nav { flex-wrap: wrap; gap: 13px 27px; padding-top: 0; }
}

@media (max-width: 500px) {
  body { font-size: 16px; }
  .section { padding-block: 86px; }
  .hero h1 { font-size: clamp(54px, 12.5vw, 68px); }
  .hero-lead { font-size: 21px; }
  .prose-columns { grid-template-columns: 1fr; gap: 21px; }
  .participation-row { grid-template-columns: 34px 1fr; gap: 9px 15px; padding: 28px 0 31px; }
  .participation-row h3 { font-size: 31px; }
  .participation-row p, .row-state { grid-column: 2; }
  .row-state { margin-top: 5px; }
  .status-item { grid-template-columns: 1fr auto; gap: 7px 14px; }
  .status-index { grid-column: 1 / -1; }
  .status-item div { grid-column: 1; }
  .status-tag { grid-column: 2; grid-row: 2; }
  .address-actions { flex-wrap: wrap; gap: 18px 25px; }
  .disclosure-list li { grid-template-columns: 32px 1fr; gap: 14px; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
