:root {
  --ink: #08090a;
  --ink-soft: #101214;
  --ink-lift: #181a1d;
  --paper: #f2e9da;
  --paper-dark: #d8cdbd;
  --red: #d83a24;
  --red-bright: #ef4428;
  --blue: #123f59;
  --blue-bright: #1f6e91;
  --gold: #f4c219;
  --green: #569430;
  --purple: #7140a4;
  --cyan: #66d6dd;
  --muted: #99958e;
  --line: rgba(242, 233, 218, .17);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Franklin Gothic Condensed", sans-serif;
  --body: "Trebuchet MS", "Segoe UI", sans-serif;
  --radius: 4px;
  --max: 1420px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(36, 65, 77, .16), transparent 29rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  min-width: 300px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
body.viewer-open, body.menu-open, body.cart-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 200;
  left: 1rem;
  top: 1rem;
  background: var(--gold);
  color: var(--ink);
  padding: .65rem 1rem;
  font-weight: 900;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1rem, 3vw, 3.5rem);
  background: rgba(8, 9, 10, .89);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }
.brand > span:last-child { display: grid; line-height: .85; }
.brand strong { font-family: var(--display); font-size: 1.55rem; letter-spacing: .055em; font-weight: 500; }
.brand small { font-family: var(--display); font-size: .67rem; color: var(--red-bright); letter-spacing: .34em; margin-top: .35rem; }
.brand-mark {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: var(--red);
  transform: rotate(5deg);
  box-shadow: inset 0 0 0 2px var(--ink), 0 0 0 1px var(--red);
}
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 5px;
  left: 5px;
  top: 13px;
  background: var(--ink);
}
.brand-mark::before { transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3.8rem); }
.site-nav a {
  position: relative;
  color: #b8b5af;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  transition: color .2s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--paper); }
.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -14px;
  background: var(--red);
  transform: rotate(-2deg);
}
.nav-count { color: var(--gold); font-size: .62rem; vertical-align: super; }
.header-cta {
  justify-self: end;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 1px solid rgba(242, 233, 218, .45);
  padding: .7rem 1rem;
  transition: background .2s, color .2s;
}
.header-cta:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7.4rem) clamp(1.2rem, 5vw, 5rem) 4rem;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .78fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 8rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(242,233,218,.035) 50%, transparent 50.1%),
    radial-gradient(circle at 78% 45%, rgba(31,110,145,.2), transparent 31rem);
}
.hero-copy { position: relative; z-index: 2; }
.hero-signal {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 2.4rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(102,214,221,.3);
  background: rgba(12,46,55,.45);
  color: #b9f1f3;
  font-size: .6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-signal span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: signal-pulse 1.8s ease-in-out infinite;
}
@keyframes signal-pulse { 50% { opacity: .35; box-shadow: 0 0 3px var(--cyan); } }
.eyebrow {
  color: var(--paper-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
}
.eyebrow > span { width: 30px; height: 3px; background: var(--red); transform: rotate(-3deg); }
.hero h1 {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(5rem, 11vw, 10.8rem);
  line-height: .72;
  letter-spacing: .005em;
  font-weight: 500;
  text-transform: uppercase;
}
.hero h1 span { display: block; position: relative; z-index: 1; }
.hero h1 em {
  display: block;
  width: max-content;
  color: var(--red-bright);
  font-style: normal;
  transform: translateX(14%) rotate(-3deg);
  text-shadow: 5px 5px 0 #361008;
}
.hero-lead { max-width: 580px; font-size: clamp(1.05rem, 1.45vw, 1.3rem); color: #c9c4bc; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2.1rem 0 3rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  border: 1px solid transparent;
  border-radius: 0;
  padding: .85rem 1.35rem;
  font-size: .74rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; box-shadow: 5px 5px 0 #5d170e; }
.button-primary:hover { background: var(--red-bright); }
.button-ghost { border-color: rgba(242, 233, 218, .35); background: transparent; color: var(--paper); }
.button-ghost:hover { background: var(--paper); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); box-shadow: 5px 5px 0 rgba(0,0,0,.25); }
.hero-meta { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); }
.hero-meta div { display: grid; }
.hero-meta strong { font-family: var(--display); font-size: 2rem; line-height: 1; font-weight: 500; }
.hero-meta span { color: var(--muted); text-transform: uppercase; font-size: .58rem; letter-spacing: .13em; margin-top: .45rem; }
.hero-art { position: relative; min-width: 0; isolation: isolate; }
.hero-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 88%;
  aspect-ratio: 1;
  right: -4%;
  top: -5%;
  border: 1px solid rgba(102,214,221,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(102,214,221,.018), 0 0 0 76px rgba(102,214,221,.012);
}
.hero-image-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(242,233,218,.23);
  background: #050505;
  transform: rotate(1deg);
  box-shadow: 22px 22px 0 rgba(216,58,36,.1);
}
.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px 12px #050505;
  pointer-events: none;
}
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-broadcast {
  position: absolute;
  z-index: 4;
  right: -1rem;
  bottom: 2.5rem;
  width: min(250px, 56%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .1rem .65rem;
  padding: .75rem .9rem;
  border: 1px solid rgba(102,214,221,.45);
  background: rgba(5,14,17,.9);
  box-shadow: 8px 8px 0 rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
}
.hero-broadcast span { grid-row: span 2; padding: .3rem .45rem; background: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.hero-broadcast strong { font: 500 1rem/1 var(--display); text-transform: uppercase; letter-spacing: .06em; }
.hero-broadcast small { color: var(--cyan); font-size: .52rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-sticker {
  position: absolute;
  z-index: 3;
  font-family: var(--display);
  text-align: center;
  letter-spacing: .07em;
  line-height: 1.05;
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(0,0,0,.6);
}
.sticker-top { top: 6%; right: -8%; padding: .7rem 1rem; background: var(--gold); transform: rotate(7deg); font-size: .72rem; }
.sticker-top strong { font-size: 1rem; color: var(--red); }
.sticker-bottom { left: -8%; bottom: 6%; padding: .6rem 1rem; background: var(--paper); transform: rotate(-5deg); font-size: .85rem; }
.sticker-bottom span { color: var(--red); }
.scribble { position: absolute; right: -10%; bottom: -14%; font: 500 12rem/1 var(--display); color: transparent; -webkit-text-stroke: 2px rgba(216,58,36,.18); transform: rotate(11deg); }

.ticker { background: var(--red); color: #fff; border-block: 2px solid var(--ink); overflow: hidden; transform: rotate(-1deg); width: calc(100% + 8px); margin-left: -4px; }
.ticker div { width: max-content; display: flex; align-items: center; gap: 1.7rem; padding: .75rem 0; animation: ticker 28s linear infinite; }
.ticker span { font: 500 1rem/1 var(--display); letter-spacing: .08em; }
.ticker i { color: var(--gold); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section.latest-transmission {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  max-width: none;
  padding-inline: max(clamp(1.2rem, 5vw, 5rem), calc((100vw - var(--max)) / 2 + 5rem));
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(18,63,89,.18), transparent 48%),
    #0b0d0f;
  overflow: hidden;
}
.latest-transmission::after {
  content: "11";
  position: absolute;
  z-index: 0;
  right: -1vw;
  bottom: -4rem;
  color: transparent;
  -webkit-text-stroke: 2px rgba(242,233,218,.035);
  font: 500 clamp(14rem, 28vw, 28rem)/.7 var(--display);
}
.latest-visual, .latest-copy { position: relative; z-index: 1; }
.latest-visual { padding: 1.2rem 0 1.2rem 1.2rem; }
.latest-visual::before {
  content: "";
  position: absolute;
  inset: 0 8% 0 0;
  border: 1px solid rgba(242,233,218,.12);
  transform: rotate(-1deg);
}
.latest-visual .latest-image { box-shadow: 18px 18px 0 rgba(216,58,36,.16); }
.latest-visual .latest-image img { aspect-ratio: 1.28; object-fit: cover; object-position: top; }
.latest-tape {
  position: absolute;
  left: -.5rem;
  top: 3rem;
  padding: .55rem .85rem;
  background: var(--gold);
  color: var(--ink);
  font: 500 .78rem/1 var(--display);
  letter-spacing: .12em;
  transform: rotate(-4deg);
  box-shadow: 5px 5px 0 rgba(0,0,0,.45);
}
.series-label { color: var(--cyan); font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section .latest-copy h2 { margin: .8rem 0 1.4rem; font: 500 clamp(4.8rem, 8.5vw, 9rem)/.78 var(--display); text-transform: uppercase; }
.latest-copy h2 em { color: var(--red-bright); font-style: normal; text-shadow: 5px 5px 0 #37100a; }
.latest-copy > p:not(.eyebrow) { max-width: 560px; color: #bdb8b0; font-size: 1.05rem; }
.latest-details { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin: 2rem 0; padding-block: 1.1rem; border-block: 1px solid var(--line); }
.latest-details span { color: var(--muted); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.latest-details strong { color: var(--paper); font-family: var(--display); font-size: 1.05rem; font-weight: 500; margin-right: .25rem; }
.latest-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.latest-open { border: 0; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 5vw, 5rem); }
.section-heading, .section-kicker-row { display: flex; justify-content: space-between; align-items: end; gap: 4rem; margin-bottom: clamp(2rem, 4vw, 4rem); }
.section-heading > p { max-width: 470px; color: #aaa69e; margin-bottom: .25rem; }
.section h2, .quote-section h2, .final-cta h2, .cast-cta h2, .comic-endcap h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  line-height: .9;
  letter-spacing: .015em;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { position: relative; min-height: 340px; padding: 2rem; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.feature-card::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 80% 15%, var(--card-color), transparent 55%); }
.feature-red { --card-color: rgba(216,58,36,.8); }
.feature-blue { --card-color: rgba(31,110,145,.75); }
.feature-gold { --card-color: rgba(244,194,25,.55); }
.feature-index { position: absolute; top: 1.3rem; right: 1.4rem; color: var(--muted); font: 500 .8rem/1 var(--display); letter-spacing: .1em; }
.feature-icon { position: absolute; top: .5rem; left: 1.4rem; font: 500 8rem/1 var(--display); color: transparent; -webkit-text-stroke: 2px var(--card-color); transform: rotate(-8deg); }
.feature-card h3 { position: relative; margin-bottom: .6rem; font: 500 2rem/1 var(--display); text-transform: uppercase; letter-spacing: .025em; }
.feature-card p { position: relative; color: #b8b4ad; margin-bottom: 0; max-width: 300px; }
.route-card { min-height: 390px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.route-card:hover { transform: translateY(-8px); border-color: rgba(242,233,218,.38); background: rgba(255,255,255,.018); }
.route-card .feature-icon { transition: transform .35s ease; }
.route-card:hover .feature-icon { transform: rotate(0) translate(8px, -5px); }
.route-status { position: relative; width: max-content; margin-bottom: auto; color: var(--paper-dark); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-status::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: .45rem; border-radius: 50%; background: var(--card-color); box-shadow: 0 0 8px var(--card-color); }
.route-link { position: relative; margin-top: 1.4rem; color: var(--paper); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }

.cast-preview { border-top: 1px solid var(--line); }
.section-kicker-row h2 { margin-top: .2rem; }
.text-link { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; color: var(--paper-dark); border-bottom: 1px solid currentColor; padding-bottom: .3rem; }
.text-link span { color: var(--red); margin-left: .5rem; }
.cast-track { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.cast-card { position: relative; min-height: 380px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-lift); }
.cast-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.92)); }
.cast-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.cast-card:hover img { transform: scale(1.035); filter: saturate(1.1) contrast(1.06); }
.cast-number { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); font: 500 .8rem/1 var(--display); }
.cast-info { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.3rem; display: grid; }
.cast-info small { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 900; }
.cast-info strong { font: 500 clamp(2.5rem, 5vw, 4.8rem)/.9 var(--display); text-transform: uppercase; }

.quote-section { position: relative; min-height: 620px; padding: 7rem clamp(1.2rem, 8vw, 9rem); display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; overflow: hidden; background: var(--paper); color: var(--ink); }
.quote-section::after { content: ""; position: absolute; width: 50%; aspect-ratio: 1; left: -12%; top: -20%; border: 2px solid rgba(8,9,10,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,9,10,.025), 0 0 0 140px rgba(8,9,10,.025); }
.quote-art { position: relative; z-index: 1; min-height: 300px; }
.quote-mark { position: absolute; font: 500 24rem/1 var(--display); color: var(--red); top: -5rem; left: 10%; }
.quote-x { position: absolute; font: 500 12rem/1 var(--display); color: transparent; -webkit-text-stroke: 3px var(--ink); bottom: -2rem; right: 8%; transform: rotate(-12deg); opacity: .2; }
.quote-section blockquote { position: relative; z-index: 2; margin: 0; }
.quote-section blockquote p { margin-bottom: 1.4rem; font: 500 clamp(3.3rem, 7vw, 7rem)/.9 var(--display); text-transform: uppercase; }
.quote-section blockquote strong { color: var(--red); font-weight: 500; }
.quote-section blockquote footer { font-size: .68rem; text-transform: uppercase; font-weight: 900; letter-spacing: .13em; }

.preview-comics { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; align-items: start; }
.preview-comic:nth-child(2) { margin-top: 6rem; }
.preview-comic:nth-child(3) { margin-top: 2rem; }
.image-button { border: 0; padding: 0; position: relative; display: block; width: 100%; height: auto; cursor: zoom-in; background: #111; overflow: hidden; box-shadow: 10px 10px 0 rgba(216,58,36,.13); }
.image-button img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: top; transition: transform .45s ease; }
.image-button:hover img { transform: scale(1.025); }
.open-icon { position: absolute; display: grid; place-items: center; top: 1rem; right: 1rem; width: 42px; height: 42px; background: var(--red); color: #fff; font-weight: 900; }
.preview-comic > div { padding: 1.2rem .2rem 0; }
.preview-comic > div span { color: var(--muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.preview-comic h3 { margin: .2rem 0 0; font: 500 2rem/1 var(--display); text-transform: uppercase; }

.final-cta { max-width: var(--max); margin: 0 auto clamp(4rem, 8vw, 8rem); padding: clamp(3rem, 7vw, 6rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid var(--line); background: linear-gradient(120deg, #121519, #1b0d09); }
.final-cta-tag { display: inline-block; background: var(--gold); color: var(--ink); padding: .3rem .55rem; font: 500 .75rem/1 var(--display); letter-spacing: .1em; transform: rotate(-2deg); margin-bottom: 1.2rem; }
.final-cta h2 em { color: var(--red); font-style: normal; }
.round-link { flex: 0 0 auto; width: 150px; height: 150px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--red); box-shadow: 0 0 0 10px rgba(216,58,36,.13); transition: transform .2s ease; }
.round-link:hover { transform: rotate(-8deg) scale(1.05); }
.round-link span { font: 500 1.5rem/1 var(--display); }
.round-link strong { font-size: 1.8rem; }

.site-footer { min-height: 220px; padding: 3rem clamp(1.2rem, 5vw, 5rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 2rem; color: var(--muted); }
.site-footer > p { margin: .5rem 0; font-size: .85rem; }
.site-footer nav { display: flex; gap: 2rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.site-footer nav a:hover { color: var(--paper); }
.footer-brand { grid-row: span 2; }
.copyright { grid-column: 2; text-align: right; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* Shared inner page hero */
.page-hero { position: relative; min-height: 470px; overflow: hidden; border-bottom: 1px solid var(--line); padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 9vw, 10rem) 5rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.page-hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; min-width: 500px; min-height: 500px; right: -10%; top: -60%; border-radius: 50%; border: 1px solid var(--line); box-shadow: 0 0 0 70px rgba(255,255,255,.012), 0 0 0 140px rgba(255,255,255,.012); }
.character-page-hero { background: radial-gradient(circle at 80% 20%, rgba(216,58,36,.2), transparent 38%); }
.comic-page-hero { background: radial-gradient(circle at 80% 20%, rgba(31,110,145,.32), transparent 42%); }
.page-hero > div:first-child { position: relative; z-index: 2; max-width: 780px; }
.page-hero h1 { margin: 0; font: 500 clamp(6rem, 16vw, 15rem)/.72 var(--display); text-transform: uppercase; letter-spacing: -.01em; }
.page-hero p:not(.eyebrow) { max-width: 600px; color: #b8b3ab; font-size: 1.03rem; margin: 2rem 0 0; }
.page-hero-stamp { position: relative; z-index: 2; width: 150px; aspect-ratio: 1; flex: 0 0 auto; border: 2px solid var(--red); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(8deg); }
.comic-page-hero .page-hero-stamp { border-color: var(--gold); }
.page-hero-stamp strong { font: 500 3.5rem/.8 var(--display); }
.page-hero-stamp span { font-size: .55rem; text-transform: uppercase; letter-spacing: .14em; margin-top: .65rem; }
.page-hero-word { position: absolute; right: -2%; bottom: -25%; color: transparent; -webkit-text-stroke: 2px rgba(242,233,218,.05); font: 500 20rem/1 var(--display); }

/* Characters */
.character-spotlight { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.spotlight-image { position: relative; min-width: 0; background: #050505; border: 1px solid var(--line); box-shadow: 20px 20px 0 rgba(216,58,36,.14); }
.spotlight-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.spotlight-image img.spotlight-portrait { object-fit: contain; background: #08090a; }
.spotlight-label { position: absolute; left: -1rem; bottom: 1.5rem; background: var(--red); padding: .5rem .8rem; font: 500 .8rem/1 var(--display); letter-spacing: .14em; transform: rotate(-3deg); }
.spotlight-copy h2 { font-size: clamp(5rem, 11vw, 10rem); color: var(--red); text-shadow: 4px 4px 0 #41140e; }
.spotlight-role { color: var(--gold); text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.spotlight-lead { color: #bdb8b0; font-size: 1.2rem; max-width: 600px; }
.trait-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.7rem 0; }
.trait-list span { border: 1px solid var(--line); padding: .45rem .75rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.spotlight-copy blockquote { margin: 2rem 0; padding-left: 1.2rem; border-left: 4px solid var(--red); font: 500 1.8rem/1 var(--display); text-transform: uppercase; }
.dossiers { border-top: 1px solid var(--line); }
.section-note { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.dossier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.dossier-card { --accent: var(--red); border: 1px solid var(--line); background: #0d0f11; overflow: hidden; }
.accent-teal { --accent: #77d6d7; }
.accent-green { --accent: #559730; }
.accent-purple { --accent: #7140a4; }
.accent-violet { --accent: #9149bf; }
.accent-gold { --accent: var(--gold); }
.accent-pink { --accent: #dc4e89; }
.dossier-image { position: relative; width: 100%; border: 0; padding: 0; background: #08090a; overflow: hidden; cursor: zoom-in; }
.dossier-image img { width: 100%; aspect-ratio: 1.5; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.dossier-image.portrait-art { background: #f3f1ed; }
.dossier-image.portrait-art img { aspect-ratio: 4 / 5; object-fit: contain; }
.dossier-image.portrait-art-dark { background: #050607; }
.dossier-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -60px 60px rgba(0,0,0,.32); }
.dossier-image span { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; background: var(--accent); color: #090909; padding: .5rem .7rem; font-size: .6rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.dossier-image:hover img { transform: scale(1.025); filter: saturate(1.1); }
.dossier-image:hover span { opacity: 1; transform: translateY(0); }
.dossier-copy { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1.5rem; border-top: 3px solid var(--accent); }
.dossier-id { font: 500 1.2rem/1 var(--display); color: var(--accent); writing-mode: vertical-rl; }
.dossier-copy small { color: var(--accent); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dossier-copy h3 { margin: .25rem 0 .5rem; font: 500 2.4rem/1 var(--display); text-transform: uppercase; }
.dossier-copy p { color: #a8a49d; margin: 0; font-size: .86rem; }
.cast-cta { padding: clamp(5rem, 9vw, 9rem) 1.5rem; background: var(--red); color: #fff; text-align: center; }
.cast-cta p { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.cast-cta h2 { margin-bottom: 2.4rem; }

/* Comics */
.comic-library { max-width: 1600px; }
.library-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: .65rem; }
.filter-chip { border: 1px solid var(--line); background: transparent; color: #aaa69f; padding: .7rem .95rem; cursor: pointer; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; transition: .2s ease; }
.filter-chip span { color: var(--muted); font-size: .52rem; margin-left: .4rem; vertical-align: super; }
.filter-chip:hover, .filter-chip.is-active { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.library-toolbar > p { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; margin: 0; white-space: nowrap; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: #63c679; border-radius: 50%; margin-right: .5rem; box-shadow: 0 0 8px #63c679; }
.comic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem) 1.25rem; align-items: start; }
.comic-card[hidden] { display: none; }
.comic-cover { position: relative; width: 100%; display: block; padding: 0; border: 1px solid rgba(242,233,218,.22); background: #121212; cursor: zoom-in; overflow: hidden; box-shadow: 8px 8px 0 rgba(242,233,218,.04); }
.comic-cover img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: top; transition: transform .5s ease, filter .5s ease; }
.comic-card:nth-child(3n+2) .comic-cover { transform: rotate(.5deg); }
.comic-card:nth-child(3n) .comic-cover { transform: rotate(-.4deg); }
.comic-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.45)); opacity: 0; transition: opacity .3s; }
.comic-cover:hover img { transform: scale(1.025); filter: brightness(.72); }
.comic-cover:hover::after { opacity: 1; }
.comic-open { position: absolute; z-index: 2; left: 50%; top: 50%; width: 105px; height: 105px; border-radius: 50%; background: var(--red); display: grid; place-content: center; opacity: 0; transform: translate(-50%, -44%) rotate(-8deg); transition: .25s ease; color: #fff; }
.comic-open i { font: 500 1.45rem/1 var(--display); text-transform: uppercase; font-style: normal; }
.comic-open strong { font-size: 1.2rem; }
.comic-cover:hover .comic-open { opacity: 1; transform: translate(-50%, -50%) rotate(-8deg); }
.comic-card-copy { padding: 1.2rem .25rem 0; }
.comic-card-copy > div { display: flex; justify-content: space-between; color: var(--muted); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.comic-card-copy h2 { margin: .4rem 0 .55rem; font-size: clamp(2rem, 3.2vw, 3.5rem); }
.comic-card-copy p { color: #a6a29b; max-width: 370px; margin: 0; font-size: .85rem; }
.comic-endcap { margin-top: 2rem; padding: clamp(5rem, 10vw, 10rem) 1.5rem; background: var(--paper); color: var(--ink); text-align: center; }
.endcap-small { display: inline-block; background: var(--gold); padding: .3rem .6rem; font: 500 .8rem/1 var(--display); letter-spacing: .08em; transform: rotate(-2deg); }
.comic-endcap h2 { margin: 1.5rem 0 2rem; }
.comic-endcap h2 em { color: var(--red); font-style: normal; }
.comic-endcap a { display: inline-block; border-bottom: 2px solid var(--ink); padding-bottom: .3rem; text-transform: uppercase; font-weight: 900; font-size: .72rem; letter-spacing: .12em; }

/* Shop */
.shop-page-hero { background: radial-gradient(circle at 80% 20%, rgba(216,58,36,.32), transparent 42%); }
.shop-stamp { border-color: var(--gold); }
.cart-count {
  min-width: 21px;
  height: 21px;
  padding: 0 .35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font: 900 .58rem/1 var(--body);
  letter-spacing: 0;
}
.shop-benefits {
  width: calc(100% + 8px);
  margin-left: -4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: .9rem 2rem;
  background: var(--gold);
  color: var(--ink);
  border-block: 2px solid var(--ink);
  transform: rotate(-.45deg);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.shop-benefits strong { color: var(--red); margin-right: .4rem; }
.shop-featured {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}
.featured-drop-copy h2 { font-size: clamp(4rem, 8vw, 8rem); }
.featured-drop-copy h2 em { color: var(--red); font-style: normal; }
.featured-drop-copy > p:not(.eyebrow) { color: #aaa69e; max-width: 610px; font-size: 1.05rem; }
.featured-label {
  display: inline-block;
  margin: 1rem 0 1.25rem;
  padding: .35rem .65rem;
  background: var(--gold);
  color: var(--ink);
  font: 500 .75rem/1 var(--display);
  letter-spacing: .1em;
  transform: rotate(-2deg);
}
.featured-price { display: flex; align-items: end; gap: 1.2rem; margin: 2rem 0; }
.featured-price strong { font: 500 2.4rem/1 var(--display); }
.featured-price span { color: var(--muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.shop-status-list { display: grid; max-width: 520px; margin: 2rem 0; border-top: 1px solid var(--line); }
.shop-status-list span { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.shop-status-list strong { color: var(--paper); }
.featured-product-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 38%, rgba(216,58,36,.46), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 90px, rgba(242,233,218,.025) 90px 91px),
    #101214;
}
.featured-product-visual::after { content: ""; position: absolute; inset: 2rem; border: 1px solid rgba(242,233,218,.09); pointer-events: none; }
.drop-number { position: absolute; top: -1.5rem; left: .5rem; color: transparent; -webkit-text-stroke: 2px rgba(242,233,218,.1); font: 500 13rem/1 var(--display); }
.featured-sticker { position: absolute; z-index: 3; right: 2%; bottom: 7%; background: var(--gold); color: var(--ink); padding: .75rem 1rem; font: 500 .72rem/1.1 var(--display); letter-spacing: .07em; text-align: center; transform: rotate(6deg); box-shadow: 5px 5px 0 #000; }
.featured-sticker strong { color: var(--red); font-size: 1rem; }
.garment { position: relative; z-index: 2; display: grid; place-items: center; filter: drop-shadow(0 24px 20px rgba(0,0,0,.45)); }
.garment-tee {
  width: 66%;
  aspect-ratio: .88;
  background: linear-gradient(120deg, #24272a, #090a0b 50%, #1a1c1f);
  clip-path: polygon(24% 8%, 38% 2%, 62% 2%, 76% 8%, 100% 23%, 84% 42%, 76% 35%, 78% 100%, 22% 100%, 24% 35%, 16% 42%, 0 23%);
}
.garment-large { width: min(64%, 480px); }
.garment-neck { position: absolute; width: 25%; height: 12%; top: 1%; border-radius: 0 0 50% 50%; background: #050506; border-bottom: 3px solid #303338; }
.garment-print { width: 45%; display: grid; justify-items: center; text-align: center; margin-top: 8%; }
.garment-print .merch-x, .cap-crown .merch-x { color: var(--red); font: 500 5.2rem/.7 var(--display); text-shadow: 3px 3px 0 #4c110a; transform: rotate(-4deg); }
.garment-print strong { margin-top: .55rem; font: 500 1.45rem/1 var(--display); letter-spacing: .08em; }
.garment-print small { margin-top: .4rem; color: #b9b9b9; font-size: .42rem; letter-spacing: .12em; }
.garment-hoodie {
  width: 66%;
  aspect-ratio: .82;
  background: linear-gradient(120deg, #432276, #170c2d 60%, #2e1756);
  clip-path: polygon(27% 14%, 38% 7%, 62% 7%, 73% 14%, 96% 29%, 84% 49%, 76% 41%, 78% 100%, 22% 100%, 24% 41%, 16% 49%, 4% 29%);
}
.hoodie-hood { position: absolute; top: -2%; width: 37%; height: 28%; border-radius: 50% 50% 38% 38%; background: #2d1555; border: 3px solid #130922; }
.hoodie-pocket { position: absolute; bottom: 8%; width: 39%; height: 14%; border: 2px solid rgba(255,255,255,.12); border-radius: 8px 8px 45% 45%; }
.stompie-print { position: relative; z-index: 2; margin-top: 7%; }
.stompie-print i { width: 58px; height: 68px; border-radius: 45% 45% 42% 42%; background: #182a2b; border: 3px solid #090c0d; position: relative; }
.stompie-print i::before { content: ""; position: absolute; left: 50%; top: -19px; width: 5px; height: 20px; background: #111; transform: translateX(-50%); }
.stompie-print i::after { content: ""; position: absolute; left: calc(50% - 7px); top: -28px; width: 14px; height: 14px; background: #7fe6ed; border-radius: 50%; border: 2px solid #111; box-shadow: -10px 52px 0 -4px #ede5d7, 10px 52px 0 -4px #ede5d7; }
.stompie-print strong { color: #e9dfcf; }
.product-library { border-top: 1px solid var(--line); max-width: 1600px; }
.shop-heading { margin-bottom: 2rem; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.shop-cart-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--paper); padding: 0 0 .35rem; cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shop-cart-link .cart-count { margin-left: .35rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2.5rem, 5vw, 5.5rem) 1.2rem; align-items: start; }
.product-category-grid { grid-template-columns: repeat(2, 1fr); }
.product-card[hidden] { display: none; }
.product-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(242,233,218,.17);
}
.product-visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 64px, rgba(0,0,0,.045) 64px 65px); }
.product-visual-red { background: #a92c1d; }
.product-visual-purple { background: #623598; }
.product-visual-paper { background: #d7cab8; }
.product-visual-gold { background: #e2b414; }
.product-visual-blue { background: #1c4e69; }
.product-visual-cream { background: #ece1d1; }
.product-visual .garment { width: 73%; transition: transform .45s ease; }
.product-card:hover .product-visual .garment { transform: scale(1.035) rotate(-1deg); }
.product-badge { position: absolute; z-index: 4; top: 1rem; left: 1rem; background: var(--paper); color: var(--ink); padding: .42rem .62rem; font: 500 .68rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; transform: rotate(-2deg); box-shadow: 3px 3px 0 rgba(0,0,0,.25); }
.product-badge-dark { background: var(--ink); color: var(--paper); }
.product-badge-gold { background: var(--gold); }
.product-copy { padding-top: 1.25rem; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .55rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { margin: .45rem 0 1rem; font: 500 clamp(2rem, 3vw, 3rem)/1 var(--display); text-transform: uppercase; }
.product-copy > p { max-width: 560px; margin: -.25rem 0 0; color: var(--muted); font-size: .86rem; }
.product-buy { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-buy > strong { font: 500 1.4rem/1 var(--display); }
.product-buy button { border: 0; background: transparent; color: var(--paper); cursor: pointer; padding: .45rem 0; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-buy button span { display: inline-grid; place-items: center; width: 26px; height: 26px; margin-left: .45rem; background: var(--red); color: #fff; transition: transform .2s; }
.product-buy button:hover span { transform: rotate(90deg); }
.product-buy button.is-added { color: #72ca82; }
.poster-mockup { position: relative; z-index: 2; width: 64%; padding: 10px; background: #f2e9da; box-shadow: 15px 20px 25px rgba(0,0,0,.35); transform: rotate(-2deg); transition: transform .45s ease; }
.poster-mockup::after { content: ""; position: absolute; inset: 10px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
.poster-mockup img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: top; }
.poster-landscape { width: 82%; transform: rotate(2deg); }
.poster-landscape img { aspect-ratio: 1.5; }
.product-card:hover .poster-mockup { transform: rotate(0) scale(1.02); }
.cap-mockup { position: relative; z-index: 2; width: 72%; height: 260px; filter: drop-shadow(0 24px 18px rgba(0,0,0,.35)); transform: rotate(-5deg); transition: transform .4s ease; }
.cap-crown { position: absolute; width: 70%; height: 70%; left: 8%; top: 7%; border-radius: 54% 48% 18% 20%; background: linear-gradient(125deg, #202326, #070809 68%); display: grid; place-items: center; border: 2px solid #050505; overflow: hidden; }
.cap-crown::after { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.15); }
.cap-crown .merch-x { position: relative; z-index: 2; font-size: 5rem; }
.cap-visor { position: absolute; width: 56%; height: 34%; right: 2%; bottom: 9%; border-radius: 10% 100% 40% 70%; background: #090a0b; border: 2px solid #030303; transform: rotate(6deg); }
.product-card:hover .cap-mockup { transform: rotate(-2deg) scale(1.025); }
.mug-mockup { position: relative; z-index: 2; width: 58%; height: 250px; filter: drop-shadow(0 22px 15px rgba(0,0,0,.24)); }
.mug-face { position: absolute; inset: 5% 12% 0 0; border-radius: 8px 8px 35px 35px; background: linear-gradient(110deg, #121416, #050606 75%); color: var(--paper); display: grid; place-content: center; text-align: center; border-top: 10px solid #292c30; }
.mug-face strong { font: 500 4rem/.8 var(--display); color: var(--red); }
.mug-face span { margin-top: .8rem; font-size: .52rem; font-weight: 900; letter-spacing: .13em; }
.mug-handle { position: absolute; right: -2%; top: 28%; width: 34%; height: 48%; border: 18px solid #08090a; border-left: 0; border-radius: 0 50% 50% 0; }
.mug-mockup > i { position: absolute; top: -22%; left: 35%; width: 4px; height: 68px; background: rgba(100,100,100,.45); border-radius: 50%; transform: rotate(-10deg); filter: blur(2px); }
.mug-mockup > i:last-child { left: 53%; height: 52px; transform: rotate(8deg); }
.sticker-sheet { position: relative; z-index: 2; width: 74%; aspect-ratio: 1.15; background: var(--paper); border: 2px solid var(--ink); box-shadow: 16px 18px 0 rgba(0,0,0,.24); transform: rotate(-2deg); }
.sticker-sheet span { position: absolute; display: grid; place-items: center; color: var(--ink); background: #fff; border: 4px solid #fff; filter: drop-shadow(3px 4px 0 rgba(0,0,0,.28)); font-family: var(--display); }
.sticker-x { left: 10%; top: 12%; width: 34%; aspect-ratio: 1; border-radius: 50%; background: var(--red) !important; color: #fff !important; font-size: 4.5rem; transform: rotate(-8deg); }
.sticker-d { right: 8%; top: 9%; width: 36%; aspect-ratio: 1; border-radius: 50%; background: var(--ink) !important; color: var(--gold) !important; font-size: 3rem; transform: rotate(7deg); }
.sticker-word { left: 8%; bottom: 11%; padding: .55rem .8rem; background: var(--gold) !important; font-size: 1.2rem; transform: rotate(3deg); }
.sticker-eye { right: 12%; bottom: 8%; width: 24%; aspect-ratio: 1; border-radius: 50%; font-size: 2.8rem; }
.digital-comic-stack { position: relative; z-index: 2; width: 78%; padding: 12px 12px 38px; background: #131517; box-shadow: 12px 12px 0 rgba(0,0,0,.2), 22px 22px 0 rgba(255,255,255,.15); transform: rotate(2deg); }
.digital-comic-stack img { width: 100%; aspect-ratio: 1.25; object-fit: cover; object-position: top; }
.digital-comic-stack span { position: absolute; left: 12px; bottom: 10px; color: var(--paper); font: 500 .75rem/1 var(--display); letter-spacing: .12em; }
.shop-manifesto { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 8vw, 9rem); display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; background: var(--red); color: #fff; }
.shop-manifesto > div:first-child > span { display: inline-block; margin-bottom: 1.5rem; background: var(--gold); color: var(--ink); padding: .35rem .6rem; font: 500 .72rem/1 var(--display); letter-spacing: .1em; transform: rotate(-2deg); }
.shop-manifesto h2 { font: 500 clamp(4rem, 8vw, 8rem)/.88 var(--display); text-transform: uppercase; }
.shop-manifesto h2 em { color: var(--gold); font-style: normal; }
.manifesto-notes p { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .85rem; }
.manifesto-notes strong { font: 500 1rem/1 var(--display); color: var(--gold); }

.cart-backdrop { position: fixed; z-index: 89; inset: 0; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: .3s ease; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(450px, 100vw); height: 100vh; display: grid; grid-template-rows: auto auto 1fr auto; background: #0d0f11; border-left: 1px solid var(--line); transform: translateX(103%); transition: transform .35s ease; }
body.cart-open .cart-backdrop { opacity: 1; visibility: visible; }
body.cart-open .cart-drawer { transform: translateX(0); }
.cart-header { min-height: 90px; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--line); }
.cart-header > div { display: grid; }
.cart-header span { color: var(--red); font-size: .54rem; font-weight: 900; letter-spacing: .13em; }
.cart-header h2 { margin: .15rem 0 0; font: 500 2.2rem/1 var(--display); text-transform: uppercase; }
.cart-header button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--paper); cursor: pointer; font-size: 1.8rem; }
.cart-progress { padding: 1rem 1.5rem; border-bottom: 1px solid var(--line); }
.cart-progress > div { height: 4px; background: #282b2f; overflow: hidden; }
.cart-progress > div span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .3s ease; }
.cart-progress p { color: var(--muted); margin: .55rem 0 0; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; }
.cart-items { min-height: 0; overflow-y: auto; padding: 0 1.5rem; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 76px; height: 84px; object-fit: cover; background: #1a1d20; }
.cart-item-info { display: grid; align-content: start; }
.cart-item-info h3 { margin: 0 0 .25rem; font: 500 1.15rem/1 var(--display); text-transform: uppercase; }
.cart-item-info > span { color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-quantity { width: max-content; display: grid; grid-template-columns: 28px 34px 28px; margin-top: .7rem; border: 1px solid var(--line); }
.cart-quantity button { border: 0; background: transparent; color: var(--paper); cursor: pointer; }
.cart-quantity span { display: grid; place-items: center; font-size: .72rem; }
.cart-item-price { display: grid; justify-items: end; align-content: space-between; font: 500 1rem/1 var(--display); }
.cart-remove { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.cart-remove:hover { color: var(--red); }
.cart-empty { grid-row: 3; align-self: center; text-align: center; padding: 2rem; }
.cart-empty > span { display: block; color: transparent; -webkit-text-stroke: 2px rgba(216,58,36,.65); font: 500 7rem/1 var(--display); transform: rotate(-7deg); }
.cart-empty h3 { margin: .5rem 0; font: 500 2rem/1 var(--display); text-transform: uppercase; }
.cart-empty p { color: var(--muted); font-size: .8rem; }
.cart-empty .button { margin-top: 1rem; }
.cart-drawer.has-items .cart-empty { display: none; }
.cart-drawer:not(.has-items) .cart-items, .cart-drawer:not(.has-items) .cart-footer { display: none; }
.cart-footer { padding: 1.25rem 1.5rem 1.5rem; border-top: 1px solid var(--line); background: #111315; }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: .55rem; color: var(--muted); font-size: .75rem; }
.cart-footer .cart-total-row { margin: 1rem 0 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--paper); font-weight: 900; }
.cart-total-row strong { font: 500 1.5rem/1 var(--display); }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: .9rem; color: var(--muted); text-align: center; font-size: .55rem; }
.checkout-dialog { width: min(560px, calc(100vw - 2rem)); padding: clamp(2rem, 6vw, 4rem); border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-align: center; overflow: visible; }
.checkout-dialog::backdrop { background: rgba(0,0,0,.86); }
.checkout-dialog .checkout-close:first-child { position: absolute; right: 1rem; top: 1rem; width: 42px; height: 42px; border: 1px solid rgba(0,0,0,.2); background: transparent; cursor: pointer; font-size: 1.7rem; }
.checkout-mark { display: block; color: var(--red); font: 500 8rem/.7 var(--display); transform: rotate(-5deg); }
.checkout-dialog > p:first-of-type { color: var(--red); margin: 2rem 0 .7rem; font-size: .6rem; font-weight: 900; letter-spacing: .14em; }
.checkout-dialog h2 { margin: 0 0 1rem; font: 500 clamp(3rem, 8vw, 5rem)/.9 var(--display); text-transform: uppercase; }
.checkout-dialog > p:last-of-type { color: #555; max-width: 440px; margin: 0 auto 2rem; }

/* Videos */
.video-page-hero { background: radial-gradient(circle at 80% 20%, rgba(244,194,25,.2), transparent 42%); }
.video-stamp { border-color: var(--gold); }
.video-feature { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.video-storyboard { position: relative; min-width: 0; padding: 14px 14px 42px; background: var(--paper); color: var(--ink); transform: rotate(-1deg); box-shadow: 20px 22px 0 rgba(216,58,36,.14); }
.video-storyboard img { width: 100%; aspect-ratio: 1.25; object-fit: cover; object-position: top; filter: saturate(.8); }
.storyboard-tag { position: absolute; left: 14px; bottom: 12px; font: 500 .72rem/1 var(--display); letter-spacing: .09em; }
.play-symbol { position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; padding-left: .35rem; background: var(--red); color: #fff; font-size: 2.1rem; transform: translate(-50%, -50%); box-shadow: 0 0 0 10px rgba(216,58,36,.18); }
.video-feature-copy h2 { font-size: clamp(4rem, 8vw, 8rem); }
.video-feature-copy > p:not(.eyebrow) { color: var(--muted); }
.video-feature-copy em { color: var(--gold); }
.placeholder-note { padding-left: 1rem; border-left: 3px solid var(--gold); font-size: .78rem; }
.video-feature-copy .button { margin-top: 1rem; }
.video-formats { border-top: 1px solid var(--line); }
.video-format-grid .feature-icon { font-size: 6rem; }
.video-endcap > p { max-width: 650px; margin: 0 auto 2rem; color: #555; }

/* About */
.about-page-hero { background: radial-gradient(circle at 80% 20%, rgba(86,148,48,.2), transparent 42%); }
.about-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.about-portrait { position: relative; border: 1px solid var(--line); background: #050505; box-shadow: 20px 20px 0 rgba(216,58,36,.13); }
.about-portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-portrait span { position: absolute; left: -1rem; bottom: 1.4rem; padding: .5rem .8rem; background: var(--gold); color: var(--ink); font: 500 .72rem/1 var(--display); letter-spacing: .1em; transform: rotate(-3deg); }
.about-copy h2 { font-size: clamp(4rem, 8vw, 8rem); }
.about-copy h2 em { color: var(--red); font-style: normal; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .about-lead { color: var(--paper); font-size: 1.2rem; }
.about-copy blockquote { margin: 2rem 0 0; padding-left: 1rem; border-left: 4px solid var(--red); font: 500 1.8rem/1 var(--display); text-transform: uppercase; }
.about-principles { border-top: 1px solid var(--line); }

/* Viewer */
.viewer { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(5,6,7,.96); color: var(--paper); overflow: hidden; }
.viewer::backdrop { background: rgba(0,0,0,.9); }
.viewer[open] { display: grid; grid-template-rows: auto 1fr auto; }
.viewer-bar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: .8rem clamp(1rem, 3vw, 3rem); border-bottom: 1px solid var(--line); background: rgba(8,9,10,.85); }
.viewer-bar > div { display: grid; }
.viewer-bar span { color: var(--red-bright); font-size: .58rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.viewer-bar h2 { margin: .15rem 0 0; font: 500 1.75rem/1 var(--display); text-transform: uppercase; }
.viewer-close { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 2rem; line-height: 1; cursor: pointer; }
.viewer-close:hover { background: var(--red); }
.viewer-stage { min-height: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem clamp(.5rem, 2vw, 2rem); overflow: auto; }
.viewer-stage img { justify-self: center; max-width: min(1180px, 78vw); max-height: calc(100vh - 145px); object-fit: contain; box-shadow: 0 0 60px rgba(0,0,0,.65); }
.viewer-nav { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: rgba(8,9,10,.75); color: var(--paper); cursor: pointer; font-size: 1.4rem; transition: .2s; }
.viewer-nav:hover { background: var(--paper); color: var(--ink); }
.viewer-count { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); background: rgba(8,9,10,.82); border: 1px solid var(--line); padding: .35rem .7rem; font-size: .6rem; letter-spacing: .12em; }

.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 2rem; padding-inline: 2rem; }
  .section.latest-transmission { padding-inline: 2rem; gap: 3rem; }
  .section { padding-inline: 2rem; }
  .quote-section { grid-template-columns: .45fr 1.55fr; padding-inline: 3rem; }
  .comic-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-featured { gap: 3rem; }
  .featured-product-visual { min-height: 560px; }
  .video-feature, .about-intro { gap: 3rem; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 1rem; }
  .brand strong { font-size: 1.3rem; }
  .brand small { font-size: .54rem; }
  .brand-mark { width: 28px; height: 28px; }
  .brand-mark::before, .brand-mark::after { width: 19px; left: 4.5px; top: 11.5px; }
  .menu-toggle { justify-self: end; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); background: transparent; color: var(--paper); }
  .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 70px 0 0; background: rgba(8,9,10,.98); padding: 3rem 1.5rem; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 1.8rem; }
  .site-nav.is-open { display: flex; }
  .site-nav a { font: 500 3.2rem/.95 var(--display); color: var(--paper); }
  .site-nav a[aria-current="page"]::after { bottom: -7px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 3.5rem 1.2rem 4rem; }
  .hero::before { background: radial-gradient(circle at 50% 75%, rgba(31,110,145,.2), transparent 24rem); }
  .hero-signal { margin-bottom: 1.8rem; font-size: .52rem; }
  .hero h1 { font-size: clamp(5rem, 25vw, 8.2rem); }
  .hero-art { width: 86%; justify-self: center; }
  .hero-broadcast { right: -8%; bottom: 1.25rem; }
  .hero-meta { justify-content: space-between; }
  .section { padding: 5rem 1.2rem; }
  .section.latest-transmission { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.2rem; }
  .latest-visual { padding-left: .65rem; }
  .section .latest-copy h2 { font-size: clamp(5rem, 22vw, 8rem); }
  .latest-transmission::after { bottom: 1rem; right: -12%; }
  .section-heading, .section-kicker-row { display: grid; gap: 1.5rem; align-items: start; }
  .section h2, .final-cta h2, .cast-cta h2, .comic-endcap h2 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .feature-grid, .cast-track, .preview-comics, .dossier-grid, .comic-grid, .product-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .route-card { min-height: 330px; }
  .cast-card { min-height: 280px; }
  .quote-section { min-height: 580px; grid-template-columns: 1fr; padding: 4rem 1.2rem; }
  .quote-art { min-height: 150px; }
  .quote-mark { font-size: 15rem; top: -4rem; }
  .quote-x { font-size: 8rem; }
  .quote-section blockquote p { font-size: clamp(3rem, 14vw, 5.5rem); }
  .preview-comic:nth-child(2), .preview-comic:nth-child(3) { margin-top: 0; }
  .final-cta { margin: 0 1.2rem 4rem; padding: 3rem 1.5rem; align-items: flex-start; }
  .round-link { width: 95px; height: 95px; }
  .round-link span { font-size: 1rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .copyright { grid-column: 1; text-align: left; }
  .site-footer nav { flex-wrap: wrap; gap: 1rem 1.5rem; }
  .page-hero { min-height: 420px; display: block; padding: 5rem 1.2rem 3rem; }
  .page-hero h1 { font-size: clamp(6rem, 28vw, 10rem); }
  .page-hero-stamp { width: 92px; margin: 2rem 0 0 auto; }
  .page-hero-stamp strong { font-size: 2.5rem; }
  .character-spotlight { grid-template-columns: 1fr; gap: 3rem; }
  .spotlight-copy h2 { font-size: clamp(5rem, 25vw, 8rem); }
  .library-toolbar { align-items: flex-start; flex-direction: column; }
  .comic-grid { gap: 3.5rem; }
  .shop-benefits { justify-content: flex-start; overflow-x: auto; padding-inline: 1.2rem; }
  .shop-featured { grid-template-columns: 1fr; }
  .video-feature, .about-intro { grid-template-columns: 1fr; }
  .featured-product-visual { min-height: 500px; }
  .featured-product-visual .garment-large { width: min(74%, 390px); }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
  .product-grid { gap: 3.5rem; }
  .product-visual { min-height: 390px; }
  .shop-manifesto { grid-template-columns: 1fr; padding: 5rem 1.2rem; }
  .shop-manifesto h2 { font-size: clamp(3.5rem, 16vw, 6rem); }
  .viewer-bar { min-height: 70px; }
  .viewer-stage { display: block; padding: 1rem .5rem 4rem; }
  .viewer-stage img { max-width: 100%; max-height: none; margin: 0 auto; }
  .viewer-nav { position: fixed; bottom: 1rem; z-index: 3; }
  .viewer-prev { left: 1rem; }
  .viewer-next { right: 1rem; }
  .viewer-count { position: fixed; bottom: 1.5rem; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: .5rem; }
  .hero-meta strong { font-size: 1.65rem; }
  .hero-art { width: 96%; }
  .hero-broadcast { right: -2%; width: 62%; }
  .sticker-top { right: -2%; }
  .sticker-bottom { left: -2%; }
  .final-cta { flex-direction: column; }
  .round-link { align-self: flex-end; }
  .filter-chip { flex: 1 1 auto; }
  .latest-details { gap: .8rem; }
  .latest-details span { width: calc(50% - .4rem); }
}

/* WooCommerce ------------------------------------------------------------ */
.ds-woocommerce-shell {
  min-height: calc(100vh - 82px);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 7vw, 8rem);
}
.ds-shop-intro {
  max-width: var(--max);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.ds-shop-intro h1 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font: 500 clamp(3.8rem, 9vw, 8rem)/.86 var(--display);
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.ds-shop-intro > p:last-child { max-width: 650px; color: var(--muted); }
.ds-woocommerce-content {
  max-width: var(--max);
  margin: 0 auto;
}
.ds-woocommerce-content .woocommerce-breadcrumb,
.ds-woocommerce-content .woocommerce-result-count,
.ds-woocommerce-content .woocommerce-product-details__short-description,
.ds-woocommerce-content .woocommerce-product-attributes,
.ds-woocommerce-content .woocommerce-MyAccount-navigation,
.ds-woocommerce-content .woocommerce-info { color: var(--muted); }
.ds-woocommerce-content .woocommerce-breadcrumb a,
.ds-woocommerce-content .woocommerce-MyAccount-navigation a { color: var(--paper); }
.ds-woocommerce-content ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.ds-woocommerce-content ul.products::before,
.ds-woocommerce-content ul.products::after { display: none; }
.ds-woocommerce-content ul.products li.product {
  width: auto;
  margin: 0;
  padding: 1rem;
  background: var(--ink-soft);
  border: 1px solid var(--line);
}
.ds-woocommerce-content ul.products li.product img { margin-bottom: 1.25rem; background: var(--paper); }
.ds-woocommerce-content ul.products li.product .woocommerce-loop-product__title,
.ds-woocommerce-content div.product .product_title {
  color: var(--paper);
  font: 500 clamp(1.8rem, 3vw, 3rem)/.95 var(--display);
  letter-spacing: .01em;
  text-transform: uppercase;
}
.ds-woocommerce-content .price,
.ds-woocommerce-content ul.products li.product .price { color: var(--gold); font-weight: 900; }
.ds-woocommerce-content .button,
.ds-woocommerce-content button.button,
.ds-woocommerce-content input.button,
.ds-woocommerce-content a.button {
  border-radius: 0;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ds-woocommerce-content .button:hover,
.ds-woocommerce-content button.button:hover,
.ds-woocommerce-content input.button:hover,
.ds-woocommerce-content a.button:hover { background: var(--red-bright); color: #fff; }
.ds-woocommerce-content input.input-text,
.ds-woocommerce-content textarea,
.ds-woocommerce-content select,
.ds-woocommerce-content .select2-selection {
  min-height: 44px;
  border: 1px solid rgba(242, 233, 218, .35);
  border-radius: 0;
  background: var(--ink-soft);
  color: var(--paper);
}
.ds-woocommerce-content table.shop_table { border-color: var(--line); border-radius: 0; }
.ds-woocommerce-content table.shop_table th,
.ds-woocommerce-content table.shop_table td { border-color: var(--line); }
.ds-woocommerce-content .woocommerce-message,
.ds-woocommerce-content .woocommerce-info,
.ds-woocommerce-content .woocommerce-error {
  border-top-color: var(--gold);
  background: var(--ink-soft);
  color: var(--paper);
}
.ds-woocommerce-content .woocommerce-message::before,
.ds-woocommerce-content .woocommerce-info::before { color: var(--gold); }
.ds-woocommerce-content .woocommerce-error { border-top-color: var(--red); }
.ds-woocommerce-content .woocommerce-error::before { color: var(--red); }

@media (max-width: 900px) {
  .ds-woocommerce-shell { min-height: calc(100vh - 70px); }
  .ds-woocommerce-content ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .ds-woocommerce-content ul.products { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
