:root {
  --ink: #242421;
  --paper: #ece6d8;
  --cream: #f7f3e8;
  --sun: #c6a878;
  --red: #784330;
  --blue: #50584b;
  --acid: #d7ccb5;
  --line: 3px solid var(--ink);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.45;
  max-width: 100%;
  overflow-x: clip;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border: var(--line); }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 78px;
  padding: 0 clamp(1rem, 3vw, 3rem);
  background: var(--sun);
  border-bottom: var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.wordmark { font: 1.45rem/1 var(--display); text-decoration: none; letter-spacing: -.05em; display: inline-flex; gap: .55rem; align-items: center; }
nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.4rem); font-weight: 700; }
nav a { text-decoration: none; }
nav a:not(.nav-order):hover { text-decoration: underline; text-decoration-thickness: 3px; }
.nav-order { background: var(--ink); color: white; padding: .8rem 1.1rem; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--red); transition: .15s ease; }
.nav-order:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--red); }

.hero { min-height: calc(100svh - 78px); position: relative; display: grid; align-items: center; isolation: isolate; border-bottom: var(--line); overflow: hidden; }
.hero-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(15,14,12,.98) 0%, rgba(15,14,12,.72) 31%, rgba(15,14,12,.08) 61%), url("assets/tokoloshe-hero.jpg"); background-size: cover; background-position: center; z-index: -2; transform: scale(1.015); animation: breathe 12s ease-in-out infinite alternate; }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.55) 1px, transparent 0); background-size: 7px 7px; }
@keyframes breathe { to { transform: scale(1.04) translateX(-.5%); } }
.hero-copy { color: white; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); max-width: 820px; }
.eyebrow { display: flex; align-items: center; gap: .85rem; margin: 0 0 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.eyebrow span { border: 1.5px solid currentColor; border-radius: 99px; padding: .42rem .7rem; }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -.065em; line-height: .9; text-transform: uppercase; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 8.8vw, 8.9rem); line-height: .82; }
h1 em, .order-copy em { color: var(--sun); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--red); }
.hero-lead { font-size: clamp(1rem, 1.6vw, 1.35rem); margin: 1.8rem 0; max-width: 28rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: 1rem 1.2rem; border: var(--line); text-decoration: none; font-weight: 800; text-transform: uppercase; box-shadow: 6px 6px 0 var(--ink); transition: .15s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.button-primary { background: var(--sun); color: var(--ink); }
.button-dark { background: var(--ink); color: white; box-shadow: 6px 6px 0 var(--blue); width: 100%; }
.launch-status { cursor: default; }
.launch-status:hover { transform: none; box-shadow: 6px 6px 0 var(--blue); }
.text-link { color: white; font-weight: 700; text-underline-offset: 5px; }
.sticker { position: absolute; border: var(--line); font: 1rem/1 var(--display); text-align: center; padding: .85rem; box-shadow: 5px 5px 0 var(--ink); }
.sticker-one { right: 4%; top: 10%; background: var(--acid); transform: rotate(8deg); }
.sticker-two { right: 43%; bottom: 9%; background: var(--red); color: white; transform: rotate(-10deg); border-radius: 50%; padding: 1.15rem .9rem; }
.hero-poster { position: absolute; right: 4%; top: 7%; width: clamp(220px, 23vw, 340px); height: auto; border: var(--line); box-shadow: 12px 12px 0 var(--ink); transform: rotate(2deg); }

.ticker { width: 100%; overflow: hidden; background: var(--blue); color: white; border-bottom: var(--line); padding: .8rem 0; transform: rotate(-.35deg); transform-origin: center; }
.ticker-track { display: flex; width: max-content; gap: 1.4rem; align-items: center; font: 1.05rem/1 var(--display); animation: ticker 24s linear infinite; }
.ticker b { color: var(--sun); font-size: 1.5rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 6rem); display: grid; grid-template-columns: .7fr 2fr .7fr; gap: 2rem; align-items: start; position: relative; overflow: hidden; }
.intro-kicker { font-weight: 800; font-size: .8rem; letter-spacing: .12em; padding-top: .65rem; }
.intro h2 { font-size: clamp(3rem, 7vw, 7rem); line-height: .9; }
.intro h2 span { color: var(--blue); }
.intro-copy p { max-width: 720px; font-size: clamp(1.1rem, 2vw, 1.6rem); line-height: 1.45; }
.sunburst { width: clamp(110px, 14vw, 190px); aspect-ratio: 1; display: grid; place-items: center; justify-self: end; background: var(--sun); clip-path: polygon(50% 0,61% 25%,79% 8%,78% 34%,100% 30%,82% 50%,100% 66%,75% 66%,81% 92%,60% 75%,50% 100%,42% 75%,20% 94%,25% 68%,0 70%,18% 51%,0 33%,25% 34%,20% 8%,41% 25%); animation: spin 18s linear infinite; }
.sunburst span { font: 1.4rem var(--display); animation: spin 18s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-index { margin: 0 0 1.1rem; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.theft-section { min-height: 620px; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); border-top: var(--line); border-bottom: var(--line); background: var(--cream); overflow: hidden; }
.theft-copy { padding: clamp(3rem, 6vw, 6.5rem); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.theft-copy::before { content: ""; width: 88px; height: 12px; margin-bottom: 1.5rem; background: repeating-linear-gradient(90deg, var(--ink) 0 9px, transparent 9px 15px); transform: rotate(-2deg); }
.theft-copy h2 { font-size: clamp(3rem, 5.4vw, 6.4rem); }
.theft-copy h2 span { color: var(--red); }
.theft-copy > p:last-child { max-width: 29rem; margin: 1.6rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.theft-section > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-left: var(--line); }

.flavour-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: var(--line); border-bottom: var(--line); }
.flavour-card { min-height: 520px; padding: 1.4rem; display: flex; flex-direction: column; border-right: var(--line); position: relative; overflow: hidden; }
.flavour-card:last-child { border: 0; }
.flavour-card::after { content: ""; position: absolute; width: 250px; aspect-ratio: 1; border: 4px solid currentColor; border-radius: 44% 56% 62% 38%; right: -90px; top: 55px; transform: rotate(22deg); opacity: .28; }
.classic { background: var(--red); color: white; }
.fire { background: var(--sun); }
.wildcard { background: var(--blue); color: white; }
.card-number { font-weight: 800; border-bottom: 2px solid currentColor; padding-bottom: .75rem; position: relative; z-index: 1; }
.card-mark { min-height: 8.5rem; margin: auto 0 1rem; display: flex; align-items: flex-end; font: 8rem/.78 var(--display); position: relative; z-index: 1; }
.card-mark.chilli { font-size: 6.4rem; line-height: .72; transform: none; }
.card-mark.eye { letter-spacing: -.15em; }
.flavour-card h3 { font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: .9; position: relative; z-index: 1; }
.flavour-card p { max-width: 21rem; font-size: 1.05rem; position: relative; z-index: 1; }
.status { font-size: .7rem; font-weight: 800; letter-spacing: .1em; margin-top: .5rem; position: relative; z-index: 1; }

.cave-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 760px; border-bottom: var(--line); background: var(--ink); color: var(--cream); }
.cave-image { margin: 0; padding: clamp(1.2rem, 3vw, 2.5rem); display: grid; grid-template-rows: 1fr auto; gap: .85rem; border-right: var(--line); background: var(--sun); color: var(--ink); }
.cave-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border: var(--line); filter: contrast(1.03); }
.cave-image figcaption { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cave-copy { padding: clamp(3.5rem, 7vw, 7.5rem); display: flex; flex-direction: column; justify-content: center; }
.cave-copy h2 { font-size: clamp(3rem, 6vw, 6.8rem); }
.cave-copy h2 span { color: var(--sun); }
.cave-copy > p:not(.section-index) { max-width: 38rem; margin: 1.6rem 0 2rem; font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.cave-copy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.35); }
.cave-copy li { display: grid; grid-template-columns: minmax(130px, .55fr) 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.cave-copy li b { font-family: var(--display); text-transform: uppercase; letter-spacing: -.03em; color: var(--sun); }
.cave-copy li span { opacity: .82; }

.story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; border-bottom: var(--line); }
.story-art { background-color: var(--cream); background-image: linear-gradient(45deg, rgba(7,83,167,.08) 25%, transparent 25%), linear-gradient(-45deg, rgba(7,83,167,.08) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(217,56,32,.08) 75%), linear-gradient(-45deg, transparent 75%, rgba(217,56,32,.08) 75%); background-size: 72px 72px; background-position: 0 0, 0 36px, 36px -36px, -36px 0; display: grid; place-items: center; min-width: 0; border-right: var(--line); padding: clamp(1.4rem, 5vw, 5rem); overflow: hidden; }
.seal-stage { position: relative; width: min(100%, 640px); padding: clamp(.7rem, 2vw, 1.4rem); background: var(--sun); border: var(--line); box-shadow: 14px 14px 0 var(--ink); transform: rotate(-2deg); }
.seal-stage img { display: block; width: 100%; height: auto; border: 2px solid var(--ink); }
.seal-stage span { position: absolute; right: -1rem; bottom: 1.4rem; padding: .7rem .9rem; color: white; background: var(--red); border: var(--line); font: .8rem/1 var(--display); letter-spacing: .06em; transform: rotate(5deg); }
.story-copy { background: var(--acid); min-width: 0; padding: clamp(4rem, 7vw, 7rem); display: flex; justify-content: center; flex-direction: column; }
.eyebrow.dark { color: var(--ink); }
.story h2 { font-size: clamp(3rem, 6vw, 6.5rem); line-height: .88; }
.story-copy > p:not(.eyebrow) { font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.5; max-width: 34rem; }

.order-section { background: var(--red); color: white; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; overflow: hidden; }
.order-copy h2 { font-size: clamp(4.5rem, 10vw, 10rem); line-height: .75; }
.order-panel { background: var(--cream); color: var(--ink); border: var(--line); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: 12px 12px 0 var(--ink); transform: rotate(2deg); }
.order-panel p { font-size: 1.2rem; line-height: 1.45; }
.order-panel small { display: block; margin-top: 1.1rem; opacity: .68; }

footer { background: var(--ink); color: white; padding: 3rem clamp(1.2rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 1rem; }
.footer-mark { font-size: 2rem; color: var(--sun); }
.fine-print { text-align: right; font-size: .78rem; opacity: .65; }

@media (min-width: 801px) and (max-width: 1100px) {
  .hero-copy { max-width: 72%; }
  .hero h1 { font-size: clamp(4rem, 7.8vw, 5.5rem); }
  .hero-poster { width: clamp(205px, 23vw, 255px); right: 3%; }
  .sticker-two { right: 36%; }
}

@media (max-width: 800px) {
  .site-header { height: 68px; }
  .wordmark { font-size: 1.15rem; }
  nav > a:not(.nav-order) { display: none; }
  .nav-order { padding: .65rem .8rem; font-size: .82rem; }
  .hero { min-height: calc(100svh - 68px); align-items: end; }
  .hero-art { background-image: linear-gradient(0deg, rgba(15,14,12,.95) 0%, rgba(15,14,12,.58) 52%, rgba(15,14,12,.05) 80%), url("assets/tokoloshe-hero.jpg"); background-position: 65% center; }
  .hero-copy { padding: 8rem 1.2rem 3.5rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-poster { width: 128px; right: 5%; top: 3.5%; box-shadow: 6px 6px 0 var(--ink); }
  .sticker-two { display: none; }
  .intro { grid-template-columns: 1fr; padding-top: 5rem; }
  .sunburst { position: absolute; right: -20px; top: 25px; width: 110px; }
  .theft-section { min-height: 0; grid-template-columns: 1fr; }
  .theft-copy { padding: 4rem 1.2rem 3rem; }
  .theft-copy h2 { font-size: clamp(2.85rem, 13vw, 4.7rem); }
  .theft-section > img { height: auto; min-height: 330px; object-position: 65% center; border-left: 0; border-top: var(--line); }
  .flavour-grid { grid-template-columns: 1fr; }
  .flavour-card { min-height: 430px; border-right: 0; border-bottom: var(--line); }
  .flavour-card:last-child { border-bottom: 0; }
  .cave-section { min-height: 0; grid-template-columns: 1fr; }
  .cave-image { border-right: 0; border-bottom: var(--line); }
  .cave-image img { height: auto; }
  .cave-copy { padding: 4rem 1.2rem; }
  .cave-copy h2 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .cave-copy li { grid-template-columns: 1fr; gap: .2rem; }
  .story { grid-template-columns: minmax(0, 1fr); }
  .story-art { border-right: 0; border-bottom: var(--line); }
  .seal-stage { box-shadow: 8px 8px 0 var(--ink); }
  .order-section { grid-template-columns: 1fr; }
  .order-panel { transform: none; }
  footer { grid-template-columns: 1fr; }
  .fine-print { text-align: left; }
}

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