:root {
  color-scheme: dark;
  font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #edf2ef;
  background: #101416;
  --ink: #101416;
  --panel: #171d1e;
  --line: #34403f;
  --mint: #91d6b9;
  --coral: #f07f72;
  --gold: #e5c26c;
  --paper: #edf2ef;
  --muted: #a8b3ae;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); }
body:has(.age-gate:not([hidden])) { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand { display: grid; width: max-content; color: #fff; text-decoration: none; line-height: .8; }
.brand span { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.brand strong { font-family: Impact, "Arial Black", sans-serif; font-size: 27px; letter-spacing: 1px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav a { font-size: 12px; font-weight: 800; text-decoration: none; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--mint); color: var(--mint); }

.hero {
  position: relative;
  min-height: min(900px, 96vh);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px clamp(24px, 8vw, 128px) 72px;
  isolation: isolate;
  background: #101416;
}
.hero::before { content: "SPECIES"; position: absolute; right: -2vw; bottom: -1vw; z-index: -1; color: rgba(255,255,255,.035); font: 900 clamp(100px, 19vw, 300px)/.8 Impact, sans-serif; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--mint) 0 58%, var(--coral) 58%); }
.hero-copy { position: relative; z-index: 4; width: min(650px, 58vw); }
.hero-key-visual { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { z-index: 1; background: linear-gradient(90deg, rgba(7,10,11,.98) 0%, rgba(7,10,11,.9) 34%, rgba(7,10,11,.34) 59%, rgba(7,10,11,.05) 100%); color: transparent; font-size: 0; }
.eyebrow { margin: 0 0 18px; color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.hero h1 { margin: 0; font-size: clamp(52px, 7.2vw, 110px); line-height: .98; letter-spacing: 0; }
.hero h1 span { color: var(--mint); }
.hero-lead { width: min(580px, 100%); margin: 30px 0; color: #d0d8d4; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.9; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 3px; font: inherit; font-size: 14px; font-weight: 900; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--coral); color: #171313; box-shadow: 7px 7px 0 #7d3b35; }
.button.primary:hover { transform: translate(2px, 2px); box-shadow: 5px 5px 0 #7d3b35; }
.button.secondary { border-color: var(--line); color: var(--muted); background: transparent; }
.text-link { color: var(--paper); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--muted); padding-bottom: 4px; }
.play-meta { margin: 19px 0 0; color: #b7c1bd; font-size: 11px; font-weight: 800; }
.availability { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.availability strong { margin-right: 4px; color: var(--gold); font-size: 11px; }
.availability span { border: 1px solid rgba(255,255,255,.24); padding: 6px 9px; color: #d2dad6; font-size: 10px; }
.future-note { margin: 12px 0 0; color: #87938e; font-size: 10px; }
.scroll-cue { position: absolute; right: 28px; bottom: 52px; color: #95a19c; font-size: 9px; letter-spacing: 2px; writing-mode: vertical-rl; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 128px); }
.intro { position: relative; display: grid; grid-template-columns: 90px minmax(300px, 1fr) minmax(280px, .8fr); gap: clamp(24px, 5vw, 80px); align-items: start; }
.section-number { color: var(--coral); font: 900 14px/1 monospace; border-top: 2px solid var(--coral); padding-top: 12px; }
h2 { margin: 0; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.15; letter-spacing: 0; }
.intro-copy { padding-top: 32px; color: var(--muted); font-size: 15px; line-height: 2; }
.intro-copy p { margin: 0 0 22px; }

.battle-flow { background: #0d1112; }
.battle-flow .section-title-row > p { color: var(--muted); }
.flow-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.flow-list li { position: relative; min-width: 0; border-right: 1px solid var(--line); }
.flow-list li:last-child { border-right: 0; }
.flow-shot { position: relative; margin: 0; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line); background: #080a0b; }
.flow-shot img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.flow-number { position: absolute; left: 14px; top: 14px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.45); background: rgba(8,10,11,.82); color: #dbe3df; font: 900 10px monospace; }
.flow-copy { min-height: 215px; padding: 24px clamp(22px, 3vw, 38px) 30px; }
.flow-label { margin: 0 0 9px; color: var(--coral); font: 900 9px monospace; letter-spacing: 1px; }
.flow-list h3 { margin: 0 0 15px; font-size: clamp(20px, 2vw, 27px); letter-spacing: 0; }
.flow-copy > p:last-child { margin: 0; color: #9ba7a2; font-size: 13px; line-height: 1.9; }
.flow-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px clamp(22px, 3vw, 42px); background: #18201f; border-bottom: 1px solid var(--line); }
.flow-cta div { display: grid; gap: 5px; }
.flow-cta strong { color: var(--paper); font-size: 16px; }
.flow-cta span { color: #8f9b96; font-size: 11px; }
.flow-cta .status-pill { padding: 9px 12px; border: 1px solid var(--gold); color: var(--gold); font: 900 9px monospace; letter-spacing: 1px; }

.fighters { background: #edf0eb; color: #16201f; }
.section-title-row { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 64px; }
.section-title-row > p { width: min(430px, 42%); margin: 0; color: #5d6b67; line-height: 1.9; }
.fighter-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.fighter { display: grid; grid-template-rows: 310px auto; background: #151b1c; color: var(--paper); overflow: hidden; }
.fighter-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #293937; }
.fighter.hakuru .fighter-visual { background: #38282a; }
.fighter.mystery .fighter-visual { background: #252b2b; }
.fighter-visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; object-position: center top; image-rendering: auto; }
.mystery-shape { position: relative; z-index: 2; width: 58%; height: 74%; filter: blur(15px); opacity: .78; }
.mystery-shape::before { content: ""; position: absolute; left: 29%; top: 3%; width: 42%; aspect-ratio: 1; border-radius: 50%; background: #050707; box-shadow: 0 78px 0 28px #050707; }
.mystery-shape::after { content: ""; position: absolute; inset: 40% 0 0; border-radius: 48% 48% 10% 10%; background: #050707; clip-path: polygon(16% 100%, 23% 24%, 40% 0, 60% 0, 77% 24%, 84% 100%); }
.fighter.mystery .fighter-kanji { z-index: 3; color: rgba(255,255,255,.1); }
.fighter.mystery .fighter-status { left: 50%; top: auto; bottom: 18px; transform: translateX(-50%); white-space: nowrap; }
.fighter.mystery .fighter-info { background: #121718; }
.fighter-kanji { position: absolute; right: 20px; top: -28px; color: rgba(255,255,255,.07); font: 900 240px/1 serif; }
.fighter-status { position: absolute; z-index: 4; left: 16px; top: 16px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.72); background: rgba(15,12,18,.82); color: #fff; font: 900 9px monospace; letter-spacing: 1px; }
.fighter.is-planned .fighter-visual img { filter: saturate(.78) contrast(.96); }
.fighter-info { padding: 24px; }
.fighter-no { color: var(--coral); font: 900 10px monospace; }
.fighter h3 { margin: 10px 0 4px; font-size: 26px; letter-spacing: 0; }
.fighter h3 small { display: block; margin-top: 3px; color: #889793; font-size: 10px; }
.fighter-role { margin: 0 0 18px; color: var(--mint); font-weight: 800; font-size: 12px; }
.fighter-info > p:not(.fighter-role) { color: #aeb9b5; line-height: 1.8; font-size: 14px; }
.ability { display: grid; gap: 6px; margin-top: 28px; padding-top: 16px; border-top: 1px solid #394342; }
.ability span { color: #71807b; font: 800 9px monospace; }
.ability strong { color: var(--gold); font-size: 13px; }

.roster-plan { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(520px, 1.5fr); gap: clamp(28px, 5vw, 72px); align-items: center; margin-top: 54px; padding: 34px; border-top: 4px solid #18201f; background: #dfe5df; }
.roster-plan-label { color: #68746f; font: 900 9px monospace; letter-spacing: 1px; }
.roster-plan > div > strong { display: block; margin: 8px 0 12px; color: #18201f; font: 900 clamp(34px, 4vw, 56px)/1 Impact, sans-serif; }
.roster-plan > div > p { margin: 0; color: #52605b; font-size: 13px; line-height: 1.8; }
.roster-plan ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid #aab4af; list-style: none; }
.roster-plan li { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 14px 12px; border-right: 1px solid #aab4af; color: #66736e; background: rgba(255,255,255,.34); }
.roster-plan li:nth-child(4n) { border-right: 0; }
.roster-plan li:nth-child(-n+4) { border-bottom: 1px solid #aab4af; }
.roster-plan li.active { color: #173b31; background: rgba(145,214,185,.42); }
.roster-plan li.planned { color: #5b3042; background: rgba(240,127,114,.2); }
.roster-plan li span { font: 900 10px monospace; }
.roster-plan li strong { font-size: 12px; }
.roster-plan li small { font-size: 9px; font-weight: 800; }

.contents { background: #101416; }
.contents .section-title-row > p { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.content-grid div { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid var(--line); }
.content-grid div:last-child { border: 0; }
.content-grid strong { color: var(--mint); font: 900 clamp(48px, 6vw, 86px)/1 Impact, sans-serif; }
.content-grid span { margin-top: 12px; color: #bcc6c2; font-size: 12px; line-height: 1.5; font-weight: 800; }
.notice { margin-top: 34px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #181d1e; }
.notice p { margin: 0; color: #aeb8b4; font-size: 12px; line-height: 1.8; }
.notice strong { color: var(--gold); margin-right: 8px; }
.release-scope { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.release-scope div { padding: 24px; background: #161b1c; }
.release-scope span { display: block; margin-bottom: 10px; color: var(--coral); font: 900 9px monospace; letter-spacing: 1px; }
.release-scope strong { color: #e3e9e6; font-size: 15px; }
.release-scope p { margin: 9px 0 0; color: #899691; font-size: 12px; }
.release-scope .planned { background: #121617; }
.release-scope .planned span, .release-scope .planned strong { color: #7f8a86; }

.studio { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr); gap: clamp(42px, 8vw, 120px); align-items: center; background: #f1f3ef; color: #18201f; }
.studio-mark { width: min(500px, 100%); padding: clamp(20px, 3vw, 38px); background: #fbfaf6; border: 1px solid #cbd3ce; }
.studio-mark img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.studio-copy h2 { color: #20292b; font-family: Georgia, "Times New Roman", serif; text-transform: lowercase; }
.studio-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 34px; color: #58645f; line-height: 2; }
.studio-copy dl { margin: 0; border-block: 1px solid #b9c2bd; }
.studio-copy dl div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #d3d9d5; }
.studio-copy dl div:last-child { border-bottom: 0; }
.studio-copy dt { color: #71807a; font: 900 9px monospace; letter-spacing: 1px; }
.studio-copy dd { margin: 0; font-size: 13px; font-weight: 800; }

.final-cta { min-height: 610px; position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; padding: 60px clamp(24px, 8vw, 128px); overflow: hidden; background: var(--mint); color: #14201d; }
.final-cta::after { content: "PLAY"; position: absolute; left: -20px; bottom: -55px; color: rgba(16,20,22,.08); font: 900 230px/1 Impact, sans-serif; }
.final-cta img { position: relative; z-index: 1; width: 100%; }
.final-cta > div { position: relative; z-index: 2; }
.final-cta .eyebrow { color: #8c3c36; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta p:not(.eyebrow) { margin-bottom: 30px; font-weight: 700; }
.development-label { display: inline-block; padding: 10px 12px; border: 1px solid #28483f; color: #28483f; font: 900 9px monospace; letter-spacing: 1px; }

footer { min-height: 150px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 40px clamp(24px, 8vw, 128px); color: #7f8b86; font-size: 11px; }
.footer-brand { color: #dce6e1; }

.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(6,8,9,.96); transition: opacity .24s ease; }
.age-gate[hidden] { display: none; }
.age-gate.is-leaving { opacity: 0; }
.age-gate::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,9,.95), rgba(6,8,9,.72)), url("assets/site/hero-mintrea-vs-hakuru-v1.png") center/cover; opacity: .5; }
.age-panel { position: relative; width: min(540px, 100%); padding: clamp(30px, 5vw, 54px); border-top: 5px solid var(--coral); background: rgba(21,27,28,.95); box-shadow: 0 28px 80px #000; }
.age-brand { display: grid; width: max-content; margin-bottom: 30px; line-height: .8; }
.age-brand span { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.age-brand strong { font: 900 30px Impact, sans-serif; }
.age-panel h1 { margin: 0 0 18px; font-size: clamp(27px, 5vw, 40px); }
.age-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 820px; align-items: flex-end; padding-bottom: 82px; }
  .hero-copy { width: min(680px, 100%); }
  .hero-key-visual { object-position: 63% center; }
  .intro { grid-template-columns: 60px 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .fighter-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roster-plan { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-copy { min-height: 0; }
  .flow-cta { align-items: flex-start; flex-direction: column; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid div:nth-child(2) { border-right: 0; }
  .content-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .release-scope { grid-template-columns: 1fr; }
  .studio { grid-template-columns: 1fr; }
  .studio-mark { width: min(440px, 100%); }
  .final-cta { grid-template-columns: 1fr; gap: 10px; }
  .final-cta img { max-height: 330px; object-fit: contain; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 18px; }
  .nav-cta { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: 760px; padding: 100px 20px 64px; }
  .hero h1 { font-size: clamp(44px, 14vw, 68px); }
  .hero-lead { font-size: 14px; line-height: 1.8; }
  .hero-key-visual { object-position: 66% center; opacity: .64; }
  .hero::before { background: linear-gradient(180deg, rgba(7,10,11,.4) 0%, rgba(7,10,11,.8) 48%, rgba(7,10,11,.98) 78%); }
  .hero .availability, .hero .future-note, .hero .text-link { display: none; }
  .scroll-cue { display: none; }
  .section { padding: 74px 20px; }
  .intro { grid-template-columns: 1fr; gap: 22px; }
  .section-number, .intro-copy { grid-column: 1; }
  .section-number { width: 46px; }
  .section-title-row { display: block; margin-bottom: 38px; }
  .section-title-row > p { width: 100%; margin-top: 20px; }
  .flow-list li { padding: 0; }
  .flow-cta { padding: 24px 20px; }
  .flow-cta .button { width: 100%; }
  .fighter-list { grid-template-columns: 1fr; }
  .fighter { grid-template-rows: 360px auto; }
  .fighter-info { padding: 23px; }
  .roster-plan { margin-top: 36px; padding: 22px 16px; }
  .roster-plan ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roster-plan li:nth-child(4n) { border-right: 1px solid #aab4af; }
  .roster-plan li:nth-child(2n) { border-right: 0; }
  .roster-plan li:nth-child(-n+6) { border-bottom: 1px solid #aab4af; }
  .roster-plan li { min-height: 104px; }
  .roster-plan li strong { font-size: 10px; }
  .content-grid div { min-height: 150px; padding: 18px; }
  .studio-copy dl div { grid-template-columns: 1fr; gap: 7px; }
  .final-cta { min-height: 590px; padding: 45px 20px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer { padding-bottom: 88px; }
  .age-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-height: 560px) {
  .age-gate { align-items: start; }
  .age-panel { margin-block: 12px; padding-block: 26px; }
  .age-brand { margin-bottom: 18px; }
}
