/* Opt-in product story, with a visible light/dark control on both pages. */
.theme-toggle{display:flex;width:auto;min-width:76px;height:38px;gap:7px;padding:8px 10px;border:1px solid var(--line);white-space:nowrap;font-size:11px}
.theme-toggle svg{width:16px;height:16px}.theme-label{font-weight:500}
.hero-film-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);margin-top:22px;padding:5px 0}
.hero-film-link>span:first-child{border:1px solid var(--line);border-radius:50%;width:27px;height:27px;display:grid;place-items:center;font-size:8px}
.hero-film-link small{color:var(--dim);font-size:10px}.hero-film-link:hover{color:var(--ink)}
.experience-section{border-bottom:1px solid var(--line)}.media-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(290px,1fr);gap:24px;align-items:stretch}
.story-player{min-width:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface);display:flex;flex-direction:column}
.story-stage{position:relative;height:360px;min-height:360px;flex:1;overflow:hidden;background:var(--surface);isolation:isolate}
.story-stage:before{content:"";position:absolute;width:90%;height:140%;top:-65%;right:-35%;border:1px solid var(--line);border-radius:50%;pointer-events:none}
.story-brandline{position:absolute;z-index:3;top:22px;left:26px;right:26px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;color:var(--dim)}
.story-scene{position:absolute;inset:65px 36px 34px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}
.story-scene h3{font-size:clamp(30px,3.4vw,49px);font-weight:500;letter-spacing:-1.8px;line-height:1.25}.story-scene h3 span{color:var(--dim)}
.story-scene p{font-size:12px;color:var(--muted);line-height:1.9}.story-scene .eyebrow{font-size:9px;letter-spacing:2px}
.story-wordmark{font-size:12px;letter-spacing:6px;color:var(--dim);margin-bottom:4px}
.story-scene.is-entering{animation:story-enter 430ms cubic-bezier(.22,1,.36,1) both}
@keyframes story-enter{from{opacity:0;transform:translateY(12px);filter:blur(3px)}to{opacity:1;transform:none;filter:none}}
.story-products{display:flex;gap:17px;margin-top:12px;flex-wrap:wrap}.story-products>div{display:flex;align-items:center;gap:9px;font-size:11px;color:var(--muted)}.story-products img{width:33px;height:33px;border-radius:7px;object-fit:contain}
.story-menu-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.5fr);align-items:center;gap:25px;width:100%}.story-menu-layout h3{font-size:32px}.story-menu-layout>div{min-width:0}.story-menu-layout img{width:100%;height:auto;border:1px solid var(--line);border-radius:6px;box-shadow:0 16px 40px #0003;transform:perspective(1000px) rotateY(-5deg)}.story-menu-layout p{margin-top:15px;font-size:11px}
.story-steps{display:flex;width:100%;gap:12px;margin-top:12px}.story-steps>span{flex:1;min-width:0;padding:16px 12px;background:var(--surface2);border:1px solid var(--line);border-radius:8px;font-size:11px}.story-steps b{display:block;font-family:Consolas,monospace;font-weight:400;color:var(--dim);font-size:10px;margin-bottom:9px}
.story-community{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:11px;color:var(--muted)}.story-community span{padding:8px 12px;border:1px solid var(--line);border-radius:6px}
.story-cover-play{position:absolute;bottom:32px;right:32px;border:1px solid var(--line);background:var(--ink);color:var(--bg);border-radius:50%;width:58px;height:58px;font-size:16px;display:grid;place-items:center;z-index:5;box-shadow:0 8px 26px #0002}.story-cover-play:hover{transform:scale(1.04)}
.story-controls{border-top:1px solid var(--line);padding:14px 20px 10px}.story-controls-main{display:flex;align-items:center;gap:12px}.story-action{font-size:11px;min-width:48px;padding:8px 4px;white-space:nowrap;color:var(--ink)}.story-action:hover{color:var(--dim)}.story-action svg{width:16px;height:16px}.story-action.story-expand{min-width:24px}
.story-timeline{flex:1;min-width:45px;accent-color:var(--accent);height:28px;cursor:pointer}.story-time{font-family:Consolas,monospace;font-size:10px;color:var(--muted);white-space:nowrap}.story-time span{color:var(--dim)}
.story-chapters{display:flex;gap:5px;margin:7px 0 4px;justify-content:space-between}.story-chapters button{flex:1;min-width:0;padding:7px 2px;border-bottom:1px solid transparent;color:var(--dim);font-size:10px}.story-chapters button[aria-current=step]{color:var(--ink);border-color:var(--accent)}.story-chapters button:hover{color:var(--ink)}
.media-note{font-size:10px;color:var(--dim);margin-top:17px;max-width:810px}.story-player:fullscreen{display:flex;flex-direction:column;justify-content:center;border:0;border-radius:0;background:var(--bg);padding:3vh 6vw}.story-player:fullscreen .story-stage{height:min(65vh,650px)}.story-player:fullscreen .story-scene{inset:85px 60px 65px}.story-player:fullscreen .story-scene h3{font-size:clamp(35px,5vw,80px)}.story-player:fullscreen .story-menu-layout img{max-width:650px}
.media-status{font-size:11px;min-height:18px;color:var(--muted);margin-top:8px}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
input[type=range]:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:3px}
html[data-motion=off] .story-scene.is-entering{animation:none}html[data-keyboard=true] .story-scene.is-entering{animation:none}
@media(max-width:1150px){.nav{gap:18px}.header{gap:20px}.header-actions{gap:12px}}
@media(max-width:1000px){.media-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:16px}.story-stage{height:345px}.story-scene{inset:65px 25px 35px}.story-menu-layout{grid-template-columns:1fr;gap:15px}.story-menu-layout h3{font-size:23px}.story-menu-layout h3 br{display:none}.story-menu-layout p{display:none}.story-menu-layout img{max-height:190px;object-fit:contain;width:100%;transform:none}.story-products{gap:12px}.story-products>div{font-size:10px}}
@media(max-width:760px){.media-grid{grid-template-columns:1fr}.story-stage{height:350px}.story-scene h3{font-size:37px}.story-menu-layout{grid-template-columns:1fr 1.3fr}.story-menu-layout h3{font-size:26px}.story-menu-layout h3 br{display:block}.story-menu-layout img{max-height:220px}.story-menu-layout p{display:block}.header-actions{gap:8px}.theme-toggle{min-width:65px;padding:8px;font-size:10px}.theme-toggle svg{width:14px;height:14px}}
@media(max-width:480px){.header{gap:10px}.header>.brand{gap:7px}.header>.brand strong{font-size:16px;letter-spacing:1px}.header>.brand img{width:24px;height:29px}.theme-toggle{min-width:60px;gap:5px}.story-stage{height:325px}.story-scene{inset:59px 23px 24px}.story-brandline{top:19px;left:23px;right:23px;font-size:8px;letter-spacing:1px}.story-scene h3{font-size:32px}.story-scene p{font-size:11px}.story-cover-play{width:48px;height:48px;right:24px;bottom:25px}.story-products{display:grid;grid-template-columns:1fr 1fr;gap:17px}.story-products img{width:28px;height:28px}.story-menu-layout{grid-template-columns:1fr;gap:15px}.story-menu-layout h3{font-size:26px}.story-menu-layout h3 br{display:none}.story-menu-layout p{display:none}.story-menu-layout img{max-height:185px;object-fit:contain;transform:none}.story-controls{padding:10px 13px}.story-controls-main{gap:7px}.story-action{font-size:10px;min-width:33px}.story-time{font-size:9px}.story-time span{display:none}.story-steps{gap:7px}.story-steps>span{font-size:10px;padding:12px 8px}.hero-film-link{margin-top:16px}.story-player:fullscreen{padding:0 16px}.story-player:fullscreen .story-scene{inset:65px 23px 25px}}
@media(max-width:360px){.header-actions{gap:5px}.header .button.small{padding:9px 10px;font-size:10px}.theme-toggle{min-width:56px;padding:7px 5px}.mobile-toggle{width:28px}.header>.brand strong{font-size:14px}.story-stage{height:310px}.story-scene h3{font-size:29px}.story-community{gap:7px;font-size:10px}.story-community span{padding:6px 8px}}
@media(prefers-reduced-motion:reduce){.story-scene.is-entering{animation:none}.story-menu-layout img{transform:none}.story-cover-play:hover{transform:none}}

@media(max-width:760px){.story-stage{min-height:0;flex:none}}

.product-card h3 a{display:flex;align-items:center;gap:10px}.product-card h3 small{font-size:13px;color:var(--dim);font-weight:400}.catalog-note{font-size:11px;color:var(--dim);line-height:1.7;margin-top:14px}.release-motion-toggle{border:1px solid var(--line);border-radius:6px;font-size:11px;padding:8px 12px}
