:root {
  --cocoa: #2d1b10;
  --charcoal: #1a1a1a;
  --marble: #f5f5f0;
  --cream: #fafaf6;
  --saffron: #e8a23d;
  --saffron-deep: #d4892a;
  --herb: #77a047;
  --earth: #6b3e26;
  --muted: #6b5e54;
  --line: rgba(45, 27, 16, 0.12);
  --whatsapp: #25d366;
  --font-brand: "Playball", cursive;
  --font-sans: "Montserrat", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
  touch-action: manipulation;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--cocoa);
  touch-action: manipulation;
  font-family: var(--font-sans);
  font-weight: 400;
  background-color: var(--marble);
  background-image:
    radial-gradient(ellipse 90% 55% at 8% -10%, rgba(190, 186, 178, 0.28), transparent 52%),
    radial-gradient(ellipse 70% 45% at 96% 12%, rgba(168, 164, 156, 0.18), transparent 48%),
    radial-gradient(ellipse 60% 40% at 50% 110%, rgba(176, 170, 160, 0.2), transparent 50%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

body > * {
  position: relative;
  z-index: 1;
}

input,
select,
textarea {
  font-size: 16px;
}

::selection {
  background: var(--saffron);
  color: var(--cocoa);
}

/* ——— Logo components ——— */

logo-seal,
logo-wordmark,
logo-lockup {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Hide parser leftover light-DOM text (upgrade runs before children attach). */
logo-wordmark,
logo-lockup {
  font-size: 0;
}

.logo-wordmark {
  font-family: var(--font-brand);
  font-weight: 400;
  color: var(--cocoa);
  line-height: 0.95;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.logo-wordmark--nav {
  font-size: clamp(1.55rem, 4.2vw + 0.7rem, 2.45rem);
}

.logo-wordmark--md {
  font-size: 1.75rem;
}

.logo-wordmark--hero {
  font-size: clamp(3.05rem, 11.5vw, 6.4rem);
}

.logo-wordmark--footer {
  font-size: clamp(1.65rem, 4.2vw, 2.1rem);
}

.logo-tagline {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(0.72rem, 2.1vw, 1.05rem);
  letter-spacing: 0.02em;
  color: var(--cocoa);
  white-space: nowrap;
}

.logo-lockup {
  flex-direction: column;
}

.logo-lockup--center {
  align-items: center;
  text-align: center;
}

.logo-lockup--left {
  align-items: flex-start;
  text-align: left;
}

.logo-seal {
  color: var(--cocoa);
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}

.logo-seal-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-seal-text {
  font-family: var(--font-brand);
  letter-spacing: 0.35px;
}

.logo-seal-tagline {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.logo-seal--nav,
.logo-seal--icon,
.logo-seal--plain {
  width: 3.6rem;
  height: 3.6rem;
}

.logo-seal--md {
  width: 4.5rem;
  height: 4.5rem;
}

.logo-seal--footer {
  width: 5.75rem;
  height: 5.75rem;
}

.logo-seal--hero {
  width: clamp(5.5rem, 18vw, 8.5rem);
  height: clamp(5.5rem, 18vw, 8.5rem);
  z-index: 2;
}

.logo-wordmark-wrap {
  min-width: 0;
}

.brand-home {
  gap: 0.65rem;
  overflow: hidden;
}

h1 logo-wordmark,
h1 .logo-wordmark {
  display: block;
}

.hero-seal {
  z-index: 2;
}

.footer-brand {
  gap: 1rem;
}

@media (max-width: 767px) {
  .brand-home {
    max-width: calc(100% - 7.25rem);
  }
}

@media (max-width: 380px) {
  .logo-wordmark--nav {
    font-size: clamp(1.45rem, 8.2vw, 1.7rem);
  }
  .logo-tagline {
    white-space: normal;
    max-width: 18rem;
  }
}

@media (max-width: 340px) {
  .logo-wordmark--nav {
    font-size: 1.4rem;
  }
  .logo-seal--nav,
  .logo-seal--icon,
  .logo-seal--plain {
    width: 3.5rem;
    height: 3.5rem;
  }
  .brand-home {
    gap: 0.45rem;
  }
}

/* ——— UI ——— */

.tap {
  min-height: 48px;
  min-width: 48px;
}

.btn-gold {
  background: var(--saffron);
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 4px;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 22px rgba(232, 162, 61, 0.28);
}

.btn-gold:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.btn-gold:active {
  transform: translateY(0);
}

.btn-outline {
  border: 1px solid rgba(107, 62, 38, 0.35);
  color: var(--cocoa);
  background: transparent;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-outline:hover {
  background: rgba(232, 162, 61, 0.12);
  border-color: var(--saffron);
}

.nav-glass {
  background: rgba(245, 245, 240, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-glass nav {
  min-height: 4.75rem;
  height: auto;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

@media (min-width: 768px) {
  .nav-glass nav {
    min-height: 5.25rem;
  }

  .logo-seal--nav,
  .logo-seal--icon,
  .logo-seal--plain {
    width: 4.25rem;
    height: 4.25rem;
  }
}

.hero-flyer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5rem 1.25rem 4.5rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1a1008;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(12, 7, 4, 0.62) 0%, rgba(12, 7, 4, 0.38) 42%, rgba(12, 7, 4, 0.78) 100%),
    linear-gradient(90deg, rgba(12, 7, 4, 0.28), transparent 32%, transparent 68%, rgba(12, 7, 4, 0.28));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(42rem, 100%);
  text-align: center;
}

.hero-flyer .logo-wordmark {
  color: var(--cream);
  text-shadow: 0 2px 28px rgba(8, 4, 2, 0.55);
}

.hero-tagline {
  margin-top: 0.75rem;
  color: rgba(250, 250, 246, 0.88);
  white-space: normal;
  text-shadow: 0 1px 16px rgba(8, 4, 2, 0.45);
}

.hero-sub {
  margin: 1.75rem auto 0;
  max-width: 22rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.45;
  color: var(--cream);
  text-shadow: 0 1px 18px rgba(8, 4, 2, 0.5);
}

.hero-ctas {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.btn-hero-ghost {
  border: 1px solid rgba(250, 250, 246, 0.45);
  color: var(--cream);
  background: transparent;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-hero-ghost:hover {
  background: rgba(250, 250, 246, 0.1);
  border-color: var(--saffron);
}

.hero-food {
  width: min(100%, 34rem);
  aspect-ratio: 1 / 0.95;
  object-fit: cover;
  object-position: 42% 48%;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(45, 27, 16, 0.16);
}

.food-crop {
  object-fit: cover;
  object-position: 48% 42%;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--earth);
}

.ornament::before,
.ornament::after {
  content: "";
  height: 1px;
  width: 2.25rem;
  background: currentColor;
  opacity: 0.55;
}

.timeline-track {
  position: relative;
}

.timeline-track::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--saffron), transparent);
}

@media (min-width: 768px) {
  .timeline-track::before {
    left: 0;
    right: 0;
    top: 1.35rem;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}

.era-btn {
  min-height: 48px;
}

.era-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid var(--saffron);
  background: var(--cream);
  box-shadow: 0 0 0 4px rgba(232, 162, 61, 0.16);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.era-btn[aria-expanded="true"] .era-dot {
  background: var(--saffron);
  box-shadow: 0 0 0 6px rgba(232, 162, 61, 0.22);
}

.era-panel {
  display: block;
}

.story-pickle {
  width: 100%;
}

.story-pickle-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(28rem, 70vw);
  object-fit: cover;
  object-position: 50% 42%;
}

.story-pickle-caption {
  margin: 0;
  padding: 0.7rem 1.15rem 0.9rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--muted);
  background: var(--cream);
}

.trust-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0.8rem 0.4rem;
  background: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--cocoa);
  line-height: 1.25;
}

@media (min-width: 640px) {
  .trust-cell {
    flex-direction: row;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    font-size: 0.82rem;
  }
}

@media (min-width: 1024px) {
  .story-copy {
    order: -1;
  }
}

.card-lux {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.menu-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.heat-chip {
  border: 1px solid rgba(107, 62, 38, 0.22);
  background: #fff;
  color: var(--cocoa);
  border-radius: 999px;
  padding: 0 1rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  min-height: 44px;
}

.heat-chip:hover {
  border-color: var(--saffron);
  background: rgba(232, 162, 61, 0.1);
}

.heat-chip.is-on {
  background: var(--saffron);
  border-color: var(--saffron-deep);
}

.heat-opt,
.spice-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cocoa);
  cursor: pointer;
}

.heat-opt input,
.spice-opt input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--earth);
}

.card-lux:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 162, 61, 0.65);
  box-shadow: 0 16px 36px rgba(45, 27, 16, 0.08);
}

.card-lux.featured {
  border-color: rgba(232, 162, 61, 0.7);
  box-shadow: 0 0 0 1px rgba(232, 162, 61, 0.2), 0 14px 32px rgba(232, 162, 61, 0.12);
}

.section-kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--earth);
}

.section-title {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cocoa);
  line-height: 1.2;
}

.promo-line {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.price-was {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.body-copy {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.55;
}

.toast {
  animation: toast-in 0.35s ease both;
  font-family: var(--font-sans);
}

.toast.out {
  animation: toast-out 0.28s ease both;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes toast-out {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

.cart-overlay {
  background: rgba(45, 27, 16, 0.45);
  backdrop-filter: blur(6px);
}

.cart-drawer {
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-drawer.open {
  transform: translateX(0);
}

.faq-item[open] > summary .faq-chevron,
.faq-more[open] > summary .faq-chevron,
.seo-fold[open] > summary .faq-chevron {
  transform: rotate(180deg);
}

.faq-item summary::-webkit-details-marker,
.faq-more summary::-webkit-details-marker,
.seo-fold summary::-webkit-details-marker {
  display: none;
}

.seo-fold {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  padding: 0.15rem 1rem;
}

.plan-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.plan-chips .chip {
  color: var(--cocoa);
  background: var(--marble);
  border: 1px solid var(--line);
  font-weight: 500;
}

.cart-badge {
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: var(--cocoa);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.28rem;
}

.cart-badge[data-count="0"] {
  display: none;
}

.panel-soft {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}

/* ——— Diet / allergen chips + nutrition panel ——— */

.diet-chips,
.allergen-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.chip-diet {
  color: #3f5c24;
  background: rgba(119, 160, 71, 0.16);
  border: 1px solid rgba(119, 160, 71, 0.38);
}

.chip-allergen {
  color: var(--earth);
  background: rgba(107, 62, 38, 0.06);
  border: 1px solid rgba(107, 62, 38, 0.18);
}

.chip-meat {
  color: var(--cocoa);
  background: rgba(232, 162, 61, 0.14);
  border: 1px solid rgba(232, 162, 61, 0.4);
}

.chip-fresh {
  color: #3f5c24;
  background: rgba(119, 160, 71, 0.16);
  border: 1px solid rgba(119, 160, 71, 0.38);
}

.chip-frozen {
  color: #2c4a6e;
  background: rgba(70, 110, 150, 0.12);
  border: 1px solid rgba(70, 110, 150, 0.32);
}

.menu-group {
  margin-top: 2rem;
}

.menu-group:first-child {
  margin-top: 0;
}

.menu-group-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--earth);
}

.card-photo {
  position: relative;
  height: 10rem;
  overflow: hidden;
  background: rgba(107, 62, 38, 0.08);
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-compact .card-photo {
  height: 9.25rem;
}

.spice-opt,
.heat-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cocoa);
  cursor: pointer;
}

.spice-opt input,
.heat-opt input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--earth);
}

.menu-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.heat-chip {
  min-height: 2.25rem;
  padding: 0.2rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
}

.heat-chip.is-on {
  background: var(--earth);
  color: #fff;
  border-color: var(--earth);
}

.opt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.opt-chip {
  min-height: 2rem;
  padding: 0.15rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
}

.opt-chip:hover {
  border-color: rgba(107, 62, 38, 0.4);
}

.opt-chip.is-on {
  background: var(--earth);
  color: #fff;
  border-color: var(--earth);
}

.plan-picks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.7rem;
  margin-top: 0.85rem;
}

.plan-picks label,
.plan-pick {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.plan-picks img,
.plan-pick img {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(107, 62, 38, 0.08);
}

@media (max-width: 560px) {
  .plan-picks {
    grid-template-columns: 1fr;
  }
}

.plan-picks select {
  display: block;
  width: 100%;
  margin-top: 0.15rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

.plan-nutri {
  margin-top: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.plan-nutri summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-height: 44px;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cocoa);
}

.plan-nutri summary::-webkit-details-marker {
  display: none;
}

.plan-nutri[open] summary .faq-chevron {
  transform: rotate(180deg);
}

.nutrition-panel {
  margin-top: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}

.nutrition-panel summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 48px;
  padding: 0.35rem 0.85rem;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cocoa);
}

.nutrition-panel summary::-webkit-details-marker {
  display: none;
}

.nutrition-panel[open] summary .faq-chevron {
  transform: rotate(180deg);
}

.nutrition-body {
  padding: 0 0.85rem 0.95rem;
  border-top: 1px solid var(--line);
}

.nutrition-body h4 {
  margin: 0.85rem 0 0.3rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.nutrition-body p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--muted);
}

.kcal-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-top: 0.15rem;
}

.kcal-line strong {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cocoa);
}

.macro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.macro-cell {
  margin: 0;
  padding: 0.4rem 0.45rem;
  border-radius: 6px;
  background: var(--marble);
  text-align: center;
}

.macro-cell dt {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--muted);
}

.macro-cell dd {
  margin: 0.12rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--cocoa);
}

.nutrition-note {
  margin-top: 0.85rem !important;
  font-size: 0.7rem !important;
  font-style: italic;
}

.press-facts dl {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.55rem 1rem;
  margin: 0;
}

.press-facts dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--earth);
}

.press-facts dd {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

.footer-credit {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.footer-credit a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--earth);
}

@media (max-width: 420px) {
  .press-facts dl {
    grid-template-columns: 1fr;
    gap: 0.15rem 0;
  }

  .press-facts dt {
    margin-top: 0.55rem;
  }

  .press-facts dt:first-child {
    margin-top: 0;
  }
}

/* ——— DuitNow checkout QR ——— */

.pay-qr {
  margin-top: 0.25rem;
  padding: 1rem 0 0.25rem;
  border-top: 1px solid var(--line);
}

.pay-qr h3 {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--earth);
}

.pay-qr p {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
}

.pay-qr-frame {
  display: block;
  width: min(100%, 17.5rem);
  margin: 0 auto 0.85rem;
  padding: 0.55rem;
  background: #fff;
  border: 1px solid rgba(107, 62, 38, 0.18);
  border-radius: 8px;
}

.pay-qr-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.pay-amount {
  margin: 0 0 0.25rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--earth);
}

.cart-confirm {
  padding: 0.5rem 0 0.25rem;
}

.cart-confirm h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cocoa);
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* ——— Biryani is Love extras + meal plans ——— */

.gifts-band {
  background:
    radial-gradient(ellipse 70% 50% at 8% 0%, rgba(232, 162, 61, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 96% 80%, rgba(119, 160, 71, 0.1), transparent 50%),
    var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gift-hero {
  margin: 1.25rem 0 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.gift-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: min(68svh, 40rem);
  object-fit: contain;
  object-position: center;
  background: var(--cream);
}

.gift-hero-cap {
  padding: 0.85rem 1.1rem 1rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
}

.gift-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.gift-chip {
  border: 1px solid rgba(107, 62, 38, 0.22);
  background: #fff;
  color: var(--cocoa);
  border-radius: 999px;
  padding: 0 0.95rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  min-height: 44px;
}

.gift-chip:hover {
  border-color: var(--saffron);
  background: rgba(232, 162, 61, 0.1);
}

.gift-chip.is-on {
  background: var(--saffron);
  border-color: var(--saffron-deep);
  color: var(--cocoa);
}

.gift-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .gift-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gift-pack {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: opacity 0.2s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gift-pack.is-dim {
  opacity: 0.42;
}

.gift-pack:hover,
.gift-pack:focus-within {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(45, 27, 16, 0.08);
}

.gift-visual {
  position: relative;
  min-height: 11.5rem;
  background: var(--cream);
}

.gift-visual img {
  width: 100%;
  height: 11.5rem;
  object-fit: contain;
  object-position: center;
  background: var(--cream);
}

.gift-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.gift-actions .btn-gold,
.gift-actions .btn-outline {
  min-height: 44px;
}

.plan-band {
  background:
    radial-gradient(ellipse 60% 45% at 92% 0%, rgba(232, 162, 61, 0.14), transparent 55%),
    var(--marble);
  border-top: 1px solid var(--line);
}

.plan-grid {
  display: grid;
  gap: 1.25rem;
}

.plan-calc-split {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  align-items: start;
}

.plan-calc-split > * {
  min-width: 0;
}

@media (min-width: 900px) {
  .plan-grid {
    grid-template-columns: minmax(0, 36rem);
  }

  .plan-calc-split {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.15rem;
  }

  .calc-compact {
    position: sticky;
    top: 5rem;
  }
}

.plan-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem 1.2rem 1.3rem;
}

.plan-card.featured {
  border-color: rgba(232, 162, 61, 0.55);
  box-shadow: 0 12px 28px rgba(45, 27, 16, 0.06);
}

.plan-days {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.plan-days li {
  display: flex;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: var(--cocoa);
}

.plan-days span {
  flex: 0 0 1.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.gift-badge {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  border-radius: 4px;
  background: var(--saffron);
  padding: 0.2rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--cocoa);
}

.gift-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1.1rem 1.1rem;
}

.gift-packaging {
  margin-top: 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  background: var(--marble);
  border: 1px dashed rgba(107, 62, 38, 0.28);
}

.gift-packaging h4 {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.gift-packaging p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted);
}

.gift-cart-occasion,
.gift-occasion {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 0.25rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(107, 62, 38, 0.28);
  border-radius: 6px;
  background: #fff;
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-size: 0.85rem;
}

.gift-note {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.45;
}

.reviews-band {
  background: var(--marble);
  border-top: 1px solid var(--line);
}

.review-card {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.25rem;
  align-items: start;
  padding: 1.35rem 1.35rem 1.5rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
}

@media (min-width: 640px) {
  .review-card {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.5rem;
    padding: 1.75rem;
  }
}

.review-photo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid rgba(232, 162, 61, 0.55);
}

.review-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.review-name {
  margin: 0.2rem 0 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--cocoa);
}

.review-card blockquote {
  margin: 0.9rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cocoa);
}

.review-card blockquote p {
  margin: 0;
}

.review-en {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.review-card audio {
  display: block;
  width: 100%;
  margin-top: 1.1rem;
  min-height: 48px;
}

/* ——— Calorie calculator + nutrient dials ——— */

.calc-compact {
  min-width: 0;
}

.calc-card {
  margin-top: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem 0.9rem 1rem;
}

.calc-compact .calc-card {
  padding: 0.85rem 0.9rem 0.95rem;
}

.calc-compact .calc-form {
  margin-top: 0.65rem;
}

.calc-label-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.calc-seg-mini {
  width: 100%;
}

.calc-unit {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}

.calc-out {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}

.calc-form {
  display: grid;
  gap: 0.55rem;
}

.calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.calc-field {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.calc-field-wide {
  grid-column: 1 / -1;
}

.calc-input,
.calc-ft {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 0 0.55rem;
  border: 1px solid rgba(107, 62, 38, 0.28);
  border-radius: 6px;
  background: #fff;
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.calc-ft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  border: 0;
  padding: 0;
  min-height: 0;
}

.calc-seg {
  display: flex;
  gap: 0.28rem;
}

.calc-seg-btn {
  flex: 1;
  min-height: 48px;
  padding: 0 0.3rem;
  border: 1px solid rgba(107, 62, 38, 0.22);
  border-radius: 6px;
  background: #fff;
  color: var(--cocoa);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.calc-seg-btn.is-on {
  background: var(--saffron);
  border-color: var(--saffron-deep);
}

.calc-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.calc-num dt {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--earth);
}

.calc-num dd {
  margin: 0.1rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cocoa);
}

.calc-bar {
  margin-top: 0.5rem;
  height: 8px;
  border-radius: 999px;
  background: rgba(107, 62, 38, 0.1);
  overflow: hidden;
}

.calc-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--saffron);
}

.calc-fill {
  margin: 0.3rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
}

.calc-copy {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--cocoa);
}

.calc-copy-muted {
  color: var(--muted);
}

.calc-dials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.85rem;
}

@media (min-width: 640px) {
  .calc-dials {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.calc-compact .calc-dials {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.28rem;
  margin-top: 0.5rem;
}

.calc-dials-micro {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .calc-dials-micro {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.calc-dial {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-height: 48px;
  padding: 0.35rem 0.15rem 0.4rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--marble);
  color: var(--cocoa);
}

.calc-dial.is-open {
  border-color: var(--saffron-deep);
  box-shadow: 0 0 0 2px rgba(232, 162, 61, 0.25);
}

.calc-ring {
  width: 4.4rem;
  height: 4.4rem;
}

.calc-ring-track,
.calc-ring-fill {
  fill: none;
  stroke-width: 7;
}

.calc-ring-track {
  stroke: rgba(107, 62, 38, 0.12);
}

.calc-ring-fill {
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 40px 40px;
}

.calc-ring-fill.is-ok {
  stroke: var(--herb);
}

.calc-dial[data-dial="kcal"] .calc-ring-fill.is-ok {
  stroke: var(--saffron-deep);
}

.calc-ring-fill.is-over {
  stroke: #d4892a;
}

.calc-ring-fill.is-high {
  stroke: #c45c1a;
}

.calc-dial-center {
  position: absolute;
  top: 1.15rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  pointer-events: none;
}

.calc-dial-center strong {
  font-size: 0.78rem;
  font-weight: 700;
}

.calc-dial-center em {
  font-size: 0.58rem;
  font-style: normal;
  color: var(--muted);
}

.calc-dial-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--earth);
}

.calc-more {
  margin-top: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}

.calc-more summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 0.85rem;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
}

.calc-more summary::-webkit-details-marker {
  display: none;
}

.calc-compact .calc-dials-micro {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.calc-compact .calc-dial {
  gap: 0.12rem;
  min-width: 0;
  padding: 0.2rem 0.08rem 0.22rem;
  border-radius: 8px;
}

.calc-compact .calc-ring {
  width: 2.85rem;
  height: 2.85rem;
}

.calc-compact .calc-dial-center {
  top: 0.52rem;
}

.calc-compact .calc-dial-center strong {
  font-size: 0.58rem;
}

.calc-compact .calc-dial-center em {
  font-size: 0.48rem;
}

.calc-compact .calc-dial-label {
  font-size: 0.52rem;
  text-align: center;
  line-height: 1.1;
  max-width: 100%;
}

.calc-compact .calc-more {
  margin-top: 0.45rem;
}

.calc-compact .calc-more summary {
  padding: 0 0.7rem;
  font-size: 0.75rem;
}

.calc-compact .calc-detail {
  margin-top: 0.45rem;
  padding: 0.55rem 0.65rem;
}

.calc-compact .calc-stat {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .calc-label-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .calc-seg-mini {
    width: auto;
    flex: 0 0 auto;
  }

  .calc-seg-mini .calc-seg-btn {
    flex: 0 0 auto;
    min-width: 40px;
    padding: 0 0.5rem;
  }

  .calc-compact .calc-input {
    min-height: 40px;
  }
}

.calc-detail {
  margin-top: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  background: var(--marble);
  border: 1px solid var(--line);
}

.calc-detail-inner h4 {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
}

.calc-detail-mode,
.calc-tops {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.calc-stat {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.55rem 0 0;
}

.calc-stat dt {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--earth);
}

.calc-stat dd {
  margin: 0.1rem 0 0;
  font-size: 0.85rem;
  font-weight: 700;
}

.dish-open {
  cursor: pointer;
}

.dish-open:focus-visible {
  outline: 2px solid var(--saffron-deep);
  outline-offset: 2px;
}

.plan-picks img.dish-open,
.plan-pick img.dish-open {
  width: 3rem;
  height: 3rem;
}

body.dish-sheet-open {
  overflow: hidden;
}

.dish-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.dish-sheet[hidden] {
  display: none;
}

.dish-sheet-scrim {
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 16, 0.45);
}

.dish-sheet-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(88svh, 40rem);
  overflow: auto;
  padding: 1rem 1.1rem 1.4rem;
  background: var(--cream);
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--line);
}

.dish-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.dish-sheet-close {
  flex: 0 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .card-lux,
  .btn-gold,
  .cart-drawer,
  .toast,
  .calc-ring-fill {
    transition: none;
    animation: none;
  }
  .hero-video {
    display: none;
  }
  .hero-media {
    background: #1a1008 url("../assets/rasa-biryani.png") center / cover no-repeat;
  }
}
