:root {
  --green: #1d442b;
  --deep: #041d0e;
  --cream: #fbf9f2;
  --paper: #fffdf9;
  --brand: #609571;
  --gold: #609571;
  --gold-light: #a9c6b1;
  --ink: #1a251d;
  --muted: #5b675e;
  --line: rgba(29, 68, 43, .16);
  --danger: #8f352f;
  --radius: 12px;        /* controls: buttons, inputs, chips */
  --radius-card: 18px;   /* cards, panels, dialogs */
  --radius-media: 22px;  /* photographs and the hero */
  --radius-pill: 999px;
  --shadow: 0 22px 55px rgba(4, 29, 14, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Assistant, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(1180px, 91vw); margin-inline: auto; }
.hidden { display: none !important; }
.skip-link { position: fixed; top: 8px; right: 8px; z-index: 100; padding: 10px 14px; color: white; background: var(--deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
h1, h2, h3 { font-family: "Frank Ruhl Libre", Georgia, serif; }
.eyebrow { margin: 0 0 12px; color: #5d926e; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.button-gold { color: var(--deep); background: var(--gold); }
.button-dark { color: white; background: var(--green); }
.button-ghost { color: white; border-color: rgba(255, 255, 255, .55); background: rgba(4, 29, 14, .2); }

.site-header { position: sticky; top: 0; z-index: 40; height: 78px; border-bottom: 1px solid var(--line); background: rgba(244, 237, 223, .95); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 180px; height: 56px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); font-size: 13px; font-weight: 800; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; }
.main-nav a:hover { border-color: var(--gold); }
.cart-button { min-height: 45px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; color: white; border: 0; background: var(--green); font-weight: 800; cursor: pointer; }
.cart-button span, .floating-cart strong { min-width: 24px; height: 24px; display: inline-grid; place-items: center; padding-inline: 6px; border-radius: 999px; color: var(--deep); background: var(--gold); font-size: 12px; }

.hero { position: relative; min-height: 640px; margin: 14px 14px 0; display: grid; align-items: center; overflow: hidden; border-radius: var(--radius-media); color: white; background: var(--deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url('hero-holiday-table.7406584215.webp') center 48% / cover no-repeat; transform: scale(1.015); }
/* Centred text sits over the BRIGHTEST part of a photo, so it needs an even scrim
   plus a soft radial lift behind the words — a bottom-up gradient does nothing here. */
.hero-overlay { background:
  radial-gradient(120% 78% at 50% 46%, rgba(4, 29, 14, .74), rgba(4, 29, 14, .34) 62%, transparent),
  linear-gradient(0deg, rgba(4, 29, 14, .72), rgba(4, 29, 14, .46) 50%, rgba(4, 29, 14, .62)); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; padding-block: 96px; text-align: center; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 15ch; margin: 0; font-size: clamp(52px, 6.6vw, 88px); line-height: .96; letter-spacing: -2px; text-wrap: balance; }
.hero-lead { max-width: 640px; margin: 22px 0 30px; color: #e5ede7; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; justify-content: center; gap: 11px; }
.hero-facts { margin-top: 44px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hero-facts span { padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .26); border-radius: var(--radius-pill); background: rgba(4, 29, 14, .42); font-size: 12px; font-weight: 700; }

.meal-section { padding: 96px 0; background: var(--paper); }
.meal-stack { display: grid; gap: 20px; }

/* 1 · the hook — sells the outcome before the list */
.meal-hook { position: relative; height: 460px; overflow: hidden; background: var(--deep); box-shadow: var(--shadow); }
.meal-hook > img { width: 100%; height: 100%; object-fit: cover; }
.meal-hook-scrim { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(4,29,14,.92) 8%, rgba(4,29,14,.46) 54%, rgba(4,29,14,.1)); }
.meal-hook-copy { position: absolute; inset: 0; max-width: 640px; display: flex; flex-direction: column; justify-content: center; padding: 0 60px; }
.meal-hook .eyebrow { color: var(--gold-light); }
.meal-hook h2 { margin: 0; color: white; font-size: clamp(44px, 5vw, 68px); line-height: .95; letter-spacing: -1.5px; }
.meal-hook-lead { max-width: 560px; margin: 20px 0 0; color: #e4ede7; font-size: 18px; line-height: 1.65; }
.meal-hook-price { display: flex; align-items: baseline; gap: 14px; margin: 24px 0 0; }
.meal-hook-price strong { color: white; font: 700 48px/1 "Frank Ruhl Libre", Georgia, serif; font-variant-numeric: tabular-nums; }
.meal-hook-price span { color: var(--gold-light); font-size: 15px; font-weight: 700; }
.meal-hook-cta { align-self: flex-start; margin-top: 26px; }

/* 2 · the menu and what the price buys */
.meal-detail { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); }
.meal-choices { padding: 34px 38px 32px; background: var(--cream); }
#meal-build { scroll-margin-top: 136px; }
#menu { scroll-margin-top: 136px; }
.meal-contents { padding: 34px 38px 32px; border-right: 1px solid var(--line); background: #e8f1eb; }
.meal-block-title { margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 800; }
.meal-pick { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 14px; align-items: baseline; padding: 13px 0; border-top: 1px solid var(--line); }
.meal-pick:last-child { border-bottom: 1px solid var(--line); }
.meal-pick-label { color: var(--green); font-size: 12px; font-weight: 800; }
.meal-pick-opts { color: #3e5546; font-size: 13.5px; line-height: 1.6; }
.meal-dishes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.meal-dishes figure { margin: 0; }
.meal-dishes img { width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; background: #d7ded9; }
.meal-dishes figcaption { margin-top: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
.meal-included { display: grid; }
.meal-line { display: flex; align-items: baseline; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); color: #2c4234; font-size: 14px; font-weight: 700; }
.meal-line:last-child { border-bottom: 1px solid var(--line); }
.meal-line em { min-width: 22px; color: var(--green); font: 700 20px "Frank Ruhl Libre", Georgia, serif; font-style: normal; font-variant-numeric: tabular-nums; text-align: center; }
.meal-contents-note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #3e5546; font-size: 13px; line-height: 1.7; }
.meal-contents-note strong { color: var(--green); }

/* 3 · the close — the deadline, and the same action again */
.meal-close { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 30px; background: var(--green); }
.meal-close-deadline { margin: 0; color: white; font-size: 17px; font-weight: 800; }
.meal-close-note { margin: 5px 0 0; color: var(--gold-light); font-size: 13px; }
.meal-close-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; }
/* The brand green only clears the dark bar by 3.15:1 — enough to pass, too little for
   the primary action on the page's most expensive item. */
.meal-close .button-gold { background: var(--gold-light); }

.menu-section, .delivery-section { padding: 105px 0; }
.section-heading { max-width: 750px; margin: 0 auto 45px; text-align: center; }
.section-heading h2, .corporate-layout h2 { margin: 0; color: var(--green);
                                            font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08;
                                            letter-spacing: -.5px; }
.section-heading > p:not(.eyebrow):last-child { margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.menu-tabs-wrap { position: relative; margin-bottom: 24px; }
.menu-tabs { display: flex; gap: 8px; padding-bottom: 7px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
.menu-tabs::after { content: ""; flex: 0 0 26px; }
.menu-tab { scroll-snap-align: start; }
.menu-tabs-wrap::after { content: ""; position: absolute; left: 0; top: 0; bottom: 7px; width: 46px; background: linear-gradient(270deg, var(--cream) 26%, transparent); pointer-events: none; }
.menu-notice { max-width: 920px; margin: -18px auto 28px; padding: 13px 16px; border-right: 3px solid var(--gold); color: #566259; background: rgba(255,255,255,.5); font-size: 12px; line-height: 1.65; }
.cutoff-bar { position: sticky; top: 78px; z-index: 30; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 8px 16px; color: var(--gold-light); background: var(--deep); font-size: 12.5px; font-weight: 800; letter-spacing: .2px; text-align: center; }
.cutoff-bar svg { flex: 0 0 auto; }
.image-credit { margin: 26px 0 0; color: #92a397; font-size: 11px; line-height: 1.6; }
.menu-tab { min-height: 45px; flex: 0 0 auto; padding: 0 18px; color: var(--green); border: 1px solid var(--line); background: transparent; font-weight: 800; cursor: pointer; }
.menu-tab[aria-selected="true"] { color: white; background: var(--green); }
.menu-grid { display: grid; }
.menu-card-details { margin: -5px 0 12px; border-top: 1px solid var(--line); }
.menu-card-details summary { padding: 9px 0 4px; color: var(--green); font-size: 11px; font-weight: 800; cursor: pointer; }
.menu-card-details p { margin: 3px 0 4px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.availability { min-height: 48px; width: 100%; margin-top: auto; display: grid; place-items: center; padding: 8px 12px; border: 1px solid var(--brand); color: var(--deep); background: var(--brand); font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.availability:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(29,68,43,.18); }
.availability:active { transform: translateY(0) scale(.98); }
.menu-more { min-height: 50px; width: 100%; margin-top: 16px; display: grid; place-items: center; padding: 0 20px; color: var(--green); border: 1px solid var(--green); background: transparent; font-weight: 800; cursor: pointer; transition: color .18s ease, background .18s ease; }
.menu-more:hover { color: white; background: var(--green); }
.availability.is-added { border-color: #417653; background: #417653; animation: added-pop .34s ease; }
.availability.is-added small { color: white; }
@keyframes added-pop { 50% { transform: scale(1.035); } }

.gift-section { padding: 36px 0; color: white; background: var(--deep); }
.gift-section .section-heading { margin-bottom: 14px; }
.gift-section .section-heading > p:not(.eyebrow):last-child { margin-top: 9px; font-size: 14px; }
.light-heading h2 { color: white; }
.light-heading p:last-child { color: #bac8be; }
.gift-note { max-width: 760px; margin: 0 auto 12px; padding: 6px 11px; border: 1px solid rgba(169,198,177,.26); color: #c8d4cb; font-size: 10.5px; line-height: 1.35; text-align: center; }
.gift-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gift-card { display: grid; grid-template-columns: 255px minmax(0, 1fr); min-width: 0; height: 190px; overflow: hidden; border: 1px solid rgba(169,198,177,.26); background: #1a3825; }
.gift-card img { width: 255px; height: 190px; min-height: 0; aspect-ratio: 1200 / 896; object-fit: cover; background: var(--cream); }
.gift-card-body { flex: 1; display: flex; flex-direction: column; padding: 10px 12px; }
.gift-card h3 { margin: 0; color: white; font-size: 17px; line-height: 1.08; }
.gift-card ul { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 10px; margin: 7px 0; padding: 0; list-style: none; }
.gift-card li { display: grid; grid-template-columns: 6px minmax(0, 1fr); gap: 4px; color: #c8d4cb; font-size: 9.5px; line-height: 1.22; }
.gift-card li::before { content: "•"; color: var(--gold); }
.gift-card-price { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.14); }
.gift-card-price strong { color: var(--gold-light); font: 700 22px "Frank Ruhl Libre", Georgia, serif; font-variant-numeric: tabular-nums; }
.gift-actions { display: flex; gap: 7px; }
.small-button { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; color: var(--deep); border: 0; background: var(--gold); font-size: 10.5px; font-weight: 800; cursor: pointer; }
.details-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.28); color: white; font-size: 12px; font-weight: 800; }

.corporate-section { padding: 95px 0; background: #e8f1eb; }
.about-section { padding: 72px 0; background: var(--paper); }
.about-card { max-width: 920px; padding: 34px 38px; border-inline-start: 5px solid var(--brand); background: #eef4ef; }
.about-card h2 { margin: 5px 0 12px; color: var(--green); font: 700 38px/1.1 "Frank Ruhl Libre", Georgia, serif; }
.about-card p { max-width: 790px; margin: 8px 0 0; color: #3e5546; line-height: 1.75; }
.about-card a { color: var(--green); font-weight: 800; }
.corporate-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(45px, 8vw, 110px); }
.corporate-layout > div > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.75; }
.corporate-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.corporate-form label, .checkout-form label, .config-field { display: grid; gap: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
.corporate-form input, .checkout-form input, .checkout-form select, .checkout-form textarea, .config-field select, .config-field textarea { width: 100%; min-height: 47px; padding: 9px 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.corporate-form .button { align-self: end; }
.form-privacy-note { align-self: end; margin: 0; color: #3e5546; font-size: 12px; line-height: 1.55; }
.form-privacy-note a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.policy-grid article { min-height: 210px; padding: 27px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.policy-grid article > span { color: var(--gold); font: 700 22px "Frank Ruhl Libre", Georgia, serif; }
.policy-grid h3 { margin: 22px 0 8px; color: var(--green); font-size: 27px; }
.policy-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 62px 0; color: white; background: var(--deep); }
.footer-layout { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; align-items: start; }
.footer-layout img { width: 190px; justify-self: start; }
.footer-layout div { display: grid; gap: 8px; color: #b2c0b5; font-size: 13px; }
.footer-layout strong { margin-bottom: 4px; color: var(--gold-light); font-family: "Frank Ruhl Libre", Georgia, serif; font-size: 20px; }

.floating-cart { position: fixed; left: 20px; bottom: 20px; z-index: 35; min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 18px; color: white; border: 0; border-radius: 999px; background: var(--green); box-shadow: 0 12px 32px rgba(4, 29, 14,.3); font-weight: 800; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.floating-cart.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
dialog { padding: 0; border: 0; background: transparent; }
dialog:not([open]) { display: none; }
dialog::backdrop { background: rgba(3, 21, 10, .74); backdrop-filter: blur(4px); }
.config-dialog { width: min(680px, 94vw); max-height: 92vh; }
.cart-dialog { width: min(590px, 100vw); height: 100dvh; max-height: none; margin: 0 0 0 auto; }
.config-shell, .cart-shell { max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); }
.cart-shell { min-height: 100%; max-height: 100%; }
.dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding: 25px 27px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; color: var(--green); font-size: 36px; }
.dark-head { color: white; background: var(--green); }
.dark-head .eyebrow { color: var(--gold-light); }
.dark-head h2 { color: white; }
.icon-button { width: 42px; height: 42px; flex: 0 0 auto; color: var(--green); border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 26px; cursor: pointer; }
.light-icon { color: white; border-color: rgba(255,255,255,.3); }
.config-content { display: grid; gap: 18px; padding: 25px 27px; overflow-y: auto; }
.config-summary { margin: 0; color: var(--muted); line-height: 1.65; }
.config-options { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.config-note, .field-note { margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.dialog-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 27px; border-top: 1px solid var(--line); background: var(--paper); }
.dialog-foot > strong { color: var(--green); font: 700 34px "Frank Ruhl Libre", Georgia, serif; }
.cart-items { flex: 1 0 auto; max-height: 36vh; padding: 5px 25px; overflow-y: auto; background: var(--cream); }
.cart-empty { padding: 55px 20px; color: var(--muted); text-align: center; line-height: 1.8; }
.cart-row-thumb { flex: 0 0 auto; width: 56px; height: 56px; object-fit: cover; border: 1px solid var(--line); background: #d7ded9; }
.cart-row-thumb-blank { display: block; }
.cart-row h3 { margin: 0; color: var(--green); font-size: 18px; }
.cart-row-price { white-space: nowrap; font-weight: 800; }
.cart-row-price.price-pending { max-width: 92px; white-space: normal; color: #3c6c4d; font-size: 11px; line-height: 1.35; text-align: left; }
.cart-row-detail { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--line); background: var(--paper); }
.qty-control button { width: 38px; height: 36px; color: var(--green); border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.qty-control span { min-width: 35px; text-align: center; font-weight: 800; }
.remove-button { color: var(--danger); border: 0; background: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.checkout-form { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 16px; padding: 20px 25px 0; border-top: 1px solid var(--line); background: var(--paper); overflow-y: auto; }
.cart-summary > div { display: flex; align-items: baseline; justify-content: space-between; }
.cart-summary strong { color: var(--green); font: 700 31px "Frank Ruhl Libre", Georgia, serif; }
.cart-summary p { margin: 6px 0 0; color: var(--danger); font-size: 12px; font-weight: 700; }
.cart-summary p.pending { color: #3c6c4d; line-height: 1.5; }
.cart-summary .summary-saving { color: #3f7351; }
.cart-summary .summary-fee { color: var(--muted); }
.cart-summary .cart-total { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.cart-summary .cart-total strong { font-size: 36px; }
.checkout-form fieldset { display: grid; gap: 12px; margin: 0; padding: 15px; border: 1px solid var(--line); }
.checkout-form legend { padding: 0 7px; color: var(--green); font-weight: 800; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-row label { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); background: var(--paper); font-weight: 800; cursor: pointer; transition: color .16s ease, background .16s ease, border-color .16s ease; }
.choice-row label:has(input:checked) { color: white; border-color: var(--green); background: var(--green); }
.choice-row input { width: 16px; min-height: 16px; accent-color: var(--gold); }
.terms-check input { width: 18px; min-height: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.address-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.wide-field { grid-column: 1 / -1; }
.terms-check { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; line-height: 1.55; }
.terms-check a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.checkout-note { margin: -7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.checkout-sticky { position: sticky; bottom: 0; z-index: 2; display: grid; gap: 10px; margin: 0 -25px; padding: 14px 25px 20px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 -10px 24px rgba(4, 29, 14,.07); }
.checkout-sticky .sticky-total { display: flex; align-items: baseline; justify-content: space-between; }
.checkout-sticky .sticky-total span { color: var(--green); font-size: 13px; font-weight: 800; }
.checkout-sticky .sticky-total strong { color: var(--green); font: 700 30px/1 "Frank Ruhl Libre", Georgia, serif; font-variant-numeric: tabular-nums; }
.checkout-button { min-height: 54px; }
.toast { position: fixed; z-index: 80; right: 50%; bottom: 24px; max-width: min(440px, 90vw); padding: 12px 17px; color: white; border-radius: 999px; background: var(--deep); opacity: 0; pointer-events: none; transform: translate(50%, 18px); transition: opacity .2s, transform .2s; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; }
.toast.show { opacity: 1; transform: translate(50%, 0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .meal-detail { grid-template-columns: 1fr; }
  .meal-contents { border-right: 0; border-top: 1px solid var(--line); }
  .hero { min-height: 640px; }
  .gift-grid { grid-template-columns: 1fr; }
  .corporate-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; }
  #meal-build { scroll-margin-top: 126px; }
  #menu { scroll-margin-top: 126px; }
  .gift-card-body { padding: 10px; }
  .meal-section { padding: 62px 0; }
  .meal-hook { height: auto; display: flex; flex-direction: column; background: var(--cream); }
  .meal-hook > img { height: 260px; flex: 0 0 auto; }
  .meal-hook-scrim { inset: 0 0 auto 0; height: 260px;
                     background: linear-gradient(0deg, rgba(4,29,14,.96) 30%, rgba(4,29,14,.22) 86%); }
  .meal-hook-copy { position: static; max-width: none; padding: 0 22px 24px; }
  .meal-hook .eyebrow { position: relative; z-index: 1; margin: -110px 0 8px; color: var(--gold-light); }
  .meal-hook h2 { position: relative; z-index: 1; margin: 0 0 34px; font-size: 29px; line-height: 1.22;
                  letter-spacing: -.4px; }
  .meal-hook-lead { margin: 20px 0 0; color: #3e5546; font-size: 15px; }
  .meal-hook-price { margin: 16px 0 0; }
  .meal-hook-price strong { color: var(--green); font-size: 38px; }
  .meal-hook-price span { color: var(--muted); }
  .meal-hook-cta { align-self: stretch; margin-top: 18px; }
  .meal-hook .photo-label { display: none; }
  .meal-choices, .meal-contents { padding: 24px 22px; }
  .meal-pick { grid-template-columns: 1fr; gap: 4px; }
  .meal-dishes { gap: 8px; }
  .meal-dishes figcaption { font-size: 11px; }
  .meal-close { align-items: stretch; flex-direction: column; gap: 16px; padding: 22px; }
  .meal-close-actions { display: grid; grid-template-columns: 1fr; }
  .cutoff-bar { top: 68px; font-size: 11.5px; }
  .brand img { width: 135px; }
  .cart-button { min-height: 41px; padding: 0 11px; font-size: 11px; }
  .hero { min-height: 610px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4, 29, 14,.94) 12%, rgba(4, 29, 14,.62) 52%, rgba(4, 29, 14,.7) 100%); }
  .hero-content { padding-block: 160px 38px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 18px; }
  .hero-facts { margin-top: 38px; }
  .meal-section, .menu-section, .gift-section, .delivery-section, .corporate-section, .about-section { padding: 75px 0; }

  .menu-grid, .gift-grid, .policy-grid { grid-template-columns: 1fr 1fr; }
  .corporate-form { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; }
  .floating-cart { left: 12px; bottom: 12px; }
  .config-options, .form-grid, .address-grid { grid-template-columns: 1fr; }
  .wide-field { grid-column: auto; }
}

@media (max-width: 470px) {
  .hero-actions { display: grid; }
  .hero-facts { display: grid; }
  .menu-card-copy { padding: 12px; }
  .menu-card-head { gap: 4px; }
  .menu-card h3 { font-size: 15px; }
  .menu-card-price { font-size: 19px; }
  .menu-card-meta { margin: 4px 0 12px; font-size: 11px; }
  .availability { min-height: 44px; font-size: 12px; }
  .gift-grid, .policy-grid { grid-template-columns: 1fr; }
  .gift-card { grid-template-columns: 1fr; height: auto; }
  .gift-card img { width: 100%; height: auto; aspect-ratio: 1200 / 896; object-fit: cover; }
  .footer-layout img { width: 150px; }
  .cart-dialog { width: 100vw; }
  .dialog-head, .config-content, .dialog-foot { padding-inline: 18px; }
  .dialog-foot { align-items: stretch; flex-direction: column; }
  .cart-items, .checkout-form { padding-inline: 18px; }
  .checkout-sticky { margin-inline: -18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Meal configurator: choices you can see, not three identical dropdowns */
.choice-group { display: grid; gap: 11px; margin: 0; padding: 0; border: 0; }
.choice-group legend { display: flex; align-items: baseline; gap: 9px; padding: 0; margin-bottom: 3px; color: var(--green); font: 700 21px "Frank Ruhl Libre", Georgia, serif; }
.choice-required, .choice-optional { padding: 3px 7px; font-family: Assistant, Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .8px; }
.choice-required { color: var(--deep); background: var(--gold-light); }
.choice-optional { color: var(--muted); border: 1px solid var(--line); }
.choice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.choice-card-body { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); background: var(--paper); transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.choice-card-name { color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.35; }
.choice-card-tick { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: transparent; border: 1px solid var(--line); border-radius: 50%; }
.choice-card:hover .choice-card-body { border-color: var(--gold); }
.choice-card input:checked + .choice-card-body { border-color: var(--green); background: #f0f4f1; box-shadow: inset 0 0 0 1px var(--green); }
.choice-card input:checked + .choice-card-body .choice-card-tick { color: white; border-color: var(--green); background: var(--green); }
.choice-card input:focus-visible + .choice-card-body { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Gift boxes: one honest badge, four lines and a count */
.gift-card-body { position: relative; }
.gift-badge { align-self: flex-start; margin-top: 4px; padding: 3px 7px; color: var(--deep); background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .5px; }

/* Policy grid: payment and cancellation carry more weight than reheating */
.policy-grid article { display: flex; flex-direction: column; }
.policy-icon { width: 30px; height: 30px; margin-bottom: 16px; color: var(--gold); }
.policy-grid article > span { display: none; }
.policy-grid article.policy-key { color: white; background: var(--green); border-color: var(--green); }
.policy-grid article.policy-key h3 { color: white; }
.policy-grid article.policy-key p { color: #c8d4cb; }
.policy-grid article.policy-key .policy-icon { color: var(--gold-light); }

/* Corporate form: the submit spans the grid, the date field reads right-to-left */
.corporate-form .button { grid-column: 1 / -1; align-self: start; }
.corporate-form input[type="date"] { direction: rtl; text-align: right; }
.corporate-form input[type="date"]::-webkit-calendar-picker-indicator { margin: 0 0 0 4px; }

@media (max-width: 700px) {
  .choice-cards { grid-template-columns: 1fr; }
}

/* Site-wide WhatsApp button. Bottom-RIGHT, because the cart pill already owns
   bottom-left; kept in WhatsApp's own green so it is recognised on sight. */
.whatsapp-fab { position: fixed; right: 20px; bottom: 20px; z-index: 36; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 999px; background: #25d366; box-shadow: 0 10px 26px rgba(4, 29, 14, .3); transition: transform .18s ease, box-shadow .18s ease; }
.whatsapp-fab svg { width: 32px; height: 32px; display: block; }
.whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(4, 29, 14, .34); }
.whatsapp-fab:active { transform: translateY(0) scale(.97); }
body.dialog-open .whatsapp-fab { opacity: 0; visibility: hidden; }
.back-to-top { display: none; }

@media (max-width: 700px) {
  .whatsapp-fab { right: 12px; bottom: 12px; width: 54px; height: 54px; }
  .whatsapp-fab svg { width: 30px; height: 30px; }
}

/* The meal is built on the page, not in a dialog: no context switch, and nothing
   to remember between reading a dish name and choosing it. */
.meal-hook-note { margin: 8px 0 0; color: #d6e2da; font-size: 12.5px; }

.meal-step { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; border: 0; }
.meal-step:last-child { margin-bottom: 0; }
.meal-step legend { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 0; color: var(--green); font: 700 21px "Frank Ruhl Libre", Georgia, serif; }
.meal-step-head { display: flex; align-items: center; gap: 10px; }
.meal-step-no { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-family: Assistant, Arial, sans-serif; font-size: 12px; font-weight: 800; }
.meal-step-count { padding: 5px 10px; color: white; background: var(--green); font-family: Assistant, Arial, sans-serif; font-size: 11.5px; font-weight: 800; }
.meal-step-hint { color: var(--muted); font-family: Assistant, Arial, sans-serif; font-size: 12.5px; font-weight: 400; }
.meal-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.meal-option { display: grid; grid-template-rows: auto 1fr; height: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); cursor: pointer; text-align: right; font: inherit; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.meal-option img, .meal-option-noimg { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #e2e8e3; }
.meal-option-noimg { display: grid; place-items: center; color: #8fa396; font-size: 11px; font-weight: 700; }
/* A group with no photography at all is a row of chips, not a row of empty frames. */
.meal-options.is-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.meal-options.is-chips .meal-option { flex: 0 0 auto; }
.meal-options.is-chips .meal-option-label { min-height: 46px; padding: 0 16px; }
.meal-option-label { display: flex; align-items: center; min-height: 80px; gap: 9px; padding: 11px 13px; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.35; }
.meal-option-dot { width: 18px; height: 18px; flex: 0 0 auto; border: 1px solid rgba(29,68,43,.3); border-radius: 50%; }
.meal-option:hover { border-color: var(--brand); }
.meal-option.is-on { border-color: var(--green); background: #eef4ef; box-shadow: inset 0 0 0 1px var(--green); }
.meal-option.is-on .meal-option-dot { border-color: var(--green); background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5 8 14.5 16 5.5' fill='none' stroke='%23fff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat; }
.meal-option:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.meal-options-more { width: 100%; min-height: 46px; margin-top: 11px; padding: 8px 18px; border: 1px solid var(--green); border-radius: var(--radius-pill); color: var(--green); background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: color .16s ease, background .16s ease; }
.meal-options-more:hover { color: white; background: var(--green); }
.meal-options-more:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.meal-close-picked { margin: 0 0 10px; color: #d6e2da; font-size: 13px; line-height: 1.5; }
.meal-close-picked span { color: white; font-weight: 800; }
.meal-close-actions { display: grid; gap: 10px; justify-items: stretch; }

@media (max-width: 980px) {
    .meal-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .meal-step legend { font-size: 19px; }
  .meal-close-picked { margin-bottom: 4px; }
}

/* ── Rounded everywhere ──────────────────────────────────────────────────
   The site was built on a 3px radius, which reads as square next to its own
   photography. One scale, applied to every surface: media, cards, controls. */

/* photographs */
.menu-card img,
.gift-card img,
.meal-option img,
.meal-option-noimg,
.meal-dishes img,
.cart-row-thumb { border-radius: var(--radius-card); }

.meal-hook,
.meal-hook > img { border-radius: var(--radius-media); }
.meal-hook > img { display: block; }
.hero-image, .hero-overlay { border-radius: inherit; }

/* cards and panels */
.menu-card,
.gift-card,
.meal-detail,
.meal-close,
.policy-grid article,
.meal-option,
.choice-card-body,
.pay,
.config-shell,
.cart-shell,
.checkout-form fieldset,
.menu-notice,
.gift-note,
.meal-included,
.cart-row-thumb-blank { border-radius: var(--radius-card); }

.meal-detail, .menu-card, .gift-card, .meal-option { overflow: hidden; }

/* controls */
.button,
.small-button,
.details-link,
.menu-tab,
.menu-more,
.availability,
.cart-button,
.qty-control,
.corporate-form input,
.corporate-form select,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.config-field select,
.config-field textarea,
.choice-row label { border-radius: var(--radius); }

.corporate-form input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.config-field select,
.config-field textarea { border-radius: var(--radius); }

/* the segmented and pill-shaped things Wolt uses for actions */
.hero-actions .button,
.meal-hook-cta,
.meal-close .button { border-radius: var(--radius-pill); padding-inline: 30px; }

/* rounded corners need the fill to stop at the corner, not under it */
.qty-control { overflow: hidden; }
.meal-included span:first-child { border-start-end-radius: var(--radius-card); }
.meal-included span:nth-child(2) { border-start-start-radius: var(--radius-card); }

@media (max-width: 700px) {
  .hero { margin: 8px 8px 0; min-height: 560px; }
  .hero-content { padding-block: 64px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
}

/* ── Menu card: four to a row, add without leaving the list ──────────────
   Photograph on top, price, then the name, then the selling unit on its own
   footing. The control lives in the photograph's corner: a + when you own
   none, the full +/− pill while you are deciding, and two seconds later a
   quiet badge that just states the count. Nothing ever moves under the tap. */
.menu-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.menu-card { display: flex; flex-direction: column; overflow: hidden;
             border: 1px solid var(--line); border-radius: var(--radius-card);
             background: var(--paper); box-shadow: 0 2px 10px rgba(4, 29, 14, .05);
             transition: box-shadow .18s ease, transform .18s ease; }
.menu-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(4, 29, 14, .11); }
.menu-card-media { position: relative; }
.menu-card-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #e7ece8; }
.menu-card-copy { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 14px 15px 0; }
.menu-card-pricing { display: flex; align-items: center; gap: 8px; margin: 0; }
.menu-card-price { padding: 3px 9px; border-radius: 8px; background: rgba(96, 149, 113, .18);
                   color: var(--green); font: 700 15px "Frank Ruhl Libre", Georgia, serif;
                   font-variant-numeric: tabular-nums; }
.menu-card-note { color: #7a5a12; font-size: 10.5px; font-weight: 800; }
.menu-card h3 { margin: 0; color: var(--deep); font-family: Assistant, sans-serif;
                font-size: 15px; font-weight: 700; line-height: 1.35; }
/* the selling unit sits on its own footing, like a spec line */
.menu-card-meta { margin: auto 0 0; padding: 10px 0 14px; border-top: 1px solid var(--line);
                  color: var(--muted); font-size: 11.5px; line-height: 1.45; }

/* direction: ltr keeps the + at the LEFT edge in DOM order, so the button
   never moves out from under the cursor as the pill grows rightward. */
.menu-step { position: absolute; top: 0; left: 0; z-index: 2; direction: ltr;
             display: flex; align-items: center; gap: 2px;
             padding: 5px; background: var(--brand); border-top-left-radius: var(--radius-card);
             border-bottom-right-radius: 18px; box-shadow: 0 1px 6px rgba(4, 29, 14, .1);
             transition: background .18s ease, padding .18s ease; }
.menu-step-btn { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0;
                 border-radius: var(--radius-pill); background: var(--paper); color: var(--green);
                 cursor: pointer; box-shadow: 0 1px 4px rgba(4, 29, 14, .16);
                 transition: background .15s ease, transform .12s ease; }
.menu-step-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; }
.menu-step-btn:hover { background: white; }
.menu-step-btn:active { transform: scale(.9); }
.menu-step-qty { min-width: 24px; text-align: center; color: var(--green); font-size: 15px;
                 font-weight: 800; font-variant-numeric: tabular-nums; }

/* nothing in the cart — a single + */
.menu-step:not(.has-qty) .menu-step-less,
.menu-step:not(.has-qty) .menu-step-qty { display: none; }
/* holding some, control at rest — a filled badge with only the number */
.menu-step.has-qty:not(.is-open) { padding: 0; background: var(--green); cursor: pointer; }
.menu-step.has-qty:not(.is-open) .menu-step-btn { display: none; }
.menu-step.has-qty:not(.is-open) .menu-step-qty { min-width: 44px; height: 44px; display: grid; place-items: center;
                                                  color: var(--paper); font-size: 17px; }

@media (max-width: 1180px) { .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 860px)  { .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
@media (max-width: 470px) {
  .menu-card-copy { padding: 12px 12px 0; }
  .menu-card h3 { font-size: 14px; }
  /* the ring around the + was inert: 32x32 of live target inside a 42x42 pill */
  .menu-step:not(.has-qty) { padding: 0; }
  .menu-step:not(.has-qty) .menu-step-more { width: 44px; height: 44px; }
  .menu-step-btn { width: 34px; height: 34px; }
  .menu-step.has-qty:not(.is-open) .menu-step-qty { min-width: 44px; height: 44px; }
}

/* ── Checkout in three screens ───────────────────────────────────────────
   The old form asked everything at once and pushed the total below the fold.
   One question per screen now, with the running sum riding every button. */
.step-rail { display: flex; align-items: center; gap: 8px; padding: 12px 22px; border-bottom: 1px solid var(--line); background: #f3f7f4; }
.step-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid rgba(29, 68, 43, .2);
             border-radius: var(--radius-pill); background: transparent; color: var(--green); font: inherit; font-size: 12.5px;
             font-weight: 800; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.step-chip:disabled { opacity: .45; cursor: default; }
.step-chip .step-no { width: 21px; height: 21px; display: grid; place-items: center; border-radius: var(--radius-pill);
                      background: rgba(29, 68, 43, .12); font-size: 11px; }
.step-chip.is-current { color: var(--paper); border-color: var(--green); background: var(--green); }
.step-chip.is-current .step-no { color: var(--green); background: var(--paper); }
.step-chip.is-done { border-color: rgba(29, 68, 43, .4); background: rgba(96, 149, 113, .16); }
.step-line { flex: 1 1 14px; max-width: 34px; height: 2px; background: rgba(29, 68, 43, .2); }

.step-panel { display: none; }
.step-panel.is-active { display: block; }
/* the footer is pinned to the bottom even when the screen is short */
.checkout-sticky { margin-top: auto; }

/* ── Cart rows: thumbnail, words, count — the delivery-app anatomy ───────
   The count sits on the far side as its own control, the price reads as a
   badge under the name, and the continue button carries the item count. */
.cart-row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 12px;
            padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: 0; }
.cart-row-body { min-width: 0; }
.cart-row-foot { display: flex; align-items: center; gap: 12px; margin-top: 7px; }
.cart-row-price { padding: 3px 9px; border-radius: 8px; background: rgba(96, 149, 113, .18); color: var(--green);
                  font: 700 15px "Frank Ruhl Libre", Georgia, serif; font-variant-numeric: tabular-nums; }
.cart-row-detail { margin: 3px 0 0; }
.cart-meal-details { display: grid; gap: 5px; margin-top: 7px; }
.cart-meal-choice { display: grid; grid-template-columns: minmax(72px, auto) 1fr; gap: 7px; align-items: baseline; }
.cart-meal-choice strong { color: var(--green); font-size: 11px; }
.cart-meal-choice span { color: var(--ink); font-size: 11.5px; font-weight: 700; line-height: 1.4; }
.cart-row .qty-control { direction: ltr; border-radius: var(--radius); overflow: hidden; }
.cart-row .qty-control button { width: 32px; height: 34px; font-size: 18px; }
.cart-row .qty-control span { min-width: 30px; font-size: 14px; font-variant-numeric: tabular-nums; }
.cart-row .weight-control span { min-width: 54px; font-size: 11.5px; }
.checkout-count { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: var(--radius-pill);
                  background: rgba(255, 255, 255, .22); font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.checkout-button > span:not(.checkout-count) { flex: 1; text-align: center; }
.step-panel[data-step-panel="1"] .cart-items { max-height: none; padding: 0; background: transparent; }
.step-panel[data-step-panel="1"] .cart-row:first-child { padding-top: 0; }
.checkout-sticky .summary-saving,
.checkout-sticky .summary-fee { margin: 0; font-size: 12px; font-weight: 700; text-align: center; }
.checkout-sticky .summary-saving { color: #3f7351; }
.checkout-sticky .summary-fee { color: var(--muted); }

.step-back { display: block; width: 100%; margin-top: 10px; padding: 6px; border: 0; background: none;
             color: var(--muted); font: inherit; font-size: 12.5px; font-weight: 700; text-decoration: underline;
             text-underline-offset: 3px; cursor: pointer; }
.step-back:hover { color: var(--green); }

/* The button carries the sum, so it can never scroll out of sight. */
.checkout-button { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; }
.checkout-button strong { font-family: "Frank Ruhl Libre", Georgia, serif; font-size: 18px; font-variant-numeric: tabular-nums; }

@media (max-width: 560px) {
  .step-rail { padding: 10px 14px; gap: 5px; }
  .step-chip { padding: 6px 10px; font-size: 11.5px; }
  .step-line { max-width: 16px; }
}

/* ── The meal picker on a phone ──────────────────────────────────────────
   The full meal now includes the long salad list. On the page, choices stay
   compact; inside the phone sheet, photography remains two-up and scrolls
   independently above a fixed confirmation action. */
@media (max-width: 640px) {
  .back-to-top { position: fixed; left: 12px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 36;
                 width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 0;
                 border-radius: var(--radius-pill); color: var(--paper); background: var(--green);
                 box-shadow: 0 9px 24px rgba(4, 29, 14, .28); opacity: 0; visibility: hidden;
                 transform: translateY(12px); transition: opacity .18s ease, visibility .18s, transform .18s ease; }
  .back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
  .back-to-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2;
                     stroke-linecap: round; stroke-linejoin: round; }
  body.dialog-open .back-to-top { opacity: 0; visibility: hidden; }
  .meal-options { display: flex; flex-direction: column; gap: 8px; }
  /* height:100% from the desktop grid rule makes each row stretch to fill the
     column here — 190px for a one-line wine name. It has to go. */
  .meal-option { display: grid; grid-template-columns: 82px minmax(0, 1fr); grid-template-rows: auto;
                 height: auto; align-items: stretch; border-radius: var(--radius-card); }
  .meal-option img,
  .meal-option-noimg { height: 100%; min-height: 72px; aspect-ratio: auto; }
  .meal-option-noimg { font-size: 10px; text-align: center; }
  .meal-option-label { min-height: 72px; justify-content: space-between; flex-direction: row-reverse;
                       padding: 12px 15px; font-size: 14.5px; }
  .meal-option-dot { width: 22px; height: 22px; }

  /* the wine step has no photography — those stay chips, but full width.
     flex-wrap must go: a wrapping COLUMN flex container packs into columns
     and stretched each chip to 192px. */
  .meal-options.is-chips { display: flex; flex-direction: column; flex-wrap: nowrap; }
  .meal-options.is-chips .meal-option { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; }
  .meal-options.is-chips .meal-option-label { min-height: 56px; padding: 0 15px; }

  .meal-step { margin-bottom: 26px; }
  /* the question keeps its own line; the counter or hint drops beneath it,
     hugging its own text, instead of the two colliding on one 390px line */
  .meal-step legend { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 18px; }
  .meal-step legend > .meal-step-count,
  .meal-step legend > .meal-step-hint { margin-inline-start: 36px; }
  .meal-step-count { border-radius: var(--radius-pill); }
}

.policy-fineprint { max-width: 900px; margin: 26px auto 0; padding-top: 18px; border-top: 1px solid var(--line);
                    color: var(--muted); font-size: 11.5px; line-height: 1.7; text-align: center; }

/* ═══ The phone's meal picker ═══════════════════════════════════════════════
   Above 640px the desktop builder stays on the page. Below it, the complete
   choice flow moves into a full-screen, independently scrolling sheet. */
.meal-primer { display: none; }
.meal-sheet { display: none; }

@media (max-width: 640px) {
  /* the desktop builder and its contents column move into the sheet and the ledger */
  .meal-detail { display: none; }
  /* the primer's lead says the same thing better — one of them has to go */
  .meal-hook-price, .meal-hook-note, .meal-hook-cta, .meal-hook-lead { display: none; }
  .meal-primer { display: block; margin-top: 20px; }

  .meal-primer-price { margin-top: 4px; }
  .meal-primer-price strong { display: block; color: var(--green);
                              font: 700 34px/1 "Frank Ruhl Libre", Georgia, serif; font-variant-numeric: tabular-nums; }
  /* the question most likely to freeze a buyer, answered before it is asked */
  .meal-primer-flat { display: block; margin-top: 5px; color: var(--muted); font-size: 11.5px; line-height: 1.55; }
  .meal-primer-lead { margin: 14px 0 0; color: #3e5546; font-size: 13.5px; line-height: 1.7; }

  .meal-primer .meal-block-title { margin: 22px 0 4px; }
  /* four across, two deep — the counts do the selling, not eight list rows */
  .meal-primer-ledger { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px 6px;
                        margin-top: 8px; padding: 15px 8px 13px; border-radius: var(--radius-card);
                        background: #eef4ef; }
  .meal-count { display: block; padding: 5px 2px; text-align: center; }
  .meal-count b { display: block; color: var(--green); font-family: "Frank Ruhl Libre", Georgia, serif;
                  font-size: 26px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
  .meal-count > span { display: block; margin-top: 5px; color: #3e5546; font-size: 10.5px;
                       font-weight: 700; line-height: 1.3; }

  .meal-primer-receipt { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 18px; }
  .meal-primer-receipt figure { margin: 0; text-align: center; }
  .meal-primer-receipt img { width: 100%; height: 82px; object-fit: cover; border-radius: var(--radius); display: block; }
  .meal-primer-receipt figcaption { margin-top: 6px; color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.3; }

  .meal-primer-cta { width: 100%; margin-top: 18px; }
  .meal-primer-change[hidden] { display: none; }
  .meal-primer-change { display: block; width: 100%; margin-top: 10px; padding: 8px; border: 0; background: none;
                        color: var(--muted); font: inherit; font-size: 12.5px; font-weight: 700;
                        text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
  .meal-primer:not(.is-complete) .meal-primer-receipt { display: none; }

  .meal-close { display: none; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2, .corporate-layout h2 { font-size: 25px; letter-spacing: -.2px; }
  /* 75px of padding on both sides of a section boundary is 150px of nothing
     between two things a thumb is trying to get between */
  .meal-section, .menu-section, .gift-section, .policy-section { padding: 42px 0; }
  /* The floating cart pill sat on top of every gift card's only button — a
     hit-test at the CTA's centre returned the pill, not the button. It is also a
     duplicate: the header carries the same button and the header is sticky, so it
     is on screen at every scroll offset. The pill costs a sale and buys nothing. */
  .floating-cart { display: none; }

  /* The UA stylesheet caps a <dialog> at calc(100% - 6px - 2em), so the cart sat
     38px short of the screen edge no matter what width said. */
  .cart-dialog, .meal-sheet { max-width: none; }

  /* iOS Safari zooms the page in whenever a focused field is under 16px, and the
     buyer then has to pinch back out mid-checkout. 16px is the floor, not a choice. */
  .checkout-form input, .checkout-form select, .checkout-form textarea,
  .corporate-form input, .corporate-form select, .corporate-form textarea { font-size: 16px; }

  /* widen the fade so a clipped tab reads as more-to-come, not as broken */
  .menu-tabs-wrap::after { width: 62px; }

  /* ── The sheet ────────────────────────────────────────────────────────── */
  .meal-sheet { display: flex; flex-direction: column; width: 100vw; max-width: none; height: 100dvh;
                max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); }
  .meal-sheet::backdrop { background: rgba(4, 29, 14, .55); }
  .meal-sheet-head { flex: 0 0 auto; height: 56px; display: flex; align-items: center; justify-content: space-between;
                     gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--line); }
  .meal-sheet-title { margin: 0; color: var(--green); font-size: 13px; font-weight: 800; }
  .meal-sheet-nav { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; padding: 0;
                    border: 1px solid var(--line); border-radius: var(--radius-pill); background: transparent;
                    color: var(--green); font: inherit; font-size: 16px; cursor: pointer; }
  .meal-sheet-nav:disabled { opacity: .3; cursor: default; }
  .meal-rail { flex: 0 0 auto; justify-content: flex-start; overflow-x: auto; padding-inline: 14px;
               scrollbar-width: none; overscroll-behavior-inline: contain; }
  .meal-rail::-webkit-scrollbar { display: none; }
  .meal-rail .step-chip, .meal-rail .step-line { flex: 0 0 auto; }
  .meal-rail .step-chip { padding-inline: 10px; white-space: nowrap; }
  .meal-rail .step-line { width: 14px; }

  .meal-sheet-body { flex: 1; min-height: 0; overflow-y: auto; padding: 14px 20px 0; }
  .meal-screen { display: none; }
  .meal-screen.is-active { display: block; }
  .meal-question { margin: 0; color: var(--green); font-size: 22px; line-height: 1.2; }
  .meal-question-sub { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 7px 0 12px;
                       color: var(--muted); font-size: 12px; }
  .meal-question-sub .meal-step-count { border-radius: var(--radius-pill); }

  /* 169x127 photographs: 3.6x the photo area of the 82px list this replaces */
  .meal-options.is-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .is-cards .meal-option { position: relative; display: block; height: auto; padding: 0 0 12px;
                           border-radius: 16px; text-align: center; }
  .is-cards .meal-option img { width: 100%; height: 127px; aspect-ratio: auto; object-fit: cover;
                               display: block; min-height: 0; }
  .is-cards .meal-option-label { display: block; min-height: 0; padding: 10px 11px 0; flex-direction: row;
                                 justify-content: center; font-size: 14.5px; line-height: 1.35; }
  .is-cards .meal-option-dot { display: none; }
  .meal-option-badge { position: absolute; top: 8px; inset-inline-start: 8px; width: 28px; height: 28px;
                       display: grid; place-items: center; border-radius: var(--radius-pill);
                       background: var(--green); opacity: 0; transform: scale(.6);
                       transition: opacity .16s ease, transform .16s ease; }
  .meal-option-badge::before { content: "✓"; color: var(--paper); font-size: 14px; font-weight: 800; }
  .is-cards .meal-option.is-on .meal-option-badge { opacity: 1; transform: scale(1); }
  /* the dish that just got bumped out says so, instead of vanishing silently */
  .is-cards .meal-option.is-bumped { transform: translateY(4px); opacity: .55; }

  .meal-options.is-segments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px;
                              flex-wrap: nowrap; margin-top: 10px; }
  .is-segments .meal-option { min-height: 46px; height: auto; grid-template-columns: minmax(0, 1fr);
                              grid-template-rows: auto; border-radius: var(--radius); }
  .is-segments .meal-option-label { justify-content: center; min-height: 46px; padding: 0 6px; font-size: 12.5px; }
  .is-segments .meal-option-dot { display: none; }
  /* a chosen preference should read as chosen at a glance, not as a hairline ring */
  .is-segments .meal-option.is-on { border-color: var(--green); background: var(--green); box-shadow: none; }
  .is-segments .meal-option.is-on .meal-option-label { color: var(--paper); }

  .meal-receipt-dishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
  .meal-receipt-dish { margin: 0; text-align: center; }
  .meal-receipt-dish img { width: 100%; height: 96px; object-fit: cover; border-radius: 14px; display: block; }
  .meal-receipt-dish figcaption { margin-top: 7px; color: var(--ink); font-size: 11.5px; font-weight: 700; line-height: 1.3; }
  .meal-receipt-dish em { display: block; margin-bottom: 3px; color: var(--brand); font-size: 9.5px;
                          font-style: normal; font-weight: 800; }

  .meal-receipt-groups { display: grid; gap: 10px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
  .meal-receipt-group { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 10px; align-items: baseline; }
  .meal-receipt-group strong { color: var(--green); font-size: 12px; }
  .meal-receipt-group span { color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.55; }
  .meal-receipt-more { margin: 16px 0 0; padding: 12px 13px; border-radius: 14px; background: #eef4ef;
                       color: #3e5546; font-size: 11px; line-height: 1.65; }

  .meal-sheet-foot { flex: 0 0 auto; padding: 14px 20px calc(20px + env(safe-area-inset-bottom, 0px));
                     border-top: 1px solid var(--line); background: var(--paper); }
  .meal-sheet-action { width: 100%; min-height: 54px; }
  /* still tappable when blocked — it routes to the missing question instead of dying */
  .meal-sheet-action.is-blocked { background: var(--gold-light); color: var(--deep); }

  .about-section { padding: 42px 0; }
  .about-card { padding: 25px 22px; border-inline-start-width: 4px; }
  .about-card h2 { font-size: 29px; }
}
