/* ============ KMOI: Running (brand: kmoi) ============ */
body{font-size:16px; letter-spacing:.005em}
.gh{color:var(--ink)}
.gh.is-scrolled{background:rgba(239,239,239,.85)}
.gh[data-on="dark"]{color:var(--bg)}
.gh[data-on="dark"].is-scrolled{background:rgba(0,0,0,.72)}
.gh[data-on="dark"] .gh__switch{border-color:rgba(239,239,239,.3); background:rgba(0,0,0,.3)}
.gh[data-on="dark"] .gh__switch a[aria-current]{background:var(--bg); color:var(--ink)}
.gh__switch{border-radius:0} .gh__switch a{border-radius:0}
.gh__brand{font-family:var(--font-display); font-weight:700; font-size:20px; letter-spacing:.06em}

/* KMOI wordmark: K + orange dot with black square + MOI: */
.kl{display:inline-flex; align-items:center; gap:.18em; font-family:var(--font-display); font-weight:400; letter-spacing:.04em; line-height:1}
.kl__dot{display:inline-grid; place-items:center; width:.62em; height:.62em; border-radius:50%; background:var(--accent); transform:translateY(.1em)}
.kl__dot::before{content:""; width:.26em; height:.26em; background:#000}

.mono{font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; line-height:1.7}
.micro{font-size:12.5px; line-height:1.65; max-width:28ch; color:var(--ink-2)}
.rule{border-top:1px solid var(--ink)}
.kbtn{display:inline-grid; place-items:center; width:58px; height:58px; background:var(--ink); color:var(--bg); transition:background .3s, transform .5s var(--ease-out)}
.kbtn:hover{background:var(--accent); transform:translateX(4px)}
.kbtn svg{width:22px; height:22px}
.btn,.store{border-radius:0}
.store{background:var(--ink)} .store--light{background:#fff}

/* ---- hero ---- */
.hero{position:relative; min-height:100svh; padding-top:var(--header-h); overflow:hidden; display:flex; flex-direction:column}
.hero__inner{position:relative; flex:1; display:grid; grid-template-columns:1fr; gap:24px; padding-block:24px 48px}
.hero__copy{position:relative; z-index:3; display:flex; flex-direction:column; justify-content:center; gap:22px}
.hero__title{font-family:var(--font-display); font-weight:700; font-size:clamp(46px, 8.6vw, 128px); line-height:.94; letter-spacing:-.03em; text-wrap:balance}
.hero__title em{font-style:normal; color:var(--accent)}
.hero__micro{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:520px}
.hero__cta{display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:8px}
.hero__cta .stores{gap:10px}
.hero__cta .store{padding:10px 16px 10px 13px} .hero__cta .store svg{width:22px;height:22px}
.hero__scene{position:relative; min-height:62vw; background:var(--bg); isolation:isolate}
.hero__block{position:absolute; left:18%; right:-10%; top:34%; bottom:6%; background:var(--accent); z-index:1}
.hero__runner{position:absolute; z-index:2; left:8%; bottom:2%; height:96%; width:auto; max-width:none; pointer-events:none; mix-blend-mode:multiply; filter:grayscale(1) contrast(1.06)}
.hero__vt{position:absolute; right:0; top:16%; z-index:3; display:flex; gap:14px; align-items:flex-start}
.hero__vt .vtext{font-size:12px; color:var(--ink); border-left:1px solid var(--ink); padding-left:12px}
.hero__num{position:absolute; left:0; bottom:8%; z-index:3; font-family:var(--font-display); font-weight:700; font-size:clamp(48px,7vw,104px); line-height:1; letter-spacing:.02em; writing-mode:vertical-rl; transform:rotate(180deg)}
.hero__foot{display:flex; justify-content:space-between; gap:20px; padding-block:18px; border-top:1px solid var(--ink); font-size:12px; letter-spacing:.1em; text-transform:uppercase}
@media (min-width:900px){
  .hero__inner{grid-template-columns:minmax(0,5fr) minmax(0,7fr); gap:var(--gutter); padding-block:0}
  .hero__scene{min-height:calc(100svh - var(--header-h) - 60px)}
  .hero__block{left:26%; right:-14%; top:30%; bottom:10%}
  .hero__runner{left:14%; bottom:4%; height:94%}
  .hero__num{left:auto; right:-4px; bottom:12%}
}
@media (min-width:1500px){ .hero__block{right:calc((100vw - var(--max))/-2 - var(--gutter))} }
@media (max-width:899px){ .hero__num{display:none} .hero__vt{top:2%} }

/* ---- section header ---- */
.sh{display:flex; align-items:baseline; gap:16px; margin-bottom:clamp(36px,5vw,72px); font-size:12px; letter-spacing:.14em; text-transform:uppercase}
.sh::after{content:""; flex:1; height:1px; background:var(--ink)}
.sh b{color:var(--accent); font-weight:700}

/* ---- how it works ---- */
.how{display:grid; gap:44px}
.step{display:grid; gap:20px; align-content:start}
.step__num{font-family:var(--font-display); font-weight:700; font-size:44px; color:var(--accent); line-height:1}
.step h3{font-family:var(--font-display); font-weight:700; font-size:clamp(22px,2vw,30px); letter-spacing:-.01em; line-height:1.15}
.step p{color:var(--ink-2); font-size:15px; line-height:1.65; max-width:34ch}
.step .phone{--w:min(240px, 60vw); margin-top:10px; box-shadow:0 30px 60px -20px rgba(0,0,0,.35)}
.step .phone{border-radius:calc(var(--w)*.12)} .step .phone::before{border-radius:calc(var(--w)*.11)} .step .phone__screen{border-radius:calc(var(--w)*.09)}
@media (min-width:900px){ .how{grid-template-columns:repeat(3,1fr); gap:var(--gutter)} .step:nth-child(2){margin-top:64px} .step:nth-child(3){margin-top:128px} }

/* ---- the week (black band) ---- */
.week{background:#000; color:var(--bg)}
.week .sh::after{background:rgba(239,239,239,.3)}
.week__grid{display:grid; gap:40px; align-items:center}
.week__title{font-family:var(--font-display); font-weight:700; font-size:clamp(38px,5.4vw,84px); line-height:.98; letter-spacing:-.03em}
.week__title em{font-style:normal; color:var(--accent)}
.week__p{margin-top:20px; color:rgba(239,239,239,.75); font-size:15.5px; line-height:1.7; max-width:46ch}
.stats{margin-top:34px; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(239,239,239,.3); border-left:1px solid rgba(239,239,239,.3)}
.stats li{padding:18px; border-right:1px solid rgba(239,239,239,.3); border-bottom:1px solid rgba(239,239,239,.3)}
.stats b{display:block; font-family:var(--font-display); font-weight:700; font-size:clamp(26px,2.6vw,38px); color:var(--accent); line-height:1}
.stats span{display:block; margin-top:8px; font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; color:rgba(239,239,239,.7)}
.week__phone{justify-self:center} .week__phone .phone{--w:min(320px,76vw); background:linear-gradient(160deg,#2c2c30,#0b0b0d 45%,#232326)}
.week__gallery{display:flex; gap:22px; justify-content:center; margin-top:clamp(48px,6vw,96px); flex-wrap:wrap}
.week__gallery .phone{--w:160px}
@media (min-width:900px){ .week__grid{grid-template-columns:5fr 6fr; gap:var(--gutter)} .week__phone{justify-self:end} }

/* ---- statement ---- */
.state{padding-block:clamp(72px,10vw,150px)}
.state__big{font-family:var(--font-display); font-weight:700; font-size:clamp(30px,5vw,76px); line-height:1.05; letter-spacing:-.03em; max-width:20ch; text-wrap:balance}
.state__big em{font-style:normal; color:var(--accent)}
.state__grid{margin-top:clamp(36px,5vw,72px); display:grid; gap:24px; border-top:1px solid var(--ink)}
.state__grid div{padding-top:22px; font-size:14.5px; line-height:1.7; color:var(--ink-2)}
.state__grid b{display:block; font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink); margin-bottom:10px}
@media (min-width:800px){ .state__grid{grid-template-columns:repeat(3,1fr); gap:var(--gutter)} .state__grid div+div{border-left:1px solid var(--ink); padding-left:24px} }

/* ---- download block ---- */
.dl{background:var(--accent); color:#000; position:relative; overflow:hidden}
.dl__inner{display:grid; gap:32px; align-items:end}
.dl__title{font-family:var(--font-display); font-weight:700; font-size:clamp(48px,8vw,120px); line-height:.94; letter-spacing:-.03em}
.dl__p{max-width:40ch; font-size:15px; line-height:1.7}
.dl .stores{margin-top:26px}
.dl .store{background:#000; color:#fff} .dl .store svg{fill:#fff}
.dl__legal{margin-top:28px; font-size:12px; letter-spacing:.1em; text-transform:uppercase; display:flex; gap:22px; flex-wrap:wrap}
.dl__legal a{border-bottom:1px solid currentColor}
.dl__runner{position:absolute; right:-6%; bottom:-8%; height:112%; width:auto; max-width:none; opacity:.92; pointer-events:none; mix-blend-mode:multiply; filter:grayscale(1) contrast(1.06)}
@media (min-width:900px){ .dl__inner{grid-template-columns:7fr 5fr} }

.gf{background:var(--bg)}

/* phone: the vertical caption is decorative and collides with the foot row */
@media (max-width:899px){ .hero__vt{display:none} }


.hero{padding-top:calc(var(--header-h) + 28px)}
