.hero{position:relative;background:var(--color-ink)}.hero__slideshow{position:relative;display:block;height:100svh;min-height:560px;overflow:hidden}.hero__slides,.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.hero__slide{opacity:0;visibility:hidden;transition:opacity .8s var(--ease-out),visibility 0s linear .8s}.hero__slide.is-active{opacity:1;visibility:visible;transition:opacity .8s var(--ease-out);z-index:1}html.motion .hero__slide{transition:none}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:center;will-change:transform}.hero__image,.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__placeholder{background:var(--color-bg-secondary);opacity:.4}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgb(var(--color-overlay) / .45),rgb(var(--color-overlay) / 0) 38%),rgb(var(--color-overlay) / var(--hero-overlay, .25));pointer-events:none}.hero__content{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero__slide--center .hero__content{justify-content:center;text-align:center}.hero__slide--left .hero__content{justify-content:flex-start;text-align:left}.hero__content-inner{max-width:880px;padding-block:var(--space-8)}.hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-3);margin:0 0 var(--space-4);font-size:.6875rem;font-weight:var(--font-body-weight-medium);letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9}.hero__eyebrow:before,.hero__slide--center .hero__eyebrow:after{content:"";width:28px;height:1px;background:currentColor;opacity:.65}.hero__heading{color:#fffffffa;margin:0;text-wrap:balance}.hero__heading .split-line{overflow:hidden}.hero__sub{margin:var(--space-4) 0 0;max-width:52ch;font-size:clamp(1rem,.9rem + .5vw,1.1875rem);line-height:1.55;color:#ffffffd1}.hero__slide--center .hero__sub{margin-inline:auto}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4) var(--space-5);margin-top:var(--space-6)}.hero__slide--center .hero__actions{justify-content:center}.hero__ghost{--btn-text: rgb(255 255 255 / .94);color:#fffffff0;padding-block:.5rem}.hero__ghost:hover{color:#fff}.hero__ghost:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;opacity:.5;transform-origin:left;transition:transform var(--duration-ui) var(--ease-air)}.hero__ghost:hover:after{transform:scaleX(.55)}.hero__controls{position:absolute;z-index:3;left:0;right:0;bottom:var(--space-6);padding-inline:var(--page-gutter);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);pointer-events:none}.hero__controls>*{pointer-events:auto}.hero__dots{display:flex;align-items:center;gap:var(--space-2)}.hero__dot{position:relative;width:32px;height:20px;display:grid;align-items:center}.hero__dot:before{content:"";grid-area:1 / 1;height:2px;border-radius:var(--radius-pill);background:#ffffff59;transition:background-color var(--duration-micro) var(--ease-out)}.hero__dot-fill{grid-area:1 / 1;height:2px;border-radius:var(--radius-pill);background:#fffffff2;transform:scaleX(0);transform-origin:left;transition:transform var(--duration-ui) var(--ease-out)}.hero__dot[aria-current=true] .hero__dot-fill{transform:scaleX(1)}.hero__dot:hover:before{background:#fff9}.hero__nav{display:flex;align-items:center;gap:var(--space-3)}.hero__arrow,.hero__toggle{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid rgb(255 255 255 / .35);color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color var(--duration-micro) var(--ease-out),border-color var(--duration-micro) var(--ease-out),color var(--duration-micro) var(--ease-out)}.hero__arrow:hover,.hero__toggle:hover{background:#fffffff0;border-color:transparent;color:var(--color-ink)}.hero__toggle{width:40px;height:40px}.hero__toggle-pause{display:flex;gap:4px}.hero__toggle-pause i{display:block;width:2px;height:12px;border-radius:1px;background:currentColor}.hero__toggle-play,.hero__toggle[aria-pressed=true] .hero__toggle-pause{display:none}.hero__toggle[aria-pressed=true] .hero__toggle-play{display:block}.hero__progress{position:absolute;z-index:3;left:0;right:0;bottom:0;height:2px;background:#ffffff2e}.hero__progress-bar{display:block;height:100%;background:#ffffffe6;transform:scaleX(0);transform-origin:left}hero-slideshow:not(:defined) .hero__controls,hero-slideshow:not(:defined) .hero__progress{display:none}.hero--services .hero__slideshow{height:calc(100svh - var(--hero-top-offset, 0px))}@media(prefers-reduced-motion:no-preference){.hero__service{animation:hero-service-in .7s cubic-bezier(.22,1,.36,1) backwards}.hero__service:nth-child(1){animation-delay:.35s}.hero__service:nth-child(2){animation-delay:.44s}.hero__service:nth-child(3){animation-delay:.53s}.hero__service:nth-child(4){animation-delay:.62s}.hero__service:nth-child(5){animation-delay:.71s}.hero__service:nth-child(6){animation-delay:.8s}}@keyframes hero-service-in{0%{opacity:0;transform:translateY(16px)}}.hero--services .hero__scrim{background:linear-gradient(to top,rgb(var(--color-overlay) / .62),rgb(var(--color-overlay) / 0) 46%),rgb(var(--color-overlay) / var(--hero-overlay, .25))}.hero--services .hero__controls{bottom:clamp(122px,17vh,158px)}.hero--services .hero__content-inner{padding-bottom:clamp(96px,14vh,140px)}.hero__services{position:absolute;z-index:4;left:0;right:0;bottom:10px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding-inline:var(--page-gutter)}.hero__service{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid rgb(255 255 255 / .16);border-radius:var(--radius-m);background:#14141080;color:#fffffff0;text-align:left;text-decoration:none;cursor:pointer;transition:transform var(--duration-ui) var(--ease-out),background-color var(--duration-ui) var(--ease-out),border-color var(--duration-ui) var(--ease-out)}@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)){.hero__service{background:#ffffff17;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15)}}.hero__service:hover,.hero__service:focus-visible{transform:translateY(-4px);border-color:#ffffff73;background:#ffffff29}.hero__service-icon{flex:0 0 auto;width:24px;height:24px;margin-top:1px;color:#ffffffe6}.hero__service-icon svg{width:100%;height:100%;display:block}.hero__service-copy{display:grid;gap:2px;min-width:0}.hero__service-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.02rem;line-height:1.15;letter-spacing:.01em}.hero__service-text{font-size:var(--text-xs);line-height:1.35;color:#ffffffb8}@media screen and (max-width:1180px){.hero__services{grid-template-columns:repeat(3,minmax(0,1fr))}.hero--services .hero__controls{bottom:clamp(196px,30vh,236px)}.hero--services .hero__content-inner{padding-bottom:clamp(170px,26vh,210px)}}@media screen and (max-width:749px){.hero__services{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px;bottom:8px}.hero__services::-webkit-scrollbar{display:none}.hero__service{flex:0 0 auto;width:min(62vw,230px);scroll-snap-align:start;padding:12px 14px}.hero--services .hero__controls{bottom:118px}.hero--services .hero__content-inner{padding-bottom:120px}}@media screen and (max-width:749px){.hero__slideshow{min-height:480px}.hero__content-inner{padding-bottom:var(--space-10)}.hero__controls{bottom:var(--space-5)}.hero__arrow{display:none}.hero__actions .btn--light{padding:.75rem 1.5rem}}@media(prefers-reduced-motion:reduce){.hero__media{will-change:auto}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-hero.css.map */
