:root{--ink: #0a0a0a;--gold: #b88300;--gold-hi: #f5c542;--gold-lo: #ffe9a8}.hero{height:100dvh;background:var(--ink)}.stack{min-height:100dvh;background:var(--ink);display:flex;flex-direction:column}.stack__stage{width:100%;aspect-ratio:900 / 1080;max-height:62dvh;flex:none}.copy{flex:1;padding:20px 24px max(28px,env(safe-area-inset-bottom));display:flex;flex-direction:column;justify-content:center;gap:0;opacity:0;transform:translateY(24px);animation:copyIn .9s cubic-bezier(.16,1,.3,1) 7.4s forwards}@keyframes copyIn{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.copy{animation:none;opacity:1;transform:none}}.copy__logo{width:44px;height:44px;opacity:.95;margin-bottom:14px}.copy__eyebrow{margin:0;font-family:Archivo,Helvetica,sans-serif;font-weight:600;font-size:11px;line-height:1.5;letter-spacing:.2em;color:var(--gold-hi)}.copy__rule{margin-top:12px;height:2px;width:140px;background:linear-gradient(90deg,var(--gold-hi),rgba(245,197,66,0))}.copy__headline{margin:16px 0 0;font-family:Poppins,Helvetica,sans-serif;font-weight:800;font-size:clamp(34px,10.5vw,52px);line-height:.98;letter-spacing:-.025em;color:#fff;text-wrap:balance}.copy__accent{color:var(--gold-hi)}.copy__subtitle{margin:18px 0 0;font-family:Archivo,Helvetica,sans-serif;font-weight:300;font-size:17px;letter-spacing:.16em;color:var(--gold-lo)}.copy__subtitle:before{content:"";display:inline-block;width:28px;height:1px;margin-right:12px;vertical-align:middle;background:#ffe9a880}
