.teddy-hero{--teddy-ease:cubic-bezier(.22,1,.36,1);position:relative;min-height:92svh;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:var(--color-background);color:var(--color-foreground);perspective:1400px}.teddy-hero__stage{position:relative;width:min(94vw,1500px);height:min(88svh,900px);display:grid;place-items:center;transform-style:preserve-3d}.teddy-hero__grid{position:absolute;inset:-20%;opacity:.16;background:linear-gradient(rgb(var(--color-foreground-rgb)/.08) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--color-foreground-rgb)/.08) 1px,transparent 1px);background-size:80px 80px;transform:perspective(800px) rotateX(65deg) translateY(30%);mask-image:linear-gradient(to top,black,transparent 70%);z-index:-1}.teddy-hero__noise{position:absolute;inset:0;opacity:.035;pointer-events:none}.teddy-hero__halo{position:absolute;width:min(62vw,760px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgb(var(--color-foreground-rgb)/.12),transparent 68%);filter:blur(20px);transform:translateZ(-80px) scale(.9)}.teddy-hero__media{position:relative;z-index:2;width:min(70vw,900px);transform-style:preserve-3d;will-change:transform;filter:drop-shadow(0 35px 45px rgb(var(--color-shadow-rgb)/.18))}.teddy-hero__media img{display:block;width:100%;height:auto;object-fit:contain;transform:translateZ(60px)}.teddy-hero__placeholder{font-size:clamp(4rem,12vw,12rem);font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);letter-spacing:-.06em}.teddy-hero__copy{position:absolute;z-index:4;inset:auto 0 5%;display:flex;align-items:center;flex-direction:column;text-align:center;pointer-events:none}.teddy-hero__eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;opacity:.7}.teddy-hero__title{font-size:clamp(4rem,10vw,10rem);line-height:.78;letter-spacing:-.065em;margin:0;max-width:1000px}.teddy-hero__subheading{font-size:clamp(.9rem,1.4vw,1.1rem);max-width:480px;margin:22px 0 0;opacity:.72}.teddy-hero__cta{pointer-events:auto;margin-top:24px;display:inline-flex;gap:12px;align-items:center;color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding:9px 0}.teddy-hero__cta span{transition:transform .5s var(--teddy-ease)}.teddy-hero__cta:hover span{transform:translate(4px,-4px)}.teddy-hero__scroll{position:absolute;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:10px;align-items:center;font-size:9px;letter-spacing:.16em;opacity:.5}.teddy-hero__scroll i{width:28px;height:1px;background:currentColor}.teddy-reveal{opacity:0;transform:translate3d(0,28px,40px)}.teddy-reveal.is-visible{opacity:1;transform:none;transition:opacity .9s var(--teddy-ease),transform .9s var(--teddy-ease)}.teddy-hero--calm .teddy-hero__media{transition:transform 1.2s var(--teddy-ease)}.teddy-hero--cinematic .teddy-hero__media{transition:transform .8s var(--teddy-ease)}@media(max-width:749px){.teddy-hero{min-height:82svh}.teddy-hero__stage{height:76svh}.teddy-hero__media{width:92vw}.teddy-hero__copy{bottom:7%}.teddy-hero__title{font-size:clamp(3.6rem,17vw,7rem)}.teddy-hero__grid{background-size:50px 50px}}@media(prefers-reduced-motion:reduce){.teddy-hero__media,.teddy-reveal,.teddy-hero__cta span{transition:none!important;transform:none!important}.teddy-hero__grid{display:none}}