:root {
  color-scheme: light;
  --paper: #f4efe6;
  --paper-deep: #ede6d9;
  --ink: #101a2c;
  --ink-soft: #1b2a45;
  --charcoal: #23252a;
  --gold: #a98b5d;
  --gold-light: #c7a469;
  --plum: #4a2836;
  --clay: #5c5346;
  --rule: rgb(27 42 69 / 18%);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1180px;
  --measure: 68ch;
  --shadow: 0 24px 60px rgb(16 26 44 / 12%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--ink-soft); text-decoration-color: rgb(169 139 93 / 68%); text-underline-offset: .25em; }
a:hover { color: var(--plum); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold-light); color: var(--ink); }

.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 100;
  transform: translateY(-160%); padding: .65rem 1rem;
  background: var(--paper); color: var(--ink); border: 1px solid var(--gold);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--rule); background: rgb(244 239 230 / 94%);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(calc(100% - 2rem), var(--max)); min-height: 76px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 27px; height: 32px; color: var(--gold); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--ink); font-family: var(--serif); font-size: 1.04rem; font-weight: 500; }
.brand-copy span { margin-top: .28rem; color: var(--clay); font-size: .57rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a {
  padding: .9rem .1rem; color: var(--clay); font-size: .7rem; font-weight: 700;
  letter-spacing: .12em; text-decoration: none; text-transform: uppercase;
}
.site-nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); width: 46px; height: 46px; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 22px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s;
}
.site-nav[data-open="true"] + .menu-toggle span { opacity: 0; }
.site-nav[data-open="true"] + .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.site-nav[data-open="true"] + .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

main { overflow: clip; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2.5rem), 820px); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section-dark { background: var(--ink); color: #efe7d8; }
.section-deep { background: var(--paper-deep); }
.section-plum { background: var(--plum); color: #f2e4e8; }
.eyebrow {
  margin: 0 0 1.1rem; color: var(--gold); font-size: .69rem; font-weight: 700;
  letter-spacing: .2em; line-height: 1.4; text-transform: uppercase;
}
.section-dark .eyebrow, .section-plum .eyebrow { color: var(--gold-light); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; color: var(--ink-soft); font-size: clamp(3.4rem, 8.5vw, 7.8rem); letter-spacing: -.045em; line-height: .9; }
h2 { margin: 0 0 1.4rem; color: var(--ink-soft); font-size: clamp(2.35rem, 5.3vw, 4.5rem); letter-spacing: -.032em; line-height: 1.02; }
h3 { margin: 0 0 .65rem; color: var(--ink-soft); font-size: clamp(1.35rem, 2.5vw, 1.9rem); line-height: 1.2; }
.section-dark h2, .section-dark h3, .section-plum h2, .section-plum h3 { color: #f6efe1; }
.lead { max-width: 52ch; color: var(--clay); font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.75rem); line-height: 1.5; }
.section-dark .lead, .section-plum .lead { color: #d8cfbf; }
.measure { max-width: var(--measure); }
.approved { display: inline-flex; gap: .45rem; align-items: center; color: #3f5d45; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.approved::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3f5d45; }

.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; padding: clamp(4rem, 8vw, 7rem) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.hero h1 span { display: block; }
.hero h1 .with { margin: .1em 0; color: var(--clay); font-size: .37em; font-style: italic; letter-spacing: .02em; }
.hero-subtitle { max-width: 31ch; margin: 1.8rem 0 0; color: var(--clay); font-family: var(--serif); font-size: clamp(1.08rem, 2vw, 1.42rem); font-style: italic; }
.hero-copy { max-width: 58ch; margin: 2rem 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button {
  min-height: 48px; padding: .78rem 1.25rem; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ink-soft); background: var(--ink-soft); color: var(--paper); font-size: .72rem;
  font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase;
}
.button:hover { background: var(--plum); border-color: var(--plum); color: #fff; }
.button-secondary { background: transparent; color: var(--ink-soft); }

.lamp-stage { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.lamp-stage::before {
  content: ""; position: absolute; z-index: -2; width: min(40vw, 470px); aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, rgb(199 164 105 / 48%) 0, rgb(199 164 105 / 17%) 24%, transparent 68%);
  filter: blur(2px);
}
.lamp-stage::after {
  content: ""; position: absolute; z-index: -1; inset: 8% 0 0;
  background: linear-gradient(160deg, transparent 26%, rgb(169 139 93 / 20%) 100%);
  clip-path: polygon(49% 0, 93% 100%, 5% 100%);
}
.lamp { width: min(72%, 290px); filter: drop-shadow(0 24px 22px rgb(16 26 44 / 20%)); }
.lamp .flame { transform-origin: center bottom; animation: breathe 4.5s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(.94) translateY(2px); opacity: .86; } }

.statement { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.statement blockquote { margin: 0; color: #f6efe1; font-size: clamp(2.2rem, 5.2vw, 4.7rem); letter-spacing: -.03em; line-height: 1.06; }
.statement blockquote em { color: var(--gold-light); font-style: normal; }
.statement p { color: #cfc6b8; }
.register-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.register, .card { min-height: 270px; padding: clamp(1.5rem, 3.5vw, 2.5rem); background: var(--paper); }
.register-number { display: block; margin-bottom: 3rem; color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.register p, .card p { color: var(--clay); }

.journey-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; margin-top: 3rem; }
.journey-line::before { content: ""; position: absolute; top: 1rem; left: 2%; right: 2%; height: 1px; background: rgb(199 164 105 / 48%); }
.stage { position: relative; padding-top: 3rem; }
.stage::before { content: ""; position: absolute; left: 0; top: .68rem; width: .68rem; height: .68rem; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--ink); }
.stage strong { display: block; color: #f6efe1; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.stage span { display: block; margin-top: .45rem; color: #aca697; font-size: .84rem; line-height: 1.5; }

.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.pullquote { padding: 2rem 0 2rem 2rem; border-left: 1px solid var(--gold); color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.3rem); line-height: 1.35; }
.task-list { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.task { display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; padding: 1.55rem; background: var(--paper); }
.task-index { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.task h3 { font-size: 1.45rem; }
.task p { margin: 0; color: var(--clay); }

.page-hero { padding: clamp(5rem, 11vw, 9.5rem) 0 clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--rule); }
.page-hero h1 { max-width: 11ch; font-size: clamp(3.3rem, 8vw, 7rem); }
.page-hero .lead { margin-top: 2rem; }
.page-number { float: right; margin-top: -2rem; color: var(--gold); font-family: var(--serif); font-size: clamp(5rem, 15vw, 13rem); line-height: .8; opacity: .18; }
.status-card { padding: 1.5rem; border: 1px solid rgb(74 40 54 / 32%); background: rgb(74 40 54 / 5%); }
.status-card strong { color: var(--plum); }
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; padding: 1.5rem 3rem 1.5rem 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.25rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; margin-right: -2rem; color: var(--gold); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 65ch; padding: 0 0 1.5rem; margin: 0; color: var(--clay); }
.policy-copy { display: grid; gap: .35rem; }
.policy-copy h3 { margin-top: 1.7rem; font-size: 1.45rem; }
.policy-copy h3:first-child { margin-top: 0; }
.policy-copy p { margin: 0; color: var(--clay); }
.policy-date { margin-top: 2rem !important; padding-top: 1.25rem; border-top: 1px solid var(--rule); font-size: .82rem; }


.site-footer { background: var(--ink); color: #bdb5a8; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 8vw, 8rem); padding: 4.5rem 0; }
.footer-title { color: #f6efe1; font-family: var(--serif); font-size: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.5rem; }
.footer-links a { color: #efe7d8; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.disclaimer { max-width: 70ch; font-size: .76rem; line-height: 1.65; }
.copyright { padding: 1.2rem 0; border-top: 1px solid rgb(244 239 230 / 12%); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 860px) {
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: none; padding: .6rem 1.25rem 1.2rem;
    border-bottom: 1px solid var(--rule); background: var(--paper); box-shadow: var(--shadow);
  }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: .75rem; }
  .menu-toggle { display: block; }
  .hero-grid, .statement, .split, .footer-grid { grid-template-columns: 1fr; }
  .lamp-stage { min-height: 380px; }
  .register-grid, .card-grid { grid-template-columns: 1fr; }
  .journey-line { grid-template-columns: 1fr; }
  .journey-line::before { top: 0; bottom: 0; left: .34rem; right: auto; width: 1px; height: auto; }
  .stage { padding: 0 0 1.4rem 2rem; }
  .stage::before { top: .4rem; left: 0; }
}

@media (max-width: 540px) {
  .shell, .narrow { width: min(calc(100% - 2rem), var(--max)); }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy span { font-size: .5rem; }
  .task { grid-template-columns: 1fr; gap: .6rem; }
  .page-number { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .actions, .site-footer { display: none; }
  body { background: #fff; }
  main { overflow: visible; }
}
