.domi-media-portal{border-radius:var(--domi-radius-cinema);color:#f3f8f5;cursor:pointer;isolation:isolate;width:100%;transition:border-color var(--domi-motion-base)ease,box-shadow .32s ease,transform .32s var(--domi-ease);background:#040706;border:1px solid #e6f2eb29;padding:0;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 42px 100px -58px #000000e6}.domi-media-portal[data-aspect=cinema]{aspect-ratio:2.05}.domi-media-portal[data-aspect=landscape]{aspect-ratio:16/9}.domi-media-portal[data-aspect=portrait]{aspect-ratio:9/16}.domi-media-portal:hover{border-color:#8af0cd75;transform:translateY(-.2rem);box-shadow:inset 0 1px #ffffff1a,0 48px 110px -54px #15775475}.domi-media-portal__poster{z-index:-2;object-fit:cover;transition:transform .7s var(--domi-ease),filter .3s ease}.domi-media-portal:hover .domi-media-portal__poster{filter:saturate(1.06);transform:scale(1.025)}.domi-media-portal__scrim{z-index:-1;background:linear-gradient(#0205030f,#0000 40%),linear-gradient(#0000 52%,#020503c7);position:absolute;inset:0}.domi-media-portal__signal{aspect-ratio:1;border-radius:var(--domi-radius-control);width:clamp(4.5rem,7vw,6.5rem);transition:color var(--domi-motion-fast)ease,background-color var(--domi-motion-fast)ease,transform var(--domi-motion-base)var(--domi-ease);background:#030d09ad;border:1px solid #dff8ec70;place-items:center;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px #ffffff1a,0 0 0 .55rem #41c7970f}.domi-media-portal__signal svg{fill:currentColor;width:1.5rem;height:1.5rem}.domi-media-portal:hover .domi-media-portal__signal{color:#03110b;background:#8af0cd;transform:translate(-50%,-50%)scale(1.04)}.domi-media-portal__identity,.domi-media-portal__action{z-index:2;position:absolute;inset-block-end:clamp(1rem,2.5vw,2rem)}.domi-media-portal__identity{text-align:start;flex-direction:column;align-items:flex-start;gap:.3rem;display:flex;inset-inline-start:clamp(1rem,2.5vw,2rem)}.domi-media-portal__identity small{color:#8af0cd;letter-spacing:.18em;text-transform:uppercase;font-size:.68rem;font-weight:750}.domi-media-portal__identity strong{font-family:var(--font-en-display),system-ui,sans-serif;font-size:clamp(1.05rem,2vw,1.6rem);font-weight:550}.domi-media-portal__action{align-items:center;gap:.65rem;min-height:2.75rem;font-size:.75rem;font-weight:750;display:inline-flex;inset-inline-end:clamp(1rem,2.5vw,2rem)}.domi-media-portal__action svg{width:1rem;height:1rem}.domi-media-overlay{z-index:10000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overscroll-behavior:contain;animation:domi-media-overlay-in var(--domi-motion-base)ease;background:#000402d1;place-items:center;padding:clamp(.75rem,2vw,2rem);display:grid;position:fixed;inset:0}.domi-media-dialog{overscroll-behavior:contain;border-radius:var(--domi-radius-modal);color:#f3f7f4;width:min(94vw,92rem);max-height:calc(100dvh - 2rem);animation:domi-media-dialog-in .32s var(--domi-ease);background:#050907;border:1px solid #e7f6ed29;overflow:hidden auto;box-shadow:inset 0 1px #ffffff12,0 50px 140px -50px #000000f2}@keyframes domi-media-overlay-in{0%{opacity:0}}@keyframes domi-media-dialog-in{0%{opacity:0;transform:translateY(1.2rem)scale(.985)}}.domi-media-dialog__header{justify-content:space-between;align-items:center;gap:var(--domi-space-sm);min-height:5.25rem;padding:1rem clamp(1rem,2.5vw,2rem);display:flex}.domi-media-dialog__header small{color:#8af0cd;letter-spacing:.17em;text-transform:uppercase;font-size:.65rem;font-weight:750}.domi-media-dialog__header h2{margin:var(--domi-space-3xs)0 0;color:#f3f7f4;font-family:var(--font-en-display),system-ui,sans-serif;font-size:clamp(1.1rem,2vw,1.65rem);font-weight:550}.domi-control{color:#edf5f0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color var(--domi-motion-fast)ease,border-color var(--domi-motion-fast)ease,background-color var(--domi-motion-fast)ease,transform var(--domi-motion-base)var(--domi-ease);background:#0c1410b8;border:1px solid #e6f5ed2e;flex:none;place-items:center;display:inline-grid}.domi-control--icon{border-radius:999px;width:2.9rem;height:2.9rem}.domi-control--icon svg{width:1.1rem;height:1.1rem}.domi-control:hover{background:#14221be6;border-color:#8af0cd8c;transform:translateY(-1px)}.domi-control:focus-visible{border-color:#8af0cd;outline:none;box-shadow:0 0 0 3px #8af0cd59}.domi-control:active{transform:translateY(0)scale(.96)}.domi-control--primary{color:#04130d;background:#8af0cd;border-color:#0000}.domi-control--primary:hover{color:#04130d;background:#a4f4d8;border-color:#0000}.domi-media-dialog__stage{border-radius:calc(var(--domi-radius-modal) - .45rem);background:#000;position:relative;overflow:hidden}.domi-media-dialog__stage[data-aspect=cinema]{aspect-ratio:2.05}.domi-media-dialog__stage[data-aspect=landscape]{aspect-ratio:16/9}.domi-media-dialog__stage[data-aspect=portrait]{aspect-ratio:9/16;width:min(90vw,32rem);margin-inline:auto}.domi-media-dialog__stage video{object-fit:contain;background:#000;width:100%;height:100%}.domi-media-dialog__center{color:#f5faf7;cursor:auto;background:0 0;border:0;place-items:center;width:100%;display:grid;position:absolute;inset:0 0 5rem}.domi-media-dialog__center>span{aspect-ratio:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;width:clamp(3.6rem,8vw,4.75rem);transition:opacity var(--domi-motion-base)ease,transform var(--domi-motion-base)var(--domi-ease);background:#0108058c;border:1px solid #effaf44d;border-radius:999px;place-items:center;display:grid;transform:scale(.9)}.domi-media-dialog__stage[data-controls=shown] .domi-media-dialog__center>span,.domi-media-dialog__stage[data-playing=false] .domi-media-dialog__center>span{opacity:1;transform:scale(1)}.domi-media-dialog__center svg{width:1.5rem;height:1.5rem}.domi-media-dialog__stage[data-controls=hidden][data-playing=true] .domi-media-dialog__controls{opacity:0}.domi-media-dialog__loading{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.domi-media-dialog__loading span{aspect-ratio:1;border:2px solid #8af0cd33;border-block-start-color:#8af0cd;border-radius:50%;width:3rem;animation:.8s linear infinite domi-media-spin;display:block}.domi-media-dialog__controls{-webkit-backdrop-filter:blur(14px)saturate(1.05);backdrop-filter:blur(14px)saturate(1.05);opacity:1;min-height:3.6rem;transition:opacity var(--domi-motion-base)ease,transform var(--domi-motion-base)var(--domi-ease);background:#030a07c7;border:1px solid #e7f6ed24;border-radius:999px;align-items:center;gap:.6rem;padding:.4rem .7rem;display:flex;position:absolute;inset-block-end:clamp(.6rem,1.6vw,1.1rem);inset-inline:clamp(.6rem,1.6vw,1.1rem);transform:translateY(0);box-shadow:inset 0 1px #ffffff0f,0 20px 46px -30px #000000e6}.domi-media-dialog__scrubber,.domi-media-dialog__volume-slider{appearance:none;cursor:pointer;background:0 0;border-radius:999px;min-width:0;height:1.5rem}.domi-media-dialog__scrubber{flex:1}.domi-media-dialog__scrubber::-webkit-slider-runnable-track{background:linear-gradient(90deg,#8af0cd 0%,#8af0cd var(--media-progress,0%),#e7f6ed2e var(--media-progress,0%));border-radius:999px;height:.3rem}.domi-media-dialog__volume-slider::-webkit-slider-runnable-track{background:linear-gradient(90deg,#8af0cd 0%,#8af0cd var(--media-progress,0%),#e7f6ed2e var(--media-progress,0%));border-radius:999px;height:.3rem}.domi-media-dialog__scrubber::-moz-range-track{background:#e7f6ed2e;border-radius:999px;height:.3rem}.domi-media-dialog__volume-slider::-moz-range-track{background:#e7f6ed2e;border-radius:999px;height:.3rem}.domi-media-dialog__scrubber::-moz-range-progress{background:#8af0cd;border-radius:999px;height:.3rem}.domi-media-dialog__volume-slider::-moz-range-progress{background:#8af0cd;border-radius:999px;height:.3rem}.domi-media-dialog__scrubber::-webkit-slider-thumb{appearance:none;width:.9rem;height:.9rem;transition:transform var(--domi-motion-fast)var(--domi-ease);background:#f3fbf7;border:0;border-radius:999px;margin-top:-.3rem;box-shadow:0 0 0 .28rem #8af0cd38}.domi-media-dialog__volume-slider::-webkit-slider-thumb{appearance:none;width:.9rem;height:.9rem;transition:transform var(--domi-motion-fast)var(--domi-ease);background:#f3fbf7;border:0;border-radius:999px;margin-top:-.3rem;box-shadow:0 0 0 .28rem #8af0cd38}.domi-media-dialog__scrubber::-moz-range-thumb{background:#f3fbf7;border:0;border-radius:999px;width:.9rem;height:.9rem}.domi-media-dialog__volume-slider::-moz-range-thumb{background:#f3fbf7;border:0;border-radius:999px;width:.9rem;height:.9rem}.domi-media-dialog__scrubber:hover::-webkit-slider-thumb{transform:scale(1.15)}.domi-media-dialog__scrubber:focus-visible::-webkit-slider-thumb{transform:scale(1.15)}.domi-media-dialog__volume{align-items:center;gap:.35rem;display:inline-flex}.domi-media-dialog__volume-slider{flex:none;width:4.5rem}.domi-media-dialog__time{color:#b8c5bd;min-width:2.8rem;font-family:var(--font-en-display),system-ui,sans-serif;font-variant-numeric:tabular-nums;text-align:center;font-size:.68rem}@keyframes domi-media-spin{to{transform:rotate(360deg)}}@media (max-width:700px){.domi-media-portal[data-aspect=cinema]{aspect-ratio:16/10}.domi-media-portal__action{display:none}.domi-media-overlay{padding:.35rem}.domi-media-dialog{width:100%;max-height:calc(100dvh - .7rem)}.domi-media-dialog__header{min-height:4.5rem}.domi-media-dialog__stage[data-aspect=cinema],.domi-media-dialog__stage[data-aspect=landscape]{aspect-ratio:16/10}.domi-media-dialog__controls{gap:.35rem;padding:.35rem .5rem}.domi-media-dialog__time,.domi-media-dialog__volume-slider{display:none}.domi-media-dialog__center>span{opacity:1;transform:scale(1)}}@media (hover:none){.domi-media-dialog__stage[data-controls=hidden][data-playing=true] .domi-media-dialog__controls{opacity:1}}@media (prefers-reduced-motion:reduce){.domi-media-portal__poster,.domi-media-portal,.domi-media-portal__signal,.domi-control,.domi-media-dialog__controls,.domi-media-dialog__center>span{transition:none}.domi-media-overlay,.domi-media-dialog{animation:none}.domi-media-dialog__loading span{border-color:#8af0cd;animation:none}}[data-media-viewer-root=dominase],[data-media-viewer-root=dominase] :where(.domi-media-dialog,.domi-media-dialog__header,.domi-media-dialog__stage,.domi-media-dialog__stage video),[data-media-viewer-root=dominase] .domi-media-dialog__stage:is([data-playing],[data-controls]),[data-media-viewer-root=dominase] .domi-media-dialog__stage:is([data-playing],[data-controls]) video,[data-media-viewer-root=dominase] .domi-media-dialog__stage:fullscreen,[data-media-viewer-root=dominase] .domi-media-dialog__stage:fullscreen video{cursor:auto}[data-media-viewer-root=dominase] :where(.domi-control,a[href],button:not(.domi-media-dialog__center)){cursor:pointer}[data-media-viewer-root=dominase] .domi-media-dialog__center,[data-media-viewer-root=dominase] .domi-media-dialog__stage:is([data-playing],[data-controls]) .domi-media-dialog__center,[data-media-viewer-root=dominase] .domi-media-dialog__stage:fullscreen .domi-media-dialog__center{cursor:auto}[data-media-viewer-root=dominase] .domi-media-dialog__scrubber{cursor:ew-resize}[data-media-viewer-root=dominase] .domi-media-dialog__volume-slider{cursor:pointer}
.studio-viewer__dialog{flex-direction:column;width:min(94vw,68rem);max-height:min(100dvh - 2rem,58rem);padding:0;display:flex;overflow:hidden}.studio-viewer__dialog[data-aspect=reel],.studio-viewer__dialog[data-aspect=portrait]{width:min(94vw,27rem)}.studio-viewer__dialog[data-aspect=wide]{width:min(94vw,74rem)}.studio-viewer__segments{gap:.28rem;padding:.7rem clamp(.8rem,2vw,1.2rem) 0;display:flex}.studio-viewer__segments span{background:#e9f6ef33;border-radius:999px;flex:1;height:.18rem;position:relative;overflow:hidden}.studio-viewer__segments span[data-state=done]{background:#8af0cd}.studio-viewer__segments span i{transform-origin:0;background:#8af0cd;border-radius:999px;display:block;position:absolute;inset:0;transform:scaleX(0)}[dir=rtl] .studio-viewer__segments span i{transform-origin:100%}.studio-viewer__segments span[data-state=active] i{animation:linear forwards studio-seg}@keyframes studio-seg{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.studio-viewer__head{justify-content:space-between;align-items:center;gap:var(--domi-space-sm);padding:.85rem clamp(.8rem,2vw,1.2rem);display:flex}.studio-viewer__identity{align-items:center;gap:.7rem;min-width:0;display:flex}.studio-viewer__avatar{border:1px solid #8af0cd73;border-radius:999px;flex:none;place-items:center;width:2.5rem;height:2.5rem;display:grid;overflow:hidden}.studio-viewer__avatar img{object-fit:cover;width:100%;height:100%}.studio-viewer__identity strong{color:#f3f8f5;font-family:var(--font-en-display),system-ui,sans-serif;align-items:center;gap:.32rem;font-size:.92rem;font-weight:600;display:inline-flex}.studio-verified{fill:#8af0cd;width:.95rem;height:.95rem}.studio-viewer__identity small{color:#9db0a7;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;display:block;overflow:hidden}.studio-viewer__stage{isolation:isolate;background:#04120c;flex:1;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.studio-viewer__stage[data-aspect=portrait]{aspect-ratio:4/5}.studio-viewer__stage[data-aspect=reel]{aspect-ratio:9/16;max-height:68vh}.studio-viewer__stage[data-aspect=landscape]{aspect-ratio:16/9}.studio-viewer__stage[data-aspect=wide]{aspect-ratio:21/9}.studio-viewer__slide{object-fit:contain}.studio-viewer__stage video{object-fit:contain;background:#000;width:100%;height:100%}.studio-viewer__stage[data-aspect=reel] video{object-fit:cover}.studio-viewer__tap{z-index:2;cursor:auto;background:0 0;border:0;place-items:center;display:grid;position:absolute;inset:0}.studio-viewer__tap>span{aspect-ratio:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;width:clamp(3.2rem,7vw,4.2rem);transition:opacity var(--domi-motion-base)ease;background:#01080580;border:1px solid #effaf44d;border-radius:999px;place-items:center;display:grid}.studio-viewer__stage[data-controls=shown] .studio-viewer__tap>span,.studio-viewer__stage[data-playing=false] .studio-viewer__tap>span{opacity:1}.studio-viewer__tap svg{color:#f3fbf7;width:1.4rem;height:1.4rem}.studio-viewer__zone{z-index:3;color:#eef7f2;cursor:pointer;opacity:0;width:clamp(2.6rem,12%,4.5rem);transition:opacity var(--domi-motion-fast)ease;background:0 0;border:0;place-items:center;display:grid;position:absolute;inset-block:0}.studio-viewer__zone svg{filter:drop-shadow(0 1px 3px #0009);width:1.6rem;height:1.6rem}.studio-viewer__zone--prev{justify-content:start;padding-inline-start:var(--domi-space-2xs);inset-inline-start:0}.studio-viewer__zone--next{justify-content:end;padding-inline-end:var(--domi-space-2xs);inset-inline-end:0}.studio-viewer__stage:hover .studio-viewer__zone,.studio-viewer__zone:focus-visible{opacity:.9}.studio-viewer__foot{justify-content:space-between;align-items:center;gap:var(--domi-space-sm);min-height:3.4rem;padding:.7rem clamp(.8rem,2vw,1.2rem) .9rem;display:flex}.studio-viewer__meta{min-width:0}.studio-viewer__meta p{color:#cdd9d2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.studio-viewer__project{color:#8af0cd;letter-spacing:.16em;text-transform:uppercase;margin-block-start:var(--domi-space-3xs);font-size:.66rem;font-weight:700;display:inline-block}.studio-viewer__controls{max-width:40rem;transition:opacity var(--domi-motion-base)ease,transform var(--domi-motion-base)var(--domi-ease);flex:1}.studio-viewer__controls[data-hidden=true]{opacity:0}.studio-viewer__stage[data-playing=false]~.studio-viewer__foot .studio-viewer__controls[data-hidden=true]{opacity:1}.studio-viewer__post-actions{align-items:center;gap:var(--domi-space-sm);flex:none;display:flex}.studio-viewer__dots{gap:.35rem;display:flex}.studio-viewer__dots span{width:.42rem;height:.42rem;transition:background-color var(--domi-motion-fast)ease;background:#e9f6ef4d;border-radius:999px}.studio-viewer__dots span[data-active=true]{background:#8af0cd}@media (max-width:720px){.studio-viewer__dialog,.studio-viewer__dialog[data-aspect=wide]{width:100%;max-height:calc(100dvh - .7rem)}.studio-viewer__controls .domi-media-dialog__volume-slider{display:none}.studio-viewer__zone{opacity:.7}}@media (hover:none){.studio-viewer__zone{opacity:.65}}@media (prefers-reduced-motion:reduce){.studio-viewer__segments span[data-state=active] i{animation:none;transform:scaleX(1)}}[data-media-viewer-root=studio],[data-media-viewer-root=studio] :where(.studio-viewer__dialog,.studio-viewer__head,.studio-viewer__stage,.studio-viewer__stage video,.studio-viewer__slide),[data-media-viewer-root=studio] .studio-viewer__stage:is([data-playing],[data-controls]),[data-media-viewer-root=studio] .studio-viewer__stage:is([data-playing],[data-controls]) video,[data-media-viewer-root=studio] .studio-viewer__stage:fullscreen,[data-media-viewer-root=studio] .studio-viewer__stage:fullscreen video{cursor:auto}[data-media-viewer-root=studio] :where(.domi-control,.studio-viewer__zone,a[href],button:not(.studio-viewer__tap)){cursor:pointer}[data-media-viewer-root=studio] .studio-viewer__tap,[data-media-viewer-root=studio] .studio-viewer__stage:is([data-playing],[data-controls]) .studio-viewer__tap,[data-media-viewer-root=studio] .studio-viewer__stage:fullscreen .studio-viewer__tap{cursor:auto}[data-media-viewer-root=studio] .domi-media-dialog__scrubber{cursor:ew-resize}[data-media-viewer-root=studio] .domi-media-dialog__volume-slider{cursor:pointer}
.product-story{--story-page-bg:var(--story-backdrop);--story-text:#f2f6f3;--story-muted:#aebbb3;--story-line:#eef7f124;min-height:100vh;color:var(--story-text);background:var(--story-page-bg);overflow:clip}[data-theme=light] .product-story{--story-page-bg:color-mix(in srgb,var(--story-accent)5%,#eff3f0);--story-text:#07120d;--story-muted:#526158;--story-line:#071c1224}.product-story :where(h1,h2,p,figure){margin:0}.product-story__skip{z-index:1000;border-radius:var(--domi-radius-control);color:#02110b;background:var(--story-accent-soft);padding:.8rem 1rem;font-weight:800;position:fixed;inset-block-start:.75rem;inset-inline-start:.75rem;transform:translateY(-160%)}.product-story__skip:focus{transform:translateY(0)}.product-story__rail{z-index:42;align-items:center;gap:var(--domi-space-sm);color:#edf5f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#030805e0;border-block:1px solid #ecf6f01a;grid-template-columns:minmax(6rem,1fr) minmax(16rem,34rem) minmax(6rem,1fr);min-height:3.5rem;padding-inline:clamp(1rem,3vw,3rem);display:grid;position:fixed;inset-block-start:5rem;inset-inline:0;box-shadow:0 18px 48px -38px #000000e6}.product-story__back{color:#bdc9c1;align-items:center;gap:.55rem;width:fit-content;min-height:2.75rem;font-size:.72rem;font-weight:750;text-decoration:none;display:inline-flex}.product-story__back:hover{color:var(--story-accent-soft)}.product-story__back svg{width:1rem;height:1rem}.product-story__chapter-index{align-items:center;gap:var(--domi-space-xs);color:#839189;font-family:var(--font-en-display),system-ui,sans-serif;font-variant-numeric:tabular-nums;text-align:center;grid-template-columns:2rem 1fr 2rem;font-size:.62rem;display:grid}.product-story__chapter-index>div{align-items:center;height:2.75rem;display:flex}.product-story__chapter-index button{cursor:pointer;background:0 0;border:0;flex:1;align-items:center;min-width:1.25rem;height:2.75rem;padding:0;display:flex}.product-story__chapter-index button i{width:100%;height:2px;transition:height var(--domi-motion-fast)ease,background-color var(--domi-motion-fast)ease;background:#e1f0e72b;display:block}.product-story__chapter-index button[aria-current=step] i{background:var(--story-accent);height:4px}.product-story__chapter-controls{justify-content:flex-end;gap:var(--domi-space-2xs);display:flex}.product-story__chapter-controls button{border-radius:var(--domi-radius-compact);color:#e7f0ea;cursor:pointer;width:2.75rem;height:2.75rem;transition:color var(--domi-motion-fast)ease,border-color var(--domi-motion-fast)ease,background-color var(--domi-motion-fast)ease;background:#09110ccc;border:1px solid #e5f2ea26;place-items:center;display:grid}.product-story__chapter-controls button:hover:not(:disabled){color:#06110c;border-color:var(--story-accent-soft);background:var(--story-accent-soft)}.product-story__chapter-controls button:disabled{opacity:.28;cursor:not-allowed}.product-story__chapter-controls svg{width:1rem;height:1rem}.product-story__hero{color:#f4f7f5;background:var(--story-backdrop);isolation:isolate;min-height:100svh;position:relative;overflow:hidden}.product-story__hero-image{z-index:-2;object-fit:cover;object-position:center;filter:saturate(.9)brightness(.68);transform:scale(1.015)}.product-story__hero-scrim{z-index:-1;background:linear-gradient(90deg,#020604e6 0%,#02060470 50%,#0206041f 100%),linear-gradient(#0000 52%,#010402ad);position:absolute;inset:0}[dir=rtl] .product-story__hero-scrim{background:linear-gradient(-90deg,#020604e6 0%,#02060470 50%,#0206041f 100%),linear-gradient(#0000 52%,#010402ad)}.product-story__hero-copy{z-index:2;width:min(49rem,56vw);position:absolute;inset-block-start:clamp(10rem,20vh,14rem);inset-inline-start:clamp(1.5rem,7vw,7rem)}.product-story__hero-copy>p,.product-story__chapter-copy>p,.product-story__next-copy>p{color:var(--story-accent-soft);letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:750;line-height:1.4}[dir=rtl] .product-story__hero-copy>p,[dir=rtl] .product-story__chapter-copy>p,[dir=rtl] .product-story__next-copy>p{letter-spacing:0}.product-story__hero-copy h1{color:#f4f7f5;letter-spacing:-.08em;margin-block-start:var(--domi-space-sm);font-size:clamp(4rem,10vw,10.5rem);font-weight:540;line-height:.8}[dir=rtl] .product-story__hero-copy h1{letter-spacing:0;line-height:1.25}.product-story__hero-copy>strong{color:#edf4ef;max-width:36rem;font-family:var(--font-en-display),system-ui,sans-serif;letter-spacing:-.035em;margin-block-start:clamp(2rem,4vh,3.5rem);font-size:clamp(1.5rem,2.8vw,3rem);font-weight:520;line-height:1.12;display:block}[dir=rtl] .product-story__hero-copy>strong{font-family:var(--font-ar-display),system-ui,sans-serif;letter-spacing:0;line-height:1.55}.product-story__hero-copy>span{color:#bec9c2;max-width:37rem;font-size:clamp(.95rem,1.2vw,1.15rem);line-height:var(--domi-lh-loose);margin-block-start:1.1rem;display:block}.product-story__hero-copy>.domi-action{color:#03110b;background:var(--story-accent-soft);margin-block-start:1.75rem}.product-story__hero-mark{color:#ebf4ee9e;font-family:var(--font-en-display),system-ui,sans-serif;letter-spacing:.15em;grid-template-columns:auto minmax(4rem,10vw) auto;align-items:center;gap:.8rem;font-size:.58rem;display:grid;position:absolute;inset-block-end:clamp(2rem,5vh,4rem);inset-inline-end:clamp(1.5rem,4vw,4rem)}.product-story__hero-mark span{color:var(--story-accent-soft);font-weight:700}.product-story__hero-mark i{background:#e7f4ec38;height:1px}.product-story__chapter{border-block-start:1px solid var(--story-line);background:radial-gradient(circle at 86% 22%,color-mix(in srgb,var(--story-accent)8%,transparent),transparent 30rem),var(--story-page-bg);isolation:isolate;grid-template-columns:minmax(17rem,.72fr) minmax(0,1.6fr);align-items:center;gap:clamp(2rem,6vw,7rem);min-height:112svh;padding:clamp(8rem,13vw,14rem) clamp(1.25rem,5vw,6rem);display:grid;position:relative}.product-story__chapter[data-side=end]{grid-template-columns:minmax(0,1.6fr) minmax(17rem,.72fr)}.product-story__chapter[data-side=end] .product-story__chapter-copy{grid-area:1/2}.product-story__chapter[data-side=end] .product-story__chapter-media{grid-area:1/1}.product-story__chapter-copy{z-index:2;position:relative}.product-story__chapter-copy>p{color:color-mix(in srgb,var(--story-accent)78%,var(--story-text));align-items:center;gap:.65rem;display:flex}.product-story__chapter-copy>p span{border:1px solid color-mix(in srgb,var(--story-accent)40%,transparent);border-radius:var(--domi-radius-compact);width:2.1rem;height:2.1rem;font-family:var(--font-en-display),system-ui,sans-serif;place-items:center;font-size:.62rem;display:grid}.product-story__chapter-copy h2{max-width:11ch;color:var(--story-text);letter-spacing:-.065em;margin-block-start:1.25rem;font-size:clamp(2.6rem,5vw,6rem);font-weight:520;line-height:.98}[dir=rtl] .product-story__chapter-copy h2{letter-spacing:0;max-width:13ch;font-weight:600;line-height:1.4}.product-story__chapter-copy>span{max-width:31rem;color:var(--story-muted);font-size:clamp(.95rem,1.1vw,1.1rem);line-height:var(--domi-lh-loose);margin-block-start:1.25rem;display:block}.product-story__chapter-media{min-width:0;position:relative}.product-story__media-frame{border:1px solid color-mix(in srgb,var(--story-accent)22%,var(--story-line));border-radius:var(--domi-radius-media);background:radial-gradient(circle at 50% 44%,color-mix(in srgb,var(--story-accent)10%,transparent),transparent 56%),color-mix(in srgb,var(--story-page-bg)75%,#0a0f0c);width:100%;min-height:min(68vw,44rem);box-shadow:inset 0 1px #ffffff14,0 42px 100px -62px color-mix(in srgb,var(--story-accent)38%,#000);position:relative;overflow:hidden}[data-theme=light] .product-story__media-frame{background:radial-gradient(circle at 50% 44%,color-mix(in srgb,var(--story-accent)9%,transparent),transparent 56%),#f8faf8;box-shadow:inset 0 1px #fff,0 42px 100px -68px color-mix(in srgb,var(--story-accent)45%,#173326)}.product-story__media-frame[data-layout=panorama]{aspect-ratio:1.88;border-radius:var(--domi-radius-cinema);min-height:0}.product-story__media-frame[data-layout=landscape],.product-story__media-frame[data-layout=editorial]{aspect-ratio:16/10;min-height:0}.product-story__media-frame[data-layout=portrait]{aspect-ratio:9/16;border-radius:var(--domi-radius-device);width:min(100%,31rem);min-height:0;margin-inline:auto}.product-story__media-frame img{border-radius:inherit;padding:clamp(.45rem,1vw,.9rem)}.product-story__media-frame[data-fit=contain] img{object-fit:contain}.product-story__media-frame[data-fit=cover] img{object-fit:cover}.product-story__media-frame>span{border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff0d,inset 0 1px 0 #ffffff17,inset 0 -12rem 9rem -9rem color-mix(in srgb,var(--story-accent)40%,#000),inset 0 6rem 8rem -7rem #0000008c;pointer-events:none;position:absolute;inset:0}.product-story__chapter-media:after{z-index:-1;content:"";background:radial-gradient(ellipse at 50% 50%,color-mix(in srgb,var(--story-accent)32%,transparent),transparent 68%);filter:blur(46px);opacity:.5;pointer-events:none;border-radius:50%;height:46%;position:absolute;inset-block-end:-9%;inset-inline:8%}.product-story__media-overlay{z-index:2;border:1px solid color-mix(in srgb,var(--story-accent)30%,#ffffff24);background:color-mix(in srgb,var(--story-page-bg)78%,#060a08);position:absolute;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 34px 70px -34px #000000d9}.product-story__media-overlay img{object-fit:cover;border-radius:inherit}.product-story__media-overlay[data-variant=mobile]{aspect-ratio:9/18;border-radius:var(--domi-radius-device);width:clamp(6.5rem,15%,10rem);inset-block-end:clamp(1rem,3vw,2.4rem);inset-inline-end:clamp(1rem,3vw,2.6rem)}[dir=rtl] .product-story__media-overlay[data-variant=mobile]{inset-inline:clamp(1rem,3vw,2.6rem) auto}.product-story__media-overlay[data-variant=detail]{aspect-ratio:16/10;border-radius:var(--domi-radius-media);width:clamp(9rem,32%,18rem);inset-block-end:clamp(1rem,3vw,2.2rem);inset-inline-end:clamp(1rem,3vw,2.4rem)}@media (max-width:800px){.product-story__media-overlay[data-variant=mobile]{width:clamp(5rem,26%,7rem);inset-block-end:.75rem;inset-inline-end:.75rem}.product-story__media-overlay[data-variant=detail]{width:clamp(7rem,44%,11rem)}}@media (prefers-reduced-motion:reduce){.product-story__media-overlay{transition:none}}.product-story__next{border-block-start:1px solid var(--story-line);background:radial-gradient(circle at 76% 36%,color-mix(in srgb,var(--story-accent)11%,transparent),transparent 34rem),var(--story-page-bg);grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(2.5rem,7vw,8rem);min-height:100svh;padding:clamp(8rem,14vw,15rem) clamp(1.25rem,6vw,7rem);display:grid}.product-story__next-copy h2{color:var(--story-text);letter-spacing:-.075em;margin-block-start:var(--domi-space-sm);font-size:clamp(3.6rem,8vw,9rem);font-weight:520;line-height:.84}[dir=rtl] .product-story__next-copy h2{letter-spacing:0;line-height:var(--domi-lh-snug)}.product-story__next-copy>span{max-width:34rem;color:var(--story-muted);line-height:var(--domi-lh-loose);margin-block-start:1.4rem;display:block}.product-story__next-copy>div{flex-wrap:wrap;gap:.8rem;margin-block-start:var(--domi-space-lg);display:flex}.product-story__next-media{aspect-ratio:16/10;border:1px solid var(--story-line);border-radius:var(--domi-radius-cinema);background:#050806;display:block;position:relative;overflow:hidden;box-shadow:0 48px 110px -70px #000000e6}.product-story__next-media img{object-fit:cover;transition:transform .5s var(--domi-ease)}.product-story__next-media:hover img{transform:scale(1.025)}.product-story__next-media:after{content:"";background:linear-gradient(#0000 50%,#010503b3);position:absolute;inset:0}.product-story__next-media span{z-index:2;color:#f4f8f5;font-family:var(--font-en-display),system-ui,sans-serif;font-size:clamp(1.4rem,3vw,2.8rem);font-weight:550;position:absolute;inset-block-end:1.25rem;inset-inline-start:1.5rem}@media (max-width:900px){.product-story__rail{gap:var(--domi-space-2xs);grid-template-columns:auto 1fr auto;min-height:3.25rem;padding-inline:.7rem;inset-block-start:4.65rem}.product-story__back span,.product-story__chapter-index>span,.product-story__chapter-controls{display:none}.product-story__chapter-index{display:block}.product-story__chapter-index>div{width:100%}.product-story__hero-copy{width:auto;inset:auto 1.25rem 9rem}.product-story__hero-copy h1{font-size:clamp(4rem,20vw,8rem)}.product-story__hero-copy>strong{font-size:clamp(1.4rem,6vw,2.4rem)}.product-story__hero-mark{inset-block-end:2rem;inset-inline:1.25rem}.product-story__chapter,.product-story__chapter[data-side=end]{flex-direction:column;align-items:stretch;gap:2.5rem;min-height:0;padding:8rem 1rem 7rem;display:flex}.product-story__chapter[data-side=end] .product-story__chapter-copy,.product-story__chapter[data-side=end] .product-story__chapter-media{grid-area:auto}.product-story__chapter-copy h2{font-size:clamp(2.7rem,12vw,5.4rem)}.product-story__media-frame{min-height:min(105vw,38rem)}.product-story__media-frame[data-layout=panorama],.product-story__media-frame[data-layout=landscape],.product-story__media-frame[data-layout=editorial]{aspect-ratio:16/10;min-height:0}.product-story__next{flex-direction:column;align-items:stretch;min-height:0;padding:8rem 1rem 9rem;display:flex}.product-story__next-copy h2{font-size:clamp(3.6rem,18vw,7rem)}}@media (max-width:560px){.product-story__hero-copy>span{display:none}.product-story__hero-copy>.domi-action{width:100%}.product-story__hero-mark small{display:none}.product-story__chapter-copy>span{font-size:1rem}.product-story__next-copy>div{display:grid}}@media (prefers-reduced-motion:reduce){.product-story__rail{position:sticky;inset-block-start:0}.product-story__hero-image{transform:none}}.work-index{--work-index-line:color-mix(in srgb,var(--foreground)14%,transparent);background:var(--background);min-height:100svh;color:var(--foreground);overflow:clip}.work-index__hero{align-content:end;min-height:min(90svh,70rem);padding:clamp(9rem,17vw,15rem) clamp(1.25rem,5vw,6rem) clamp(4rem,8vw,8rem);display:grid;position:relative}.work-index__hero-line{background:linear-gradient(90deg,var(--primary-theme)0 12%,var(--work-index-line)12% 100%);height:1px;position:absolute;inset:7rem clamp(1.25rem,5vw,6rem) auto}[dir=rtl] .work-index__hero-line{background:linear-gradient(270deg,var(--primary-theme)0 12%,var(--work-index-line)12% 100%)}.work-index__hero>p,.work-index__copy>p{color:var(--muted);font-family:var(--font-en-display),system-ui,sans-serif;letter-spacing:.17em;text-transform:uppercase;margin:0 0 1.35rem;font-size:.72rem;font-weight:700}[dir=rtl] .work-index__hero>p,[dir=rtl] .work-index__copy>p{font-family:var(--font-ar-display),system-ui,sans-serif;letter-spacing:0}.work-index__hero h1{letter-spacing:-.085em;max-width:13ch;margin:0;font-size:clamp(4.6rem,12.5vw,12rem);font-weight:520;line-height:.77}[dir=rtl] .work-index__hero h1{letter-spacing:0;max-width:11ch;line-height:1.08}.work-index__hero-note{justify-content:space-between;align-items:end;gap:var(--domi-space-lg);border-block-start:1px solid var(--work-index-line);margin-block-start:clamp(2.5rem,5vw,5rem);padding-block-start:1.1rem;display:flex}.work-index__hero-note span{max-width:38rem;color:var(--muted);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.7}.work-index__hero-note small{color:var(--foreground);letter-spacing:var(--domi-track-label);text-transform:uppercase;flex:none;font-size:.68rem;font-weight:700}.work-index__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(4rem,8vw,9rem) clamp(1rem,2.5vw,2.5rem);padding:clamp(4rem,8vw,8rem) clamp(1rem,3vw,3.5rem) clamp(9rem,16vw,16rem);display:grid}.work-index__item{grid-column:span 6}.work-index__item:first-child,.work-index__item:nth-child(4),.work-index__item:nth-child(7){grid-column:span 8}.work-index__item:nth-child(2),.work-index__item:nth-child(5){grid-column:span 4;align-self:end}.work-index__item:nth-child(2) .work-index__copy,.work-index__item:nth-child(5) .work-index__copy{display:block}.work-index__item:nth-child(2) .work-index__copy>span:not(.domi-action),.work-index__item:nth-child(5) .work-index__copy>span:not(.domi-action){margin-block-start:.9rem;display:block}.work-index__item:nth-child(3),.work-index__item:nth-child(6){grid-column:3/span 8}.work-index__card{color:inherit;text-decoration:none;display:block}.work-index__card figure{aspect-ratio:16/10;border:1px solid color-mix(in srgb,var(--work-accent)20%,transparent);border-radius:var(--domi-radius-media);background:var(--work-backdrop);box-shadow:0 38px 90px -62px color-mix(in srgb,var(--work-accent)55%,transparent);margin:0;position:relative;overflow:hidden}.work-index__item:nth-child(2) .work-index__card figure,.work-index__item:nth-child(5) .work-index__card figure{aspect-ratio:4/5}.work-index__card img{object-fit:cover;border-radius:inherit;transition:transform .65s var(--domi-ease),filter .45s var(--domi-ease);padding:clamp(.35rem,.8vw,.7rem)}.work-index__image-wash{background:linear-gradient(0deg,color-mix(in srgb,var(--work-backdrop)58%,transparent),transparent 45%),radial-gradient(circle at 84% 10%,color-mix(in srgb,var(--work-accent)15%,transparent),transparent 42%);pointer-events:none;position:absolute;inset:0}.work-index__sequence{aspect-ratio:1;color:#f2f8f3;width:2.8rem;font-family:var(--font-en-display),system-ui,sans-serif;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0107048f;border:1px solid #fff3;border-radius:50%;place-items:center;font-size:.68rem;display:grid;position:absolute;inset-block-start:.85rem;inset-inline-end:1rem}.work-index__copy{grid-template-columns:minmax(0,1fr) minmax(14rem,.65fr);column-gap:clamp(1.5rem,3vw,3.5rem);padding:1.25rem 0 0;display:grid}.work-index__copy>p,.work-index__copy h2{grid-column:1}.work-index__copy>p{margin-block-end:.6rem}.work-index__copy h2{letter-spacing:-.075em;margin:0;font-size:clamp(2.4rem,5vw,5.6rem);font-weight:520;line-height:.92}[dir=rtl] .work-index__copy h2{letter-spacing:0;line-height:1.25}.work-index__copy>span:not(.domi-action){color:var(--muted);grid-area:1/2/span 2;font-size:.92rem;line-height:1.72}.work-index__copy>.domi-action{grid-column:1;justify-self:start;margin-block-start:1.25rem}.work-index__card:hover img{filter:saturate(1.08);transform:scale(1.025)}.work-index__card:focus-visible{outline:none}.work-index__card:focus-visible figure{outline:3px solid var(--work-accent);outline-offset:4px}.work-index__close{border-block:1px solid var(--work-index-line);background:radial-gradient(circle at 50% 60%,color-mix(in srgb,var(--primary-theme)13%,transparent),transparent 32rem),var(--background);text-align:center;place-content:center;justify-items:center;min-height:78svh;padding:8rem 1.25rem;display:grid}.work-index__close p{margin:0 0 var(--domi-space-sm);color:var(--muted)}.work-index__close h2{letter-spacing:-.075em;margin:0 0 2.5rem;font-size:clamp(3.6rem,9vw,9rem);font-weight:520;line-height:.88}[dir=rtl] .work-index__close h2{letter-spacing:0;line-height:1.2}@media (max-width:900px){.work-index__hero{min-height:82svh}.work-index__hero h1{font-size:clamp(4.1rem,19vw,8rem)}.work-index__hero-note small{display:none}.work-index__grid{display:block}.work-index__item{margin-block-end:5.5rem}.work-index__item:nth-child(n) .work-index__card figure{aspect-ratio:16/11}.work-index__copy{display:block}.work-index__copy>span:not(.domi-action){margin-block-start:.85rem;display:block}}@media (max-width:520px){.work-index__hero{padding-inline:var(--domi-space-sm)}.work-index__hero h1{font-size:clamp(3.8rem,20vw,6rem)}.work-index__hero-note{display:block}.work-index__copy h2{font-size:clamp(2.9rem,14vw,4.5rem)}.work-index__copy>.domi-action{width:100%}}@media (prefers-reduced-motion:reduce){.work-index__card img{transition:none}.work-index__card:hover img{transform:none}}
.brand-preloader{z-index:200;background:var(--bg);place-items:center;display:grid;position:fixed;inset:0}.brand-preloader__inner{padding:var(--domi-space-md);text-align:center;flex-direction:column;align-items:center;gap:1.6rem;display:flex}.brand-preloader__ring{background:conic-gradient(from 0deg,color-mix(in srgb,var(--domi-accent)90%,transparent)0deg 60deg,transparent 60deg 120deg,color-mix(in srgb,var(--domi-accent-bright)78%,transparent)120deg 200deg,transparent 200deg 250deg,color-mix(in srgb,var(--domi-accent)70%,transparent)250deg 300deg,transparent 300deg 360deg);will-change:transform;border-radius:50%;width:84px;height:84px;animation:1.15s linear infinite brand-preloader-spin;position:relative;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px))}.brand-preloader__core{place-items:center;display:grid;position:absolute;inset:0}.brand-preloader__core:before{content:"";background:color-mix(in srgb,var(--domi-accent-bright)70%,var(--fg));border-radius:50%;width:5px;height:5px}@keyframes brand-preloader-spin{to{transform:rotate(360deg)}}.brand-preloader__wordmark{font-family:var(--font-en-display),system-ui,sans-serif;text-transform:uppercase;letter-spacing:.34em;color:var(--fg);font-size:clamp(1.4rem,5vw,2.1rem);font-weight:700;line-height:var(--domi-lh-none);padding-inline-start:.34em}.brand-preloader__status{font-family:var(--font-en-display),system-ui,sans-serif;text-transform:uppercase;letter-spacing:.26em;color:color-mix(in srgb,var(--muted)90%,transparent);text-wrap:balance;max-width:min(90vw,30rem);padding-inline-start:.26em;font-size:.66rem;font-weight:500}@media (max-width:380px){.brand-preloader__status{letter-spacing:.16em;padding-inline-start:.16em;font-size:.6rem}}.brand-preloader__seam{transform-origin:50%;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--domi-accent)80%,transparent)30%,color-mix(in srgb,var(--domi-accent-bright)80%,transparent)50%,color-mix(in srgb,var(--domi-accent)80%,transparent)70%,transparent 100%);width:clamp(120px,40vw,240px);height:1px}@media (prefers-reduced-motion:reduce){.brand-preloader__ring{will-change:auto;animation:none}}
.domi-cursor{z-index:300;pointer-events:none;contain:strict;position:fixed;inset:0}@media (pointer:coarse),(hover:none){.domi-cursor{display:none}}@media (prefers-reduced-motion:reduce){.domi-cursor{display:none}}.domi-cursor[data-visible=false] .domi-cursor__dot,.domi-cursor[data-visible=false] .domi-cursor__ring{opacity:0}.domi-cursor__dot{background:color-mix(in srgb,var(--domi-accent-bright)62%,var(--domi-text));opacity:1;will-change:transform;border-radius:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;transition:opacity .16s,width .16s,height .16s,margin .16s;position:absolute;top:0;left:0}.domi-cursor__ring{border:1px solid color-mix(in srgb,var(--domi-accent)42%,var(--domi-border));opacity:.75;will-change:transform;border-radius:50%;width:30px;height:30px;margin:-15px 0 0 -15px;transition:opacity .18s,width .2s cubic-bezier(.32,.72,0,1),height .2s cubic-bezier(.32,.72,0,1),margin .2s cubic-bezier(.32,.72,0,1),border-color .18s;position:absolute;top:0;left:0}.domi-cursor__tick{background:color-mix(in srgb,var(--domi-accent-bright)78%,transparent);opacity:0;width:10px;height:1px;transition:opacity .18s,transform .22s cubic-bezier(.32,.72,0,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(.4)}.domi-cursor[data-state=interactive] .domi-cursor__ring{border-color:color-mix(in srgb,var(--domi-accent)78%,var(--domi-border));opacity:1;width:44px;height:44px;margin:-22px 0 0 -22px}.domi-cursor[data-state=interactive] .domi-cursor__tick{opacity:1;transform:translate(-50%,-50%)scaleX(1)}.domi-cursor[data-pressed=true] .domi-cursor__ring{width:26px;height:26px;margin:-13px 0 0 -13px}.domi-cursor[data-pressed=true][data-state=interactive] .domi-cursor__ring{width:38px;height:38px;margin:-19px 0 0 -19px}.domi-cursor[data-state=text] .domi-cursor__dot,.domi-cursor[data-state=text] .domi-cursor__ring{opacity:0}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])){cursor:none}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])) a{cursor:none}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])) button{cursor:none}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])) [role=button]{cursor:none}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])) summary{cursor:none}html.domi-cursor-on body:not(:has(>[data-media-viewer-root])) label{cursor:none}html.domi-cursor-on input,html.domi-cursor-on textarea,html.domi-cursor-on select,html.domi-cursor-on [contenteditable=true],html.domi-cursor-on [data-cursor=text]{cursor:auto}
