:root {
  color-scheme: dark;
  --bg: #08070d;
  --panel: #14111f;
  --panel-2: #1d1729;
  --text: #f7f1df;
  --muted: #c6bba4;
  --gold: #f7b84b;
  --red: #e84855;
  --blue: #47a8bd;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top left, #33203c 0, transparent 34rem), var(--bg); color: var(--text); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--gold); color: #111; padding: .7rem 1rem; border-radius: 999px; z-index: 5; }
.skip-link:focus { left: 1rem; }
.site-header { position: sticky; top: 0; z-index: 4; backdrop-filter: blur(18px); background: rgba(8,7,13,.78); border-bottom: 1px solid var(--line); }
.nav { max-width: 1180px; margin: 0 auto; min-height: 72px; padding: 0 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--gold); color: var(--gold); border-radius: 50%; font-size: .85rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1rem; color: var(--muted); font-size: .95rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .text-link:hover { color: var(--gold); }
.section, .section-grid { max-width: 1180px; margin: 0 auto; padding: 5rem 1.25rem; }
.section-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); gap: 3rem; align-items: center; }
.eyebrow { margin: 0 0 .75rem; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .75rem; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-size: clamp(2.7rem, 7vw, 6.5rem); line-height: .9; max-width: 11ch; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; }
h3 { margin: 0 0 .75rem; font-size: 1.35rem; }
.lede { max-width: 62ch; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { border: 1px solid var(--line); border-radius: 999px; padding: .9rem 1.15rem; text-decoration: none; background: rgba(255,255,255,.06); }
.button.primary { background: var(--gold); color: #140d07; border-color: var(--gold); font-weight: 900; }
.phone-card { justify-self: center; }
.phone-shell { width: min(330px, 80vw); padding: .9rem; border-radius: 2rem; background: linear-gradient(145deg, #2b2635, #09070d); box-shadow: var(--shadow); border: 1px solid var(--line); }
.phone-top { width: 35%; height: 7px; background: #050407; border-radius: 99px; margin: .2rem auto 1rem; }
.phone-shell img { border-radius: 1.2rem; border: 1px solid var(--line); }
.phone-caption { text-align: center; color: var(--muted); padding: .8rem .2rem .2rem; font-weight: 700; }
.trust-strip { max-width: 1180px; margin: 0 auto; padding: 1.25rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: 1.5rem; overflow: hidden; }
.trust-strip div { background: rgba(20,17,31,.92); padding: 1.2rem; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); margin-top: .2rem; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading.compact p:last-child { color: var(--muted); }
.comic-grid, .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.comic-card, .plans article, .notes-panel { background: rgba(20,17,31,.84); border: 1px solid var(--line); border-radius: 1.4rem; overflow: hidden; box-shadow: 0 12px 45px rgba(0,0,0,.22); }
.comic-card.featured { outline: 2px solid rgba(247,184,75,.4); }
.cover { min-height: 240px; display: grid; place-items: center; text-align: center; padding: 2rem; font-size: 2.3rem; font-weight: 950; line-height: .92; text-transform: uppercase; letter-spacing: -.04em; }
.cover-red { background: linear-gradient(135deg, #45111a, var(--red)); }
.cover-gold { background: linear-gradient(135deg, #3a260a, var(--gold)); color: #111; }
.cover-blue { background: linear-gradient(135deg, #102b40, var(--blue)); }
.comic-content { padding: 1.25rem; color: var(--muted); }
.comic-content h3 { color: var(--text); }
.tag { color: var(--gold); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.text-link { color: var(--gold); font-weight: 850; }
.reader-section { padding-top: 3rem; }
.reader-toolbar { position: sticky; top: 72px; display: flex; gap: .6rem; flex-wrap: wrap; padding: .8rem; margin-bottom: 1rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(8,7,13,.82); backdrop-filter: blur(14px); width: fit-content; z-index: 3; }
.reader-toolbar a { text-decoration: none; padding: .45rem .8rem; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--muted); }
.reader-frame { display: grid; gap: 1rem; justify-items: center; }
.reader-frame img { width: min(840px, 100%); border-radius: 1rem; border: 1px solid var(--line); box-shadow: var(--shadow); background: white; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: start; }
.split p { color: var(--muted); line-height: 1.7; }
.notes-panel { padding: 1.4rem; }
.notes-panel ul { margin: 0; padding-left: 1.2rem; color: var(--muted); line-height: 1.75; }
.membership { background: linear-gradient(180deg, transparent, rgba(247,184,75,.05), transparent); }
.plans article { padding: 1.4rem; }
.price { font-size: 1.4rem; color: var(--gold); font-weight: 950; }
.highlight-plan { transform: translateY(-.6rem); border-color: rgba(247,184,75,.55) !important; }
.footer { color: var(--muted); border-top: 1px solid var(--line); padding: 2rem 1.25rem; text-align: center; }
@media (max-width: 840px) {
  .nav { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .section, .section-grid { padding-block: 3.5rem; }
  .section-grid, .split, .comic-grid, .plans, .trust-strip { grid-template-columns: 1fr; }
  .reader-toolbar { top: 112px; border-radius: 1rem; }
  .highlight-plan { transform: none; }
}
