.hero{background:var(--surface);box-shadow:none;box-sizing:border-box;border-radius:0;align-items:center;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:78% 45%;box-shadow:none;border-radius:0;width:100%;max-width:none;height:100%}.hero-scrim{z-index:1;background:linear-gradient(100deg,#f7f9fbf7 0%,#f7f9fbe6 22%,#f7f9fb73 40%,#f7f9fb14 58%,#0000 72%),linear-gradient(#f7f9fb66 0%,#0000 18% 78%,#eef2f5e0 100%);position:absolute;inset:0}.hero-content{z-index:2;padding:calc(var(--nav-h) + 1rem)clamp(1.25rem,4vw,3rem)3rem;color:var(--ink);max-width:36rem;margin-top:2vh;position:relative}.hero-content:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#f7f9fbb8 0%,#f7f9fb59 70%,#0000 100%);position:absolute;inset:-1.5rem -2rem -2rem -1.5rem}.hero-brand{font-family:var(--font-display);letter-spacing:-.02em;white-space:nowrap;text-transform:none;color:var(--ink);margin:0 0 1.1rem;font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;line-height:1.05;animation:.85s cubic-bezier(.22,1,.36,1) both hero-rise}.hero-brand span{color:var(--signal)}.hero-headline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);max-width:22ch;margin:0 0 .9rem;font-size:clamp(1.45rem,3vw,2rem);font-weight:700;line-height:1.15;animation:.85s cubic-bezier(.22,1,.36,1) .15s both hero-rise}.hero-sub{color:var(--slate);max-width:38ch;margin:0 0 1.85rem;font-size:1.05rem;font-weight:400;animation:.85s cubic-bezier(.22,1,.36,1) .28s both hero-rise}.hero-ctas{flex-wrap:wrap;gap:.75rem;animation:.85s cubic-bezier(.22,1,.36,1) .4s both hero-rise;display:flex}@keyframes hero-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.hero-content{padding:calc(var(--nav-h) + 1rem)1.5rem 3rem}.hero-brand{white-space:normal;font-size:clamp(2.4rem,11vw,3rem)}}@media (prefers-reduced-motion:reduce){.hero-brand,.hero-headline,.hero-sub,.hero-ctas{opacity:1;animation:none}}