:root {
  --ink: #090909;
  --ink-soft: #151512;
  --paper: #f0ecdf;
  --paper-bright: #fffdf7;
  --gold: #d7af5d;
  --gold-deep: #a87a2f;
  --line-dark: rgba(255, 255, 255, 0.17);
  --line-light: rgba(9, 9, 9, 0.16);
  --display: "Montserrat", ui-sans-serif, sans-serif;
  --body: "Montserrat", ui-sans-serif, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; background: var(--paper-bright); color: var(--ink); text-decoration: none; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 68px); color: #fff; border-bottom: 1px solid var(--line-dark); transition: background .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(9, 9, 9, .88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.wordmark-window { display: block; overflow: visible; }
.wordmark-window img { display: block; width: 100%; height: auto; }
.brand-logo { width: clamp(100px, 8vw, 120px); }
.brand-isotype { display: none; width: 40px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.brand-year { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.desktop-nav { display: flex; gap: 36px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.desktop-nav a { text-decoration: none; opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border: 0; border-bottom: 1px solid var(--gold); padding: 8px 0; color: white; background: transparent; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); align-items: end; gap: 5vw; overflow: hidden; padding: clamp(130px, 17vh, 180px) clamp(24px, 6vw, 92px) clamp(64px, 10vh, 106px); color: white; background:
  linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,0)),
  radial-gradient(circle at 76% 45%, rgba(215,175,93,.24), transparent 25%),
  linear-gradient(135deg, #070707 0%, #12110d 48%, #050505 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 82%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.52) 52%, rgba(7,7,7,.16) 100%); pointer-events: none; }
.hero-backdrop-logo { position: absolute; z-index: 0; right: -3vw; top: 50%; width: min(56vw, 790px); transform: translateY(-50%); opacity: .42; mix-blend-mode: screen; pointer-events: none; }
.hero-content, .event-card { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 4vh; color: rgba(255,255,255,.65); letter-spacing: .22em; font-size: 10px; font-weight: 800; }
.eyebrow .eyebrow-rule { flex: 0 0 34px; width: 34px; height: 1px; background: var(--gold); }
.eyebrow-text { min-width: 0; line-height: 1.45; }
.hero-wordmark { width: clamp(165px, 18vw, 250px); margin: 0 0 18px; }
.hero h1 { margin: 0; max-width: 980px; font-family: var(--display); font-size: clamp(74px, 11.2vw, 182px); line-height: .73; letter-spacing: -.045em; font-weight: 900; font-stretch: condensed; }
.hero h1 em { padding-left: .2em; color: var(--gold); font-family: var(--serif); font-size: .66em; font-weight: 400; letter-spacing: -.05em; }
.hero-lead { max-width: 640px; margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: clamp(16px, 1.55vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; border: 1px solid transparent; padding: 0 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #eccb86; }
.button-ghost { border-color: rgba(255,255,255,.26); color: white; }
.button-ghost:hover { border-color: white; background: white; color: var(--ink); }

.event-card { align-self: end; margin-bottom: 8px; border-top: 1px solid var(--gold); padding: 22px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 16px 22px; }
.event-isotype { position: absolute; right: 0; top: -92px; width: 72px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.date-block { display: flex; align-items: center; gap: 10px; }
.date-block strong { color: var(--gold); font-family: var(--display); font-size: 62px; line-height: .8; }
.date-block span { font-weight: 900; font-size: 12px; line-height: 1.15; letter-spacing: .1em; }
.event-meta p { margin: 3px 0 5px; font-weight: 800; }
.event-meta span { color: rgba(255,255,255,.48); font-size: 11px; }
.countdown { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); padding-top: 18px; }
.countdown span { color: rgba(255,255,255,.44); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.countdown b { display: block; color: white; font-family: var(--display); font-size: 30px; letter-spacing: .02em; }
.scroll-note { position: absolute; left: 18px; bottom: 70px; z-index: 2; writing-mode: vertical-rl; transform: rotate(180deg); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.scroll-note span { width: 1px; height: 38px; background: var(--gold); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(215,175,93,.25); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 44vw; aspect-ratio: 1; right: 4vw; top: 13%; }
.orbit-two { width: 30vw; aspect-ratio: 1; right: 11vw; top: 22%; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-pad { padding: clamp(84px, 10vw, 150px) clamp(24px, 7vw, 108px); }
.vision { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .35fr 1.1fr .65fr; gap: 4vw; align-items: end; margin-bottom: 70px; }
.section-index { align-self: start; margin: 10px 0 0; color: var(--gold-deep); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.section-heading h2, .program-intro h2 { margin: 0; font-family: var(--display); line-height: .84; letter-spacing: -.035em; }
.section-heading h2 { font-size: clamp(50px, 4.8vw, 92px); line-height: .9; }
.program-intro h2 { font-size: clamp(54px, 7vw, 106px); }
.section-heading .heading-line { display: block; white-space: nowrap; }
.section-heading h2 em, .program-intro h2 em { font-family: var(--serif); font-weight: 400; color: var(--gold-deep); }
.section-heading > p:last-child { margin: 0; max-width: 470px; color: #57544d; line-height: 1.75; font-size: 15px; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; max-width: 1220px; margin-left: auto; }
.pillar { position: relative; min-height: 520px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; overflow: hidden; }
.pillar::after { position: absolute; right: -25px; bottom: -55px; font-family: var(--display); font-size: 220px; line-height: 1; opacity: .045; }
.pillar-dark::after { content: "4"; }
.pillar-light::after { content: "2"; }
.pillar-dark { color: white; background: var(--ink); }
.pillar-light { border: 1px solid var(--line-light); background: #e6dec9; }
.pillar-top { display: flex; justify-content: space-between; align-items: start; }
.pillar-top span { color: var(--gold); letter-spacing: .19em; font-size: 10px; font-weight: 900; }
.pillar-light .pillar-top span { color: var(--gold-deep); }
.pillar-top b { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid currentColor; font-family: var(--display); }
.pillar h3 { margin: 68px 0 20px; font-family: var(--display); font-size: clamp(40px, 4.6vw, 66px); line-height: .9; letter-spacing: -.025em; }
.pillar > p { max-width: 470px; margin: 0; opacity: .58; line-height: 1.7; }
.pillar blockquote { margin: auto 0 10px; max-width: 500px; padding-top: 55px; color: var(--gold); font-family: var(--serif); font-size: clamp(19px, 2vw, 27px); font-style: italic; line-height: 1.35; }
.pillar-light blockquote { color: #7b5520; }
.pillar footer { opacity: .5; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }

.program { color: white; background: var(--ink-soft); }
.program-intro { display: grid; grid-template-columns: 1.15fr .55fr; gap: 8vw; align-items: end; }
.program-intro .section-index { color: var(--gold); margin-bottom: 34px; }
.program-intro h2 em { color: var(--gold); }
.program-intro > p { margin: 0 0 6px; color: rgba(255,255,255,.52); line-height: 1.75; }
.filter-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 3vw; margin: 70px 0 54px; padding: 26px 0; border-block: 1px solid var(--line-dark); }
.filter-panel fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.filter-panel legend { float: left; width: 96px; margin-top: 10px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 900; }
.filter-row { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; border: 1px solid var(--line-dark); border-radius: 30px; padding: 10px 14px; color: rgba(255,255,255,.64); background: transparent; font-size: 11px; transition: .2s ease; }
.filter:hover { border-color: var(--gold); color: white; }
.filter.active { border-color: var(--gold); background: var(--gold); color: var(--ink); font-weight: 800; }
.program-layout { display: grid; grid-template-columns: minmax(220px, .34fr) 1fr; gap: 6vw; }
.time-rail { position: sticky; top: 115px; align-self: start; padding-left: 28px; }
.time-rail::before { content: ""; position: absolute; left: 4px; top: 9px; width: 9px; height: 9px; border: 1px solid var(--gold); transform: rotate(45deg); }
.rail-block { transition: opacity .2s; }
.rail-block:not(.active) { opacity: .35; }
.rail-block span { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 900; }
.rail-block strong { display: block; margin: 8px 0 5px; font-family: var(--display); font-size: 24px; }
.rail-block p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.rail-line { width: 1px; height: 120px; margin: 18px 0 18px -20px; background: linear-gradient(var(--gold), rgba(215,175,93,.1)); }
.result-bar { min-height: 38px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line-dark); }
.result-bar span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.result-bar small { color: rgba(255,255,255,.36); font-size: 9px; }
.program-item { border-bottom: 1px solid var(--line-dark); }
.program-item[hidden] { display: none; }
.program-item > button { width: 100%; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; gap: 18px; padding: 24px 0; border: 0; color: white; background: transparent; text-align: left; }
.item-num { color: var(--gold); font-family: var(--display); font-size: 20px; }
.item-main small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.item-main strong { font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); font-weight: 400; }
.item-toggle { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: transform .25s, background .25s; }
.program-item > button:hover .item-toggle { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.program-item > button[aria-expanded="true"] .item-toggle { transform: rotate(45deg); background: var(--gold); color: var(--ink); border-color: var(--gold); }
.item-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.item-detail p { min-height: 0; overflow: hidden; margin: 0 48px 0 72px; color: rgba(255,255,255,.58); line-height: 1.7; }
.program-item > button[aria-expanded="true"] + .item-detail { grid-template-rows: 1fr; }
.program-item > button[aria-expanded="true"] + .item-detail p { margin-bottom: 28px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 110px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.audience-grid article { min-height: 390px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.audience-grid article > span { color: var(--gold); font-family: var(--display); }
.audience-grid h3 { margin: 42px 0 18px; font-family: var(--display); font-size: clamp(50px, 6vw, 82px); line-height: .82; letter-spacing: -.03em; }
.audience-grid p { max-width: 500px; color: rgba(255,255,255,.48); line-height: 1.65; }
.audience-grid button { display: flex; justify-content: space-between; width: 100%; margin-top: 38px; padding: 18px 0; border: 0; border-top: 1px solid var(--gold); color: var(--gold); background: transparent; text-align: left; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }

.site-footer { min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 40px clamp(24px, 7vw, 108px); color: white; background: #050505; border-top: 1px solid rgba(215,175,93,.42); }
.footer-logo { width: clamp(120px, 10vw, 145px); }
.site-footer strong { font-family: var(--display); font-size: 24px; letter-spacing: .08em; }
.site-footer p { margin: 6px 0 0; color: rgba(255,255,255,.54); font-size: 12px; }
.site-footer button { border: 0; border-bottom: 1px solid var(--gold); padding: 10px 0; color: var(--gold); background: transparent; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.site-footer button span { margin-left: 34px; }

.registration { width: min(720px, calc(100% - 24px)); max-height: calc(100svh - 24px); padding: 0; border: 1px solid rgba(215,175,93,.55); color: white; background: #10100e; box-shadow: 0 26px 120px rgba(0,0,0,.65); }
.registration::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(10px); }
.modal-shell { position: relative; min-height: 560px; padding: clamp(30px, 6vw, 68px); background: radial-gradient(circle at 100% 0%, rgba(215,175,93,.15), transparent 34%); }
.modal-close { position: absolute; right: 22px; top: 18px; width: 36px; height: 36px; border: 1px solid var(--line-dark); border-radius: 50%; color: white; background: transparent; font-size: 24px; line-height: 1; }
.modal-brand { display: flex; align-items: center; gap: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-family: var(--display); font-size: 14px; }
.modal-logo { width: 112px; }
.modal-brand span { color: var(--gold); font-size: 11px; font-weight: 900; }
.modal-progress { height: 2px; margin: 24px 0 50px; background: rgba(255,255,255,.12); }
.modal-progress i { display: block; width: 33.33%; height: 100%; background: var(--gold); transition: width .3s ease; }
.form-step { display: none; }
.form-step.active { display: block; animation: step-in .3s ease both; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } }
.step-label { color: var(--gold); letter-spacing: .16em; font-size: 9px; font-weight: 900; }
.form-step h2 { margin: 12px 0 12px; font-family: var(--display); font-size: clamp(40px, 6vw, 66px); line-height: .9; }
.form-step > p:not(.step-label):not(.privacy-note) { color: rgba(255,255,255,.5); line-height: 1.6; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 32px 0; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label span { min-height: 116px; display: flex; flex-direction: column; justify-content: end; padding: 18px; border: 1px solid var(--line-dark); transition: border-color .2s, background .2s; cursor: pointer; }
.choice-grid label span:hover { border-color: rgba(215,175,93,.65); }
.choice-grid input:checked + span { border-color: var(--gold); background: rgba(215,175,93,.1); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.choice-grid b { margin-bottom: 6px; }
.choice-grid small { color: rgba(255,255,255,.45); line-height: 1.4; }
.form-next { margin-left: auto; }
.form-next:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.field-grid { display: grid; gap: 18px; margin: 28px 0 34px; }
.field-grid label { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 900; }
.field-grid input { width: 100%; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.23); border-radius: 0; color: white; background: transparent; font-size: 16px; }
.field-grid input:focus { border-color: var(--gold); outline: 0; }
.field-grid input::placeholder { color: rgba(255,255,255,.24); }
.step-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.text-button { border: 0; padding: 10px 0; color: rgba(255,255,255,.55); background: transparent; font-size: 11px; }
.summary { margin: 28px 0; border-top: 1px solid var(--line-dark); }
.summary div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.summary span { color: rgba(255,255,255,.4); font-size: 11px; }
.summary strong { text-align: right; font-size: 13px; }
.privacy-note { margin: 18px 0 28px; color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.5; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 24px; transform: translate(-50%, 130px); padding: 12px 18px; border: 1px solid var(--gold); color: white; background: var(--ink); font-size: 12px; opacity: 0; transition: .3s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; align-items: end; gap: 56px; }
  .event-card { max-width: 420px; }
  .scroll-note { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p:last-child { max-width: 620px; }
  .pillars { grid-template-columns: 1fr; }
  .program-intro { grid-template-columns: 1fr; gap: 28px; }
  .program-intro > p { max-width: 620px; }
  .filter-panel { grid-template-columns: 1fr; gap: 20px; }
  .program-layout { grid-template-columns: 1fr; }
  .time-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0; }
  .time-rail::before, .rail-line { display: none; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 66px; padding-inline: 18px; }
  .brand-logo { display: none; }
  .brand-isotype { display: block; width: 42px; }
  .brand-year { display: none; }
  .header-cta { font-size: 9px; }
  .hero { min-height: 820px; padding: 122px 20px 58px; }
  .hero::after { background: linear-gradient(180deg, rgba(7,7,7,.4), rgba(7,7,7,.92) 58%, #070707 100%); }
  .hero-backdrop-logo { right: -20vw; top: 29%; width: 98vw; opacity: .23; }
  .hero-orbit { display: none; }
  .eyebrow { margin-bottom: 38px; font-size: 8px; letter-spacing: .16em; }
  .hero-wordmark { width: min(52vw, 190px); margin-bottom: 18px; }
  .hero h1 { font-size: clamp(66px, 21vw, 96px); line-height: .76; }
  .hero h1 em { padding-left: .08em; }
  .hero-lead { font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .event-card { width: 100%; margin-top: 12px; }
  .event-isotype { position: static; grid-column: 1 / -1; width: 64px; margin: 0 0 -4px auto; }
  .section-pad { padding: 78px 20px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2 { font-size: clamp(34px, 9.5vw, 52px); }
  .program-intro h2 { font-size: clamp(49px, 15vw, 68px); }
  .pillar { min-height: 470px; padding: 28px 24px; }
  .pillar h3 { margin-top: 56px; font-size: 43px; }
  .pillar blockquote { padding-top: 42px; }
  .filter-panel { margin-block: 50px 36px; }
  .filter-panel legend { float: none; width: auto; margin: 0 0 10px; }
  .filter-row { margin-right: -20px; padding-right: 20px; }
  .time-rail { grid-template-columns: 1fr; border-left: 1px solid var(--gold); padding-left: 18px; }
  .rail-block:not(.active) { opacity: .55; }
  .result-bar { display: block; padding-bottom: 12px; }
  .result-bar small { display: block; margin-top: 7px; }
  .program-item > button { grid-template-columns: 32px 1fr 28px; gap: 10px; padding: 21px 0; }
  .item-main strong { font-size: 19px; line-height: 1.2; }
  .item-detail p { margin-left: 42px; margin-right: 10px; font-size: 13px; }
  .audience-grid { grid-template-columns: 1fr; margin-top: 72px; }
  .audience-grid article { min-height: 350px; }
  .site-footer { grid-template-columns: 1fr; min-height: 250px; padding: 34px 20px; }
  .footer-logo { width: 140px; }
  .site-footer button { grid-column: 1 / -1; width: 100%; text-align: left; display: flex; justify-content: space-between; }
  .modal-shell { min-height: auto; padding: 28px 20px; }
  .modal-progress { margin-bottom: 34px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label span { min-height: 90px; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions .button, .form-next { width: 100%; margin-left: 0; }
}

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