:root {
  --black: #060606;
  --white: #f5f3ee;
  --red: #c9141f;
  --gray: #b8b8b3;
  --line: rgba(245,243,238,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--black); color: var(--white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; z-index: 1000; background: rgba(6,6,6,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.wordmark { display: flex; align-items: center; gap: 14px; line-height: .8; }
.site-logo { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; }
.wordmark span, .footer-mark-text span { font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.wordmark strong, .footer-mark-text strong { font-family: Anton, sans-serif; font-size: 22px; letter-spacing: .03em; font-weight: 400; }
.main-nav { display: flex; gap: clamp(22px, 3vw, 52px); text-transform: uppercase; font-size: 12px; letter-spacing: .16em; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: white; margin: 6px; }

.hero { min-height: 100vh; display: grid; grid-template-columns: 46% 54%; position: relative; overflow: hidden; }
.hero-art { position: relative; min-height: 100vh; background: linear-gradient(180deg,#9e1017 0%,#c9141f 100%); overflow: hidden; }
.bars { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 13%, rgba(0,0,0,.96) 13% 18%, transparent 18% 27%); transform: skewX(-7deg) scale(1.2); opacity: .92; }
.hero-portrait-frame { position: absolute; width: min(33vw, 520px); aspect-ratio: .84; left: 51%; bottom: -3%; transform: translateX(-50%); border: 4px solid var(--white); border-bottom: 0; background: linear-gradient(145deg,#202020,#050505); clip-path: polygon(12% 0,88% 0,100% 14%,100% 100%,0 100%,0 14%); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.hero-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: contrast(1.03) saturate(1.02); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 140px 6vw 90px; background: var(--black); position: relative; }
.eyebrow { margin: 0 0 28px; font-size: 11px; text-transform: uppercase; letter-spacing: .25em; font-weight: 700; }
.eyebrow.dark { color: #555; }
.hero h1, .section-heading h2, .manifesto h2, .about h2, .newsletter h2, .statement h2 { font-family: Anton, Impact, sans-serif; font-weight: 400; line-height: .86; letter-spacing: -.015em; margin: 0; }
.hero h1 { font-size: clamp(76px, 9.6vw, 170px); }
.hero-description { max-width: 590px; font-size: clamp(16px,1.25vw,21px); line-height: 1.65; color: #c7c7c2; margin: 36px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; text-transform: uppercase; font-size: 11px; letter-spacing: .16em; font-weight: 700; transition: .25s ease; }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--red); color: white; }
.button-outline { border: 1px solid var(--white); }
.button-outline:hover { background: var(--white); color: var(--black); }
.text-link { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.scroll-mark { position: absolute; right: 22px; bottom: 28px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .28em; }

.statement { background: var(--white); color: var(--black); padding: 11vw 5vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 3vw; align-items: end; }
.statement > p { font-size: 12px; letter-spacing: .24em; font-weight: 700; align-self: start; }
.statement h2 { font-size: clamp(74px, 12vw, 210px); grid-column: 1 / -1; }
.statement-copy { grid-column: 2; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; border-top: 1px solid #b7b4ac; padding-top: 30px; }
.statement-copy p { max-width: 650px; font-size: 19px; line-height: 1.7; }
.statement-copy a { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }

.episodes { background: var(--white); color: var(--black); padding: 4vw 5vw 10vw; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; border-top: 1px solid #b7b4ac; padding-top: 40px; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(62px, 8vw, 130px); }
.section-heading > a { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; padding-bottom: 8px; }
.episode-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 24px; }
.episode-image { aspect-ratio: 1 / 1.15; display: flex; justify-content: space-between; align-items: flex-start; padding: 20px; position: relative; overflow: hidden; }
.episode-image::before { content: ""; position: absolute; inset: 0; transition: transform .5s ease; }
.episode-image:hover::before { transform: scale(1.05); }
.image-one::before { background: radial-gradient(circle at 60% 40%, transparent 0 14%,rgba(0,0,0,.7) 14.5% 16%,transparent 16.5%), repeating-linear-gradient(135deg,#151515 0 9px,#d91a27 9px 18px); }
.image-two::before { background: linear-gradient(135deg, transparent 0 45%, var(--red) 45% 58%, transparent 58%), radial-gradient(circle at center,#444 0 17%,#080808 17% 100%); }
.image-three::before { background: repeating-radial-gradient(circle at 30% 25%,#f4f1ea 0 12px,#111 12px 26px,#c9141f 26px 38px); }
.episode-image.video-snippet { background: #000; isolation: isolate; }
.episode-image.video-snippet::before { background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.5) 100%); z-index: 1; }
.episode-video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; transform: scale(1.2); pointer-events: none; }
.play, .episode-number { position: relative; z-index: 2; font-size: 10px; letter-spacing: .17em; font-weight: 700; color: white; }
.play { border: 1px solid white; padding: 10px 13px; }
.episode-info { border-top: 1px solid #b7b4ac; margin-top: 18px; padding-top: 16px; }
.episode-info p { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: #666; }
.episode-info h3 { font-family: Anton,sans-serif; font-weight: 400; font-size: clamp(26px,2.5vw,44px); line-height: 1; margin: 14px 0 0; }

.manifesto { min-height: 90vh; padding: 10vw 5vw; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: center; background: var(--red); }
.manifesto h2 { font-size: clamp(64px,9vw,145px); }
.manifesto-right p { font-size: clamp(18px,1.4vw,23px); line-height: 1.65; }
.manifesto-right .button { margin-top: 24px; }

.about { background: var(--white); color: var(--black); display: grid; grid-template-columns: 1fr 1fr; }
.about-visual { min-height: 850px; background: linear-gradient(145deg,#0c0c0c 0 55%,#c9141f 55% 72%,#ece9e2 72%); position: relative; padding: 5vw; display: flex; align-items: center; justify-content: center; }
.about-portrait-wrap { width: min(40vw, 620px); display: flex; flex-direction: column; gap: 28px; }
.about-portrait-panel { position: relative; width: 100%; height: min(70vh, 760px); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.about-portrait-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.quote { font-family: Anton,sans-serif; font-size: clamp(36px,4.1vw,72px); line-height: .95; color: white; max-width: 780px; }
.about-copy { padding: 9vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.about h2 { font-size: clamp(78px,9vw,145px); }
.about-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.75; color: #333; }
.dark-link { margin-top: 22px; align-self: flex-start; }

.books { background: #dedbd4; color: var(--black); padding: 9vw 5vw; }
.books-heading { grid-template-columns: 1fr 2fr; }
.book-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; max-width: 1250px; margin: 0 auto 80px; align-items: start; }
.book-card { display: block; transition: transform .3s ease; }
.book-card:hover { transform: translateY(-10px); }
.book-card img { width: 100%; aspect-ratio: .66; object-fit: cover; object-position: center; box-shadow: 0 25px 60px rgba(0,0,0,.22); background: #111; }
.book-meta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding-top: 18px; border-top: 1px solid #aaa69f; margin-top: 18px; text-align: center; }
.book-meta strong { font-family: Anton,sans-serif; font-size: clamp(24px,2.5vw,40px); line-height: 1; font-weight: 400; text-align: center; }
.book-meta span { font-size: 13px; text-transform: uppercase; letter-spacing: .15em; color: #333; font-weight: 700; text-align: center; }
.book-description { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: #666; font-weight: 600; text-align: center; }
.shop-row { border-top: 1px solid #aaa69f; border-bottom: 1px solid #aaa69f; padding: 24px 0; display: flex; justify-content: space-between; font-family: Anton,sans-serif; font-size: clamp(28px,3vw,48px); }

.listen-section { background: var(--white); color: var(--black); padding: 4vw 5vw 9vw; }
.listen-heading { grid-template-columns: 1fr 1fr auto; }
.platform-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.platform-card { position: relative; overflow: hidden; background: linear-gradient(180deg, #fcfaf5 0%, #f4efe4 100%); border: 1px solid #d3cec4; min-height: 240px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.platform-card::after { content: ""; position: absolute; inset: auto 0 0 0; height: 5px; background: var(--brand-accent, #111); opacity: .95; }
.platform-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.12); border-color: #a7a095; }
.platform-logo { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 26px; background: #111; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 12px 30px rgba(0,0,0,.16); }
.platform-logo svg { width: 54px; height: 54px; fill: currentColor; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.platform-logo.image-logo { background: #fff; padding: 10px; }
.platform-logo.image-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 14px; }
.youtube-card { --brand-accent: #ff0000; }
.youtube-logo { background: linear-gradient(135deg, #ff2929, #cc0000); }
.youtube-logo rect { fill: #fff; stroke: none; }
.youtube-logo polygon { fill: #ff0000; stroke: #ff0000; }
.spotify-card { --brand-accent: #1db954; }
.spotify-logo { background: linear-gradient(135deg, #1ed760, #119140); }
.spotify-logo circle { fill: currentColor; stroke: none; }
.spotify-logo path { fill: none; stroke: #111; stroke-width: 4; }
.apple-card { --brand-accent: #a259ff; }
.amazon-card { --brand-accent: #f59b23; }
.facebook-card { --brand-accent: #1877f2; }
.facebook-logo { background: linear-gradient(135deg, #2b88ff, #0e5aca); }
.facebook-logo circle { fill: rgba(255,255,255,.15); stroke: none; }
.facebook-logo path { fill: #fff; stroke: none; }
.instagram-card { --brand-accent: #fd1d1d; }
.instagram-logo { background: linear-gradient(135deg, #feda75 0%, #fa7e1e 24%, #d62976 54%, #962fbf 78%, #4f5bd5 100%); }
.instagram-logo rect, .instagram-logo circle { fill: none; stroke: #fff; stroke-width: 4; }
.instagram-logo circle:last-child { fill: #fff; stroke: #fff; }
.tiktok-card { --brand-accent: #25f4ee; }
.tiktok-logo { position: relative; background: linear-gradient(135deg, #141414, #050505); }
.tiktok-logo .tiktok-cyan { fill: #25f4ee; stroke: none; transform: translate(-2px, 1px); }
.tiktok-logo .tiktok-pink { fill: #fe2c55; stroke: none; transform: translate(2px, -1px); }
.tiktok-logo .tiktok-white { fill: #fff; stroke: none; }
.platform-copy { display: flex; flex-direction: column; gap: 10px; }
.platform-name { font-family: Anton, Impact, sans-serif; font-size: 32px; line-height: 1; letter-spacing: .02em; }
.platform-copy small { color: #5f5b54; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.newsletter { min-height: 80vh; padding: 10vw 5vw; background: var(--black); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.newsletter h2 { font-size: clamp(74px,11vw,190px); }
.newsletter > p:not(.eyebrow) { max-width: 680px; color: #bdbdb8; font-size: 18px; line-height: 1.7; }
.signup-form { width: min(820px,100%); display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid white; margin-top: 45px; }
.signup-form input { background: transparent; border: 0; outline: 0; color: white; font-family: inherit; font-size: 16px; letter-spacing: .15em; padding: 24px 4px; }
.signup-form button { border: 0; background: transparent; color: white; font-weight: 700; letter-spacing: .14em; cursor: pointer; }
.newsletter small { margin-top: 18px; color: #666; }

footer { padding: 70px 5vw 30px; background: var(--black); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.footer-mark { display: flex; align-items: center; gap: 18px; }
.footer-logo { width: 92px; height: 92px; object-fit: contain; flex: 0 0 auto; }
.footer-mark-text { display: flex; align-items: flex-start; gap: 9px; line-height: .8; }
.footer-mark-text strong { font-size: 48px; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; align-content: start; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 25px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #888; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .site-logo { width: 40px; height: 40px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; background: #050505; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 34px; font-family: Anton,sans-serif; font-size: 42px; transform: translateY(-100%); transition: transform .4s ease; }
  .main-nav.open { transform: translateY(0); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 60vh; }
  .hero-portrait-frame { width: min(64vw, 420px); }
  .hero-copy { min-height: 70vh; padding: 90px 7vw; }
  .scroll-mark { display: none; }
  .statement, .section-heading, .manifesto, .about { grid-template-columns: 1fr; }
  .statement-copy { grid-column: 1; grid-template-columns: 1fr; gap: 20px; }
  .section-heading { gap: 30px; }
  .episode-grid { grid-template-columns: 1fr; }
  .episode-image { aspect-ratio: 1.2; }
  .manifesto { gap: 55px; }
  .about-visual { min-height: 600px; }
  .about-portrait-wrap { width: min(82vw, 620px); }
  .about-portrait-panel { width: 100%; height: min(60vh, 650px); }
  .book-grid { grid-template-columns: 1fr; max-width: 460px; }
  .book-card { width: 100%; }
  .platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; }
}

@media (max-width: 560px) {
  .wordmark { gap: 10px; }
  .wordmark strong { font-size: 18px; }
  .hero h1 { font-size: 69px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .statement { padding-top: 90px; padding-bottom: 90px; }
  .statement h2 { font-size: 70px; }
  .section-heading h2, .manifesto h2, .about h2 { font-size: 65px; }
  .newsletter h2 { font-size: 70px; }
  .hero-portrait-frame { width: 72vw; }
  .quote { font-size: 38px; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form button { text-align: left; padding: 15px 4px 24px; }
  .footer-mark { align-items: flex-start; }
  .footer-logo { width: 68px; height: 68px; }
  .footer-mark-text strong { font-size: 34px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: 190px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 15px; }
}

/* Printful + Stripe storefront */
.store { background: #0b0b0b; color: var(--white); padding: 9vw 5vw; }
.store-heading { grid-template-columns: 1fr 1.5fr 1fr; align-items: end; }
.store-heading h2 { font-size: clamp(66px, 8vw, 132px); }
.store-intro { color: #aaa; line-height: 1.7; max-width: 420px; }
.store-status { padding: 44px 0; color: #aaa; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { background: #151515; border: 1px solid #292929; overflow: hidden; display: flex; flex-direction: column; }
.product-image-wrap { aspect-ratio: 1; background: #f0eee8; overflow: hidden; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-card-body { padding: 24px; display: grid; gap: 16px; flex: 1; }
.product-card h3 { font-family: Anton, sans-serif; font-size: 30px; font-weight: 400; line-height: 1; }
.product-price { font-weight: 700; letter-spacing: .08em; }
.variant-select { width: 100%; min-height: 48px; border: 1px solid #444; background: #0c0c0c; color: #fff; padding: 0 14px; font: inherit; }
.add-to-cart { width: 100%; border: 0; cursor: pointer; }
.add-to-cart:disabled { opacity: .45; cursor: not-allowed; }
.cart-fab { position: fixed; right: 24px; bottom: 24px; z-index: 50; border: 0; background: #fff; color: #000; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding: 16px 20px; box-shadow: 0 12px 35px rgba(0,0,0,.3); cursor: pointer; }
.cart-fab span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 8px; background: #000; color: #fff; border-radius: 50%; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 80; width: min(460px, 100vw); height: 100dvh; background: #f5f2eb; color: #111; transform: translateX(105%); transition: transform .3s ease; display: grid; grid-template-rows: auto 1fr auto; box-shadow: -24px 0 60px rgba(0,0,0,.25); }
.cart-drawer.open { transform: translateX(0); }
.cart-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.62); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.cart-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-header { padding: 28px; border-bottom: 1px solid #ccc6bc; display: flex; justify-content: space-between; align-items: flex-start; }
.cart-header h2 { font-size: 58px; }
.cart-close { border: 0; background: transparent; font-size: 42px; line-height: 1; cursor: pointer; }
.cart-items { overflow: auto; padding: 8px 28px; }
.cart-empty { padding: 40px 0; color: #666; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid #d6d0c7; }
.cart-item img { width: 82px; height: 82px; object-fit: cover; background: #ddd; }
.cart-item strong { display: block; margin-bottom: 6px; }
.cart-item small { color: #666; display: block; line-height: 1.4; }
.cart-qty { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.cart-qty button { width: 28px; height: 28px; border: 1px solid #aaa; background: transparent; cursor: pointer; }
.cart-remove { border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: 12px; align-self: start; }
.cart-footer { padding: 24px 28px 30px; border-top: 1px solid #ccc6bc; }
.cart-total { display: flex; justify-content: space-between; font-size: 20px; margin-bottom: 10px; }
.cart-footer small { color: #666; line-height: 1.5; display: block; }
.button-dark { background: #111; color: #fff; }
.checkout-button { width: 100%; border: 0; margin-top: 18px; cursor: pointer; }
.checkout-button:disabled { opacity: .55; cursor: wait; }
.checkout-error { color: #9d1b1b; font-size: 13px; margin-top: 12px; line-height: 1.4; }
.confirmation-page { min-height: 100vh; display: grid; place-items: center; background: #050505; padding: 24px; }
.confirmation-card { width: min(720px, 100%); text-align: center; padding: 70px 40px; border: 1px solid #2b2b2b; background: #101010; }
.confirmation-card img { width: 110px; margin: 0 auto 28px; }
.confirmation-card h1 { font-size: clamp(80px, 12vw, 150px); }
.confirmation-card > p:not(.eyebrow) { max-width: 560px; margin: 20px auto 34px; color: #bbb; line-height: 1.7; }

@media (max-width: 900px) {
  .store-heading { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .cart-fab { right: 14px; bottom: 14px; }
}
