/*
 * ABC Cafe — sample template.
 *
 * Deliberately not the dark grill-house look: a cafe sells daylight, so the
 * ground is a warm white and the weight comes from one deep plum with a butter
 * yellow next to it. Fraunces carries the headings because a cafe's personality
 * lives in its lettering, and Jakarta keeps the menu itself plain and fast to
 * read — a price list is not the place for character.
 */

:root {
  --paper: #FFFCF6;
  --paper-2: #FFF4E2;
  --card: #FFFFFF;

  --ink: #241428;
  --ink-2: #4B3550;
  --mute: #7A6A80;
  --faint: #9C8C9F;

  --line: #F0E4DA;
  --line-2: #E2D0C4;

  --plum: #6B2158;
  --plum-2: #8C2E73;
  --butter: #F6B92C;
  --butter-2: #FFD470;
  --wa: #1FA855;

  --r: 16px;
  --r-lg: 26px;
  --shadow: 0 16px 40px rgba(60, 20, 50, .10);
  --shadow-sm: 0 6px 18px rgba(60, 20, 50, .07);

  --wrap: 1180px;
  --gut: clamp(16px, 4vw, 40px);

  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 108px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.65 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; }

.wrap { width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto; }

.skip {
  position: absolute; inset-inline-start: -999px; top: 0; z-index: 99;
  background: var(--plum); color: #fff; padding: 12px 18px; border-radius: 0 0 10px 0;
  font-weight: 700; text-decoration: none;
}
.skip:focus { inset-inline-start: 0; }

:where(a, button, input, [tabindex]):focus-visible {
  outline: 2px solid var(--plum); outline-offset: 3px; border-radius: 8px;
}

/* ---------- the honest label ---------- */
.ribbon {
  background: var(--plum); color: #FFF0DA;
  text-align: center; padding: 7px 16px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .01em;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 18px; border-radius: 999px; border: 0; cursor: pointer;
  font: 700 14px/1 'Plus Jakarta Sans', sans-serif; text-decoration: none;
  white-space: nowrap; transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn-lg { padding: 15px 26px; font-size: 15px; }
.btn-sm { padding: 9px 15px; font-size: 13px; }

.btn-plum { background: var(--plum); color: #FFF3E0; box-shadow: 0 8px 22px rgba(107, 33, 88, .22); }
.btn-plum:hover { background: var(--plum-2); }

.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #24BE62; }

.btn-ghost { background: var(--paper-2); color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--plum); }

.btn-line { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-line:hover { border-color: var(--plum); color: var(--plum); }

/* ---------- header ---------- */
.bar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 252, 246, .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.bar.stuck { border-bottom-color: var(--line); background: rgba(255, 252, 246, .97); }
.bar-in { display: flex; align-items: center; gap: 18px; min-height: 66px; }

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-inline-end: auto; }
.mark {
  width: 40px; height: 40px; flex: none; border-radius: 13px;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--plum-2), var(--plum));
}
.mark svg { width: 24px; height: 24px; fill: var(--butter-2); }
.brand-t { display: flex; flex-direction: column; line-height: 1.1; }
.brand-t b { font: 700 21px/1 'Fraunces', Georgia, serif; letter-spacing: .01em; }
.brand-t i { font-size: 10.5px; font-style: normal; color: var(--faint); letter-spacing: .09em; text-transform: uppercase; }

.bar-nav { display: flex; gap: 22px; }
.bar-nav a { text-decoration: none; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.bar-nav a:hover { color: var(--plum); }

.bar-act { display: flex; align-items: center; gap: 8px; }

.lang {
  display: flex; align-items: center; gap: 6px; padding: 6px 9px;
  background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 999px;
  color: var(--mute); font: 700 12px/1 'Plus Jakarta Sans', sans-serif; cursor: pointer;
}
.lang span { padding: 3px 7px; border-radius: 999px; }
.lang .ar { font-family: 'Noto Kufi Arabic', sans-serif; font-size: 11px; }
.lang span:first-child { background: var(--plum); color: #FFF3E0; }
.lang[aria-pressed="true"] span:first-child { background: none; color: var(--mute); }
.lang[aria-pressed="true"] .ar { background: var(--plum); color: #FFF3E0; }

@media (max-width: 880px) { .bar-nav { display: none; } }
@media (max-width: 620px) {
  .btn .lbl { display: none; }
  .btn-ghost, .btn-wa { padding: 11px; }
  .brand-t i { display: none; }
}

/* ---------- hero ---------- */
.hero {
  padding-block: clamp(34px, 6vw, 68px) clamp(40px, 7vw, 80px);
  background:
    radial-gradient(70% 60% at 85% 10%, var(--paper-2), transparent 70%),
    radial-gradient(50% 50% at 5% 90%, rgba(107, 33, 88, .07), transparent 70%);
}
.hero-in {
  display: grid; gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center;
}
@media (max-width: 920px) { .hero-in { grid-template-columns: 1fr; } }

.eyebrow {
  display: inline-flex; align-items: center; margin: 0 0 16px;
  background: var(--paper-2); border: 1px solid var(--line-2);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--plum);
}

.hero h1 {
  font: 700 clamp(38px, 6.4vw, 70px)/1.03 'Fraunces', Georgia, serif;
  letter-spacing: -.015em;
}
.hero h1 span { display: block; }
.hero h1 .hl { color: var(--plum); position: relative; width: fit-content; }
.hero h1 .hl::after {
  content: ''; position: absolute; inset-inline: -2px; bottom: .08em; height: .22em;
  background: var(--butter-2); border-radius: 3px; z-index: -1;
}

.lede { margin: 20px 0 0; max-width: 48ch; color: var(--ink-2); font-size: clamp(15px, 1.5vw, 17px); }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero-facts {
  display: flex; flex-wrap: wrap; gap: clamp(18px, 4vw, 40px);
  list-style: none; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line);
}
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts b { font: 700 22px/1.2 'Fraunces', Georgia, serif; color: var(--plum); }
.hero-facts span { font-size: 12.5px; color: var(--mute); margin-top: 5px; max-width: 18ch; }

/* ---------- the little live phone ---------- */
.phone {
  width: min(300px, 100%); margin-inline: auto;
  background: var(--ink); border-radius: 34px; padding: 10px;
  box-shadow: var(--shadow);
}
.phone-screen { background: var(--card); border-radius: 26px; overflow: hidden; }
.phone-bar {
  display: flex; align-items: center; gap: 8px;
  background: var(--plum); color: #FFF3E0; padding: 14px 16px 12px;
  font: 700 14px/1 'Plus Jakarta Sans', sans-serif;
}
.phone-bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--butter); flex: none; }
.phone-body { padding: 8px; display: grid; gap: 6px; }
.p-row {
  display: flex; align-items: center; gap: 9px;
  padding: 8px; border-radius: 12px; background: var(--paper);
}
.p-t { flex: 1; min-width: 0; font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.p-t i { display: block; font-style: normal; font-size: 10.5px; color: var(--faint); }
.p-p { font-size: 12.5px; font-weight: 700; }
.p-add, .p-step {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  border-radius: 999px; font-size: 12px; font-weight: 700;
}
.p-add { background: var(--plum); color: #FFF3E0; width: 24px; height: 24px; justify-content: center; }
.p-step { background: var(--paper-2); border: 1px solid var(--line-2); padding: 3px 9px; color: var(--ink-2); }
.p-step b { color: var(--ink); }
.phone-tray {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--ink); color: #F3E9EE; padding: 12px 16px; font-size: 12.5px;
}
.phone-tray b { color: var(--butter-2); font-size: 14px; }

/* ---------- sections ---------- */
.sec { padding-block: clamp(44px, 7vw, 86px); }
.sec-h { margin-bottom: clamp(22px, 3.2vw, 38px); }
.sec-h h2 { font: 700 clamp(28px, 4.2vw, 46px)/1.08 'Fraunces', Georgia, serif; letter-spacing: -.01em; }
.sec-h p { margin: 12px 0 0; color: var(--mute); max-width: 58ch; font-size: 15px; }
.badge {
  display: inline-block; vertical-align: middle; margin-inline-start: 10px;
  background: var(--butter-2); color: #5A3B00; border-radius: 999px;
  padding: 5px 12px; font: 700 12px/1 'Plus Jakarta Sans', sans-serif;
  letter-spacing: .06em; text-transform: uppercase;
}

/* ---------- how it works ---------- */
.how { background: var(--paper-2); border-block: 1px solid var(--line); }
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  counter-reset: s;
}
.steps li {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
}
.step-i {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px;
  background: var(--plum); color: var(--butter-2);
  font: 700 16px/1 'Fraunces', Georgia, serif; margin-bottom: 14px;
}
.steps h3 { font: 700 19px/1.25 'Plus Jakarta Sans', sans-serif; }
.steps p { margin: 8px 0 0; color: var(--mute); font-size: 14.5px; }

/* ---------- picture tiles ---------- */
.tile {
  display: grid; place-items: center; flex: none;
  width: 68px; height: 68px; border-radius: 15px;
  background: linear-gradient(150deg, var(--paper-2), #F7E7D6);
  border: 1px solid var(--line);
}
.tile svg { width: 34px; height: 34px; fill: var(--plum); }
.tile-sm { width: 34px; height: 34px; border-radius: 10px; }
.tile-sm svg { width: 19px; height: 19px; }
.tile-wide { width: 100%; height: 100%; border: 0; border-radius: 0; }
.tile-wide svg { width: 76px; height: 76px; opacity: .9; }
.tile-lg { width: 100%; aspect-ratio: 4 / 3; height: auto; }
.tile-lg svg { width: 84px; height: 84px; }

/* a different wash per category, so the menu is not one long grey list */
.tile[data-icon="cup"]    { background: linear-gradient(150deg, #F6E7D8, #EFD6BE); }
.tile[data-icon="iced"]   { background: linear-gradient(150deg, #E3EFF3, #CDE2EA); }
.tile[data-icon="tea"]    { background: linear-gradient(150deg, #E6F0DF, #D2E5C8); }
.tile[data-icon="egg"]    { background: linear-gradient(150deg, #FDEEC9, #F9DFA6); }
.tile[data-icon="burger"] { background: linear-gradient(150deg, #F8E2D2, #F2CDB4); }
.tile[data-icon="bowl"]   { background: linear-gradient(150deg, #F3E3EE, #E7CEDF); }
.tile[data-icon="fries"]  { background: linear-gradient(150deg, #FCEBC6, #F7DB9E); }
.tile[data-icon="cake"]   { background: linear-gradient(150deg, #F6E0E8, #EBC7D5); }
.tile[data-icon="juice"]  { background: linear-gradient(150deg, #FBE6D2, #F5D1AE); }

/* ---------- deals ---------- */
.deals { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.deal {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.deal-pic { position: relative; aspect-ratio: 16 / 9; }
.deal-price {
  position: absolute; inset-inline-end: 12px; bottom: 12px;
  background: var(--plum); color: #FFF3E0; border-radius: 999px;
  padding: 7px 14px; font: 700 14px/1 'Plus Jakarta Sans', sans-serif;
}
.deal-in { display: flex; flex-direction: column; gap: 12px; padding: 18px; flex: 1; }
.deal-in h3 { font: 700 19px/1.2 'Fraunces', Georgia, serif; }
.deal-in ul { margin: 0; padding-inline-start: 18px; color: var(--mute); font-size: 13.5px; line-height: 1.75; }
.deal-act { margin-top: auto; }

/* ---------- menu tools ---------- */
.menu-sec { background: var(--paper-2); border-block: 1px solid var(--line); }
.tools { margin-bottom: 16px; }
.search { position: relative; max-width: 440px; }
.search svg { position: absolute; inset-inline-start: 16px; top: 50%; translate: 0 -50%; width: 19px; height: 19px; fill: var(--faint); }
.search input {
  width: 100%; padding: 14px 44px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--line-2); color: var(--ink);
  font: 500 15px 'Plus Jakarta Sans', sans-serif;
}
.search input::placeholder { color: var(--faint); }
#q-clear {
  position: absolute; inset-inline-end: 12px; top: 50%; translate: 0 -50%;
  width: 26px; height: 26px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--line); color: var(--ink-2); font-size: 16px; line-height: 1;
}

.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: none; padding: 9px 16px; border-radius: 999px; cursor: pointer;
  background: var(--card); border: 1px solid var(--line-2); color: var(--ink-2);
  font: 600 13.5px/1 'Plus Jakarta Sans', sans-serif; white-space: nowrap;
}
.chip[aria-selected="true"] { background: var(--plum); border-color: var(--plum); color: #FFF3E0; }

/* ---------- menu ---------- */
.cat { padding-top: 34px; }
.cat-h { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--line-2); margin-bottom: 18px; }
.cat-h h3 { font: 700 clamp(20px, 2.6vw, 28px)/1 'Fraunces', Georgia, serif; }
.cat-h .cat-ar { font-family: 'Noto Kufi Arabic', sans-serif; font-size: 14px; color: var(--plum); }
.cat-h .cat-n { margin-inline-start: auto; font-size: 12.5px; color: var(--faint); }

.grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }

.dish {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 14px; box-shadow: var(--shadow-sm);
}
.dish-top { display: flex; gap: 12px; align-items: center; }
.dish-name { font-size: 15px; font-weight: 700; line-height: 1.25; min-width: 0; }
.dish-name .ar { display: block; font-family: 'Noto Kufi Arabic', sans-serif; font-size: 12.5px; font-weight: 400; color: var(--faint); margin-top: 3px; }
body.ar-on .dish-name { display: flex; flex-direction: column; }
body.ar-on .dish-name .en { color: var(--faint); font-weight: 500; font-size: 13px; order: 2; display: block; margin-top: 3px; }
body.ar-on .dish-name .ar { color: var(--ink); font-weight: 700; font-size: 15px; order: 1; margin-top: 0; }

.opts { display: grid; gap: 7px; }
.opt {
  display: flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 7px 8px 7px 13px;
}
.opt-solo { padding-inline-start: 13px; }
.opt-l { font-size: 13px; font-weight: 600; color: var(--ink-2); min-width: 4.5em; }
.opt-p { margin-inline-start: auto; display: inline-flex; align-items: baseline; gap: 4px; }
.opt-p i { font-style: normal; font-size: 11px; color: var(--faint); }
.opt-p b { font-size: 16px; font-weight: 700; }
.opt-a { flex: none; }
.opt.on { border-color: var(--line-2); background: var(--paper-2); }

.add {
  display: inline-flex; align-items: center; gap: 5px; cursor: pointer;
  background: var(--plum); color: #FFF3E0; border: 0; border-radius: 999px;
  padding: 8px 14px; font: 700 13px/1 'Plus Jakarta Sans', sans-serif;
}
.add svg { width: 15px; height: 15px; fill: currentColor; }
.add:hover { background: var(--plum-2); }

.step {
  display: inline-flex; align-items: center; gap: 2px;
  background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: 3px;
}
.step button {
  width: 27px; height: 27px; border: 0; border-radius: 50%; cursor: pointer;
  background: transparent; color: var(--mute); font-size: 15px; line-height: 1;
}
.step button:hover { background: var(--paper-2); color: var(--plum); }
.step .step-n { min-width: 20px; text-align: center; font-size: 14px; font-weight: 700; color: var(--ink); }
.step-sm button { width: 24px; height: 24px; font-size: 14px; }

.empty { margin: 34px 0 0; color: var(--mute); text-align: center; }

/* ---------- reviews ---------- */
.revs-in { display: grid; gap: clamp(18px, 3vw, 32px); grid-template-columns: minmax(230px, 280px) minmax(0, 1fr); align-items: start; }
.score {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px 22px; text-align: center; box-shadow: var(--shadow-sm);
}
.score-n { display: block; font: 700 clamp(44px, 6vw, 60px)/1 'Fraunces', Georgia, serif; color: var(--plum); }
.stars { display: flex; justify-content: center; gap: 3px; margin: 10px 0 8px; }
.stars svg { width: 18px; height: 18px; fill: var(--butter); }
.score-c { margin: 0 0 16px; color: var(--mute); font-size: 14px; }
.score .btn { width: 100%; justify-content: center; }
.score-note { margin: 14px 0 0; color: var(--faint); font-size: 11.5px; line-height: 1.5; }

.rev-rail { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); }
.rev {
  margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 16px;
  background: var(--card); border: 1px dashed var(--line-2); border-radius: var(--r);
  padding: 18px;
}
.rev blockquote { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-2); }
.rev figcaption { display: flex; align-items: center; gap: 10px; }
.rev-av { width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--line); }
.rev-n { font-size: 12.5px; color: var(--faint); font-weight: 600; }

@media (max-width: 760px) {
  .revs-in { grid-template-columns: minmax(0, 1fr); }
  .score { display: grid; grid-template-columns: auto 1fr; gap: 2px 18px; text-align: start; align-items: center; }
  .score-n { grid-row: span 3; }
  .stars { justify-content: flex-start; margin: 0; }
  .score-c { margin: 0; }
  .score .btn { grid-column: 2; width: auto; justify-self: start; margin-top: 6px; }
  .score-note { grid-column: 1 / -1; }
}

/* ---------- visit ---------- */
.visit { background: var(--paper-2); border-top: 1px solid var(--line); }
.visit-in { display: grid; gap: clamp(26px, 5vw, 52px); grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); align-items: center; }
@media (max-width: 900px) { .visit-in { grid-template-columns: 1fr; } }
.visit h2 { font: 700 clamp(26px, 4vw, 42px)/1.08 'Fraunces', Georgia, serif; }

.facts { margin: 26px 0 28px; display: grid; gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; }
.facts > div { display: flex; flex-wrap: wrap; gap: 6px 16px; justify-content: space-between; background: var(--card); padding: 13px 16px; }
.facts dt { font-size: 13px; color: var(--mute); margin: 0; }
.facts dd { margin: 0; font-size: 14px; font-weight: 600; }
.facts a { text-decoration: none; }

.visit-shot { margin: 0; display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.visit-shot .tile-lg { grid-column: 1 / -1; border-radius: var(--r-lg); }
.visit-shot .tile { width: 100%; height: auto; aspect-ratio: 1; border-radius: var(--r-lg); }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--line); padding-block: 30px calc(30px + env(safe-area-inset-bottom, 0px)); }
.foot-in { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; align-items: center; color: var(--mute); font-size: 13px; }
.foot-brand { margin: 0 0 4px; font: 700 19px/1 'Fraunces', Georgia, serif; color: var(--ink); }
.foot-brand span { font: 600 11px 'Plus Jakarta Sans', sans-serif; color: var(--faint); letter-spacing: .08em; text-transform: uppercase; }
.foot p { margin: 0; }
.foot-note { font-size: 12px; max-width: 46ch; color: var(--faint); }

/* ---------- order tray ---------- */
.tray {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 50;
  background: var(--card); border-top: 1px solid var(--line-2);
  box-shadow: 0 -14px 40px rgba(60, 20, 50, .12);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.tray-head {
  display: flex; align-items: center; gap: 12px; width: 100%; cursor: pointer;
  background: none; border: 0; padding: 13px var(--gut);
  font: 600 15px 'Plus Jakarta Sans', sans-serif; color: var(--ink);
}
.tray-n {
  display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%;
  background: var(--plum); color: #FFF3E0; font-size: 13px; font-weight: 700; flex: none;
}
.tray-label { margin-inline-end: auto; }
.tray-total { font-weight: 700; color: var(--plum); }
.tray-caret { width: 20px; height: 20px; fill: var(--faint); }
.tray-head[aria-expanded="true"] .tray-caret { rotate: 180deg; }

.tray-body { max-height: 40vh; overflow-y: auto; padding: 0 var(--gut); border-top: 1px solid var(--line); }
.tray-body .row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.row-t { flex: 1; min-width: 0; font-size: 14px; }
.row-t b { display: block; font-weight: 600; }
.row-t span { font-size: 12px; color: var(--faint); }
.row-p { font-weight: 700; font-size: 14px; min-width: 5.5em; text-align: end; }

.tray-foot { display: flex; gap: 10px; padding: 12px var(--gut) 14px; border-top: 1px solid var(--line); }
.tray-send { flex: 1; }

/* ---------- whatsapp preview + toast ---------- */
.modal {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center; padding: var(--gut);
  background: rgba(36, 20, 40, .55); backdrop-filter: blur(4px);
}
.modal[hidden] { display: none; }
.modal-card {
  width: min(520px, 100%); max-height: 86vh; overflow-y: auto;
  background: var(--card); border-radius: var(--r-lg); padding: 26px;
  box-shadow: 0 30px 70px rgba(36, 20, 40, .35);
}
.modal-card h3 { font: 700 21px/1.25 'Fraunces', Georgia, serif; }
.modal-p { margin: 10px 0 16px; color: var(--mute); font-size: 14px; }
.modal-msg {
  margin: 0 0 14px; padding: 16px; border-radius: 14px;
  background: #E7F7E9; border: 1px solid #C6E9CC; color: #16371F;
  font: 400 13.5px/1.6 'Plus Jakarta Sans', sans-serif;
  white-space: pre-wrap; word-break: break-word;
}
.modal-demo { margin: 0 0 18px; font-size: 12px; color: var(--faint); }
.modal-card .btn { width: 100%; justify-content: center; }

.toast {
  position: fixed; inset-inline: 0; bottom: 96px; z-index: 95;
  margin-inline: auto; width: fit-content; max-width: calc(100% - 32px);
  background: var(--ink); color: #F5EAF0; border-radius: 999px;
  padding: 11px 20px; font-size: 13.5px; font-weight: 600;
  opacity: 0; translate: 0 10px; pointer-events: none;
  transition: opacity .2s ease, translate .2s ease;
}
.toast.on { opacity: 1; translate: 0; }

/* ------------------------------------------------------------------ arabic
 * The header toggle is a real language switch: dir="rtl" on the document and
 * every string swapped. Fraunces has no Arabic glyphs, so the display roles
 * fall back to Noto Kufi Arabic, which needs its own line-height and none of
 * the Latin letter-spacing or uppercasing.
 */
body.ar-on { font-family: 'Noto Kufi Arabic', 'Plus Jakarta Sans', system-ui, sans-serif; }
body.ar-on :is(h1, h2, h3, h4, .hero-facts b, .score-n, .eyebrow, .chip, .cat-n, .deal-price, .tray-total, .badge, .ribbon) {
  font-family: 'Noto Kufi Arabic', sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
body.ar-on .hero h1 { font-size: clamp(30px, 5.4vw, 56px); line-height: 1.3; }
body.ar-on .hero h1 .hl::after { bottom: .02em; height: .14em; }
body.ar-on :is(.sec-h h2, .visit h2) { font-size: clamp(24px, 3.6vw, 38px); line-height: 1.34; }
body.ar-on .hero-facts b { font-size: 19px; line-height: 1.5; }
body.ar-on .score-n { font-size: clamp(36px, 5vw, 50px); line-height: 1.2; }
body.ar-on .steps h3 { font-size: 17px; line-height: 1.45; }

/* Latin stays Latin even in Arabic mode. */
body.ar-on :is(.dish-name .en, .foot-brand, .foot-note, .opt-p b, .row-p, .tray-n, .lang, .p-p, .modal-msg, .facts dd) {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
