/* That's Crackers — pop-art redesign */

:root {
  --cream: #f7f0e1;
  --cream-dot: #e9dcc0;
  --ink: #1a1423;
  --ink-soft: #453c50;
  --pink: #d6197c;
  --pink-dark: #a91161;
  --orange: #f0701f;
  --purple: #6a3ba1;
  --blue: #2f8fce;
  --yellow: #f2c230;
  --lav: #cfc4dd;
  --lav-dim: #9d8fb3;
  --display: 'Titan One', 'Arial Black', sans-serif;
  --body: 'Space Grotesk', 'Trebuchet MS', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); background: var(--cream); color: var(--ink); }
img { max-width: 100%; }
a { color: var(--pink); text-decoration: none; }
a:hover { color: var(--pink-dark); }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.pink { color: var(--pink); font-style: normal; }
.orange { color: var(--orange); font-style: normal; }
.yellow { color: var(--yellow); }

/* buttons */
.btn { display: inline-block; text-align: center; border-radius: 999px; border: 3px solid var(--ink); font-weight: 700; transition: transform 0.12s ease, box-shadow 0.12s ease; }
.btn:active { transform: translate(3px, 3px); box-shadow: none !important; }
.btn-primary { background: var(--pink); color: #fff; font-family: var(--display); font-weight: 400; font-size: 22px; padding: 18px 40px; box-shadow: 7px 7px 0 var(--ink); }
.btn-primary:hover { color: #fff; transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--ink); }
.btn-secondary { background: #fff; color: var(--ink); font-size: 18px; padding: 17px 32px; box-shadow: 7px 7px 0 var(--yellow); }
.btn-secondary:hover { color: var(--ink); transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--yellow); }
.btn-dark { background: var(--ink); color: #fff; font-family: var(--display); font-weight: 400; font-size: 20px; padding: 16px 38px; box-shadow: 7px 7px 0 var(--orange); }
.btn-dark:hover { color: #fff; transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--orange); }
.btn-dark.shadow-pink { box-shadow: 6px 6px 0 var(--pink); }
.btn-dark.shadow-pink:hover { box-shadow: 8px 8px 0 var(--pink); }
.btn-secondary.shadow-dark { box-shadow: 6px 6px 0 var(--ink); }
.btn-secondary.shadow-dark:hover { box-shadow: 8px 8px 0 var(--ink); }
.btn-order { background: var(--pink); color: #fff; font-family: var(--display); font-weight: 400; font-size: 17px; letter-spacing: 0.5px; padding: 13px 28px; border-color: #fff; box-shadow: 4px 4px 0 var(--orange); }
.btn-order:hover { color: #fff; }

/* stickers */
.sticker { display: inline-block; border: 3px solid var(--ink); border-radius: 999px; padding: 8px 20px; font-weight: 700; box-shadow: 4px 4px 0 var(--ink); }
.sticker-yellow { background: var(--yellow); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; }
.sticker-purple { background: var(--purple); color: #fff; font-family: var(--display); font-weight: 400; font-size: 16px; padding: 9px 18px; }
.sticker-white { background: #fff; font-size: 15px; padding: 9px 18px; box-shadow: 4px 4px 0 var(--pink); }
.tilt-l { transform: rotate(-2deg); }

/* ticker */
.ticker { background: var(--pink); color: #fff; padding: 9px 0; overflow: hidden; }
.ticker-track { display: flex; gap: 40px; justify-content: center; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; }

/* nav */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); padding: 18px 64px; position: relative; z-index: 5; }
.nav-logo img { height: 52px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { color: #fff; font-weight: 500; font-size: 16px; }
.nav-links a:hover { color: var(--yellow); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 2px solid #fff; border-radius: 12px; color: #fff; cursor: pointer; }
.mobile-menu { display: none; flex-direction: column; background: var(--ink); border-top: 1px solid #3a3046; padding: 8px 20px 16px; }
.mobile-menu a { color: #fff; font-weight: 500; font-size: 17px; padding: 13px 4px; border-bottom: 1px solid #2a2135; }
.mobile-menu a:last-child { border-bottom: none; }
body.menu-open .mobile-menu { display: flex; }

/* hero */
.hero { position: relative; background: var(--cream); background-image: radial-gradient(var(--cream-dot) 2.2px, transparent 2.2px); background-size: 26px 26px; padding: 84px 64px 110px; }
.hero-inner { display: flex; align-items: center; gap: 48px; max-width: 1312px; margin: 0 auto; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; flex: 1 1 auto; max-width: 700px; }
.hero-copy h1 { font-family: var(--display); font-weight: 400; font-size: clamp(52px, 6.6vw, 96px); line-height: 0.95; }
.hero-copy h1 em { font-style: normal; }
.hero-copy p { font-size: 21px; line-height: 1.55; color: var(--ink-soft); max-width: 560px; }
.hero-ctas { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; font-size: 14px; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.5px; flex-wrap: wrap; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-art { position: relative; width: 520px; height: 560px; flex: 0 0 auto; }
.hero-burst { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-product { position: absolute; left: 20%; top: 19%; width: 60%; height: 62%; object-fit: contain; filter: drop-shadow(10px 12px 0 rgba(26, 20, 35, 0.25)); transform: rotate(3deg); }
.hero-chip-l { position: absolute; left: 3%; top: 11%; transform: rotate(-8deg); }
.hero-chip-r { position: absolute; right: 1%; bottom: 16%; transform: rotate(6deg); }

/* drips */
.drip { display: block; width: 100%; height: 46px; }
.drip-down { position: absolute; left: 0; bottom: -1px; }
.drip-up { transform: rotate(180deg); }

/* marquee */
.marquee { background: var(--ink); color: var(--cream); padding: 20px 0 26px; overflow: hidden; }
.marquee-track { display: flex; gap: 34px; justify-content: center; align-items: center; font-family: var(--display); font-size: 22px; letter-spacing: 1px; white-space: nowrap; }
.marquee .pink { color: var(--pink); }
.marquee .star.orange { color: var(--orange); }
.marquee .star.yellow { color: var(--yellow); }

/* products */
.products { padding: 90px 64px 100px; max-width: 1440px; margin: 0 auto; }
.section-head { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 56px; text-align: center; }
.section-head h2 { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 3.8vw, 54px); }
.section-head p { font-size: 19px; color: var(--ink-soft); max-width: 620px; line-height: 1.5; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.card { display: flex; flex-direction: column; background: #fff; border: 3px solid var(--ink); border-radius: 20px; box-shadow: 8px 8px 0 var(--ink); overflow: hidden; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.card:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--ink); }
.card-art { position: relative; height: 280px; display: flex; align-items: center; justify-content: center; }
.card-art img { height: 86%; width: auto; max-width: 92%; object-fit: contain; filter: drop-shadow(6px 8px 0 rgba(26, 20, 35, 0.25)); }
.bg-yellow { background: var(--yellow); }
.bg-purple { background: var(--purple); }
.bg-blue { background: var(--blue); }
.bg-orange { background: var(--orange); }
.dots-dark { background-image: radial-gradient(rgba(26, 20, 35, 0.14) 2px, transparent 2px); background-size: 18px 18px; }
.dots-light { background-image: radial-gradient(rgba(255, 255, 255, 0.17) 2px, transparent 2px); background-size: 18px 18px; }
.card-badge { position: absolute; top: 14px; left: 14px; background: var(--ink); color: #fff; border-radius: 999px; padding: 6px 14px; font-weight: 700; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; }
.card-body { display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 24px; border-top: 3px solid var(--ink); }
.card-body h3 { font-family: var(--display); font-weight: 400; font-size: 23px; }
.card-body p { font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); }
.card-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; margin-top: 4px; min-height: 32px; }
.card-link:hover { gap: 12px; }
.products-cta { display: flex; justify-content: center; margin-top: 48px; }

/* why */
.why { background: var(--pink); background-image: radial-gradient(rgba(26, 20, 35, 0.12) 2.2px, transparent 2.2px); background-size: 24px 24px; padding: 90px 64px; border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.why-inner { display: flex; align-items: center; gap: 64px; max-width: 1312px; margin: 0 auto; }
.why-copy { display: flex; flex-direction: column; gap: 20px; max-width: 640px; }
.why-copy h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.05; color: #fff; }
.why-copy p { font-size: 20px; line-height: 1.6; color: #ffe3f1; }
.why-kicker { font-family: var(--display); font-size: 24px !important; color: var(--yellow) !important; }
.why-tiles { display: flex; flex-direction: column; gap: 22px; flex: 1 1 auto; }
.tile { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 3px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--ink); padding: 22px 24px; }
.tile svg { flex: 0 0 auto; }
.tile h3 { font-family: var(--display); font-weight: 400; font-size: 19px; margin-bottom: 5px; }
.tile p { font-size: 15px; line-height: 1.5; color: var(--ink-soft); }

/* wholesale */
.wholesale { background: var(--cream); background-image: radial-gradient(var(--cream-dot) 2.2px, transparent 2.2px); background-size: 26px 26px; padding: 96px 64px; }
.wholesale-card { display: flex; flex-direction: column; align-items: center; gap: 22px; background: var(--yellow); border: 4px solid var(--ink); border-radius: 28px; box-shadow: 12px 12px 0 var(--ink); padding: 64px 72px; text-align: center; max-width: 1312px; margin: 0 auto; }
.badge-dark { display: inline-block; background: var(--ink); color: #fff; border-radius: 999px; padding: 8px 20px; font-weight: 700; font-size: 13.5px; letter-spacing: 2px; text-transform: uppercase; }
.wholesale-card h2 { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.05; max-width: 760px; }
.wholesale-card p { font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 680px; }
.wholesale-ctas { display: flex; align-items: center; gap: 20px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }

/* footer */
.footer { background: var(--ink); color: var(--lav); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; padding: 48px 64px 40px; max-width: 1440px; margin: 0 auto; }
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-brand img { height: 56px; width: auto; align-self: flex-start; }
.footer-brand p { font-size: 15px; line-height: 1.6; }
.socials { display: flex; gap: 14px; }
.socials a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 2px solid var(--lav); border-radius: 12px; color: var(--lav); }
.socials a:hover { color: var(--yellow); border-color: var(--yellow); }
.footer-col { display: flex; flex-direction: column; gap: 14px; }
.footer-col h3 { font-family: var(--display); font-weight: 400; font-size: 19px; color: #fff; }
.footer-col p { font-size: 15px; line-height: 1.7; }
.footer-col a { color: var(--lav); }
.footer-col a:hover { color: var(--yellow); }
.footer-order { color: var(--yellow) !important; font-weight: 700; font-size: 15px; }
.fine-print { font-size: 12.5px !important; line-height: 1.65 !important; color: var(--lav-dim); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid #3a3046; padding: 22px 64px 36px; font-size: 13.5px; color: var(--lav-dim); max-width: 1440px; margin: 0 auto; flex-wrap: wrap; }
.footer-21 { display: flex; align-items: center; gap: 8px; }
.badge-21 { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 2px solid var(--yellow); border-radius: 999px; color: var(--yellow); font-weight: 700; font-size: 11.5px; }

/* wholesale form */
.form-hero { background: var(--cream); background-image: radial-gradient(var(--cream-dot) 2.2px, transparent 2.2px); background-size: 26px 26px; padding: 72px 24px 96px; min-height: 60vh; }
.form-wrap { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.form-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.form-head h1 { font-family: var(--display); font-weight: 400; font-size: clamp(38px, 5vw, 58px); line-height: 1; }
.form-head p { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 560px; margin: 0 auto; }
.form-card { display: flex; flex-direction: column; gap: 20px; background: #fff; border: 3px solid var(--ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--ink); padding: 36px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field span { font-weight: 700; font-size: 14.5px; letter-spacing: 0.3px; }
.field em { color: var(--pink); font-style: normal; }
.field input, .field textarea { font-family: var(--body); font-size: 16px; color: var(--ink); background: var(--cream); border: 2.5px solid var(--ink); border-radius: 12px; padding: 12px 14px; min-height: 24px; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--yellow); outline-offset: 1px; }
.field textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.form-submit { align-self: flex-start; margin-top: 4px; }
.form-note { font-size: 14.5px; color: var(--ink-soft); }
.form-status { font-weight: 700; font-size: 15px; color: var(--pink-dark); min-height: 0; }
.form-status:empty { display: none; }
.form-success { display: flex; flex-direction: column; align-items: center; gap: 18px; background: var(--yellow); border: 4px solid var(--ink); border-radius: 28px; box-shadow: 12px 12px 0 var(--ink); padding: 56px 40px; text-align: center; }
.form-success[hidden] { display: none; }
.form-success h2 { font-family: var(--display); font-weight: 400; font-size: 44px; }
.form-success p { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 460px; }

/* ---------- responsive ---------- */

@media (max-width: 1120px) {
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-art { width: 420px; height: 452px; }
  .why-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 900px) {
  .nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-logo img { height: 40px; }
  .btn-order { font-size: 14px; padding: 12px 18px; }
  .hero { padding: 40px 20px 64px; }
  .hero-inner { flex-direction: column; align-items: stretch; gap: 28px; }
  .hero-copy { max-width: none; }
  .hero-copy p { font-size: 17px; }
  .hero-ctas { flex-direction: column; align-items: stretch; align-self: stretch; }
  .hero-ctas .btn { display: block; }
  .hero-art { width: min(350px, 100%); height: 360px; align-self: center; }
  .marquee-track { font-size: 16px; gap: 20px; }
  .products { padding: 56px 20px 64px; }
  .section-head { margin-bottom: 36px; }
  .section-head p { font-size: 16px; }
  .why { padding: 56px 20px; }
  .why-copy p { font-size: 17px; }
  .why-kicker { font-size: 20px !important; }
  .tile { padding: 18px; border-radius: 16px; box-shadow: 5px 5px 0 var(--ink); }
  .wholesale { padding: 56px 20px; }
  .wholesale-card { padding: 36px 24px; border-radius: 24px; box-shadow: 8px 8px 0 var(--ink); }
  .wholesale-card p { font-size: 16px; }
  .wholesale-ctas { flex-direction: column; align-items: stretch; align-self: stretch; }
  .wholesale-ctas .btn { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 32px 20px 28px; }
  .form-hero { padding: 40px 16px 64px; }
  .form-card { padding: 24px 18px; border-radius: 20px; box-shadow: 7px 7px 0 var(--ink); }
  .field-row { grid-template-columns: 1fr; }
  .form-submit { align-self: stretch; }
  .footer-bottom { flex-direction: column-reverse; align-items: flex-start; padding: 18px 20px 28px; }
}

@media (max-width: 640px) {
  .card-grid { grid-template-columns: 1fr; }
  .card-art { height: 250px; }
  .ticker-track { font-size: 11px; gap: 18px; letter-spacing: 1.5px; }
  .products-cta .btn { display: block; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .card, .card-link { transition: none; }
}
