:root {
  --black: #070707;
  --panel: #111;
  --panel-2: #191919;
  --white: #f3f1eb;
  --muted: #a6a6a2;
  --line: #343434;
  --signal: #f4c430;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.sr-only, .skip-link:not(:focus) { 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:focus { position: fixed; z-index: 100; top: 1rem; left: 1rem; background: var(--signal); color: #000; padding: .75rem 1rem; }

.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: rgba(7,7,7,.94); }
.brand img { width: 112px; max-height: 68px; }
.site-nav { display: flex; gap: 2rem; align-items: center; }
.site-nav a { color: var(--muted); text-decoration: none; text-transform: uppercase; font-size: .77rem; letter-spacing: .19em; padding: 1rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.active { color: var(--white); border-color: var(--signal); }
.menu-button { display: none; background: transparent; color: var(--white); border: 1px solid var(--line); padding: .6rem .8rem; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }

.section-pad { padding: clamp(4rem, 9vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.eyebrow, .section-number { color: var(--signal); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 800; }
h1, h2 { margin: 0; text-transform: uppercase; letter-spacing: -.055em; line-height: .92; font-weight: 900; }
h1 { font-size: clamp(4rem, 10vw, 9.5rem); }
h2 { font-size: clamp(3rem, 7vw, 6.5rem); }
p { color: #d3d1ca; }
.large-copy { font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.35; color: var(--white); }

.hero { min-height: calc(100vh - 96px); position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 5vw; align-items: center; padding: clamp(3rem, 7vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.hero::after { content: "41"; position: absolute; right: -1vw; bottom: -15vw; color: rgba(255,255,255,.025); font-size: 52vw; line-height: .8; font-weight: 900; z-index: -1; }
.hero-atmosphere { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 40%, #2b2b2b 0, #111 28%, #070707 65%); }
.hero-copy { max-width: 760px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px #8f8f8b; }
.hero-intro { font-size: clamp(1rem, 1.6vw, 1.3rem); max-width: 600px; margin: 2rem 0; }
.button-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.2rem; border: 1px solid var(--white); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .73rem; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--white); color: #090909; }
.button-primary:hover { background: var(--signal); border-color: var(--signal); }
.button-ghost { background: transparent; color: var(--white); }
.button-ghost:hover { background: var(--white); color: #000; }
.button:disabled { cursor: not-allowed; background: #777; border-color: #777; color: #1b1b1b; }
.hero-cover { justify-self: end; width: min(100%, 420px); text-decoration: none; transform: rotate(1.4deg); transition: transform .25s ease; }
.hero-cover:hover { transform: rotate(0) translateY(-8px); }
.hero-cover img { box-shadow: 0 30px 80px rgba(0,0,0,.8); }
.hero-cover span { display: block; color: var(--muted); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; margin-top: 1rem; }

.statement { border-top: 1px solid var(--line); display: grid; grid-template-columns: .45fr 1.2fr .8fr; gap: 3rem; align-items: start; }
.statement h2 { font-size: clamp(2.8rem, 5.8vw, 6rem); }
.statement > p:last-child { font-size: 1.12rem; margin-top: 0; }
.featured { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--white); color: var(--black); padding-top: 0; padding-bottom: 0; }
.featured-art { min-height: 720px; margin-left: max(-1.25rem, calc((var(--max) - 100vw) / 2)); overflow: hidden; }
.featured-art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12); }
.featured-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); align-self: center; }
.featured-copy p { color: #333; }
.featured-copy .eyebrow { color: #675000; }
.text-link { display: inline-flex; gap: 1rem; text-transform: uppercase; font-size: .75rem; letter-spacing: .15em; font-weight: 800; text-decoration: none; margin-top: 1.5rem; border-bottom: 2px solid var(--black); padding-bottom: .4rem; }
.dispatch { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; border-bottom: 1px solid var(--line); }
.signup { display: grid; grid-template-columns: 1fr auto; gap: .75rem; }
input, textarea { width: 100%; border: 1px solid #555; border-radius: 0; background: #101010; color: var(--white); padding: 1rem; }
input:focus, textarea:focus { outline: 2px solid var(--signal); outline-offset: 2px; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .75rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-notice { padding: 1rem max(1.25rem, calc((100vw - var(--max)) / 2)); text-align: center; font-size: .85rem; font-weight: 800; }
.site-notice-success { background: var(--signal); color: #070707; }
.site-notice-error { background: #8e2727; color: #fff; }

.page-hero { min-height: 55vh; display: flex; flex-direction: column; justify-content: end; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #070707 55%, #171717); }
.page-hero p:last-child { max-width: 600px; font-size: 1.2rem; }
.catalog { display: grid; gap: 6rem; }
.comic-card { display: grid; grid-template-columns: minmax(260px, 430px) 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.comic-card > a img { box-shadow: 0 25px 70px #000; }
.comic-card p:not(.eyebrow) { max-width: 630px; font-size: 1.1rem; }
.future-card { border: 1px solid var(--line); padding: clamp(2rem, 6vw, 5rem); background: var(--panel); }
.future-card h2 { font-size: clamp(2.4rem, 5vw, 5rem); }

.product-hero { display: grid; grid-template-columns: minmax(300px, 520px) 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: radial-gradient(circle at 10% 30%, #292929, #090909 50%); }
.product-cover img { box-shadow: 0 32px 100px #000; }
.product-copy h1 { font-size: clamp(4rem, 8vw, 8rem); }
.product-copy > p { max-width: 680px; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 2rem 0; }
.product-facts div { padding: 1rem 1rem 1rem 0; }
.product-facts dt { text-transform: uppercase; color: var(--muted); letter-spacing: .15em; font-size: .65rem; }
.product-facts dd { margin: .25rem 0 0; font-weight: 800; }
.button-wide { width: 100%; }
.availability { color: var(--muted); font-size: .75rem; }
.section-heading { margin-bottom: 3rem; }
.preview { background: var(--panel); }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.preview-grid button { border: 0; padding: 0; background: none; cursor: zoom-in; overflow: hidden; }
.preview-grid img { transition: transform .3s ease; }
.preview-grid button:hover img { transform: scale(1.025); }
.quote-band { text-align: center; }
.quote-band blockquote { margin: 0; font-size: clamp(2.3rem, 6vw, 6rem); line-height: 1.05; font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; }
.lightbox { width: min(95vw, 900px); max-height: 95vh; background: #050505; border: 1px solid #555; padding: 2rem; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox img { margin: auto; max-height: 85vh; }
.lightbox button { position: fixed; top: 1.25rem; right: 1.5rem; border: 0; background: var(--white); color: #000; font-size: 2rem; width: 48px; height: 48px; cursor: pointer; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.about-sign { background: var(--white); padding: clamp(2rem, 5vw, 5rem); }
.about-copy p:not(.large-copy) { font-size: 1.1rem; }
.contact-section { max-width: 900px; }
.contact-form { display: grid; gap: .75rem; }
.contact-form label { margin-top: .65rem; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); font-size: .7rem; }
.contact-form .button { justify-self: start; margin-top: 1rem; }
.policy-hero { min-height: 42vh; }
.policy { max-width: 900px; }
.policy h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); margin-top: 3rem; letter-spacing: -.03em; }
.policy-date { color: var(--muted); margin-top: 4rem; }

.site-footer { padding: 3rem clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.site-footer img { width: 96px; }
.site-footer p { color: var(--muted); font-size: .75rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

@media (max-width: 850px) {
  .site-header { height: 78px; }
  .brand img { width: 88px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #090909; padding: 1rem 1.25rem 2rem; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-cover { justify-self: center; margin-top: 1rem; width: min(85vw, 430px); }
  .statement, .featured, .dispatch, .comic-card, .product-hero, .about-grid { grid-template-columns: 1fr; }
  .statement { gap: 1.5rem; }
  .featured-art { min-height: 460px; margin: 0; }
  .featured-copy { padding: 4rem 1.25rem; }
  .dispatch { gap: 2rem; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-grid button:nth-child(n+3) { display: none; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.6rem; }
  .signup { grid-template-columns: 1fr; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts div + div { border-top: 1px solid var(--line); }
  .footer-links { flex-wrap: wrap; }
}

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