:root {
  --ink: #283329;
  --green: #365441;
  --green-dark: #213a2b;
  --terracotta: #a65035;
  --cream: #fbf5e9;
  --paper: #fffaf2;
  --muted: #766f63;
  --line: rgba(49,70,53,.16);
  --shadow: 0 28px 85px rgba(49,50,32,.16);
  --shell: min(1320px, calc(100% - 72px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Tajawal", system-ui, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; right: 8px; padding: 10px 13px; background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 18px; right: max(24px, calc((100% - 1420px) / 2)); left: max(24px, calc((100% - 1420px) / 2)); min-height: 74px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--ink); background: rgba(255,250,242,.9); border: 1px solid rgba(255,255,255,.72); border-radius: 18px; box-shadow: 0 18px 55px rgba(45,44,25,.1); backdrop-filter: blur(18px); transition: top .3s ease, background .3s ease; }
.site-header.scrolled { top: 7px; background: rgba(255,250,242,.97); }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--terracotta); border-radius: 13px 13px 3px 13px; font-size: 20px; font-weight: 900; }
.brand > span:last-child { display: grid; }
.brand b { font-size: 19px; }
.brand small { margin-top: 3px; color: var(--muted); font: 700 7px/1 Arial, sans-serif; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 12px; color: #62675f; border-radius: 10px; font-size: 12px; font-weight: 700; transition: color .25s ease, background .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--green-dark); background: rgba(54,84,65,.08); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.back-link { color: var(--muted); font-size: 10px; font-weight: 700; }
.order-pill { min-height: 38px; padding: 0 12px; display: flex; align-items: center; gap: 8px; color: white; background: var(--green); border-radius: 99px; font-size: 10px; font-weight: 800; }
.order-pill b { min-width: 20px; height: 20px; display: grid; place-items: center; color: var(--green-dark); background: #dfe9df; border-radius: 50%; font: 800 9px/1 Arial, sans-serif; }
.menu-toggle { display: none; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; width: 17px; height: 2px; margin: 5px auto; background: var(--green); transition: transform .25s ease; }

.hero { position: relative; min-height: 100svh; padding: 130px 0 128px; display: grid; align-content: center; overflow: hidden; background: #e8ddcc; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: tableDrift 12s ease-in-out infinite; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,31,22,.05) 0%, rgba(251,245,233,.15) 43%, rgba(251,245,233,.96) 78%, rgba(251,245,233,.99) 100%), linear-gradient(180deg, rgba(24,29,21,.04), rgba(24,29,21,.12)); }
.hero-copy { position: relative; z-index: 3; margin-right: max(0px, calc((100% - var(--shell)) / 2)); margin-left: auto; width: min(620px, 45%); }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; font-weight: 800; }
.eyebrow span { color: var(--terracotta); }
.eyebrow i { width: 32px; height: 1px; background: var(--terracotta); }
.hero h1, .section-heading h2, .experience-title h2, .reservation-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 62px); line-height: 1.15; letter-spacing: -.04em; }
.hero h1 em, .section-heading h2 em, .experience-title h2 em, .reservation-copy h2 em { color: var(--terracotta); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 23px 0 0; color: #5f645c; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.95; }
.hero-actions { margin-top: 29px; display: flex; gap: 11px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--green-dark); box-shadow: 0 16px 38px rgba(33,58,43,.23); }
.button-ghost { color: var(--green-dark); background: rgba(255,250,242,.72); border-color: rgba(54,84,65,.23); backdrop-filter: blur(10px); }
.hero-copy ul { margin: 24px 0 0; padding: 0; display: flex; gap: 20px; list-style: none; color: #676b64; font-size: 11px; }
.hero-copy li { display: flex; align-items: center; gap: 6px; }
.hero-copy li b { color: var(--terracotta); }
.quick-reserve { position: absolute; z-index: 5; right: 0; left: 0; bottom: 27px; min-height: 92px; padding: 14px; display: grid; grid-template-columns: 1.05fr repeat(3, .9fr) auto; align-items: end; gap: 9px; background: rgba(255,250,242,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 25px 65px rgba(44,43,26,.17); backdrop-filter: blur(16px); }
.quick-title { min-height: 56px; padding: 4px 12px; display: grid; align-content: center; border-left: 1px solid var(--line); }
.quick-title small { color: var(--terracotta); font-size: 9px; }
.quick-title strong { margin-top: 4px; font-size: 14px; }
.quick-reserve label { color: var(--muted); font-size: 9px; font-weight: 700; }
.quick-reserve label span { display: block; margin: 0 4px 6px; }
.quick-reserve select { width: 100%; height: 46px; padding: 0 11px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 9px; outline: 0; }
.quick-reserve button { height: 46px; padding: 0 17px; color: white; background: var(--terracotta); border: 0; border-radius: 9px; font-size: 11px; font-weight: 800; }

.section { padding: 112px 0; }
.menu-section { background: var(--paper); }
.section-heading { margin-bottom: 40px; display: grid; grid-template-columns: .28fr 1fr; gap: 70px; align-items: start; }
.section-label { margin: 8px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--terracotta); font-size: 12px; font-weight: 800; }
.section-label::after { content: ""; width: 70px; height: 1px; background: rgba(166,80,53,.34); }
.section-label span { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--terracotta); border-radius: 50%; font: 800 9px/1 Arial, sans-serif; }
.section-heading h2, .experience-title h2, .reservation-copy h2 { font-size: clamp(34px, 3.1vw, 49px); }
.section-heading > div > p { max-width: 560px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.menu-layout { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: start; }
.menu-categories { position: sticky; top: 104px; display: grid; border-top: 1px solid var(--line); }
.menu-categories button { min-height: 78px; padding: 13px 4px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; text-align: right; background: transparent; border: 0; border-bottom: 1px solid var(--line); }
.menu-categories button > span { color: #a39c90; font: 700 9px/1 Arial, sans-serif; }
.menu-categories button strong { font-size: 13px; }
.menu-categories button small { color: var(--muted); font-size: 9px; }
.menu-categories button.active { color: white; padding-inline: 14px; background: var(--green); }
.menu-categories button.active > span, .menu-categories button.active small { color: #d8e3da; }
.dish-list { border-top: 1px solid var(--line); }
.dish-row { min-height: 136px; padding: 18px 6px; display: grid; grid-template-columns: 96px 38px minmax(0, 1fr) 80px 68px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease, opacity .25s ease; }
.dish-row:hover, .dish-row.signature { padding-inline: 18px; background: #f5ecde; }
.dish-row[hidden] { display: none; }
.dish-photo { width: 96px; height: 96px; object-fit: cover; border-radius: 16px; box-shadow: 0 9px 24px rgba(73,56,34,.12); transition: transform .3s ease; }
.dish-row:hover .dish-photo { transform: scale(1.055); }
.dish-number { color: #aba396; font: 700 10px/1 Arial, sans-serif; }
.dish-row p { margin: 0; color: var(--terracotta); font-size: 9px; font-weight: 700; }
.dish-row h3 { margin: 5px 0 0; font-size: 20px; }
.dish-row small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; }
.dish-row > b { color: var(--green); font-size: 13px; text-align: center; }
.dish-row > button { min-height: 38px; padding: 0 10px; color: var(--green-dark); background: transparent; border: 1px solid rgba(54,84,65,.25); border-radius: 99px; font-size: 10px; font-weight: 800; }
.dish-row > button:hover { color: white; background: var(--green); }

.experience { background: #efe4d3; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr .72fr; align-items: start; gap: clamp(35px, 5vw, 72px); }
.experience-title .section-label { justify-content: flex-start; }
.experience-title > p:not(.section-label) { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.95; }
.experience-copy ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.experience-copy li { min-height: 106px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.experience-copy li > b { color: var(--terracotta); font: 800 15px/1 Arial, sans-serif; }
.experience-copy li span { display: grid; }
.experience-copy li strong { font-size: 20px; }
.experience-copy li small { margin-top: 7px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.experience blockquote { min-height: 390px; margin: 0; padding: 33px; display: grid; align-content: center; color: white; background: var(--terracotta); font-size: 24px; line-height: 1.7; }
.experience blockquote > span { color: #f1cbbd; font: 100 80px/.5 Georgia, serif; }
.experience blockquote small { margin-top: 26px; color: #f7d9cf; font-size: 10px; }

.reservation { background: var(--paper); }
.reservation-panel { padding: clamp(34px, 5vw, 72px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 95px); color: white; background: var(--green-dark); border-radius: 28px 5px 28px 28px; }
.reservation-copy .section-label { width: fit-content; color: #e4b9a9; }
.reservation-copy .section-label span { background: var(--terracotta); }
.reservation-copy h2 em { color: #dca88f; }
.reservation-copy > p:not(.section-label) { margin: 18px 0 0; color: #b9c9bd; font-size: 13px; line-height: 1.9; }
.reservation-form { padding: 27px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.reservation-form label { display: grid; gap: 7px; color: #d7e1d9; font-size: 10px; font-weight: 700; }
.reservation-form input, .reservation-form select { width: 100%; height: 48px; padding: 0 13px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; outline: 0; }
.reservation-form input::placeholder { color: #a8b7ac; }
.reservation-form option { color: var(--ink); }
.reservation-form > label + label { margin-top: 13px; }
.reservation-form > div { margin: 13px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reservation-form .button { width: 100%; background: var(--terracotta); }
.form-note { min-height: 18px; margin: 10px 0 0; color: #d9b09f; font-size: 10px; text-align: center; }
.site-footer { padding: 32px 0; background: #e8dccb; border-top: 1px solid var(--line); }
.site-footer .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.site-footer p { margin: 0; color: var(--muted); text-align: center; font-size: 10px; }
.site-footer .shell > a:last-child { color: var(--green); font-size: 11px; font-weight: 800; }
.toast { position: fixed; z-index: 250; right: 24px; bottom: 24px; min-width: 290px; padding: 13px; display: flex; align-items: center; gap: 11px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transform: translateY(150%); opacity: 0; transition: .3s ease; }
.toast.show { transform: none; opacity: 1; }
.toast > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 11px; }
.toast div { display: grid; }
.toast strong { font-size: 12px; }
.toast small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.toast button { margin-right: auto; background: transparent; border: 0; font-size: 20px; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes tableDrift { 0%,100% { transform: scale(1.015); } 50% { transform: scale(1.04); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 46px, 1000px); }
  .site-header { right: 15px; left: 15px; }
  .back-link { display: none; }
  .hero-copy { width: min(560px, 51%); }
  .quick-reserve { grid-template-columns: .85fr repeat(3, 1fr) auto; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience blockquote { min-height: 250px; grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { top: 10px; min-height: 66px; padding-inline: 15px; }
  .site-header.scrolled { top: 5px; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; top: 84px; right: 10px; left: 10px; padding: 8px; display: grid; background: rgba(255,250,242,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px; }
  .hero { min-height: auto; padding: 120px 0 32px; display: block; }
  .hero-photo { position: relative; width: var(--shell); height: 430px; margin-inline: auto; border-radius: 26px; object-position: 35% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(251,245,233,0) 20%, var(--cream) 92%); }
  .hero-copy { width: var(--shell); margin: -82px auto 0; padding: 28px; text-align: center; background: rgba(255,250,242,.94); border-radius: 22px; box-shadow: var(--shadow); }
  .eyebrow, .hero-actions, .hero-copy ul { justify-content: center; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .quick-reserve { position: relative; right: auto; left: auto; bottom: auto; margin-top: 18px; grid-template-columns: 1fr 1fr; }
  .quick-title { grid-column: 1 / -1; border-left: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .quick-reserve button { align-self: end; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .section-label { width: fit-content; margin-inline: auto; }
  .section-heading > div > p { margin-inline: auto; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-categories { position: static; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
  .menu-categories button { min-height: 72px; padding: 9px; grid-template-columns: 1fr; justify-items: center; text-align: center; border-bottom: 0; border-left: 1px solid var(--line); }
  .menu-categories button:last-child { border-left: 0; }
  .menu-categories button small { display: none; }
  .dish-row { grid-template-columns: 84px 30px minmax(0, 1fr) 70px 64px; }
  .dish-photo { width: 84px; height: 84px; }
  .experience-grid { grid-template-columns: 1fr; text-align: center; }
  .experience-title .section-label { margin-inline: auto; }
  .experience-title > p:not(.section-label) { margin-inline: auto; }
  .experience-copy ol { text-align: right; }
  .experience blockquote { grid-column: auto; }
  .reservation-panel { grid-template-columns: 1fr; text-align: center; }
  .reservation-copy .section-label { margin-inline: auto; }
  .site-footer .shell { grid-template-columns: 1fr; justify-items: center; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); }
  .brand small, .order-pill { display: none; }
  .hero-photo { height: 315px; border-radius: 19px; }
  .hero-copy { margin-top: -55px; padding: 24px 18px; }
  .hero h1 { font-size: clamp(35px, 10.5vw, 45px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-copy ul { flex-wrap: wrap; gap: 9px 14px; }
  .quick-reserve { grid-template-columns: 1fr; }
  .quick-title { grid-column: auto; }
  .menu-categories { grid-template-columns: 1fr 1fr; }
  .menu-categories button:nth-child(2) { border-left: 0; }
  .menu-categories button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dish-row { min-height: 0; padding: 18px 10px; grid-template-columns: 82px minmax(0, 1fr) 58px; gap: 10px; }
  .dish-number { display: none; }
  .dish-photo { width: 82px; height: 82px; }
  .experience-title > p:not(.section-label) { font-size: 16px; }
  .experience-copy li { grid-template-columns: 48px 1fr; }
  .experience-copy li > b { font-size: 14px; }
  .experience-copy li strong { font-size: 18px; }
  .experience-copy li small { font-size: 14px; }
  .dish-row > button { grid-column: 2 / -1; width: 100%; }
  .dish-row h3 { font-size: 17px; }
  .experience blockquote { min-height: 280px; padding: 27px; }
  .reservation-panel { padding: 28px 19px; border-radius: 22px; }
  .reservation-form { padding: 19px; }
  .reservation-form > div { grid-template-columns: 1fr; }
  .toast { right: 12px; left: 12px; bottom: 12px; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Phone layout: menu-first experience with natural dish imagery and easy booking. */
@media (max-width: 767px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 80px; }
  body { overflow-x: clip; }
  a, button, select, input { touch-action: manipulation; }

  .site-header {
    top: 8px;
    right: 8px;
    left: 8px;
    min-height: 64px;
    padding: 0 12px;
    gap: 8px;
    border-radius: 16px;
  }

  .site-header.scrolled { top: 4px; }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px 11px 3px 11px; }
  .brand b { font-size: 17px; }
  .header-actions { gap: 7px; }
  .order-pill { min-height: 36px; padding-inline: 10px; }
  .menu-toggle { flex: 0 0 44px; width: 44px; height: 44px; }

  .main-nav {
    top: 79px;
    right: 8px;
    left: 8px;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 15px;
  }

  .main-nav a {
    min-height: 47px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 0; padding: 92px 0 54px; }
  .hero-photo {
    width: var(--shell);
    height: 275px;
    border-radius: 20px;
    object-position: center;
    animation: none;
  }

  .hero-copy {
    margin-top: -40px;
    padding: 22px 18px;
    border-radius: 19px;
  }

  .hero h1 { font-size: clamp(29px, 8.8vw, 35px); line-height: 1.27; letter-spacing: -.025em; }
  .hero-copy > p:not(.eyebrow) { margin-top: 16px; font-size: 16px; line-height: 1.8; }
  .eyebrow { margin-bottom: 13px; font-size: 13px; line-height: 1.6; }
  .hero-actions { margin-top: 21px; gap: 9px; }
  .button { min-height: 50px; font-size: 14px; }
  .hero-copy ul { margin-top: 18px; gap: 9px 14px; font-size: 13px; }

  .quick-reserve { margin-top: 16px; padding: 12px; gap: 9px; border-radius: 16px; }
  .quick-title { min-height: 50px; padding: 8px 5px 12px; }
  .quick-title small { font-size: 12px; }
  .quick-title strong { font-size: 16px; }
  .quick-reserve label, .reservation-form label { font-size: 14px; }
  .quick-reserve select, .reservation-form input, .reservation-form select { font-size: 16px; }
  .quick-reserve button { min-height: 48px; font-size: 14px; }

  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 25px; gap: 12px; }
  .section-heading h2, .experience-title h2, .reservation-copy h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.3;
    letter-spacing: -.02em;
  }

  .section-heading > div > p, .experience-title > p:not(.section-label), .reservation-copy > p:not(.section-label) {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.8;
  }

  .section-label { font-size: 13px; }
  .menu-layout { gap: 18px; }
  .menu-categories {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    border-radius: 13px;
  }

  .menu-categories::-webkit-scrollbar { display: none; }
  .menu-categories button {
    flex: 0 0 44%;
    min-height: 62px;
    padding: 9px 12px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    border-bottom: 0 !important;
    border-left: 1px solid var(--line) !important;
    scroll-snap-align: start;
  }

  .menu-categories button:last-child { border-left: 0 !important; }
  .menu-categories button strong { font-size: 14px; }

  .dish-list { display: grid; gap: 12px; border-top: 0; }
  .dish-row {
    min-height: 0;
    padding: 12px;
    grid-template-columns: 108px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 8px 13px;
    background: rgba(255,255,255,.55);
    border: 1px solid var(--line);
    border-radius: 17px;
  }

  .dish-row:hover, .dish-row.signature { padding: 12px; background: #f5ecde; }
  .dish-photo {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 14px;
  }

  .dish-number { display: none; }
  .dish-row > div { grid-column: 2; grid-row: 1; align-self: end; min-width: 0; }
  .dish-row h3 { margin-top: 4px; font-size: 18px; line-height: 1.35; }
  .dish-row p { font-size: 12px; }
  .dish-row small { font-size: 13px; line-height: 1.55; }
  .dish-row > b { grid-column: 2; grid-row: 2; align-self: start; text-align: right; font-size: 15px; }
  .dish-row > button { grid-column: 1 / -1; grid-row: 3; width: 100%; min-height: 44px; font-size: 13px; }

  .experience-grid { gap: 27px; }
  .experience-copy li { min-height: 92px; grid-template-columns: 44px minmax(0, 1fr); }
  .experience-copy li > b { font-size: 14px; }
  .experience-copy li strong { font-size: 18px; }
  .experience-copy li small { font-size: 14px; line-height: 1.65; }
  .experience blockquote { min-height: 235px; padding: 25px; font-size: 21px; line-height: 1.7; }
  .experience blockquote > span { font-size: 64px; }
  .experience blockquote small { font-size: 12px; }

  .reservation-panel { padding: 27px 19px; gap: 26px; border-radius: 21px 5px 21px 21px; }
  .reservation-form { padding: 19px; border-radius: 15px; }
  .reservation-form > div { grid-template-columns: 1fr; gap: 0; }
  .reservation-form .button { width: 100%; }
  .form-note { font-size: 13px; line-height: 1.6; }

  .site-footer { padding: 25px 0; }
  .site-footer .shell { gap: 14px; text-align: center; }
  .site-footer p, .site-footer .shell > a:last-child { font-size: 13px; line-height: 1.7; }
}

@media (max-width: 480px) {
  .brand small, .order-pill { display: none; }
  .hero h1 { font-size: 28px; }
  .hero-photo { height: 245px; }
  .menu-categories button { flex-basis: 52%; }
}

@media (max-width: 360px) {
  .brand-mark { display: none; }
  .dish-row { grid-template-columns: 92px minmax(0, 1fr); }
  .dish-photo { width: 92px; height: 92px; }
}
