:root {
  --ink: #202020;
  --muted: #68635e;
  --paper: #fffdf9;
  --soft: #f6f1ea;
  --soft-2: #eee8df;
  --line: #d3c4ad;
  --gold: #b79d73;
  --dark: #181818;
  --footer: #171717;
  --shadow: 0 18px 45px rgba(24, 24, 24, 0.12);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
  align-items: start;
  padding: 31px 42px 0;
  background: rgba(255, 253, 249, 0.48);
  backdrop-filter: blur(7px);
  transition: background 180ms ease, box-shadow 180ms ease, height 180ms ease;
}

.site-header.is-scrolled {
  height: 78px;
  padding-top: 22px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.08);
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-right {
  justify-content: flex-end;
}

.nav-group a {
  position: relative;
  padding-bottom: 15px;
  color: #343434;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-group a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: var(--ink);
  transition: width 180ms ease;
}

.nav-group a:hover::after,
.nav-group a.is-active::after {
  width: 38px;
}

.brand {
  display: grid;
  justify-items: center;
  color: #191919;
  text-transform: uppercase;
}

.brand-header {
  align-self: start;
  width: 280px;
  line-height: 1;
  transform: translateY(-12px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.brand-name {
  display: inline-block;
  font-family: var(--serif);
  font-size: 61px;
  font-weight: 400;
  letter-spacing: 0;
}

.brand-header .brand-name {
  font-size: 50px;
}

.brand-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: currentColor;
}

.brand small {
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.menu-toggle {
  display: none;
}

.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  min-height: 568px;
  padding-top: 92px;
  overflow: hidden;
  background-image: url("assets/zayma-hero-1200.webp");
  background-position: center top;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.72) 35%, rgba(255, 253, 249, 0.14) 63%, rgba(255, 253, 249, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.25), rgba(255, 253, 249, 0));
}

.hero-copy {
  position: absolute;
  z-index: 1;
  top: 174px;
  left: 56px;
  width: min(480px, calc(100% - 80px));
  margin-left: 0;
  padding-top: 0;
}

.hero h1 {
  margin: 0;
  max-width: 470px;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
}

.accent-line {
  display: block;
  width: 43px;
  height: 2px;
  margin: 20px 0 20px;
  background: var(--gold);
}

.hero p {
  width: 365px;
  max-width: 100%;
  margin: 0 0 27px;
  color: #504c48;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.restaurant-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: 58px clamp(38px, 8vw, 118px);
  background: #f6f1ea;
}

.restaurant-copy .section-kicker {
  margin: 0 0 23px;
}

.restaurant-copy p {
  max-width: 660px;
  margin: 18px 0 0;
  color: #514c47;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.restaurant-highlights {
  display: grid;
  gap: 18px;
  padding-left: 34px;
  border-left: 1px solid rgba(183, 157, 115, 0.46);
}

.restaurant-highlights div {
  display: grid;
  gap: 6px;
}

.restaurant-highlights strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.1;
}

.restaurant-highlights span {
  color: #6c655e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.restaurant-page {
  min-height: calc(100vh - 66px);
  padding: 150px clamp(28px, 7vw, 112px) 68px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.94), rgba(255, 253, 249, 0.78)),
    url("assets/zayma-hero-1200.webp") center / cover;
}

.restaurant-page-hero {
  max-width: 760px;
}

.restaurant-page-hero .section-kicker {
  margin: 0 0 24px;
}

.restaurant-page h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(43px, 7vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.restaurant-page-hero p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #4f4943;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 800;
  line-height: 1.55;
}

.restaurant-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.restaurant-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.restaurant-story article {
  min-height: 230px;
  padding: 28px 26px;
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(211, 196, 173, 0.62);
}

.restaurant-story h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.restaurant-story p {
  margin: 0;
  color: #5c554e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.68;
}

.restaurant-signature {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 24px 28px;
  color: #fff;
  background: #181818;
}

.restaurant-signature strong {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.restaurant-signature span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.restaurant-seo-copy {
  max-width: 920px;
  margin-top: 24px;
  padding: 30px 32px;
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(211, 196, 173, 0.62);
}

.restaurant-seo-copy h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.restaurant-seo-copy p {
  margin: 0;
  color: #5c554e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.72;
}

.restaurant-seo-copy p + p {
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 137px;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  color: #fff;
  background: var(--dark);
  border-color: var(--dark);
}

.button-dark:hover {
  background: #2b2b2b;
}

.button-light,
.button-outline {
  color: #3c3936;
  background: rgba(255, 253, 249, 0.78);
  border-color: #bcb0a1;
}

.button-light:hover,
.button-outline:hover {
  background: #fff;
  border-color: var(--ink);
}

.restaurant-section h2,
.menu-section h2,
.contact-details h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.restaurant-section h2,
.menu-section h2 {
  font-size: 33px;
  line-height: 1;
}

.section-kicker {
  width: 33px;
  height: 2px;
  margin: 0 auto 23px;
  background: var(--gold);
}

.menu-section {
  padding: 21px clamp(18px, 3vw, 42px) 24px;
  text-align: center;
  background: #fff;
}

.section-subtitle {
  margin: 10px 0 8px;
  color: #6c6965;
  font-size: 15px;
  font-weight: 600;
}

.menu-pdf-button {
  margin: 10px 0 16px;
}

.menu-view-nav {
  display: none;
}

.menu-view-nav a {
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: #3c3936;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(188, 176, 161, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-accordion {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 8px;
  max-width: 1315px;
  margin: 0 auto;
  text-align: center;
}

.menu-accordion-item {
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid rgba(211, 196, 173, 0.44);
}

.menu-accordion-trigger {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  padding: 18px 16px 15px;
  color: var(--ink);
  background: #f3ece3;
  border: 0;
  border-bottom: 1px solid rgba(169, 146, 111, 0.82);
  box-shadow: inset 0 -8px 16px rgba(86, 65, 38, 0.03);
  text-align: center;
}

.menu-title-wrap {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 11px;
  min-width: 0;
}

.menu-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid #c8bda9;
  border-radius: 50%;
}

.menu-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #ad9a7c;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-label {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.menu-note {
  display: block;
  margin-top: 5px;
  color: #77706b;
  font-size: 10px;
  font-weight: 700;
}

.menu-toggle-icon {
  display: none;
}

.menu-panel {
  height: 330px;
  overflow: hidden;
  background: #fffdf9;
}

.menu-panel-inner {
  height: 100%;
  padding: 10px 18px 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b79d73 rgba(211, 196, 173, 0.22);
  scrollbar-width: thin;
}

.menu-panel-inner::-webkit-scrollbar {
  width: 7px;
}

.menu-panel-inner::-webkit-scrollbar-track {
  background: rgba(211, 196, 173, 0.22);
}

.menu-panel-inner::-webkit-scrollbar-thumb {
  background: #b79d73;
}

.dish,
.menu-info {
  display: grid;
  gap: 4px;
  align-items: start;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #ded5c9;
  text-align: center;
}

.dish:last-child,
.menu-info:last-child,
.drink:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dish strong,
.menu-info strong,
.drink strong {
  display: block;
  color: #413d39;
  font-size: 12px;
  font-weight: 800;
}

.dish p,
.menu-info p,
.drink p {
  margin: 0;
  color: #6d6863;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.36;
}

.dish b,
.drink b {
  display: block;
  color: #242424;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.drink {
  display: grid;
  gap: 4px;
  align-items: start;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #ded5c9;
  text-align: center;
}

.dish-actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  justify-content: center;
  justify-self: center;
  gap: 7px;
  width: min(100%, 168px);
  margin-top: 8px;
}

.dish-actions b {
  justify-self: center;
  text-align: center;
}

.dish-add {
  display: inline-grid;
  place-items: center;
  justify-self: center;
  width: 150px;
  min-height: 34px;
  margin-top: 0;
  padding: 0 10px;
  color: #342f2b;
  background: transparent;
  border: 1px solid rgba(183, 157, 115, 0.65);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.dish-add:hover,
.dish-add:focus-visible,
.dish-add.is-added {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.menu-button {
  margin-top: 17px;
  min-width: 215px;
  min-height: 40px;
  background: transparent;
}

.menu-button.button-dark {
  color: #fff;
  background: var(--dark);
  border-color: var(--dark);
}

.menu-button.button-dark:hover {
  background: #2b2b2b;
}

.menu-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.menu-section.is-full-menu {
  padding-top: 32px;
  padding-bottom: 38px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%);
}

.menu-section.is-full-menu .section-subtitle {
  margin-bottom: 18px;
}

.menu-section.is-full-menu .menu-view-nav {
  position: sticky;
  z-index: 12;
  top: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(100%, 1180px);
  margin: 0 auto 22px;
  padding: 10px;
  background: #fffdf9;
  border: 1px solid rgba(211, 196, 173, 0.58);
  box-shadow: 0 12px 34px rgba(44, 38, 32, 0.1);
  isolation: isolate;
}

.menu-section.is-full-menu .menu-view-nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: auto;
  top: -18px;
  bottom: -1px;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
  background: #fffdf9;
  border-top: 1px solid rgba(211, 196, 173, 0.4);
}

.menu-section.is-full-menu .menu-view-nav a:hover,
.menu-section.is-full-menu .menu-view-nav a:focus-visible {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.menu-section.is-full-menu .menu-accordion {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1080px;
  text-align: left;
}

.menu-section.is-full-menu .menu-accordion-item {
  scroll-margin-top: 168px;
  background: #fbf7f1;
  border-color: rgba(187, 170, 145, 0.55);
}

.menu-section.is-full-menu .menu-accordion-trigger {
  justify-content: stretch;
  min-height: auto;
  padding: 20px 24px 18px;
  text-align: left;
}

.menu-section.is-full-menu .menu-title-wrap {
  grid-template-columns: auto minmax(0, 1fr);
  justify-items: start;
  gap: 14px;
  text-align: left;
}

.menu-section.is-full-menu .menu-panel {
  height: auto;
  overflow: visible;
}

.menu-section.is-full-menu .menu-panel-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  height: auto;
  padding: 6px 24px 20px;
  overflow: visible;
}

.menu-section.is-full-menu .dish,
.menu-section.is-full-menu .menu-info,
.menu-section.is-full-menu .drink {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  align-items: center;
  text-align: left;
}

.menu-section.is-full-menu .dish p,
.menu-section.is-full-menu .menu-info p,
.menu-section.is-full-menu .drink p {
  grid-column: 1;
}

.menu-section.is-full-menu .dish-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  align-items: center;
  justify-self: end;
  grid-template-columns: 46px 126px;
  justify-items: stretch;
  gap: 12px;
  width: 184px;
  margin-top: 0;
}

.menu-section.is-full-menu .dish-actions b {
  display: grid;
  align-self: center;
  place-items: center end;
  justify-self: end;
  line-height: 1;
  text-align: right;
}

.menu-section.is-full-menu .dish-add {
  width: 126px;
}

.menu-section.is-full-menu .drink .dish-actions {
  grid-row: 1;
  justify-self: end;
}

.menu-section.is-full-menu .menu-button {
  margin-top: 22px;
}

.selection-toggle {
  position: fixed;
  z-index: 22;
  top: 108px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 17px 0 20px;
  color: #fff;
  background: #c85f2d;
  border: 1px solid rgba(255, 253, 249, 0.22);
  box-shadow: 0 18px 42px rgba(126, 54, 20, 0.34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.selection-toggle:hover,
.selection-toggle:focus-visible {
  background: #b94f22;
  box-shadow: 0 20px 46px rgba(126, 54, 20, 0.42);
  transform: translateY(-2px);
}

.selection-toggle[hidden] {
  display: none;
}

.selection-toggle b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: #8f3917;
  background: #fff6ea;
  font-size: 12px;
}

.selection-drawer {
  position: fixed;
  z-index: 35;
  inset: 0;
  display: grid;
  justify-items: end;
  background: rgba(22, 20, 18, 0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.selection-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.selection-panel {
  width: min(100%, 430px);
  height: 100%;
  padding: 30px 28px;
  overflow-y: auto;
  background: #fffdf9;
  box-shadow: -22px 0 54px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.selection-drawer.is-open .selection-panel {
  transform: translateX(0);
}

.selection-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.selection-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.selection-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.selection-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(32, 32, 32, 0.2);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.selection-intro {
  margin: 18px 0 22px;
  color: #5b554f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.selection-empty {
  padding: 24px 18px;
  color: #70695f;
  background: #f7f2ea;
  border: 1px solid rgba(211, 196, 173, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.selection-list {
  display: grid;
  gap: 12px;
}

.selection-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(211, 196, 173, 0.78);
}

.selection-item strong {
  display: block;
  color: #282522;
  font-size: 13px;
  font-weight: 900;
}

.selection-item small {
  display: block;
  margin-top: 4px;
  color: #746e68;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.selection-price {
  color: #171717;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.selection-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 9px;
}

.selection-actions button {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(183, 157, 115, 0.64);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.selection-actions button[data-selection-action="remove"] {
  padding: 0 10px;
}

.selection-actions span {
  min-width: 22px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.selection-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 2px solid rgba(32, 32, 32, 0.18);
}

.selection-summary span {
  color: #5b554f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.selection-summary strong {
  color: var(--ink);
  font-size: 18px;
}

.selection-clear {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 245px minmax(0, 1fr);
    padding-right: 28px;
    padding-left: 28px;
  }

  .brand-header {
    width: 245px;
  }

  .brand-header .brand-name {
    font-size: 44px;
  }

  .brand-header .brand-line {
    width: 24px;
  }

  .nav-group {
    gap: 24px;
  }

  .menu-accordion {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    max-width: 980px;
  }

  .menu-accordion-item:nth-child(4),
  .menu-accordion-item:nth-child(5) {
    min-height: 100%;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand-header {
    width: 220px;
  }

  .brand-header .brand-name {
    font-size: 39px;
  }

  .brand-header small {
    font-size: 9px;
  }

  .nav-group {
    gap: 18px;
  }

  .hero-copy {
    left: 40px;
    width: min(430px, calc(100% - 64px));
  }

  .hero h1 {
    font-size: 33px;
  }

  .restaurant-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 46px 36px;
  }

  .restaurant-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(183, 157, 115, 0.46);
  }

  .restaurant-page {
    padding: 132px 36px 56px;
  }

  .restaurant-story {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .restaurant-story article {
    min-height: 0;
  }

  .menu-accordion {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
    max-width: 760px;
  }

  .menu-section.is-full-menu .menu-view-nav {
    top: 78px;
    width: min(100%, 720px);
  }

  .menu-section.is-full-menu .menu-panel-inner {
    grid-template-columns: 1fr;
  }

  .menu-accordion-item:last-child {
    grid-column: 1 / -1;
  }

  .location-contact {
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    gap: 24px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .map-art {
    min-height: 340px;
  }
}

.location-contact {
  position: relative;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 36px;
  min-height: 404px;
  padding: 44px 38px 33px;
  overflow: hidden;
  background: #f4eee6;
}

.location-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.86;
  background:
    linear-gradient(35deg, transparent 0 42%, rgba(207, 197, 184, 0.55) 42.25% 42.75%, transparent 43% 100%),
    linear-gradient(140deg, transparent 0 31%, rgba(207, 197, 184, 0.45) 31.15% 31.65%, transparent 31.8% 100%),
    linear-gradient(20deg, transparent 0 58%, rgba(207, 197, 184, 0.5) 58.15% 58.65%, transparent 58.85% 100%),
    linear-gradient(95deg, transparent 0 49%, rgba(207, 197, 184, 0.48) 49.15% 49.55%, transparent 49.7% 100%),
    linear-gradient(12deg, transparent 0 18%, rgba(207, 197, 184, 0.42) 18.1% 18.55%, transparent 18.7% 100%),
    #f2ede7;
}

.map-art {
  position: relative;
  z-index: 1;
  grid-column: 2;
  min-height: 332px;
  overflow: hidden;
  background: #eee8df;
  border: 1px solid rgba(190, 176, 154, 0.58);
  box-shadow: 0 18px 45px rgba(44, 38, 32, 0.08);
}

.map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.22) contrast(0.98) saturate(0.86);
  pointer-events: none;
}

.map-frame:not([src]) {
  opacity: 0;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  color: #3f3830;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.4), rgba(211, 196, 173, 0.34)),
    #eee8df;
  text-align: center;
}

.map-placeholder strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.map-placeholder span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.map-cover {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: end;
  padding: 22px;
}

.map-cover span {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: rgba(24, 24, 24, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.contact-details {
  position: relative;
  z-index: 1;
}

.contact-details {
  grid-column: 1;
}

.contact-details h2 {
  font-size: 26px;
  line-height: 1.1;
  white-space: nowrap;
}

.contact-details .accent-line {
  margin: 24px 0 29px;
}

.contact-row {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 13px;
  margin-bottom: 16px;
}

.contact-icon {
  color: #1f1f1f;
  font-size: 21px;
  line-height: 1;
}

.contact-row p,
.hours {
  margin: 0;
  color: #3e3b38;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-row strong {
  letter-spacing: 0.5px;
}

.map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
}

.map-links a {
  color: #24211f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(36, 33, 31, 0.42);
}

.map-links a:hover,
.map-links a:focus-visible {
  border-color: #24211f;
}

.phone-link {
  color: #24211f;
  font-weight: 900;
  border-bottom: 1px solid rgba(36, 33, 31, 0.36);
}

.phone-link:hover,
.phone-link:focus-visible {
  border-color: #24211f;
}

.contact-details h3 {
  margin: 25px 0 8px;
  color: #79716a;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-details em {
  display: block;
  margin-top: 12px;
  color: #5d5751;
  font-size: 12px;
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 36px;
  padding: 24px 42px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--footer);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-page {
  min-height: calc(100vh - 88px);
  padding: 132px clamp(24px, 7vw, 112px) 64px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0.84)),
    url("assets/zayma-hero-1200.webp") center / cover;
}

.legal-content {
  max-width: 820px;
  padding: 34px 36px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(211, 196, 173, 0.62);
}

.legal-content h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.legal-content h2 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.legal-content p {
  margin: 0 0 16px;
  color: #514c47;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.legal-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
  color: #514c47;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.legal-content li + li {
  margin-top: 6px;
}

.legal-updated {
  color: #7c6f63;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.legal-notice {
  margin: 22px 0;
  padding: 18px 20px;
  background: rgba(203, 91, 42, 0.1);
  border: 1px solid rgba(203, 91, 42, 0.28);
}

.legal-notice p:last-child {
  margin-bottom: 0;
}

.legal-content a:not(.button) {
  color: #24211f;
  font-weight: 900;
  border-bottom: 1px solid rgba(36, 33, 31, 0.36);
}

.footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.made-with-love {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.made-with-love span {
  color: #c85f2d;
}

.made-with-love a {
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.made-with-love a:hover,
.made-with-love a:focus-visible {
  color: #fff;
  border-color: #fff;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 0;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.74);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.45px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-legal a:first-child {
  border-left: 0;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #fff;
}

@media (max-width: 920px) {
  .site-footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px 26px;
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 84px;
    padding: 20px 24px 0;
  }

  .brand-header {
    justify-self: start;
    transform: none;
    width: 210px;
  }

  .brand-header .brand-name {
    font-size: 39px;
  }

  .brand-header small {
    font-size: 8px;
  }

  .brand-header .brand-line {
    width: 21px;
  }

  .nav-group {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 1px solid rgba(32, 32, 32, 0.18);
    background: rgba(255, 253, 249, 0.75);
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: var(--ink);
  }

  .mobile-panel {
    position: fixed;
    z-index: 19;
    top: 83px;
    left: 0;
    right: 0;
    display: grid;
    gap: 1px;
    padding: 0 24px 20px;
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-130%);
    transition: transform 180ms ease;
  }

  .mobile-panel.is-open {
    transform: translateY(0);
  }

  .mobile-panel a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(189, 177, 161, 0.35);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hero {
    min-height: 620px;
    background-position: 61% top;
  }

  .hero-copy {
    top: 150px;
    left: 24px;
    width: min(470px, calc(100% - 48px));
    margin-left: 0;
    padding-top: 0;
  }

  .hero h1 {
    font-size: 35px;
  }

  .menu-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-accordion {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .menu-section.is-full-menu {
    padding-right: 22px;
    padding-left: 22px;
  }

  .menu-section.is-full-menu .menu-view-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: none;
  }

  .menu-section.is-full-menu .menu-view-nav::-webkit-scrollbar {
    display: none;
  }

  .menu-section.is-full-menu .menu-view-nav a {
    flex: 0 0 auto;
    min-height: 36px;
  }

  .menu-section.is-full-menu .menu-accordion-item {
    scroll-margin-top: 148px;
  }

  .menu-accordion-item:last-child {
    grid-column: 1 / -1;
  }

  .location-contact {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }

  .map-art {
    grid-column: 1;
    min-height: 280px;
  }

  .contact-details {
    grid-column: 1;
  }

  .site-footer {
    gap: 14px;
    padding: 24px 24px 28px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 700px;
    background-position: 64% top;
    background-image: url("assets/zayma-hero-768.webp");
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.92) 0%, rgba(255, 253, 249, 0.76) 48%, rgba(255, 253, 249, 0.22) 100%),
      linear-gradient(90deg, rgba(255, 253, 249, 0.95), rgba(255, 253, 249, 0.38));
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-actions {
    flex-direction: column;
    width: min(265px, 100%);
    gap: 13px;
  }

  .restaurant-section {
    padding: 42px 24px;
  }

  .restaurant-section h2 {
    font-size: 29px;
  }

  .restaurant-copy p {
    font-size: 14px;
    line-height: 1.65;
  }

  .restaurant-highlights {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .restaurant-highlights strong {
    font-size: 18px;
  }

  .restaurant-page {
    padding: 120px 24px 44px;
    background:
      linear-gradient(90deg, rgba(255, 253, 249, 0.94), rgba(255, 253, 249, 0.78)),
      url("assets/zayma-hero-768.webp") center / cover;
  }

  .restaurant-page-hero p {
    font-size: 15px;
  }

  .restaurant-story {
    gap: 12px;
    margin-top: 32px;
  }

  .restaurant-story article {
    padding: 24px 20px;
  }

  .restaurant-story h2 {
    font-size: 22px;
  }

  .restaurant-signature {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 22px 20px;
  }

  .restaurant-page-actions {
    flex-direction: column;
    width: min(265px, 100%);
  }

  .restaurant-seo-copy {
    margin-top: 18px;
    padding: 24px 20px;
  }

  .restaurant-seo-copy h2 {
    font-size: 22px;
  }

  .menu-section h2 {
    font-size: 29px;
  }

  .menu-accordion-trigger {
    min-height: 138px;
  }

  .menu-label {
    font-size: 19px;
  }

  .menu-note {
    font-size: 10px;
  }

  .dish-add {
    min-height: 44px;
  }

  .menu-accordion {
    grid-template-columns: 1fr;
  }

  .menu-section.is-full-menu {
    padding-right: 18px;
    padding-left: 18px;
  }

  .menu-section.is-full-menu .menu-view-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    top: 78px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .menu-section.is-full-menu .menu-accordion-trigger {
    min-height: auto;
    padding: 18px;
  }

  .menu-section.is-full-menu .menu-title-wrap {
    gap: 12px;
  }

  .menu-section.is-full-menu .menu-panel-inner {
    padding: 4px 18px 18px;
  }

  .menu-section.is-full-menu .dish,
  .menu-section.is-full-menu .drink {
    column-gap: 12px;
  }

  .menu-section.is-full-menu .dish-add {
    width: 110px;
    min-height: 44px;
    padding: 0 10px;
  }

  .menu-section.is-full-menu .dish-actions {
    grid-template-columns: 40px 110px;
    gap: 10px;
    width: 160px;
  }

  .menu-section.is-full-menu .menu-view-nav a {
    grid-column: span 2;
    min-height: 34px;
    padding: 0 7px;
    font-size: 10px;
  }

  .menu-section.is-full-menu .menu-view-nav a:nth-child(4),
  .menu-section.is-full-menu .menu-view-nav a:nth-child(5) {
    grid-column: span 3;
  }

  .menu-accordion-item:last-child {
    grid-column: auto;
  }

  .contact-details h2 {
    font-size: 25px;
    white-space: normal;
  }

  .map-art {
    min-height: 250px;
  }

  .map-cover {
    padding: 16px;
  }

  .map-cover span {
    min-height: 39px;
    padding: 0 14px;
    font-size: 10px;
  }

  .site-footer {
    gap: 15px;
    padding: 23px 22px 25px;
    text-align: center;
  }

  .legal-page {
    padding: 112px 22px 44px;
    background:
      linear-gradient(90deg, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0.84)),
      url("assets/zayma-hero-768.webp") center / cover;
  }

  .legal-content {
    padding: 26px 22px;
  }

  .footer-copyright {
    font-size: 10px;
    line-height: 1.5;
  }

  .footer-legal a {
    min-height: 44px;
    padding: 0 12px;
  }

  .footer-legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
    width: min(100%, 330px);
  }

  .footer-legal a {
    padding: 0 10px;
    border-left: 0;
    font-size: 10px;
    line-height: 1.25;
  }

  .footer-legal a:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .selection-toggle {
    top: 96px;
    right: 18px;
    min-height: 46px;
  }

  .selection-panel {
    width: 100%;
    padding: 26px 22px;
  }
}
