.hero{position:relative;display:flex;align-items:center;overflow:hidden}.hero--small{min-height:46svh}.hero--medium{min-height:68svh}.hero--large{min-height:92svh}.hero--full-bleed{padding-top:var(--header-height)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media[data-parallax]{top:-14%;right:0;bottom:-14%;left:0;will-change:transform}.hero__image,.hero__video{width:100%;height:100%;object-fit:cover}.hero__handoff{position:absolute;left:0;right:0;bottom:-1px;height:22%;background:linear-gradient(to bottom,transparent,#ffffff);pointer-events:none}.hero__word{display:inline-block}.page-ready .hero__word{animation:avero-hero-rise .9s var(--ease-out) backwards;animation-delay:calc(.16s + var(--word-index, 0) * .12s)}.hero__word:not(:last-child){margin-right:.26em}.film-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:grid;place-items:center;padding:var(--space-5);background:#05050600;opacity:0;pointer-events:none;transition:opacity var(--duration-base) var(--ease-out)}.film-modal[hidden]{display:none!important}.film-modal[open]{pointer-events:auto}.film-modal[open]{background:#050506eb;opacity:1}.film-modal__video{width:min(72rem,100%);max-height:82dvh;border-radius:var(--card-radius);box-shadow:0 24px 80px #0009}.film-modal__close{position:absolute;top:var(--space-4);right:var(--space-4);color:#f8f7f4;background:#ffffff14}.hero__image--kenburns{animation:avero-kenburns 18s var(--ease-in-out) infinite alternate;transform-origin:62% 40%}@keyframes avero-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(98deg,rgb(10 10 10 / calc(var(--scrim-opacity) * 1.5)),rgb(10 10 10 / calc(var(--scrim-opacity) * .6)) 48%,rgb(10 10 10 / calc(var(--scrim-opacity) * .25))),linear-gradient(to bottom,rgb(10 10 10 / calc(var(--scrim-opacity) * .6)),transparent 30%,rgb(10 10 10 / calc(var(--scrim-opacity) * .55)) 100%)}.hero__gradient{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(ellipse 50% 42% at 70% 28%,rgb(224 176 110 / .34),transparent 62%),radial-gradient(ellipse 70% 60% at 66% 34%,rgb(186 114 28 / .14),transparent 72%),radial-gradient(ellipse 45% 55% at 18% 78%,rgb(150 89 14 / .12),transparent 70%),radial-gradient(ellipse 120% 100% at 50% 50%,transparent 55%,rgb(5 5 6 / .5) 100%),linear-gradient(168deg,#26231f,#151417 52%,#0b0a0e)}.hero__gradient--animated{animation:avero-gradient-drift 24s var(--ease-in-out) infinite alternate}@keyframes avero-gradient-drift{0%{transform:translate3d(-2.5%,-1.5%,0) scale(1)}to{transform:translate3d(2.5%,1.5%,0) scale(1.06)}}.hero__inner{position:relative;width:100%;padding-block:var(--space-10) var(--space-9)}.hero__content{max-width:40rem;display:grid;gap:var(--space-5);justify-items:start}.hero__eyebrow{color:rgb(var(--color-accent))}.hero__heading{letter-spacing:-.015em}.hero__subheading{font-size:var(--text-lg);line-height:1.6;color:rgb(var(--color-text) / .82);max-width:34rem}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}.hero__button--secondary{background:transparent;color:rgb(var(--color-text));border-color:rgb(var(--color-text) / .55)}.hero__button--secondary:hover{border-color:rgb(var(--color-accent));color:rgb(var(--color-accent))}.hero__scroll-cue{position:absolute;left:50%;bottom:var(--space-5);translate:-50% 0;padding:var(--space-3);opacity:.85;transition:opacity var(--duration-base) var(--ease-out)}.hero__scroll-cue:hover{opacity:1}.hero__scroll-cue-line{display:block;width:1px;height:44px;background:linear-gradient(to bottom,transparent,rgb(var(--color-accent)));animation:avero-scroll-cue 2.6s var(--ease-in-out) infinite;transform-origin:top}@keyframes avero-scroll-cue{0%,to{transform:scaleY(.55);opacity:.5}50%{transform:scaleY(1);opacity:1}}.page-ready .hero__content>*{animation:avero-hero-rise .9s var(--ease-out) backwards}.hero__content>*:nth-child(2){animation-delay:90ms}.hero__content>*:nth-child(3){animation-delay:.18s}.hero__content>*:nth-child(4){animation-delay:.28s}@keyframes avero-hero-rise{0%{opacity:0;transform:translateY(22px)}}@media(prefers-reduced-motion:reduce){.hero__gradient--animated,.hero__scroll-cue-line,.hero__image--kenburns,.hero__content>*{animation:none}}.hero-split{position:relative;background:radial-gradient(ellipse 60% 80% at 82% 12%,rgb(var(--color-accent) / .08),transparent 60%),radial-gradient(ellipse 50% 70% at 8% 92%,rgb(var(--color-accent) / .05),transparent 65%),rgb(var(--color-background))}.hero-split__grid{display:grid;gap:var(--space-7);align-items:center;align-content:center;padding-block:var(--space-8);min-height:min(46rem,82svh)}@media(min-width:990px){.hero-split__grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:var(--space-9)}}.hero-split__copy{position:static;max-width:34rem}.hero-split__heading{font-size:calc(var(--text-5xl) * var(--heading-scale));line-height:1.02}.hero-split__panel{position:relative;aspect-ratio:16 / 10;border-radius:calc(var(--card-radius) * 1.75);overflow:hidden;background:rgb(var(--color-surface));border:1px solid rgb(var(--color-border) / .55);box-shadow:0 34px 90px #1d1e1e29,0 6px 22px #1d1e1e12}@media(max-width:749px){.hero-split__panel{aspect-ratio:4 / 3}}.hero-split__video,.hero-split__panel video,.hero-split__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-split__sheen{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(155deg,rgb(255 255 255 / .16),transparent 34%);box-shadow:inset 0 1px #ffffff59}.hero-split__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(ellipse 70% 55% at 50% 40%,rgb(var(--color-accent) / .12),transparent 70%),rgb(var(--color-surface))}.hero-split__empty img{opacity:.5}.hero-split__play{position:absolute;right:var(--space-4);bottom:var(--space-4);z-index:1;display:inline-grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:#0a0a0a8c;color:#fff;cursor:pointer;transition:transform var(--duration-base) var(--ease-spring),background-color var(--duration-fast) var(--ease-out)}.hero-split__play:hover{transform:scale(1.08);background:#0a0a0ab8}.hero-split__play .icon{translate:1px 0}@media(prefers-reduced-motion:reduce){.hero-split__play{transition:none}}@keyframes avero-rise-quiet{0%{transform:translateY(22px)}}@keyframes avero-scale-quiet{0%{transform:scale(.965)}}.page-ready .hero-split .hero__content>*{animation:avero-rise-quiet .9s var(--ease-out) backwards}.page-ready .hero-split .hero__word{animation:avero-rise-quiet .9s var(--ease-out) backwards;animation-delay:calc(.12s + var(--word-index, 0) * .1s)}.page-ready .hero-split__panel{animation:avero-scale-quiet .95s var(--ease-out) backwards;animation-delay:.2s}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-hero.css.map */
