.hero-carousel{isolation:isolate;background:var(--color-accent);width:100%;transition:background-color var(--motion-slow) var(--ease-out);outline:none;position:relative}.hero-slot{width:100%;height:clamp(300px,26.875vw,480px);position:relative;overflow:hidden}.hero-frame{width:100%;max-width:1920px;height:100%;margin-inline:auto;position:relative}.hero-layer{display:block;position:absolute;inset:0}.hero-slide-link{border-radius:var(--radius,0);outline:none;display:block;position:absolute;inset:0}.hero-slide-link:focus-visible{outline:3px solid var(--color-text);outline-offset:-4px}.hero-slide{color:var(--color-text);position:absolute;inset:0}.hero-slide--dark{color:var(--color-text-on-dark)}.hero-slide__inner{width:100%;height:100%;max-width:var(--container-max);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(8px,3vw,40px);margin-inline:auto;padding-inline:clamp(20px,6vw,80px);display:grid}.hero-slide__content{z-index:1;flex-direction:column;align-items:flex-start;gap:clamp(10px,1.5vw,18px);padding-block:clamp(20px,3vw,44px);display:flex;position:relative}.hero-slide__title{letter-spacing:.01em;margin:0;font-size:clamp(1.375rem,.9rem + 2.4vw,3rem);font-weight:800;line-height:1.08}.hero-slide__subtitle{max-width:34rem;margin:0;font-size:clamp(.9375rem,.8rem + .7vw,1.25rem);font-weight:300;line-height:1.45}.hero-slide__cta{white-space:nowrap;color:var(--color-text-on-dark);background:var(--color-surface-dark);transition:transform var(--motion-fast) var(--ease-out);border-radius:10px;align-items:center;margin-top:clamp(4px,1vw,10px);padding:.7em 1.6em;font-size:clamp(.875rem,.8rem + .3vw,1rem);font-weight:700;display:inline-flex}.hero-slide--dark .hero-slide__cta{color:var(--color-text);background:var(--color-accent)}@media (hover:hover){.hero-slide-link:hover .hero-slide__cta{transform:translateY(-2px)}}.hero-slide__illo{align-self:stretch;min-width:0;position:relative}.hero-obj{display:block;position:absolute}.hero-obj--primary{width:clamp(120px,46%,330px);top:50%;right:6%;transform:translateY(-50%)}.hero-obj--secondary{width:clamp(48px,22%,140px);top:8%;left:4%}.hero-obj--tertiary{width:clamp(56px,26%,160px);bottom:10%;left:0}.hero-obj__img{filter:drop-shadow(0 22px 34px #00000029);width:100%;height:auto}html.js .hero-obj{animation:hero-obj-in var(--motion-slow) var(--ease-out) backwards}html.js .hero-obj--secondary{animation-delay:.12s}html.js .hero-obj--tertiary{animation-delay:.2s}@keyframes hero-obj-in{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}html.js .hero-slide__content>*{animation:hero-rise var(--motion-slow) var(--ease-out) backwards}html.js .hero-slide__content>:nth-child(2){animation-delay:90ms}html.js .hero-slide__content>:nth-child(3){animation-delay:.18s}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html.js .hero-obj,html.js .hero-slide__content>*{animation:none}}@keyframes hero-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-obj__img--f1{animation:hero-bob 5.5s var(--ease-standard) infinite}.hero-obj__img--f2{animation:hero-bob 7s var(--ease-standard) -2.2s infinite}.hero-obj__img--f3{animation:hero-bob 8.5s var(--ease-standard) -4.4s infinite}@media (prefers-reduced-motion:reduce){.hero-obj__img--f1,.hero-obj__img--f2,.hero-obj__img--f3{animation:none}}.hero-controls{inset-inline:0;z-index:2;pointer-events:none;justify-content:center;align-items:center;gap:clamp(12px,2vw,20px);padding-inline:16px;display:flex;position:absolute;bottom:clamp(12px,2.5vh,28px)}.hero-controls>*{pointer-events:auto}.hero-arrows{display:none}@media (pointer:fine) and (min-width:480px){.hero-arrows{display:contents}}.hero-arrow{z-index:2;width:48px;height:48px;color:var(--color-text);cursor:pointer;transition:transform var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);pointer-events:auto;background:#ffffffb3;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow--prev{left:clamp(8px,2vw,24px)}.hero-arrow--next{right:clamp(8px,2vw,24px)}@media (hover:hover){.hero-arrow:hover{will-change:transform;background:#fff;transform:translateY(-50%)scale(1.06)}}.hero-arrow:active{transition-duration:var(--motion-instant);transform:translateY(-50%)scale(.96)}.hero-arrow:focus-visible{outline:3px solid var(--color-text);outline-offset:2px}.hero-arrow[disabled]{opacity:.4;cursor:default;pointer-events:none}.hero-dots{background:#ffffff8c;border-radius:999px;align-items:center;gap:8px;margin:0;padding:6px 10px;list-style:none;display:flex}.hero-dot{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.hero-dot:before{content:"";background:color-mix(in srgb, var(--color-text) 35%, transparent);transform-origin:50%;width:10px;height:10px;transition:transform var(--motion-base) var(--ease-out), background-color var(--motion-base) var(--ease-out);border-radius:999px;display:block}.hero-dot[aria-current=true]:before{background:var(--color-text);transform:scale(1.5)}.hero-dot:focus-visible{outline:3px solid var(--color-text);outline-offset:2px}.hero-static{margin:0;position:relative}@media (prefers-reduced-motion:reduce){.hero-dot[aria-current=true]:before{transform:scale(1.5)}}@media (max-width:479px){.hero-slide__subtitle{display:none}.hero-slide__inner{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.hero-obj--secondary,.hero-obj--tertiary{display:none}.hero-obj--primary{width:clamp(100px,70%,180px)}.hero-slide__illo{margin-top:16px}.hero-dot{width:28px;height:28px}.hero-dot:before{width:7px;height:7px}.hero-dots{gap:2px;padding:4px 8px}.hero-controls{bottom:10px}.hero-slide__content{padding-bottom:44px}.hero-slide__illo{margin-bottom:36px}}
