:root {
  --ink: #14120f;
  --paper: #f4ead8;
  --cream: #fff7e8;
  --sun: #f2ad13;
  --red: #d93820;
  --blue: #0753a7;
  --acid: #d7f236;
  --line: 3px solid var(--ink);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  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; }
.header-seal { width: 46px; height: 46px; object-fit: cover; border: 2px solid var(--ink); border-radius: 50%; background: var(--cream); }
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; text-transform: uppercase; }
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%; }
.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-seal { position: absolute; right: 3.5%; top: 8%; width: clamp(170px, 17vw, 250px); height: auto; border: var(--line); border-radius: 50%; box-shadow: 10px 10px 0 var(--ink); transform: rotate(5deg); }

.ticker { overflow: hidden; background: var(--blue); color: white; border-bottom: var(--line); padding: .8rem 0; transform: rotate(-1deg) scale(1.01); 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; }
.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); } }

.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 { font: 9rem/1 var(--display); margin: auto 0 0; position: relative; z-index: 1; }
.card-mark.chilli { transform: rotate(-15deg); }
.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; }

.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); }
.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; }
.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; }

.whatsapp-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 50; display: flex; align-items: center; gap: .55rem; background: #25d366; color: var(--ink); border: var(--line); padding: .78rem 1rem; border-radius: 999px; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; font-weight: 900; text-transform: uppercase; transition: .15s ease; }
.whatsapp-float:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }

@media (max-width: 800px) {
  .site-header { height: 68px; }
  .header-seal { width: 40px; height: 40px; }
  .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-seal { width: 122px; 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; }
  .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; }
  .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; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: .8rem; }
}

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