:root {
  color-scheme: dark;
  --bg: #000;
  --panel: #11110f;
  --panel-2: #191812;
  --ink: #fffdf2;
  --muted: #bbb7a7;
  --quiet: #827e70;
  --yellow: #ffd800;
  --yellow-soft: #ffeb71;
  --line: rgba(255, 216, 0, 0.2);
  --white-line: rgba(255, 255, 255, 0.12);
}

* { box-sizing: border-box; }

html { background: var(--bg); scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.72;
  letter-spacing: 0.015em;
  overflow-wrap: anywhere;
}

a { color: inherit; }

.shell { width: min(100% - 32px, 1080px); margin: 0 auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand img { width: 34px; height: 34px; border-radius: 9px; }

.header-link, .footer-nav a { color: var(--muted); text-decoration: none; }
.header-link:hover, .header-link:focus-visible,
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--yellow); }

main { padding: 28px 0 80px; }
.hero { display: grid; gap: 30px; align-items: center; margin: 0; padding: 42px 0 70px; }
.hero-copy { min-width: 0; }
.hero-mascot {
  display: grid;
  place-items: center;
  margin: 0;
}
.hero-mascot img {
  display: block;
  width: min(72vw, 300px);
  height: auto;
}

.eyebrow, .section-kicker {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 16px 0 24px;
  font-size: clamp(3.5rem, 16vw, 4.25rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}
h1 span { display: block; width: max-content; max-width: 100%; color: var(--ink); }
h1 .hero-yellow { color: var(--yellow); }

.lead { max-width: 640px; margin-bottom: 8px; color: var(--ink); font-size: clamp(1.08rem, 2.6vw, 1.25rem); font-weight: 700; }
.hero-end { color: var(--muted); font-size: 0.98rem; }
.note { color: var(--quiet); font-size: 0.78rem; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; align-items: center; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}
.button-primary { background: var(--yellow); color: #080700; }
.button-secondary { border-color: var(--white-line); background: rgba(255,255,255,0.04); }

section { margin-top: 72px; }
h2 { margin: 10px 0 15px; font-size: clamp(2.35rem, 6vw, 4.4rem); line-height: 1.04; letter-spacing: -0.055em; }
#how-title { font-size: clamp(2.35rem, 5.2vw, 4rem); }
.section-heading { display: grid; gap: 18px; align-items: end; }
.section-intro { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.journey {
  display: grid;
  gap: 28px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.journey li { padding-top: 18px; border-top: 2px solid var(--yellow); }
.journey-number { color: var(--yellow); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.13em; }
.journey h3 { margin: 25px 0 8px; font-size: 1.2rem; }
.journey p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.effect-line {
  display: grid;
  gap: 8px;
  margin-top: 42px;
  padding: 22px 0;
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}
.effect-line span { color: var(--yellow); font-size: 0.78rem; font-weight: 900; }
.effect-line p { max-width: 720px; margin: 0; color: var(--ink); font-weight: 700; }
.play-note {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding: 10px 0;
}
.play-note p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.play-note a, .release-panel .note a { color: var(--yellow); font-weight: 800; text-decoration: none; white-space: nowrap; }
.play-note a:hover, .play-note a:focus-visible,
.release-panel .note a:hover, .release-panel .note a:focus-visible { text-decoration: underline; }

.release-panel { margin-top: 70px; padding: 30px; border-radius: 28px; background: var(--yellow); color: #080700; }
.release-panel .section-kicker,
.release-panel .section-intro,
.release-panel .price,
.release-panel .price small,
.release-panel .note,
.release-panel .note a { color: #080700; }
.release-panel h2 { max-width: 720px; }
.release-panel .section-intro { margin-bottom: 25px; }
.price { margin-bottom: 8px; color: var(--yellow); font-size: clamp(2.2rem, 8vw, 4.8rem); font-weight: 900; line-height: 1; letter-spacing: -0.055em; }
.price small { display: block; margin-top: 10px; color: var(--muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.5; }
.release-panel .note { max-width: 720px; margin-bottom: 0; }

[role="contentinfo"] { border-top: 1px solid var(--white-line); padding: 27px 0 42px; color: var(--quiet); font-size: 0.78rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-bottom: 15px; }

.document { width: min(100% - 32px, 860px); margin: 0 auto; padding: 26px 0 72px; }
.document h1 { max-width: none; margin-top: 34px; font-size: clamp(2.2rem, 7vw, 4.5rem); }
.document h2 { margin-top: 38px; font-size: 1.25rem; letter-spacing: -0.02em; }
.document h3 { margin-top: 23px; font-size: 1rem; }
.document p, .document li, .document td, .document th { color: #dedbcf; font-size: 0.95rem; }
.document ul { padding-left: 1.4em; }
.document li { margin-bottom: 7px; }
.meta { color: var(--quiet) !important; font-size: 0.84rem !important; }
.callout { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--yellow); background: var(--panel-2); }
.support-lead { font-size: 1.08rem !important; }
.back-link { display: inline-flex; gap: 8px; color: var(--yellow); font-weight: 800; text-decoration: none; }
.document-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--white-line); }
.document-links a { color: var(--yellow); font-weight: 800; text-decoration: none; }
.document table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.document th, .document td { padding: 14px 12px; border-bottom: 1px solid var(--white-line); text-align: left; vertical-align: top; }
.document th { width: 29%; color: var(--yellow); }
.footer-meta { margin-top: 50px; padding-top: 18px; border-top: 1px solid var(--white-line); }

@media (min-width: 720px) {
  .shell { width: min(100% - 64px, 1080px); }
  .site-header { padding-top: 30px; }
  main { padding-top: 40px; }
  .hero { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); gap: 68px; padding: 54px 0 96px; }
  .hero-mascot { grid-column: 1; grid-row: 1; }
  .hero-mascot img { width: min(34vw, 410px); }
  .hero-copy { grid-column: 2; grid-row: 1; }
  h1 { font-size: clamp(4.5rem, 7.4vw, 7rem); }
  .section-heading { grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr); gap: 56px; }
  .journey { grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .effect-line { grid-template-columns: 180px minmax(0, 1fr); align-items: baseline; }
  .release-panel { padding: 42px 48px; }
}

@media (max-width: 719px) {
  .hero-mascot { grid-row: 1; }
  .hero-copy { grid-row: 2; }
  .hero { padding: 26px 0 34px; }
  .hero + section { margin-top: 48px; }
  .play-note { align-items: start; flex-direction: column; gap: 6px; }
}

@media (max-width: 599px) {
  .document table, .document tbody, .document tr, .document th, .document td { display: block; width: 100%; }
  .document tr { padding: 15px 0; border-bottom: 1px solid var(--white-line); }
  .document th, .document td { padding: 0; border: 0; }
  .document th { margin-bottom: 6px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
