

:root { --paper:#0d1118; --ink:#f2eee4; --red:#d84429; --muted:#c4c0b8; --line:rgba(255,255,255,.18); --glass:rgba(8,11,16,.58); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:#0d1118; }
body { margin:0; background:#0d1118; color:var(--ink); font-family:Inter, 'Noto Sans SC', system-ui, sans-serif; }
a { color:inherit; text-decoration:none; }
button, input { font:inherit; }
button { color:inherit; }
::selection { background:var(--red); color:white; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.home-shell { min-height:100vh; overflow:hidden; position:relative; isolation:isolate; background:#0d1118; }
.home-shell::before { content:""; position:fixed; z-index:-2; inset:0; background:linear-gradient(180deg,#111723 0%,#0a0d12 58%,#08090c 100%); }
.home-shell::after { content:""; position:fixed; z-index:-1; inset:0; pointer-events:none; background:radial-gradient(circle at 20% 14%,rgba(190,207,232,.12),transparent 32%),radial-gradient(circle at 82% 20%,rgba(216,68,41,.12),transparent 25%),repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.018) 3px 4px); }
.site-header { height:84px; display:flex; align-items:center; justify-content:space-between; max-width:1480px; margin:auto; padding:0 42px; border-bottom:1px solid rgba(255,255,255,.16); background:linear-gradient(180deg,rgba(5,8,12,.5),rgba(5,8,12,0)); backdrop-filter:blur(10px); }
.wordmark { display:flex; align-items:baseline; gap:11px; font-family:'Noto Serif SC', Georgia, serif; font-size:28px; font-weight:900; letter-spacing:-.08em; text-shadow:0 3px 18px rgba(0,0,0,.55); }
.wordmark span { font-family:Inter, 'Noto Sans SC', system-ui, sans-serif; font-size:9px; font-weight:800; letter-spacing:.22em; color:#e0b38d; }
.site-header nav { display:flex; align-items:center; gap:34px; font-size:13px; font-weight:600; }
.site-header nav>a:not(.nav-cta) { color:#ded8ce; text-shadow:0 2px 12px rgba(0,0,0,.55); }
.site-header nav>a:not(.nav-cta):hover { color:#fff; }
.nav-cta { background:rgba(216,68,41,.9); color:white; padding:12px 17px; display:flex; gap:22px; box-shadow:0 12px 28px rgba(0,0,0,.26); }

.hero { min-height:calc(100svh - 84px); max-width:1080px; margin:auto; display:grid; grid-template-columns:1fr; gap:28px; align-items:start; padding:34px 0 78px; }
.hero-copy { width:100%; padding:26px 30px 30px; display:flex; flex-direction:column; background:linear-gradient(145deg,rgba(7,10,15,.78),rgba(7,10,15,.48)); border:1px solid rgba(255,255,255,.16); box-shadow:0 30px 95px rgba(0,0,0,.32); backdrop-filter:blur(14px); }
.eyebrow { margin:0; font-size:10px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; color:#d9c8af; }
.hero-copy>.eyebrow { display:flex; justify-content:space-between; max-width:100%; gap:22px; }
.hero h1:not(.sr-only) { font-family:'Noto Serif SC', Georgia, serif; font-size:clamp(66px,7vw,112px); line-height:1.02; letter-spacing:-.085em; margin:38px 0 26px; font-weight:900; text-shadow:0 8px 30px rgba(0,0,0,.55); }
.hero h1 em { color:var(--red); font-style:normal; }
.hero-intro { max-width:510px; font-size:16px; line-height:1.95; color:#eee5d7; margin:22px 0 0; text-shadow:0 2px 14px rgba(0,0,0,.46); }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:34px; }
.primary-button { min-width:196px; background:var(--red); color:white; display:flex; justify-content:space-between; align-items:center; padding:17px 19px; font-weight:700; font-size:14px; transition:transform .2s, background .2s; box-shadow:0 15px 36px rgba(0,0,0,.28); }
.primary-button:hover { transform:translateY(-2px); background:#c93b27; }
.text-link { font-size:13px; font-weight:700; border-bottom:1px solid rgba(255,255,255,.7); padding-bottom:5px; color:#f2eadc; }
.feature-strip { display:grid; grid-template-columns:repeat(3,1fr); max-width:590px; padding-top:24px; margin:44px 0 0; border-top:1px solid rgba(255,255,255,.22); }
.feature-strip div { border-right:1px solid var(--line); padding-left:18px; }
.feature-strip div:first-child { padding-left:0; }
.feature-strip div:last-child { border:0; }
.feature-strip dt { font-family:'Noto Serif SC', Georgia, serif; font-size:24px; font-weight:900; }
.feature-strip dd { margin:3px 0 0; color:#c9c0b1; font-size:10px; letter-spacing:.12em; }
.hero-visual { position:relative; min-height:0; display:grid; place-items:center; }
.hero-visual::before { content:none; }
.cover-frame { position:relative; width:100%; aspect-ratio:2/3; overflow:hidden; box-shadow:0 36px 110px rgba(0,0,0,.52); transform:none; background:#0c1118; border:1px solid rgba(255,255,255,.2); }
.cover-frame img { width:100%; height:100%; object-fit:cover; object-position:center; }
.cover-frame.mina-cover { width:100%; }
.cover-frame::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.24); box-shadow:inset 0 0 0 1px rgba(0,0,0,.35); }
.issue-stamp { position:absolute; z-index:2; top:24px; left:24px; color:white; display:flex; align-items:baseline; gap:10px; text-shadow:0 3px 16px rgba(0,0,0,.65); }
.issue-stamp span { font-family:'Noto Serif SC', Georgia, serif; color:var(--red); font-size:54px; font-weight:900; }
.issue-stamp small { writing-mode:vertical-rl; font-size:9px; letter-spacing:.15em; color:#ddd0bd; }
.vertical-caption { position:absolute; right:-26px; bottom:18px; margin:0; color:#d9d0c1; writing-mode:vertical-rl; font-size:9px; letter-spacing:.25em; text-shadow:0 3px 15px rgba(0,0,0,.7); }

.chapters-section { max-width:1080px; margin:0 auto 80px; padding:80px 0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:50px; }
.section-heading h2 { font-family:'Noto Serif SC', Georgia, serif; font-size:68px; margin:7px 0 0; line-height:1; letter-spacing:-.06em; }
.section-heading>p { width:360px; color:#d7d0c3; font-size:13px; line-height:1.8; }
.chapter-list { border-top:1px solid rgba(255,255,255,.32); background:linear-gradient(145deg,rgba(6,9,14,.7),rgba(6,9,14,.42)); border:1px solid rgba(255,255,255,.16); box-shadow:0 24px 80px rgba(0,0,0,.3); backdrop-filter:blur(14px); }
.chapter-row { display:grid; grid-template-columns:90px 1fr auto 52px; min-height:112px; align-items:center; border-bottom:1px solid var(--line); transition:padding .25s, background .25s; }
.chapter-row:hover { padding-left:18px; background:rgba(255,255,255,.08); }
.chapter-number { font-family:'Noto Serif SC', Georgia, serif; font-size:34px; color:var(--red); font-weight:900; }
.chapter-main { display:flex; flex-direction:column; gap:5px; }
.chapter-main strong { font-family:'Noto Serif SC', Georgia, serif; font-size:25px; letter-spacing:-.03em; }
.chapter-main small,.chapter-meta { color:#c4b9a7; font-size:9px; letter-spacing:.14em; }
.chapter-meta { margin-right:48px; }
.chapter-arrow { font-size:24px; }

.reading-note { margin:0 auto 80px; max-width:1080px; color:white; padding:66px 70px; background:linear-gradient(145deg,rgba(5,8,12,.82),rgba(5,8,12,.52)); border:1px solid rgba(255,255,255,.16); box-shadow:0 24px 85px rgba(0,0,0,.32); backdrop-filter:blur(16px); }
.reading-note>.eyebrow { color:var(--red); }
.reading-note>div { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:end; margin-top:55px; }
.reading-note h2 { font-family:'Noto Serif SC', Georgia, serif; font-size:clamp(52px,6vw,88px); line-height:1.12; letter-spacing:-.07em; margin:0; }
.reading-note div p { color:#d2c9bb; line-height:2; max-width:540px; margin:0 0 9px; }
footer { max-width:1480px; margin:auto; padding:44px 42px 58px; display:flex; justify-content:space-between; align-items:center; font-size:11px; color:#d5ccbe; }
footer .wordmark { color:#fff; }

.reader-shell { min-height:100vh; background:#0d0d0c; }
.reader-loading { min-height:100vh; display:grid; place-items:center; background:#0d0d0c; color:#eee; letter-spacing:.15em; }
.reader-header { position:fixed; z-index:20; inset:0 0 auto; height:64px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 24px; color:white; background:rgba(13,13,12,.9); backdrop-filter:blur(16px); transform:translateY(-105%); transition:transform .28s; }
.reader-header.is-visible { transform:translateY(0); }
.reader-back { justify-self:start; font-size:13px; display:flex; gap:10px; align-items:center; color:#bbb; }
.reader-title { display:flex; align-items:baseline; gap:12px; font-size:12px; }
.reader-title strong { color:var(--red); }.reader-title span { color:#ddd; }
.reader-position { justify-self:end; border:1px solid #444; background:#181817; padding:8px 11px; display:flex; gap:14px; align-items:center; cursor:pointer; }
.reader-position span { font-size:11px; font-variant-numeric:tabular-nums; }.reader-position i { font-style:normal; color:var(--red); }
.reader-progress { position:absolute; left:0; bottom:0; height:2px; width:100%; background:var(--red); transform-origin:left; }
.comic-stream { width:min(100%,1080px); margin:0 auto; background:#e8e4da; }
.comic-panel { width:100%; position:relative; overflow:hidden; margin:0; background:#ded9ce; }
.comic-panel img { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .18s linear; }
.comic-panel.is-loaded img { opacity:1; }
.panel-placeholder { position:absolute; inset:0; display:grid; place-items:center; align-content:center; gap:8px; color:#9d978c; background:linear-gradient(135deg,#e4dfd4,#d8d2c6); }
.panel-placeholder span { font-family:'Noto Serif SC', Georgia, serif; font-size:64px; font-weight:900; opacity:.3; }.panel-placeholder small { letter-spacing:.18em; font-size:8px; }
.chapter-end { min-height:62vh; width:min(100%,1080px); margin:auto; background:var(--paper); color:var(--ink); padding:100px 8%; text-align:center; display:flex; flex-direction:column; justify-content:center; }
.chapter-end>p { color:var(--red); font-size:10px; letter-spacing:.2em; font-weight:800; }
.chapter-end h2 { font-family:'Noto Serif SC', Georgia, serif; font-size:clamp(42px,7vw,82px); letter-spacing:-.07em; margin:20px 0 54px; }
.chapter-end-actions { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.chapter-end-actions a { border:1px solid var(--line); padding:14px 22px; min-width:130px; font-size:12px; font-weight:700; }
.chapter-end-actions .next-chapter { background:var(--red); border-color:var(--red); color:white; }
.position-fab { position:fixed; z-index:18; right:22px; bottom:22px; width:58px; height:58px; border-radius:50%; border:1px solid #444; background:rgba(18,18,17,.9); color:white; backdrop-filter:blur(12px); cursor:pointer; opacity:0; transform:translateY(18px); transition:.25s; font-weight:700; }
.position-fab.is-visible { opacity:1; transform:none; }.position-fab small { font-size:9px; color:var(--red); }
.position-overlay { position:fixed; z-index:50; inset:0; display:grid; align-items:end; }
.overlay-backdrop { position:absolute; inset:0; border:0; background:rgba(0,0,0,.68); cursor:default; }
.position-sheet { z-index:1; width:min(100%,680px); margin:auto; background:var(--paper); padding:12px 30px 28px; box-shadow:0 -20px 80px rgba(0,0,0,.4); }
.sheet-handle { width:38px; height:4px; border-radius:3px; background:#c0bbb0; margin:0 auto 22px; }
.position-sheet header { display:flex; justify-content:space-between; align-items:start; }.position-sheet header p { margin:0 0 4px; font-size:10px; letter-spacing:.15em; color:var(--red); }.position-sheet header strong { font-family:'Noto Serif SC', Georgia, serif; font-size:20px; }.position-sheet header button { border:0; background:transparent; font-size:28px; cursor:pointer; }
.position-sheet label { display:flex; justify-content:space-between; font-size:11px; color:var(--muted); margin:28px 0 8px; }
.position-sheet input { width:100%; accent-color:var(--red); }
.panel-grid { display:grid; grid-template-columns:repeat(8,1fr); gap:7px; margin-top:22px; max-height:180px; overflow:auto; }
.panel-grid button { aspect-ratio:1; border:1px solid var(--line); background:transparent; cursor:pointer; font-size:11px; font-variant-numeric:tabular-nums; }.panel-grid button.is-current,.panel-grid button:hover { background:var(--ink); color:white; }
.keyboard-hint { margin:20px 0 0; text-align:center; color:var(--muted); font-size:9px; letter-spacing:.08em; }

@media (max-width:800px) {
  .site-header { height:68px; padding:0 18px; }.site-header nav>a:not(.nav-cta) { display:none; }.nav-cta { padding:10px 12px; }
  .hero { min-height:auto; gap:22px; padding:0 0 62px; align-items:start; }.hero-copy { width:calc(100% - 36px); margin:auto; padding:24px 22px 22px; }.hero h1:not(.sr-only) { margin:34vh 0 20px; font-size:clamp(54px,17vw,78px); }.hero-intro { font-size:14px; margin-top:16px; }.feature-strip { width:100%; margin-top:26px; }.feature-strip dt { font-size:19px; }
  .hero-visual { min-height:auto; }.cover-frame,.cover-frame.mina-cover { width:100%; border-left:0; border-right:0; }.issue-stamp { top:16px; left:18px; }.vertical-caption { right:10px; bottom:14px; }
  .chapters-section { padding:74px 20px; margin-bottom:34px; }.section-heading { align-items:start; }.section-heading h2 { font-size:52px; }.section-heading>p { display:none; }
  .chapter-row { grid-template-columns:54px 1fr 30px; min-height:96px; }.chapter-number { font-size:24px; }.chapter-main strong { font-size:19px; }.chapter-meta { display:none; }.chapter-arrow { text-align:right; }
  .reading-note { margin:0 20px 34px; padding:46px 24px; }.reading-note>div { grid-template-columns:1fr; gap:34px; }.reading-note h2 { font-size:52px; }.reading-note div p { font-size:14px; }
  footer { padding:34px 20px; }footer>p { display:none; }
  .reader-header { grid-template-columns:auto 1fr auto; padding:0 12px; }.reader-back span { display:none; }.reader-title { justify-self:center; }.reader-title span { display:none; }
  .position-fab { width:52px; height:52px; right:14px; bottom:14px; }
  .position-sheet { padding:10px 18px 24px; }.panel-grid { grid-template-columns:repeat(6,1fr); }
}

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