.hero{box-shadow:none;box-sizing:border-box;background:0 0;border-radius:0;align-items:end;width:100%;max-width:none;min-height:100dvh;margin:0;padding:0;display:grid;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media img{object-fit:cover;object-position:center 40%;box-shadow:none;border-radius:0;width:100%;max-width:none;height:100%;animation:28s ease-in-out infinite alternate hero-drift;transform:scale(1.06)}@keyframes hero-drift{0%{transform:scale(1.06)translate(0,0)}to{transform:scale(1.12)translate(-1.5%,-1%)}}.hero-scrim{z-index:1;background:linear-gradient(#0b0e1273 0%,#0b0e1226 35%,#0b0e12b8 72%,#0b0e12f5 100%),linear-gradient(90deg,#0b0e12bf 0%,#0b0e1240 55%,#0b0e1273 100%);position:absolute;inset:0}.hero-grain{z-index:2;opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:3;max-width:920px;padding:0 2.5rem 5.5rem;position:relative}.hero-brand{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--paper);opacity:0;margin:0 0 1.1rem;font-size:clamp(4.5rem,14vw,9.5rem);font-weight:600;line-height:.88;animation:.9s cubic-bezier(.22,1,.36,1) .15s forwards hero-rise}.hero-brand span{color:var(--amber)}.hero-headline{color:var(--paper);opacity:0;max-width:28ch;margin:0 0 .85rem;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:500;animation:.9s cubic-bezier(.22,1,.36,1) .35s forwards hero-rise}.hero-sub{color:var(--mist);opacity:0;max-width:38ch;margin:0 0 2rem;font-size:1.05rem;font-weight:300;animation:.9s cubic-bezier(.22,1,.36,1) .5s forwards hero-rise}.hero-ctas{opacity:0;flex-wrap:wrap;gap:.85rem;animation:.9s cubic-bezier(.22,1,.36,1) .65s forwards hero-rise;display:flex}@keyframes hero-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-status{z-index:3;letter-spacing:.08em;text-transform:uppercase;color:var(--fog);opacity:0;align-items:center;gap:.65rem;font-size:.8rem;font-weight:500;animation:.9s cubic-bezier(.22,1,.36,1) .85s forwards hero-rise;display:flex;position:absolute;bottom:5.5rem;right:2.5rem}@media (width<=900px){.hero-status{display:none}.hero-content{padding:0 1.5rem 4rem}}@media (prefers-reduced-motion:reduce){.hero-media img{animation:none;transform:none}.hero-brand,.hero-headline,.hero-sub,.hero-ctas,.hero-status{opacity:1;animation:none}}