:root {
  --red: #d62718;
  --red-dark: #a51b10;
  --yellow: #ffc72c;
  --yellow-soft: #ffe28a;
  --cream: #fff6e3;
  --ink: #1b1210;
  --brown: #2a1a14;
  --white: #ffffff;
  --border: 4px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Fredoka", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Bangers", cursive;
  font-size: 1.35rem;
  letter-spacing: 1px;
  padding: 0.6rem 1.4rem;
  border: var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn--red { background: var(--red); color: var(--white); }
.btn--yellow { background: var(--yellow); color: var(--ink); }
.btn--white { background: var(--white); color: var(--ink); }
.btn--black { background: var(--ink); color: var(--white); }

.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.15s, background 0.15s;
}
.icon-btn:hover { background: var(--yellow); transform: translate(-2px, -2px); }

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--red);
  border-bottom: var(--border);
}
.nav::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -12px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 24px, transparent 24px 36px);
}
.nav__inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}
.nav__brand { display: flex; align-items: center; gap: 0.7rem; }
.nav__logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  background: var(--white);
  object-fit: contain;
}
.nav__name {
  font-family: "Bangers", cursive;
  font-size: 2rem;
  color: var(--yellow);
  -webkit-text-stroke: 1.5px var(--ink);
  text-shadow: 3px 3px 0 var(--ink);
  letter-spacing: 1px;
}
.nav__links { display: flex; gap: 0.4rem; }
.nav__links a {
  font-weight: 700;
  color: var(--white);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 3px solid transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.nav__links a:hover { background: var(--yellow); color: var(--ink); border-color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: 0.6rem; }
.nav__actions .btn { font-size: 1.2rem; padding: 0.45rem 1.1rem; }
.nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 12px;
  cursor: pointer;
}

/* ============ SHARED ============ */
.panel {
  position: relative;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 12px;
}
.panel img {
  width: 100%;
  height: auto;
  border: 3px solid var(--ink);
  border-radius: 10px;
}
.panel__caption {
  position: absolute;
  top: -20px;
  left: 22px;
  z-index: 2;
  font-family: "Bangers", cursive;
  font-size: 1.15rem;
  letter-spacing: 1px;
  background: var(--yellow);
  border: 3px solid var(--ink);
  padding: 0.2rem 0.9rem;
  box-shadow: 3px 3px 0 var(--ink);
}

.bubble {
  position: relative;
  background: var(--white);
  border: var(--border);
  border-radius: 28px;
  padding: 1.1rem 1.4rem;
  box-shadow: var(--shadow-sm);
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 520px;
}
.bubble::before,
.bubble::after {
  content: "";
  position: absolute;
  left: 46px;
  border-style: solid;
}
.bubble::before {
  bottom: -26px;
  border-width: 26px 20px 0 0;
  border-color: var(--ink) transparent transparent transparent;
}
.bubble::after {
  bottom: -17px;
  left: 50px;
  border-width: 18px 13px 0 0;
  border-color: var(--white) transparent transparent transparent;
}

.ca-box {
  display: flex;
  align-items: stretch;
  max-width: 560px;
  background: var(--white);
  border: var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.ca-box__label {
  display: grid;
  place-items: center;
  font-family: "Bangers", cursive;
  font-size: 1.3rem;
  padding: 0 1rem;
  background: var(--yellow);
  border-right: var(--border);
}
.ca-box__value {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  align-self: center;
}
.ca-box__copy {
  padding: 0 1.1rem;
  font-size: 1.2rem;
  background: var(--red);
  color: var(--white);
  border: none;
  border-left: var(--border);
  cursor: pointer;
  transition: background 0.15s;
}
.ca-box__copy:hover { background: var(--red-dark); }

.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head__chip {
  display: inline-block;
  font-family: "Bangers", cursive;
  font-size: 1.1rem;
  letter-spacing: 2px;
  background: var(--ink);
  color: var(--yellow);
  padding: 0.25rem 1rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
}
.section-head__chip--yellow { background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); }
.section-head__title {
  font-family: "Bangers", cursive;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: 2px;
  color: var(--yellow);
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 5px 5px 0 var(--ink);
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 6rem 0 7rem;
  background:
    radial-gradient(circle, rgba(214, 39, 24, 0.13) 2px, transparent 2.5px) 0 0 / 22px 22px,
    radial-gradient(ellipse at 80% 40%, var(--yellow-soft) 0%, transparent 55%),
    var(--cream);
  border-bottom: var(--border);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
.order-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--white);
  border: 3px dashed var(--ink);
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.2rem;
}
.hero__title {
  font-family: "Bangers", cursive;
  line-height: 0.88;
  letter-spacing: 3px;
  margin-bottom: 1.8rem;
}
.hero__title-top {
  display: block;
  font-size: clamp(3.6rem, 9vw, 7rem);
  color: var(--red);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 6px 6px 0 var(--ink);
}
.hero__title-bottom {
  display: inline-block;
  font-size: clamp(4.4rem, 11vw, 8.5rem);
  color: var(--yellow);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 7px 7px 0 var(--ink);
}
.hero .bubble { margin-bottom: 2.6rem; }
.hero .ca-box { margin-bottom: 1.5rem; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero__art { position: relative; }
.panel--hero { background: var(--red); max-width: 520px; margin-left: auto; }
.burst {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  filter:
    drop-shadow(2px 0 0 var(--ink)) drop-shadow(-2px 0 0 var(--ink))
    drop-shadow(0 2px 0 var(--ink)) drop-shadow(0 -2px 0 var(--ink))
    drop-shadow(4px 4px 0 var(--ink));
}
.burst__shape {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 18%, 82% 8%, 80% 30%, 100% 35%, 85% 50%, 100% 65%, 80% 70%, 82% 92%, 61% 82%, 50% 100%, 39% 82%, 18% 92%, 20% 70%, 0% 65%, 15% 50%, 0% 35%, 20% 30%, 18% 8%, 39% 18%);
}
.burst span {
  font-family: "Bangers", cursive;
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
  color: var(--red);
  letter-spacing: 1px;
}

/* ============ ABOUT ============ */
.about {
  padding: 6rem 0;
  background:
    radial-gradient(circle, rgba(255, 199, 44, 0.22) 2px, transparent 2.5px) 0 0 / 20px 20px,
    linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
  border-bottom: var(--border);
}
.panel--wide { margin-bottom: 3rem; }

.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.strip__panel {
  position: relative;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: 16px;
  padding: 2.4rem 1.5rem 1.6rem;
  box-shadow: var(--shadow);
}
.strip__panel--yellow { background: var(--yellow); }
.strip__num {
  position: absolute;
  top: -22px;
  left: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-family: "Bangers", cursive;
  font-size: 1.7rem;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 50%;
  border: 3px solid var(--white);
}
.strip__panel h3 {
  font-family: "Bangers", cursive;
  font-size: 1.9rem;
  letter-spacing: 1px;
  color: var(--red);
  margin-bottom: 0.4rem;
}
.strip__panel--yellow h3 { color: var(--ink); }
.strip__panel p { font-weight: 500; }

.narration {
  background: var(--yellow);
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 1.3rem 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.narration strong { color: var(--red); }

/* ============ HOW TO BUY ============ */
.buy {
  padding: 6rem 0;
  background:
    radial-gradient(circle, rgba(27, 18, 16, 0.12) 2px, transparent 2.5px) 0 0 / 22px 22px,
    var(--yellow);
  border-bottom: var(--border);
}
.menu {
  background: var(--brown);
  border: 6px solid var(--ink);
  border-radius: 24px;
  box-shadow: 12px 12px 0 var(--ink);
  padding: 2.5rem;
  color: var(--cream);
  outline: 4px solid var(--yellow);
  outline-offset: -18px;
}
.menu__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem 2rem;
  border-bottom: 3px dashed rgba(255, 199, 44, 0.5);
  margin-bottom: 2rem;
}
.menu__logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  background: var(--white);
  border: 4px solid var(--yellow);
  border-radius: 20px;
  flex-shrink: 0;
}
.menu__kicker {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.menu__title {
  font-family: "Bangers", cursive;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1;
  letter-spacing: 2px;
  color: var(--white);
  text-shadow: 4px 4px 0 var(--red);
}
.menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
  padding: 0 0.5rem;
}
.combo {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 246, 227, 0.06);
  border: 3px solid rgba(255, 199, 44, 0.35);
  border-radius: 16px;
  padding: 1.3rem;
  transition: border-color 0.2s, background 0.2s;
}
.combo:hover { border-color: var(--yellow); background: rgba(255, 199, 44, 0.1); }
.combo__no {
  font-family: "Bangers", cursive;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 12px;
  padding: 0.35rem 0.6rem;
  flex-shrink: 0;
}
.combo__body { flex: 1; }
.combo__body h3 {
  font-family: "Bangers", cursive;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: var(--yellow);
}
.combo__body p { color: rgba(255, 246, 227, 0.85); }
.combo__icon { font-size: 1.9rem; color: var(--red); }
.menu__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 2rem 1rem 0.5rem;
  border-top: 3px dashed rgba(255, 199, 44, 0.5);
}
.menu__footer .ca-box { flex: 1; min-width: 260px; color: var(--ink); }

/* ============ COMMUNITY ============ */
.community {
  padding: 6rem 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 40px, transparent 40px 80px),
    var(--red);
  border-bottom: var(--border);
}
.community__grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 4rem;
  align-items: center;
}
.community__title {
  font-family: "Bangers", cursive;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1;
  letter-spacing: 2px;
  color: var(--white);
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 6px 6px 0 var(--ink);
  margin-bottom: 1.5rem;
}
.community .bubble { margin-bottom: 3rem; }
.community__icons { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.big-icon {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  background: var(--yellow);
  border: var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.big-icon i { font-size: 2.4rem; }
.big-icon span { font-family: "Bangers", cursive; font-size: 1.3rem; letter-spacing: 1px; }
.big-icon:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ink); background: var(--white); }

.receipt { filter: drop-shadow(10px 10px 0 var(--ink)); }
.receipt__paper {
  background: var(--white);
  padding: 2.2rem 2rem 2.6rem;
  font-family: "Courier Prime", monospace;
  font-size: 0.98rem;
  --tooth: 14px;
  -webkit-mask:
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / var(--tooth) 51% repeat-x,
    conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / var(--tooth) 51% repeat-x;
  mask:
    conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / var(--tooth) 51% repeat-x,
    conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / var(--tooth) 51% repeat-x;
}
.receipt__logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  border: 3px solid var(--ink);
}
.receipt__store { text-align: center; font-weight: 700; }
.receipt__rule { border-top: 2px dashed var(--ink); margin: 1rem 0; }
.receipt__meta,
.receipt__total { display: flex; justify-content: space-between; }
.receipt__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.5rem;
  border-radius: 6px;
  transition: background 0.15s;
}
.receipt__row i { margin-right: 0.3rem; }
.receipt__row span:last-child { font-weight: 700; color: var(--red); }
.receipt__row:hover { background: var(--yellow-soft); }
.receipt__total { font-weight: 700; font-size: 1.2rem; }
.receipt__thanks { text-align: center; font-size: 0.88rem; margin-bottom: 1rem; }
.receipt__barcode {
  height: 54px;
  background: repeating-linear-gradient(90deg,
    var(--ink) 0 2px, transparent 2px 4px,
    var(--ink) 4px 7px, transparent 7px 9px,
    var(--ink) 9px 10px, transparent 10px 13px);
}

/* ============ FOOTER ============ */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 3rem 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.footer__brand { display: flex; align-items: center; gap: 0.9rem; }
.footer__brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid var(--yellow);
  background: var(--white);
}
.footer__brand strong { display: block; font-family: "Bangers", cursive; font-size: 1.7rem; letter-spacing: 1px; color: var(--yellow); }
.footer__brand span { font-family: "Courier Prime", monospace; }
.footer__icons { display: flex; gap: 0.7rem; }
.footer__icons .icon-btn { color: var(--ink); box-shadow: 3px 3px 0 var(--yellow); }
.footer__note {
  grid-column: 1 / -1;
  font-size: 0.85rem;
  opacity: 0.65;
  border-top: 1px solid rgba(255, 246, 227, 0.2);
  padding-top: 1.5rem;
}

/* ============ TOAST ============ */
.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 150%);
  font-family: "Bangers", cursive;
  font-size: 1.4rem;
  letter-spacing: 1px;
  background: var(--yellow);
  border: var(--border);
  box-shadow: var(--shadow-sm);
  padding: 0.6rem 1.5rem;
  border-radius: 14px;
  z-index: 100;
  transition: transform 0.3s;
}
.toast.show { transform: translate(-50%, 0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .hero__grid,
  .community__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .panel--hero { margin: 0 auto; }
  .strip { grid-template-columns: 1fr; gap: 2.2rem; }
  .receipt { max-width: 440px; width: 100%; margin: 0 auto; }
}

@media (max-width: 760px) {
  .nav__toggle { display: grid; place-items: center; }
  .nav__actions .icon-btn { display: none; }
  .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--red);
    border-bottom: var(--border);
    padding: 1rem 4%;
  }
  .nav__links.open { display: flex; }
  .menu { padding: 1.5rem; outline-offset: -10px; }
  .menu__grid { grid-template-columns: 1fr; padding: 0; }
  .menu__header { flex-direction: column; text-align: center; padding: 0.5rem 0 1.5rem; }
  .burst { right: -10px; bottom: -30px; width: 120px; height: 120px; }
  .burst span { font-size: 1.1rem; }
  .footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .nav__name { display: none; }
  .hero { padding: 4rem 0 5rem; }
  .big-icon { width: 96px; height: 96px; }
  .receipt__paper { padding: 2rem 1.2rem 2.4rem; }
}
