@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Luckiest+Guy&family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
  --yellow: #ffd23f;
  --yellow-soft: #fff1a8;
  --orange: #ef7136;
  --blue: #2f63c9;
  --cyan: #50d8dc;
  --purple: #8055d8;
  --chocolate: #3e2723;
  --ink: #080808;
  --white: #fffdf7;
  --paper: #fff8da;
  --muted: #654e47;
  --shadow: 7px 7px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
  --border: 4px solid var(--ink);
  --radius: 18px;
  --display: 'Bangers', 'Luckiest Guy', Impact, sans-serif;
  --body: 'Outfit', ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--chocolate);
  background-color: var(--yellow);
  background-image: radial-gradient(var(--ink) 1.25px, transparent 1.25px);
  background-size: 18px 18px;
  font-family: var(--body);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background: repeating-linear-gradient(135deg, var(--ink) 0 1px, transparent 1px 9px);
  z-index: -1;
}
a { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  padding-top: 12px;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  background: var(--white);
  border: var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: var(--shadow-small);
  font-family: var(--display);
  font-size: 1.45rem;
  transform: rotate(-8deg);
}
.brand-name { color: var(--chocolate); font-family: var(--display); font-size: 2rem; letter-spacing: 1px; text-shadow: 2px 2px 0 var(--yellow); }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a, .footer-links a { font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .03em; }
.main-nav a { padding: 8px 10px; border-radius: 10px; }
.main-nav a:hover { background: var(--cyan); transform: rotate(-2deg); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-small);
  font-weight: 900;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.nav-cta { padding: 10px 15px; background: var(--orange); color: var(--white); text-transform: uppercase; }
.nav-cta:hover, .button:hover { transform: translate(-3px, -3px) rotate(-1deg); box-shadow: 8px 8px 0 var(--ink); }

.hero-section { padding: 74px 0 90px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 14px;
  color: var(--white);
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: var(--shadow-small);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .08em;
  transform: rotate(-2deg);
}
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: .02em; text-transform: uppercase; }
h1 { max-width: 680px; margin-bottom: 24px; color: var(--chocolate); font-size: clamp(3.8rem, 8vw, 7.2rem); line-height: .88; text-shadow: 5px 5px 0 var(--white), 9px 9px 0 var(--ink); }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 560px; margin: 0 0 28px; padding: 18px 22px; background: var(--white); border: var(--border); border-radius: var(--radius); box-shadow: var(--shadow); font-size: 1.18rem; font-weight: 700; line-height: 1.55; position: relative; }
.hero-lede::after { content: ''; position: absolute; left: 30px; bottom: -17px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 17px solid var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.button { min-height: 52px; padding: 13px 20px; font-family: var(--display); font-size: 1.2rem; letter-spacing: .04em; }
.button-dark { color: var(--yellow); background: var(--chocolate); }
.button-yellow { color: var(--ink); background: var(--yellow); }
.text-link, .research-dashboard-link { font-weight: 900; text-transform: uppercase; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.text-link:hover, .research-dashboard-link:hover { color: var(--orange); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 46px; gap: 10px; }
.hero-proof div { padding: 12px; background: var(--white); border: 3px solid var(--ink); box-shadow: var(--shadow-small); transform: rotate(-1deg); }
.hero-proof div:nth-child(2) { transform: rotate(1deg); background: var(--cyan); }
.hero-proof div:nth-child(3) { transform: rotate(-2deg); background: var(--orange); color: var(--white); }
.hero-proof strong { display: block; font-family: var(--display); font-size: 1.8rem; }
.hero-proof span { display: block; font-size: .7rem; font-weight: 900; text-transform: uppercase; }

.hero-stage { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-product-card { width: min(100%, 520px); padding: 20px; background: var(--white); border: 5px solid var(--ink); border-radius: 24px; box-shadow: 13px 13px 0 var(--ink); transform: rotate(3deg); transition: transform .2s ease; }
.hero-product-image { display: block; width: 100%; border: 3px solid var(--ink); border-radius: 14px; }
.hero-product-caption { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 14px; font-family: var(--display); letter-spacing: .04em; }
.hero-product-caption strong { color: var(--orange); }
.stage-note { position: absolute; z-index: 3; padding: 11px 15px; color: var(--white); background: var(--purple); border: var(--border); box-shadow: var(--shadow-small); font-family: var(--display); letter-spacing: .05em; transform: rotate(8deg); }
.stage-note span { color: var(--yellow); margin-right: 6px; }
.stage-note-top { top: 5%; right: -1%; }
.stage-note-bottom { bottom: 7%; left: -2%; color: var(--ink); background: var(--cyan); transform: rotate(-8deg); }
.dot { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); }

.ticker { overflow: hidden; border-top: var(--border); border-bottom: var(--border); background: var(--ink); color: var(--yellow); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; align-items: center; gap: 26px; width: max-content; padding: 13px 0; animation: ticker 24s linear infinite; font-family: var(--display); font-size: 1.45rem; letter-spacing: .08em; }
.ticker-track i { width: 11px; height: 11px; flex: 0 0 auto; background: var(--orange); border: 2px solid var(--white); border-radius: 50%; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 108px 0; }
.lineup-section { background: var(--paper); border-top: var(--border); border-bottom: var(--border); }
.section-intro { display: grid; gap: 26px; }
.split-intro { grid-template-columns: 1.05fr .95fr; align-items: end; margin-bottom: 40px; }
.section-intro h2, .craft-copy h2, .research-shell h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.9rem, 6vw, 5.4rem); line-height: .9; text-shadow: 3px 3px 0 var(--white), 6px 6px 0 var(--ink); }
.section-intro > p { margin: 0; color: var(--muted); font-size: 1.05rem; font-weight: 700; line-height: 1.6; }
.lineup-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 22px; align-items: stretch; }
.product-tile { padding: 17px; background: var(--white); border: var(--border); border-radius: 20px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.product-tile:nth-child(2) { transform: rotate(1deg); background: #edf2ff; }
.product-tile:nth-child(3) { transform: rotate(-2deg); background: #e5fbfb; }
.product-tile:hover { transform: translateY(-8px) rotate(0); }
.tile-art { min-height: 310px; display: grid; place-items: center; padding: 18px; border: 3px solid var(--ink); border-radius: 14px; background: var(--yellow); overflow: hidden; }
.tile-art-photo { background: var(--yellow-soft); }
.tile-art-photo img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; }
.product-tile-strawberry .tile-art { background: var(--blue); }
.product-tile-mango .tile-art { background: var(--orange); }
.tile-meta { display: flex; justify-content: space-between; gap: 10px; margin: 16px 0 7px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.tile-index { color: var(--orange); }
.product-tile h3 { margin-bottom: 6px; font-family: var(--display); font-size: 2rem; letter-spacing: .04em; text-transform: uppercase; }
.product-tile p { margin: 0 0 16px; color: var(--muted); font-weight: 700; line-height: 1.45; }
.tile-link { font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.tile-art-image { padding: 10px; background: var(--paper); }
.tile-art-image img { width: 100%; height: 100%; max-height: 360px; object-fit: contain; display: block; filter: saturate(1.04) contrast(1.03); transition: transform 260ms ease; }
.product-tile:hover .tile-art-image img { transform: scale(1.035) rotate(-1deg); }
.tile-art-strawberry { background: #dce7ff; }
.tile-art-mango { background: #f4e5bd; }

.craft-section { background: var(--purple); color: var(--white); border-bottom: var(--border); }
.craft-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.craft-visual { min-height: 390px; display: grid; place-content: center; padding: 28px; text-align: center; background: var(--yellow); color: var(--ink); border: var(--border); box-shadow: var(--shadow); transform: rotate(-3deg); }
.craft-label { margin-bottom: 22px; font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.formula { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; font-family: var(--display); font-size: 3.7rem; line-height: .9; text-transform: uppercase; }
.formula span { padding: 6px 12px; background: var(--white); border: 3px solid var(--ink); box-shadow: var(--shadow-small); transform: rotate(-3deg); }
.formula span:nth-child(3) { background: var(--orange); color: var(--white); transform: rotate(4deg); }
.formula span:nth-child(5) { background: var(--chocolate); color: var(--yellow); transform: rotate(-2deg); }
.formula-note { margin-top: 25px; font-weight: 900; text-transform: uppercase; }
.craft-copy .eyebrow { background: var(--yellow); color: var(--ink); }
.craft-copy h2 { color: var(--yellow); text-shadow: 3px 3px 0 var(--ink); }
.craft-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1.08rem; font-weight: 700; line-height: 1.6; }
.craft-list { margin-top: 30px; }
.craft-list > div { display: flex; gap: 15px; padding: 16px 0; border-top: 2px solid rgba(255,255,255,.45); }
.craft-list > div:last-child { border-bottom: 2px solid rgba(255,255,255,.45); }
.craft-list > div > span { color: var(--yellow); font-family: var(--display); font-size: 1.5rem; }
.craft-list strong { font-family: var(--display); font-size: 1.5rem; letter-spacing: .03em; }
.craft-list p { margin: 3px 0 0; color: #dfe8ff; font-size: .93rem; }

.research-section { padding: 95px 0; background: var(--orange); border-bottom: var(--border); }
.research-shell { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.research-shell h2 { color: var(--white); text-shadow: 4px 4px 0 var(--ink); }
.research-shell p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: var(--white); font-size: 1.08rem; font-weight: 700; line-height: 1.6; }
.research-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.research-dashboard-link { color: var(--white); }
.site-footer { padding: 38px 0; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; }
.brand-footer .brand-name { color: var(--white); text-shadow: 2px 2px 0 var(--orange); }
.site-footer p { margin: 12px 0 0; color: #dfd5d2; font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; }
.footer-links a:hover { color: var(--yellow); }
.footer-note { color: var(--yellow); font-family: var(--display); font-size: 1.15rem; letter-spacing: .04em; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); color: #c9bfbc; font-size: .73rem; letter-spacing: .02em; }
.footer-legal a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: var(--white); }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero-grid, .craft-grid, .split-intro { grid-template-columns: 1fr; }
  .hero-stage { min-height: 480px; }
  .lineup-grid { grid-template-columns: 1fr 1fr; }
  .product-tile-featured { grid-column: span 2; }
  .research-shell { display: block; }
  .research-actions { margin-top: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .site-header { top: 5px; padding-top: 5px; }
  .nav-shell { padding: 8px 10px; }
  .brand-name { font-size: 1.55rem; }
  .brand-mark { width: 29px; height: 29px; font-size: 1.1rem; }
  .nav-cta { padding: 8px 10px; font-size: .72rem; border-width: 3px; box-shadow: 3px 3px 0 var(--ink); }
  .hero-section { padding: 50px 0 64px; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero-proof { grid-template-columns: 1fr; margin-top: 34px; }
  .hero-stage { min-height: 410px; margin-top: 24px; }
  .hero-product-card { padding: 11px; border-width: 4px; box-shadow: 8px 8px 0 var(--ink); }
  .stage-note { font-size: .78rem; border-width: 3px; }
  .stage-note-top { right: -3%; }
  .stage-note-bottom { left: -2%; }
  .section { padding: 74px 0; }
  .lineup-grid { grid-template-columns: 1fr; }
  .product-tile-featured { grid-column: auto; }
  .craft-visual { min-height: 300px; }
  .formula { font-size: 2.6rem; }
  .footer-links { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
