:root {
  --ink: #0b0b0a;
  --night: #141311;
  --panel: #1d1a16;
  --paper: #f3ead9;
  --muted: #b7aa94;
  --gold: #c49a4d;
  --olive: #59634b;
  --rust: #9b4f34;
  --effect-red: #8f1e18;
  --effect-deep-red: #45100c;
  --line: rgba(243, 234, 217, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

img,
.hero-media,
.crop-photo,
.menu-detail-media,
[data-visit-image] {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}

img {
  pointer-events: none;
}

/* Site identity palette
   Primary: HEX #006B6E / RGB 0,107,110 / Pantone 323 C
   Secondary: HEX #FFFDE7 / RGB 255,253,231 / Pantone 600 C */
:root {
  --brand-teal: #006b6e;
  --brand-teal-deep: #004b4d;
  --brand-teal-dark: #003638;
  --brand-teal-soft: rgba(0, 107, 110, 0.78);
  --brand-cream: #fffde7;
  --brand-cream-muted: rgba(255, 253, 231, 0.78);
  --brand-line: rgba(255, 253, 231, 0.18);
  --brand-ink: #063234;
  --ink: #063234;
  --night: #003638;
  --panel: rgba(0, 75, 77, 0.82);
  --paper: #fffde7;
  --muted: rgba(255, 253, 231, 0.74);
  --gold: #fffde7;
  --olive: #006b6e;
  --rust: #006b6e;
  --effect-red: #006b6e;
  --effect-deep-red: #004b4d;
  --line: rgba(255, 253, 231, 0.18);
  --shadow: 0 24px 80px rgba(0, 54, 56, 0.36);
  --color-bg: #003638;
  --color-surface: rgba(0, 75, 77, 0.76);
  --color-surface-strong: rgba(0, 54, 56, 0.86);
  --color-text: #fffde7;
  --color-text-muted: rgba(255, 253, 231, 0.76);
  --color-border: rgba(255, 253, 231, 0.18);
  --color-accent: #fffde7;
  --color-brand: #006b6e;
  --color-brand-soft: rgba(0, 107, 110, 0.78);
  --site-background-image: none;
  --shadow-sm: 0 8px 20px rgba(0, 54, 56, 0.2);
  --shadow-md: 0 18px 48px rgba(0, 54, 56, 0.28);
}

body {
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 253, 231, 0.16), transparent 34%),
    var(--brand-teal-dark);
  color: var(--brand-cream);
}

main {
  background: var(--brand-teal);
}

.site-header,
.site-header.is-scrolled,
.drawer,
footer,
.section-tile::before,
#sections .home-tile,
.page-actions .home-tile {
  background: rgba(0, 54, 56, 0.86);
}

.scroll-progress {
  background: linear-gradient(90deg, var(--brand-cream), var(--brand-teal));
}

.brand-mark small,
.desktop-nav a:hover,
.icon-button:hover,
.drawer a:hover,
.eyebrow,
.terms-box h3 {
  color: var(--brand-cream);
}

.desktop-nav a::after,
.queue-meter span {
  background: var(--brand-cream);
}

.icon-button:hover,
.queue-rules span:hover {
  border-color: var(--brand-cream);
}

.hero,
.hero.section-panel,
main > .section-panel:not(.hero),
#sections.sections-grid.section-panel,
#beans.beans,
#menu.menu-section,
#queue.queue {
  background:
    linear-gradient(180deg, rgba(0, 75, 77, 0.9), rgba(0, 107, 110, 0.62) 48%, rgba(0, 54, 56, 0.94)),
    linear-gradient(90deg, rgba(0, 54, 56, 0.86), rgba(255, 253, 231, 0.08), rgba(0, 54, 56, 0.76)),
    none;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(0, 75, 77, 0.18), rgba(0, 107, 110, 0.68) 46%, rgba(0, 54, 56, 0.94)),
    linear-gradient(90deg, rgba(0, 54, 56, 0.76), rgba(0, 107, 110, 0.45), rgba(0, 54, 56, 0.78)),
    none;
}

.hero::after,
main > .section-panel:not(.hero)::after {
  background:
    radial-gradient(circle at 24% 9%, rgba(255, 253, 231, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 253, 231, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 31%, rgba(255, 253, 231, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 66%, rgba(255, 253, 231, 0.72) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(0, 54, 56, 0.48), rgba(0, 107, 110, 0.08) 48%, rgba(0, 54, 56, 0.72));
}

h1,
.lead,
.arabic-tagline,
#hours h2,
#hours .hours-list strong,
#hours .hours-list em,
.crops-heading p,
.crops-heading h2,
#menu .menu-heading h2,
#menu .menu-group h3,
#menu .menu-item strong,
#menu .menu-item span,
#menu .menu-item b,
.queue-meter strong {
  color: var(--brand-cream);
}

.hero .action-link,
.hero .action-link.primary,
.hero .action-link:hover,
#menu .menu-item,
.terms-box,
.page-back {
  background: rgba(0, 54, 56, 0.66);
  border-color: var(--brand-line);
  color: var(--brand-cream);
}

.action-link.primary,
.action-link:hover,
#menu .tab.active,
.hero-socials a:hover,
.socials a:hover {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.hero-socials a {
  background: var(--brand-cream);
  color: var(--brand-teal);
}

.hero-powered,
.queue-copy p,
.terms-box p,
.visit-copy p,
#menu .menu-item span {
  color: var(--brand-cream-muted);
}

.section-pill,
#sections .section-tile,
.page-actions .section-tile {
  background: rgba(0, 107, 110, 0.82);
  box-shadow: 0 10px 28px rgba(0, 54, 56, 0.2);
  color: var(--brand-cream);
}

#sections.sections-grid.section-panel {
  align-content: start;
}

#sections .section-tile::before,
.page-actions .section-tile::before {
  background: transparent;
}

.section-tile:hover {
  border-color: rgba(255, 253, 231, 0.48);
}

.clock-face {
  border-color: rgba(255, 253, 231, 0.88);
  color: var(--brand-cream);
}

.clock-face b,
.clock-face b::before,
.clock-face b::after {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
}

#beans .crop-card,
.crop-card {
  background: rgba(255, 253, 231, 0.96);
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.crop-brown,
.crop-blue,
.crop-gray {
  color: var(--brand-teal);
}

.effect-band,
#beans .effect-band {
  background: var(--brand-teal);
  color: var(--brand-cream);
}

#menu .tab {
  background: rgba(0, 54, 56, 0.64);
  border-color: var(--brand-line);
  color: var(--brand-cream);
}

/* Final phone dashboard override */
.hero-actions .admin-entry {
  background: rgba(0, 54, 56, 0.46);
  border: 1px solid var(--brand-line);
  color: var(--brand-cream);
  min-width: min(232px, 82vw);
}

.admin-tile {
  background: rgba(255, 253, 231, 0.18) !important;
}

#admin.admin-panel {
  align-content: start;
  color: var(--brand-cream);
}

.admin-shell {
  display: grid;
  gap: 14px;
  max-width: 402px !important;
  width: 100%;
}

.admin-head {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-head .eyebrow,
.admin-head h2 {
  grid-column: 1;
}

.admin-head h2 {
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1.1;
  margin: 0;
}

.admin-head .admin-ghost {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-head-actions {
  align-self: center;
  display: flex;
  gap: 8px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-login {
  align-self: center;
  justify-self: center;
  max-width: 360px;
}

.admin-login h1 {
  color: var(--brand-cream);
  font: 800 24px/1.2 var(--font-sans);
  margin: 0;
}

.admin-login p,
.admin-login small {
  color: var(--brand-cream-muted);
  font-size: 13px;
  margin: 0;
}

.admin-login small:not(:empty) {
  color: #ffd9d4;
}

.admin-tabs {
  display: flex;
  gap: 7px;
  margin-inline: -4px;
  overflow-x: auto;
  padding: 2px 4px 8px;
  scrollbar-width: none;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tab,
.admin-primary,
.admin-ghost,
.admin-row button {
  align-items: center;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 180ms ease;
}

.admin-tab {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
  flex: 0 0 auto;
  font-size: 13px;
  padding: 7px 13px;
}

.admin-tab.is-active,
.admin-primary {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.admin-panel-tab {
  display: none;
}

.admin-panel-tab.is-active {
  display: grid;
  gap: 12px;
}

.admin-card {
  background: rgba(0, 54, 56, 0.72);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 11px;
  padding: 14px;
}

.admin-card-title {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
}

.admin-card-title svg {
  height: 21px;
  width: 21px;
}

.admin-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.admin-card label {
  color: var(--brand-cream-muted);
  display: grid;
  font-size: 12px;
  gap: 5px;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
  background: rgba(255, 253, 231, 0.96);
  border: 1px solid rgba(255, 253, 231, 0.26);
  border-radius: 8px;
  color: var(--brand-teal-dark);
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  outline: 0;
  padding: 8px 10px;
  width: 100%;
}

.admin-card textarea {
  line-height: 1.5;
  min-height: 86px;
  resize: vertical;
}

.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus {
  border-color: var(--brand-cream);
  box-shadow: 0 0 0 3px rgba(255, 253, 231, 0.18);
}

.admin-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-primary,
.admin-ghost {
  font-size: 13px;
  padding: 8px 13px;
}

.admin-ghost {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
}

.admin-primary:hover,
.admin-ghost:hover,
.admin-tab:hover,
.admin-row button:hover {
  transform: translateY(-1px);
}

.admin-list {
  border-top: 1px solid var(--brand-line);
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 10px;
}

.analytics-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-stat,
.analytics-note,
.analytics-page {
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px;
}

.analytics-stat strong {
  color: var(--brand-cream);
  font-size: 25px;
  line-height: 1;
}

.analytics-stat span,
.analytics-note span {
  color: var(--brand-cream-muted);
  font-size: 12px;
}

.analytics-note strong {
  font-size: 13px;
}

.analytics-page {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.analytics-page span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analytics-page b {
  color: var(--brand-cream);
}

.admin-row {
  align-items: center;
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 24px minmax(0, 1fr) 34px 34px;
  min-height: 54px;
  padding: 8px;
}

.admin-row > svg {
  color: var(--brand-cream);
  height: 18px;
  width: 18px;
}

.admin-row div {
  display: grid;
  min-width: 0;
}

.admin-row strong,
.admin-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row strong {
  font-size: 13px;
  line-height: 1.25;
}

.admin-row span {
  color: var(--brand-cream-muted);
  font-size: 11px;
}

.admin-row button {
  background: rgba(255, 253, 231, 0.08);
  color: var(--brand-cream);
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

.admin-row button[data-action="delete"] {
  border-color: rgba(255, 180, 170, 0.34);
}

.admin-row button svg,
.admin-primary svg,
.admin-ghost svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 380px) {
  .admin-shell {
    gap: 10px;
  }

  .admin-card {
    padding: 12px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-head {
    grid-template-columns: 1fr;
  }

  .admin-head .admin-ghost {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .admin-head-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

.discounted-price {
  align-items: end;
  display: grid;
  gap: 6px;
  justify-items: end;
  min-width: 92px;
}

.discount-badge {
  background: var(--button-color, var(--brand-cream));
  border: 1px solid color-mix(in srgb, var(--button-color, var(--brand-cream)) 72%, transparent);
  color: var(--button-text-color, var(--brand-teal-dark));
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 138px;
  padding: 4px 7px;
  text-align: center;
  white-space: normal;
}

.price-stack {
  align-items: end;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.price-stack del {
  align-items: center;
  color: rgba(255, 250, 242, 0.54);
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 13px;
  gap: 0.22em;
  line-height: 1;
  text-decoration-thickness: 2px;
  unicode-bidi: isolate;
}

.price-stack .price {
  color: var(--button-color, rgba(255, 250, 242, 0.96));
}

@media (max-width: 560px) {
  .discounted-price {
    align-items: start;
    justify-items: start;
    width: 100%;
  }

  .price-stack {
    align-items: start;
  }

  .discount-badge {
    max-width: 100%;
  }
}

.branch-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  max-width: 560px;
}

.branch-list:empty {
  display: none;
}

.branch-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px;
}

.branch-card strong,
.branch-card span {
  display: block;
}

.branch-card strong {
  color: var(--paper);
  font-size: clamp(18px, 2vw, 24px);
}

.branch-card span {
  color: var(--muted);
  font-size: 14px;
}

.branch-card a {
  align-items: center;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.branch-card a:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

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

  .branch-card a {
    width: 100%;
  }
}

/* Final phone dashboard override */
.hero-actions .admin-entry {
  background: rgba(0, 54, 56, 0.46);
  border: 1px solid var(--brand-line);
  color: var(--brand-cream);
  min-width: min(232px, 82vw);
}

.admin-tile {
  background: rgba(255, 253, 231, 0.18) !important;
}

#admin.admin-panel {
  align-content: start;
  color: var(--brand-cream);
}

.admin-shell {
  display: grid;
  gap: 14px;
  max-width: 402px !important;
  width: 100%;
}

.admin-head {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-head .eyebrow,
.admin-head h2 {
  grid-column: 1;
}

.admin-head h2 {
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1.1;
  margin: 0;
}

.admin-head .admin-ghost {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-tabs {
  display: flex;
  gap: 7px;
  margin-inline: -4px;
  overflow-x: auto;
  padding: 2px 4px 8px;
  scrollbar-width: none;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tab,
.admin-primary,
.admin-ghost,
.admin-row button {
  align-items: center;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 180ms ease;
}

.admin-tab {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
  flex: 0 0 auto;
  font-size: 13px;
  padding: 7px 13px;
}

.admin-tab.is-active,
.admin-primary {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.admin-panel-tab {
  display: none;
}

.admin-panel-tab.is-active {
  display: grid;
  gap: 12px;
}

.admin-card {
  background: rgba(0, 54, 56, 0.72);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 11px;
  padding: 14px;
}

.admin-card-title {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
}

.admin-card-title svg {
  height: 21px;
  width: 21px;
}

.admin-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.admin-card label {
  color: var(--brand-cream-muted);
  display: grid;
  font-size: 12px;
  gap: 5px;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
  background: rgba(255, 253, 231, 0.96);
  border: 1px solid rgba(255, 253, 231, 0.26);
  border-radius: 8px;
  color: var(--brand-teal-dark);
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  outline: 0;
  padding: 8px 10px;
  width: 100%;
}

.admin-card textarea {
  line-height: 1.5;
  min-height: 86px;
  resize: vertical;
}

.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus {
  border-color: var(--brand-cream);
  box-shadow: 0 0 0 3px rgba(255, 253, 231, 0.18);
}

.admin-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-primary,
.admin-ghost {
  font-size: 13px;
  padding: 8px 13px;
}

.admin-ghost {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
}

.admin-primary:hover,
.admin-ghost:hover,
.admin-tab:hover,
.admin-row button:hover {
  transform: translateY(-1px);
}

.admin-list {
  border-top: 1px solid var(--brand-line);
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 10px;
}

.admin-row {
  align-items: center;
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 24px minmax(0, 1fr) 34px 34px;
  min-height: 54px;
  padding: 8px;
}

.admin-row > svg {
  color: var(--brand-cream);
  height: 18px;
  width: 18px;
}

.admin-row div {
  display: grid;
  min-width: 0;
}

.admin-row strong,
.admin-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row strong {
  font-size: 13px;
  line-height: 1.25;
}

.admin-row span {
  color: var(--brand-cream-muted);
  font-size: 11px;
}

.admin-row button {
  background: rgba(255, 253, 231, 0.08);
  color: var(--brand-cream);
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

.admin-row button[data-action="delete"] {
  border-color: rgba(255, 180, 170, 0.34);
}

.admin-row button svg,
.admin-primary svg,
.admin-ghost svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 380px) {
  .admin-shell {
    gap: 10px;
  }

  .admin-card {
    padding: 12px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-head {
    grid-template-columns: 1fr;
  }

  .admin-head .admin-ghost {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

/* Private dashboard extras */
.admin-head-actions {
  align-self: center;
  display: flex;
  gap: 8px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-login {
  align-self: center;
  justify-self: center;
  max-width: 360px;
}

.admin-login h1 {
  color: var(--brand-cream);
  font: 800 24px/1.2 var(--font-sans);
  margin: 0;
}

.admin-login p,
.admin-login small {
  color: var(--brand-cream-muted);
  font-size: 13px;
  margin: 0;
}

.admin-login small:not(:empty) {
  color: #ffd9d4;
}

.analytics-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-stat,
.analytics-note,
.analytics-page {
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px;
}

.analytics-stat strong {
  color: var(--brand-cream);
  font-size: 25px;
  line-height: 1;
}

.analytics-stat span,
.analytics-note span {
  color: var(--brand-cream-muted);
  font-size: 12px;
}

.analytics-note strong {
  font-size: 13px;
}

.analytics-page {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.analytics-page span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analytics-page b {
  color: var(--brand-cream);
}

@media (max-width: 380px) {
  .admin-head-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

/* Phone dashboard */
.hero-actions .admin-entry {
  background: rgba(0, 54, 56, 0.46);
  border: 1px solid var(--brand-line);
  color: var(--brand-cream);
  min-width: min(232px, 82vw);
}

.admin-tile {
  background: rgba(255, 253, 231, 0.18) !important;
}

#admin.admin-panel {
  align-content: start;
  color: var(--brand-cream);
}

.admin-shell {
  display: grid;
  gap: 14px;
  max-width: 402px !important;
  width: 100%;
}

.admin-head {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-head .eyebrow,
.admin-head h2 {
  grid-column: 1;
}

.admin-head h2 {
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1.1;
  margin: 0;
}

.admin-head .admin-ghost {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-tabs {
  display: flex;
  gap: 7px;
  margin-inline: -4px;
  overflow-x: auto;
  padding: 2px 4px 8px;
  scrollbar-width: none;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tab,
.admin-primary,
.admin-ghost,
.admin-row button {
  align-items: center;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 180ms ease;
}

.admin-tab {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
  flex: 0 0 auto;
  font-size: 13px;
  padding: 7px 13px;
}

.admin-tab.is-active,
.admin-primary {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.admin-panel-tab {
  display: none;
}

.admin-panel-tab.is-active {
  display: grid;
  gap: 12px;
}

.admin-card {
  background: rgba(0, 54, 56, 0.72);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 11px;
  padding: 14px;
}

.admin-card-title {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
}

.admin-card-title svg {
  height: 21px;
  width: 21px;
}

.admin-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.admin-card label {
  color: var(--brand-cream-muted);
  display: grid;
  font-size: 12px;
  gap: 5px;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
  background: rgba(255, 253, 231, 0.96);
  border: 1px solid rgba(255, 253, 231, 0.26);
  border-radius: 8px;
  color: var(--brand-teal-dark);
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  outline: 0;
  padding: 8px 10px;
  width: 100%;
}

.admin-card textarea {
  line-height: 1.5;
  min-height: 86px;
  resize: vertical;
}

.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus {
  border-color: var(--brand-cream);
  box-shadow: 0 0 0 3px rgba(255, 253, 231, 0.18);
}

.admin-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-primary,
.admin-ghost {
  font-size: 13px;
  padding: 8px 13px;
}

.admin-ghost {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
}

.admin-primary:hover,
.admin-ghost:hover,
.admin-tab:hover,
.admin-row button:hover {
  transform: translateY(-1px);
}

.admin-list {
  border-top: 1px solid var(--brand-line);
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 10px;
}

.admin-row {
  align-items: center;
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 24px minmax(0, 1fr) 34px 34px;
  min-height: 54px;
  padding: 8px;
}

.admin-row > svg {
  color: var(--brand-cream);
  height: 18px;
  width: 18px;
}

.admin-row div {
  display: grid;
  min-width: 0;
}

.admin-row strong,
.admin-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row strong {
  font-size: 13px;
  line-height: 1.25;
}

.admin-row span {
  color: var(--brand-cream-muted);
  font-size: 11px;
}

.admin-row button {
  background: rgba(255, 253, 231, 0.08);
  color: var(--brand-cream);
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

.admin-row button[data-action="delete"] {
  border-color: rgba(255, 180, 170, 0.34);
}

.admin-row button svg,
.admin-primary svg,
.admin-ghost svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 380px) {
  .admin-shell {
    gap: 10px;
  }

  .admin-card {
    padding: 12px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-head {
    grid-template-columns: 1fr;
  }

  .admin-head .admin-ghost {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

#menu.menu-section,
#beans.beans {
  align-content: start;
}

#beans .crop-card.scroll-reveal {
  filter: blur(14px);
  opacity: 0;
  transform: translateY(76px) scale(0.94);
  transition:
    filter 900ms ease,
    opacity 900ms ease,
    transform 1050ms cubic-bezier(0.18, 0.9, 0.22, 1);
  transition-delay: var(--scroll-stagger, 0ms);
}

#beans .crop-card.scroll-reveal.in-view {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

#menu.menu-section,
#beans.beans {
  align-content: start;
}

#beans .crop-card.scroll-reveal {
  filter: blur(14px);
  opacity: 0;
  transform: translateY(76px) scale(0.94);
  transition:
    filter 900ms ease,
    opacity 900ms ease,
    transform 1050ms cubic-bezier(0.18, 0.9, 0.22, 1);
  transition-delay: var(--scroll-stagger, 0ms);
}

#beans .crop-card.scroll-reveal.in-view {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-logo-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-inline: auto;
  max-width: min(92vw, 880px);
  text-shadow: none;
}

.hero-logo {
  display: block;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.18));
  height: auto;
  margin-inline: auto;
  max-width: 100%;
  width: clamp(280px, 76vw, 860px);
}

/* EOF fit guardrails */
@media (min-width: 981px) {
  #sections.sections-grid.section-panel,
  #hours.hours-page,
  .split-panel,
  .visit,
  .beans-layout,
  .menu-items,
  #beans .beans-layout,
  #menu .menu-items,
  .sections-actions,
  .page-actions {
    grid-template-columns: 1fr !important;
    justify-items: center;
  }

  main > .section-panel:not(.hero) > :not(.page-back),
  .hero-content,
  #menu .menu-tabs,
  #menu .menu-group,
  .queue-copy,
  .visit-copy,
  #beans .beans-layout {
    max-width: min(100%, 430px) !important;
    width: 100%;
  }

  .section-pill,
  .hero .action-link,
  .action-link,
  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    max-width: 330px !important;
    width: 100% !important;
  }

  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    align-content: center !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 62px !important;
    overflow: hidden;
    padding: 12px 20px !important;
  }

  .section-tile span,
  #sections .section-tile span,
  .page-actions .section-tile span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
    text-wrap: balance;
  }

  h1 {
    font-size: clamp(62px, 5.2vw, 88px) !important;
  }

  .arabic-tagline {
    font-size: clamp(22px, 1.95vw, 31px) !important;
    line-height: 1.3;
    max-width: 320px !important;
  }

  .lead {
    font-size: clamp(20px, 1.8vw, 29px) !important;
    line-height: 1.15;
    max-width: 330px !important;
  }

  #hours .clock-face {
    max-width: 180px !important;
    width: min(38vw, 180px) !important;
  }

  #hours .hours-list {
    width: min(100%, 340px) !important;
  }

  #hours .hours-list strong {
    font-size: clamp(24px, 2.2vw, 32px) !important;
    line-height: 1.1;
    white-space: normal;
  }

  #menu .menu-heading,
  .sections-copy,
  .sections-ar,
  .sections-en,
  .hours-copy,
  #hours .hours-list div,
  #hours .page-actions,
  .crops-heading {
    justify-items: center !important;
    text-align: center !important;
  }

  #menu .menu-group h3 {
    text-align: center !important;
  }

  #beans .crop-card {
    grid-template-columns: minmax(0, 1fr) 34px 96px !important;
    min-height: 132px !important;
    overflow: hidden;
  }

  #beans .crop-info h3 {
    font-size: clamp(18px, 1.55vw, 24px) !important;
  }

  #beans .crop-info p {
    font-size: clamp(10px, 0.92vw, 13px) !important;
    line-height: 1.25;
  }

  #menu .menu-tabs {
    margin: 0 auto 18px !important;
  }

  #menu .menu-item {
    grid-template-columns: minmax(132px, 45%) minmax(0, 1fr) !important;
    min-height: 148px !important;
    overflow: hidden;
    padding: 14px !important;
    width: 100%;
  }

  #menu .menu-item strong {
    font-size: clamp(18px, 1.5vw, 24px) !important;
  }

  #menu .menu-item span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
  }

  #menu .menu-item b {
    font-size: clamp(24px, 1.9vw, 30px) !important;
  }
}

/* Final fit guardrails */
:is(
  h1,
  h2,
  h3,
  .lead,
  .arabic-tagline,
  .sections-ar,
  .sections-en,
  .section-pill,
  .section-tile span,
  #hours .hours-list strong,
  #hours .hours-list em,
  .crops-heading p,
  .crops-heading h2,
  #menu .menu-heading h2,
  #menu .menu-group h3,
  #menu .menu-item strong,
  #menu .menu-item span,
  #menu .menu-item b,
  .queue-copy h2,
  .queue-copy p,
  .visit-copy p,
  .terms-box h3,
  .terms-box p
) {
  max-inline-size: 100%;
  overflow-wrap: break-word;
}

@media (min-width: 981px) {
  :root {
    --desktop-mobile-shell: 430px;
  }

  .hero-content,
  main > .section-panel:not(.hero) > :not(.page-back),
  #menu .menu-tabs,
  #menu .menu-group,
  .queue-copy,
  .visit-copy {
    max-width: min(100%, var(--desktop-mobile-shell)) !important;
    width: 100%;
  }

  .hero.section-panel,
  main > .section-panel:not(.hero) {
    justify-items: center;
  }

  main > .section-panel:not(.hero) {
    align-content: start;
    padding: 88px 22px 30px;
  }

  #sections.sections-grid.section-panel,
  #hours.hours-page,
  .split-panel,
  .visit,
  .beans-layout,
  .menu-items,
  #beans .beans-layout,
  #menu .menu-items,
  .sections-actions,
  .page-actions {
    grid-template-columns: 1fr !important;
    justify-items: center;
  }

  .section-pill,
  .sections-copy,
  .sections-actions,
  .section-socials,
  #hours .page-actions {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .section-pill,
  .hero .action-link,
  .action-link,
  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    max-width: 330px;
    min-width: 0;
    width: 100%;
  }

  .sections-copy,
  .sections-ar,
  .sections-en,
  .hours-copy,
  #hours .hours-list div,
  #hours .page-actions,
  .crops-heading,
  #menu .menu-heading {
    text-align: center !important;
    justify-items: center !important;
  }

  .sections-ar,
  .sections-en {
    margin-inline: auto;
    max-width: 360px;
    text-wrap: balance;
  }

  .sections-actions,
  .page-actions {
    gap: 14px;
    margin-top: 28px;
  }

  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    align-content: center !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 62px !important;
    overflow: hidden;
    padding: 12px 20px !important;
  }

  .section-tile::after,
  #sections .section-tile::after,
  .page-actions .section-tile::after {
    display: none !important;
  }

  .section-tile span,
  #sections .section-tile span,
  .page-actions .section-tile span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
    text-wrap: balance;
  }

  .section-tile svg,
  #sections .section-tile svg,
  .page-actions .section-tile svg {
    height: 24px !important;
    width: 24px !important;
  }

  h1 {
    font-size: clamp(62px, 5.2vw, 88px) !important;
    line-height: 0.94;
  }

  .arabic-tagline {
    font-size: clamp(22px, 1.95vw, 31px) !important;
    line-height: 1.3;
    max-width: 320px !important;
    text-wrap: balance;
  }

  .lead {
    font-size: clamp(20px, 1.8vw, 29px) !important;
    line-height: 1.15;
    max-width: 330px !important;
    text-wrap: balance;
  }

  #hours.hours-page {
    gap: 18px;
    text-align: center;
  }

  #hours .clock-face {
    margin-bottom: 24px;
    max-width: 180px !important;
    width: min(38vw, 180px) !important;
  }

  #hours .hours-list {
    gap: 12px;
    width: min(100%, 340px) !important;
  }

  #hours .hours-list div {
    grid-template-columns: 1fr;
  }

  #hours .hours-list strong {
    font-size: clamp(24px, 2.2vw, 32px) !important;
    line-height: 1.1;
    text-wrap: balance;
    white-space: normal;
  }

  #hours .hours-list em {
    font-size: clamp(15px, 1.2vw, 19px) !important;
  }

  .crops-heading {
    max-width: 360px !important;
  }

  .crops-heading p,
  .crops-heading h2 {
    font-size: clamp(18px, 1.6vw, 24px) !important;
  }

  #beans .beans-layout {
    gap: 12px !important;
    max-width: min(100%, var(--desktop-mobile-shell));
  }

  #beans .crop-card {
    grid-template-columns: minmax(0, 1fr) 34px 96px !important;
    min-height: 132px !important;
    overflow: hidden;
    padding: 8px;
    width: 100%;
  }

  #beans .crop-info h3 {
    font-size: clamp(18px, 1.55vw, 24px) !important;
    line-height: 1;
  }

  #beans .crop-info p {
    font-size: clamp(10px, 0.92vw, 13px) !important;
    line-height: 1.25;
  }

  #beans .crop-alt {
    font-size: clamp(13px, 1.05vw, 16px) !important;
  }

  #beans .effect-band {
    font-size: clamp(18px, 1.4vw, 22px) !important;
  }

  #menu .menu-heading h2 {
    font-size: clamp(34px, 2.8vw, 46px) !important;
  }

  #menu .menu-tabs {
    margin: 0 auto 18px;
    min-height: 42px;
    padding-inline: 2px;
  }

  #menu .tab {
    font-size: 12px !important;
    max-width: 100%;
    min-height: 34px;
    padding: 6px 12px;
  }

  #menu .menu-group {
    padding-bottom: 22px;
  }

  #menu .menu-group h3 {
    font-size: clamp(20px, 1.7vw, 28px) !important;
    text-align: center !important;
  }

  #menu .menu-items {
    gap: 12px !important;
  }

  #menu .menu-item {
    grid-template-columns: minmax(132px, 45%) minmax(0, 1fr) !important;
    min-height: 148px !important;
    overflow: hidden;
    padding: 14px !important;
    width: 100%;
  }

  #menu .menu-item img {
    height: auto !important;
    width: 100%;
  }

  #menu .menu-item div {
    gap: 4px !important;
    min-width: 0;
  }

  #menu .menu-item strong {
    font-size: clamp(18px, 1.5vw, 24px) !important;
    line-height: 1.15;
  }

  #menu .menu-item span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
  }

  #menu .menu-item b {
    font-size: clamp(24px, 1.9vw, 30px) !important;
  }

  .queue-copy h2 {
    font-size: clamp(30px, 2.4vw, 42px) !important;
    line-height: 1.15;
  }

  .queue-copy p,
  .visit-copy p,
  .terms-box p {
    font-size: clamp(14px, 1vw, 16px) !important;
    line-height: 1.6;
  }

  .visit img {
    max-height: none;
    width: min(100%, var(--desktop-mobile-shell));
  }
}

:is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .crop-card,
  .crop-info,
  .menu-heading,
  .menu-group,
  .menu-items,
  .menu-item,
  .queue-copy,
  .visit-copy,
  .terms-box
) {
  min-width: 0;
}

:is(
  h1,
  h2,
  h3,
  .lead,
  .arabic-tagline,
  .sections-ar,
  .sections-en,
  .section-pill,
  .section-tile span,
  #hours .hours-list strong,
  #hours .hours-list em,
  .crops-heading p,
  .crops-heading h2,
  #menu .menu-heading h2,
  #menu .menu-group h3,
  #menu .menu-item strong,
  #menu .menu-item span,
  #menu .menu-item b,
  .queue-copy h2,
  .queue-copy p,
  .visit-copy p,
  .terms-box h3,
  .terms-box p
) {
  max-inline-size: 100%;
  overflow-wrap: break-word;
}

@media (min-width: 981px) {
  :root {
    --desktop-mobile-shell: 430px;
  }

  .hero.section-panel,
  main > .section-panel:not(.hero) {
    justify-items: center;
  }

  .hero-content {
    max-width: min(100%, var(--desktop-mobile-shell));
    padding-top: 56px;
    width: 100%;
  }

  main > .section-panel:not(.hero) {
    align-content: start;
    padding: 88px 22px 30px;
  }

  main > .section-panel:not(.hero) > :not(.page-back) {
    max-width: min(100%, var(--desktop-mobile-shell));
    width: 100%;
  }

  #sections.sections-grid.section-panel,
  #hours.hours-page,
  .split-panel,
  .visit,
  .beans-layout,
  .menu-items,
  #beans .beans-layout,
  #menu .menu-items {
    grid-template-columns: 1fr !important;
    justify-items: center;
  }

  #sections.sections-grid.section-panel {
    gap: 12px;
    padding-top: 92px;
  }

  .section-pill,
  .sections-copy,
  .sections-actions,
  .section-socials,
  #hours .page-actions {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .section-pill {
    font-size: clamp(18px, 1.5vw, 24px);
    justify-self: center;
    width: min(100%, 330px);
  }

  .sections-copy {
    margin-top: 40px;
  }

  .sections-ar,
  .sections-en {
    margin-inline: auto;
    max-width: 360px;
    text-align: center;
    text-wrap: balance;
  }

  .sections-ar {
    font-size: clamp(20px, 1.9vw, 30px);
  }

  .sections-en {
    font-size: clamp(18px, 1.7vw, 26px);
  }

  .sections-actions,
  .page-actions {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr !important;
    justify-items: center;
    margin-top: 28px;
  }

  .hero .action-link,
  .action-link,
  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    max-width: 330px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  .hero .action-link,
  .action-link {
    font-size: 18px !important;
    min-height: 48px;
    padding-inline: 18px;
  }

  .section-tile,
  #sections .section-tile,
  .page-actions .section-tile {
    align-content: center !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 62px !important;
    padding: 12px 20px !important;
  }

  .section-tile::after,
  #sections .section-tile::after,
  .page-actions .section-tile::after {
    display: none !important;
  }

  .section-tile span,
  #sections .section-tile span,
  .page-actions .section-tile span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
    text-wrap: balance;
  }

  .section-tile svg,
  #sections .section-tile svg,
  .page-actions .section-tile svg {
    height: 24px !important;
    width: 24px !important;
  }

  h1 {
    font-size: clamp(62px, 5.2vw, 88px) !important;
    line-height: 0.94;
  }

  .arabic-tagline {
    font-size: clamp(22px, 1.95vw, 31px) !important;
    line-height: 1.3;
    max-width: 320px !important;
    text-wrap: balance;
  }

  .lead {
    font-size: clamp(20px, 1.8vw, 29px) !important;
    line-height: 1.15;
    max-width: 330px !important;
    text-wrap: balance;
  }

  #hours.hours-page {
    gap: 18px;
    text-align: center;
  }

  .hours-copy,
  #hours .hours-list div,
  #hours .page-actions {
    justify-items: center !important;
  }

  #hours h2 {
    font-size: clamp(38px, 3vw, 54px) !important;
    text-align: center;
  }

  #hours .clock-face {
    margin-bottom: 24px;
    max-width: 180px !important;
    width: min(38vw, 180px) !important;
  }

  #hours .hours-list {
    gap: 12px;
    width: min(100%, 340px) !important;
  }

  #hours .hours-list div {
    grid-template-columns: 1fr;
  }

  #hours .hours-list strong {
    font-size: clamp(24px, 2.2vw, 32px) !important;
    line-height: 1.1;
    text-wrap: balance;
    white-space: normal;
  }

  #hours .hours-list em {
    font-size: clamp(15px, 1.2vw, 19px) !important;
  }

  .crops-heading {
    margin-inline: auto;
    max-width: 360px !important;
  }

  .crops-heading p,
  .crops-heading h2 {
    font-size: clamp(18px, 1.6vw, 24px) !important;
    text-align: center;
  }

  #beans .beans-layout {
    gap: 12px !important;
    max-width: min(100%, var(--desktop-mobile-shell));
  }

  #beans .crop-card {
    grid-template-columns: minmax(0, 1fr) 34px 96px !important;
    min-height: 132px !important;
    overflow: hidden;
    padding: 8px;
    width: 100%;
  }

  #beans .crop-info h3 {
    font-size: clamp(18px, 1.55vw, 24px) !important;
    line-height: 1;
    margin: 4px 0 6px;
  }

  #beans .crop-info p {
    font-size: clamp(10px, 0.92vw, 13px) !important;
    line-height: 1.25;
  }

  #beans .crop-alt {
    font-size: clamp(13px, 1.05vw, 16px) !important;
  }

  #beans .effect-band {
    font-size: clamp(18px, 1.4vw, 22px) !important;
  }

  #menu .menu-heading {
    justify-items: center;
    margin-bottom: 24px;
    text-align: center;
  }

  #menu .menu-heading h2 {
    font-size: clamp(34px, 2.8vw, 46px) !important;
  }

  #menu .menu-tabs {
    margin: 0 auto 18px;
    max-width: min(100%, var(--desktop-mobile-shell)) !important;
    min-height: 42px;
    padding-inline: 2px;
  }

  #menu .tab {
    font-size: 12px !important;
    max-width: 100%;
    min-height: 34px;
    padding: 6px 12px;
  }

  #menu .menu-group {
    max-width: min(100%, var(--desktop-mobile-shell)) !important;
    padding-bottom: 22px;
    width: 100%;
  }

  #menu .menu-group h3 {
    font-size: clamp(20px, 1.7vw, 28px) !important;
    text-align: center !important;
  }

  #menu .menu-items {
    gap: 12px !important;
  }

  #menu .menu-item {
    grid-template-columns: minmax(132px, 45%) minmax(0, 1fr) !important;
    min-height: 148px !important;
    overflow: hidden;
    padding: 14px !important;
    width: 100%;
  }

  #menu .menu-item img {
    height: auto !important;
    width: 100%;
  }

  #menu .menu-item div {
    gap: 4px !important;
    min-width: 0;
  }

  #menu .menu-item strong {
    font-size: clamp(18px, 1.5vw, 24px) !important;
    line-height: 1.15;
  }

  #menu .menu-item span {
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.25 !important;
  }

  #menu .menu-item b {
    font-size: clamp(24px, 1.9vw, 30px) !important;
  }

  .queue-copy,
  .visit-copy {
    max-width: min(100%, var(--desktop-mobile-shell));
    width: 100%;
  }

  .queue-copy h2 {
    font-size: clamp(30px, 2.4vw, 42px) !important;
    line-height: 1.15;
  }

  .queue-copy p,
  .visit-copy p,
  .terms-box p {
    font-size: clamp(14px, 1vw, 16px) !important;
    line-height: 1.6;
  }

  .visit img {
    max-height: none;
    width: min(100%, var(--desktop-mobile-shell));
  }
}

#menu.menu-section,
#beans.beans {
  align-content: start;
}

#sections.sections-grid.section-panel {
  align-content: start;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "IBM Plex Sans Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

body.drawer-active {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.scroll-progress {
  background: linear-gradient(90deg, var(--gold), var(--paper));
  height: 3px;
  left: 0;
  position: fixed;
  right: auto;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 80;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(11, 11, 10, 0.72);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 52px);
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  transition: background 220ms ease, padding 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.site-header:not(.is-scrolled) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.site-header.is-scrolled {
  background: rgba(11, 11, 10, 0.9);
  padding-block: 11px;
  transform: translateY(0);
}

.brand-mark {
  display: grid;
  gap: 0;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark span {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
}

.brand-mark small {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-align: left;
}

.desktop-nav {
  align-items: center;
  display: none;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.desktop-nav a {
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  background: var(--gold);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.desktop-nav a:hover {
  color: var(--paper);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
}

.icon-button:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}

.menu-toggle {
  display: inline-flex;
}

.drawer {
  background: rgba(20, 19, 17, 0.97);
  border-right: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  max-width: 380px;
  padding: 26px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(105%);
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: min(86vw, 380px);
  z-index: 50;
}

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

.drawer a {
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  padding: 18px 0;
  transform: translateX(18px);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease, color 180ms ease;
}

.drawer.open a {
  opacity: 1;
  transform: translateX(0);
}

.drawer.open a:nth-of-type(2) {
  transition-delay: 45ms;
}

.drawer.open a:nth-of-type(3) {
  transition-delay: 90ms;
}

.drawer.open a:nth-of-type(4) {
  transition-delay: 135ms;
}

.drawer.open a:nth-of-type(5) {
  transition-delay: 180ms;
}

.drawer a:hover {
  color: var(--gold);
}

.drawer-close {
  justify-self: start;
}

.section-panel {
  min-height: 100svh;
  padding: clamp(90px, 10vw, 140px) clamp(18px, 5vw, 72px);
  position: relative;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(150, 35, 29, 0.75), transparent 42%),
    linear-gradient(180deg, var(--effect-deep-red), var(--effect-red) 46%, #50100c);
  display: grid;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 0 clamp(22px, 5vw, 72px);
  text-align: center;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(69, 16, 12, 0.08), rgba(143, 30, 24, 0.66) 46%, rgba(69, 16, 12, 0.92)),
    linear-gradient(90deg, rgba(69, 16, 12, 0.74), rgba(143, 30, 24, 0.42), rgba(69, 16, 12, 0.74)),
    none;
  filter: grayscale(1) contrast(1.24) saturate(0.5);
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.58;
  z-index: -2;
  transform: scale(1.04);
  transition: transform 120ms linear;
}

.hero::after {
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 19% 16%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 29%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 92% 43%, rgba(255, 255, 255, 0.62) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(69, 16, 12, 0.52), rgba(143, 30, 24, 0.06) 48%, rgba(69, 16, 12, 0.72));
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-noise {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 3px 3px, 3px 3px;
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.side-next {
  align-items: center;
  background: rgba(243, 234, 217, 0.22);
  border-radius: 0 18px 18px 0;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  height: 82px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 41%;
  width: 48px;
}

.hero-content {
  animation: heroRise 900ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  justify-self: center;
  max-width: 760px;
  padding-top: clamp(64px, 12vh, 120px);
}

.hero-star {
  background:
    linear-gradient(var(--paper), var(--paper)) center/8% 100% no-repeat,
    linear-gradient(var(--paper), var(--paper)) center/100% 8% no-repeat;
  display: inline-block;
  height: clamp(58px, 9vw, 96px);
  margin-bottom: clamp(56px, 8vh, 92px);
  position: relative;
  transform: rotate(45deg);
  width: clamp(58px, 9vw, 96px);
}

.hero-star::before,
.hero-star::after {
  background: var(--paper);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 8%;
}

.hero-star::before {
  transform: translateX(-50%) rotate(45deg);
}

.hero-star::after {
  transform: translateX(-50%) rotate(-45deg);
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(18vw, 210px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.84;
  margin-bottom: clamp(42px, 8vh, 78px);
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
}

h2 {
  font-size: clamp(34px, 7vw, 82px);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 22px;
}

h3 {
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.2;
}

.lead {
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.6vw, 72px);
  line-height: 1.14;
  margin-inline: auto;
  max-width: 700px;
  text-align: right;
}

.lead span {
  display: inline-block;
}

.lead strong {
  letter-spacing: 0.12em;
}

.arabic-tagline {
  color: #fffaf2;
  font-size: clamp(40px, 7.2vw, 78px);
  font-weight: 400;
  line-height: 1.38;
  margin: 0 auto 10px;
  max-width: 620px;
  text-align: right;
}

.hero-actions,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  justify-content: center;
  margin-top: clamp(70px, 12vh, 150px);
}

.hero .action-link {
  background: rgba(13, 7, 5, 0.66);
  border: 1px solid rgba(243, 234, 217, 0.16);
  border-radius: 999px;
  color: var(--paper);
  font-size: clamp(18px, 4vw, 28px);
  justify-content: center;
  min-height: 62px;
  min-width: min(480px, 76vw);
  padding-inline: 30px;
}

.hero .action-link.primary,
.hero .action-link:hover {
  background: rgba(13, 7, 5, 0.74);
  border-color: rgba(243, 234, 217, 0.28);
  color: var(--paper);
}

.hero-socials {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 42px;
}

.hero-socials a {
  align-items: center;
  background: #fffaf2;
  border-radius: 50%;
  color: var(--effect-red);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease;
  width: 48px;
}

.hero-socials a:hover {
  background: var(--paper);
  transform: translateY(-4px);
}

.hero-powered {
  color: rgba(243, 234, 217, 0.58);
  font-size: 20px;
  margin: 22px 0 0;
  text-align: center;
}

.hero-powered strong {
  color: var(--paper);
  font-weight: 700;
}

.action-link {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  overflow: hidden;
  position: relative;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.action-link.primary,
.action-link:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.action-link:hover {
  transform: translateY(-2px);
}

.action-link svg {
  transition: transform 180ms ease;
}

.action-link:hover svg {
  transform: translateX(-3px);
}

.sections-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 70svh;
}

.section-tile {
  align-content: end;
  background: var(--panel);
  border-left: 1px solid var(--line);
  display: grid;
  gap: 16px;
  min-height: 340px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease;
}

.section-tile::before {
  background: linear-gradient(0deg, rgba(11, 11, 10, 0.92), rgba(11, 11, 10, 0.16));
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-tile::after {
  background: var(--tile-image) center/cover;
  content: "";
  filter: saturate(0.76);
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  transition: transform 300ms ease, filter 300ms ease;
  z-index: -1;
}

.section-tile:hover::after {
  filter: saturate(1);
  transform: scale(1.11);
}

.section-tile:hover {
  border-color: rgba(196, 154, 77, 0.42);
}

.section-tile svg,
.section-tile span {
  position: relative;
  transform: translateZ(22px);
  z-index: 1;
}

.section-tile svg {
  transition: transform 220ms ease;
}

.section-tile:hover svg {
  transform: translateZ(22px) translateY(-5px) scale(1.08);
}

.section-tile span {
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.35;
}

.hours-tile {
  --tile-image: none;
}

.beans-tile {
  --tile-image: none;
}

.menu-tile {
  --tile-image: none;
}

.queue-tile {
  --tile-image: none;
}

.next-visit-tile {
  --tile-image: none;
}

.visit-tile {
  --tile-image: none;
}

.split-panel {
  align-items: center;
  background: var(--night);
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
}

.split-panel img,
.visit img,
.beans-layout img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  transition: filter 260ms ease, transform 420ms ease;
}

.split-panel img:hover,
.visit img:hover,
.beans-layout article:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

.hours-list {
  border-top: 1px solid var(--line);
  max-width: 620px;
}

.hours-list div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
}

.hours-list span {
  color: var(--muted);
}

.hours-list strong {
  font-size: clamp(18px, 2.8vw, 30px);
}

.beans {
  background: #171a13;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading h2 {
  max-width: 840px;
}

.beans-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.beans-layout article {
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 220ms ease, transform 220ms ease;
}

.beans-layout article:hover {
  border-color: rgba(196, 154, 77, 0.45);
  transform: translateY(-6px);
}

.beans-layout h3,
.beans-layout p {
  padding-inline: 22px;
}

.beans-layout h3 {
  margin: 22px 0 8px;
}

.beans-layout p {
  color: var(--muted);
  margin-bottom: 24px;
}

.menu-section {
  background: var(--paper);
  color: var(--ink);
}

.menu-section .eyebrow {
  color: var(--rust);
}

.menu-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.tab {
  background: transparent;
  border: 1px solid rgba(11, 11, 10, 0.18);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  min-height: 44px;
  padding: 8px 15px;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tab.active {
  background: var(--ink);
  color: var(--paper);
}

.tab:hover {
  transform: translateY(-2px);
}

.menu-group {
  border-top: 1px solid rgba(11, 11, 10, 0.18);
  padding: 34px 0;
  animation: menuFade 260ms ease both;
}

.menu-group h3 {
  margin-bottom: 22px;
}

.menu-items {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.menu-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(11, 11, 10, 0.12);
  display: grid;
  gap: 16px;
  grid-template-columns: 88px 1fr auto;
  min-height: 112px;
  padding: 12px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(155, 79, 52, 0.34);
  transform: translateY(-3px);
}

.menu-item img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 260ms ease;
}

.menu-item:hover img {
  transform: scale(1.08);
}

.menu-item div {
  display: grid;
  gap: 4px;
}

.menu-item strong {
  font-size: 18px;
}

.menu-item span {
  color: #574a3a;
  font-size: 14px;
}

.menu-item b {
  color: var(--rust);
  font-size: 20px;
  white-space: nowrap;
}

.menu-item .price {
  align-items: center;
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.28em;
  line-height: 1;
  unicode-bidi: isolate;
}

.riyal-symbol {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 0.82em;
  justify-content: center;
  line-height: 1;
  min-width: 0.76em;
  overflow: hidden;
  width: 0.76em;
}

.riyal-symbol-svg {
  color: currentColor;
  display: block;
  height: 100%;
  width: 100%;
}

.queue {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(11, 11, 10, 0.94), rgba(11, 11, 10, 0.68)),
    none;
  display: grid;
}

.queue-copy {
  max-width: 780px;
}

.queue-copy p {
  color: rgba(243, 234, 217, 0.78);
  font-size: clamp(17px, 2vw, 24px);
}

.queue-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.queue-rules span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 9px 14px;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.queue-rules span:hover {
  border-color: var(--gold);
  color: var(--paper);
  transform: translateY(-2px);
}

.terms-box {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 28px 0;
  max-width: 840px;
  padding: 24px 0;
}

.terms-box h3 {
  color: var(--gold);
  font-size: clamp(22px, 3vw, 36px);
  margin-bottom: 12px;
}

.terms-box p {
  color: var(--muted);
  font-size: 17px;
}

.queue-meter {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 28px;
}

.queue-meter span {
  animation: meterPulse 1.4s ease-in-out infinite;
  background: var(--gold);
  display: block;
  height: 10px;
  opacity: 0.45;
  width: 10px;
}

.queue-meter span:nth-child(2) {
  animation-delay: 160ms;
}

.queue-meter span:nth-child(3) {
  animation-delay: 320ms;
}

.queue-meter strong {
  color: var(--paper);
  font-size: 14px;
  margin-inline-start: 4px;
}

.visit {
  align-items: center;
  background: var(--night);
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(300px, 1fr) minmax(0, 0.9fr);
}

.visit-copy p {
  color: var(--muted);
  font-size: 18px;
}

.socials a {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.socials a:hover {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-3px) rotate(-2deg);
}

footer {
  align-items: center;
  background: var(--ink);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 72px);
}

footer a {
  align-items: center;
  color: var(--paper);
  display: inline-flex;
  gap: 8px;
}

.is-hidden {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal {
  filter: blur(10px);
  opacity: 0;
  transform: translateY(44px) scale(0.985);
  transition:
    filter 760ms ease,
    opacity 760ms ease,
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-stagger, 0ms);
  will-change: filter, opacity, transform;
}

.scroll-reveal.in-view {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-tile.reveal,
.menu-item.reveal,
.beans-layout article.reveal {
  transition-delay: var(--stagger, 0ms);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes meterPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .scroll-reveal {
    filter: none;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .sections-grid,
  .beans-layout,
  .menu-items,
  .split-panel,
  .visit {
    grid-template-columns: 1fr;
  }

  .section-tile {
    min-height: 210px;
  }

  .section-heading {
    align-items: start;
    display: grid;
  }

  .split-panel img,
  .visit img {
    aspect-ratio: 16 / 11;
    max-height: 560px;
  }
}

@media (max-width: 640px) {
  .section-panel {
    min-height: auto;
    padding-block: 90px;
  }

  .hero {
    min-height: 100svh;
    padding-inline: 20px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(69, 16, 12, 0.08), rgba(143, 30, 24, 0.66) 46%, rgba(69, 16, 12, 0.92)),
      linear-gradient(90deg, rgba(69, 16, 12, 0.74), rgba(143, 30, 24, 0.42), rgba(69, 16, 12, 0.74)),
      none;
  }

  .hero-content {
    padding-top: 86px;
  }

  .hero-star {
    margin-bottom: 74px;
  }

  .arabic-tagline,
  .lead {
    text-align: right;
  }

  .hero-actions {
    margin-top: 44px;
  }

  .hero-socials {
    margin-top: 28px;
  }

  .hero-socials a {
    height: 44px;
    width: 44px;
  }

  .hero-powered {
    font-size: 17px;
    margin-top: 16px;
  }

  .hero-actions,
  .action-link {
    width: 100%;
  }

  .action-link {
    justify-content: center;
  }

  .sections-grid {
    display: block;
  }

  .section-tile {
    min-height: 180px;
  }

  .hours-list div,
  .menu-item {
    align-items: start;
    grid-template-columns: 72px 1fr;
  }

  .hours-list div {
    display: grid;
  }

  .menu-item b {
    grid-column: 2;
  }
}

/* Mobile-app presentation: one screen, page-by-page navigation. */
body {
  align-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(143, 30, 24, 0.28), transparent 34%),
    #070605;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
}

.scroll-progress,
.site-header,
.drawer,
footer {
  display: none;
}

main {
  background: var(--effect-deep-red);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
  height: 100svh;
  max-height: 932px;
  max-width: 430px;
  overflow: hidden;
  position: relative;
  width: min(100vw, 430px);
}

.section-panel {
  display: none;
  inset: 0;
  min-height: 0;
  overflow: hidden auto;
  padding: 72px 22px 28px;
  position: absolute;
  scrollbar-width: thin;
  width: 100%;
}

.section-panel.active-page {
  display: grid;
}

.hero.section-panel {
  display: grid;
  overflow: hidden;
  padding: 0 22px 24px;
}

.hero:not(.active-page) {
  display: none;
}

.hero-content {
  align-self: center;
  max-width: 100%;
  padding-top: 28px;
}

.hero-star {
  height: 42px;
  margin-bottom: clamp(54px, 10vh, 86px);
  width: 42px;
}

h1 {
  font-size: clamp(58px, 19vw, 86px);
  margin-bottom: clamp(48px, 9vh, 74px);
}

.arabic-tagline {
  font-size: clamp(24px, 8vw, 36px);
  max-width: 270px;
}

.lead {
  font-size: clamp(24px, 7.4vw, 34px);
  max-width: 280px;
}

.hero-actions {
  margin-top: clamp(42px, 8vh, 72px);
}

.hero .action-link {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  min-height: 48px;
  min-width: 260px;
  width: auto;
}

.hero-socials {
  gap: 10px;
  margin-top: 28px;
}

.hero-socials a {
  height: 34px;
  width: 34px;
}

.hero-socials svg {
  height: 17px;
  width: 17px;
}

.hero-powered {
  font-size: 13px;
}

.sections-grid.section-panel {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(69, 16, 12, 0.78), rgba(12, 5, 4, 0.96)),
    none;
  gap: 10px;
  grid-template-columns: 1fr;
  justify-content: center;
  padding: 88px 18px 28px;
  transform: none;
}

.section-tile {
  align-items: center;
  border: 1px solid rgba(243, 234, 217, 0.16);
  border-radius: 999px;
  display: grid;
  gap: 12px;
  grid-template-columns: 32px 1fr;
  min-height: 54px;
  padding: 10px 18px;
}

.section-tile::after {
  display: none;
}

.section-tile::before {
  background: rgba(12, 5, 4, 0.72);
}

.section-tile span {
  font-size: 17px;
  line-height: 1.2;
}

.section-tile svg {
  height: 21px;
  width: 21px;
}

.page-back {
  align-items: center;
  background: rgba(11, 11, 10, 0.6);
  border: 1px solid rgba(243, 234, 217, 0.16);
  border-radius: 999px;
  color: var(--paper);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: fixed;
  right: calc((100vw - min(100vw, 430px)) / 2 + 18px);
  top: calc((100svh - min(92svh, 932px)) / 2 + 18px);
  width: 42px;
  z-index: 12;
}

.split-panel,
.visit,
.beans-layout,
.menu-items {
  grid-template-columns: 1fr;
}

.split-panel,
.beans,
.menu-section,
.queue,
.visit {
  align-content: start;
  gap: 20px;
}

.section-heading {
  align-items: start;
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(30px, 10vw, 44px);
}

h3 {
  font-size: 22px;
}

.split-panel img,
.visit img,
.beans-layout img {
  aspect-ratio: 16 / 11;
  height: auto;
  max-height: none;
}

.hours-list div {
  align-items: start;
  display: grid;
  gap: 4px;
  padding: 14px 0;
}

.beans-layout {
  gap: 12px;
}

.beans-layout article {
  background: rgba(255, 255, 255, 0.03);
  min-height: 0;
}

.beans-layout h3,
.beans-layout p {
  padding-inline: 16px;
}

.beans-layout h3 {
  margin-top: 16px;
}

.menu-tabs {
  margin-inline: -22px;
  padding-inline: 22px;
}

.menu-group {
  padding: 22px 0;
}

.menu-items {
  gap: 10px;
}

.menu-item {
  grid-template-columns: 64px 1fr auto;
  min-height: 88px;
  padding: 10px;
}

.menu-item span {
  line-height: 1.4;
}

.queue-copy p {
  font-size: 16px;
}

.queue-rules {
  gap: 8px;
  margin: 18px 0;
}

.queue-rules span {
  padding: 7px 10px;
}

.terms-box {
  margin: 20px 0;
  padding: 18px 0;
}

.terms-box p {
  font-size: 15px;
}

@media (min-width: 560px) {
  body {
    display: block;
  }

  main {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100svh;
    max-height: none;
    max-width: none;
    width: 100vw;
  }

  .section-panel {
    padding: clamp(90px, 8vw, 120px) clamp(42px, 7vw, 96px);
  }

  .hero.section-panel {
    padding: 0 clamp(42px, 7vw, 96px) 32px;
  }

  .hero-content {
    max-width: 760px;
    padding-top: clamp(64px, 11vh, 110px);
  }

  .hero-star {
    height: 64px;
    margin-bottom: clamp(58px, 8vh, 92px);
    width: 64px;
  }

  h1 {
    font-size: clamp(86px, 8vw, 132px);
    margin-bottom: clamp(44px, 7vh, 78px);
  }

  .arabic-tagline {
    font-size: clamp(31px, 3vw, 44px);
    max-width: 420px;
  }

  .lead {
    font-size: clamp(30px, 2.7vw, 42px);
    max-width: 420px;
  }

  .hero .action-link {
    font-size: 22px;
    min-width: 310px;
  }

  .hero-socials a {
    height: 38px;
    width: 38px;
  }

  .sections-grid.section-panel {
    gap: 18px;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    padding-inline: clamp(42px, 7vw, 120px);
  }

  .section-tile {
    align-content: end;
    border-radius: 0;
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: min(48vh, 390px);
    padding: 28px;
  }

  .section-tile::after {
    display: block;
  }

  .section-tile span {
    font-size: clamp(22px, 2.1vw, 34px);
  }

  .page-back {
    right: 28px;
    top: 28px;
  }

  .split-panel {
    align-items: center;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  }

  .visit {
    align-items: center;
    grid-template-columns: minmax(300px, 1fr) minmax(0, 0.9fr);
  }

  .beans-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-items {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .menu-item {
    grid-template-columns: 88px 1fr auto;
    min-height: 112px;
  }
}

@media (max-width: 420px) {
  main {
    max-width: none;
    width: 100vw;
  }

  .page-back {
    right: 18px;
    top: 18px;
    transform: none;
  }
}

/* Phone-sized inner pages, matching the supplied mobile references. */
main > .section-panel:not(.hero) {
  background:
    linear-gradient(180deg, rgba(62, 13, 10, 0.84), rgba(119, 25, 20, 0.58) 46%, rgba(62, 13, 10, 0.86)),
    linear-gradient(90deg, rgba(20, 4, 3, 0.82), rgba(143, 30, 24, 0.24), rgba(20, 4, 3, 0.72)),
    none;
  color: #fffaf2;
  justify-items: center;
  padding: 72px 18px 42px;
}

main > .section-panel:not(.hero)::after {
  background:
    radial-gradient(circle at 24% 9%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 31%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 66%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

main > .section-panel:not(.hero) > :not(.page-back) {
  max-width: 430px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.page-back {
  right: calc((100vw - min(100vw, 430px)) / 2 + 18px);
  top: 18px;
}

#sections.sections-grid.section-panel {
  align-content: start;
  gap: 0;
  grid-template-columns: 1fr;
  padding-top: clamp(68px, 11vh, 110px);
}

.section-pill {
  align-items: center;
  background: rgba(202, 134, 134, 0.78);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(20, 4, 3, 0.2);
  color: #fffaf2;
  display: grid;
  font-size: clamp(24px, 7vw, 36px);
  gap: 18px;
  grid-template-columns: 42px 1fr;
  justify-self: center;
  line-height: 1;
  min-height: 66px;
  padding: 12px 34px;
  width: min(100%, 330px);
}

.section-pill svg {
  height: 31px;
  width: 31px;
}

.sections-copy {
  margin-top: clamp(58px, 11vh, 112px);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.26);
}

.sections-ar {
  font-size: clamp(25px, 7.5vw, 38px);
  line-height: 1.55;
  margin-inline-start: auto;
  max-width: 330px;
  text-align: right;
}

.sections-en {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 6.6vw, 34px);
  line-height: 1.22;
  margin: 18px 0 0;
  max-width: 380px;
}

.sections-actions,
.page-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: clamp(44px, 8vh, 78px);
}

#sections .section-tile,
.page-actions .section-tile {
  background: rgba(174, 116, 116, 0.76);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(20, 4, 3, 0.18);
  color: #fffaf2;
  grid-template-columns: 54px 1fr;
  min-height: 58px;
  padding: 9px 26px;
  width: min(100%, 310px);
}

#sections .section-tile::after,
.page-actions .section-tile::after {
  display: none;
}

#sections .section-tile::before,
.page-actions .section-tile::before {
  background: transparent;
}

#sections .section-tile span,
.page-actions .section-tile span {
  font-size: clamp(22px, 6.2vw, 31px);
  font-weight: 400;
}

#sections .section-tile svg,
.page-actions .section-tile svg {
  height: 31px;
  width: 31px;
}

#sections .home-tile,
.page-actions .home-tile {
  background: rgba(32, 30, 31, 0.72);
}

.section-socials {
  margin-top: 28px;
}

#hours.hours-page {
  align-content: start;
  overflow-x: hidden;
  text-align: center;
}

.clock-face {
  aspect-ratio: 1;
  border: 5px dashed rgba(219, 62, 54, 0.88);
  border-radius: 50%;
  color: #d7473e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 5.5vw, 27px);
  font-weight: 700;
  margin: 0 auto clamp(76px, 14vh, 130px);
  max-width: 280px;
  position: relative;
  width: min(66vw, 280px);
}

.clock-face span {
  position: absolute;
  transform: translate(-50%, -50%);
}

.clock-face span:nth-child(1) { left: 50%; top: 10%; }
.clock-face span:nth-child(2) { left: 69%; top: 16%; }
.clock-face span:nth-child(3) { left: 84%; top: 31%; }
.clock-face span:nth-child(4) { left: 90%; top: 50%; }
.clock-face span:nth-child(5) { left: 84%; top: 69%; }
.clock-face span:nth-child(6) { left: 69%; top: 84%; }
.clock-face span:nth-child(7) { left: 50%; top: 90%; }
.clock-face span:nth-child(8) { left: 31%; top: 84%; }
.clock-face span:nth-child(9) { left: 16%; top: 69%; }
.clock-face span:nth-child(10) { left: 10%; top: 50%; }
.clock-face span:nth-child(11) { left: 16%; top: 31%; }
.clock-face span:nth-child(12) { left: 31%; top: 16%; }

.clock-face b,
.clock-face b::before,
.clock-face b::after {
  background: #e0453d;
  content: "";
  position: absolute;
  transform-origin: bottom center;
}

.clock-face b {
  border: 4px solid #e0453d;
  border-radius: 50%;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.clock-face b::before {
  height: 92px;
  left: 50%;
  top: -85px;
  transform: translateX(-50%) rotate(32deg);
  width: 8px;
}

.clock-face b::after {
  height: 110px;
  left: 50%;
  top: -104px;
  transform: translateX(-50%) rotate(54deg);
  width: 3px;
}

.hours-copy {
  display: grid;
  justify-items: center;
}

.hours-star {
  height: 74px;
  margin: 0 0 16px;
  width: 74px;
}

#hours h2 {
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 16vw, 92px);
  line-height: 1.03;
  margin-bottom: 34px;
}

#hours .hours-list {
  border: 0;
  display: grid;
  gap: 28px;
  justify-items: center;
  max-width: 430px;
}

#hours .hours-list div {
  border: 0;
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 0;
}

#hours .hours-list strong {
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 12vw, 66px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

#hours .hours-list strong span {
  font-family: inherit;
  font-size: 0.6em;
  margin-inline: 8px;
}

#hours .hours-list em {
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(24px, 7vw, 36px);
  font-style: normal;
  line-height: 1;
}

#hours .page-actions {
  margin-bottom: 30px;
}

#beans.beans {
  background:
    linear-gradient(180deg, rgba(31, 8, 7, 0.94), rgba(137, 29, 24, 0.48) 55%, rgba(62, 13, 10, 0.9)),
    none;
}

.crops-heading {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: 36px;
}

.crops-heading p,
.crops-heading h2 {
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 6vw, 31px);
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
}

.crops-heading h2 {
  font-family: "IBM Plex Sans Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
  text-align: right;
}

.crops-heading strong {
  letter-spacing: 0.08em;
}

.crops-star {
  height: 58px;
  margin: 0;
  width: 58px;
}

#beans .beans-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.crop-card {
  background: #fffaf8;
  border: 3px solid #c63e37;
  border-radius: 16px;
  color: #bd332d;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px 128px;
  min-height: 176px;
  overflow: hidden;
  padding: 6px;
}

.crop-info {
  align-content: center;
  display: grid;
  justify-items: center;
  padding: 8px 6px;
  text-align: center;
}

.crop-mini-star {
  font-size: 33px;
  line-height: 0.8;
}

.crop-info h3 {
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 7vw, 38px);
  line-height: 0.96;
  margin: 6px 0 8px;
}

.crop-info h3 span {
  font-family: "IBM Plex Sans Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
}

.crop-info p {
  color: currentColor;
  font-size: clamp(12px, 3.6vw, 16px);
  font-weight: 800;
  line-height: 1.18;
  margin: 2px 0;
}

.crop-info small {
  font-size: 0.85em;
}

.crop-price {
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 2px 0 6px;
}

.crop-price-wrap {
  align-items: center;
  display: grid;
  justify-items: center;
  margin: 2px 0 6px;
}

.crop-info > .crop-price.price {
  color: currentColor;
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: clamp(18px, 5vw, 24px);
  gap: 0.24em;
  line-height: 1;
  unicode-bidi: isolate;
}

.crop-price-wrap .crop-price.price {
  color: currentColor;
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: clamp(18px, 5vw, 24px);
  gap: 0.24em;
  line-height: 1;
  unicode-bidi: isolate;
}

.crop-package-size {
  border: 1px solid currentColor;
  color: currentColor;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  margin-top: 4px;
  opacity: 0.76;
  padding: 4px 7px;
}

.crop-info .discounted-price {
  align-items: center;
  justify-items: center;
  min-width: 0;
}

.crop-info .discount-badge {
  background: currentColor;
  border-color: transparent;
  color: #fffaf8;
  max-width: 150px;
}

.crop-info .price-stack {
  align-items: center;
}

.crop-info .price-stack del {
  color: currentColor;
  opacity: 0.52;
}

.crop-info .price-stack .price {
  color: currentColor;
}

.crop-alt {
  font-size: clamp(19px, 5vw, 25px) !important;
}

.crop-brown { color: #7f684b; }
.crop-blue { color: #344778; }
.crop-gray { color: #666; }

.effect-band {
  align-items: center;
  background: #c43b35;
  color: #fffaf2;
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  justify-content: center;
  line-height: 0.9;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.crop-photo {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

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

.crop-photo figcaption {
  bottom: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  left: 8px;
  position: absolute;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.55);
}

#menu.menu-section {
  background:
    linear-gradient(180deg, rgba(25, 6, 5, 0.94), rgba(139, 30, 24, 0.42) 54%, rgba(59, 12, 9, 0.92)),
    none;
  color: #fffaf2;
}

#menu .menu-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

#menu .menu-heading h2 {
  align-items: center !important;
  color: #fffaf2;
  direction: ltr !important;
  display: inline-flex !important;
  font-size: clamp(45px, 12vw, 66px);
  font-weight: 900;
  gap: 0.26em;
  justify-content: center !important;
  line-height: 1;
  margin-inline: auto !important;
  max-width: 100% !important;
  text-align: center !important;
  width: max-content !important;
}

.menu-divider {
  border-right: 3px dotted rgba(255, 250, 242, 0.9);
  height: 82px;
  margin-top: 24px;
}

#menu .menu-tabs {
  display: none;
}

#menu .menu-group {
  border: 0;
  max-width: 430px;
  padding: 0 0 26px;
  width: 100%;
}

#menu .menu-group h3 {
  color: #fffaf2;
  font-size: clamp(28px, 7.4vw, 40px);
  font-weight: 300;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  text-align: center;
}

#menu .menu-items {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

#menu .menu-item {
  background: rgba(38, 8, 6, 0.58);
  border: 0;
  border-radius: 26px;
  color: #fffaf2;
  direction: ltr;
  grid-template-columns: minmax(142px, 45%) 1fr;
  min-height: 168px;
  padding: 18px;
}

#menu .menu-item img {
  aspect-ratio: 16 / 11;
  border-radius: 16px;
  grid-row: 1 / span 2;
  height: auto;
  object-fit: cover;
}

#menu .menu-item div {
  align-content: center;
  direction: rtl;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

#menu .menu-item strong {
  color: #fffaf2;
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.15;
}

#menu .menu-item span {
  color: #fffaf2;
  font-size: clamp(22px, 5.8vw, 32px);
  font-weight: 800;
  line-height: 1.2;
}

#menu .menu-item b {
  align-self: start;
  color: rgba(255, 250, 242, 0.88);
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 8vw, 44px);
  font-weight: 300;
  grid-column: 2;
  justify-self: end;
}

@media (min-width: 560px) {
  main > .section-panel:not(.hero) {
    padding-inline: max(18px, calc((100vw - 430px) / 2));
  }

  #sections.sections-grid.section-panel,
  #beans .beans-layout,
  #menu .menu-items,
  .page-actions {
    grid-template-columns: 1fr;
  }

  #sections .section-tile,
  .page-actions .section-tile {
    align-content: center;
    border-radius: 999px;
    min-height: 58px;
    padding: 9px 26px;
  }

  .section-tile::after {
    display: none;
  }

  .section-tile span {
    font-size: clamp(22px, 6.2vw, 31px);
  }
}

/* Design system consolidation and responsive polish. */
:root {
  --font-sans: "IBM Plex Sans Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --color-bg: #080706;
  --color-surface: rgba(24, 18, 15, 0.72);
  --color-surface-strong: rgba(20, 8, 6, 0.82);
  --color-text: #fffaf2;
  --color-text-muted: rgba(255, 250, 242, 0.72);
  --color-border: rgba(255, 250, 242, 0.16);
  --color-accent: #c49a4d;
  --color-brand: #8f1e18;
  --color-brand-soft: rgba(143, 30, 24, 0.72);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 8px 20px rgba(20, 4, 3, 0.18);
  --shadow-md: 0 18px 48px rgba(20, 4, 3, 0.26);
  --motion-fast: 160ms ease;
  --motion-base: 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
  --phone-inline: 14px;
  --phone-top: max(56px, calc(env(safe-area-inset-top) + 14px));
  --phone-bottom: max(18px, calc(env(safe-area-inset-bottom) + 14px));
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
.lead,
.sections-en,
#hours h2,
#hours .hours-list strong,
.effect-band {
  letter-spacing: 0;
}

.action-link,
.icon-button,
.tab,
.section-tile,
.menu-item,
.crop-card,
.socials a,
.hero-socials a,
.page-back {
  transition:
    background var(--motion-fast),
    border-color var(--motion-fast),
    color var(--motion-fast),
    opacity var(--motion-fast),
    transform var(--motion-base);
}

.action-link,
.tab,
.section-tile,
.menu-item,
.crop-card,
.section-pill,
.terms-box {
  border-radius: var(--radius-lg);
}

.hero-socials a,
.socials a,
.icon-button,
.page-back {
  min-height: 38px;
  min-width: 38px;
}

body {
  background:
    radial-gradient(circle at 50% 14%, rgba(143, 30, 24, 0.24), transparent 34%),
    var(--color-bg);
  color: var(--color-text);
  line-height: 1.55;
}

main {
  height: 100dvh;
  max-height: none;
}

.section-panel {
  padding: var(--phone-top) var(--phone-inline) var(--phone-bottom);
  scrollbar-color: rgba(255, 250, 242, 0.34) transparent;
}

main > .section-panel:not(.hero) {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(33, 8, 7, 0.9), rgba(126, 26, 21, 0.5) 48%, rgba(33, 8, 7, 0.9)),
    linear-gradient(90deg, rgba(10, 7, 6, 0.84), rgba(143, 30, 24, 0.18), rgba(10, 7, 6, 0.74)),
    none;
  justify-items: center;
  padding: var(--phone-top) var(--phone-inline) var(--phone-bottom);
}

main > .section-panel:not(.hero)::after {
  opacity: 0.5;
}

main > .section-panel:not(.hero) > :not(.page-back) {
  max-width: 402px;
}

.page-back {
  background: rgba(10, 7, 6, 0.64);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  height: 38px;
  right: max(12px, env(safe-area-inset-right));
  top: max(12px, env(safe-area-inset-top));
  width: 38px;
}

.page-back svg {
  height: 19px;
  width: 19px;
}

.section-panel.active-page .reveal:not(.scroll-reveal) {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

#menu.menu-section,
#beans.beans {
  align-content: start;
}

#beans .crop-card.scroll-reveal {
  filter: blur(14px);
  opacity: 0;
  transform: translateY(76px) scale(0.94);
  transition:
    filter 900ms ease,
    opacity 900ms ease,
    transform 1050ms cubic-bezier(0.18, 0.9, 0.22, 1);
  transition-delay: var(--scroll-stagger, 0ms);
}

#beans .crop-card.scroll-reveal.in-view {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero.section-panel {
  padding: 0 var(--space-4) var(--phone-bottom);
}

.hero-content {
  padding-top: var(--space-3);
}

.hero-star {
  height: 34px;
  margin-bottom: clamp(28px, 5vh, 44px);
  width: 34px;
}

h1 {
  font-size: clamp(54px, 17vw, 76px);
  margin-bottom: clamp(28px, 5.8vh, 46px);
}

.arabic-tagline {
  font-size: clamp(21px, 6.2vw, 29px);
  line-height: 1.32;
  max-width: 250px;
}

.lead {
  font-size: clamp(20px, 5.8vw, 27px);
  line-height: 1.15;
  max-width: 260px;
}

.hero-actions {
  margin-top: clamp(26px, 5vh, 42px);
}

.hero .action-link,
.action-link {
  border-radius: var(--radius-pill);
  font-size: 15px;
  min-height: 42px;
  padding: 8px 16px;
}

.hero .action-link {
  min-width: min(232px, 82vw);
}

.hero-socials {
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.hero-socials a,
.socials a {
  height: 34px;
  width: 34px;
}

.hero-socials svg,
.socials svg {
  height: 17px;
  width: 17px;
}

.hero-powered {
  font-size: 12px;
  margin-top: var(--space-3);
}

.side-next {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  height: 56px;
  width: 36px;
}

#sections.sections-grid.section-panel {
  gap: 0;
  padding-top: var(--phone-top);
}

.section-pill {
  background: rgba(159, 66, 61, 0.76);
  box-shadow: var(--shadow-sm);
  font-size: clamp(18px, 5.3vw, 23px);
  gap: var(--space-3);
  grid-template-columns: 28px 1fr;
  min-height: 48px;
  padding: 9px 18px;
  width: min(100%, 286px);
}

.section-pill svg {
  height: 23px;
  width: 23px;
}

.sections-copy {
  margin-top: clamp(24px, 5vh, 42px);
}

.sections-ar {
  font-size: clamp(19px, 5.4vw, 25px);
  line-height: 1.45;
  max-width: 280px;
}

.sections-en {
  font-size: clamp(17px, 4.9vw, 23px);
  line-height: 1.22;
  margin-top: var(--space-3);
}

.sections-actions,
.page-actions {
  gap: var(--space-2);
  margin-top: clamp(22px, 4.5vh, 36px);
}

#sections .section-tile,
.page-actions .section-tile,
.section-tile {
  border-radius: var(--radius-pill);
  min-height: 46px;
  padding: 8px 15px;
}

#sections .section-tile,
.page-actions .section-tile {
  background: rgba(159, 66, 61, 0.78);
  box-shadow: var(--shadow-sm);
  grid-template-columns: 34px minmax(0, 1fr);
  width: min(100%, 286px);
}

#sections .home-tile,
.page-actions .home-tile {
  background: rgba(20, 18, 18, 0.78);
}

#sections .section-tile span,
.page-actions .section-tile span,
.section-tile span {
  font-size: clamp(15px, 4.4vw, 18px);
  font-weight: 650;
  line-height: 1.2;
}

#sections .section-tile svg,
.page-actions .section-tile svg,
.section-tile svg {
  height: 21px;
  width: 21px;
}

.section-socials {
  margin-top: var(--space-4);
}

.clock-face {
  border-width: 3px;
  font-size: clamp(13px, 3.8vw, 17px);
  margin-bottom: clamp(26px, 5vh, 38px);
  max-width: 180px;
  width: min(46vw, 180px);
}

.clock-face b {
  border-width: 3px;
  height: 17px;
  width: 17px;
}

.clock-face b::before {
  height: 58px;
  top: -54px;
  width: 5px;
}

.clock-face b::after {
  height: 70px;
  top: -66px;
  width: 2px;
}

.hours-star {
  height: 42px;
  margin-bottom: var(--space-2);
  width: 42px;
}

#hours h2 {
  font-size: clamp(34px, 10vw, 48px);
  margin-bottom: var(--space-4);
}

#hours .hours-list {
  gap: var(--space-4);
}

#hours .hours-list strong {
  font-size: clamp(27px, 7.6vw, 37px);
}

#hours .hours-list strong span {
  margin-inline: var(--space-1);
}

#hours .hours-list em {
  font-size: clamp(16px, 4.5vw, 21px);
}

#hours .page-actions {
  margin-bottom: 0;
}

.crops-heading {
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.crops-heading p,
.crops-heading h2 {
  font-size: clamp(15px, 4.2vw, 20px);
}

.crops-star {
  height: 34px;
  width: 34px;
}

#beans .beans-layout {
  gap: var(--space-3);
}

.crop-card {
  border-radius: var(--radius-md);
  border-width: 2px;
  grid-template-columns: minmax(0, 1fr) 32px 86px;
  min-height: 128px;
  padding: var(--space-1);
}

.crop-info {
  padding: var(--space-1);
}

.crop-mini-star {
  font-size: 20px;
}

.crop-info h3 {
  font-size: clamp(19px, 5.3vw, 26px);
  margin: 3px 0 5px;
}

.crop-info p {
  font-size: clamp(10px, 2.7vw, 12px);
  line-height: 1.15;
}

.crop-info small {
  font-size: 0.8em;
}

.crop-alt {
  font-size: clamp(14px, 4vw, 18px) !important;
}

.effect-band {
  font-size: 22px;
}

.crop-photo figcaption {
  bottom: 6px;
  font-size: 10px;
  left: 6px;
}

#menu .menu-heading {
  margin-bottom: var(--space-4);
}

#menu .menu-heading h2 {
  font-size: clamp(31px, 9vw, 43px);
}

.menu-divider {
  border-right-width: 2px;
  height: 40px;
  margin-top: var(--space-3);
}

#menu .menu-group {
  padding-bottom: var(--space-5);
}

#menu .menu-group h3 {
  font-size: clamp(19px, 5.3vw, 25px);
  margin-bottom: var(--space-3);
}

#menu .menu-items {
  gap: var(--space-2);
}

#menu .menu-item {
  align-items: center;
  background: rgba(22, 8, 6, 0.66);
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-radius: var(--radius-lg);
  direction: rtl;
  gap: var(--space-2);
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 74px;
  padding: var(--space-2);
}

#menu .menu-item img {
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  grid-column: 1;
  grid-row: auto;
  height: 58px;
  width: 58px;
}

#menu .menu-item div {
  align-content: center;
  direction: rtl;
  gap: 2px;
  justify-items: start;
  min-width: 0;
  text-align: right;
}

#menu .menu-item strong {
  font-size: 15px;
  line-height: 1.2;
}

#menu .menu-item span {
  color: rgba(255, 250, 242, 0.78);
  display: -webkit-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#menu .menu-item b {
  align-self: center;
  font-size: 20px;
  grid-column: 3;
  grid-row: auto;
  justify-self: end;
  min-width: 42px;
}

#queue.queue {
  align-content: center;
}

.queue-copy {
  max-width: 402px;
}

.queue-copy h2 {
  font-size: clamp(24px, 6.6vw, 33px);
  line-height: 1.18;
  margin-bottom: var(--space-3);
}

.queue-copy p {
  font-size: 14px;
  line-height: 1.7;
}

.queue-rules {
  gap: var(--space-2);
  margin: var(--space-4) 0;
}

.queue-rules span {
  border-radius: var(--radius-pill);
  font-size: 12px;
  padding: 6px 9px;
}

.terms-box {
  background: rgba(10, 7, 6, 0.24);
  border: 1px solid var(--color-border);
  margin: var(--space-4) 0;
  padding: var(--space-4);
}

.terms-box h3 {
  font-size: 18px;
  margin-bottom: var(--space-2);
}

.terms-box p {
  font-size: 13px;
}

.queue-meter {
  margin-bottom: var(--space-4);
}

.queue-meter span {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.visit {
  gap: var(--space-4);
}

.visit img {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  max-height: 190px;
}

.visit-copy p {
  font-size: 14px;
}

@media (max-height: 740px) and (max-width: 559px) {
  :root {
    --phone-top: max(48px, calc(env(safe-area-inset-top) + 10px));
    --phone-bottom: max(12px, calc(env(safe-area-inset-bottom) + 10px));
  }

  .hero-star {
    margin-bottom: 24px;
  }

  h1 {
    margin-bottom: 24px;
  }

  .sections-copy {
    margin-top: 18px;
  }

  .sections-actions,
  .page-actions {
    margin-top: 18px;
  }

  .clock-face {
    max-width: 150px;
  }

  #hours .hours-list {
    gap: var(--space-3);
  }

  #menu .menu-item {
    min-height: 68px;
  }
}

@media (min-width: 560px) {
  :root {
    --phone-inline: 22px;
    --phone-top: 72px;
    --phone-bottom: 28px;
  }

  main > .section-panel:not(.hero) > :not(.page-back) {
    max-width: min(100%, 460px);
  }

  .hero-star {
    height: 56px;
    width: 56px;
  }

  h1 {
    font-size: clamp(82px, 11vw, 128px);
  }

  .arabic-tagline {
    font-size: clamp(30px, 4.2vw, 42px);
    max-width: 410px;
  }

  .lead {
    font-size: clamp(28px, 3.8vw, 40px);
    max-width: 410px;
  }
}

@media (min-width: 981px) {
  :root {
    --phone-inline: clamp(40px, 6vw, 96px);
    --phone-top: clamp(76px, 8vh, 108px);
    --phone-bottom: clamp(34px, 5vh, 58px);
  }

  body {
    display: block;
  }

  main {
    box-shadow: none;
    max-width: none;
    width: 100vw;
  }

  main > .section-panel:not(.hero) {
    align-content: center;
    padding: var(--phone-top) var(--phone-inline) var(--phone-bottom);
  }

  main > .section-panel:not(.hero) > :not(.page-back) {
    max-width: min(1180px, 100%);
  }

  .page-back {
    height: 44px;
    right: var(--space-7);
    top: var(--space-7);
    width: 44px;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-star {
    height: 72px;
    margin-bottom: clamp(44px, 7vh, 72px);
    width: 72px;
  }

  h1 {
    font-size: clamp(112px, 10vw, 168px);
    margin-bottom: clamp(36px, 6vh, 64px);
  }

  .arabic-tagline {
    font-size: clamp(38px, 4vw, 60px);
    max-width: 560px;
  }

  .lead {
    font-size: clamp(36px, 3.6vw, 56px);
    max-width: 560px;
  }

  .hero .action-link {
    font-size: 20px;
    min-height: 52px;
    min-width: 300px;
  }

  .hero-socials a,
  .socials a {
    height: 42px;
    width: 42px;
  }

  #sections.sections-grid.section-panel {
    align-content: center;
    column-gap: clamp(30px, 5vw, 72px);
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    row-gap: var(--space-5);
  }

  .section-pill {
    justify-self: start;
    width: min(100%, 320px);
  }

  .sections-copy {
    margin-top: var(--space-3);
  }

  .sections-ar {
    font-size: clamp(26px, 2.3vw, 36px);
    max-width: 360px;
  }

  .sections-en {
    font-size: clamp(22px, 2vw, 30px);
  }

  .sections-actions {
    align-self: stretch;
    display: grid;
    gap: var(--space-4);
    grid-column: 2;
    grid-row: 1 / span 4;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  #sections .section-tile {
    align-content: end;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    grid-template-columns: 1fr;
    min-height: clamp(150px, 24vh, 240px);
    padding: var(--space-5);
    width: 100%;
  }

  #sections .section-tile::before {
    background: linear-gradient(0deg, rgba(10, 7, 6, 0.88), rgba(10, 7, 6, 0.18));
  }

  #sections .section-tile::after {
    display: block;
  }

  #sections .section-tile span {
    font-size: clamp(20px, 1.7vw, 28px);
  }

  .section-socials {
    justify-content: flex-start;
  }

  #hours.hours-page {
    align-items: center;
    column-gap: clamp(48px, 8vw, 120px);
    grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
    text-align: right;
  }

  .clock-face {
    justify-self: center;
    max-width: 260px;
    width: min(28vw, 260px);
  }

  .clock-face b::before {
    height: 86px;
    top: -80px;
  }

  .clock-face b::after {
    height: 106px;
    top: -100px;
  }

  .hours-copy {
    justify-items: start;
  }

  #hours h2 {
    font-size: clamp(56px, 6vw, 86px);
  }

  #hours .hours-list {
    align-items: start;
    gap: var(--space-5);
  }

  #hours .hours-list div {
    justify-items: start;
  }

  #hours .hours-list strong {
    font-size: clamp(36px, 4vw, 56px);
  }

  #hours .hours-list em {
    font-size: clamp(18px, 1.8vw, 25px);
  }

  #hours .page-actions {
    grid-column: 2;
    justify-items: start;
    margin-top: var(--space-6);
  }

  .crops-heading {
    margin-inline: auto;
    max-width: min(100%, 980px);
  }

  .crops-heading p,
  .crops-heading h2 {
    font-size: clamp(24px, 2.3vw, 34px);
  }

  .crops-star {
    height: 54px;
    width: 54px;
  }

  #beans .beans-layout {
    gap: var(--space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crop-card {
    grid-template-columns: minmax(0, 1fr) 42px 128px;
    min-height: 172px;
  }

  .crop-mini-star {
    font-size: 28px;
  }

  .crop-info h3 {
    font-size: clamp(25px, 2.5vw, 36px);
  }

  .crop-info p {
    font-size: 14px;
  }

  .effect-band {
    font-size: 30px;
  }

  #menu .menu-heading {
    justify-items: start;
    margin-inline: auto;
    max-width: min(1180px, 100%);
    text-align: right;
  }

  #menu .menu-heading h2 {
    font-size: clamp(48px, 5vw, 72px);
  }

  #menu .menu-tabs {
    display: flex;
    margin-inline: auto;
    max-width: min(1180px, 100%);
    padding-inline: 0;
  }

  #menu .menu-group {
    margin-inline: auto;
    max-width: min(1180px, 100%);
  }

  #menu .menu-group h3 {
    font-size: clamp(26px, 2.4vw, 38px);
    text-align: right;
  }

  #menu .menu-items {
    gap: var(--space-3);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #menu .menu-item {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    min-height: 96px;
    padding: var(--space-3);
  }

  #menu .menu-item img {
    height: 76px;
    width: 76px;
  }

  #menu .menu-item strong {
    font-size: 18px;
  }

  #menu .menu-item span {
    font-size: 14px;
  }

  #menu .menu-item b {
    font-size: 24px;
  }

  #queue.queue {
    justify-items: start;
  }

  .queue-copy {
    max-width: 760px;
  }

  .queue-copy h2 {
    font-size: clamp(44px, 4.8vw, 70px);
  }

  .queue-copy p {
    font-size: 18px;
  }

  .terms-box p {
    font-size: 16px;
  }

  .visit {
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 0.9fr);
  }

  .visit img {
    aspect-ratio: 4 / 3;
    max-height: 560px;
  }

  .visit-copy p {
    font-size: 18px;
  }
}

#hours .clock-face {
  max-width: 180px;
  width: min(46vw, 180px);
}

#sections .section-pill {
  width: min(100%, 286px);
}

#hours .clock-face {
  margin-bottom: var(--space-6);
}

#hours .page-actions {
  margin-top: var(--space-3);
}

#hours .hours-list {
  width: min(100%, 310px);
}

#hours .hours-list div {
  grid-template-columns: 1fr;
}

#hours .hours-list strong {
  direction: ltr;
  font-size: clamp(25px, 6.7vw, 33px);
  unicode-bidi: isolate;
  white-space: nowrap;
}

#hours .hours-list strong span {
  direction: rtl;
  display: inline-block;
  unicode-bidi: isolate;
}

#beans.beans {
  gap: var(--space-2);
}

#beans .beans-layout {
  gap: var(--space-2);
}

#beans .crop-card {
  background: rgba(255, 250, 248, 0.94);
  border-color: rgba(198, 62, 55, 0.82);
  box-shadow: var(--shadow-sm);
  grid-template-columns: minmax(0, 1fr) 28px 76px;
  min-height: 118px;
}

#beans .crop-mini-star {
  font-size: 18px;
}

#beans .crop-info h3 {
  font-size: clamp(17px, 4.8vw, 23px);
}

#beans .crop-info p {
  font-size: clamp(9px, 2.5vw, 11px);
}

#beans .crop-alt {
  font-size: clamp(13px, 3.6vw, 16px) !important;
}

#beans .effect-band {
  font-size: 19px;
}

#menu .menu-tabs {
  align-items: center;
  display: flex;
  gap: 6px;
  margin: 0 auto var(--space-3);
  max-width: 402px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 42px;
  padding: 0 2px var(--space-2);
  scrollbar-width: none;
}

#menu .menu-tabs::-webkit-scrollbar {
  display: none;
}

#menu .tab {
  background: rgba(10, 7, 6, 0.62);
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: var(--radius-pill);
  color: var(--color-text);
  flex: 0 0 auto;
  font-size: 12px;
  min-height: 34px;
  padding: 6px 12px;
}

#menu .tab.active {
  background: var(--color-text);
  border-color: var(--color-text);
  color: #220705;
}

#menu .menu-item {
  background: rgba(12, 7, 5, 0.84);
  border-color: rgba(255, 250, 242, 0.16);
  box-shadow: var(--shadow-sm);
}

#menu .menu-item span {
  color: rgba(255, 250, 242, 0.84);
}

#menu .menu-item b {
  color: rgba(255, 250, 242, 0.96);
}

#menu .menu-group h3 {
  font-weight: 650;
}

@media (max-height: 740px) and (max-width: 559px) {
  #hours .clock-face {
    max-width: 150px;
    width: min(42vw, 150px);
  }
}

@media (min-width: 900px) {
  #hours .clock-face {
    margin-bottom: clamp(26px, 5vh, 38px);
    max-width: 260px;
    width: min(28vw, 260px);
  }

  #sections .section-pill {
    width: min(100%, 320px);
  }

  #hours .page-actions {
    margin-top: var(--space-6);
  }

  #hours .hours-list {
    width: min(100%, 520px);
  }

  #hours .hours-list strong {
    font-size: clamp(36px, 4vw, 56px);
  }

  #beans.beans {
    gap: var(--space-4);
  }

  #beans .beans-layout {
    gap: var(--space-4);
  }

  #beans .crop-card {
    grid-template-columns: minmax(0, 1fr) 42px 128px;
    min-height: 172px;
  }

  #beans .crop-mini-star {
    font-size: 28px;
  }

  #beans .crop-info h3 {
    font-size: clamp(25px, 2.5vw, 36px);
  }

  #beans .crop-info p {
    font-size: 14px;
  }

  #beans .crop-alt {
    font-size: clamp(14px, 4vw, 18px) !important;
  }

  #beans .effect-band {
    font-size: 30px;
  }

  #menu .menu-tabs {
    gap: var(--space-2);
    margin: 0 auto var(--space-5);
    max-width: min(1180px, 100%);
    min-height: 50px;
    padding: 0 0 var(--space-2);
  }

  #menu .tab {
    font-size: 14px;
    min-height: 42px;
    padding: 8px 16px;
  }
}

.section-panel.active-page,
.section-panel.leaving-page {
  backface-visibility: hidden;
  display: grid;
  transform-origin: center center;
  will-change: opacity, transform;
}

.section-panel.active-page {
  animation: pageSoftEnter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: auto;
  z-index: 2;
}

.section-panel.leaving-page {
  animation: pageSoftLeave 480ms cubic-bezier(0.4, 0, 0.2, 1) both;
  pointer-events: none;
  z-index: 1;
}

.section-panel.active-page :is(
  .hero-content > :not(.hero-star),
  .section-pill,
  .sections-copy > *,
  .sections-actions > *,
  .section-socials > *,
  .clock-face,
  .hours-copy > :not(.hero-star):not(.hours-list),
  .hours-list > *,
  .page-actions > *,
  .crops-heading > :not(.hero-star),
  .section-heading > *,
  .menu-tabs,
  .queue-copy > *,
  .visit-copy > *
) {
  animation: pageElementSlideUp 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--item-delay, 70ms) both;
  transform-origin: center top;
  will-change: filter, opacity, transform;
}

.section-panel.active-page .hero-star {
  animation: pageStarSlideUp 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--item-delay, 70ms) both;
  will-change: filter, opacity, transform;
}

.section-panel.active-page.visit > img {
  animation: pageElementSlideUp 780ms cubic-bezier(0.22, 1, 0.36, 1) 70ms both;
  transform-origin: center center;
  will-change: filter, opacity, transform;
}

.section-panel.active-page :is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .section-heading,
  .menu-group,
  .menu-items,
  .queue-copy,
  .visit-copy
) > :nth-child(1) {
  --item-delay: 70ms;
}

.section-panel.active-page :is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .section-heading,
  .menu-group,
  .menu-items,
  .queue-copy,
  .visit-copy
) > :nth-child(2) {
  --item-delay: 130ms;
}

.section-panel.active-page :is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .section-heading,
  .menu-group,
  .menu-items,
  .queue-copy,
  .visit-copy
) > :nth-child(3) {
  --item-delay: 190ms;
}

.section-panel.active-page :is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .section-heading,
  .menu-group,
  .menu-items,
  .queue-copy,
  .visit-copy
) > :nth-child(4) {
  --item-delay: 250ms;
}

.section-panel.active-page :is(
  .hero-content,
  .sections-copy,
  .sections-actions,
  .section-socials,
  .hours-copy,
  .hours-list,
  .page-actions,
  .crops-heading,
  .beans-layout,
  .section-heading,
  .menu-group,
  .menu-items,
  .queue-copy,
  .visit-copy
) > :nth-child(n + 5) {
  --item-delay: 310ms;
}

@keyframes pageSoftEnter {
  0% {
    opacity: 0;
    transform: scale(1.018);
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pageSoftLeave {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes pageElementSlideUp {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(34px) scale(1.025);
  }

  48% {
    filter: blur(3px);
    opacity: 1;
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pageStarSlideUp {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(34px) scale(1.025) rotate(45deg);
  }

  48% {
    filter: blur(3px);
    opacity: 1;
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-panel.active-page,
  .section-panel.leaving-page,
  .section-panel.active-page :is(
    .hero-content > *,
    .section-pill,
    .sections-copy > *,
    .sections-actions > *,
    .section-socials > *,
    .clock-face,
    .hours-copy > *,
    .hours-list > *,
    .page-actions > *,
    .crops-heading > *,
    .beans-layout > *,
    .section-heading > *,
    .menu-tabs,
    .menu-group > h3,
    .menu-item,
    .queue-copy > *,
    .visit-copy > *
  ),
  .section-panel.active-page.visit > img {
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

@media (min-width: 560px) {
  body {
    align-items: center;
    display: grid;
    justify-items: center;
    overflow: hidden;
  }

  main {
    aspect-ratio: 1080 / 1920;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
    height: min(100dvh, 1920px);
    max-height: 100dvh;
    max-width: min(100vw, calc(100dvh * 1080 / 1920));
    width: min(100vw, calc(100dvh * 1080 / 1920));
  }

  .section-panel {
    min-height: 0;
    padding: 72px 22px 28px;
  }

  .hero.section-panel {
    padding: 0 22px 24px;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 28px;
  }

  .hero-star {
    height: 42px;
    margin-bottom: clamp(54px, 10vh, 86px);
    width: 42px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 86px);
    margin-bottom: clamp(48px, 9vh, 74px);
  }

  .arabic-tagline {
    font-size: clamp(24px, 8vw, 36px);
    max-width: 270px;
  }

  .lead {
    font-size: clamp(24px, 7.4vw, 34px);
    max-width: 280px;
  }

  .hero .action-link {
    font-size: 20px;
    min-height: 48px;
    min-width: 260px;
    width: auto;
  }

  .hero-socials a {
    height: 34px;
    width: 34px;
  }

  .sections-grid.section-panel,
  .split-panel,
  .visit,
  .beans-layout,
  .menu-items,
  #beans .beans-layout,
  #menu .menu-items,
  #sections.sections-grid.section-panel,
  #hours.hours-page {
    grid-template-columns: 1fr;
  }

  .sections-grid.section-panel,
  #sections.sections-grid.section-panel {
    gap: 10px;
    padding: 88px 18px 28px;
  }

  .section-pill,
  .sections-copy,
  .sections-actions,
  .section-socials,
  #hours .page-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .section-pill {
    justify-self: center;
    width: min(100%, 330px);
  }

  .sections-copy {
    margin-top: clamp(58px, 11vh, 112px);
  }

  .sections-actions,
  .page-actions {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: clamp(44px, 8vh, 78px);
  }

  .section-tile {
    border-radius: 999px;
    gap: 12px;
    grid-template-columns: 32px 1fr;
    min-height: 54px;
    padding: 10px 18px;
  }

  .section-tile::after {
    display: none;
  }

  .section-tile span {
    font-size: 17px;
    line-height: 1.2;
  }

  .section-tile svg {
    height: 21px;
    width: 21px;
  }

  #sections .section-tile,
  .page-actions .section-tile {
    align-content: center;
    grid-template-columns: 54px 1fr;
    min-height: 58px;
    padding: 9px 26px;
    width: min(100%, 310px);
  }

  #sections .section-tile::before,
  .page-actions .section-tile::before {
    background: transparent;
  }

  #sections .section-tile span,
  .page-actions .section-tile span {
    font-size: clamp(22px, 6.2vw, 31px);
    font-weight: 400;
  }

  #sections .section-tile svg,
  .page-actions .section-tile svg {
    height: 31px;
    width: 31px;
  }

  .page-back {
    right: 18px;
    top: 18px;
    transform: none;
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  h3 {
    font-size: 22px;
  }

  .split-panel img,
  .visit img,
  .beans-layout img {
    aspect-ratio: 16 / 11;
    height: auto;
    max-height: none;
  }

  .hours-list div {
    align-items: start;
    display: grid;
    gap: 4px;
    padding: 14px 0;
  }

  .hours-copy,
  #hours .hours-list div,
  #hours .page-actions {
    justify-items: center;
  }

  #hours .page-actions {
    margin-top: clamp(44px, 8vh, 78px);
  }

  #hours .hours-list {
    width: min(100%, 430px);
  }

  .beans-layout {
    gap: 12px;
  }

  .beans-layout article {
    background: rgba(255, 255, 255, 0.03);
    min-height: 0;
  }

  .beans-layout h3,
  .beans-layout p {
    padding-inline: 16px;
  }

  .beans-layout h3 {
    margin-top: 16px;
  }

  #beans .crop-card {
    grid-template-columns: minmax(0, 1fr) 46px 128px;
    min-height: 176px;
    padding: 6px;
  }

  #beans .crop-mini-star {
    font-size: 33px;
  }

  #beans .crop-info h3 {
    font-size: clamp(25px, 7vw, 38px);
    margin: 6px 0 8px;
  }

  #beans .crop-info p {
    font-size: clamp(12px, 3.6vw, 16px);
  }

  #beans .crop-alt {
    font-size: clamp(19px, 5vw, 25px) !important;
  }

  #beans .effect-band {
    font-size: 32px;
  }

  .menu-tabs {
    margin-inline: -22px;
    padding-inline: 22px;
  }

  .menu-group {
    padding: 22px 0;
  }

  .menu-items {
    gap: 10px;
  }

  .menu-item {
    grid-template-columns: 64px 1fr auto;
    min-height: 88px;
    padding: 10px;
  }

  #menu .menu-heading {
    justify-items: center;
    margin-bottom: 28px;
    text-align: center;
  }

  #menu .menu-heading h2 {
    font-size: clamp(45px, 12vw, 66px);
  }

  #menu .menu-group {
    max-width: 430px;
    padding: 0 0 26px;
    width: 100%;
  }

  #menu .menu-group h3 {
    font-size: clamp(28px, 7.4vw, 40px);
    font-weight: 300;
    text-align: center;
  }

  #menu .menu-item {
    border-radius: 26px;
    grid-template-columns: minmax(142px, 45%) 1fr;
    min-height: 168px;
    padding: 18px;
  }

  #menu .menu-item img {
    aspect-ratio: 16 / 11;
    border-radius: 16px;
    grid-row: 1 / span 2;
    height: auto;
    width: auto;
  }

  #menu .menu-item div {
    gap: 6px;
    justify-items: end;
    text-align: right;
  }

  #menu .menu-item strong {
    font-size: clamp(24px, 6vw, 34px);
  }

  #menu .menu-item span {
    font-size: clamp(22px, 5.8vw, 32px);
    line-height: 1.2;
  }

  #menu .menu-item b {
    align-self: start;
    font-size: clamp(34px, 8vw, 44px);
    grid-column: 2;
    justify-self: end;
  }

  .queue-copy p {
    font-size: 16px;
  }

  .queue-rules {
    gap: 8px;
    margin: 18px 0;
  }

  .queue-rules span {
    padding: 7px 10px;
  }

  .terms-box {
    margin: 20px 0;
    padding: 18px 0;
  }

  .terms-box p {
    font-size: 15px;
  }
}

@media (min-width: 981px) {
  body {
    display: block;
    overflow: hidden;
  }

  main {
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
    height: 100dvh;
    max-height: none;
    max-width: none;
    width: 100vw;
  }
}

/* Final site identity override. */
#sections.sections-grid.section-panel {
  align-content: start;
}

main > .section-panel:not(.hero) {
  color: var(--brand-cream);
}

:root {
  --brand-teal: #006b6e;
  --brand-teal-deep: #004b4d;
  --brand-teal-dark: #003638;
  --brand-teal-soft: rgba(0, 107, 110, 0.78);
  --brand-cream: #fffde7;
  --brand-cream-muted: rgba(255, 253, 231, 0.78);
  --brand-line: rgba(255, 253, 231, 0.18);
  --brand-ink: #063234;
  --ink: #063234;
  --night: #003638;
  --panel: rgba(0, 75, 77, 0.82);
  --paper: #fffde7;
  --muted: rgba(255, 253, 231, 0.74);
  --gold: #fffde7;
  --olive: #006b6e;
  --rust: #006b6e;
  --effect-red: #006b6e;
  --effect-deep-red: #004b4d;
  --line: rgba(255, 253, 231, 0.18);
  --shadow: 0 24px 80px rgba(0, 54, 56, 0.36);
  --color-bg: #003638;
  --color-surface: rgba(0, 75, 77, 0.76);
  --color-surface-strong: rgba(0, 54, 56, 0.86);
  --color-text: #fffde7;
  --color-text-muted: rgba(255, 253, 231, 0.76);
  --color-border: rgba(255, 253, 231, 0.18);
  --color-accent: #fffde7;
  --color-brand: #006b6e;
  --color-brand-soft: rgba(0, 107, 110, 0.78);
  --shadow-sm: 0 8px 20px rgba(0, 54, 56, 0.2);
  --shadow-md: 0 18px 48px rgba(0, 54, 56, 0.28);
}

body {
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 253, 231, 0.16), transparent 34%),
    var(--brand-teal-dark);
  color: var(--brand-cream);
}

main {
  background: var(--brand-teal);
}

.site-header,
.site-header.is-scrolled,
.drawer,
footer,
.section-tile::before,
#sections .home-tile,
.page-actions .home-tile {
  background: rgba(0, 54, 56, 0.86);
}

.scroll-progress {
  background: linear-gradient(90deg, var(--brand-cream), var(--brand-teal));
}

.brand-mark small,
.desktop-nav a:hover,
.icon-button:hover,
.drawer a:hover,
.eyebrow,
.terms-box h3 {
  color: var(--brand-cream);
}

.desktop-nav a::after,
.queue-meter span {
  background: var(--brand-cream);
}

.icon-button:hover,
.queue-rules span:hover {
  border-color: var(--brand-cream);
}

.hero,
.hero.section-panel,
main > .section-panel:not(.hero),
#sections.sections-grid.section-panel,
#beans.beans,
#menu.menu-section,
#queue.queue {
  background:
    linear-gradient(180deg, rgba(0, 75, 77, 0.9), rgba(0, 107, 110, 0.62) 48%, rgba(0, 54, 56, 0.94)),
    linear-gradient(90deg, rgba(0, 54, 56, 0.86), rgba(255, 253, 231, 0.08), rgba(0, 54, 56, 0.76)),
    none;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(0, 75, 77, 0.18), rgba(0, 107, 110, 0.68) 46%, rgba(0, 54, 56, 0.94)),
    linear-gradient(90deg, rgba(0, 54, 56, 0.76), rgba(0, 107, 110, 0.45), rgba(0, 54, 56, 0.78)),
    none;
}

.hero::after,
main > .section-panel:not(.hero)::after {
  background:
    radial-gradient(circle at 24% 9%, rgba(255, 253, 231, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 253, 231, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 31%, rgba(255, 253, 231, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 66%, rgba(255, 253, 231, 0.72) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(0, 54, 56, 0.48), rgba(0, 107, 110, 0.08) 48%, rgba(0, 54, 56, 0.72));
}

h1,
.lead,
.arabic-tagline,
#hours h2,
#hours .hours-list strong,
#hours .hours-list em,
.crops-heading p,
.crops-heading h2,
#menu .menu-heading h2,
#menu .menu-group h3,
#menu .menu-item strong,
#menu .menu-item span,
#menu .menu-item b,
.queue-meter strong {
  color: var(--brand-cream);
}

.hero .action-link,
.hero .action-link.primary,
.hero .action-link:hover,
#menu .menu-item,
.terms-box,
.page-back {
  background: rgba(0, 54, 56, 0.66);
  border-color: var(--brand-line);
  color: var(--brand-cream);
}

.action-link.primary,
.action-link:hover,
#menu .tab.active,
.hero-socials a:hover,
.socials a:hover {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.hero-socials a {
  background: var(--brand-cream);
  color: var(--brand-teal);
}

.hero-powered,
.queue-copy p,
.terms-box p,
.visit-copy p,
#menu .menu-item span {
  color: var(--brand-cream-muted);
}

.section-pill,
#sections .section-tile,
.page-actions .section-tile {
  background: rgba(0, 107, 110, 0.82);
  box-shadow: 0 10px 28px rgba(0, 54, 56, 0.2);
  color: var(--brand-cream);
}

#sections .section-tile::before,
.page-actions .section-tile::before {
  background: transparent;
}

.section-tile:hover {
  border-color: rgba(255, 253, 231, 0.48);
}

.clock-face {
  border-color: rgba(255, 253, 231, 0.88);
  color: var(--brand-cream);
}

.clock-face b,
.clock-face b::before,
.clock-face b::after {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
}

#beans .crop-card,
.crop-card {
  background: rgba(255, 253, 231, 0.96);
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.crop-brown,
.crop-blue,
.crop-gray {
  color: var(--brand-teal);
}

.effect-band,
#beans .effect-band {
  background: var(--brand-teal);
  color: var(--brand-cream);
}

#menu .tab {
  background: rgba(0, 54, 56, 0.64);
  border-color: var(--brand-line);
  color: var(--brand-cream);
}

/* Admin dashboard final cascade lives here. */
.hero-actions .admin-entry {
  background: rgba(0, 54, 56, 0.46);
  border: 1px solid var(--brand-line);
  color: var(--brand-cream);
  min-width: min(232px, 82vw);
}

.admin-tile {
  background: rgba(255, 253, 231, 0.18) !important;
}

#admin.admin-panel {
  align-content: start;
  color: var(--brand-cream);
}

.admin-shell {
  display: grid;
  gap: 14px;
  max-width: 402px !important;
  width: 100%;
}

.admin-head {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-head .eyebrow,
.admin-head h2 {
  grid-column: 1;
}

.admin-head h2 {
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1.1;
  margin: 0;
}

.admin-head .admin-ghost {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.admin-tabs {
  display: flex;
  gap: 7px;
  margin-inline: -4px;
  overflow-x: auto;
  padding: 2px 4px 8px;
  scrollbar-width: none;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tab,
.admin-primary,
.admin-ghost,
.admin-row button {
  align-items: center;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 180ms ease;
}

.admin-tab {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
  flex: 0 0 auto;
  font-size: 13px;
  padding: 7px 13px;
}

.admin-tab.is-active,
.admin-primary {
  background: var(--brand-cream);
  border-color: var(--brand-cream);
  color: var(--brand-teal-dark);
}

.admin-panel-tab {
  display: none;
}

.admin-panel-tab.is-active {
  display: grid;
  gap: 12px;
}

.admin-card {
  background: rgba(0, 54, 56, 0.72);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 11px;
  padding: 14px;
}

.admin-card-title {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
}

.admin-card-title svg {
  height: 21px;
  width: 21px;
}

.admin-card h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.admin-card label {
  color: var(--brand-cream-muted);
  display: grid;
  font-size: 12px;
  gap: 5px;
}

.admin-card input,
.admin-card textarea,
.admin-card select {
  background: rgba(255, 253, 231, 0.96);
  border: 1px solid rgba(255, 253, 231, 0.26);
  border-radius: 8px;
  color: var(--brand-teal-dark);
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  outline: 0;
  padding: 8px 10px;
  width: 100%;
}

.admin-card textarea {
  line-height: 1.5;
  min-height: 86px;
  resize: vertical;
}

.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus {
  border-color: var(--brand-cream);
  box-shadow: 0 0 0 3px rgba(255, 253, 231, 0.18);
}

.admin-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-primary,
.admin-ghost {
  font-size: 13px;
  padding: 8px 13px;
}

.admin-ghost {
  background: rgba(0, 54, 56, 0.58);
  color: var(--brand-cream);
}

.admin-primary:hover,
.admin-ghost:hover,
.admin-tab:hover,
.admin-row button:hover {
  transform: translateY(-1px);
}

.admin-list {
  border-top: 1px solid var(--brand-line);
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 10px;
}

.admin-row {
  align-items: center;
  background: rgba(0, 75, 77, 0.56);
  border: 1px solid rgba(255, 253, 231, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 24px minmax(0, 1fr) 34px 34px;
  min-height: 54px;
  padding: 8px;
}

.admin-row > svg {
  color: var(--brand-cream);
  height: 18px;
  width: 18px;
}

.admin-row div {
  display: grid;
  min-width: 0;
}

.admin-row strong,
.admin-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row strong {
  font-size: 13px;
  line-height: 1.25;
}

.admin-row span {
  color: var(--brand-cream-muted);
  font-size: 11px;
}

.admin-row button {
  background: rgba(255, 253, 231, 0.08);
  color: var(--brand-cream);
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

.admin-row button[data-action="delete"] {
  border-color: rgba(255, 180, 170, 0.34);
}

.admin-row button svg,
.admin-primary svg,
.admin-ghost svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 380px) {
  .admin-shell {
    gap: 10px;
  }

  .admin-card {
    padding: 12px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }

  .admin-head {
    grid-template-columns: 1fr;
  }

  .admin-head .admin-ghost {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
/* Final responsive menu layout fix */
@media (min-width: 560px) and (max-width: 980px) {
  #menu .menu-heading {
    justify-items: center;
    margin-bottom: var(--space-4);
    text-align: center;
  }

  #menu .menu-heading h2 {
    font-size: clamp(32px, 7vw, 44px);
  }

  #menu .menu-group {
    max-width: min(430px, 100%) !important;
    width: 100% !important;
  }

  #menu .menu-group h3 {
    font-size: clamp(20px, 4.8vw, 26px);
    margin-bottom: var(--space-3);
    text-align: center;
  }

  #menu .menu-items {
    gap: var(--space-2);
    grid-template-columns: 1fr !important;
  }

  #menu .menu-item {
    align-items: center;
    border-radius: var(--radius-lg);
    direction: rtl;
    gap: var(--space-2);
    grid-template-columns: 72px minmax(0, 1fr) 44px !important;
    min-height: 92px;
    overflow: hidden;
    padding: var(--space-2);
  }

  #menu .menu-item img {
    aspect-ratio: 1;
    border-radius: var(--radius-md);
    grid-column: auto;
    grid-row: auto;
    height: 72px;
    max-width: 72px;
    object-fit: cover;
    width: 72px;
  }

  #menu .menu-item div {
    gap: 2px;
    justify-items: start;
    min-width: 0;
    text-align: right;
  }

  #menu .menu-item strong {
    font-size: 16px;
    line-height: 1.2;
  }

  #menu .menu-item span {
    display: -webkit-box;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #menu .menu-item b {
    align-self: center;
    font-size: 20px;
    grid-column: auto;
    justify-self: end;
    min-width: 42px;
  }
}

@media (min-width: 981px) {
  #menu.menu-section {
    align-content: start;
    padding-inline: clamp(48px, 7vw, 108px);
  }

  #menu .menu-heading,
  #menu .menu-tabs,
  #menu .menu-group {
    max-width: 1180px !important;
    width: 100% !important;
  }

  #menu .menu-heading {
    justify-items: start;
    margin-bottom: var(--space-4);
    text-align: right;
  }

  #menu .menu-heading h2 {
    font-size: clamp(48px, 5vw, 72px);
  }

  #menu .menu-tabs {
    display: flex;
    margin: 0 auto var(--space-5);
    padding: 0 0 var(--space-2);
  }

  #menu .menu-group {
    margin-inline: auto;
    padding-bottom: var(--space-5);
  }

  #menu .menu-group h3 {
    font-size: clamp(26px, 2.4vw, 38px);
    margin-bottom: var(--space-3);
    text-align: right;
  }

  #menu .menu-items {
    gap: var(--space-3);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #menu .menu-item {
    align-items: center;
    border-radius: var(--radius-lg);
    direction: rtl;
    gap: var(--space-3);
    grid-template-columns: 84px minmax(0, 1fr) 56px !important;
    min-height: 108px;
    overflow: hidden;
    padding: var(--space-3);
  }

  #menu .menu-item img {
    aspect-ratio: 1;
    border-radius: var(--radius-md);
    grid-column: auto;
    grid-row: auto;
    height: 84px;
    max-width: 84px;
    object-fit: cover;
    width: 84px;
  }

  #menu .menu-item div {
    gap: 3px;
    justify-items: start;
    min-width: 0;
    text-align: right;
  }

  #menu .menu-item strong {
    font-size: 18px;
    line-height: 1.2;
  }

  #menu .menu-item span {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #menu .menu-item b {
    align-self: center;
    font-size: 24px;
    grid-column: auto;
    justify-self: end;
    min-width: 46px;
  }
}

/* Menu detail modal */
#menu .menu-item {
  cursor: pointer;
  position: relative;
  transform-origin: center center;
}

#menu .menu-item::before {
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 220ms ease, opacity 220ms ease;
}

#menu .menu-item:hover,
#menu .menu-item.is-active {
  border-color: rgba(255, 253, 231, 0.28);
  box-shadow: 0 20px 44px rgba(0, 16, 18, 0.24);
  transform: translateY(-6px) scale(1.01);
}

#menu .menu-item:hover::before,
#menu .menu-item:focus-visible::before,
#menu .menu-item.is-active::before {
  border-color: rgba(255, 253, 231, 0.36);
}

#menu .menu-item:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 253, 231, 0.16),
    0 20px 44px rgba(0, 16, 18, 0.24);
  transform: translateY(-4px) scale(1.005);
}

body.menu-detail-open #menu.section-panel.active-page {
  filter: blur(10px) saturate(0.78);
  opacity: 0.74;
  transform: scale(0.985);
  transition: filter 320ms ease, opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-detail-modal[hidden] {
  display: none;
}

.menu-detail-modal {
  --menu-detail-origin-x: 50%;
  --menu-detail-origin-y: 38%;
  align-items: center;
  inset: 0;
  padding: clamp(16px, 3vw, 34px);
  position: fixed;
  z-index: 160;
}

.menu-detail-backdrop {
  background:
    radial-gradient(circle at center, rgba(255, 253, 231, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(0, 16, 18, 0.46), rgba(0, 16, 18, 0.78));
  border: 0;
  cursor: pointer;
  inset: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: opacity 320ms ease;
  width: 100%;
}

.menu-detail-card {
  background:
    linear-gradient(145deg, rgba(0, 75, 77, 0.94), rgba(0, 54, 56, 0.96)),
    rgba(0, 54, 56, 0.92);
  border: 1px solid rgba(255, 253, 231, 0.18);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0, 12, 14, 0.4);
  margin-inline: auto;
  max-height: min(92vh, 860px);
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translateY(36px) scale(0.92) rotateX(12deg);
  transform-origin: var(--menu-detail-origin-x) var(--menu-detail-origin-y);
  transition:
    opacity 300ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
  width: min(980px, 100%);
}

.menu-detail-card.is-bouncing {
  animation: menuDetailBloom 880ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-detail-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.96fr) minmax(0, 1.04fr);
  min-height: min(84vh, 680px);
}

.menu-detail-media {
  background: rgba(255, 253, 231, 0.06);
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.menu-detail-media::after {
  background:
    linear-gradient(180deg, rgba(0, 54, 56, 0.04), rgba(0, 54, 56, 0.66)),
    radial-gradient(circle at top, rgba(255, 253, 231, 0.12), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.menu-detail-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.menu-detail-price {
  align-items: start;
  background: rgba(0, 54, 56, 0.72);
  border: 1px solid rgba(255, 253, 231, 0.18);
  border-radius: 20px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 14px 16px;
  position: absolute;
  z-index: 2;
}

.menu-detail-price-label {
  color: rgba(255, 253, 231, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.menu-detail-price .price,
.menu-detail-price .price-stack {
  align-items: center;
  display: inline-flex;
  gap: 0.3em;
}

.menu-detail-price .price {
  color: var(--brand-cream);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.menu-detail-price .discounted-price {
  background: transparent;
  border: 0;
  gap: 8px;
  padding: 0;
}

.menu-detail-price .discount-badge {
  background: rgba(255, 253, 231, 0.12);
  border: 1px solid rgba(255, 253, 231, 0.18);
  border-radius: 999px;
  color: var(--brand-cream);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  width: fit-content;
}

.menu-detail-price del {
  color: rgba(255, 253, 231, 0.48);
  font-size: 14px;
}

.menu-detail-copy {
  align-content: center;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3.4vw, 40px);
}

.menu-detail-copy > * {
  opacity: 0;
  transform: translateY(18px);
}

.menu-detail-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.menu-detail-head .eyebrow {
  margin: 0;
}

.menu-detail-close {
  flex: 0 0 auto;
}

.menu-detail-copy h2 {
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 0.98;
  margin: 0;
}

.menu-detail-name-ar {
  color: var(--brand-cream);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.menu-detail-description {
  color: rgba(255, 253, 231, 0.82);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.9;
  margin: 0;
  max-width: 44ch;
}

.menu-detail-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-detail-notes span {
  background: rgba(255, 253, 231, 0.08);
  border: 1px solid rgba(255, 253, 231, 0.16);
  border-radius: 999px;
  color: var(--brand-cream);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 14px;
}

.menu-detail-dismiss-action {
  cursor: pointer;
  justify-content: center;
  margin-top: 6px;
  min-width: min(240px, 100%);
  width: fit-content;
}

.menu-detail-modal.is-open .menu-detail-backdrop {
  opacity: 1;
}

.menu-detail-modal.is-open .menu-detail-card {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0deg);
}

.menu-detail-modal.is-open .menu-detail-media img {
  transform: scale(1);
}

.menu-detail-modal.is-open .menu-detail-copy > * {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-detail-modal.is-open .menu-detail-copy > :nth-child(1) { transition-delay: 90ms; }
.menu-detail-modal.is-open .menu-detail-copy > :nth-child(2) { transition-delay: 150ms; }
.menu-detail-modal.is-open .menu-detail-copy > :nth-child(3) { transition-delay: 210ms; }
.menu-detail-modal.is-open .menu-detail-copy > :nth-child(4) { transition-delay: 270ms; }
.menu-detail-modal.is-open .menu-detail-copy > :nth-child(5) { transition-delay: 330ms; }

@keyframes menuDetailBloom {
  0% {
    transform: translateY(40px) scale(0.9) rotateX(16deg);
  }

  56% {
    transform: translateY(-6px) scale(1.01) rotateX(0deg);
  }

  100% {
    transform: translateY(0) scale(1) rotateX(0deg);
  }
}

@media (max-width: 860px) {
  .menu-detail-card {
    border-radius: 24px;
  }

  .menu-detail-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .menu-detail-media {
    aspect-ratio: 16 / 10;
    max-height: 300px;
  }

  .menu-detail-copy {
    padding: 20px 18px 22px;
  }

  .menu-detail-copy h2 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .menu-detail-name-ar {
    font-size: clamp(19px, 5vw, 28px);
  }

  .menu-detail-description {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 560px) {
  .menu-detail-modal {
    align-items: end;
    padding: 12px;
  }

  .menu-detail-card {
    border-radius: 24px 24px 18px 18px;
    max-height: 88vh;
  }

  .menu-detail-media {
    aspect-ratio: 16 / 9;
    max-height: 240px;
  }

  .menu-detail-price {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 12px 14px;
  }

  .menu-detail-price .price {
    font-size: 30px;
  }

  .menu-detail-notes span {
    font-size: 12px;
    min-height: 36px;
    padding: 7px 11px;
  }

  .menu-detail-dismiss-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.menu-detail-open #menu.section-panel.active-page {
    filter: none;
    opacity: 1;
    transform: none;
  }

  .menu-detail-backdrop,
  .menu-detail-card,
  .menu-detail-media img,
  .menu-detail-copy > * {
    animation: none !important;
    transition: none !important;
  }

  .menu-detail-card,
  .menu-detail-modal.is-open .menu-detail-card,
  .menu-detail-modal.is-open .menu-detail-copy > * {
    opacity: 1;
    transform: none;
  }
}

/* Next visit planner */
.visit-planner {
  align-content: center;
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
}

.planner-copy {
  display: grid;
  gap: var(--space-3);
}

.planner-copy h2 {
  font-size: clamp(30px, 7.8vw, 46px);
  line-height: 1.14;
  margin-bottom: 0;
}

.planner-copy > p {
  color: var(--brand-cream-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.visit-survey {
  background: rgba(0, 54, 56, 0.42);
  border: 1px solid var(--brand-line);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr;
  padding: 14px;
}

.visit-survey label {
  color: var(--brand-cream-muted);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  min-width: 0;
}

.visit-survey input,
.visit-survey textarea,
.visit-survey select {
  background: rgba(255, 253, 231, 0.96);
  border: 1px solid rgba(255, 253, 231, 0.24);
  border-radius: 10px;
  color: var(--brand-teal-dark);
  font: inherit;
  font-size: 14px;
  min-height: 44px;
  outline: 0;
  padding: 9px 11px;
  width: 100%;
}

.visit-survey textarea {
  line-height: 1.5;
  min-height: 76px;
  resize: vertical;
}

.visit-survey input:focus,
.visit-survey textarea:focus,
.visit-survey select:focus {
  border-color: var(--brand-cream);
  box-shadow: 0 0 0 3px rgba(255, 253, 231, 0.18);
}

.planner-full {
  grid-column: 1 / -1;
}

.planner-consent {
  align-items: center;
  background: rgba(255, 253, 231, 0.08);
  border: 1px solid rgba(255, 253, 231, 0.14);
  border-radius: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 10px;
}

.planner-consent input {
  accent-color: var(--brand-cream);
  height: 18px;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.planner-submit {
  cursor: pointer;
  font: inherit;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.planner-status {
  color: var(--brand-cream-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  min-height: 20px;
  text-align: center;
}

.planner-status[data-tone="success"] {
  color: #d9ffbd;
}

.planner-status[data-tone="error"] {
  color: #ffd0c8;
}

.planner-aside {
  background: rgba(255, 253, 231, 0.12);
  border: 1px solid rgba(255, 253, 231, 0.18);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.planner-aside span {
  align-items: center;
  color: var(--brand-cream);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.planner-aside svg {
  height: 18px;
  width: 18px;
}

.planner-aside strong {
  color: var(--brand-cream);
  font-size: clamp(22px, 6vw, 34px);
  line-height: 1.16;
}

.planner-aside p {
  color: var(--brand-cream-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.section-panel.active-page :is(
  .planner-copy > *,
  .visit-survey > *,
  .planner-aside > *
) {
  animation: pageElementSlideUp 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--item-delay, 70ms) both;
  transform-origin: center top;
  will-change: filter, opacity, transform;
}

@media (min-width: 560px) {
  .visit-survey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .visit-planner {
    gap: clamp(30px, 5vw, 72px);
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  }

  .planner-copy h2 {
    font-size: clamp(44px, 4.8vw, 70px);
  }

  .planner-copy > p,
  .planner-aside p {
    font-size: 17px;
  }

  .visit-survey {
    gap: 13px;
    padding: 18px;
  }

  .planner-aside {
    align-self: center;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-panel.active-page :is(
    .planner-copy > *,
    .visit-survey > *,
    .planner-aside > *
  ) {
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

/* Lock the whole site to a 1080x1920 phone canvas, even on desktop. */
@media (min-width: 560px) {
  html,
  body {
    background:
      linear-gradient(180deg, rgba(0, 75, 77, 0.9), rgba(0, 107, 110, 0.62) 48%, rgba(0, 54, 56, 0.94)),
      linear-gradient(90deg, rgba(0, 54, 56, 0.86), rgba(255, 253, 231, 0.08), rgba(0, 54, 56, 0.76)),
      var(--site-background-image) bottom center / cover fixed !important;
    min-height: 100dvh;
  }

  body {
    align-items: center !important;
    display: grid !important;
    justify-items: center !important;
    overflow: hidden !important;
    padding: 0;
  }

  main {
    aspect-ratio: 1080 / 1920 !important;
    background: transparent !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    height: min(100dvh, calc(100vw * 1920 / 1080), 1920px) !important;
    max-height: 1920px !important;
    max-width: 1080px !important;
    overflow: hidden !important;
    position: relative;
    width: min(100vw, calc(100dvh * 1080 / 1920), 1080px) !important;
  }

  .hero,
  .hero.section-panel,
  main > .section-panel:not(.hero),
  #sections.sections-grid.section-panel,
  #beans.beans,
  #menu.menu-section,
  #queue.queue,
  #next-visit.visit-planner {
    background: transparent !important;
  }

  .hero-media {
    background: transparent !important;
  }

  .section-panel {
    inset: 0 !important;
    min-height: 0 !important;
    overflow: hidden auto !important;
    padding: 72px 22px 28px !important;
    position: absolute !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    width: 100% !important;
  }

  .section-panel::-webkit-scrollbar,
  .menu-tabs::-webkit-scrollbar,
  .admin-tabs::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }

  .menu-tabs,
  .admin-tabs,
  body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  .hero::after,
  main > .section-panel:not(.hero)::after,
  .hero-noise {
    background: transparent !important;
    display: none !important;
    opacity: 0 !important;
  }

  .section-panel.active-page,
  .section-panel.leaving-page {
    transform: none !important;
  }

  .hero.section-panel {
    padding: 0 22px 24px !important;
  }

  main > .section-panel:not(.hero) {
    align-content: start !important;
    justify-items: center !important;
    padding: 72px 22px 28px !important;
  }

  main > .section-panel:not(.hero) > :not(.page-back) {
    max-width: min(100%, 430px) !important;
    width: 100%;
  }

  #sections.sections-grid.section-panel,
  #hours.hours-page,
  .split-panel,
  .visit,
  .beans-layout,
  #beans .beans-layout,
  #menu .menu-items,
  .visit-planner,
  .visit-survey {
    grid-template-columns: 1fr !important;
  }

  .section-pill,
  .sections-copy,
  .sections-actions,
  .section-socials,
  #hours .page-actions,
  #hours .hours-copy,
  #hours .clock-face,
  #menu .menu-heading,
  #menu .menu-tabs,
  #menu .menu-group {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .sections-actions,
  .page-actions {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  #sections .section-tile,
  .page-actions .section-tile {
    border-radius: 999px !important;
    grid-template-columns: 54px 1fr !important;
    min-height: 58px !important;
    padding: 9px 26px !important;
    width: min(100%, 310px) !important;
  }

  #menu .menu-heading {
    justify-items: center !important;
    margin-bottom: var(--space-4) !important;
    text-align: center !important;
  }

  #menu .menu-heading h2 {
    font-size: clamp(32px, 7vw, 44px) !important;
  }

  #menu .menu-group {
    max-width: min(430px, 100%) !important;
    padding-bottom: var(--space-5) !important;
  }

  #menu .menu-group h3 {
    font-size: clamp(20px, 4.8vw, 26px) !important;
    margin-bottom: var(--space-3) !important;
    text-align: center !important;
  }

  #menu .menu-items {
    gap: var(--space-2) !important;
  }

  #menu .menu-item {
    align-items: center !important;
    border-radius: var(--radius-lg) !important;
    direction: rtl !important;
    gap: var(--space-2) !important;
    grid-template-columns: 72px minmax(0, 1fr) 44px !important;
    min-height: 92px !important;
    overflow: hidden !important;
    padding: var(--space-2) !important;
  }

  #menu .menu-item img {
    aspect-ratio: 1 !important;
    border-radius: var(--radius-md) !important;
    grid-column: auto !important;
    grid-row: auto !important;
    height: 72px !important;
    max-width: 72px !important;
    object-fit: cover !important;
    width: 72px !important;
  }

  #menu .menu-item div {
    gap: 2px !important;
    justify-items: start !important;
    min-width: 0 !important;
    text-align: right !important;
  }

  #menu .menu-item strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  #menu .menu-item span {
    display: -webkit-box !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #menu .menu-item b {
    align-self: center !important;
    font-size: 20px !important;
    grid-column: auto !important;
    justify-self: end !important;
    min-width: 42px !important;
  }
}

/* Final overrides: cleaner visit page + medium page titles */
.section-panel:not(.active-page):not(.leaving-page) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

#menu .menu-heading {
  display: grid !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
  width: 100% !important;
}

#menu .menu-heading h2 {
  align-items: center !important;
  direction: ltr !important;
  display: inline-flex !important;
  gap: 0.26em !important;
  justify-content: center !important;
  justify-self: center !important;
  margin-inline: auto !important;
  max-width: 100% !important;
  text-align: center !important;
  width: max-content !important;
}

.menu-divider {
  margin-inline: auto !important;
}

.menu-heading-ar {
  direction: rtl;
}

.menu-heading-en {
  direction: ltr;
}

.menu-heading-separator {
  opacity: 0.9;
}

#beans .crops-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.hero-content {
  align-content: center !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-logo-heading {
  margin-bottom: clamp(24px, 4.6vh, 48px) !important;
}

.hero-copy-lockup {
  display: grid !important;
  gap: clamp(10px, 1.8vh, 18px) !important;
  justify-items: stretch !important;
  margin-inline: auto !important;
  max-width: min(100%, 34rem) !important;
  width: fit-content !important;
}

.arabic-tagline,
.lead {
  margin: 0 !important;
  max-width: none !important;
  text-wrap: balance;
}

.arabic-tagline,
#sections .sections-ar {
  font-size: min(var(--feature-copy-ar-size-max, 38px), 10vw) !important;
}

.arabic-tagline {
  font-weight: 400 !important;
  justify-self: stretch !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  text-align: right !important;
}

.lead,
#sections .sections-en {
  font-size: min(var(--feature-copy-en-size-max, 34px), 8.9vw) !important;
}

.lead {
  justify-self: stretch !important;
  letter-spacing: 0 !important;
  line-height: 1.06 !important;
  text-align: left !important;
}

.lead strong {
  letter-spacing: 0.08em !important;
}

.arabic-tagline br,
.lead br {
  display: block;
}

#sections .sections-copy {
  display: grid !important;
  gap: clamp(12px, 2vh, 20px) !important;
  justify-items: stretch !important;
  margin-inline: auto !important;
  max-width: min(100%, 35rem) !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.26) !important;
  width: fit-content !important;
}

#sections .sections-ar,
#sections .sections-en {
  margin: 0 !important;
  max-width: none !important;
  text-wrap: balance;
}

#sections .sections-ar {
  line-height: 1.5 !important;
  margin-inline-start: 0 !important;
  text-align: right !important;
}

#sections .sections-en {
  line-height: 1.2 !important;
  text-align: left !important;
}

.visit {
  align-content: start !important;
  gap: 18px !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
}

.visit-copy {
  align-content: start !important;
  display: grid !important;
  gap: 12px !important;
  justify-items: start !important;
  margin-inline: auto !important;
  max-width: min(100%, 560px) !important;
  padding-top: 8px !important;
  text-align: right !important;
  width: 100% !important;
}

.visit-copy .eyebrow {
  margin-bottom: 0 !important;
}

.visit-copy h2,
#hours h2,
.crops-heading h2,
#menu .menu-heading h2,
.queue-copy h2,
.planner-copy h2 {
  font-size: clamp(
    calc(var(--page-heading-size-max, 42px) * 0.67),
    4.4vw,
    var(--page-heading-size-max, 42px)
  ) !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}

.crops-heading p {
  font-size: clamp(18px, 2.4vw, 26px) !important;
}

.visit-copy p,
.queue-copy p,
.planner-copy > p {
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.branch-list {
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.branch-card strong {
  font-size: clamp(17px, 2vw, 21px) !important;
}

.branch-card span {
  font-size: 13px !important;
}

@media (max-width: 560px) {
  .visit-copy h2,
  #hours h2,
  .crops-heading h2,
  #menu .menu-heading h2,
  .queue-copy h2,
  .planner-copy h2 {
    font-size: clamp(
      calc(var(--page-heading-size-max, 42px) * 0.62),
      7vw,
      calc(var(--page-heading-size-max, 42px) * 0.82)
    ) !important;
  }

  .visit-copy {
    gap: 10px !important;
  }
}
