:root {
  --yellow: #f5b700;
  --yellow-light: #ffd95e;
  --yellow-dark: #c98e00;
  --cream: #fff7df;
  --paper: #fffdf7;
  --brown: #2b170c;
  --brown-soft: #513322;
  --muted: #765f50;
  --line: #e8d49b;
  --red: #9d3529;
  --shadow: 0 22px 60px rgba(62, 35, 7, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown);
  background: #fffaf0;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }

.topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 42px;
  padding: 8px 18px;
  background: var(--brown);
  color: #fff8e7;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.topbar a { color: var(--yellow-light); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar-divider { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: 56px 24px 105px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .17) 0 1px, transparent 1px 44px),
    linear-gradient(30deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 54px),
    linear-gradient(135deg, #f5b700 0%, #ffca28 57%, #eda600 100%);
  background-size: 44px 44px, 54px 54px, auto;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -55% 40%;
  height: 580px;
  border-radius: 50%;
  background: rgba(255, 247, 223, .2);
  transform: rotate(-7deg);
}
.hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 8%;
  width: 170px;
  height: 170px;
  border: 2px dashed rgba(43, 23, 12, .16);
  border-radius: 50%;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 42px;
  width: min(1160px, 100%);
  margin: 0 auto;
}
.hero-copy { padding-top: 20px; animation: rise-in .8s both; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(43, 23, 12, .16);
  border-radius: 999px;
  background: rgba(255, 253, 247, .78);
  box-shadow: 0 8px 22px rgba(65, 35, 5, .09);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  backdrop-filter: blur(8px);
}
.eyebrow svg { width: 17px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.brand {
  max-width: 720px;
  margin: 26px 0 12px;
  font-family: "Great Vibes", cursive;
  font-size: clamp(68px, 8.7vw, 124px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: .72;
  text-shadow: 0 3px 0 rgba(255, 255, 255, .36);
}
.hero-kicker {
  margin: 27px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 3.5vw, 42px);
  font-style: italic;
  font-weight: 600;
}
.hero-kicker span { color: #fff7da; }
.tagline { max-width: 590px; margin: 0; color: #402414; font-size: 18px; font-weight: 600; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible, .text-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .qty-btn:focus-visible {
  outline: 3px solid rgba(157, 53, 41, .35);
  outline-offset: 3px;
}
.btn-dark { background: var(--brown); color: white; box-shadow: 0 12px 28px rgba(43, 23, 12, .23); }
.btn-dark:hover { background: #3b2113; box-shadow: 0 16px 32px rgba(43, 23, 12, .27); }
.btn-light { border: 1px solid rgba(43, 23, 12, .12); background: rgba(255, 253, 247, .92); color: var(--brown); }
.btn-yellow { background: var(--yellow); color: var(--brown); }

.pudding-stage { position: relative; min-height: 520px; animation: rise-in .8s .14s both; }
.pudding-cup {
  position: absolute;
  top: 108px;
  left: 50%;
  width: 260px;
  height: 335px;
  border: 7px solid rgba(255, 255, 255, .77);
  border-top-width: 11px;
  border-radius: 22px 22px 52px 52px;
  background:
    linear-gradient(to bottom, transparent 0 11%, rgba(128, 75, 18, .08) 11% 12%, transparent 12% 39%, rgba(128, 75, 18, .1) 39% 40%, transparent 40%),
    linear-gradient(to bottom, #fff0b6 0 22%, #ce9a3b 22% 29%, #ffe29a 29% 53%, #c98e2c 53% 60%, #ffda76 60% 100%);
  box-shadow: inset -25px 0 30px rgba(128, 75, 18, .1), 0 34px 55px rgba(75, 40, 3, .29);
  transform: translateX(-47%) rotate(-3deg);
}
.pudding-cup::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -14px;
  right: -14px;
  height: 24px;
  border: 5px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: #f1c75e;
}
.pudding-cup::after {
  content: "";
  position: absolute;
  inset: 52px 26px auto;
  height: 14px;
  opacity: .72;
  background: radial-gradient(circle, #a96f23 0 2px, transparent 3px) 0 0 / 17px 12px;
}
.cup-shine { position: absolute; top: 48px; left: 20px; width: 15px; height: 215px; border-radius: 50%; background: rgba(255,255,255,.27); transform: rotate(2deg); }
.cup-label {
  position: absolute;
  left: 50%;
  top: 155px;
  width: 120px;
  padding: 15px 8px 13px;
  border: 1px solid rgba(91, 51, 10, .2);
  border-radius: 50%;
  background: rgba(255, 253, 239, .89);
  color: var(--brown);
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%) rotate(3deg);
}
.cup-label span { font-family: "Great Vibes", cursive; color: var(--red); font-size: 25px; font-weight: 400; }
.whipped-cream { position: absolute; z-index: 2; border-radius: 50%; background: #fff6d2; box-shadow: inset -8px -8px 16px rgba(215, 171, 78, .17); }
.cream-one { left: 36px; top: -64px; width: 103px; height: 75px; transform: rotate(-8deg); }
.cream-two { left: 98px; top: -79px; width: 108px; height: 88px; }
.cream-three { left: 69px; top: -110px; width: 95px; height: 84px; }
.banana-slice { position: absolute; z-index: 3; width: 74px; height: 74px; border: 8px solid #f7d66b; border-radius: 50%; background: radial-gradient(circle, #fff4b6 0 44%, #dfad43 46% 49%, #ffefa6 51%); }
.slice-one { top: -66px; left: 14px; transform: rotate(-18deg); }
.slice-two { top: -82px; right: 9px; transform: rotate(24deg) scale(.86); }
.wafer { position: absolute; z-index: 4; width: 100px; height: 126px; border: 4px solid #b67526; border-radius: 46%; background: radial-gradient(circle at 30% 25%, #ad7325 0 2px, transparent 3px) 0 0 / 22px 20px, #dba749; box-shadow: 0 12px 25px rgba(77, 41, 2, .2); }
.wafer-one { top: 54px; right: 50px; transform: rotate(20deg); }
.wafer-two { bottom: 38px; left: 25px; transform: rotate(-22deg) scale(.64); }
.price-stamp {
  position: absolute;
  z-index: 5;
  top: 53px;
  left: 7px;
  display: grid;
  place-content: center;
  width: 126px;
  height: 126px;
  border: 2px dashed var(--brown);
  border-radius: 50%;
  background: var(--paper);
  text-align: center;
  box-shadow: var(--shadow);
  transform: rotate(-10deg);
}
.price-stamp strong { font-family: "Playfair Display", serif; font-size: 42px; line-height: .9; }
.price-stamp span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.stage-note { position: absolute; right: -6px; bottom: 22px; margin: 0; font-family: "Great Vibes", cursive; font-size: 33px; line-height: .9; transform: rotate(-7deg); }
.hero-sprinkle { position: absolute; z-index: 1; border: 2px solid rgba(43, 23, 12, .15); border-radius: 50%; }
.sprinkle-one { left: -65px; bottom: -60px; width: 210px; height: 210px; }
.sprinkle-two { left: 44%; top: 52px; width: 17px; height: 42px; border-radius: 12px; transform: rotate(34deg); }

main { position: relative; z-index: 3; width: min(1160px, calc(100% - 30px)); margin: -58px auto 74px; }
.section {
  margin-bottom: 30px;
  padding: clamp(25px, 4vw, 46px);
  border: 1px solid rgba(188, 145, 42, .28);
  border-radius: 34px;
  background: rgba(255, 253, 247, .97);
  box-shadow: var(--shadow);
}
.section-title { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: start; margin-bottom: 30px; }
.section-number { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 50%; color: var(--yellow-dark); font-family: "Playfair Display", serif; font-size: 22px; font-style: italic; }
.overline { margin: 0 0 5px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title h2, .contact-section h2 { margin: 0 0 7px; font-family: "Playfair Display", serif; font-size: clamp(32px, 5vw, 51px); line-height: 1.04; }
.section-title > div > p:last-child { margin: 0; color: var(--muted); }

.products { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.product-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:nth-child(2) { transform: translateY(18px); }
.product-card:nth-child(4) { transform: translateY(18px); }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(55, 32, 4, .12); }
.product-card:nth-child(2):hover, .product-card:nth-child(4):hover { transform: translateY(12px); }
.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 165px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffe9a0, #ffc625);
}
.product-card:nth-child(2) .product-visual { background: linear-gradient(145deg, #f8dd91, #e7ad34); }
.product-card:nth-child(3) .product-visual { background: linear-gradient(145deg, #ffe9a6, #f2ba1e); }
.product-card:nth-child(4) .product-visual { background: linear-gradient(145deg, #f7d678, #d99a1f); }
.product-visual::before { content: ""; position: absolute; top: -55px; right: -30px; width: 130px; height: 130px; border: 25px solid rgba(255,255,255,.2); border-radius: 50%; }
.visual-cup { position: relative; width: 76px; height: 102px; border: 4px solid rgba(255,255,255,.8); border-radius: 10px 10px 20px 20px; background: linear-gradient(to bottom, #fff0b0 0 28%, #b97b27 28% 36%, #ffdf7b 36% 66%, #b77920 66% 74%, #ffd35a 74%); box-shadow: 0 13px 20px rgba(84,45,2,.22); transform: rotate(-4deg); }
.visual-cup::before { content: ""; position: absolute; left: 13px; top: -25px; width: 44px; height: 34px; border-radius: 50%; background: #fff4c5; }
.visual-cup::after { content: ""; position: absolute; right: -20px; top: -22px; width: 44px; height: 55px; border: 3px solid #ad7221; border-radius: 48%; background: radial-gradient(circle, #ab7426 0 1px, transparent 2px) 0 0 / 12px 12px, #d9a246; transform: rotate(17deg); }
.product-card:not(:first-child) .visual-cup { width: 114px; height: 75px; border-radius: 10px 10px 20px 20px; transform: rotate(2deg); }
.product-card:not(:first-child) .visual-cup::before { left: 18px; width: 80px; }
.visual-cup span { position: absolute; left: 9px; bottom: 15px; width: 8px; height: 45px; border-radius: 50%; background: rgba(255,255,255,.25); }
.product-index { position: absolute; left: 14px; bottom: 10px; color: rgba(43,23,12,.35); font-family: "Playfair Display", serif; font-size: 13px; font-style: italic; }
.product-body { display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 18px; padding: 20px; }
.product-size { margin: 0 0 5px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin: 0 0 7px; font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.1; }
.product-description { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-footer { display: grid; gap: 12px; }
.price { font-size: 29px; font-weight: 900; }
.price small { color: var(--muted); font-size: 12px; font-weight: 600; }
.qty-row { display: grid; grid-template-columns: 40px 1fr 40px; gap: 7px; }
.qty-btn, .qty-input { width: 100%; height: 40px; border: 1px solid #dccb9f; border-radius: 10px; color: var(--brown); background: var(--cream); text-align: center; font-weight: 800; }
.qty-btn { font-size: 18px; transition: transform .15s ease, background .15s ease; }
.qty-btn:hover { background: var(--yellow-light); transform: translateY(-1px); }
.qty-input { padding: 0; background: white; -moz-appearance: textfield; }
.qty-input::-webkit-inner-spin-button { appearance: none; }

.order-section { background: linear-gradient(145deg, rgba(255,253,247,.98), rgba(255,247,223,.98)); }
.order-layout { display: grid; grid-template-columns: 1.13fr .87fr; gap: 28px; align-items: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 800; }
label span { color: var(--red); }
input, select, textarea {
  width: 100%;
  border: 1px solid #d9cba7;
  border-radius: 13px;
  padding: 13px 14px;
  outline: none;
  background: white;
  color: var(--brown);
  transition: border-color .16s ease, box-shadow .16s ease;
}
input:hover, select:hover, textarea:hover { border-color: #c9b16f; }
input:focus, select:focus, textarea:focus { border-color: var(--yellow-dark); box-shadow: 0 0 0 3px rgba(245,183,0,.16); }
textarea { min-height: 112px; resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.summary { position: sticky; top: 18px; padding: 23px; border: 2px dashed var(--yellow-dark); border-radius: 24px; background: var(--cream); box-shadow: 10px 10px 0 rgba(245,183,0,.12); }
.summary-heading { padding-bottom: 15px; border-bottom: 1px solid #e1cd92; }
.summary h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 30px; }
.summary-list { display: grid; gap: 10px; min-height: 115px; padding: 17px 0; }
.summary-item { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid #e6d49f; font-size: 14px; }
.summary-item span { color: var(--brown-soft); }
.empty-state { display: grid; justify-items: center; align-content: center; gap: 4px; color: var(--muted); text-align: center; }
.empty-state svg { width: 42px; margin-bottom: 3px; fill: none; stroke: #bda86b; stroke-width: 2; }
.empty-state strong { color: var(--brown-soft); font-family: "Playfair Display", serif; font-size: 16px; }
.empty-state span { font-size: 12px; }
.total { display: flex; justify-content: space-between; margin: 0 0 18px; padding-top: 15px; border-top: 2px solid var(--brown); font-size: 26px; font-weight: 900; }
.summary .btn { width: 100%; margin-top: 9px; }
.summary button:disabled { cursor: wait; opacity: .65; transform: none; }
.secondary-actions { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 16px; color: #a18a74; }
.text-button { padding: 3px; border: 0; background: none; color: var(--brown-soft); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.small-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }

.contact-section { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 38px 42px; border-radius: 30px; background: var(--brown); color: white; box-shadow: var(--shadow); }
.contact-section h2 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 45px); }
.contact-section > div > p:last-child { margin: 0; color: #d9caba; }
.contact-section .overline { color: var(--yellow-light); }
.contact-actions { display: grid; gap: 10px; }
.phone-link { min-width: 225px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.phone-link:hover { background: rgba(255,255,255,.13); transform: translateX(-3px); }
.phone-link span { display: block; margin-bottom: 2px; color: var(--yellow-light); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

footer { display: flex; justify-content: space-between; gap: 20px; max-width: 1160px; margin: auto; padding: 0 20px 38px; color: var(--muted); font-size: 12px; }
footer strong { color: var(--brown); font-family: "Great Vibes", cursive; font-size: 24px; font-weight: 400; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 22px; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 999px; background: var(--brown); color: white; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; text-align: center; transform: translate(-50%, 150%); transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }
.toast.error { background: var(--red); }

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-inner, .order-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .pudding-stage { width: min(520px, 100%); min-height: 470px; margin: -20px auto 0; }
  .product-card { grid-column: span 6; }
  .product-card:nth-child(2), .product-card:nth-child(4) { transform: none; }
  .product-card:nth-child(2):hover, .product-card:nth-child(4):hover { transform: translateY(-5px); }
  .summary { position: static; }
}
@media (max-width: 650px) {
  .topbar { flex-direction: column; gap: 3px; padding: 9px 12px; }
  .topbar-divider { display: none; }
  .hero { padding: 32px 15px 92px; }
  .brand { margin-top: 23px; font-size: clamp(60px, 19vw, 88px); line-height: .78; }
  .tagline { font-size: 16px; }
  .pudding-stage { min-height: 400px; transform: scale(.88); transform-origin: center top; margin-bottom: -45px; }
  .price-stamp { left: -5px; }
  .stage-note { right: 2px; }
  main { width: min(100% - 18px, 1160px); }
  .section { padding: 25px 15px; border-radius: 24px; }
  .section-title { grid-template-columns: 1fr; gap: 10px; }
  .section-number { width: 45px; height: 45px; font-size: 18px; }
  .product-card { grid-column: span 12; }
  .products { gap: 13px; }
  .product-card { display: grid; grid-template-columns: 122px 1fr; }
  .product-visual { min-height: 100%; }
  .product-body { padding: 17px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-section { grid-template-columns: 1fr; padding: 30px 22px; }
  .contact-actions { width: 100%; }
  .phone-link { min-width: 0; }
  footer { flex-direction: column; align-items: center; gap: 7px; text-align: center; }
}
@media (max-width: 390px) {
  .pudding-stage { margin-left: -18px; width: calc(100% + 36px); transform: scale(.78); }
  .product-card { grid-template-columns: 105px 1fr; }
  .product-body h3 { font-size: 20px; }
  .product-footer { gap: 8px; }
}
