@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --page: #08080a;
  --ink: #f0ece5;
  --surface: #121216;
  --muted: #95918c;
  --line: rgba(240, 236, 229, .16);
  --line-strong: rgba(240, 236, 229, .34);
  --accent: #c76832;
  --accent-ink: #fff8f1;
  --secondary: #8d98af;
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--page); color: var(--ink); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }
::selection { background: var(--accent); color: white; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: var(--page); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.noir-header { position: fixed; z-index: 80; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0 clamp(20px, 3vw, 48px); border-bottom: 1px solid rgba(240,236,229,.1); background: rgba(8,8,10,.72); backdrop-filter: blur(18px); }
.noir-header .wordmark { font-size: 23px; font-weight: 800; letter-spacing: -.06em; text-decoration: none; }
.noir-header .wordmark span { color: var(--accent); }
.noir-header > p { margin: 0; color: rgba(240,236,229,.46); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.header-action { justify-self: end; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(240,236,229,.55); background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; cursor: pointer; }
.header-action:hover { border-color: var(--accent); color: var(--accent); }

.noir-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 132px clamp(22px, 3vw, 48px) 84px; isolation: isolate; }
.ambient-glow { --glow-x: 64%; --glow-y: 76%; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle 520px at var(--glow-x) var(--glow-y), rgba(199,104,50,.15), transparent 68%); transition: background .15s linear; }
.hero-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #08080a; }
.hero-aurora { position: absolute; inset: -18%; opacity: .78; transform: rotate(-8deg); transition: opacity .8s ease; }
.hero-aurora::before { content: ""; position: absolute; inset: 10%; background: repeating-linear-gradient(112deg, transparent 0 55px, rgba(240,236,229,.025) 56px 57px); mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%); }
.hero-aurora i { position: absolute; display: block; width: min(62vw, 860px); aspect-ratio: 1; border-radius: 48% 52% 54% 46%; filter: blur(74px); mix-blend-mode: screen; animation: auroraDrift 13s ease-in-out infinite alternate; }
.hero-aurora i:nth-child(1) { top: 2%; left: 42%; background: rgba(199,104,50,.46); }
.hero-aurora i:nth-child(2) { right: 2%; bottom: -17%; width: min(52vw, 740px); background: rgba(84,99,130,.43); animation-delay: -5s; animation-duration: 16s; }
.hero-aurora i:nth-child(3) { bottom: -30%; left: 5%; width: min(38vw, 560px); background: rgba(129,52,26,.28); animation-delay: -9s; animation-duration: 19s; }
.hero-loop { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .8s ease; }
.hero-loop-blur { object-fit: cover; filter: blur(42px) saturate(.78) brightness(.52); transform: scale(1.12); }
.hero-loop-main { object-fit: contain; object-position: center; filter: saturate(.82) contrast(1.04); mask-image: linear-gradient(90deg, transparent 1%, #000 15%, #000 85%, transparent 99%); }
.hero-media.has-video .hero-aurora { opacity: .24; }
.hero-media.has-video .hero-loop-blur { opacity: .5; }
.hero-media.has-video .hero-loop-main { opacity: .92; }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 49%, transparent 4%, rgba(8,8,10,.12) 46%, rgba(8,8,10,.74) 92%), linear-gradient(90deg, rgba(8,8,10,.9), rgba(8,8,10,.22) 52%, rgba(8,8,10,.62)); }
.hero-copy { position: relative; z-index: 2; width: min(100%, 1320px); }
.hero-kicker { margin: 0 0 clamp(34px, 5vw, 72px); color: rgba(240,236,229,.58); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.noir-hero h1 { max-width: 1160px; margin: 0; font-size: clamp(62px, 8.5vw, 136px); font-weight: 500; line-height: .84; letter-spacing: -.078em; text-wrap: balance; }
.noir-hero h1 > span, .noir-hero h1 > em { display: block; }
.noir-hero h1 > span:nth-child(2) { color: var(--secondary); }
.noir-hero h1 em { margin-top: .1em; color: var(--accent); font-family: var(--serif); font-weight: 400; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 28px; max-width: 840px; margin-top: clamp(44px, 6vw, 80px); }
.hero-bottom p { margin: 0; color: rgba(240,236,229,.62); font-size: 14px; line-height: 1.65; }
.scroll-action { padding: 0 0 7px; border-bottom: 1px solid rgba(240,236,229,.4); color: var(--ink); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.scroll-action:hover { border-color: var(--accent); color: var(--accent); }
.scroll-action span { margin-left: 14px; color: var(--accent); }
.hero-meta { position: absolute; z-index: 2; right: clamp(22px, 3vw, 48px); bottom: 28px; display: flex; gap: 22px; color: rgba(240,236,229,.34); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.noir-philosophy, .noir-method, .noir-results, .noir-trust { padding: clamp(110px, 13vw, 190px) clamp(22px, 3vw, 48px); }
.section-intro { display: grid; grid-template-columns: minmax(130px, .35fr) minmax(0, 1.2fr) minmax(260px, .55fr); gap: clamp(28px, 5vw, 84px); align-items: end; }
.section-intro > p:first-child { align-self: start; margin: 8px 0 0; color: rgba(240,236,229,.44); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-intro h2 { margin: 0; font-size: clamp(52px, 7.2vw, 104px); font-weight: 500; line-height: .92; letter-spacing: -.07em; }
.section-intro h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.section-summary { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.noir-philosophy { background: var(--ink); color: var(--page); box-shadow: 0 0 0 100vmax var(--ink); clip-path: inset(0 -100vmax); }
.noir-philosophy .section-intro > p:first-child, .noir-philosophy .section-summary { color: rgba(8,8,10,.54); }
.philosophy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); margin-top: clamp(76px, 10vw, 140px); padding-top: 34px; border-top: 1px solid rgba(8,8,10,.18); }
.philosophy-statement { max-width: 810px; margin: 0; font-size: clamp(34px, 4.8vw, 72px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; text-wrap: balance; }
.philosophy-principles { border-top: 1px solid rgba(8,8,10,.2); }
.philosophy-principles article { display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 25px 0; border-bottom: 1px solid rgba(8,8,10,.2); }
.philosophy-principles span { grid-row: span 2; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.philosophy-principles h3 { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.philosophy-principles p { margin: 0; color: rgba(8,8,10,.58); font-size: 11px; line-height: 1.6; }

.method-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(70px, 9vw, 130px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-flow article { position: relative; min-height: 270px; padding: 27px clamp(18px, 2.4vw, 36px) 31px; border-right: 1px solid var(--line); overflow: hidden; transition: background .35s ease, transform .35s ease; }
.method-flow article:first-child { padding-left: 0; }
.method-flow article:last-child { border-right: 0; }
.method-flow article::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.method-flow article:hover { background: linear-gradient(180deg, transparent, rgba(199,104,50,.07)); transform: translateY(-4px); }
.method-flow article:hover::after { transform: scaleX(1); }
.method-flow article > span { display: block; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.method-flow h3 { margin: 94px 0 14px; font-size: clamp(26px, 2.7vw, 40px); font-weight: 500; letter-spacing: -.05em; }
.method-flow p { max-width: 220px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.noir-results { background: #101014; box-shadow: 0 0 0 100vmax #101014; clip-path: inset(0 -100vmax); }
.results-intro { grid-template-columns: minmax(130px, .35fr) 1fr; }
.results-intro h2 { grid-column: 2; }
.result-switcher { margin-top: clamp(70px, 9vw, 130px); border: 1px solid var(--line); background: rgba(8,8,10,.42); }
.result-tabs { display: flex; border-bottom: 1px solid var(--line); }
.result-tabs button { min-width: 150px; padding: 20px 28px; border: 0; border-right: 1px solid var(--line); background: transparent; color: rgba(240,236,229,.48); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.result-tabs button[aria-selected="true"] { background: var(--ink); color: var(--page); }
.result-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); min-height: 610px; overflow: hidden; animation: panelIn .55s cubic-bezier(.2,.75,.25,1) both; }
.result-panel[hidden] { display: none; }
.result-copy { position: relative; z-index: 2; padding: clamp(38px, 6vw, 88px); }
.result-copy > p:first-child { margin: 0 0 clamp(72px, 9vw, 128px); color: rgba(240,236,229,.43); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.result-copy > strong { display: block; margin: 0; font-size: clamp(90px, 14vw, 206px); font-weight: 500; line-height: .72; letter-spacing: -.095em; }
.result-copy h3 { margin: 27px 0 13px; font-size: clamp(23px, 2.7vw, 39px); font-weight: 500; letter-spacing: -.045em; }
.result-copy > p:last-child { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.result-facts { position: relative; z-index: 2; display: grid; grid-template-rows: 1fr 1fr; border-left: 1px solid var(--line); }
.result-facts p { display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; margin: 0; padding: clamp(32px, 4vw, 58px); border-bottom: 1px solid var(--line); }
.result-facts p:last-child { border-bottom: 0; }
.result-facts strong { font-size: clamp(36px, 4.2vw, 65px); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.result-facts span { max-width: 230px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.result-panel svg { position: absolute; z-index: 1; inset: auto 0 0; width: 70%; height: 44%; color: var(--accent); opacity: .34; }
.result-panel svg path { fill: none; stroke: currentColor; stroke-width: 2; vector-effect: non-scaling-stroke; stroke-dasharray: 900; stroke-dashoffset: 900; animation: drawResult 1.8s cubic-bezier(.2,.75,.25,1) .15s forwards; }
.results-note { max-width: 670px; margin: 22px 0 0 auto; color: rgba(240,236,229,.38); font-size: 9px; line-height: 1.6; }

.trust-intro { grid-template-columns: minmax(130px, .35fr) 1fr; }
.trust-intro h2 { grid-column: 2; }
.trust-counters { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 9vw, 130px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-counters article { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px clamp(20px, 3vw, 45px); border-right: 1px solid var(--line); }
.trust-counters article:first-child { padding-left: 0; }
.trust-counters article:last-child { padding-right: 0; border-right: 0; }
.trust-counters strong { font-size: clamp(66px, 8vw, 122px); font-weight: 500; line-height: .9; letter-spacing: -.085em; }
.trust-counters span { color: var(--muted); font-size: 10px; }
.logo-marquee { position: relative; overflow: hidden; margin-top: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.logo-track { display: flex; width: max-content; animation: logoMarquee 70s linear infinite; }
.logo-track:hover { animation-play-state: paused; }
.logo-group { display: flex; flex-shrink: 0; align-items: center; }
.logo-group img { width: 220px; height: 144px; object-fit: contain; padding: 25px 36px; opacity: .54; filter: grayscale(1); transition: opacity .3s ease, filter .3s ease, transform .3s ease; }
.logo-group img:hover { opacity: 1; filter: none; transform: scale(1.06); }

@keyframes auroraDrift { 0% { transform: translate3d(-6%, -3%, 0) rotate(0deg) scale(.9); } 100% { transform: translate3d(10%, 8%, 0) rotate(22deg) scale(1.12); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes drawResult { to { stroke-dashoffset: 0; } }
@keyframes logoMarquee { to { transform: translateX(-50%); } }

.noir-invitation { min-height: 68svh; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: clamp(90px, 12vw, 180px) clamp(22px, 3vw, 48px); }
.noir-invitation p { margin: 0; font-size: clamp(31px, 5vw, 72px); line-height: 1.05; letter-spacing: -.055em; }
.noir-invitation button, .noir-invitation a { padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--accent); background: transparent; color: var(--accent); font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.noir-invitation span { margin-left: 12px; }
.noir-footer { display: flex; justify-content: space-between; padding: 24px clamp(22px, 3vw, 48px); border-top: 1px solid var(--line); color: rgba(240,236,229,.4); font-size: 9px; }
.noir-footer p { margin: 0; }
.noir-footer a { color: inherit; text-underline-offset: 3px; }

.access-dialog { width: min(1120px, calc(100vw - 28px)); max-height: calc(100svh - 28px); padding: 0; border: 1px solid var(--line-strong); background: var(--ink); color: var(--page); }
.access-dialog::backdrop { background: rgba(8,8,10,.86); backdrop-filter: blur(18px); }
.access-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 680px; }
.access-intro { padding: clamp(34px, 5vw, 72px); background: var(--page); color: var(--ink); display: flex; flex-direction: column; }
.access-intro > p { margin: 0; color: rgba(240,236,229,.5); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.access-intro h2 { margin: auto 0 35px; font-size: clamp(46px, 5.5vw, 74px); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
.access-intro h2 em { color: var(--secondary); font-family: var(--serif); font-weight: 400; }
.access-intro small { max-width: 370px; color: rgba(240,236,229,.52); font-size: 11px; line-height: 1.65; }
.access-layout form { align-content: center; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; padding: clamp(45px, 6vw, 90px); }
.access-layout form > label:not(.consent):not(.honeypot) span { display: block; margin-bottom: 7px; color: rgba(8,8,10,.5); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.access-layout input:not([type="checkbox"]) { width: 100%; border: 0; border-bottom: 1px solid rgba(8,8,10,.3); border-radius: 0; padding: 12px 0; background: transparent; color: var(--page); outline: none; }
.access-layout input:focus { border-color: var(--accent); }
.consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 9px; color: rgba(8,8,10,.58); font-size: 9px; line-height: 1.45; }
.consent input { margin-top: 2px; accent-color: var(--accent); }
.submit-access { grid-column: 1 / -1; min-height: 54px; margin-top: 8px; border: 0; border-radius: 999px; background: var(--page); color: var(--ink); font-size: 11px; font-weight: 800; cursor: pointer; }
.submit-access:disabled { opacity: .6; cursor: wait; }
.submit-access span { margin-left: 9px; color: var(--accent); }
.form-status { grid-column: 1 / -1; min-height: 17px; margin: -8px 0 0; color: #8b3925; text-align: center; font-size: 9px; }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(8,8,10,.22); border-radius: 50%; background: transparent; color: var(--page); font-size: 23px; cursor: pointer; }

.noir-portfolio { --page: #08080a; --ink: #f0ece5; --surface: #121216; --muted: #95918c; --line: rgba(240,236,229,.16); --line-strong: rgba(240,236,229,.34); --accent: #c76832; --accent-ink: #fff8f1; --secondary: #8d98af; --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif; }
.noir-portfolio .portfolio-results { color: var(--ink); }
.noir-portfolio .plan-card.plan-emphasis { background: #151318; }
.noir-portfolio .plan-card.plan-dark { --line: rgba(8,8,10,.14); --line-strong: rgba(8,8,10,.3); --muted: #696762; }
.noir-portfolio .portfolio-close { border-top: 1px solid var(--line); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.75,.25,1), transform .75s cubic-bezier(.2,.75,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.noir-hero h1 [data-reveal]:nth-child(2) { transition-delay: .08s; }
.noir-hero h1 [data-reveal]:nth-child(3) { transition-delay: .16s; }
.is-loaded .hero-media { animation: heroIn 1.25s cubic-bezier(.2,.75,.25,1) both; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: none; } }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

@media (max-width: 940px) {
  .noir-header { grid-template-columns: 1fr 1fr; }
  .noir-header > p { display: none; }
  .noir-hero { padding-top: 125px; }
  .noir-hero h1 { font-size: clamp(60px, 12vw, 106px); }
  .hero-vignette { background: radial-gradient(ellipse at 70% 44%, transparent, rgba(8,8,10,.38) 54%, rgba(8,8,10,.82)), linear-gradient(90deg, rgba(8,8,10,.84), rgba(8,8,10,.2)); }
  .section-intro { grid-template-columns: minmax(105px, .28fr) 1fr; }
  .section-intro h2, .results-intro h2, .trust-intro h2 { grid-column: 2; }
  .section-summary { grid-column: 2; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .method-flow { grid-template-columns: repeat(2, 1fr); }
  .method-flow article:nth-child(2) { border-right: 0; }
  .method-flow article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-flow article:nth-child(3) { padding-left: 0; }
  .result-panel { grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); }
  .result-copy { padding-inline: clamp(32px, 5vw, 62px); }
  .result-copy > strong { font-size: clamp(82px, 14vw, 145px); }
  .access-layout { grid-template-columns: 1fr; }
  .access-intro { min-height: 340px; }
  .access-layout form { padding-top: 52px; }
}

@media (max-width: 580px) {
  .noir-hero { min-height: 880px; align-items: flex-end; padding-bottom: 96px; }
  .noir-hero h1 { font-size: clamp(52px, 16.3vw, 74px); }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .hero-meta { display: none; }
  .hero-aurora i { width: 120vw; }
  .hero-loop-main { mask-image: linear-gradient(180deg, transparent 2%, #000 18%, #000 80%, transparent 98%); }
  .hero-vignette { background: linear-gradient(180deg, rgba(8,8,10,.2), rgba(8,8,10,.72) 56%, rgba(8,8,10,.96)); }
  .noir-philosophy, .noir-method, .noir-results, .noir-trust { padding-block: 100px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .section-intro h2, .results-intro h2, .trust-intro h2, .section-summary { grid-column: 1; }
  .section-intro > p:first-child { margin: 0; }
  .philosophy-grid { gap: 55px; margin-top: 70px; }
  .philosophy-statement { font-size: clamp(34px, 10vw, 48px); }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow article, .method-flow article:first-child, .method-flow article:nth-child(3) { min-height: 190px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-flow article:last-child { border-bottom: 0; }
  .method-flow h3 { margin-top: 58px; }
  .result-tabs { overflow-x: auto; }
  .result-tabs button { min-width: 128px; padding-inline: 20px; }
  .result-panel { display: block; min-height: 0; }
  .result-copy { min-height: 510px; padding: 36px 24px 60px; }
  .result-copy > p:first-child { margin-bottom: 84px; }
  .result-copy > strong { font-size: clamp(80px, 24vw, 118px); }
  .result-facts { grid-template-columns: 1fr 1fr; grid-template-rows: none; border-top: 1px solid var(--line); border-left: 0; }
  .result-facts p { min-height: 190px; padding: 25px 20px; border-right: 1px solid var(--line); border-bottom: 0; }
  .result-facts p:last-child { border-right: 0; }
  .result-facts strong { font-size: clamp(30px, 9vw, 42px); }
  .result-panel svg { width: 100%; height: 35%; }
  .trust-counters { grid-template-columns: 1fr; }
  .trust-counters article, .trust-counters article:first-child, .trust-counters article:last-child { min-height: 180px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-counters article:last-child { border-bottom: 0; }
  .logo-group img { width: 164px; height: 112px; padding: 20px 27px; }
  .noir-invitation { align-items: flex-start; flex-direction: column; min-height: 60svh; }
  .access-layout form { grid-template-columns: 1fr; padding: 35px 24px 42px; }
  .consent, .submit-access, .form-status { grid-column: 1; }
  .access-intro { padding: 36px 24px; }
  .access-intro h2 { margin-top: 70px; }
  .access-dialog { max-height: calc(100svh - 12px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .logo-track { width: 100%; }
  .logo-group { width: 100%; flex-wrap: wrap; justify-content: center; }
  .logo-group[aria-hidden="true"] { display: none; }
}
