
:root{
  --navy:#1B2A4A;
  --deep:#07162E;
  --pink:#E91E63;
  --white:#FFFFFF;
  --paper:#F6F7F9;
  --text:#263653;
  --muted:#6E788C;
  --line:rgba(27,42,74,.10);
  --container:1200px;
  --font:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans JP","Hiragino Sans","Yu Gothic","Segoe UI",sans-serif;
  --s1:8px; --s2:12px; --s3:16px; --s4:24px; --s5:32px;
  --s6:48px; --s7:64px; --s8:96px; --s9:120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scrollbar-gutter:stable}
body{margin:0;font-family:var(--font);color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
body.wd20-lock{overflow:hidden;overscroll-behavior:none;width:100%}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
.wd20-page{overflow:hidden}
.wd20-container{width:min(88%,var(--container));margin:0 auto}
.wd20-section{padding:var(--s9) 0}
.wd20-eyebrow{margin:0 0 var(--s4);font-size:12px;line-height:1.4;letter-spacing:.18em;font-weight:800;color:var(--pink)}
.wd20-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.wd20-reveal.is-visible{opacity:1;transform:none}
[data-wd-i18n]{transition:opacity .22s ease,transform .22s ease}
.wd20-page.wd20-lang-changing [data-wd-i18n]{opacity:.18;transform:translateY(3px)}

/* Intro */
.wd20-intro{
  position:fixed;
  z-index:9999;
  inset:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%,rgba(233,30,99,.08),transparent 24%),
    linear-gradient(145deg,#040A14 0%,#07162E 48%,#102641 100%);
  color:#fff;
  opacity:1;
  visibility:visible;
  transition:opacity .95s cubic-bezier(.22,.61,.36,1),visibility .95s ease;
}
.wd20-intro:before{
  content:"";
  position:absolute;
  inset:-15%;
  background:
    radial-gradient(circle at 50% 52%,rgba(255,255,255,.035),transparent 24%),
    radial-gradient(circle at 52% 50%,rgba(233,30,99,.07),transparent 32%);
  filter:blur(12px);
  animation:wd23Atmosphere 5s ease-in-out both;
}
.wd20-intro-glow{
  position:absolute;
  left:50%;
  top:50%;
  width:min(620px,66vw);
  height:min(620px,66vw);
  transform:translate(-50%,-50%) scale(.82);
  border-radius:50%;
  background:radial-gradient(circle,rgba(233,30,99,.12),rgba(233,30,99,.03) 42%,transparent 70%);
  filter:blur(34px);
  opacity:0;
  animation:wd23Glow 3.8s ease-out .25s forwards;
}
.wd20-intro-inner{
  position:relative;
  width:min(620px,82vw);
  text-align:center;
  padding:32px;
}
.wd20-intro-brand{
  position:relative;
  width:min(310px,58vw);
  margin:0 auto;
  opacity:0;
  transform:translateY(12px) scale(.985);
  filter:blur(7px);
  animation:wd23LogoIn 1.15s cubic-bezier(.2,.7,.2,1) .20s forwards;
}
.wd20-intro-brand img{width:100%}
.wd20-intro-brand span{
  position:absolute;
  right:-14px;
  bottom:5px;
  font-size:10px;
  opacity:.8;
}
.wd20-intro-origin{
  margin:27px 0 0;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.24em;
  font-weight:700;
  color:rgba(255,255,255,.72);
  opacity:0;
  transform:translateY(8px);
  animation:wd23MetaIn .75s ease .95s forwards;
}
.wd20-intro-coming{
  margin:19px 0 0;
  font-size:clamp(31px,4vw,54px);
  line-height:1;
  letter-spacing:.20em;
  font-weight:850;
  opacity:0;
  transform:translateY(9px);
  filter:blur(4px);
  animation:wd23ComingIn .78s ease 1.45s forwards;
}
.wd20-intro-progress{
  position:relative;
  width:min(320px,58vw);
  height:2px;
  margin:28px auto 0;
  overflow:hidden;
  background:rgba(255,255,255,.12);
  opacity:0;
  animation:wd23ProgressTrack .25s ease 1.95s forwards;
}
.wd20-intro-progress span{
  display:block;
  width:100%;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,#C91455,var(--pink),#FF5D96);
  box-shadow:0 0 18px rgba(233,30,99,.55);
  animation:wd23Progress 1.55s cubic-bezier(.22,.61,.36,1) 2.05s forwards;
}
.wd20-skip{
  position:absolute;
  right:24px;
  bottom:20px;
  border:0;
  background:none;
  color:#fff;
  padding:8px;
  font-size:10px;
  letter-spacing:.20em;
  opacity:.48;
  cursor:pointer;
  transition:opacity .2s ease;
}
.wd20-skip:hover{opacity:.95}
.wd20-intro.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
body.wd20-lock .wd20-hero-inner,
body.wd20-lock .wd20-hero-photo{
  opacity:0;
}
.wd20-hero-inner,
.wd20-hero-photo{
  transition:opacity .95s cubic-bezier(.22,.61,.36,1);
}
body:not(.wd20-lock) .wd20-hero-inner,
body:not(.wd20-lock) .wd20-hero-photo{
  opacity:1;
}

@keyframes wd23LogoIn{
  0%{opacity:0;transform:translateY(12px) scale(.985);filter:blur(7px)}
  55%{opacity:.9;filter:blur(1.5px)}
  100%{opacity:1;transform:none;filter:blur(0)}
}
@keyframes wd23MetaIn{
  to{opacity:1;transform:none}
}
@keyframes wd23ComingIn{
  0%{opacity:0;transform:translateY(9px);filter:blur(4px)}
  100%{opacity:1;transform:none;filter:blur(0)}
}
@keyframes wd23ProgressTrack{
  to{opacity:1}
}
@keyframes wd23Progress{
  to{transform:scaleX(1)}
}
@keyframes wd23Glow{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.82)}
  100%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}
}
@keyframes wd23Atmosphere{
  0%{opacity:.45;transform:scale(.98)}
  100%{opacity:1;transform:scale(1.04)}
}

/* Header */
.wd20-header{position:fixed;z-index:70;top:0;left:0;width:100%;height:76px;padding:0 max(24px,4vw);display:flex;align-items:center;justify-content:space-between;color:#fff;transition:background .3s ease,backdrop-filter .3s ease}
.wd20-header.is-scrolled{background:rgba(7,22,46,.80);backdrop-filter:blur(14px)}
.wd20-logo{position:relative;width:150px}
.wd20-logo img{width:100%}
.wd20-logo>span{position:absolute;right:-11px;bottom:1px;font-size:8px}
.wd20-lang{display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(7,22,46,.30);backdrop-filter:blur(8px)}
.wd20-lang>span{font-size:10px;opacity:.45}
.wd20-lang-btn{border:0;background:none;color:#fff;padding:0;font-size:12px;font-weight:800;opacity:.62;cursor:pointer}
.wd20-lang-btn.is-active{color:var(--pink);opacity:1}

/* Hero */
.wd20-hero{position:relative;height:100svh;min-height:720px;background:var(--deep);color:#fff;overflow:hidden}
.wd20-hero-photo{position:absolute;top:0;right:0;width:61%;height:100%;overflow:hidden}
.wd20-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:52% 24%;transition:opacity .38s ease,transform .55s ease}
html[lang="en"] .wd20-hero-photo img{object-position:52% 22%}
.wd20-hero-photo img.is-switching{opacity:.18;transform:scale(1.015)}
.wd20-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,22,46,1) 0%,rgba(7,22,46,.99) 32%,rgba(7,22,46,.88) 44%,rgba(7,22,46,.56) 56%,rgba(7,22,46,.12) 76%,rgba(7,22,46,0) 100%)}
.wd20-hero-inner{position:relative;height:100%;display:flex;align-items:center}
.wd20-hero-copy{width:min(620px,52vw);padding-top:56px}
.wd20-hero .wd20-eyebrow{color:rgba(255,255,255,.70);margin-bottom:20px}
.wd20-display{margin:0;font-size:clamp(82px,7.2vw,112px);line-height:.88;letter-spacing:-.055em;font-weight:900;white-space:nowrap}
.wd20-display em{font-style:normal;color:var(--pink)}
.wd20-hero-sub{margin:28px 0 0;font-size:clamp(30px,2.55vw,36px);line-height:1.25;font-weight:800;letter-spacing:-.02em}
.wd20-hero-line{margin:18px 0 0;max-width:560px;white-space:pre-line;font-size:18px;line-height:1.75;font-weight:500;color:rgba(255,255,255,.86)}
.wd20-hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}
.wd20-primary-btn{display:inline-flex;align-items:center;justify-content:center;min-width:218px;padding:14px 20px;background:var(--pink);color:#fff;border:1px solid var(--pink);font-size:13px;font-weight:800;letter-spacing:.04em;box-shadow:0 12px 30px rgba(233,30,99,.22);transition:transform .2s ease,box-shadow .2s ease}
.wd20-primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(233,30,99,.30)}
.wd20-launch{display:flex;flex-direction:column;gap:5px}
.wd20-launch strong{font-size:17px;letter-spacing:.16em}
.wd20-launch span{font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.66)}
.wd20-scroll{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;font-size:9px;letter-spacing:.20em;opacity:.72}
.wd20-scroll i{width:1px;height:28px;background:rgba(255,255,255,.35);position:relative;overflow:hidden}
.wd20-scroll i:after{content:"";position:absolute;left:0;top:-10px;width:1px;height:10px;background:#fff;animation:wd20Scroll 1.5s linear infinite}
@keyframes wd20Scroll{to{transform:translateY(38px)}}

/* About */
.wd20-about{background:#fff}
.wd20-two-col{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;align-items:start}
.wd20-section-head h2{margin:0;max-width:540px;font-size:clamp(48px,4.3vw,60px);line-height:1.14;letter-spacing:-.035em;color:var(--navy);font-weight:850}
.wd20-body p{margin:50px 0 0;max-width:620px;white-space:pre-line;font-size:18px;line-height:1.82;font-weight:500;color:#40506A}

/* Philosophy */
.wd20-philosophy{background:var(--deep);color:#fff}
.wd20-philo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:84px;align-items:center}
.wd20-orbit-wrap{display:flex;justify-content:center}
.wd20-orbit{position:relative;width:min(500px,44vw);aspect-ratio:1/1}
.wd20-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.14)}
.wd20-ring-a{width:66%;height:66%;animation:wd20Spin 22s linear infinite}
.wd20-ring-b{width:92%;height:92%;border-style:dashed;animation:wd20SpinBack 30s linear infinite}
.wd20-player-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:142px;height:142px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#284B80,#13284F 55%,#09172F 100%);box-shadow:0 0 0 12px rgba(255,255,255,.04),0 0 0 28px rgba(233,30,99,.10);animation:wd20Pulse 3s ease-in-out infinite}
.wd20-player-node:after{content:"";position:absolute;inset:-28px;border-radius:50%;border:1px solid rgba(233,30,99,.35);animation:wd20Wave 3s ease-out infinite}
.wd20-player-node span{font-size:23px;font-weight:900;letter-spacing:.08em}
.wd20-support-node{position:absolute;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;min-width:94px;padding:11px 12px;font-size:12px;line-height:1.2;font-weight:800;pointer-events:auto;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.wd20-support-node:hover,.wd20-support-node:focus-visible{background:rgba(233,30,99,.18);border-color:rgba(233,30,99,.85);box-shadow:0 0 0 6px rgba(233,30,99,.10),0 12px 30px rgba(0,0,0,.18);transform:translate(-50%,-50%) scale(1.05);outline:none}
.wd20-support-node.n1{left:18%;top:24%}.wd20-support-node.n2{left:82%;top:24%}.wd20-support-node.n3{left:92%;top:50%}.wd20-support-node.n4{left:80%;top:78%}.wd20-support-node.n5{left:50%;top:92%;min-width:118px}.wd20-support-node.n6{left:20%;top:78%}.wd20-support-node.n7{left:8%;top:50%}.wd20-support-node.n8{left:50%;top:10%}
.wd20-philo-copy .wd20-eyebrow{margin-bottom:18px}
.wd20-philo-copy h2{margin:0;font-size:clamp(48px,4.2vw,62px);line-height:1;letter-spacing:-.04em}
.wd20-philo-copy h3{margin:20px 0 0;font-size:28px;line-height:1.35;color:#fff;font-weight:800}
.wd20-philo-copy>p:last-child{margin:24px 0 0;white-space:pre-line;max-width:560px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.80);font-weight:500}
@keyframes wd20Spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes wd20SpinBack{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes wd20Pulse{50%{box-shadow:0 0 0 14px rgba(255,255,255,.05),0 0 0 34px rgba(233,30,99,.16)}}@keyframes wd20Wave{0%{opacity:.7;transform:scale(.72)}100%{opacity:0;transform:scale(1.28)}}

/* Dreams */
.wd20-dreams{background:var(--paper)}
.wd20-dreams-head{max-width:760px;margin-bottom:54px}
.wd20-dreams-head h2{margin:0;font-size:clamp(46px,4vw,58px);line-height:1.15;letter-spacing:-.035em;color:var(--navy)}
.wd20-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.wd20-card{position:relative;min-height:410px;padding:38px 28px 30px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 16px 44px rgba(27,42,74,.05)}
.wd20-card-num{position:absolute;top:22px;right:24px;font-size:22px;font-weight:850;color:rgba(27,42,74,.28)}
.wd20-card img{height:160px;width:auto;max-width:78%;object-fit:contain;margin:auto auto 20px}
.wd20-card h3{margin:0;font-size:28px;letter-spacing:-.03em;color:var(--navy)}
.wd20-card h3 em{font-style:normal;color:var(--pink)}
.wd20-card p{margin:14px 0 24px;white-space:pre-line;font-size:16px;line-height:1.72;font-weight:600;color:#42516C}
.wd20-card b{font-size:11px;letter-spacing:.24em;color:#6A7D93}

/* Origin */
.wd20-origin{background:#fff}
.wd20-origin-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:70px;align-items:center}
.wd20-origin-art{overflow:hidden;border-radius:18px;box-shadow:0 20px 50px rgba(27,42,74,.08);background:#fff}
.wd20-origin-art img{width:100%;height:auto;transition:opacity .35s ease}
.wd20-origin-art img.is-switching{opacity:.2}
.wd20-origin-copy h2{margin:0;font-size:clamp(42px,3.6vw,54px);line-height:1.16;letter-spacing:-.035em;color:var(--navy)}
.wd20-origin-copy>p{margin:26px 0 0;white-space:pre-line;font-size:17px;line-height:1.8;color:#42516C}
.wd20-origin-copy>strong{display:block;margin-top:28px;color:var(--pink);font-size:15px;line-height:1.6;letter-spacing:.03em}

/* Closing */
.wd20-closing{position:relative;min-height:420px;background:var(--deep);color:#fff;overflow:hidden;padding:80px 0 28px}
.wd20-closing-bg{position:absolute;inset:0}.wd20-closing-bg img{width:100%;height:100%;object-fit:cover;object-position:center 72%;opacity:.55;transition:opacity .35s ease}.wd20-closing-bg img.is-switching{opacity:.15}
html[lang="en"] .wd20-closing-bg img{object-position:center 30%}
.wd20-closing-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,22,46,.93),rgba(7,22,46,.72),rgba(7,22,46,.90))}
.wd20-closing-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:50px;min-height:250px}
.wd20-closing-logo{width:250px}
.wd20-closing-copy{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.wd20-closing-copy strong{font-size:32px;letter-spacing:.20em}
.wd20-closing-copy span{font-size:14px;color:var(--pink);font-weight:800}
.wd20-closing-copy b{font-size:13px;letter-spacing:.14em}
.wd20-disclaimer{position:relative;width:min(88%,var(--container));margin:0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.58)}
.wd20-disclaimer p{margin:3px 0;font-size:11px;line-height:1.65}
.wd20-footer{display:flex;justify-content:space-between;gap:20px;padding:20px max(24px,4vw);background:#040B16;color:rgba(255,255,255,.45);font-size:10px;letter-spacing:.12em}

/* Tablet */
@media(max-width:1050px){
  .wd20-two-col,.wd20-philo-grid,.wd20-origin-grid{grid-template-columns:1fr;gap:48px}
  .wd20-body p{margin-top:0}
  .wd20-orbit{width:min(520px,80vw)}
  .wd20-philo-copy{max-width:700px}
  .wd20-cards{grid-template-columns:1fr}
  .wd20-card{min-height:330px}
}

/* Mobile */
@media(max-width:760px){
  :root{--s9:74px}
  .wd20-container{width:calc(100% - 44px)}
  .wd20-section{padding:74px 0}
  .wd20-eyebrow{font-size:11px;margin-bottom:16px}
  .wd20-header{height:64px;padding:0 18px}
  .wd20-logo{width:108px}
  .wd20-lang{padding:5px 8px;gap:5px}
  .wd20-lang-btn{font-size:11px}
  .wd20-hero{height:100svh;min-height:650px}
  .wd20-hero-photo{width:100%;height:45svh}
  .wd20-hero-photo img{object-position:50% 17%}
  html[lang="en"] .wd20-hero-photo img{object-position:50% 14%}
  .wd20-hero-shade{background:linear-gradient(0deg,rgba(7,22,46,1) 0%,rgba(7,22,46,.98) 44%,rgba(7,22,46,.55) 66%,rgba(7,22,46,.08) 100%)}
  .wd20-hero-inner{align-items:flex-end}
  .wd20-hero-copy{width:100%;padding:0 0 74px}
  .wd20-hero .wd20-eyebrow{font-size:10px;margin-bottom:10px}
  .wd20-display{font-size:clamp(48px,14.6vw,58px);line-height:.9;white-space:normal}
  .wd20-hero-sub{margin-top:12px;font-size:clamp(23px,6.5vw,27px);line-height:1.28}
  .wd20-hero-line{margin-top:10px;font-size:16px;line-height:1.65;max-width:100%}
  .wd20-hero-actions{margin-top:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}
  .wd20-primary-btn{min-width:0;padding:12px 14px;font-size:12px}
  .wd20-launch{gap:2px;align-items:flex-end}
  .wd20-launch strong{font-size:13px;letter-spacing:.10em}
  .wd20-launch span{font-size:10px}
  .wd20-scroll{bottom:7px;font-size:7px;gap:3px}
  .wd20-scroll i{height:18px}
  .wd20-section-head h2,.wd20-dreams-head h2,.wd20-origin-copy h2{font-size:clamp(34px,9.5vw,40px);line-height:1.18}
  .wd20-body p,.wd20-origin-copy>p{font-size:16px;line-height:1.78}
  .wd20-philo-copy h2{font-size:40px}
  .wd20-philo-copy h3{font-size:24px;margin-top:14px}
  .wd20-philo-copy>p:last-child{font-size:16px;line-height:1.76;margin-top:18px}
  .wd20-orbit{width:min(330px,92vw)}
  .wd20-player-node{width:108px;height:108px}
  .wd20-player-node span{font-size:18px}
  .wd20-support-node{min-width:72px;padding:8px 9px;font-size:10px}
  .wd20-support-node.n5{min-width:96px}
  .wd20-dreams-head{margin-bottom:34px}
  .wd20-cards{gap:16px}
  .wd20-card{min-height:0;padding:32px 22px 26px}
  .wd20-card img{height:128px}
  .wd20-card h3{font-size:25px}
  .wd20-card p{font-size:15px;line-height:1.68}
  .wd20-origin-grid{gap:34px}
  .wd20-origin-art{border-radius:12px}
  .wd20-origin-copy>strong{font-size:14px}
  .wd20-closing{padding:62px 0 24px}
  .wd20-closing-inner{min-height:280px;flex-direction:column;justify-content:center;text-align:center}
  .wd20-closing-logo{width:190px}
  .wd20-closing-copy{align-items:center}
  .wd20-closing-copy strong{font-size:24px}
  .wd20-disclaimer p{font-size:10px}
  .wd20-footer{flex-direction:column;align-items:center;text-align:center;font-size:9px}
}

@media(max-width:380px){
  .wd20-container{width:calc(100% - 36px)}
  .wd20-display{font-size:46px}
  .wd20-hero-line{font-size:15px}
  .wd20-hero-actions{gap:10px}
}

@media(max-height:720px) and (max-width:760px){
  .wd20-hero-photo{height:41svh}
  .wd20-hero-copy{padding-bottom:60px}
  .wd20-display{font-size:44px}
  .wd20-hero-sub{font-size:21px;margin-top:9px}
  .wd20-hero-line{font-size:14px;line-height:1.5;margin-top:7px}
  .wd20-hero-actions{margin-top:11px}
  .wd20-primary-btn{padding:10px 12px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition:none!important}
  .wd20-reveal{opacity:1;transform:none}
}


/* ==========================================================
   v2.1 — Mobile ORIGIN ordering
   Mobile only:
   1) ORIGIN copy
   2) Tokyo/Nerima closing line
   3) TOKYO / NERIMA artwork
   Desktop/tablet layout remains unchanged.
   ========================================================== */
@media(max-width:760px){
  .wd20-origin-grid{
    display:flex;
    flex-direction:column;
    gap:34px;
  }
  .wd20-origin-copy{
    order:1;
  }
  .wd20-origin-art{
    order:2;
    width:100%;
    margin-top:2px;
  }
}


/* ==========================================================
   v2.2 — ABOUT / Brand-name meaning + PURPOSE
   ========================================================== */
.wd22-about-head{
  max-width:1050px;
}
.wd22-name-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:4px;
}
.wd22-name-block{
  padding:30px 0 28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.wd22-name-word{
  display:block;
  margin-bottom:10px;
  font-size:13px;
  line-height:1;
  letter-spacing:.20em;
  font-weight:900;
  color:var(--pink);
}
.wd22-name-block strong{
  display:block;
  font-size:clamp(34px,3.25vw,48px);
  line-height:1.16;
  letter-spacing:-.035em;
  color:var(--navy);
  font-weight:850;
}
.wd22-about-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:74px;
  align-items:start;
  margin-top:56px;
}
.wd22-about-copy p{
  max-width:650px;
  margin:0;
  white-space:pre-line;
  font-size:18px;
  line-height:1.82;
  font-weight:500;
  color:#40506A;
}
.wd22-purpose{
  padding:28px 30px 30px;
  border-left:3px solid var(--pink);
  background:linear-gradient(135deg,#F8F9FB,#FFFFFF);
}
.wd22-purpose span{
  display:block;
  margin-bottom:14px;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.20em;
  font-weight:900;
  color:var(--pink);
}
.wd22-purpose strong{
  display:block;
  font-size:clamp(27px,2.4vw,36px);
  line-height:1.3;
  letter-spacing:-.025em;
  color:var(--navy);
  font-weight:850;
}

@media(max-width:1050px){
  .wd22-about-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .wd22-purpose{
    max-width:720px;
  }
}

@media(max-width:760px){
  .wd22-name-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .wd22-name-block{
    padding:22px 0 20px;
  }
  .wd22-name-block + .wd22-name-block{
    border-top:0;
  }
  .wd22-name-word{
    font-size:11px;
    margin-bottom:8px;
  }
  .wd22-name-block strong{
    font-size:clamp(31px,8.8vw,37px);
    line-height:1.18;
  }
  .wd22-about-grid{
    margin-top:34px;
    gap:26px;
  }
  .wd22-about-copy p{
    font-size:16px;
    line-height:1.76;
  }
  .wd22-purpose{
    padding:22px 22px 24px;
  }
  .wd22-purpose strong{
    font-size:25px;
    line-height:1.32;
  }
}


/* v2.3 mobile cinematic intro tuning */
@media(max-width:760px){
  .wd20-intro-inner{
    width:min(520px,88vw);
    padding:24px;
  }
  .wd20-intro-brand{
    width:min(252px,62vw);
  }
  .wd20-intro-origin{
    margin-top:22px;
    font-size:9.5px;
    letter-spacing:.18em;
  }
  .wd20-intro-coming{
    margin-top:16px;
    font-size:30px;
    letter-spacing:.15em;
  }
  .wd20-intro-progress{
    width:min(265px,62vw);
    margin-top:23px;
  }
  .wd20-skip{
    right:14px;
    bottom:12px;
    font-size:9px;
  }
}


/* ==========================================================
   v2.4 — Section-label consistency + mobile PHILOSOPHY order
   ========================================================== */

/* 01 / 02 / 03 / 04 are one shared visual system */
.wd20-section .wd20-eyebrow,
.wd20-philosophy .wd20-eyebrow,
.wd20-dreams .wd20-eyebrow,
.wd20-origin .wd20-eyebrow,
.wd20-about .wd20-eyebrow{
  margin:0 0 18px;
  font-family:var(--font);
  font-size:12px;
  line-height:1.35;
  letter-spacing:.18em;
  font-weight:900;
  color:var(--pink);
  text-transform:uppercase;
}

/* Ensure the dark PHILOSOPHY section never turns the label navy/white */
.wd20-philosophy .wd20-eyebrow{
  color:var(--pink)!important;
}

/* Desktop keeps existing left-animation / right-copy composition */
@media(min-width:761px){
  .wd20-philo-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:84px;
    align-items:center;
  }
  .wd20-orbit-wrap{order:1}
  .wd20-philo-copy{order:2}
}

/* Smartphone: words first, then the animation */
@media(max-width:760px){
  .wd20-section .wd20-eyebrow,
  .wd20-philosophy .wd20-eyebrow,
  .wd20-dreams .wd20-eyebrow,
  .wd20-origin .wd20-eyebrow,
  .wd20-about .wd20-eyebrow{
    margin-bottom:14px;
    font-size:11px;
    line-height:1.35;
    letter-spacing:.17em;
    font-weight:900;
  }

  .wd20-philo-grid{
    display:flex;
    flex-direction:column;
    gap:38px;
  }

  .wd20-philo-copy{
    order:1;
    width:100%;
  }

  .wd20-orbit-wrap{
    order:2;
    width:100%;
    margin-top:2px;
  }

  .wd20-philo-copy h2{
    margin-top:0;
  }

  .wd20-philo-copy h3{
    margin-top:14px;
  }

  .wd20-philo-copy>p:last-child{
    margin-top:18px;
    margin-bottom:0;
  }
}


/* ==========================================================
   v2.5 — HERO gradient / framing polish
   ========================================================== */

/* Desktop: feather the photo itself before the navy overlay,
   removing any visible vertical image edge. */
@media(min-width:761px){
  .wd20-hero-photo{
    width:64%;
    -webkit-mask-image:linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.20) 5%,
      rgba(0,0,0,.72) 13%,
      #000 23%,
      #000 100%
    );
    mask-image:linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,0,0,.20) 5%,
      rgba(0,0,0,.72) 13%,
      #000 23%,
      #000 100%
    );
  }

  .wd20-hero-shade{
    background:linear-gradient(
      90deg,
      rgba(7,22,46,1) 0%,
      rgba(7,22,46,.995) 29%,
      rgba(7,22,46,.94) 40%,
      rgba(7,22,46,.76) 51%,
      rgba(7,22,46,.45) 63%,
      rgba(7,22,46,.18) 78%,
      rgba(7,22,46,.04) 91%,
      rgba(7,22,46,0) 100%
    );
  }
}

/* Mobile: the photo reaches lower into the page and is physically
   feathered into the navy, so there is no hard horizontal seam. */
@media(max-width:760px){
  .wd20-hero-photo{
    width:100%;
    height:59svh;
    -webkit-mask-image:linear-gradient(
      180deg,
      #000 0%,
      #000 57%,
      rgba(0,0,0,.92) 68%,
      rgba(0,0,0,.62) 79%,
      rgba(0,0,0,.25) 90%,
      transparent 100%
    );
    mask-image:linear-gradient(
      180deg,
      #000 0%,
      #000 57%,
      rgba(0,0,0,.92) 68%,
      rgba(0,0,0,.62) 79%,
      rgba(0,0,0,.25) 90%,
      transparent 100%
    );
  }

  .wd20-hero-photo img{
    /* Smaller Y percentage keeps more of the upper source image,
       visually lowering the player within the screen. */
    object-position:50% 8%;
  }

  html[lang="en"] .wd20-hero-photo img{
    object-position:50% 7%;
  }

  .wd20-hero-shade{
    background:linear-gradient(
      0deg,
      rgba(7,22,46,1) 0%,
      rgba(7,22,46,1) 25%,
      rgba(7,22,46,.98) 36%,
      rgba(7,22,46,.92) 47%,
      rgba(7,22,46,.76) 58%,
      rgba(7,22,46,.54) 69%,
      rgba(7,22,46,.31) 79%,
      rgba(7,22,46,.13) 89%,
      rgba(7,22,46,.03) 96%,
      rgba(7,22,46,0) 100%
    );
  }

  /* Move the full hero copy group upward without shrinking the type. */
  .wd20-hero-copy{
    padding-bottom:96px;
  }

  .wd20-hero .wd20-eyebrow{
    margin-bottom:9px;
  }

  .wd20-hero-sub{
    margin-top:10px;
  }

  .wd20-hero-line{
    margin-top:9px;
  }

  .wd20-hero-actions{
    margin-top:14px;
  }

  /* Keep SCROLL visually separated from COMING SOON. */
  .wd20-scroll{
    bottom:6px;
  }
}

@media(max-height:720px) and (max-width:760px){
  .wd20-hero-photo{
    height:56svh;
  }
  .wd20-hero-copy{
    padding-bottom:72px;
  }
}

/* ==========================================================
   v2.5 — Slower cinematic intro
   ========================================================== */

.wd20-intro-brand{
  animation:wd23LogoIn 1.45s cubic-bezier(.2,.7,.2,1) .25s forwards;
}
.wd20-intro-origin{
  animation:wd23MetaIn .85s ease 1.22s forwards;
}
.wd20-intro-coming{
  animation:wd23ComingIn .88s ease 1.88s forwards;
}
.wd20-intro-progress{
  animation:wd23ProgressTrack .30s ease 2.48s forwards;
}
.wd20-intro-progress span{
  animation:wd23Progress 1.95s cubic-bezier(.22,.61,.36,1) 2.62s forwards;
}


/* ==========================================================
   v2.6 — TOKYO / NERIMA video section
   Replaces the static origin artwork with a looping video while
   keeping bilingual copy in the surrounding layout.
   ========================================================== */
.wd20-origin-media{background:#fff}
.wd20-origin-video-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#08152C,#13284F);box-shadow:0 20px 50px rgba(27,42,74,.08)}
.wd20-origin-video{display:block;width:100%;height:100%;object-fit:cover;background:#0B1730}
.wd20-origin-video-overlay{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:flex-start;pointer-events:none}
.wd20-origin-video-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(7,22,46,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);color:#fff;font-size:11px;line-height:1;letter-spacing:.16em;font-weight:850;text-transform:uppercase;box-shadow:0 12px 30px rgba(7,22,46,.18)}
.wd20-origin-video-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 5px rgba(233,30,99,.14)}
@media(max-width:760px){
  .wd20-origin-video-wrap{border-radius:12px}
  .wd20-origin-video-overlay{left:12px;right:12px;bottom:12px}
  .wd20-origin-video-badge{padding:9px 13px;font-size:10px;letter-spacing:.13em}
}
