
/* Typography system — Mali across the entire experience. */
.ui-icon{display:block;width:18px;height:18px;flex:none;overflow:visible;color:currentColor}
.ui-icon path,.ui-icon circle,.ui-icon rect,.ui-icon line,.ui-icon polyline{vector-effect:non-scaling-stroke}
:root{--font-primary:"Mali",cursive,sans-serif}
html,body,button,input,textarea,select{font-family:var(--font-primary)}
button,input,textarea,select{font:inherit}

:root{
  --bg:#000;--fg:#fff;--scene-bg:var(--bg);--focus-ring:#fff;
  --ease-standard:cubic-bezier(.2,.7,.2,1);--ease-out:cubic-bezier(.16,1,.3,1);
  --motion-fast:220ms;--motion-base:420ms;--motion-slow:760ms;
}
*{box-sizing:border-box}
html{margin:0;padding:0;background:var(--bg);overflow-x:clip;overscroll-behavior-x:none;scroll-behavior:smooth}
body{margin:0;padding:0;min-width:320px;background:var(--bg);color:var(--fg);overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html[data-scrollbar="hidden"]{scrollbar-width:none}html[data-scrollbar="hidden"]::-webkit-scrollbar{width:0;height:0}
.visual-canvas{display:block;width:100%;margin:0;padding:0;background:var(--bg);transition:background-color var(--motion-base) var(--ease-standard)}
.profilekit-empty-sense{min-height:60dvh;width:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--scene-bg,#efefef),color-mix(in srgb,var(--scene-bg,#efefef) 82%,#fff));color:color-mix(in srgb,#111 58%,transparent);font:500 14px/1.4 var(--font-primary,system-ui,sans-serif);letter-spacing:.02em}
.scene{position:relative;width:100%;margin:0;padding:0;border:0;overflow:clip;background:var(--scene-bg);line-height:0;isolation:isolate}
.scene+.scene{margin-top:0}.scene--snap{scroll-snap-align:start}.has-soft-snap body{scroll-snap-type:y proximity}
figure{margin:0;padding:0}.cell,.gallery-item,.stack-card,.stage-item{min-width:0;min-height:0}
.media-link{display:block;width:100%;height:100%;margin:0;padding:0;color:inherit;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.media-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:-3px}
.media-picture,.media-video{display:block;width:100%;height:100%;margin:0;padding:0;overflow:hidden}
.media-picture img,.media-video{display:block;width:100%;height:100%;margin:0;border:0;object-fit:var(--fit,cover);object-position:var(--focus-d,50% 50%);user-select:none;-webkit-user-drag:none}

/* Product motion: quiet by default. Layouts move only when interaction needs it. */
html.motion-ready .scene{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Immersive */
.scene--immersive-full{height:100dvh;min-height:520px}.scene--immersive-full>.media-link,.scene--immersive-full>.media-picture,.scene--immersive-full>.media-video{height:100%}
.scene--social-full{min-height:100dvh}.scene--video-feed{background:#000}
.scene--edge-to-edge{min-height:76dvh}.scene--edge-to-edge>.media-link,.scene--edge-to-edge>.media-picture,.scene--edge-to-edge>.media-video{height:76dvh}
.scene--poster-stage{min-height:100dvh;display:grid;place-items:center;padding:clamp(18px,4vw,72px)}.scene--poster-stage>.media-link,.scene--poster-stage>.media-picture{width:min(80vw,1240px);height:min(86dvh,1120px)}
.scene--floating-frame{min-height:100dvh;display:grid;place-items:center;padding:5vw}.scene--floating-frame>.media-link,.scene--floating-frame>.media-picture{width:min(72vw,1080px);height:min(72dvh,820px)}
.scene--center-stage{min-height:100dvh;display:grid;place-items:center;padding:8vw}.scene--center-stage>.media-link,.scene--center-stage>.media-picture{width:min(62vw,980px);aspect-ratio:4/5;height:auto}
.scene--cinematic-wide{height:clamp(420px,64vw,82dvh)}.scene--cinematic-wide>.media-link,.scene--cinematic-wide>.media-picture,.scene--cinematic-wide>.media-video{height:100%}
.scene--cinematic-tall{height:min(112vw,92dvh)}.scene--cinematic-tall>.media-link,.scene--cinematic-tall>.media-picture,.scene--cinematic-tall>.media-video{height:100%}
.scene--panorama{height:72dvh}.scene--panorama .media-picture{width:135vw;transform:translateX(-17.5vw)}
.scene--mask-window{min-height:100dvh;display:grid;place-items:center;padding:5vw}.scene--mask-window>.media-link,.scene--mask-window>.media-picture{width:min(86vw,1400px);height:84dvh;clip-path:inset(7% 8%)}
.scene--window-reveal>.media-link,.scene--window-reveal>.media-picture{transition:clip-path var(--motion-slow) var(--ease-out)}
.scene--cover-reveal{height:100dvh;clip-path:inset(0)}.scene--cover-reveal>.media-link,.scene--cover-reveal>.media-picture,.scene--cover-reveal>.media-video{height:100%}
.scene--zoom-stage{height:100dvh;overflow:hidden}.scene--zoom-stage>.media-link,.scene--zoom-stage>.media-picture{height:100%}.scene--zoom-stage img{transform:scale(1.04)}

/* Composition */
.composition{display:grid;min-height:100dvh;width:100%}.composition>.cell{position:relative;overflow:hidden}.composition>.cell>.media-link,.composition>.cell>.media-picture,.composition>.cell>.media-video{height:100%}
.scene--split-50{grid-template-columns:1fr 1fr}.scene--split-30-70{grid-template-columns:3fr 7fr}.scene--split-70-30{grid-template-columns:7fr 3fr}.scene--split-asymmetric{grid-template-columns:minmax(0,1fr) minmax(0,1.65fr);align-items:stretch}
.scene--duo-offset{grid-template-columns:1fr 1fr;padding:7vw 6vw;gap:4vw;align-items:center}.scene--duo-offset .cell:first-child{height:68dvh;transform:translateY(-5dvh)}.scene--duo-offset .cell:nth-child(2){height:76dvh;transform:translateY(6dvh)}
.scene--duo-overlap{display:block;min-height:108dvh}.scene--duo-overlap .cell{position:absolute}.scene--duo-overlap .cell:first-child{left:4vw;top:7dvh;width:62vw;height:78dvh}.scene--duo-overlap .cell:nth-child(2){right:4vw;bottom:7dvh;width:42vw;height:58dvh}
.scene--triptych{grid-template-columns:repeat(3,1fr)}.scene--triptych-focus{grid-template-columns:1fr 1.5fr 1fr}.scene--triptych-focus .cell:nth-child(2){z-index:1}
.scene--quad{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,50dvh)}
.scene--mosaic{grid-template-columns:2fr 1fr 1fr;grid-template-rows:50dvh 50dvh}.scene--mosaic .cell:first-child{grid-row:1/3}.scene--mosaic .cell:nth-child(2){grid-column:2/4}
.scene--mosaic-organic{grid-template-columns:1.15fr .85fr 1fr;grid-template-rows:58dvh 42dvh;padding:4vw;gap:2vw}.scene--mosaic-organic .cell:first-child{grid-row:1/3}.scene--mosaic-organic .cell:nth-child(2){grid-column:2/4}
.scene--editorial-grid{grid-template-columns:1.25fr .75fr 1fr;grid-template-rows:44dvh 56dvh}.scene--editorial-grid .cell:nth-child(1){grid-row:1/3}.scene--editorial-grid .cell:nth-child(2){grid-column:2/4}.scene--editorial-grid .cell:nth-child(4){transform:translateY(-8dvh);margin:0 5vw}
.scene--editorial-offset{display:block;min-height:108dvh}.scene--editorial-offset .cell{position:absolute}.scene--editorial-offset .cell:nth-child(1){width:58vw;height:78dvh;right:6vw;top:8dvh}.scene--editorial-offset .cell:nth-child(2){width:28vw;height:42dvh;left:5vw;bottom:6dvh}
.scene--floating-collage{display:block;min-height:120dvh}.scene--floating-collage .cell{position:absolute}.scene--floating-collage .cell:nth-child(1){width:42vw;height:62dvh;left:8vw;top:9dvh}.scene--floating-collage .cell:nth-child(2){width:30vw;height:44dvh;right:8vw;top:15dvh}.scene--floating-collage .cell:nth-child(3){width:26vw;height:38dvh;left:22vw;bottom:8dvh}.scene--floating-collage .cell:nth-child(4){width:34vw;height:50dvh;right:16vw;bottom:4dvh}
.scene--layered-collage{display:block;min-height:110dvh}.scene--layered-collage .cell{position:absolute;box-shadow:0 14px 50px rgb(0 0 0/.14)}.scene--layered-collage .cell:nth-child(1){inset:8dvh 22vw 16dvh 10vw}.scene--layered-collage .cell:nth-child(2){width:32vw;height:54dvh;right:8vw;top:15dvh}.scene--layered-collage .cell:nth-child(3){width:25vw;height:38dvh;left:5vw;bottom:8dvh}.scene--layered-collage .cell:nth-child(4){width:23vw;height:34dvh;right:21vw;bottom:3dvh}
.scene--poster-wall{grid-template-columns:repeat(4,1fr);min-height:82dvh;padding:4vw;gap:2vw;align-items:center}.scene--poster-wall .cell:nth-child(even){transform:translateY(5dvh)}.scene--poster-wall .cell:nth-child(odd){transform:translateY(-4dvh)}
.scene--accordion-horizontal{height:90dvh;display:block;overflow:hidden;position:relative}.accordion-track{display:flex;width:100%;height:100%;overflow:hidden}.scene--accordion-horizontal .cell{flex:1 1 0;min-width:0;height:100%;opacity:1;transition:flex-grow 320ms var(--ease-standard),opacity 220ms ease}.scene--accordion-horizontal .cell .media-picture img{transition:transform 420ms var(--ease-standard);will-change:transform}.scene--accordion-horizontal:has(.cell.is-active) .cell:not(.is-active){opacity:.7}.scene--accordion-horizontal .cell.is-active{flex-grow:2.35}.scene--accordion-horizontal .cell.is-active .media-picture img{transform:scale(1.02)}


/* V9 smart composition states */
.scene--smart .is-focal{z-index:2}
.scene--smart.scene--triptych-focus:has(.cell:nth-child(1).is-focal){grid-template-columns:1.5fr 1fr 1fr}
.scene--smart.scene--triptych-focus:has(.cell:nth-child(2).is-focal){grid-template-columns:1fr 1.5fr 1fr}
.scene--smart.scene--triptych-focus:has(.cell:nth-child(3).is-focal){grid-template-columns:1fr 1fr 1.5fr}
.scene--smart.scene--editorial-grid .cell.is-focal{grid-row:1/3}
.scene--smart.scene--sticky-stack .stack-card{transition:transform 180ms var(--ease-standard),opacity 180ms ease;opacity:.86}
.scene--smart.scene--sticky-stack .stack-card.is-current{transform:scale(1);opacity:1}
.scene--smart.scene--sticky-stack .stack-card.is-past{transform:scale(.992);opacity:.72}
.scene--smart.scene--sticky-stack .stack-card.is-future{transform:scale(1);opacity:.88}

/* Galleries: native, scrollbar-free, gesture-friendly */
.gallery{width:100%;min-height:70dvh}.media-track{display:flex;width:100%;height:100%;min-width:0;min-height:0;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.media-track::-webkit-scrollbar{display:none}.snap-track,.free-scroll-track{overflow-x:auto}.snap-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab}.free-scroll-track{scroll-snap-type:none;scroll-behavior:auto;cursor:grab}.loop-strip-track{overflow:hidden;cursor:default}.media-track.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}.gallery-item{position:relative;flex:0 0 auto;height:100%;scroll-snap-align:center}.free-scroll-track .gallery-item,.loop-strip-track .gallery-item{scroll-snap-align:none}.gallery-item>.media-link,.gallery-item>.media-picture,.gallery-item>.media-video{height:100%}
.scene--carousel-full{height:100dvh}.scene--carousel-full .snap-track{scroll-snap-type:x mandatory}.scene--carousel-full .gallery-item{width:100vw}
.scene--carousel-peek{height:86dvh}.scene--carousel-peek .snap-track{gap:clamp(10px,1.25vw,20px);padding-inline:7vw;scroll-padding-inline:7vw;scroll-snap-type:x mandatory}.scene--carousel-peek .gallery-item{width:min(78vw,1180px)}
.scene--carousel-center{height:82dvh}.scene--carousel-center .snap-track{gap:2vw;padding-inline:16vw;scroll-padding-inline:16vw;scroll-snap-type:x mandatory}.scene--carousel-center .gallery-item{width:68vw;opacity:.72;transition:opacity var(--motion-fast) ease,transform var(--motion-fast) ease}.scene--focus-gallery .gallery-item{transform:scale(.965)}
.scene--filmstrip{height:56dvh}.scene--filmstrip .gallery-item{width:min(38vw,620px)}
.scene--infinite-strip{height:48dvh}.scene--infinite-strip .loop-strip-track{overflow:hidden;cursor:default}.scene--infinite-strip .gallery-item{width:36vw}
.scene--contact-sheet{display:grid;grid-template-columns:repeat(4,1fr);min-height:auto}.scene--contact-sheet .gallery-item{height:32vw}
.scene--masonry{column-count:3;column-gap:0;min-height:auto}.scene--masonry-loose{column-gap:2vw;padding:2vw}.scene--masonry .gallery-item{display:block;width:100%;height:auto;break-inside:avoid}.scene--masonry .media-picture{height:auto}.scene--masonry .media-picture img{height:auto;aspect-ratio:auto}
.scene--grid-asymmetric{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:34vw}.scene--grid-asymmetric .gallery-item:first-child{grid-row:span 2}.scene--grid-asymmetric .gallery-item:nth-child(4){grid-column:span 2}
.scene--lookbook-grid{display:grid;grid-template-columns:repeat(3,1fr)}.scene--lookbook-grid .gallery-item{aspect-ratio:3/4}

/* Story */
.scene--sticky-stack{overflow:visible;position:relative}.scene--sticky-stack .stack-list{position:relative;min-height:calc(var(--stack-count,1) * 100dvh)}.scene--sticky-stack .stack-card{position:sticky;top:0;width:100%;height:100dvh;overflow:hidden;z-index:var(--stack-layer,1);transform-origin:center center}.stack-card>.media-link,.stack-card>.media-picture,.stack-card>.media-video{height:100%}
.scene--deck{min-height:120dvh;position:relative}.scene--deck .stack-list{height:120dvh}.scene--deck .stack-card{position:absolute;left:50%;top:50%;width:min(72vw,980px);height:76dvh;transform:translate(-50%,-50%) rotate(var(--r)) translate(var(--x),var(--y));box-shadow:0 12px 60px rgb(0 0 0/.18)}.scene--deck .stack-card:nth-child(1){--r:-5deg;--x:-5vw;--y:2dvh}.scene--deck .stack-card:nth-child(2){--r:4deg;--x:4vw;--y:-2dvh}.scene--deck .stack-card:nth-child(3){--r:-1deg;--x:0;--y:0}
.scene--sticky-swap,.scene--sequence{position:relative;overflow:visible}.swap-stage,.sequence-stage{position:relative;height:calc(var(--items,3) * 100dvh)}.swap-stage:before,.sequence-stage:before{content:"";display:block;height:0}.swap-item,.sequence-item{position:sticky;top:0;height:100dvh;margin-top:-100dvh;opacity:0;pointer-events:none;transition:opacity 280ms linear,transform var(--motion-base) var(--ease-standard)}.swap-item:first-child,.sequence-item:first-child{margin-top:0}.swap-item.is-active,.sequence-item.is-active{opacity:1;pointer-events:auto}.sequence-item{transform:scale(1.025)}.sequence-item.is-active{transform:scale(1)}.swap-item>.media-link,.swap-item>.media-picture,.swap-item>.media-video,.sequence-item>.media-link,.sequence-item>.media-picture,.sequence-item>.media-video{height:100%}
.scene--page-turn{height:100dvh;perspective:1400px}.page-turn-track{width:100%;height:100%;overflow:hidden;cursor:pointer;position:relative}.scene--page-turn .page-turn-track{overflow:hidden;cursor:pointer;position:relative}.scene--page-turn .gallery-item{position:absolute;inset:0;width:100%;transform-origin:left center;backface-visibility:hidden;transition:transform var(--motion-slow) var(--ease-standard)}.scene--page-turn .gallery-item.is-active{z-index:2}.scene--page-turn .gallery-item.is-before{transform:rotateY(-95deg)}

@media(max-width:1100px){
  .scene--poster-wall{grid-template-columns:repeat(2,1fr);min-height:auto}.scene--poster-wall .cell{height:58dvh}.scene--poster-wall .cell:nth-child(n){transform:none}
  .scene--floating-collage .cell:nth-child(1){width:50vw}.scene--floating-collage .cell:nth-child(2){width:36vw}.scene--lookbook-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:767px){
  html{scroll-behavior:auto}.media-picture img,.media-video{object-position:var(--focus-m,var(--focus-d,50% 50%))}
  .scene--immersive-full,.scene--social-full,.scene--video-feed{height:100dvh;min-height:100dvh}
  .scene--cinematic-wide{height:62dvh}.scene--cinematic-tall{height:82dvh}
  .scene--poster-stage{padding:0;min-height:100dvh}.scene--poster-stage>.media-link,.scene--poster-stage>.media-picture{width:100%;height:100dvh}
  .scene--floating-frame{padding:5vw;min-height:90dvh}.scene--floating-frame>.media-link,.scene--floating-frame>.media-picture{width:90vw;height:78dvh}
  .scene--center-stage{padding:8vw}.scene--center-stage>.media-link,.scene--center-stage>.media-picture{width:84vw}
  .scene--mask-window{padding:0}.scene--mask-window>.media-link,.scene--mask-window>.media-picture{width:100vw;height:100dvh;clip-path:inset(6vw)}
  .scene--panorama{height:58dvh}.scene--panorama .media-picture{width:180vw;transform:translateX(-40vw)}

  .composition{min-height:auto}.scene--split-50,.scene--split-30-70,.scene--split-70-30,.scene--split-asymmetric{grid-template-columns:1fr;grid-template-rows:50dvh 50dvh}
  .scene--duo-offset{grid-template-columns:1fr;padding:0;gap:0}.scene--duo-offset .cell:first-child,.scene--duo-offset .cell:nth-child(2){height:72dvh;transform:none}
  .scene--duo-overlap{min-height:138dvh}.scene--duo-overlap .cell:first-child{left:0;top:0;width:88vw;height:74dvh}.scene--duo-overlap .cell:nth-child(2){right:0;bottom:0;width:76vw;height:68dvh}
  .scene--triptych,.scene--triptych-focus{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.scene--triptych::-webkit-scrollbar,.scene--triptych-focus::-webkit-scrollbar{display:none}.scene--triptych .cell,.scene--triptych-focus .cell{flex:0 0 88vw;height:76dvh;scroll-snap-align:center}
  .scene--quad{grid-template-rows:50dvh 50dvh}
  .scene--mosaic{grid-template-columns:1fr 1fr;grid-template-rows:62dvh 38dvh 38dvh}.scene--mosaic .cell:first-child{grid-column:1/3;grid-row:auto}.scene--mosaic .cell:nth-child(2){grid-column:auto}
  .scene--mosaic-organic{grid-template-columns:1fr 1fr;grid-template-rows:62dvh 42dvh 42dvh;padding:0;gap:0}.scene--mosaic-organic .cell:first-child{grid-column:1/3;grid-row:auto}.scene--mosaic-organic .cell:nth-child(2){grid-column:auto}
  .scene--editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:60dvh 42dvh 42dvh}.scene--editorial-grid .cell:nth-child(1){grid-column:1/3;grid-row:auto}.scene--editorial-grid .cell:nth-child(2){grid-column:auto}.scene--editorial-grid .cell:nth-child(4){transform:none;margin:0}
  .scene--editorial-offset{min-height:126dvh}.scene--editorial-offset .cell:nth-child(1){width:88vw;height:74dvh;right:0;top:0}.scene--editorial-offset .cell:nth-child(2){width:68vw;height:52dvh;left:0;bottom:0}
  .scene--floating-collage{min-height:160dvh}.scene--floating-collage .cell:nth-child(1){width:84vw;height:64dvh;left:0;top:4dvh}.scene--floating-collage .cell:nth-child(2){width:68vw;height:48dvh;right:0;top:56dvh}.scene--floating-collage .cell:nth-child(3){width:64vw;height:44dvh;left:0;bottom:12dvh}.scene--floating-collage .cell:nth-child(4){width:58vw;height:40dvh;right:0;bottom:0}
  .scene--layered-collage{min-height:145dvh}.scene--layered-collage .cell:nth-child(1){inset:4dvh 8vw 58dvh 0}.scene--layered-collage .cell:nth-child(2){width:68vw;height:50dvh;right:0;top:55dvh}.scene--layered-collage .cell:nth-child(3){width:60vw;height:42dvh;left:0;bottom:12dvh}.scene--layered-collage .cell:nth-child(4){width:54vw;height:36dvh;right:4vw;bottom:0}
  .scene--poster-wall{grid-template-columns:1fr 1fr;padding:0;gap:0}.scene--poster-wall .cell{height:58vw}
  .scene--accordion-horizontal{height:76svh;display:block;overflow:hidden;padding:0}.scene--accordion-horizontal .accordion-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;gap:12px;padding-inline:9vw;scroll-padding-inline:9vw;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.scene--accordion-horizontal .accordion-track::-webkit-scrollbar{display:none}.scene--accordion-horizontal .cell,.scene--accordion-horizontal .cell.is-active{flex:0 0 82vw;min-width:82vw;height:100%;scroll-snap-align:center;scroll-snap-stop:always;opacity:.72;transition:opacity 180ms ease}.scene--accordion-horizontal .cell.is-active{opacity:1}.scene--accordion-horizontal:has(.cell.is-active) .cell:not(.is-active){opacity:.72}.scene--accordion-horizontal .cell.is-active .media-picture img{transform:none}

   .media-track{touch-action:pan-x pan-y;cursor:auto}.scene--carousel-full{height:100dvh}.scene--carousel-peek{height:72dvh}.scene--carousel-peek .snap-track{gap:10px;padding-inline:7vw;scroll-padding-inline:7vw}.scene--carousel-peek .gallery-item{width:86vw}
  .scene--carousel-center{height:74dvh}.scene--carousel-center .snap-track{gap:12px;padding-inline:10vw;scroll-padding-inline:10vw}.scene--carousel-center .gallery-item{width:80vw}
  .scene--filmstrip{height:48dvh}.scene--filmstrip .gallery-item{width:72vw}.scene--infinite-strip{height:42dvh}.scene--infinite-strip .gallery-item{width:70vw}
  .scene--contact-sheet{grid-template-columns:repeat(2,1fr)}.scene--contact-sheet .gallery-item{height:50vw}.scene--masonry{column-count:2}.scene--masonry-loose{column-gap:8px;padding:8px}
  .scene--grid-asymmetric{grid-template-columns:1fr 1fr;grid-auto-rows:54vw}.scene--grid-asymmetric .gallery-item:first-child{grid-column:1/3;grid-row:span 1}.scene--grid-asymmetric .gallery-item:nth-child(4){grid-column:span 1}
  .scene--lookbook-grid{grid-template-columns:1fr 1fr}

  /* Adaptive mobile interpretations: preserve the visual idea, not the desktop grid. */
  .scene--mobile-offset-stack.scene--duo-offset{display:block;min-height:128dvh;position:relative}.scene--mobile-offset-stack.scene--duo-offset .cell{position:absolute;width:88vw;height:72dvh}.scene--mobile-offset-stack.scene--duo-offset .cell:first-child{left:0;top:0}.scene--mobile-offset-stack.scene--duo-offset .cell:nth-child(2){right:0;bottom:0}
  .scene--mobile-editorial-stack.scene--editorial-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:62dvh 38dvh 46dvh}.scene--mobile-editorial-stack.scene--editorial-grid .cell.is-focal{grid-column:1/3;grid-row:auto}.scene--mobile-editorial-stack.scene--editorial-grid .cell:nth-child(n){transform:none;margin:0}
  .scene--mobile-focus-snap.scene--triptych-focus{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.scene--mobile-focus-snap.scene--triptych-focus .cell{flex:0 0 84vw;height:76dvh;scroll-snap-align:center}.scene--mobile-focus-snap.scene--triptych-focus .cell.is-focal{flex-basis:90vw}
  .scene--mobile-stage-full.scene--poster-stage{padding:0}.scene--mobile-stage-full.scene--poster-stage>.media-link,.scene--mobile-stage-full.scene--poster-stage>.media-picture{width:100vw;height:100dvh}

  .scene--deck{min-height:105dvh}.scene--deck .stack-list{height:105dvh}.scene--deck .stack-card{width:88vw;height:70dvh}
  .swap-item,.sequence-item{height:100dvh;margin-top:-100dvh}
}

@media(hover:none){.media-link:active{opacity:.98}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.sequence-item{transform:none!important}.visual-canvas{transition:none!important}}

/* V5 lazy media lifecycle. Geometry is preserved by the layout while cold media waits for hydration. */
.is-lazy-media{background:var(--scene-bg,transparent)}
.media-picture.is-lazy-media img{opacity:.001}
.media-picture[data-hydrated="true"] img{opacity:1;transition:opacity var(--motion-fast) var(--ease-standard)}
video.is-lazy-media{background:var(--scene-bg,#000)}
html[data-save-data="true"] .visual-canvas{transition-duration:0ms}

/* Video Hero */
.scene--hero{--hero-media-zoom:1.002;--hero-media-y:0px;position:relative;isolation:isolate;height:100svh;min-height:620px;overflow:hidden;background:#000;color:#fff}
.scene--hero .hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;transform:translateZ(0)}
.scene--hero .hero-media>.media-video,.scene--hero .hero-media>.media-picture,.scene--hero .hero-media>.media-link{width:100%;height:100%}
.scene--hero .hero-media .media-video,.scene--hero .hero-media .media-picture img{transform:translate3d(0,var(--hero-media-y),0) scale(var(--hero-media-zoom));transform-origin:50% 48%;will-change:transform;backface-visibility:hidden}
.scene--hero .hero-shade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.34) 43%,rgba(0,0,0,.08) 72%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.38) 0%,transparent 34%)}
.scene--hero .hero-content{position:absolute;z-index:2;left:clamp(24px,6vw,96px);right:clamp(24px,6vw,96px);bottom:clamp(72px,11vh,150px);max-width:min(760px,70vw);display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.scene--hero .hero-content--center{left:50%;right:auto;transform:translateX(-50%);max-width:min(900px,84vw);align-items:center;text-align:center}
.hero-eyebrow{margin:0;font-size:clamp(12px,1vw,14px);font-weight:650;letter-spacing:.16em;text-transform:uppercase;opacity:.82}
.hero-title{margin:0;max-width:12ch;font-size:clamp(52px,7.2vw,116px);font-weight:600;line-height:.91;letter-spacing:-.055em;text-wrap:balance}
.hero-subtitle{margin:2px 0 0;max-width:44ch;font-size:clamp(17px,1.45vw,24px);line-height:1.38;letter-spacing:-.018em;color:rgba(255,255,255,.82)}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.hero-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:14px;font-weight:650;text-decoration:none;transition:transform 180ms ease,background-color 180ms ease,color 180ms ease,border-color 180ms ease}
.hero-action:hover{transform:translateY(-2px)}
.hero-action--primary{background:#fff;color:#111;border:1px solid #fff}
.hero-action--secondary{background:rgba(12,12,12,.18);color:#fff;border:1px solid rgba(255,255,255,.36);backdrop-filter:blur(12px)}
.hero-scroll-cue{position:absolute;z-index:2;right:clamp(22px,3vw,48px);bottom:32px;width:24px;height:42px;display:flex;justify-content:center;opacity:.7}
.hero-scroll-cue span{display:block;width:1px;height:42px;background:linear-gradient(to bottom,rgba(255,255,255,.15),#fff);transform-origin:top;animation:heroCue 1.8s ease-in-out infinite}
@keyframes heroCue{0%{transform:scaleY(.18);opacity:.3}50%{transform:scaleY(1);opacity:1}100%{transform:scaleY(.18);transform-origin:bottom;opacity:.3}}

@media (max-width:767px){
  .scene--hero{height:100svh;min-height:560px}
  .scene--hero .hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.70) 0%,rgba(0,0,0,.28) 52%,rgba(0,0,0,.10) 100%)}
  .scene--hero .hero-content{left:20px;right:20px;bottom:max(58px,8svh);max-width:none;gap:14px}
  .hero-title{max-width:11ch;font-size:clamp(45px,14vw,72px);line-height:.93}
  .hero-subtitle{max-width:32ch;font-size:16px;line-height:1.42}
  .hero-actions{width:100%;gap:8px;margin-top:4px}
  .hero-action{min-height:46px;padding:0 17px;font-size:13px}
  .hero-scroll-cue{display:none}
}

@media (prefers-reduced-motion:reduce){.hero-scroll-cue span{animation:none}.scene--hero .hero-media .media-video,.scene--hero .hero-media .media-picture img{transform:none}.hero-action{transition:none}}

/* Signature motion: Hero uses an in-frame scroll zoom.
   The section frame never shrinks, so no side gutters are exposed while scrolling. */
.scene--media-hero{--hero-media-zoom:1.002;--hero-media-y:0px;position:relative;isolation:isolate;overflow:hidden;background:#000;transform:translateZ(0)}
.scene--media-hero>.media-picture,.scene--media-hero>.media-video,.scene--media-hero>.media-link{height:100%}
.scene--media-hero>.media-link>.media-picture,.scene--media-hero>.media-link>.media-video{height:100%}
.scene--media-hero>.media-picture img,.scene--media-hero>.media-video,.scene--media-hero>.media-link>.media-picture img,.scene--media-hero>.media-link>.media-video{transform:translate3d(0,var(--hero-media-y),0) scale(var(--hero-media-zoom));transform-origin:50% 48%;will-change:transform;backface-visibility:hidden}

.scene--showcase{--showcase-scale:.965;--showcase-inner-scale:1.025;position:relative;min-height:105svh;padding:clamp(32px,5vw,80px) clamp(18px,3vw,48px);background:var(--scene-bg);overflow:clip}
.showcase-shell{position:relative;width:100%;height:min(88svh,980px);min-height:620px;transform:translateZ(0) scale(var(--showcase-scale));transform-origin:center center;will-change:transform;backface-visibility:hidden}
.showcase-frame{position:absolute;inset:0;overflow:hidden;border-radius:clamp(14px,1.4vw,26px);transform:translateZ(0);backface-visibility:hidden}
.showcase-frame>.media-picture,.showcase-frame>.media-video,.showcase-frame>.media-link{width:100%;height:100%;transform:translateZ(0) scale(var(--showcase-inner-scale));transform-origin:center center;will-change:transform;backface-visibility:hidden}
.showcase-frame>.media-link>.media-picture,.showcase-frame>.media-link>.media-video{height:100%}
@media(max-width:767px){
  .scene--showcase{--showcase-scale:.992;--showcase-inner-scale:1.012;min-height:auto;padding:14px 0 42px}
  .showcase-shell{height:78svh;min-height:520px}
  .showcase-frame{inset:0 12px;border-radius:18px}
}
@media (prefers-reduced-motion:reduce){
  .scene--media-hero>.media-picture img,.scene--media-hero>.media-video,.scene--media-hero>.media-link>.media-picture img,.scene--media-hero>.media-link>.media-video,.scene--hero .hero-media .media-video,.scene--hero .hero-media .media-picture img,.showcase-shell,.showcase-frame>.media-picture,.showcase-frame>.media-video,.showcase-frame>.media-link{transform:none!important;opacity:1!important;will-change:auto}
}

/* Before / After — compact product handle. Drag belongs to the handle; linked artwork stays clickable. */
.scene--before-after{height:min(92dvh,980px);min-height:620px;padding:clamp(18px,2.6vw,42px);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--scene-bg)}
.compare-slider{position:relative;width:100%;height:100%;overflow:hidden;background:#0d0d0d;isolation:isolate;user-select:none;-webkit-user-select:none}
.compare-slider__layer{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.compare-slider__layer>.media-picture,.compare-slider__layer>.media-video{width:100%;height:100%;pointer-events:none}
.compare-slider__layer>.media-link{width:100%;height:100%;pointer-events:auto}
.compare-slider__layer>.media-link>.media-picture,.compare-slider__layer>.media-link>.media-video{width:100%;height:100%;pointer-events:none}
.compare-slider__layer--after{clip-path:inset(0 calc(100% - var(--compare-position,50%)) 0 0);will-change:clip-path}
.compare-slider__divider{position:absolute;z-index:4;left:var(--compare-position,50%);top:0;bottom:0;width:1px;background:rgba(255,255,255,.78);transform:translateX(-.5px);pointer-events:none;will-change:left}
.compare-slider__handle{position:absolute;z-index:5;left:var(--compare-position,50%);top:50%;width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(18,18,18,.34);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transform:translate(-50%,-50%);box-shadow:0 3px 14px rgba(0,0,0,.18);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;cursor:grab;touch-action:none;-webkit-tap-highlight-color:transparent}
.compare-slider__handle:before{content:"";position:absolute;inset:-7px;border-radius:50%}
.compare-slider__handle:hover{transform:translate(-50%,-50%) scale(1.045);background:rgba(18,18,18,.52);border-color:rgba(255,255,255,.9);box-shadow:0 4px 18px rgba(0,0,0,.24)}
.compare-slider__handle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}
.compare-slider__icon{position:absolute;top:50%;width:10px;height:10px;color:rgba(255,255,255,.96);opacity:.34;transition:opacity .16s ease,transform .16s ease}
.compare-slider__icon--left{left:3px;transform:translate(1px,-50%)}
.compare-slider__icon--right{right:3px;transform:translate(-1px,-50%)}
.compare-slider__handle:hover .compare-slider__icon,.compare-slider__handle:focus-visible .compare-slider__icon,.compare-slider.is-dragging .compare-slider__icon{opacity:.94}
.compare-slider__handle:hover .compare-slider__icon--left,.compare-slider.is-dragging .compare-slider__icon--left{transform:translate(0,-50%)}
.compare-slider__handle:hover .compare-slider__icon--right,.compare-slider.is-dragging .compare-slider__icon--right{transform:translate(0,-50%)}
.compare-slider.is-dragging .compare-slider__handle{cursor:grabbing;transform:translate(-50%,-50%) scale(1.06);background:rgba(18,18,18,.58);border-color:rgba(255,255,255,.94)}
@media (hover:none){
  .compare-slider__handle{width:32px;height:32px}
  .compare-slider__handle:active .compare-slider__icon{opacity:.94}
}
@media (max-width:767px){
  .scene--before-after{width:100vw;height:100svh;min-height:100svh;padding:0;margin:0}
  .compare-slider{width:100vw;height:100svh;border-radius:0}
  .compare-slider__handle{width:32px;height:32px}
}
@media (prefers-reduced-motion:reduce){.compare-slider__layer--after,.compare-slider__divider{will-change:auto}.compare-slider__handle,.compare-slider__icon{transition:none}}

/* Mobile accordion slide cue — built in, no public config. */
.accordion-dots{display:none}
@media (max-width:767px){
  .accordion-dots{position:absolute;z-index:8;left:50%;bottom:18px;display:flex;align-items:center;gap:7px;width:max-content;height:auto;padding:0;border:0;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none;transform:translate(-50%,0);animation:accordionDotsFloat 3.4s ease-in-out infinite}
  .accordion-dot{display:block;width:5px;height:5px;border:0;border-radius:50%;background:rgba(255,255,255,.4);box-shadow:0 1px 5px rgba(0,0,0,.18);transform:scale(1);transition:transform 180ms ease,background 180ms ease,opacity 180ms ease}
  .accordion-dot.is-active{background:rgba(255,255,255,.96);box-shadow:0 1px 6px rgba(0,0,0,.24);transform:scale(1.4)}
  @keyframes accordionDotsFloat{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,-2px)}}
}
@media (prefers-reduced-motion:reduce){.accordion-dots{animation:none}.accordion-dot{transition:none}}

/* V10.9 — navigation layer -------------------------------------------------- */
:root{--header-h:72px;--nav-fg:#fff;--nav-muted:rgba(255,255,255,.54);--nav-glass:rgba(10,10,10,.20)}
.scene{scroll-margin-top:var(--header-h)}
.site-header{position:fixed;z-index:60;top:0;left:0;right:0;height:var(--header-h);color:var(--nav-fg);pointer-events:none;transition:color 180ms ease}
.site-header:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.18),transparent);opacity:.7;pointer-events:none;transition:opacity 180ms ease,background 180ms ease,backdrop-filter 180ms ease}
.site-header.is-scrolled:before{background:var(--nav-glass);opacity:1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.site-header[data-tone="dark"]{--nav-fg:#111;--nav-muted:rgba(17,17,17,.44);--nav-glass:rgba(246,244,239,.66)}
.site-header[data-tone="light"]{--nav-fg:#fff;--nav-muted:rgba(255,255,255,.50);--nav-glass:rgba(10,10,10,.26)}
.site-header__inner{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:0 clamp(18px,3vw,44px);pointer-events:auto}
.site-header__logo{display:inline-flex;height:30px;width:auto;max-width:150px;align-items:center;justify-content:flex-start;color:inherit;text-decoration:none;flex:none}
.site-header__logo img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;filter:none;transition:opacity 150ms ease}
.site-nav{display:flex;justify-content:center;align-items:center;gap:clamp(16px,2vw,30px);min-width:0}
.site-nav__link{position:relative;color:var(--nav-muted);font:500 13px/1.2 var(--font-primary);letter-spacing:-.01em;text-decoration:none;white-space:nowrap;transition:color 160ms ease,opacity 160ms ease}
.site-nav__link:hover,.site-nav__link:focus-visible,.site-nav__link.is-active{color:var(--nav-fg)}
.site-nav__link.is-active{font-weight:620}
.site-header__actions{display:flex;align-items:center;gap:12px;justify-self:end}
.site-header__cta{appearance:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid color-mix(in srgb,var(--nav-fg) 32%,transparent);border-radius:999px;color:var(--nav-fg);font:600 12px/1 var(--font-primary);text-decoration:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background 160ms ease,border-color 160ms ease,transform 160ms ease}
.site-header__cta:hover{background:color-mix(in srgb,var(--nav-fg) 10%,transparent);border-color:color-mix(in srgb,var(--nav-fg) 55%,transparent);transform:translateY(-1px)}
.site-menu-toggle{display:none;position:relative;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--nav-fg);cursor:pointer}
.site-menu-toggle__icon{position:absolute;inset:0;display:grid;place-items:center;transition:opacity 160ms ease,transform 200ms cubic-bezier(.22,1,.36,1)}
.site-menu-toggle__icon .ui-icon{width:21px;height:21px}
.site-menu-toggle__icon--menu{opacity:1;transform:scale(1) rotate(0)}
.site-menu-toggle__icon--close{opacity:0;transform:scale(.82) rotate(-12deg)}
.site-header.is-menu-open .site-menu-toggle__icon--menu{opacity:0;transform:scale(.82) rotate(12deg)}
.site-header.is-menu-open .site-menu-toggle__icon--close{opacity:1;transform:scale(1) rotate(0)}
.site-mobile-menu{--mobile-menu-bg:#0d0d0d;--mobile-menu-fg:#fff;--mobile-menu-muted:rgba(255,255,255,.5);--mobile-menu-line:rgba(255,255,255,.11);position:fixed;z-index:5;inset:0;background:var(--mobile-menu-bg);color:var(--mobile-menu-fg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 260ms ease,visibility 260ms step-end}
.site-mobile-menu[data-menu-tone="dark"]{--mobile-menu-bg:#f4f1ea;--mobile-menu-fg:#111;--mobile-menu-muted:rgba(17,17,17,.48);--mobile-menu-line:rgba(17,17,17,.1)}
.site-header.is-menu-open .site-mobile-menu{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 260ms ease,visibility 0s}
.site-header.is-menu-open>.site-header__inner{opacity:0;pointer-events:none;transition:opacity 100ms ease}
.site-mobile-menu__inner{height:100dvh;min-height:100svh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;padding:max(16px,env(safe-area-inset-top)) clamp(20px,5vw,30px) max(20px,env(safe-area-inset-bottom));overflow:hidden}
.site-mobile-menu__topbar{display:flex;align-items:center;justify-content:space-between;min-height:48px}
.site-mobile-menu__logo{display:inline-flex;width:auto;height:28px;max-width:148px;align-items:center;color:inherit;text-decoration:none}
.site-mobile-menu__logo img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain}
.site-mobile-menu__close{display:grid;place-items:center;width:42px;height:42px;margin-right:-8px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--mobile-menu-fg);cursor:pointer;transition:background 160ms ease,transform 180ms cubic-bezier(.22,1,.36,1)}
.site-mobile-menu__close .ui-icon{width:22px;height:22px}
.site-mobile-menu__close:hover,.site-mobile-menu__close:focus-visible{background:color-mix(in srgb,var(--mobile-menu-fg) 8%,transparent)}
.site-mobile-menu__close:active{transform:scale(.94)}
.site-mobile-menu__content{min-height:0;display:flex;align-items:center;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;padding:clamp(30px,7vh,72px) 0}
.site-mobile-menu__content::-webkit-scrollbar{display:none}
.site-mobile-nav{width:100%;display:flex;flex-direction:column}
.site-mobile-nav a{--menu-item-delay:0ms;position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:58px;padding:12px 2px;color:var(--mobile-menu-muted);text-decoration:none;font:540 clamp(29px,8.2vw,46px)/1.04 var(--font-primary);letter-spacing:-.045em;opacity:0;transform:translateY(9px);transition:color 180ms ease,opacity 260ms cubic-bezier(.22,1,.36,1),transform 300ms cubic-bezier(.22,1,.36,1);transition-delay:0ms}
.site-header.is-menu-open .site-mobile-nav a{opacity:1;transform:none;transition-delay:var(--menu-item-delay)}
.site-mobile-nav a:nth-child(1){--menu-item-delay:45ms}.site-mobile-nav a:nth-child(2){--menu-item-delay:70ms}.site-mobile-nav a:nth-child(3){--menu-item-delay:95ms}.site-mobile-nav a:nth-child(4){--menu-item-delay:120ms}.site-mobile-nav a:nth-child(5){--menu-item-delay:145ms}.site-mobile-nav a:nth-child(6){--menu-item-delay:170ms}.site-mobile-nav a:nth-child(7){--menu-item-delay:195ms}.site-mobile-nav a:nth-child(8){--menu-item-delay:220ms}
.site-mobile-nav a:hover,.site-mobile-nav a:focus-visible,.site-mobile-nav a.is-active{color:var(--mobile-menu-fg)}
.site-mobile-nav__label{display:block;min-width:0}
.site-mobile-nav__indicator{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:currentColor;opacity:0;transform:scale(.55);transition:opacity 160ms ease,transform 220ms cubic-bezier(.22,1,.36,1)}
.site-mobile-nav a.is-active .site-mobile-nav__indicator{opacity:.9;transform:scale(1)}
.site-mobile-menu__bottom{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding-top:18px;border-top:1px solid var(--mobile-menu-line);opacity:0;transform:translateY(8px);transition:opacity 240ms ease,transform 280ms cubic-bezier(.22,1,.36,1)}
.site-header.is-menu-open .site-mobile-menu__bottom{opacity:1;transform:none;transition-delay:150ms}
.site-mobile-menu__cta .site-header__cta{appearance:none;background:transparent;cursor:pointer;display:inline-flex;width:100%;min-height:48px;padding:0 18px;color:var(--mobile-menu-fg);border-color:color-mix(in srgb,var(--mobile-menu-fg) 22%,transparent);background:color-mix(in srgb,var(--mobile-menu-fg) 4%,transparent)}
body.has-open-menu{overflow:hidden}

.site-footer{position:relative;z-index:2;background:#0f0f0f;color:#fff;padding:clamp(56px,7vw,96px) clamp(20px,4vw,64px) max(24px,env(safe-area-inset-bottom));font-family:var(--font-primary)}
.site-footer__main{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(120px,.7fr) minmax(120px,.7fr) auto;gap:clamp(30px,6vw,100px);align-items:start}
.site-footer__brand{max-width:420px}.site-footer__logo{display:inline-flex;height:46px;width:auto;max-width:190px;margin-bottom:22px}.site-footer__logo img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain}.site-footer__brand p{margin:0;max-width:34ch;color:rgba(255,255,255,.62);font-size:15px;line-height:1.55;letter-spacing:-.015em}
.site-footer__nav,.site-footer__links{display:flex;flex-direction:column;gap:11px}.site-footer a{color:rgba(255,255,255,.68);font-size:13px;line-height:1.3;text-decoration:none;transition:color 160ms ease}.site-footer a:hover,.site-footer a:focus-visible{color:#fff}
.site-footer__bottom{margin-top:clamp(58px,8vw,110px);padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;align-items:center;color:rgba(255,255,255,.42);font-size:12px}.site-footer__top{display:inline-flex;gap:8px;align-items:center;color:rgba(255,255,255,.62)!important}

@media(max-width:1100px){
  :root{--header-h:64px}
  .site-nav{display:none}.site-menu-toggle{display:block}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__actions{gap:8px}
  .site-header__cta{display:none}.site-mobile-menu__cta .site-header__cta{display:inline-flex}
}
@media(max-width:767px){
  :root{--header-h:60px}
  .site-header__inner{padding:0 16px}.site-header__logo{height:26px;width:auto;max-width:122px}.site-menu-toggle{width:36px;height:36px}
  .site-footer{padding-left:20px;padding-right:20px}.site-footer__main{grid-template-columns:1fr;gap:34px}.site-footer__logo{height:42px;max-width:174px}.site-footer__bottom{align-items:flex-end}.site-footer__brand p{font-size:14px}
}
@media(prefers-reduced-motion:reduce){.site-header,.site-header:before,.site-nav__link,.site-header__cta,.site-menu-toggle__icon,.site-mobile-menu,.site-mobile-menu__close,.site-mobile-nav a,.site-mobile-nav__indicator,.site-mobile-menu__bottom,.site-footer a{transition:none!important}}


/* Media Rail — immersive mixed image/video horizontal showcase. */
.scene--media-rail{height:100svh;min-height:620px;padding:0;background:var(--scene-bg);overflow:hidden;display:flex;align-items:center}
.scene--media-rail .media-rail__track{height:100%;align-items:center;gap:clamp(14px,1.5vw,24px);padding-inline:18vw;scroll-padding-inline:18vw;scroll-snap-type:x mandatory;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;outline:none;touch-action:pan-x pan-y;overscroll-behavior-x:auto;overscroll-behavior-y:auto;cursor:auto;-webkit-overflow-scrolling:touch}
.scene--media-rail .media-rail__item{width:64vw;max-width:1220px;height:min(76svh,860px);border-radius:clamp(18px,1.8vw,28px);overflow:hidden;background:#111;opacity:calc(.56 + var(--rail-focus,.45)*.44);transform:translateZ(0) scale(calc(.935 + var(--rail-focus,.45)*.065));transition:opacity 180ms ease,box-shadow 220ms ease;box-shadow:0 18px 55px rgba(0,0,0,calc(.04 + var(--rail-focus,.45)*.10));will-change:transform,opacity;scroll-snap-align:center;scroll-snap-stop:always}
.scene--media-rail .media-rail__item>.media-picture,.scene--media-rail .media-rail__item>.media-video,.scene--media-rail .media-rail__item>.media-link{width:100%;height:100%;border-radius:inherit;overflow:hidden}
.scene--media-rail .media-rail__item .media-picture img,.scene--media-rail .media-rail__item .media-video{transform:scale(calc(1.025 - var(--rail-focus,.45)*.025));transition:transform 260ms var(--ease-standard);will-change:transform}
.scene--media-rail .media-rail__item.is-rail-active{opacity:1}
.scene--media-rail .media-rail__item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}
@media(max-width:767px){
  .scene--media-rail{height:100svh;min-height:560px}
  .scene--media-rail .media-rail__track{gap:12px;padding-inline:7vw;scroll-padding-inline:7vw}
  .scene--media-rail .media-rail__item{width:86vw;max-width:none;height:min(74svh,760px);border-radius:20px;transform:translateZ(0) scale(calc(.965 + var(--rail-focus,.45)*.035))}
}
@media(prefers-reduced-motion:reduce){.scene--media-rail .media-rail__item,.scene--media-rail .media-rail__item .media-picture img,.scene--media-rail .media-rail__item .media-video{transition:none!important;transform:none!important}}

/* Smart Grid — adaptive full-fill bands with aspect-aware placement. */
.scene--smart-grid{width:100vw;min-height:0!important;height:auto!important;padding:0;margin:0;background:var(--scene-bg);overflow:clip}
.smart-grid{display:block;width:100vw;min-height:0;line-height:0}
.smart-grid__band{display:grid;width:100%;gap:2px;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));overflow:hidden}
.smart-grid__item{position:relative;display:block;min-width:0;min-height:0;padding:0;border:0;background:#0c0c0c;overflow:hidden;cursor:zoom-in;isolation:isolate}
.smart-grid__item>.media-picture,.smart-grid__item>.media-video{width:100%;height:100%;pointer-events:none}
.smart-grid__item .media-picture img,.smart-grid__item .media-video{transform:translate3d(var(--grid-parallax-x,0),var(--grid-parallax-y,0),0) scale(1);transition:transform 260ms cubic-bezier(.22,1,.36,1),filter 220ms ease;will-change:transform}
.smart-grid__hover{position:absolute;inset:0;background:radial-gradient(circle at var(--grid-light-x,50%) var(--grid-light-y,50%),rgba(255,255,255,.12),transparent 32%),linear-gradient(to top,rgba(0,0,0,.16),rgba(0,0,0,.02));opacity:0;pointer-events:none;transition:opacity 220ms ease}
.smart-grid__item:hover .media-picture img,.smart-grid__item:hover .media-video,.smart-grid__item:focus-visible .media-picture img,.smart-grid__item:focus-visible .media-video{transform:translate3d(var(--grid-parallax-x,0),var(--grid-parallax-y,0),0) scale(1.025)}
.smart-grid__item:hover .smart-grid__hover,.smart-grid__item:focus-visible .smart-grid__hover{opacity:1}
.smart-grid__item:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:-2px;z-index:2}
.smart-grid.is-layout-ready{min-height:0}
@media(max-width:767px){.smart-grid__band{gap:2px}}
@media(prefers-reduced-motion:reduce){.smart-grid__item .media-picture img,.smart-grid__item .media-video,.smart-grid__hover{transition:none}}


.smart-grid__item.is-flight-origin{opacity:0}
.lightbox.is-shared-transition .lightbox__image{opacity:0!important}
.lightbox.is-closing .lightbox__backdrop{opacity:0;transition-duration:300ms}
.lightbox.is-closing .lightbox__dialog{opacity:1;transform:none}
.lightbox-flight{position:fixed;z-index:1300;display:block;object-fit:cover;margin:0;pointer-events:none;box-shadow:0 14px 50px rgba(0,0,0,.26);will-change:left,top,width,height}
.lightbox__image{will-change:transform,opacity,filter}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;inset:0;z-index:1100;color:#fff}
.lightbox__backdrop{position:absolute;inset:0;background:rgba(8,8,8,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity 200ms ease}
.lightbox__dialog{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:minmax(44px,72px) 1fr minmax(44px,72px);grid-template-rows:auto 1fr auto;align-items:center;padding:18px clamp(12px,2.5vw,28px) 22px;opacity:0;transform:translateY(8px);transition:opacity 220ms ease,transform 220ms ease}
.lightbox.is-open .lightbox__backdrop{opacity:1}.lightbox.is-open .lightbox__dialog{opacity:1;transform:none}
.lightbox__close,.lightbox__nav{appearance:none;border:0;background:rgba(255,255,255,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.lightbox__close{grid-column:3;justify-self:end;width:42px;height:42px;border-radius:50%;line-height:1;transition:background 160ms ease,transform 180ms cubic-bezier(.22,1,.36,1)}
.lightbox__nav{width:44px;height:44px;border-radius:50%;line-height:1;opacity:.9;transition:background 160ms ease,transform 180ms cubic-bezier(.22,1,.36,1),opacity 160ms ease}
.lightbox__nav--prev{grid-column:1;grid-row:2;justify-self:start}.lightbox__nav--next{grid-column:3;grid-row:2;justify-self:end}
.lightbox__close .ui-icon{width:19px;height:19px}.lightbox__nav .ui-icon{width:21px;height:21px}
.lightbox__close:hover,.lightbox__nav:hover{background:rgba(255,255,255,.14);transform:scale(1.045)}
.lightbox__close:active,.lightbox__nav:active{transform:scale(.96)}
.lightbox__visit{gap:7px}.lightbox__visit-icon{width:14px;height:14px;opacity:.72;transition:transform 160ms ease,opacity 160ms ease}.lightbox__visit:hover .lightbox__visit-icon{opacity:1;transform:translate(1px,-1px)}
.site-footer__top-icon{width:14px;height:14px;transition:transform 160ms ease}.site-footer__top:hover .site-footer__top-icon{transform:translateY(-2px)}
.lightbox__stage{grid-column:2;grid-row:2;display:grid;justify-items:center;align-content:center;gap:0;min-height:0}
.lightbox__image{display:block;max-width:min(92vw,1400px);max-height:76vh;width:auto;height:auto;object-fit:contain;border-radius:2px;box-shadow:0 10px 40px rgba(0,0,0,.22)}
.lightbox__visit[hidden]{display:none!important}
.lightbox__visit{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:16px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;font:600 12px/1 var(--font-primary)}
.lightbox__meta{grid-column:2;grid-row:3;justify-self:center;color:rgba(255,255,255,.72);font:500 12px/1.2 var(--font-primary)}
body.has-open-lightbox{overflow:hidden;touch-action:none}
@media(max-width:767px){
  .lightbox__dialog{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;padding:12px 12px 20px}
  .lightbox__close{grid-column:1;grid-row:1}
  .lightbox__stage{grid-column:1;grid-row:2}
  .lightbox__meta{grid-column:1;grid-row:3}
  .lightbox__nav{display:none}
  .lightbox__image{max-width:100%;max-height:72vh}
}
@media(prefers-reduced-motion:reduce){.lightbox__backdrop,.lightbox__dialog{transition:none}}

/* Loading experience — lightweight splash + media readiness, no skeleton blocks. */
.site-splash{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:var(--bg);opacity:1;visibility:visible;transition:opacity 320ms var(--ease-standard),visibility 320ms step-end;pointer-events:auto}
.site-splash__inner{display:grid;place-items:center;width:min(68vw,260px);height:auto;min-height:96px}
.site-splash__inner img{display:block;width:clamp(170px,20vw,230px);height:auto;max-width:68vw;max-height:none;object-fit:contain;opacity:.94;transform:scale(.98);animation:splashLogoIn 520ms var(--ease-out) both}
.site-splash.is-exiting{opacity:0;visibility:hidden;pointer-events:none}
@keyframes splashLogoIn{from{opacity:0;transform:scale(.94)}to{opacity:.94;transform:scale(.98)}}
.loading-enhanced .media-picture img{opacity:0;transition:opacity 260ms var(--ease-standard)}
.loading-enhanced .media-picture.is-media-ready img{opacity:1}
.loading-enhanced .media-video{transition:filter 280ms var(--ease-standard)}
.loading-enhanced .media-video:not(.is-media-ready){filter:blur(2px)}
.loading-enhanced .media-video.is-media-ready{filter:none}
.loading-enhanced .media-picture.is-lazy-media img{opacity:.001}
@media(prefers-reduced-motion:reduce){
  .site-splash,.site-splash__inner img,.loading-enhanced .media-picture img,.loading-enhanced .media-video{animation:none;transition:none}
}

/* Ensure generated UI never falls back to browser/system fonts. */
.site-header,.site-nav,.site-mobile-menu,.site-footer,.lightbox,.site-splash{font-family:var(--font-primary)}

/* V10.16 — custom locale switcher ----------------------------------------- */
.language-switcher{position:relative;display:inline-flex;font-family:var(--font-primary)}
.language-switcher__trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:48px;height:36px;padding:0 11px;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:999px;background:color-mix(in srgb,currentColor 5%,transparent);color:inherit;font:600 12px/1 var(--font-primary);letter-spacing:.02em;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background 160ms ease,border-color 160ms ease}
.language-switcher__chevron{width:14px;height:14px;opacity:.58;transition:transform 180ms cubic-bezier(.22,1,.36,1),opacity 160ms ease}
.language-switcher.is-open .language-switcher__chevron{transform:rotate(180deg);opacity:1}
.language-switcher__trigger:hover,.language-switcher__trigger:focus-visible{background:color-mix(in srgb,currentColor 10%,transparent);border-color:color-mix(in srgb,currentColor 48%,transparent)}
.language-switcher__menu{position:absolute;z-index:90;top:calc(100% + 9px);right:0;width:190px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(15,15,15,.94);color:#fff;box-shadow:0 16px 46px rgba(0,0,0,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-5px) scale(.985);transform-origin:top right;pointer-events:none;transition:opacity 160ms ease,transform 160ms ease,visibility 160ms step-end}
.language-switcher.is-open .language-switcher__menu{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity 160ms ease,transform 160ms ease,visibility 0s}
.language-switcher__menu p{margin:0;padding:7px 9px 9px;color:rgba(255,255,255,.42);font:500 11px/1.2 var(--font-primary)}
.language-switcher__option{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 9px;border-radius:10px;color:rgba(255,255,255,.66);text-decoration:none;font:500 13px/1.2 var(--font-primary);transition:background 140ms ease,color 140ms ease}
.language-switcher__option small{font-size:10px;letter-spacing:.06em;opacity:.42}
.language-switcher__option:hover,.language-switcher__option:focus-visible{background:rgba(255,255,255,.08);color:#fff}
.language-switcher__option.is-active{background:rgba(255,255,255,.1);color:#fff;font-weight:600}
.site-header[data-tone="dark"] .language-switcher--header .language-switcher__menu{background:rgba(248,247,243,.96);color:#111;border-color:rgba(17,17,17,.1);box-shadow:0 16px 46px rgba(0,0,0,.14)}
.site-header[data-tone="dark"] .language-switcher--header .language-switcher__menu p{color:rgba(17,17,17,.4)}
.site-header[data-tone="dark"] .language-switcher--header .language-switcher__option{color:rgba(17,17,17,.62)}
.site-header[data-tone="dark"] .language-switcher--header .language-switcher__option:hover,.site-header[data-tone="dark"] .language-switcher--header .language-switcher__option:focus-visible,.site-header[data-tone="dark"] .language-switcher--header .language-switcher__option.is-active{background:rgba(17,17,17,.07);color:#111}
.language-switcher--mobile{width:100%;color:var(--mobile-menu-fg)}.language-switcher--mobile .language-switcher__trigger{width:100%;height:46px;justify-content:space-between;padding:0 14px;border-color:color-mix(in srgb,var(--mobile-menu-fg) 16%,transparent);background:color-mix(in srgb,var(--mobile-menu-fg) 5%,transparent);color:var(--mobile-menu-fg)}
.language-switcher--mobile .language-switcher__menu{position:relative;top:auto;right:auto;width:100%;margin-top:8px;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;background:color-mix(in srgb,var(--mobile-menu-fg) 5%,transparent);color:var(--mobile-menu-fg);border-color:var(--mobile-menu-line);box-shadow:none}
.language-switcher--mobile.is-open{display:block}.language-switcher--mobile.is-open .language-switcher__menu{display:block}
.site-footer__language{display:flex;align-items:flex-start;justify-content:flex-end}
.language-switcher--footer{color:#fff}.language-switcher--footer .language-switcher__menu{top:auto;bottom:calc(100% + 9px);transform-origin:bottom right;transform:translateY(5px) scale(.985)}
.language-switcher--footer.is-open .language-switcher__menu{transform:none}
@media(max-width:1100px){.language-switcher--header{display:none}}
@media(max-width:767px){.site-footer__language{justify-content:flex-start}.language-switcher--footer .language-switcher__menu{left:0;right:auto;transform-origin:bottom left}}
@media(prefers-reduced-motion:reduce){.language-switcher__trigger,.language-switcher__chevron,.language-switcher__menu,.language-switcher__option{transition:none!important}}

/* V10.24 — Media Rail native gesture handoff. */
.scene--media-rail .media-rail__track.snap-track{cursor:auto;scroll-behavior:auto}
.scene--media-rail .media-rail__track.is-dragging{cursor:grabbing}

/* V10.26 — product mobile navigation surface. */
.site-header__inner{transition:opacity 140ms ease}
.site-mobile-menu[data-menu-tone="dark"] .language-switcher--mobile .language-switcher__menu p{color:rgba(17,17,17,.42)}
.site-mobile-menu[data-menu-tone="dark"] .language-switcher--mobile .language-switcher__option{color:rgba(17,17,17,.62)}
.site-mobile-menu[data-menu-tone="dark"] .language-switcher--mobile .language-switcher__option:hover,
.site-mobile-menu[data-menu-tone="dark"] .language-switcher--mobile .language-switcher__option:focus-visible,
.site-mobile-menu[data-menu-tone="dark"] .language-switcher--mobile .language-switcher__option.is-active{background:rgba(17,17,17,.07);color:#111}
@media(max-height:620px) and (max-width:1100px){
  .site-mobile-menu__content{align-items:flex-start;padding-top:24px;padding-bottom:24px}
  .site-mobile-nav a{min-height:50px;font-size:clamp(26px,7vw,36px)}
}
@media(prefers-reduced-motion:reduce){.site-header__inner{transition:none!important}.site-mobile-nav a{opacity:1;transform:none}}
\n\n/* Visual Rail — compact card rail, image-only, one responsive card system. */
.scene--visual-rail{
  width:100%;height:auto;min-height:0;
  padding:clamp(44px,5.4vw,82px) 0;
  background:var(--scene-bg);overflow:hidden;
}
.scene--visual-rail .visual-rail__track{
  display:flex;align-items:center;
  gap:clamp(14px,1.45vw,22px);
  width:100%;
  padding-inline:clamp(20px,4.25vw,68px);
  scroll-padding-inline:clamp(20px,4.25vw,68px);
  overflow-x:auto;overflow-y:visible;
  scroll-snap-type:x proximity;
  scrollbar-width:none;-ms-overflow-style:none;
  touch-action:pan-x pan-y;
  overscroll-behavior-x:auto;
  -webkit-overflow-scrolling:touch;
  outline:none;cursor:auto;
}
.scene--visual-rail .visual-rail__track::-webkit-scrollbar{display:none}
.scene--visual-rail .visual-rail__item{
  flex:0 0 clamp(270px,23vw,410px);
  width:clamp(270px,23vw,410px);
  aspect-ratio:4/5;
  height:auto;margin:0;
  border-radius:clamp(18px,1.55vw,26px);
  overflow:hidden;background:#111;
  scroll-snap-align:start;
  position:relative;isolation:isolate;
  opacity:1!important;filter:none!important;
  transform:translate3d(0,0,0) scale(1)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.045);
  transition:transform 220ms cubic-bezier(.22,1,.36,1),box-shadow 220ms ease;
}
.scene--visual-rail .visual-rail__item>.media-picture,
.scene--visual-rail .visual-rail__item>.media-link{
  display:block;width:100%;height:100%;
  border-radius:inherit;overflow:hidden;
}
.scene--visual-rail .visual-rail__item .media-picture img{
  width:100%;height:100%;object-fit:cover;
  opacity:1;filter:none;
  transform:scale(1.001);
  transition:transform 360ms cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
@media(hover:hover) and (pointer:fine){
  .scene--visual-rail .visual-rail__item:hover{
    transform:translate3d(0,-2px,0) scale(1)!important;
    box-shadow:0 14px 38px rgba(0,0,0,.075);
  }
  .scene--visual-rail .visual-rail__item:hover .media-picture img{transform:scale(1.018)}
}
.scene--visual-rail .visual-rail__item:focus-within{outline:2px solid var(--focus-ring);outline-offset:4px}
@media(max-width:900px){
  .scene--visual-rail{padding:clamp(34px,6vw,54px) 0}
  .scene--visual-rail .visual-rail__track{
    gap:clamp(12px,2.6vw,18px);
    padding-inline:clamp(16px,4vw,28px);
    scroll-padding-inline:clamp(16px,4vw,28px);
  }
  .scene--visual-rail .visual-rail__item{
    flex-basis:clamp(230px,39vw,320px);
    width:clamp(230px,39vw,320px);
    border-radius:clamp(17px,2.8vw,22px);
  }
}
@media(max-width:600px){
  .scene--visual-rail{padding:30px 0 38px}
  .scene--visual-rail .visual-rail__track{gap:12px;padding-inline:16px;scroll-padding-inline:16px}
  .scene--visual-rail .visual-rail__item{
    flex-basis:clamp(210px,68vw,280px);
    width:clamp(210px,68vw,280px);
    border-radius:18px;
  }
}
@media(max-width:380px){
  .scene--visual-rail .visual-rail__item{flex-basis:66vw;width:66vw}
}
@media(prefers-reduced-motion:reduce){
  .scene--visual-rail .visual-rail__item,
  .scene--visual-rail .visual-rail__item .media-picture img{transition:none!important}
  .scene--visual-rail .visual-rail__item{transform:none!important}
}
\n
/* Funnel Layer — v10.33 ----------------------------------------------------- */
.media-action{appearance:none;border:0;padding:0;margin:0;background:transparent;color:inherit;font:inherit;display:block;width:100%;height:100%;cursor:pointer}.media-action>.media-picture,.media-action>.media-video{width:100%;height:100%}
.funnel-layer{position:fixed;inset:0;z-index:1500;pointer-events:none;visibility:hidden}.funnel-layer.is-open{pointer-events:auto;visibility:visible}.funnel-backdrop{position:absolute;inset:0;background:rgba(12,12,12,.34);opacity:0;backdrop-filter:blur(0);transition:opacity .28s ease,backdrop-filter .28s ease}.funnel-layer.is-open .funnel-backdrop{opacity:1;backdrop-filter:blur(8px)}
.funnel-sheet{--sheet-pad:clamp(20px,3vw,34px);position:absolute;right:18px;bottom:18px;width:min(520px,calc(100vw - 36px));max-height:min(760px,calc(100dvh - 36px));overflow:hidden;display:flex;flex-direction:column;background:rgba(250,249,247,.96);color:#151515;border:1px solid rgba(18,18,18,.09);border-radius:30px;box-shadow:0 28px 90px rgba(0,0,0,.2);transform:translateY(18px) scale(.985);opacity:0;transition:transform .32s cubic-bezier(.2,.75,.2,1),opacity .24s ease}.funnel-layer.is-open .funnel-sheet{transform:none;opacity:1}.funnel-layer.is-embed .funnel-sheet{width:min(760px,calc(100vw - 36px));height:min(820px,calc(100dvh - 36px))}
.funnel-sheet__bar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:var(--sheet-pad) var(--sheet-pad) 10px}.funnel-sheet__eyebrow{margin:0 0 7px;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.12em;opacity:.5}.funnel-sheet h2{margin:0;font-size:clamp(25px,3vw,36px);line-height:1.05;letter-spacing:-.035em;font-weight:600}.funnel-sheet__close{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:999px;background:rgba(0,0,0,.055);font:inherit;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:transform .2s ease,background .2s ease}.funnel-sheet__close:hover{transform:rotate(4deg);background:rgba(0,0,0,.09)}.funnel-sheet__description{margin:0;padding:0 var(--sheet-pad) 20px;font-size:14px;line-height:1.5;opacity:.62;max-width:44ch}.funnel-sheet__body{padding:0 var(--sheet-pad) var(--sheet-pad);overflow:auto;min-height:0}
.funnel-paths,.funnel-provider-list{display:grid;gap:9px}.funnel-path,.funnel-provider{width:100%;min-height:76px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.72);border-radius:18px;padding:15px 16px;display:flex;align-items:center;gap:14px;text-align:left;color:inherit;font:inherit;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.funnel-path:hover,.funnel-provider:hover{transform:translateY(-1px);border-color:rgba(0,0,0,.16);background:#fff}.funnel-path__number{font-size:11px;opacity:.38;align-self:flex-start;padding-top:3px}.funnel-path__copy,.funnel-provider__copy{display:grid;gap:3px;min-width:0;flex:1}.funnel-path strong,.funnel-provider strong{font-size:15px;font-weight:600}.funnel-path small,.funnel-provider small{font-size:12px;opacity:.52}.funnel-path__arrow,.funnel-provider__arrow{font-size:18px;opacity:.5}.funnel-provider__icon{width:38px;height:38px;border-radius:12px;background:rgba(0,0,0,.045);display:grid;place-items:center;flex:0 0 auto}.funnel-provider__icon img{width:20px;height:20px;display:block}
.funnel-embed{display:block;width:100%;height:100%;min-height:560px;border:0;border-radius:18px;background:#fff}.funnel-embed__loading{position:absolute;inset:auto var(--sheet-pad) var(--sheet-pad);height:560px;border-radius:18px;background:rgba(0,0,0,.035);display:grid;place-items:center;font-size:13px;opacity:.55}.funnel-layer.is-embed .funnel-sheet__body{flex:1;position:relative;display:flex}.funnel-layer.is-embed .funnel-embed{flex:1;min-height:0}
.funnel-launcher{position:fixed;z-index:900;bottom:max(22px,env(safe-area-inset-bottom));right:22px;display:flex;align-items:center;gap:9px;min-height:48px;padding:0 16px 0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(20,20,20,.88);color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.18);backdrop-filter:blur(14px);font:600 13px/1 Mali,cursive;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.funnel-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(0,0,0,.24)}.funnel-launcher img{width:21px;height:21px;filter:invert(1)}.funnel-launcher--bottom-left{left:22px;right:auto}.funnel-mobile-sticky{display:none}
body.has-open-funnel{overflow:hidden}.has-open-funnel .funnel-launcher,.has-open-funnel .funnel-mobile-sticky{opacity:0;pointer-events:none}
@media(max-width:767px){.funnel-sheet{right:8px;bottom:8px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:26px 26px 20px 20px}.funnel-layer.is-embed .funnel-sheet{width:calc(100vw - 16px);height:calc(100dvh - 16px)}.funnel-backdrop{background:rgba(12,12,12,.28)}.funnel-launcher{display:none}.funnel-mobile-sticky{position:fixed;z-index:890;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));height:52px;padding:0 17px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:rgba(18,18,18,.9);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.2);backdrop-filter:blur(16px);font:600 14px/1 Mali,cursive;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.funnel-sheet__bar{padding-top:24px}.funnel-embed{min-height:0}.funnel-layer.is-embed .funnel-sheet__body{padding-bottom:max(14px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.funnel-backdrop,.funnel-sheet,.funnel-launcher,.funnel-path,.funnel-provider{transition:none!important}}

/* v10.33 — Funnel Sense / preset navigation */
.funnel-sheet__heading{display:flex;align-items:flex-start;gap:10px;min-width:0}.funnel-sheet__back{width:36px;height:36px;flex:0 0 auto;border:0;border-radius:999px;background:rgba(0,0,0,.045);display:grid;place-items:center;cursor:pointer;margin-top:-3px;transition:background .18s ease,transform .18s ease}.funnel-sheet__back[hidden]{display:none}.funnel-sheet__back:hover{background:rgba(0,0,0,.09);transform:translateX(-1px)}.funnel-sheet__back img,.funnel-sheet__close img{width:18px;height:18px;display:block}.funnel-sheet__close{font-size:0}.funnel-sheet__progress{height:2px;margin:0 var(--sheet-pad) 16px;background:rgba(0,0,0,.055);border-radius:999px;overflow:hidden}.funnel-sheet__progress::after{content:"";display:block;width:calc((var(--funnel-depth,0) + 1) * 25%);max-width:100%;height:100%;background:currentColor;opacity:.5;border-radius:inherit;transition:width .26s cubic-bezier(.2,.75,.2,1)}.funnel-path__arrow,.funnel-provider__arrow{display:grid;place-items:center}.funnel-path__arrow img,.funnel-provider__arrow img{width:17px;height:17px;display:block;opacity:.7}.funnel-mobile-sticky>img{width:18px;height:18px;filter:invert(1)}
