:root {
  --black: #050505;
  --ink: #0b0b0c;
  --panel: #121214;
  --white: #f6f2e9;
  --muted: #b9b5ad;
  --gold: #e3ad2e;
  --gold-light: #ffd968;
  --red: #d51721;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--gold); color: #000; padding: .6rem 1rem; z-index: 20; }
.skip-link:focus { left: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .85rem clamp(1.25rem,4vw,4rem); background: rgba(5,5,5,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: baseline; gap: .55rem; text-decoration: none; text-transform: uppercase; }
.brand-mark { font-family: Anton, sans-serif; font-size: 1.65rem; letter-spacing: .08em; color: var(--gold); }
.brand-name { font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 1.1rem; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: 1.5rem; font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: .55rem .9rem; }

.hero { min-height: 88vh; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem,5vw,6rem); padding: clamp(3rem,7vw,7rem) clamp(1.25rem,6vw,7rem); overflow: hidden; position: relative; background: radial-gradient(circle at 5% 30%, rgba(195,61,16,.25), transparent 25%), radial-gradient(circle at 95% 30%, rgba(17,86,184,.3), transparent 28%), linear-gradient(120deg,#050505 55%,#0d0f14); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: repeating-linear-gradient(102deg, transparent 0 78px, rgba(255,255,255,.12) 79px, transparent 80px 158px); }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow, .section-kicker, .option-label { margin: 0 0 .8rem; color: var(--gold); font-family: "Barlow Condensed", sans-serif; font-size: .95rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1,h2,h3 { margin: 0; line-height: .98; text-transform: uppercase; }
h1,h2 { font-family: Anton, sans-serif; font-weight: 400; }
h1 { max-width: 760px; font-size: clamp(4rem,8.8vw,8.5rem); letter-spacing: -.02em; }
.hero-line { margin: .85rem 0 1.5rem; color: var(--gold); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.55rem,3vw,2.8rem); font-style: italic; font-weight: 800; text-transform: uppercase; }
.hero-intro { max-width: 620px; color: #d8d5cf; font-size: clamp(1.05rem,1.4vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 1px solid var(--gold); font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #080808; }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-light); }
.button-secondary { background: rgba(0,0,0,.25); color: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; color: var(--muted); font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof span::before { content: "★"; color: var(--red); margin-right: .4rem; }
.hero-art { margin: 0; transform: rotate(1deg); }
.hero-art img { display: block; width: 100%; max-height: 690px; object-fit: cover; object-position: top; border: 1px solid rgba(227,173,46,.55); box-shadow: -18px 18px 0 rgba(213,23,33,.55), 0 30px 80px rgba(0,0,0,.7); }
.hero-art figcaption { margin: 1.25rem 0 0 1rem; color: var(--muted); font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: .22em; text-align: center; text-transform: uppercase; }

.statement { padding: clamp(5rem,10vw,10rem) clamp(1.25rem,12vw,13rem); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#0d0d0e,#080808); }
.statement h2, .section-heading h2, .partner h2, .contact h2 { font-size: clamp(3rem,6vw,6rem); }
.statement > p:not(.section-kicker) { max-width: 900px; margin: 1.5rem auto 0; color: #d1cec7; font-size: clamp(1.05rem,1.6vw,1.3rem); }

.work { padding: clamp(4.5rem,8vw,8rem) clamp(1.25rem,6vw,7rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 2.5rem; }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-grid article { min-height: 260px; padding: clamp(1.4rem,2.5vw,2.4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); transition: background .2s, transform .2s; }
.work-grid article:hover { background: #181719; transform: translateY(-3px); }
.number { display: block; margin-bottom: 2rem; color: var(--red); font-family: Anton, sans-serif; font-size: 1.1rem; letter-spacing: .12em; }
.work-grid h3, .partner-options h3 { font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.55rem,2.2vw,2.25rem); font-weight: 800; }
.work-grid p, .partner-options p { color: var(--muted); }

.books { padding: clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem); background: radial-gradient(circle at 85% 10%,rgba(42,102,190,.2),transparent 27%),linear-gradient(145deg,#080808,#111114); border-top: 1px solid var(--line); }
.books-heading { max-width: 900px; margin-bottom: clamp(3rem,6vw,5rem); }
.books-heading h2 { font-family: Anton,sans-serif; font-size: clamp(3rem,6vw,6rem); font-weight: 400; }
.books-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.book-grid { display: grid; gap: clamp(4rem,8vw,8rem); }
.book-card { display: grid; grid-template-columns: minmax(240px,.7fr) 1.3fr; gap: clamp(2rem,6vw,6rem); align-items: center; }
.book-card-reverse .book-cover { order: 2; }
.book-card-reverse .book-details { order: 1; }
.book-cover { display: block; justify-self: center; transition: transform .2s; }
.book-cover:hover,.book-cover:focus-visible { transform: rotate(-1deg) scale(1.015); }
.book-cover img { display: block; width: min(100%,390px); max-height: 590px; object-fit: contain; border: 1px solid rgba(227,173,46,.45); box-shadow: 18px 18px 0 rgba(213,23,33,.35),0 24px 60px rgba(0,0,0,.6); }
.book-number { margin: 0 0 .65rem; color: var(--red); font-family: "Barlow Condensed",sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.book-details h3 { font-family: Anton,sans-serif; font-size: clamp(2.5rem,5vw,5rem); font-weight: 400; }
.book-subtitle { margin: .45rem 0 0; color: var(--gold); font-family: "Barlow Condensed",sans-serif; font-size: clamp(1.5rem,3vw,2.5rem); font-style: italic; font-weight: 800; text-transform: uppercase; }
.book-meta { color: var(--gold); font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.book-details > p:not(.book-number,.book-subtitle,.book-meta,.book-price) { max-width: 700px; color: #d0ccc5; font-size: 1.05rem; }
.book-price { margin: 1.5rem 0; color: var(--muted); }
.book-price strong { color: var(--white); font-size: 1.2rem; }
.price-note { margin: 3rem 0 0; color: #8f8b85; font-size: .85rem; text-align: center; }

.sponsorship { padding: clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem); background: linear-gradient(135deg,#16090a,#090909 43%,#10131b); border-top: 1px solid var(--line); }
.sponsor-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem,6vw,7rem); align-items: center; }
.sponsor-copy h2 em { color: var(--red); font-style: normal; }
.sponsor-copy > p:not(.section-kicker) { max-width: 570px; margin: 1.5rem 0 2rem; color: #d0ccc5; font-size: 1.1rem; }
.sponsor-art { margin: 0; }
.sponsor-art img { display: block; width: 100%; border: 1px solid rgba(227,173,46,.55); box-shadow: 16px 16px 0 rgba(213,23,33,.35), 0 30px 80px rgba(0,0,0,.5); }
.tier-heading { margin: clamp(5rem,8vw,8rem) 0 2.5rem; text-align: center; }
.tier-heading h2 { font-family: Anton, sans-serif; font-size: clamp(2.8rem,5vw,5.5rem); font-weight: 400; }
.tiers { display: grid; gap: 1rem; }
.monthly-tiers { grid-template-columns: repeat(3,1fr); }
.founding-tiers { grid-template-columns: repeat(2,1fr); }
.tier { --accent: var(--gold); display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.5rem,3vw,2.6rem); background: rgba(4,4,5,.82); border: 1px solid color-mix(in srgb,var(--accent) 68%,transparent); box-shadow: inset 0 4px 0 var(--accent); }
.tier-supporter { --accent: #2788ff; }
.tier-partner { --accent: #d929ef; }
.tier-champion { --accent: #ff2036; }
.tier-premier { --accent: var(--gold-light); }
.tier-name { margin: 0; color: var(--accent); font-family: "Barlow Condensed",sans-serif; font-size: clamp(1.5rem,2.2vw,2.15rem); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: .55rem 0 1rem; color: var(--muted); font-family: "Barlow Condensed",sans-serif; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; }
.price span { color: var(--white); font-family: Anton,sans-serif; font-size: clamp(2.6rem,4vw,4.25rem); font-weight: 400; }
.tier ul { flex: 1; margin: .5rem 0 1.5rem; padding: 0; list-style: none; color: #d7d3cc; }
.tier li { position: relative; padding: .32rem 0 .32rem 1.55rem; }
.tier li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.best-for { min-height: 3.2rem; color: var(--accent); font-family: "Barlow Condensed",sans-serif; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.tier a { display: inline-block; align-self: flex-start; color: var(--accent); font-family: "Barlow Condensed",sans-serif; font-size: 1.05rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-underline-offset: .25rem; }
.sponsor-note { max-width: 820px; margin: 2rem auto 0; color: var(--muted); text-align: center; }

.contact { padding: clamp(5rem,10vw,10rem) 1.25rem; text-align: center; background: radial-gradient(circle at 50% 100%,rgba(213,23,33,.2),transparent 45%); }
.contact h2 { max-width: 1000px; margin: 0 auto 2.25rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.5rem clamp(1.25rem,4vw,4rem); border-top: 1px solid var(--line); color: var(--muted); font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
footer strong { color: var(--white); }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { max-width: 620px; margin-top: 1.5rem; }
  .work-grid { grid-template-columns: repeat(2,1fr); }
  .book-card { grid-template-columns: 1fr; }
  .book-card-reverse .book-cover,.book-card-reverse .book-details { order: initial; }
  .sponsor-intro { grid-template-columns: 1fr; }
  .monthly-tiers { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .brand-name { display: none; }
  .site-header { gap: .75rem; }
  .nav-cta { padding: .45rem .65rem; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(3.5rem,17vw,5.8rem); }
  .work-grid, .founding-tiers { grid-template-columns: 1fr; }
  .work-grid article { min-height: auto; }
  .button { width: 100%; }
}

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