:root {
  --bg: #07080c;
  --bg-elev: #10131a;
  --bg-card: #161a24;
  --line: rgba(255, 255, 255, 0.12);
  --ink: #f4f1ea;
  --muted: #9aa3b5;
  --dim: #6d7588;
  --cue: #f0a12a;
  --cue-2: #ffd089;
  --good: #34d399;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --max: 1120px;
  --sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cue-2); text-decoration: none; }
a:hover { color: var(--cue); }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--cue); color: #111; padding: 0.5rem 0.8rem; }
.atmosphere { position: fixed; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,8,12,.55), rgba(7,8,12,.92)), url("../img/atmosphere.jpg") center / cover no-repeat; opacity: .55; pointer-events: none; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.top { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(16px); background: rgba(7,8,12,.78); border-bottom: 1px solid var(--line); }
.top-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; color: inherit; }
.brand img.mascot { height: 44px; width: auto; }
.brand img.word { height: 28px; width: auto; }
.nav-toggle { display: none; }
.nav-btn { display: none; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: .45rem .7rem; border-radius: 8px; cursor: pointer; }
.nav { display: flex; gap: 1.15rem; align-items: center; font-size: .92rem; }
.nav a { color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav .cta { background: var(--cue); color: #14110c; font-weight: 700; padding: .45rem .9rem; border-radius: 999px; }
.nav .cta:hover { color: #14110c; filter: brightness(1.05); }
.soon-chip { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cue); border: 1px solid var(--cue); padding: .25rem .55rem; border-radius: 999px; }
.hero { padding: 4.5rem 0 3.2rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; }
.kicker { color: var(--cue); letter-spacing: .18em; text-transform: uppercase; font-size: .72rem; font-weight: 700; margin: 0 0 .8rem; }
h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.12; letter-spacing: -.03em; margin: 0 0 1rem; }
.tagline { font-family: var(--serif); font-size: 1.25rem; color: #fff; margin: 0 0 .8rem; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 40rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .75rem 1.2rem; font-weight: 700; border: 1px solid transparent; }
.btn-primary { background: var(--cue); color: #14110c; }
.btn-primary:hover { color: #14110c; }
.btn-soon { flex-direction: column; gap: 0.12rem; line-height: 1.2; text-align: center; padding: 0.7rem 1.25rem; }
.btn-soon .btn-sub { font-size: 0.72em; font-weight: 600; }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-disabled { background: #2a2f3a; color: var(--dim); cursor: not-allowed; pointer-events: none; }
.hero-shot { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #000; }
.hero-shot img { width: 100%; }
.section { padding: 3.4rem 0; }
.section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.03em; margin: 0 0 .7rem; }
.section .intro { color: var(--muted); max-width: 46rem; margin-bottom: 1.8rem; }
.problem-grid, .audience, .steps, .gallery, .faq, .features { display: grid; gap: 1rem; }
.problem-grid, .audience { grid-template-columns: repeat(3, 1fr); }
.features, .gallery, .faq { grid-template-columns: 1fr 1fr; }
.card { background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.3rem; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.card h3 { margin: 0 0 .45rem; font-size: 1.08rem; }
.card p, .card ul { margin: 0; color: var(--muted); }
.card ul { padding-left: 1.1rem; }
.feature { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; align-items: start; }
.feature .num { font-family: var(--serif); color: var(--cue); font-size: 1.4rem; }
.step { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.4rem; align-items: center; }
.step:nth-child(even) { grid-template-columns: .9fr 1.1fr; }
.step:nth-child(even) .step-copy { order: 2; }
figure.shot { margin: 0.35rem 0 0; }
.step figcaption, .shot figcaption { color: var(--dim); font-size: .85rem; margin-top: .55rem; padding-left: 1.15rem; padding-right: 1.15rem; }
.shot { border-radius: 0; overflow: visible; border: none; background: transparent; }
.shot img { border-radius: 14px; border: 1px solid var(--line); background: #000; }
.cta-band { margin: 1rem 0 4rem; padding: 2.2rem; border-radius: 24px; border: 1px solid rgba(240,161,42,.35); background: radial-gradient(800px 200px at 20% 0%, rgba(240,161,42,.16), transparent), var(--bg-elev); text-align: center; }
.cta-band p { color: var(--muted); }
.dl-table { width: 100%; border-collapse: collapse; }
.dl-table th, .dl-table td { text-align: left; padding: 1rem .4rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.dl-table th { color: var(--dim); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.badge { display: inline-block; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: .2rem .55rem; border: 1px solid var(--line); color: var(--muted); }
.badge-live { border-color: var(--good); color: var(--good); }
.badge-soon { border-color: var(--cue); color: var(--cue); }
.foot { border-top: 1px solid var(--line); padding: 2rem 0 2.5rem; color: var(--dim); font-size: .88rem; }
.foot-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 900px) {
  .hero-grid, .problem-grid, .audience, .features, .gallery, .faq, .step, .step:nth-child(even) { grid-template-columns: 1fr; }
  .step:nth-child(even) .step-copy { order: 0; }
  .feature { grid-template-columns: 1fr; }
  .nav-btn { display: inline-flex; }
  .nav { display: none; position: absolute; right: 1rem; top: 64px; flex-direction: column; align-items: flex-start; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1rem; min-width: 12rem; }
  .nav-toggle:checked ~ .nav { display: flex; }
}

.shot img, .hero-shot img { width: 100%; height: auto; object-fit: contain; display: block; background: #0a0c12; }
.shot-banner { grid-column: 1 / -1; }
.step-banner { grid-template-columns: 1fr !important; }
.step-banner .step-copy { order: 0 !important; }
.shot-box { max-width: 22rem; margin-inline: auto; }
.shot-box.shot-box-sm { max-width: 15rem; }
.step .shot-box { margin-inline: 0 0 auto; }
.gallery .shot-banner { grid-column: 1 / -1; }
.gallery .shot-box { max-width: 26rem; }
.about-split { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.5rem; align-items: start; }
@media (max-width: 900px) {
  .about-split { grid-template-columns: 1fr; }
  .shot-box { max-width: 100%; }
  .shot-box.shot-box-sm { max-width: 15rem; margin-inline: auto; }
}

.shot-tall {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-grid-cues {
  grid-template-columns: 0.92fr 1.18fr;
  align-items: start;
  gap: 1.6rem;
}
.hero-grid-cues .hero-shot img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
  object-position: top center;
  margin-inline: auto;
  background: transparent;
}
.step-banner .shot-tall {
  width: 100%;
  align-items: stretch;
}
.step-banner .shot-tall img {
  width: 100%;
  max-width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
  background: transparent;
}
@media (max-width: 900px) {
  .hero-grid-cues { grid-template-columns: 1fr; }
}

.section.define {
  padding: 0.8rem 0 1.8rem;
  scroll-margin-top: 5.5rem;
}
.dict {
  max-width: 46rem;
  margin: 0;
  padding: 1.2rem 1.3rem 1.25rem;
  background: none;
  border: 2px solid var(--muted);
  border-radius: 12px;
  box-shadow: none;
  font-family: var(--serif);
  color: var(--ink);
}
.dict .dict-word {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}
.dict-aka {
  margin: 0.3rem 0 0.75rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.dict-aka i {
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0;
}
.dict-pos {
  margin: 0;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted);
}
.dict-sense {
  margin: 0.4rem 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
}
.dict-sense em {
  font-style: italic;
  color: var(--ink);
}
.dict-ex {
  margin: 0.85rem 0 0;
  padding: 0;
  border: none;
  font-style: italic;
  color: var(--dim);
  font-size: 1rem;
}
.ex-player {
  max-width: 28rem;
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem 1.05rem 1.05rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.ex-player-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.ex-player-label {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  flex: 1;
  min-width: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cue);
  font-weight: 700;
}
.ex-player-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  padding: 0.45rem 0.6rem;
}
.ex-play {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: none;
  background: var(--cue);
  color: #14110c;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1.05rem;
}
.ex-play:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ex-play:hover:not(:disabled) { filter: brightness(1.06); }
.ex-player-seek {
  margin-top: 0.75rem;
  gap: 0.55rem;
}
.ex-time-now, .ex-time-end {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  color: var(--dim);
  min-width: 2.2rem;
}
.ex-time-end { text-align: right; }
.ex-scrub {
  flex: 1;
  accent-color: var(--cue);
  min-width: 0;
}
.ex-player-status {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.ex-audio { display: none; }
