/* ════════════════════════════════════════════════════════════════════
   The D's Cafe — EAT • SHOP • SIP • CHILL
   Theme v2 — bright & fresh (Vegina store style): white base, Poppins,
   golden-yellow pills, red sale badges, colorful accents.
   Brand green + gold kept as accents: topbar, menu plaques, footer.
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --gold: #f5ab1e;
  --gold-deep: #de9407;
  --yellow: #f5be05;
  --green: #1d3b2b;
  --green-2: #2e7d4f;
  --green-fresh: #2e9e5b;
  --green-deep: #122619;
  --cream: #fdf6e9;
  --ink: #232323;
  --muted: #6f6f6f;
  --line: #efefef;
  --red: #e30514;
  --crimson: #d6246e;
  --blue: #2e5f9e;
  --ok: #1e7d32;
  --gold-2: #ffd166;
  /* legacy aliases used by the admin panel */
  --brown: #1d3b2b; --brown2: #2e7d4f; --accent: #f5ab1e;
  --accent2: #ffd166; --card: #fff; --radius: 14px;
  --shadow: 0 6px 24px rgba(35, 35, 35, .10);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  background: #fff;
  color: var(--ink);
  min-height: 100vh;
  padding-bottom: 70px;
  font-size: 14.5px;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, serif; }
.script { font-family: "Great Vibes", cursive; font-weight: 400; }

/* top strip */
.topbar {
  background: var(--green); color: #fff; text-align: center;
  font-size: 12px; padding: 7px 10px; letter-spacing: .4px;
}
.topbar b { color: var(--yellow); }

/* header — Vegina layout: logo · search · cart, then menu row */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: #fff; color: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .05);
}
.h-main {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 18px; max-width: 1100px; margin: 0 auto;
}
.searchbar {
  flex: 1; display: flex; min-width: 0; max-width: 520px; margin: 0 auto;
  border: 2px solid var(--gold); border-radius: 999px; overflow: hidden;
  background: #fff;
}
.searchbar input {
  flex: 1; min-width: 0; border: 0; padding: 10px 18px; font-size: 14px;
  outline: none; font-family: inherit; background: transparent;
}
.searchbar button {
  border: 0; background: var(--gold); color: #fff; padding: 0 20px;
  font-size: 16px; cursor: pointer;
}
.h-nav {
  display: flex; align-items: center; gap: 10px;
  border-top: 1px solid var(--line); padding: 5px 18px;
  max-width: 1100px; margin: 0 auto;
}
.hotline { margin-left: auto; font-size: 12.5px; color: var(--muted); white-space: nowrap; }
.hotline b { color: var(--green-fresh); font-size: 14px; }
@media (max-width: 819px) {
  .h-nav { display: none; }
  .searchbar { max-width: none; }
}
.logo { display: flex; align-items: center; font-family: "Playfair Display", serif;
  font-size: 22px; font-weight: 800; color: var(--ink); }
.logo .d { color: var(--gold-deep); font-size: 26px; }
.logo small { display: block; font-family: Poppins; font-size: 8.5px;
  letter-spacing: 3px; color: var(--gold-deep); font-weight: 600; margin-top: -3px; }
.spacer { flex: 1; }
.top-nav { display: flex; gap: 2px; }
.top-nav a {
  padding: 8px 13px; border-radius: 999px; font-size: 13.5px;
  font-weight: 500; color: var(--ink);
}
.top-nav a.active, .top-nav a:hover {
  background: #fff3d6; color: var(--gold-deep); font-weight: 600;
}
.icon-btn {
  position: relative; background: var(--gold); color: #fff; border: 0;
  border-radius: 999px; padding: 9px 14px; font-size: 15px; font-weight: 700;
  box-shadow: 0 4px 12px rgba(245, 171, 30, .4);
}
.badge {
  position: absolute; top: -6px; right: -6px; background: var(--red);
  color: #fff; font-size: 11px; font-weight: 700; border-radius: 999px;
  min-width: 18px; height: 18px; line-height: 18px; text-align: center;
}
#installBtn {
  background: #fff; border: 1.5px solid var(--gold); color: var(--gold-deep);
  border-radius: 999px; padding: 8px 13px; font-weight: 600; font-size: 12.5px;
  display: none;
}

main { max-width: 1060px; margin: 0 auto; padding: 16px; }

/* bottom nav */
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  display: flex; background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, .06);
}
.bottom-nav a { flex: 1; text-align: center; padding: 8px 0 10px; font-size: 10.5px; color: var(--muted); }
.bottom-nav a .ic { display: block; font-size: 20px; }
.bottom-nav a.active { color: var(--gold-deep); font-weight: 700; }
@media (min-width: 820px) { .bottom-nav { display: none; } body { padding-bottom: 20px; } }
@media (max-width: 819px) { .top-nav { display: none; } }

/* section head */
.sec-head { text-align: center; margin: 6px 0 22px; }
.sec-head .kicker { font-family: "Great Vibes", cursive; font-size: 30px;
  color: var(--green-fresh); display: block; line-height: 1.1; }
.sec-head h2 { font-size: 28px; font-weight: 800; color: var(--ink); }
.sec-head p { color: var(--muted); font-size: 13.5px; margin-top: 6px; }
.sec-head .rule { width: 110px; height: 3px; margin: 12px auto 0; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); }

/* hero slider — Vegina-style scrolling banner */
.slider {
  position: relative; border-radius: 24px; overflow: hidden;
  margin-bottom: 22px; box-shadow: var(--shadow);
}
.slide {
  display: none; padding: 60px 70px 64px; min-height: 340px;
  color: #fff; position: relative;
}
.slide.active { display: block; animation: slideIn .55s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateX(26px); }
                     to { opacity: 1; transform: none; } }
.slide.s1 { background:
  radial-gradient(ellipse at 85% 20%, rgba(245, 190, 5, .25), transparent 50%),
  linear-gradient(120deg, #2e7d4f, #14432a 70%, #0d2c1b); }
.slide.s2 { background:
  radial-gradient(ellipse at 85% 20%, rgba(255, 255, 255, .18), transparent 50%),
  linear-gradient(120deg, #f59e0b, #d97706 60%, #92400e); }
.slide.s3 { background:
  radial-gradient(ellipse at 85% 20%, rgba(255, 255, 255, .15), transparent 50%),
  linear-gradient(120deg, #d6246e, #9d1b52 60%, #5c1030); }
.slide .kicker-pill {
  display: inline-block; background: var(--yellow); color: #5c4405;
  font-weight: 700; font-size: 11.5px; padding: 6px 15px;
  border-radius: 999px; letter-spacing: 1.5px;
}
.slide h1 { font-size: 44px; font-weight: 900; color: #fff;
  margin: 16px 0 10px; line-height: 1.1; max-width: 620px; }
.slide h1 em { color: var(--yellow); font-style: italic; }
.slide p { color: rgba(255, 255, 255, .85); max-width: 460px; margin-bottom: 22px; }
.slide .big-emoji {
  position: absolute; right: 46px; top: 50%; transform: translateY(-50%);
  font-size: 150px; opacity: .95;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .3));
}
.sl-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; border: 0;
  background: rgba(255, 255, 255, .85); color: var(--ink);
  font-size: 22px; line-height: 1; font-weight: 700;
}
.sl-arrow:hover { background: var(--yellow); }
.sl-arrow.prev { left: 14px; }
.sl-arrow.next { right: 14px; }
.sl-dots {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 2;
}
.sl-dots span {
  width: 10px; height: 10px; border-radius: 50%; cursor: pointer;
  background: rgba(255, 255, 255, .45); transition: background .2s;
}
.sl-dots span.on { background: var(--yellow); }
@media (max-width: 700px) {
  .slide { padding: 40px 24px 54px; min-height: 300px; }
  .slide h1 { font-size: 29px; }
  .slide .big-emoji { font-size: 84px; right: 12px; top: 24%; opacity: .5; }
}

/* hero — bright & fresh */
.hero {
  background:
    radial-gradient(ellipse at 88% 12%, rgba(245, 190, 5, .25), transparent 45%),
    radial-gradient(ellipse at 5% 95%, rgba(46, 158, 91, .16), transparent 45%),
    linear-gradient(120deg, #fff8e4, #f0faf1);
  color: var(--ink); border-radius: 24px; padding: 48px 34px;
  margin-bottom: 20px; position: relative; overflow: hidden;
}
.hero::after {
  content: "☕"; position: absolute; right: 26px; bottom: -8px;
  font-size: 130px; opacity: .16; transform: rotate(-10deg);
}
.hero .script { font-size: 34px; color: var(--green-fresh); }
.hero h1 { font-size: 40px; font-weight: 900; line-height: 1.1; margin: 4px 0 10px; color: var(--ink); }
.hero h1 em { font-style: italic; color: var(--gold-deep); }
.hero p { color: var(--muted); margin-bottom: 20px; max-width: 540px; }
.hero .motto { letter-spacing: 4px; font-size: 12px; font-weight: 700;
  color: var(--gold-deep); margin-bottom: 14px; }

.btn {
  display: inline-block; background: var(--gold); color: #fff;
  border: 0; padding: 12px 24px; border-radius: 999px; font-weight: 700;
  font-size: 14px; transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 14px rgba(245, 171, 30, .35);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245, 171, 30, .5); }
.btn.ghost { background: #fff; border: 1.5px solid var(--gold); color: var(--gold-deep); box-shadow: none; }
.btn.green { background: var(--green-fresh); box-shadow: 0 4px 14px rgba(46, 158, 91, .35); }
.btn.full { width: 100%; text-align: center; }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* cards — light, shadowed, lively (Vegina) */
.section { margin: 38px 0; }
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.card {
  background: #fff; border-radius: 16px; border: 1px solid var(--line);
  padding: 16px; position: relative; transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: #ffe3a8; }
.item-img {
  font-size: 46px; line-height: 1; width: 86px; height: 86px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #fff6de, #f0faf1);
  border: 1.5px solid #ffe3a8; border-radius: 50%; margin: 0 auto 10px;
}
.rating {
  position: absolute; top: 12px; right: 12px; background: var(--ink);
  color: #fff; font-size: 11px; font-weight: 700; padding: 3px 9px;
  border-radius: 999px; z-index: 1;
}
.rating i { color: var(--yellow); font-style: normal; }
.card h3 { font-size: 16px; margin-bottom: 4px; text-align: center; color: var(--ink); }
.card .desc { font-size: 12.5px; color: var(--muted); min-height: 30px; text-align: center; }
.row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.price { font-weight: 800; font-size: 17px; color: var(--ink); font-family: Poppins; }
.price .mrp { color: var(--muted); text-decoration: line-through; font-weight: 400; font-size: 12px; margin-right: 5px; }
.tags { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; margin-bottom: 6px; }
.tag { font-size: 10.5px; font-weight: 600; padding: 2px 9px; border-radius: 999px; }
.tag.best { background: var(--yellow); color: #5c4405; }
.tag.veg { border: 1px solid var(--ok); color: var(--ok); }
.tag.nonveg { border: 1px solid var(--red); color: var(--red); }
.tag.out { background: #eee; color: #888; }
.tag.sale { background: var(--red); color: #fff; }
.add-btn {
  background: var(--gold); color: #fff; border: 0; border-radius: 50%;
  width: 38px; height: 38px; font-weight: 800; font-size: 20px; line-height: 1;
  box-shadow: 0 4px 12px rgba(245, 171, 30, .45); transition: transform .15s;
}
.add-btn:hover { transform: scale(1.12); }
.add-btn:disabled { box-shadow: none; }
.qty-ctrl { display: inline-flex; align-items: center; gap: 8px; }
.qty-ctrl button { width: 28px; height: 28px; border-radius: 50%; border: 0;
  background: var(--green-fresh); color: #fff; font-size: 15px; font-weight: 700; }

/* three-pillar (Cafe / Organic / Gifting) — bright cards */
.pillars { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  color: var(--ink); padding: 26px 20px; text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillar .ic {
  font-size: 40px; width: 84px; height: 84px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.pillar:nth-child(1) .ic { background: linear-gradient(150deg, #fff1c9, #ffd166); }
.pillar:nth-child(2) .ic { background: linear-gradient(150deg, #d9f5e3, #8fdcae); }
.pillar:nth-child(3) .ic { background: linear-gradient(150deg, #ffe0ec, #ffadc9); }
.pillar h3 { color: var(--ink); font-size: 21px; margin: 12px 0 6px; }
.pillar p { font-size: 12.5px; color: var(--muted); min-height: 36px; margin-bottom: 12px; }

/* ── printed-menu look: plaques + dotted rows ─────────────────────── */
.menu-board {
  background: #fffdf4; border: 1.5px solid #f5e3b8;
  border-radius: 20px; padding: 26px 20px; margin: 14px 0;
}
.mtabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.mtabs button {
  border: 1.5px solid #e5e5e5; background: #fff; color: var(--ink);
  padding: 10px 20px; border-radius: 999px; font-size: 13.5px; font-weight: 600;
}
.mtabs button.veg.active { background: var(--green-fresh); color: #fff; border-color: var(--green-fresh); }
.mtabs button.nonveg.active { background: var(--crimson); color: #fff; border-color: var(--crimson); }
.mtabs button.bev.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.veg-dot { display: inline-block; width: 13px; height: 13px; border: 1.5px solid var(--ok);
  border-radius: 3px; position: relative; margin-right: 6px; vertical-align: -1px; }
.veg-dot::after { content: ""; position: absolute; inset: 2.5px; border-radius: 50%; background: var(--ok); }
.veg-dot.nv { border-color: var(--red); }
.veg-dot.nv::after { background: var(--red); }

.menu-cols { display: grid; gap: 6px 34px; grid-template-columns: 1fr 1fr; }
@media (max-width: 760px) { .menu-cols { grid-template-columns: 1fr; } }
.mcat { break-inside: avoid; margin-bottom: 30px; }
.mcat .plaque { margin-bottom: 16px; }
.plaque {
  display: inline-block; padding: 7px 26px; border-radius: 12px;
  background: linear-gradient(180deg, #34925c, #1d5c39);
  border: 1.5px solid var(--gold-2); color: #fff;
  font-family: "Playfair Display", serif; font-weight: 800; font-size: 16px;
  letter-spacing: 1px; box-shadow: 0 3px 10px rgba(29, 92, 57, .3);
  margin-bottom: 10px;
}
.plaque.red { background: linear-gradient(180deg, #e0295f, #a41846); box-shadow: 0 3px 10px rgba(164, 24, 70, .3); }
.plaque.blue { background: linear-gradient(180deg, #4585cf, #27548f); box-shadow: 0 3px 10px rgba(39, 84, 143, .3); }
.m-row { display: flex; align-items: baseline; gap: 8px; padding: 7px 2px; }
.m-row .nm { font-weight: 600; font-size: 14px; }
.m-row .sub { display: block; font-size: 11.5px; color: var(--crimson); font-weight: 400; }
.m-row .sub.g { color: var(--muted); }
.m-dots { flex: 1; border-bottom: 2px dotted rgba(35, 35, 35, .25); transform: translateY(-4px); }
.m-price { font-weight: 800; color: var(--ink); white-space: nowrap; }
.m-add {
  background: var(--gold); color: #fff; border: 0; border-radius: 50%;
  width: 26px; height: 26px; font-weight: 800; font-size: 16px; line-height: 1;
  flex: none; align-self: center; box-shadow: 0 2px 8px rgba(245, 171, 30, .4);
}
.m-add:hover { transform: scale(1.12); }

/* stats bar */
.stats-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px; margin: 22px 0;
}
.stat {
  background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold);
  border-radius: 14px; text-align: center; padding: 16px 8px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .05);
}
.stat:nth-child(2) { border-top-color: var(--green-fresh); }
.stat:nth-child(3) { border-top-color: var(--crimson); }
.stat:nth-child(4) { border-top-color: var(--blue); }
.stat .v { font-family: "Playfair Display", serif; font-size: 27px;
  font-weight: 900; color: var(--ink); }
.stat .l { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* why-organic tiles */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.why-tile {
  background: linear-gradient(160deg, #fffdf4, #f2faf3);
  border: 1.5px solid #eee3c3;
  border-radius: 14px; text-align: center; padding: 18px 10px;
  transition: transform .15s;
}
.why-tile:hover { transform: translateY(-3px); border-color: var(--gold); }
.why-tile .ic { font-size: 30px; }
.why-tile .l { font-weight: 600; font-size: 13px; margin-top: 6px; color: var(--ink); }

/* testimonials */
.t-who { display: flex; gap: 10px; align-items: center; margin-top: 10px; font-size: 12.5px; }
.t-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(150deg, var(--gold), var(--gold-deep));
  color: #fff; font-weight: 800; display: flex; align-items: center;
  justify-content: center; font-family: "Playfair Display", serif; flex: none;
}
.rating-pill {
  display: inline-block; background: var(--gold); color: #fff;
  border-radius: 999px; padding: 9px 20px; font-weight: 700; font-size: 14px;
  box-shadow: 0 4px 14px rgba(245, 171, 30, .35);
}

/* WhatsApp ordering */
.wa-section {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(255, 255, 255, .12), transparent 45%),
    linear-gradient(150deg, #2bb35b, #157a3c);
  border-radius: 20px;
  color: #fff; padding: 30px 22px; margin: 38px 0;
  box-shadow: 0 8px 26px rgba(21, 122, 60, .3);
}
.wa-section .kicker { color: #ffe98a !important; }
.wa-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; }
.wa-step {
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px; padding: 12px 14px; font-size: 13px;
  display: flex; gap: 10px; align-items: center;
}
.wa-step .n {
  width: 26px; height: 26px; border-radius: 50%; background: #fff;
  color: #157a3c; font-weight: 800; display: flex; flex: none;
  align-items: center; justify-content: center; font-size: 13px;
}
.btn.wa { background: #fff; color: #157a3c; font-size: 15px; box-shadow: 0 4px 16px rgba(0, 0, 0, .18); }

/* offer banner — bright gold (Vegina pop) */
.offer-banner {
  background:
    radial-gradient(ellipse at 82% 18%, rgba(255, 255, 255, .3), transparent 50%),
    linear-gradient(135deg, #ffc93c, #f59e0b 65%, #ef7d00);
  border: 2px dashed #fff;
  color: #fff; border-radius: 20px; padding: 28px 24px;
  box-shadow: 0 8px 26px rgba(245, 158, 11, .35); position: relative; overflow: hidden;
}
.offer-banner::after {
  content: "🎁"; position: absolute; right: 14px; bottom: -16px;
  font-size: 110px; opacity: .22; transform: rotate(-10deg);
}
.offer-banner .script { font-size: 27px; color: #fff; }
.offer-banner .big { font-size: 50px; font-weight: 900; color: #fff;
  font-family: "Playfair Display", serif; text-shadow: 0 2px 10px rgba(0, 0, 0, .15); }
.offer-banner .free { background: rgba(255, 255, 255, .22); border: 1px solid rgba(255, 255, 255, .6);
  display: inline-block; padding: 5px 14px; border-radius: 999px; margin-top: 8px; font-weight: 600; }
.offer-banner .btn.ghost { background: #fff; border-color: #fff; color: #ef7d00; }

/* forms */
.form { max-width: 460px; margin: 0 auto; }
.form label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 5px; }
.form input, .form select, .form textarea {
  width: 100%; padding: 11px 13px; border: 1.5px solid #e5e5e5;
  border-radius: 10px; font-size: 15px; background: #fff; font-family: inherit;
}
.form input:focus, .form textarea:focus { outline: 2px solid var(--gold-2); border-color: var(--gold); }
.form .check { display: flex; gap: 8px; align-items: center; margin: 12px 0; font-size: 13.5px; }
.form .check input { width: auto; }
.err { color: var(--red); font-size: 13px; margin-top: 8px; min-height: 18px; }

/* coupon landing — mirrors the printed coupon (kept green + gold) */
.coupon-hero { text-align: center; padding: 24px 16px 4px; }
.coupon-hero .script { font-size: 30px; color: var(--gold-deep); }
.coupon-hero .wordmark { font-family: "Playfair Display", serif; font-size: 30px; font-weight: 900; color: var(--green); }
.coupon-hero .motto { letter-spacing: 4px; font-size: 11px; font-weight: 600; color: var(--gold-deep); }
.coupon-card {
  max-width: 440px; margin: 14px auto; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); border: 1.5px solid var(--gold); background: #fffdf6;
}
.coupon-card .head {
  background: linear-gradient(150deg, #2e7d4f, var(--green-deep));
  color: var(--cream); padding: 20px; text-align: center;
}
.coupon-card .head .script { font-size: 24px; color: var(--gold-2); }
.coupon-card .head .surprise { font-family: "Playfair Display", serif; font-size: 40px; font-weight: 900; color: #fff; }
.coupon-card .bd { padding: 20px 24px; text-align: center; }
.coupon-code {
  font-family: Consolas, monospace; font-size: 22px; font-weight: 800;
  background: #fff; border: 2px dashed var(--gold); color: var(--green);
  border-radius: 12px; padding: 10px; margin: 14px 0; letter-spacing: 3px;
}
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.perks { display: flex; justify-content: center; gap: 18px; margin: 12px 0; flex-wrap: wrap; }
.perk { text-align: center; font-size: 10.5px; font-weight: 600; color: var(--green); width: 74px; }
.perk .ic { display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; margin: 0 auto 4px; border: 1.5px solid var(--green-fresh);
  border-radius: 50%; font-size: 20px; background: #fff; }

/* spin wheel */
.wheel-wrap { text-align: center; padding: 16px 0; }
#wheel { transition: transform 4s cubic-bezier(.15,.9,.25,1); }
.pointer { font-size: 28px; margin-bottom: -8px; }

/* cart / order */
.cart-line { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.cart-line .nm { flex: 1; font-size: 14px; font-weight: 600; }
.totals { margin-top: 14px; font-size: 14px; }
.totals > div { display: flex; justify-content: space-between; padding: 3px 0; }
.totals .net { font-weight: 800; font-size: 17px; border-top: 2px solid var(--gold); margin-top: 6px; padding-top: 8px; }
.pill-toggle { display: flex; border: 1.5px solid var(--gold); border-radius: 999px; overflow: hidden; margin-top: 6px; }
.pill-toggle button { flex: 1; padding: 10px; border: 0; background: #fff; font-weight: 600; }
.pill-toggle button.active { background: var(--gold); color: #fff; }
.status-steps { display: flex; gap: 6px; margin: 14px 0; flex-wrap: wrap; }
.status-steps span { font-size: 11.5px; padding: 5px 11px; border-radius: 999px; background: #f5f5f5; border: 1px solid var(--line); color: var(--muted); font-weight: 600; }
.status-steps span.done { background: var(--ok); border-color: var(--ok); color: #fff; }
.qr-box { text-align: center; padding: 12px; }
.qr-box svg { width: 200px; height: 200px; }

/* reviews */
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .05); }
.stars { color: var(--gold); letter-spacing: 2px; }
.star-input { font-size: 34px; cursor: pointer; user-select: none; }
.star-input .on { color: var(--gold); }
.star-input .off { color: #e5e0d2; }

/* footer */
footer.site {
  background: var(--green-deep); color: var(--cream); margin-top: 40px;
  padding: 26px 18px 90px; text-align: center; border-top: 3px solid var(--gold);
}
footer.site .script { font-size: 26px; color: var(--gold-2); }
footer.site .links { display: flex; gap: 18px; justify-content: center; margin: 10px 0; font-size: 13px; flex-wrap: wrap; }
footer.site .fine { font-size: 11.5px; color: rgba(247, 239, 220, .6); margin-top: 8px; }
@media (min-width: 820px) { footer.site { padding-bottom: 26px; } }

.center { text-align: center; }
.mt { margin-top: 14px; }
.muted { color: var(--muted); font-size: 13px; }
.toast {
  position: fixed; bottom: 84px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; border: 0;
  padding: 10px 18px; border-radius: 999px; font-size: 14px; z-index: 99;
  box-shadow: var(--shadow); opacity: 0; transition: opacity .25s; pointer-events: none;
}
.toast.show { opacity: 1; }
.hidden { display: none !important; }
