:root {
  --bg: #0d0c0a;
  --surface: #16130e;
  --surface-2: #1d1710;
  --card: #211a11;
  --gold: #d49a4b;
  --gold-light: #f0c77e;
  --cream: #f6e6c4;
  --muted: #ab9776;
  --line: rgba(239, 196, 122, .2);
  --mono: "DM Mono", monospace;
  --display: "Bebas Neue", Impact, sans-serif;
  --body: Manrope, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--bg); font-family: var(--body); overflow-x: hidden; }
.grain { display: none; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(1.5rem, calc((100% - 1180px) / 2)); border-bottom: 1px solid rgba(246, 230, 196, .18); transition: background .25s, height .25s; }
.site-header.scrolled { position: fixed; height: 64px; background: rgba(13, 12, 10, .95); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .65rem; color: var(--cream); text-decoration: none; font-size: .88rem; font-weight: 800; letter-spacing: -.03em; }
.brand-stamp { display: grid; width: 31px; height: 31px; place-items: center; color: #211308; background: var(--gold-light); border: 1px solid #ffe5a9; font: 1rem var(--display); }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { color: #e7d6b5; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font: 500 .7rem var(--mono); }
.site-nav a:hover { color: var(--gold-light); }
.site-nav .nav-cta { padding: .7rem 1rem; color: #211308; background: var(--gold-light); border: 1px solid #ffe1a4; }
.menu-toggle { display: none; padding: 0; color: var(--cream); background: none; border: 0; text-transform: uppercase; font: 500 .72rem var(--mono); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 9rem max(1.5rem, calc((100% - 1180px) / 2)) 5rem; overflow: hidden; background: #120e09; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 8, 5, .9) 2%, rgba(10, 8, 5, .45) 57%, rgba(10, 8, 5, .58)), url("assets/cardboard-gang-hero.png") 70% center / cover; transform: scale(1.03); animation: heroZoom 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, var(--bg)); }
.hero-copy { position: relative; z-index: 2; width: min(560px, 100%); }
.eyebrow, .section-tag { margin: 0; color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font: .66rem var(--mono); }
.eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: .5rem; background: var(--gold-light); transform: rotate(45deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .015em; }
h1 { margin: .8rem 0 1.1rem; color: var(--cream); font-size: clamp(4.6rem, 9vw, 9rem); line-height: .78; text-shadow: 3px 3px 0 #251609; }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
.hero-description { max-width: 490px; margin-bottom: 1.6rem; color: #d9c6a5; font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font: 500 .7rem var(--mono); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 1rem 1.2rem; color: #211308; background: var(--gold-light); border: 1px solid #ffe4a8; box-shadow: 4px 4px 0 rgba(0, 0, 0, .35); }
.button-quiet { padding: 1rem .35rem; color: var(--cream); border-bottom: 1px solid var(--cream); }
.hero-note { margin: 1rem 0 0; color: #a68c65; font-size: .7rem; }
.hero-paper { position: absolute; z-index: 3; padding: 1rem 1.1rem; color: #2a1a0d; background: #e0b66d; box-shadow: 8px 10px 22px rgba(0,0,0,.35); text-transform: uppercase; font: 1.15rem/1.08 var(--display); animation: paperFloat 6s ease-in-out infinite; }
.paper-one { top: 24%; right: max(2rem, calc((100% - 1340px) / 2)); transform: rotate(4deg); }
.paper-two { right: max(8rem, calc((100% - 990px) / 2)); bottom: 20%; transform: rotate(-3deg); animation-delay: -3s; }
.scroll-cue { position: absolute; z-index: 3; bottom: 2rem; left: max(1.5rem, calc((100% - 1180px) / 2)); color: #d5bd92; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; font: .6rem var(--mono); }
.scroll-cue span { display: inline-block; width: 1px; height: 28px; margin-right: .7rem; vertical-align: middle; background: var(--gold-light); animation: scrollPulse 1.7s infinite; }

.ticker { display: grid; min-height: 52px; place-items: center; overflow: hidden; background: #1a140d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker p { margin: 0; color: #ab9776; text-transform: uppercase; letter-spacing: .06em; font: .65rem var(--mono); }
.ticker b { margin: 0 .75rem; color: var(--gold); font-size: .74rem; }
.ticker span { display: inline-block; min-width: 145px; color: #e9c984; transition: opacity .2s, transform .2s; }
.ticker span.changing { opacity: 0; transform: translateY(-7px); }
.section { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 6.5rem 0; }
.manifesto-grid, .drops-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-top: 1.2rem; }
.manifesto h2, .drops h2, .faq h2, .closing h2 { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .82; }
.manifesto-copy, .drops-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.ink-link { display: inline-block; margin-top: 1rem; color: var(--gold-light); text-decoration: none; text-transform: uppercase; font: .7rem var(--mono); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.benefit-card { min-height: 220px; padding: 1.5rem; color: #221509; background: linear-gradient(135deg, #e0b66b, #b87a37); border: 1px solid #f3d18c; box-shadow: 5px 6px 0 #060504; }
.benefit-card:nth-child(2) { background: linear-gradient(135deg, #f0c77e, #c78c43); }
.benefit-card:nth-child(3) { background: linear-gradient(135deg, #d99e52, #a8672c); }
.card-icon { font-size: 1.65rem; }
.benefit-card h3 { margin: 3rem 0 .5rem; text-transform: uppercase; font: 1.9rem var(--display); letter-spacing: .02em; }
.benefit-card p { margin: 0; font-size: .8rem; line-height: 1.6; }

.drops, .steps, .faq { border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: var(--surface); border: 1px solid rgba(236, 191, 108, .35); box-shadow: 6px 8px 0 #060504; transform-style: preserve-3d; transition: transform .22s, border .22s, box-shadow .22s; }
.product-card:hover { border-color: var(--gold-light); box-shadow: 9px 11px 0 #060504; }
.product-card.featured { border-color: #f1ca80; }
.product-art { position: relative; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; overflow: hidden; color: #24160a; background: linear-gradient(135deg, #e5bc73 0%, #bb7f3d 100%); border-bottom: 1px solid rgba(0,0,0,.3); }
.product-art::before { position: absolute; inset: 0; content: ""; opacity: .22; background: repeating-linear-gradient(8deg, transparent 0 13px, rgba(71, 37, 12, .55) 14px 15px); }
.product-art::after { position: absolute; right: -24px; bottom: -38px; width: 135px; height: 135px; content: "CG"; display: grid; place-items: center; color: rgba(34, 20, 8, .19); border: 3px solid rgba(34, 20, 8, .18); border-radius: 50%; font: 4rem var(--display); transform: rotate(-14deg); }
.member-art { background: linear-gradient(135deg, #e5bd77 0%, #bd813f 100%); }
.account-art { background: linear-gradient(135deg, #eec77e 0%, #b77631 100%); }
.account-art.two { background: linear-gradient(135deg, #e1af60 0%, #9f6027 100%); }
.account-art.three { background: linear-gradient(135deg, #f0ce88 0%, #b67834 100%); }
.product-art span, .product-art i { position: relative; z-index: 1; display: block; }
.product-art span { max-width: 100%; font: 2.25rem/.88 var(--display); text-transform: uppercase; letter-spacing: .01em; overflow-wrap: anywhere; }
.product-art i { max-width: 150px; font: .95rem/.95 var(--display); text-transform: uppercase; }
.tape { position: absolute; z-index: 4; top: 10px; right: -29px; width: 115px; padding: .34rem 0; color: #311d0b; background: #f2cf8a; text-align: center; text-transform: uppercase; font: .53rem var(--mono); transform: rotate(38deg); }
.product-copy { min-height: 286px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; }
.product-number { margin-bottom: .55rem; color: var(--gold-light); font: .64rem var(--mono); }
.product-copy h3 { margin: 0 0 .65rem; text-transform: uppercase; font: 2rem var(--display); letter-spacing: .015em; }
.product-copy p:not(.product-number) { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.button-card { margin-top: 1.25rem; padding: .88rem .55rem; color: #261607; background: var(--gold-light); border: 1px solid #f6d795; font-size: .62rem; }
.steps ol { padding: 0; margin: 1.8rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 150px 1fr; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold-light); font: 1.45rem var(--display); }
.steps h3 { margin: 0 0 .35rem; text-transform: uppercase; font: 1.7rem var(--display); }
.steps p { margin: 0; color: var(--muted); font-size: .84rem; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; margin-top: 1.2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-size: .9rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold-light); font-size: 1.2rem; font-weight: 400; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 540px; margin: .8rem 1rem .1rem 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.closing { position: relative; padding: 7rem 1.5rem; overflow: hidden; text-align: center; background: linear-gradient(120deg, rgba(16, 10, 4, .94), rgba(26, 15, 5, .78)), url("assets/cardboard-gang-hero.png") center / cover; border-top: 1px solid var(--line); }
.closing h2 { margin: 1rem 0 2rem; }
.site-footer { width: min(1180px, calc(100% - 3rem)); min-height: 100px; display: flex; align-items: center; justify-content: space-between; margin: auto; color: #8f7957; font-size: .72rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { to { transform: scale(1.08); } }
@keyframes paperFloat { 50% { margin-top: -9px; } }
@keyframes scrollPulse { 50% { transform: translateY(8px); opacity: .35; } }
@media (max-width: 1000px) { .product-grid { grid-template-columns: repeat(2, 1fr); } .hero { min-height: 670px; } .paper-two { display: none; } }
@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 1.2rem; }
  .site-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem 1.2rem; background: #151008; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }.site-nav a { padding: .65rem; }.menu-toggle { display: block; }
  .hero { min-height: 700px; align-items: flex-start; padding: 7.7rem 1.5rem 4rem; }.hero-image { background-position: 65% center; }.hero-description { font-size: .9rem; }.hero-actions { flex-direction: column; align-items: stretch; max-width: 210px; }.paper-one { display: none; }.scroll-cue { left: 1.5rem; }
  .section { width: calc(100% - 2.4rem); padding: 4.8rem 0; }.manifesto-grid, .drops-heading, .faq-layout { display: block; }.manifesto-copy, .drops-heading p { margin-top: 1.3rem; }.benefit-grid, .product-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 200px; }.product-art { min-height: 175px; }.product-copy { min-height: 235px; }.steps li { grid-template-columns: 58px 1fr; gap: 1rem; }.site-footer { min-height: 130px; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem 0; }.closing { padding: 5rem 1.5rem; }
}
