
:root{--bg:#f5f5f3;--ink:#1d1d1f;--muted:#6e6e73;--surface:#fff;--line:#d2d2d7;--dark:#080809;--focus:#0071e3}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang TC","Noto Sans TC",sans-serif;overflow-x:hidden}
.sitebar{position:fixed;z-index:50;top:0;left:0;right:0;height:54px;display:flex;align-items:center;padding:0 max(20px,calc((100vw - 1380px)/2));background:#f5f5f3d9;backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid #0000000d}
.logo{height:28px;max-width:180px;object-fit:contain}.tools{margin-left:auto;display:flex;gap:10px}.tool{height:38px;width:38px;border:1px solid #c9c9ce;background:#fff;color:#222;display:grid;place-items:center;cursor:pointer}.round{border-radius:50%}.square{border-radius:10px}
.menu{position:fixed;z-index:49;top:62px;right:20px;width:min(390px,calc(100vw - 40px));padding:22px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 70px #0002;border-radius:18px;display:none}.menu.open{display:block}.menu h4{margin:13px 0 4px}.menu a{display:block;padding:6px 0;text-decoration:none;color:#3a3a3c}.menu .off{opacity:.42}
.review{position:relative;z-index:2;margin-top:54px;padding:10px 20px;text-align:center;font-size:12px;color:var(--muted);border-bottom:1px solid #0000000d}
.scene{position:relative;min-height:100svh;display:grid;place-items:center;padding:clamp(90px,10vw,150px) max(22px,calc((100vw - 1320px)/2));overflow:hidden}
.inner{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(35px,7vw,110px);align-items:center}
.copy{position:relative;z-index:3}.letter{font-size:11px;letter-spacing:.2em;color:#8e8e93;margin-bottom:20px}.headline{font-size:clamp(42px,5.4vw,82px);line-height:1.04;letter-spacing:-.05em;margin:0;max-width:980px;font-weight:680}.support{font-size:clamp(18px,1.65vw,25px);line-height:1.6;color:var(--muted);max-width:720px;margin:28px 0 0}
.visual{position:relative;z-index:2;min-height:min(65svh,720px);border-radius:30px;overflow:hidden;background:#e9e9e5;box-shadow:0 35px 80px #00000014;display:grid;place-items:center}
.visual img{width:100%;height:100%;min-height:min(65svh,720px);object-fit:cover;display:block}.visual.contain img{object-fit:contain;background:#fff}
.placeholder{padding:36px;align-self:stretch;display:grid;place-content:center}.placeholder b{font-size:20px}.placeholder p{color:var(--muted);line-height:1.7;font-size:14px}
.reveal .copy,.reveal .visual{opacity:.12;transform:translateY(72px) scale(.985);transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform 1.1s cubic-bezier(.2,.8,.2,1)}.reveal.in .copy,.reveal.in .visual{opacity:1;transform:none}.reveal.in .visual{transition-delay:.12s}
.split-rev .visual{order:-1}.wide .inner,.finale .inner,.pause .inner,.turn .inner{grid-template-columns:1fr}.wide .copy,.finale .copy,.pause .copy,.turn .copy{max-width:1100px}.wide .visual{margin-top:30px;min-height:58svh}
.pause{min-height:125svh}.pause .copy{align-self:start;position:sticky;top:35svh}.pause .visual{opacity:.2!important;transform:scale(.94)!important}
.comic{background:#fff}.comic .headline{font-size:clamp(48px,7vw,104px)}.comic .visual{transform:rotate(-2deg) scale(.96)}.comic.in .visual{transform:rotate(1deg) scale(1)}
.turn{background:#0b0b0c;color:#f5f5f7}.turn .support{color:#a1a1a6}.turn .visual{margin-top:50px;background:#111}.finale{background:#0b0b0c;color:#f5f5f7;min-height:120svh}.finale .support{color:#a1a1a6}.finale .headline{font-size:clamp(48px,6vw,92px)}
.products{background:#fff;padding:120px max(22px,calc((100vw - 1320px)/2))}.products h2{font-size:clamp(38px,5vw,72px);letter-spacing:-.05em;margin:0 0 45px}.rail{display:flex;gap:18px;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:18px}.product{flex:0 0 min(78vw,420px);scroll-snap-align:start;background:#f5f5f3;border-radius:26px;padding:30px;min-height:390px}.product .pimg{height:230px;border-radius:18px;background:#e5e5e2;display:grid;place-items:center;color:#777;text-align:center;padding:20px}.product h3{font-size:28px;margin:25px 0 5px}.product small{color:var(--muted)}
.back{position:fixed;z-index:45;right:22px;bottom:22px;width:48px;height:48px;border-radius:50%;border:1px solid #c9c9ce;background:#fff;display:grid;place-items:center;color:#222;text-decoration:none;font-size:22px;box-shadow:0 8px 30px #0001}
footer{padding:34px max(22px,calc((100vw - 1320px)/2));border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.7;background:#f5f5f3}.footerline{display:flex;gap:18px;flex-wrap:wrap;justify-content:space-between}
@media(max-width:760px){.inner{grid-template-columns:1fr}.scene{min-height:auto;padding-top:110px;padding-bottom:110px}.visual{min-height:48svh;border-radius:22px}.visual img{min-height:48svh}.split-rev .visual{order:0}.headline{font-size:clamp(42px,12vw,64px)}.support{font-size:18px}.pause{min-height:105svh}.pause .copy{position:sticky;top:28svh}.logo{max-width:145px}.back{right:16px;bottom:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal .copy,.reveal .visual{opacity:1;transform:none;transition:none}}


/* REVIEW 05 — scroll-linked choreography */
:root{
  --safe-left:max(22px, env(safe-area-inset-left));
  --safe-right:max(22px, env(safe-area-inset-right));
}
body{transition:none}
.scene{
  --p:0;
  padding-left:max(var(--safe-left),calc((100vw - 1320px)/2));
  padding-right:max(var(--safe-right),calc((100vw - 1320px)/2));
}
.scene .copy{
  opacity:clamp(.08,calc((var(--p) - .06)*3.7),1);
  transform:
    translate3d(0,calc((1 - var(--p))*74px),0)
    scale(calc(.985 + var(--p)*.015));
  transition:none!important;
}
.scene .visual{
  opacity:clamp(.10,calc((var(--p) - .12)*3.2),1);
  transform:
    translate3d(calc((1 - var(--p))*42px),calc((1 - var(--p))*34px),0)
    scale(calc(.94 + var(--p)*.06));
  transition:none!important;
}
.scene.split-rev .visual{
  transform:
    translate3d(calc((1 - var(--p))*-42px),calc((1 - var(--p))*34px),0)
    scale(calc(.94 + var(--p)*.06));
}
.scene.wide .visual{border-radius:clamp(0px,calc(var(--p)*30px),30px)}
.scene:nth-of-type(3n+1) .visual{aspect-ratio:16/10}
.scene:nth-of-type(3n+2) .visual{aspect-ratio:4/5;justify-self:center;width:min(100%,650px)}
.scene:nth-of-type(3n) .visual{aspect-ratio:3/2}
.scene .visual img{min-height:0;height:100%}
.pause .copy{
  opacity:clamp(.12,calc((var(--p) - .12)*3),1);
  transform:translateY(calc((.5 - var(--p))*45px));
}
.pause .visual{opacity:clamp(.04,calc((var(--p) - .45)*1.2),.28)!important}

/* Color transitions are authored paths, not naive RGB midpoint blends.
   Browser interpolates these CSS colors while JS maps scroll progress. */
.scene{background:rgb(var(--bg-r,245) var(--bg-g,245) var(--bg-b,243));color:rgb(var(--fg-r,29) var(--fg-g,29) var(--fg-b,31))}
.scene .support{color:rgb(var(--mut-r,110) var(--mut-g,110) var(--mut-b,115))}
.color-field{position:fixed;inset:0;z-index:-1;pointer-events:none;background:var(--stage-color,#f5f5f3)}
.products{
 padding-left:max(var(--safe-left),calc((100vw - 1320px)/2));
 padding-right:0;
 overflow:hidden;
}
.rail{padding-right:var(--safe-right);scroll-padding-left:0}
.product{flex-basis:clamp(260px,72vw,380px)}
.rail-hint{font-size:13px;color:var(--muted);margin:-28px 0 24px;display:flex;gap:8px;align-items:center}
.rail-hint:after{content:"→";font-size:20px}
.rail.nudge{animation:railNudge 1.25s cubic-bezier(.2,.8,.2,1) 1}
@keyframes railNudge{0%{transform:translateX(0)}42%{transform:translateX(-34px)}72%{transform:translateX(-34px)}100%{transform:translateX(0)}}

/* Horizontal-phone safe stage */
@media (orientation:landscape) and (max-height:520px){
 .sitebar{padding-left:calc(env(safe-area-inset-left) + 18px);padding-right:calc(env(safe-area-inset-right) + 18px)}
 .scene{padding-left:calc(env(safe-area-inset-left) + 30px);padding-right:calc(env(safe-area-inset-right) + 30px);padding-top:76px;padding-bottom:76px}
 .inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:36px}
 .headline{font-size:clamp(34px,6vw,58px)}
 .support{font-size:16px;line-height:1.48;margin-top:18px}
 .visual{min-height:0;max-height:72svh}
 .visual img{min-height:0}
}
@media(max-width:760px){
 .scene{padding-left:var(--safe-left);padding-right:var(--safe-right)}
 .scene .visual,.scene.split-rev .visual{transform:translate3d(0,calc((1 - var(--p))*44px),0) scale(calc(.95 + var(--p)*.05))}
 .product{flex-basis:78vw}
}
@media(prefers-reduced-motion:reduce){
 .scene .copy,.scene .visual{opacity:1!important;transform:none!important}
 .rail.nudge{animation:none}
}


/* REVIEW 06 — correction after real-device review */

/* One continuous stage background. Sections themselves are transparent,
   so there is no section-to-section color seam. */
body{background:#f5f5f3}
#toneStage{
 position:fixed;inset:0;z-index:-2;pointer-events:none;
 background:rgb(var(--stage-r,245) var(--stage-g,245) var(--stage-b,243));
}
.scene{background:transparent!important;color:rgb(var(--fg-r,29) var(--fg-g,29) var(--fg-b,31))}

/* A–W default to vertical choreography. This is deliberate, not a mobile fallback. */
.scene .inner,
.scene.split-rev .inner,
.scene.wide .inner,
.scene.finale .inner,
.scene.pause .inner,
.scene.turn .inner{
 grid-template-columns:minmax(0,1fr)!important;
 width:min(100%,1180px);
 margin-inline:auto;
 gap:clamp(34px,6svh,72px);
}
.scene .copy{width:min(100%,980px)}
.scene .visual,
.scene.split-rev .visual,
.scene:nth-of-type(3n+1) .visual,
.scene:nth-of-type(3n+2) .visual,
.scene:nth-of-type(3n) .visual{
 order:0;
 width:100%!important;
 max-width:100%;
 justify-self:stretch;
 min-height:0;
 height:auto;
 aspect-ratio:auto;
 border-radius:clamp(18px,2.2vw,30px);
 overflow:hidden;
}
.scene .visual img{
 display:block;
 width:100%;
 max-width:100%;
 height:auto!important;
 min-height:0!important;
 object-fit:contain!important;
 background:transparent;
}
.scene .placeholder{min-height:clamp(320px,52svh,620px)}
.scene .headline{overflow-wrap:anywhere}
.scene .support{overflow-wrap:anywhere}

/* Keep visual travel vertical; no scene content enters from outside safe stage. */
.scene .visual,.scene.split-rev .visual{
 transform:translate3d(0,calc((1 - var(--p))*46px),0) scale(calc(.97 + var(--p)*.03))!important;
}

/* Product rails: obvious browse affordance — multiple cards visible at first glance. */
.product{flex:0 0 clamp(210px,31vw,310px)!important;min-height:340px}
.product .pimg{height:190px}
.rail{gap:14px}
.rail-hint{margin-top:-22px}

@media(max-width:760px){
 .scene{padding-left:calc(env(safe-area-inset-left) + 20px);padding-right:calc(env(safe-area-inset-right) + 20px)}
 .scene .inner{width:100%}
 .product{flex-basis:42vw!important;min-width:190px}
 .product h3{font-size:22px}
 .product .pimg{height:155px}
}
@media(orientation:landscape) and (max-height:520px){
 .scene .inner{grid-template-columns:1fr!important;width:min(100%,980px);gap:30px}
 .scene .copy{width:min(86%,780px)}
 .scene .visual{width:min(86%,980px)!important;justify-self:center}
 .product{flex-basis:30vw!important}
}


/* REVIEW 07 — opening sequence + continuous scroll choreography */

/* Opening: time-driven, intentionally the only autonomous narrative sequence. */
.opening{
 min-height:100svh!important;
 display:grid;
 grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
 gap:clamp(30px,6vw,90px);
 align-items:center;
 padding-top:90px;
 background:#fff!important;
 color:#1d1d1f!important;
}
.opening-copy{position:relative;z-index:5}
.opening-head{font-size:clamp(54px,7vw,108px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:680}
.opening-head span{display:block;opacity:0;transform:translateY(28px)}
.opening .line-one{animation:wordIn .9s cubic-bezier(.2,.8,.2,1) .45s forwards}
.opening .line-two{animation:wordIn 1s cubic-bezier(.2,.8,.2,1) 1.35s forwards}
.opening-letter{opacity:0;animation:softIn .7s ease .25s forwards}
.opening-support{font-size:clamp(18px,1.55vw,24px);line-height:1.55;color:#6e6e73;opacity:0;transform:translateY(14px);animation:softIn 1.2s ease 3.8s forwards}
.opening-media{position:relative;z-index:3;width:100%;overflow:hidden;border-radius:30px;aspect-ratio:4/3;background:#fff}
.opening-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.opening-image-mono{filter:grayscale(1) brightness(1.75) contrast(.55);opacity:0;animation:monoBuild 4.4s cubic-bezier(.2,.75,.2,1) .2s forwards}
.opening-image-color{filter:saturate(.05) brightness(1.55) contrast(.7);opacity:0;animation:colorBuild 4.8s cubic-bezier(.2,.75,.2,1) .65s forwards}
.opening-white{position:absolute;inset:0;background:#fff;animation:whiteLift 4.6s cubic-bezier(.2,.7,.2,1) .15s forwards}
.opening-cue{position:absolute;left:50%;bottom:calc(18px + env(safe-area-inset-bottom));transform:translateX(-50%);font-size:10px;letter-spacing:.18em;color:#8e8e93;opacity:0;animation:softIn 1s ease 5s forwards}
@keyframes wordIn{to{opacity:1;transform:none}}
@keyframes softIn{to{opacity:1;transform:none}}
@keyframes monoBuild{0%{opacity:0;filter:grayscale(1) brightness(1.9) contrast(.45)}45%{opacity:.7;filter:grayscale(1) brightness(1.35) contrast(.7)}100%{opacity:.25;filter:grayscale(.7) brightness(1.05) contrast(.95)}}
@keyframes colorBuild{0%,30%{opacity:0;filter:saturate(.02) brightness(1.6) contrast(.65)}62%{opacity:.42;filter:saturate(.45) brightness(1.18) contrast(.86)}100%{opacity:1;filter:saturate(1) brightness(1) contrast(1)}}
@keyframes whiteLift{0%{opacity:1}28%{opacity:.92}58%{opacity:.5}100%{opacity:0}}

/* After opening, every scene is scroll-driven and gets more physical travel. */
.scene:not(.opening){min-height:125svh}
.scene:not(.opening) .inner{position:sticky;top:12svh;align-self:start}
.scene:not(.opening) .copy{
 opacity:clamp(.02,calc((var(--p) - .08)*2.5),1);
 transform:translate3d(0,calc((1 - var(--p))*100px),0) scale(calc(.975 + var(--p)*.025))!important
}
.scene:not(.opening) .visual{
 opacity:clamp(.02,calc((var(--p) - .20)*2.15),1);
 clip-path:inset(calc((1 - var(--p))*12%) calc((1 - var(--p))*7%) calc((1 - var(--p))*12%) calc((1 - var(--p))*7%) round 28px);
 filter:blur(calc((1 - var(--p))*5px));
 transform:translate3d(0,calc((1 - var(--p))*110px),0) scale(calc(.94 + var(--p)*.06))!important;
 will-change:transform,opacity,clip-path,filter
}

/* Footer is now a real shared structural element. */
.site-footer{padding:34px max(var(--safe-right),calc((100vw - 1320px)/2)) 34px max(var(--safe-left),calc((100vw - 1320px)/2));border-top:1px solid #d2d2d7;background:#f5f5f3;color:#6e6e73}
.share{display:flex;align-items:center;gap:10px;margin-bottom:22px}.share-label{font-size:12px;margin-right:3px}.share button{width:36px;height:36px;border:1px solid #c9c9ce;border-radius:50%;background:#fff;cursor:pointer}
.footer-declaration{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;line-height:1.7}

/* Rail even more obvious */
.product{flex-basis:clamp(180px,24vw,260px)!important}
.product .pimg{height:160px}
@media(max-width:760px){
 .opening{grid-template-columns:1fr;align-content:center;gap:34px;padding-left:calc(env(safe-area-inset-left) + 20px);padding-right:calc(env(safe-area-inset-right) + 20px)}
 .opening-media{aspect-ratio:4/3;border-radius:22px}
 .opening-head{font-size:clamp(50px,14vw,76px)}
 .scene:not(.opening){min-height:118svh}
 .scene:not(.opening) .inner{top:10svh}
 .product{flex-basis:38vw!important;min-width:165px}
}
@media(orientation:landscape) and (max-height:520px){
 .opening{grid-template-columns:.9fr 1.1fr;padding-left:calc(env(safe-area-inset-left) + 30px);padding-right:calc(env(safe-area-inset-right) + 30px)}
 .opening-head{font-size:clamp(38px,6.3vw,64px)}
 .opening-support{font-size:15px}
 .opening-media{max-height:72svh}
}
@media(prefers-reduced-motion:reduce){
 .opening-head span,.opening-letter,.opening-support,.opening-image-mono,.opening-image-color,.opening-white,.opening-cue{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}
 .opening-white{display:none}
 .scene:not(.opening) .visual{clip-path:none!important;filter:none!important}
}


/* REVIEW 08 — unified motion grammar + opening correction */

/* 1) Opening is vertical on every device */
.opening{
  grid-template-columns:1fr !important;
  align-content:center;
  gap:clamp(34px,5svh,58px);
}
.opening-copy{
  width:min(100%,980px);
  margin-inline:auto;
}
.opening-media{
  width:min(100%,1180px);
  margin-inline:auto;
  aspect-ratio:auto;
  border-radius:clamp(18px,2.2vw,30px);
}
.opening-media .opening-image{
  position:relative;
  inset:auto;
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
}

/* Replace the heavier opening filter stack with transform + opacity only.
   This keeps the reveal GPU-friendly and materially smoother. */
.opening-image-mono{display:none!important}
.opening-image-color{
  position:relative!important;
  opacity:0;
  transform:scale(.5);
  transform-origin:center center;
  filter:none!important;
  animation:openingImageReveal 4.8s cubic-bezier(.16,.84,.22,1) .25s forwards!important;
  will-change:transform,opacity;
}
.opening-white{
  z-index:2;
  background:#fff;
  opacity:1;
  animation:openingWhiteReveal 4.8s cubic-bezier(.16,.84,.22,1) .25s forwards!important;
  will-change:opacity;
}
@keyframes openingImageReveal{
  0%{opacity:0;transform:scale(.5)}
  12%{opacity:.03;transform:scale(.53)}
  24%{opacity:.10;transform:scale(.59)}
  36%{opacity:.20;transform:scale(.66)}
  48%{opacity:.34;transform:scale(.74)}
  60%{opacity:.50;transform:scale(.82)}
  72%{opacity:.67;transform:scale(.89)}
  84%{opacity:.84;transform:scale(.95)}
  92%{opacity:.93;transform:scale(.98)}
  100%{opacity:1;transform:scale(1)}
}
@keyframes openingWhiteReveal{
  0%{opacity:1}
  12%{opacity:.99}
  24%{opacity:.96}
  36%{opacity:.90}
  48%{opacity:.78}
  60%{opacity:.61}
  72%{opacity:.42}
  84%{opacity:.22}
  92%{opacity:.10}
  100%{opacity:0}
}

/* 3) ALL scroll-driven text: half scale, from below, expanding to final size */
.scene:not(.opening) .copy{
  opacity:clamp(.02,calc((var(--p) - .03)*2.9),1)!important;
  transform:
    translate3d(0,calc((1 - var(--p))*120px),0)
    scale(calc(.5 + var(--p)*.5))!important;
  transform-origin:center bottom;
  will-change:transform,opacity;
}

/* 4) ALL scroll-driven images: half scale from exact center to full size */
.scene:not(.opening) .visual{
  opacity:clamp(.02,calc((var(--p) - .08)*2.7),1)!important;
  transform:scale(calc(.5 + var(--p)*.5))!important;
  transform-origin:center center;
  clip-path:none!important;
  filter:none!important;
  will-change:transform,opacity;
}

/* Keep placeholders following the exact same image grammar */
.scene:not(.opening) .placeholder{
  transform:none!important;
}

/* W should not be forced to white type. */
.scene.finale{
  color:inherit!important;
}
.scene.finale .support{
  color:inherit!important;
}

/* Product cards even smaller: obvious neighboring inventory */
.product{
  flex-basis:clamp(150px,18vw,220px)!important;
  min-width:150px!important;
  min-height:300px;
  padding:22px;
}
.product .pimg{height:135px}
.product h3{font-size:21px}
@media(max-width:760px){
  .product{
    flex-basis:34vw!important;
    min-width:145px!important;
  }
  .product .pimg{height:125px}
}
@media(orientation:landscape) and (max-height:520px){
  .opening{grid-template-columns:1fr!important}
  .opening-copy,.opening-media{width:min(86%,980px)}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .opening-image-color,.opening-white{animation:none!important}
  .opening-image-color{opacity:1!important;transform:none!important}
  .opening-white{display:none!important}
}


/* REVIEW 09 — simplify, stabilize, stop wasting motion budget */

/* 1) Opening headline: fast, decisive. Opening image now uses same scroll-style scale grammar,
   but time-driven once on entry; no stepped white-mask sequence. */
.opening .line-one{animation:openingWord .62s cubic-bezier(.2,.8,.2,1) .12s forwards!important}
.opening .line-two{animation:openingWord .68s cubic-bezier(.2,.8,.2,1) .22s forwards!important}
@keyframes openingWord{
  0%{opacity:0;transform:translateY(26px) scale(.5)}
  100%{opacity:1;transform:none}
}
.opening-image-mono,.opening-white{display:none!important}
.opening-image-color{
  opacity:0!important;
  transform:scale(.5)!important;
  animation:openingSimpleImage 1.45s cubic-bezier(.2,.8,.2,1) .38s forwards!important;
  will-change:transform,opacity;
}
@keyframes openingSimpleImage{
  from{opacity:0;transform:scale(.5)}
  to{opacity:1;transform:scale(1)}
}
.opening-support{animation:softIn .65s ease 1.65s forwards!important}

/* 2/3) Cancel authored background-color choreography entirely.
   Keep one stable light background so text color never needs scene-by-scene compensation. */
#toneStage{display:none!important}
body,.scene,.turn,.finale,.comic,.products{background:#f5f5f3!important;color:#1d1d1f!important}
.scene .support,.turn .support,.finale .support{color:#6e6e73!important}
.scene .headline,.turn .headline,.finale .headline{color:#1d1d1f!important}

/* 4) Never force image height, including landscape mobile. */
.visual,
.visual img,
.opening-media,
.opening-media img{
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
}
.visual img,.opening-media img{
  width:100%!important;
  object-fit:contain!important;
}

/* 5) Remove huge inter-page/scene gaps. Scenes become continuous story sections. */
.scene,
.scene:not(.opening),
.pause,
.finale{
  min-height:auto!important;
  padding-top:clamp(54px,6vw,88px)!important;
  padding-bottom:clamp(54px,6vw,88px)!important;
}
.scene:not(.opening) .inner{
  position:relative!important;
  top:auto!important;
}
.pause .copy{position:relative!important;top:auto!important}
.opening{min-height:auto!important;padding-top:100px!important;padding-bottom:70px!important}

/* Scroll motion still exists, but over local scene travel, not giant spacer sections. */
.scene:not(.opening) .copy{
  transform:
    translate3d(0,calc((1 - var(--p))*70px),0)
    scale(calc(.5 + var(--p)*.5))!important;
}
.scene:not(.opening) .visual{
  transform:scale(calc(.5 + var(--p)*.5))!important;
}

/* 6) Share sits ON the divider line as its own rail, declarations below. */
.site-footer{
  position:relative;
  padding-top:0!important;
  border-top:0!important;
}
.footer-rule{
  position:relative;
  border-top:1px solid #d2d2d7;
  margin-bottom:26px;
}
.share{
  position:absolute;
  right:0;
  top:0;
  transform:translateY(-50%);
  margin:0!important;
  padding-left:14px;
  background:#f5f5f3;
}
.footer-declaration{
  padding-top:28px;
}

/* Landscape mobile: intrinsic media height only, safe side gutters retained. */
@media(orientation:landscape) and (max-height:520px){
  .scene{padding-left:calc(env(safe-area-inset-left) + 30px)!important;padding-right:calc(env(safe-area-inset-right) + 30px)!important}
  .visual,.visual img,.opening-media,.opening-media img{height:auto!important;max-height:none!important}
  .opening{padding-top:76px!important}
}


/* REVIEW 10 — image visibility fix + tighter story rhythm + share left */

/* 1) Fix opening image: Review 09 accidentally locked opacity at 0 with !important,
   which prevented the keyframe from ever revealing it. */
.opening-image-color{
  opacity:0;
  transform:scale(.5);
  animation:openingSimpleImage 1.45s cubic-bezier(.2,.8,.2,1) .38s forwards!important;
}
@keyframes openingSimpleImage{
  from{opacity:0;transform:scale(.5)}
  to{opacity:1;transform:scale(1)}
}

/* 2) Share lives on the LEFT side of the footer divider, away from back-to-top. */
.share{
  left:0!important;
  right:auto!important;
  padding-left:0!important;
  padding-right:14px!important;
}

/* 3) Much tighter page-to-page rhythm. */
.scene,
.scene:not(.opening),
.pause,
.finale{
  padding-top:clamp(26px,3vw,44px)!important;
  padding-bottom:clamp(26px,3vw,44px)!important;
}
.opening{
  padding-top:82px!important;
  padding-bottom:34px!important;
  gap:clamp(20px,3svh,34px)!important;
}
.scene .inner{
  gap:clamp(18px,2.5vw,34px)!important;
}
.copy{
  margin-bottom:clamp(10px,1.5vw,20px)!important;
}
.visual{
  margin-top:0!important;
  margin-bottom:0!important;
}
.pause{
  margin:0!important;
}
.products{
  padding-top:40px!important;
  padding-bottom:40px!important;
}

/* On phones, keep it even more continuous. */
@media(max-width:760px){
  .scene,
  .scene:not(.opening),
  .pause,
  .finale{
    padding-top:22px!important;
    padding-bottom:22px!important;
  }
  .opening{
    padding-top:70px!important;
    padding-bottom:26px!important;
    gap:20px!important;
  }
  .scene .inner{gap:18px!important}
}

.review{display:none!important}
#app{min-height:100vh}
.loading{padding:120px 24px;text-align:center;color:#6e6e73}
.lang-panel{position:fixed;right:20px;top:64px;z-index:1002;background:#fff;border:1px solid #d2d2d7;border-radius:16px;padding:10px;box-shadow:0 18px 50px rgba(0,0,0,.12);display:none}
.lang-panel.open{display:grid;gap:4px}
.lang-panel button{border:0;background:transparent;padding:9px 14px;text-align:left;border-radius:10px}
.lang-panel button:hover{background:#f2f2f2}


/* Architecture Build 12 corrections */

/* Opening image: animate the MEDIA CONTAINER, not the image itself.
   This bypasses all legacy opacity declarations on .opening-image-color. */
.opening-media{
  opacity:0;
  transform:scale(.5);
  transform-origin:center center;
  animation:rlOpeningMediaIn 1.35s cubic-bezier(.2,.8,.2,1) .38s forwards!important;
  will-change:transform,opacity;
}
.opening-media .opening-image-color{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
  display:block!important;
}
@keyframes rlOpeningMediaIn{
  from{opacity:0;transform:scale(.5)}
  to{opacity:1;transform:scale(1)}
}

/* Desktop/web only: logo +50%. Tablet/phone remain unchanged. */
@media (min-width:1024px){
  .logo{height:42px!important;max-width:270px!important}
}
@media (prefers-reduced-motion:reduce){
  .opening-media{opacity:1!important;transform:none!important;animation:none!important}
}


/* Architecture Build 13 */

/* A–Y are internal story/data keys only; never appear on the public page. */
.letter{display:none!important}

/* Restore/lock the bottom-right circular back-to-top control. */
.back{
  position:fixed!important;
  z-index:1005!important;
  right:max(22px,env(safe-area-inset-right))!important;
  bottom:max(22px,env(safe-area-inset-bottom))!important;
  width:48px!important;
  height:48px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid #c9c9ce!important;
  background:#fff!important;
  color:#222!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 8px 30px #00000014!important;
  cursor:pointer!important;
  font-size:22px!important;
}

/* Product rails use a bounded stage instead of bleeding to the viewport edge.
   The horizontal content may scroll, but its visible window remains inside the site gutter. */
.products{
  padding-left:max(22px,calc((100vw - 1320px)/2))!important;
  padding-right:max(22px,calc((100vw - 1320px)/2))!important;
  overflow:hidden!important;
}
.products .rail{
  width:100%!important;
  max-width:1320px!important;
  box-sizing:border-box!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding-right:clamp(18px,3vw,48px)!important;
  scroll-padding-right:clamp(18px,3vw,48px)!important;
  overscroll-behavior-inline:contain;
  scrollbar-gutter:stable both-edges;
}
.products .rail > *{
  min-width:0;
}
@media(max-width:760px){
  .products{
    padding-left:calc(env(safe-area-inset-left) + 20px)!important;
    padding-right:calc(env(safe-area-inset-right) + 20px)!important;
  }
  .products .rail{
    padding-right:24px!important;
    scroll-padding-right:24px!important;
  }
  .back{
    right:calc(env(safe-area-inset-right) + 16px)!important;
    bottom:calc(env(safe-area-inset-bottom) + 16px)!important;
  }
}

/* Build 30 integration: shared V2 page shell */
.page-main{padding-top:72px;min-height:70vh}.page-hero{max-width:1180px;margin:0 auto;padding:72px max(24px,env(safe-area-inset-left)) 36px;text-align:center}.page-hero>img{display:block;max-width:min(100%,760px);max-height:520px;object-fit:contain;margin:0 auto 36px}.page-hero h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.045em;margin:0;color:#1d1d1f}.page-hero p{font-size:clamp(1.05rem,1.8vw,1.35rem);color:#6e6e73;margin:18px auto 0;max-width:820px}.page-content{max-width:1100px;margin:0 auto;padding:0 max(24px,env(safe-area-inset-left)) 96px}.content-block{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;padding:48px 0;border-top:1px solid #e2e2df}.content-block.split-block{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);align-items:center}.content-block .copy-block{font-size:1.05rem;line-height:1.85;color:#1d1d1f}.content-block p{margin:0}.content-block figure{margin:0}.content-block img{display:block;max-width:100%;height:auto;margin:auto}.notice-card{background:#fff;border:1px solid #e6e6e3;border-radius:20px;padding:24px 28px;margin:12px 0 32px;line-height:1.7}.notice-card p{margin:.5em 0 0}.iframe-wrap{width:100%;overflow:hidden;border-radius:20px;background:#fff}.iframe-wrap iframe{display:block;width:100%;border:0;background:#fff}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:22px 24px;background:#fff;border-radius:24px;padding:32px}.contact-form label{display:grid;gap:9px;font-weight:600}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfcfcb;border-radius:12px;padding:13px 14px;font:inherit;background:#fff;color:#1d1d1f}.contact-form textarea{resize:vertical;min-height:150px}.contact-form-wide{grid-column:1/-1}.contact-consent{grid-template-columns:auto 1fr;align-items:start;font-weight:400;line-height:1.6}.contact-consent input{width:auto;margin-top:.35em}.contact-submit{grid-column:1/-1;justify-self:start;border:0;border-radius:999px;background:#1d1d1f;color:#fff;font:inherit;font-weight:700;padding:12px 28px;cursor:pointer}.page-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:32px}.page-actions a{display:inline-flex;align-items:center;border-radius:999px;padding:11px 18px;background:#fff;border:1px solid #d7d7d2;text-decoration:none;color:#0066cc}.announcement-card{padding:36px 0;border-top:1px solid #e2e2df}.announcement-card h2{font-size:clamp(1.5rem,3vw,2.2rem);margin:0 0 8px}.announcement-card time{display:block;color:#6e6e73;margin-bottom:18px}.announcement-card p{font-size:1.05rem;line-height:1.8}.footer-contact{display:grid;gap:8px}.lang-panel button.active{font-weight:800}.opening-head{white-space:pre-line}
@media(max-width:767px){.page-main{padding-top:58px}.page-hero{padding-top:48px}.content-block.split-block{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr;padding:22px 18px}.contact-form-wide,.contact-submit{grid-column:1}.page-content{padding-bottom:72px}}

/* Build 31: settings-driven share platform rail */
.site-footer .share{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.site-footer .share button{min-height:32px;padding:5px 10px;border:1px solid rgba(29,29,31,.16);border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:12px;line-height:1;cursor:pointer}
.site-footer .share button:hover{border-color:rgba(29,29,31,.4)}


/* BUILD 32 — integration polish after first live staging review */
/* Current language uses its native full name instead of EN/CH/JP abbreviations. */
.lang-tool{width:auto;min-width:38px;padding:0 13px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}
/* Hamburger hierarchy: submenu items visibly belong to the heading above. */
.menu a{padding-left:18px}
/* Share controls are icon-first; labels remain available to assistive tech and hover title. */
.share{flex-wrap:wrap}
.share .share-icon{display:grid;place-items:center;padding:0}
.share .share-icon svg{width:18px;height:18px;display:block;fill:currentColor}
.share .share-fallback{font-size:10px;font-weight:700;line-height:1}
/* The old V13 SCROLL cue is intentionally retired in V2 integration. */
.opening-cue{display:none!important}
@media(max-width:760px){.lang-tool{padding-inline:10px;font-size:11px}.menu a{padding-left:16px}}

/* BUILD 33 — mobile/landscape chrome + share touch ergonomics */
/* No hard-coded "Share" label: settings.json has no editable share-label field. Icons carry aria-label/title. */
.site-footer .share{
  gap:12px!important;
  align-items:center;
}
.site-footer .share .share-icon{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  border-radius:50%!important;
  flex:0 0 44px;
}
.site-footer .share .share-icon svg{width:20px;height:20px}

/* Both right-side popovers stay inside the visible viewport and can scroll independently. */
.menu,.lang-panel{
  max-height:calc(100dvh - 78px - env(safe-area-inset-bottom));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
}
/* When navigation/language chrome is open, the back-to-top control yields the stage. */
body.chrome-open .back{
  opacity:0!important;
  pointer-events:none!important;
  transform:scale(.9);
}

@media(max-width:760px){
  .site-footer .share{gap:14px!important}
  .site-footer .share .share-icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    flex-basis:46px;
  }
  .menu,.lang-panel{
    top:calc(56px + env(safe-area-inset-top))!important;
    bottom:calc(10px + env(safe-area-inset-bottom));
    max-height:none;
  }
}

/* Short landscape screens: reserve the header strip and let the panels, not the page, own vertical scrolling. */
@media(max-height:520px) and (orientation:landscape){
  .menu,.lang-panel{
    top:calc(54px + env(safe-area-inset-top))!important;
    bottom:calc(8px + env(safe-area-inset-bottom));
    max-height:none;
  }
}


/* BUILD 34 — deterministic home language + footer breathing room */
/* Share controls and legal/contact declaration should not feel attached on narrow screens. */
@media(max-width:760px){
  .site-footer .footer-rule{margin-bottom:42px!important;}
  .site-footer .footer-declaration{padding-top:34px!important;}
}

/* BUILD 35 — mobile footer separation
   On narrow screens the multi-row share control must participate in normal flow.
   Keeping it absolutely centered on the divider made a 3-row icon grid overlap the declaration. */
@media(max-width:760px){
  .site-footer .footer-rule{
    margin-bottom:0!important;
    padding-top:24px;
  }
  .site-footer .footer-rule .share{
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%;
    box-sizing:border-box;
    padding:0!important;
    margin:0 0 56px 0!important;
  }
  .site-footer .footer-declaration{
    padding-top:0!important;
  }
}


/* BUILD 36 — footer family separation
   Share belongs to its own zone ABOVE the divider. Legal/contact declarations live BELOW it.
   This keeps the mobile multi-row share grid out of the declaration block without absolute-position tricks. */
.site-footer .footer-share-zone{
  position:relative;
  display:block;
  margin:0 0 22px 0;
}
.site-footer .footer-share-zone .share{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  transform:none!important;
  width:auto;
  padding:0!important;
  margin:0!important;
  background:transparent;
}
.site-footer .footer-rule{
  position:relative;
  border-top:1px solid #d2d2d7;
  margin:0 0 26px 0!important;
  padding:0!important;
  min-height:0;
}
.site-footer .footer-declaration{
  padding-top:0!important;
}
@media(max-width:760px){
  .site-footer .footer-share-zone{
    margin-bottom:34px;
  }
  .site-footer .footer-share-zone .share{
    width:100%;
    box-sizing:border-box;
  }
  .site-footer .footer-rule{
    margin-bottom:34px!important;
  }
}


/* BUILD 37 — WhyRightLight multi-image story rail (e.g. N1–N3) */
.story-rail-visual{
  width:100%!important;
  max-width:100%!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
  display:block!important;
}
.story-rail{
  display:flex;
  gap:clamp(14px,2vw,24px);
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  padding:0 0 14px;
  scroll-padding-inline:0;
}
.story-rail-card{
  flex:0 0 min(88%,1040px);
  scroll-snap-align:start;
  margin:0;
  border-radius:clamp(18px,2.2vw,30px);
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 64px rgba(0,0,0,.12);
}
.story-rail-card img{
  display:block;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  object-fit:contain!important;
  background:transparent!important;
}
/* The next card intentionally peeks into view: browse affordance without extra UI. */
@media(max-width:760px){
  .story-rail{gap:12px;padding-bottom:12px}
  .story-rail-card{flex-basis:92%}
}
@media(prefers-reduced-motion:reduce){
  .story-rail{scroll-behavior:auto}
}

/* 2026-09-11 hotfix — image-rail must size to its images, not inherit .visual stage height/aspect ratio. */
.scene .story-rail-visual,
.scene.split-rev .story-rail-visual,
.scene.wide .story-rail-visual,
.scene:nth-of-type(3n+1) .story-rail-visual,
.scene:nth-of-type(3n+2) .story-rail-visual,
.scene:nth-of-type(3n) .story-rail-visual{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  background:transparent!important;
}


/* 2026-09-11 hotfix 2 — remove the gray band under story images.
   Root cause: the large downward box-shadow, not container height. */
.scene .visual,
.story-rail-card{
  box-shadow:none!important;
}


/* BUILD 38 — homepage product/peripheral rails use V1 data verbatim */
.product .pimg{
  overflow:hidden;
  background:#fff;
}
.product .pimg img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.product-copy{
  margin:12px 0 0;
  color:#6e6e73;
  font-size:15px;
  line-height:1.6;
  white-space:pre-line;
}
.peripheral-card{
  align-self:flex-start;
}
.peripheral-card .product-copy-full{
  max-height:18em;
  overflow:auto;
  padding-right:6px;
  overscroll-behavior:contain;
}
@media(max-width:767px){
  .product-copy{font-size:14px;line-height:1.55}
  .peripheral-card .product-copy-full{max-height:15.5em}
}


/* BUILD 39 — keep horizontal rails inside the page, not browser-history navigation */
.products .rail{
  overscroll-behavior-x:contain!important;
  overscroll-behavior-inline:contain!important;
  touch-action:pan-x pan-y;
}
.rail-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 45px;
}
.rail-head h2{
  margin:0!important;
}
.rail-controls{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}
.rail-arrow{
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:#ecece8;
  color:#1d1d1f;
  font:inherit;
  font-size:28px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:opacity .2s ease, transform .2s ease, background .2s ease;
}
.rail-arrow:hover:not(:disabled){
  background:#deded8;
  transform:scale(1.04);
}
.rail-arrow:disabled{
  opacity:.28;
  cursor:default;
}
@media(max-width:760px){
  .rail-head{
    align-items:center;
    margin-bottom:28px;
  }
  .rail-controls{
    display:none;
  }
}


/* BUILD 41 — maintainable paired footer declarations */
.site-footer .footer-declarations{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.92fr);gap:clamp(28px,5vw,72px);align-items:start;padding-top:34px}
.site-footer .footer-owner{display:grid;gap:8px;font-size:12px;line-height:1.7;color:#6e6e73}
.site-footer .footer-collaboration{justify-self:end;max-width:520px;text-align:right;font-size:12px;line-height:1.7;color:#6e6e73}
.site-footer .footer-email-link,.site-footer .footer-brand-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(110,110,115,.38)}
.site-footer .footer-email-link:hover,.site-footer .footer-brand-link:hover{color:#1d1d1f;border-bottom-color:#1d1d1f}
.site-footer .footer-email-link:focus-visible,.site-footer .footer-brand-link:focus-visible{outline:2px solid #0071e3;outline-offset:3px;border-radius:2px}
@media(max-width:767px){.site-footer .footer-declarations{grid-template-columns:1fr;gap:24px}.site-footer .footer-collaboration{justify-self:start;max-width:none;text-align:left}}

/* V46 — product/peripheral vertical content flow + Why manual line breaks */
.content-block.stack-block{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px}
.content-block.stack-block figure{width:100%}
.content-block.stack-block img{width:100%;max-width:100%;height:auto;object-fit:contain}
.scene .headline,.scene .support,.opening-head,.opening-support{white-space:pre-line}


/* V48 — WhyRightLight global typography; one settings block controls A–W in all 7 languages. */
:root{
 --why-headline-desktop-max:82px;
 --why-headline-mobile-max:64px;
 --why-support-desktop-max:25px;
 --why-support-mobile:18px;
 --why-headline-color:#1d1d1f;
 --why-support-color:#6e6e73;
 --why-headline-weight:680;
 --why-support-weight:400;
 --why-headline-line-height:1.04;
 --why-support-line-height:1.6;
 --why-headline-letter-spacing:-.05em;
 --why-support-letter-spacing:0em;
 --why-text-align:left;
}
.scene .copy,.opening-copy{text-align:var(--why-text-align)!important}
.scene .headline,.opening-head,.comic .headline,.finale .headline{
 font-size:clamp(42px,5.4vw,var(--why-headline-desktop-max))!important;
 color:var(--why-headline-color)!important;
 font-weight:var(--why-headline-weight)!important;
 line-height:var(--why-headline-line-height)!important;
 letter-spacing:var(--why-headline-letter-spacing)!important;
}
.scene .support,.opening-support,.turn .support,.finale .support{
 font-size:clamp(18px,1.65vw,var(--why-support-desktop-max))!important;
 color:var(--why-support-color)!important;
 font-weight:var(--why-support-weight)!important;
 line-height:var(--why-support-line-height)!important;
 letter-spacing:var(--why-support-letter-spacing)!important;
}
@media(max-width:760px){
 .scene .headline,.opening-head,.comic .headline,.finale .headline{font-size:clamp(36px,12vw,var(--why-headline-mobile-max))!important}
 .scene .support,.opening-support,.turn .support,.finale .support{font-size:var(--why-support-mobile)!important}
}


/* SMALL PATCH 2026-09-13 — narrower hamburger + configurable site background */
:root{--site-bg:#f5f5f3}
body,.scene,.turn,.finale,.comic,.products,.color-field{background:var(--site-bg)!important}
.menu{width:max-content!important;min-width:250px;max-width:calc(100vw - 40px)!important}
.menu h4,.menu a{white-space:nowrap}
@media(max-width:760px){.menu{min-width:0;width:max-content!important;max-width:calc(100vw - 24px)!important;right:12px!important}}

/* SMALL PATCH R3 2026-09-13 — site background also covers fixed header + footer */
.sitebar,.site-footer{background:var(--site-bg)!important}
/* V2 product dorm navigation */
.menu-product-group{margin:4px 0 9px}.menu-product-category{font-size:12px;font-weight:800;opacity:.7;padding:5px 12px 2px}.menu-product-series{padding-left:22px!important}.flat-product-slot{margin:0 0 34px}.flat-product-slot>h2{margin:0 0 14px}

/* V53 hamburger hierarchy / current-location cue */
.menu{min-width:285px!important}
.menu h4{font-size:14px;margin-top:15px}
.menu a{font-size:14px;padding-left:22px}
.menu-home{padding-left:0!important;font-weight:800;margin-bottom:10px;border-bottom:1px solid var(--line);padding-bottom:10px!important}
.menu-product-category{font-size:14px!important;font-weight:800;opacity:1!important;padding:6px 0 3px 22px!important}
.menu-product-series{font-size:14px!important;padding-left:46px!important}
.menu-current{color:#b42318!important;font-weight:800!important}
@media(max-width:760px){.menu{min-width:270px!important}.menu a{font-size:14px;padding-left:20px}.menu-product-category{padding-left:20px!important}.menu-product-series{padding-left:42px!important}}

/* V3 final polish — blue current position in both hamburger menus */
.menu .menu-current{color:#0066cc!important;font-weight:800}
.lang-panel button.active{color:#0066cc!important;font-weight:800}

/* V3 mobile language menu fix — inactive languages stay black; current language stays blue */
.lang-panel button{color:#1d1d1f!important}
.lang-panel button.active{color:#0066cc!important;font-weight:800!important}
