:root {
  --red: #a30f1d;
  --red-dark: #7d0b15;
  --charcoal: #181817;
  --ink: #221d1c;
  --muted: #6d6760;
  --line: #ddd8d0;
  --paper: #f8f6f2;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(35, 28, 24, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.drawer-open {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
}

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

#menu,
#prenota,
#dove,
#classiche,
#speciali,
#specialissime,
#calzoni,
#pinsa,
#impasti,
.anchor-target {
  scroll-margin-top: 118px;
}

.anchor-target {
  display: block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 14px clamp(18px, 5vw, 56px);
  background: rgba(24, 24, 23, 0.94);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.brand-main {
  color: #b3212b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 51px);
  font-weight: 800;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 2px 0 rgba(0, 0, 0, 0.2);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 11px solid #b3212b;
  border-left-color: transparent;
  border-radius: 50%;
  background: var(--white);
  color: #9e1720;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 800;
}

nav {
  display: flex;
  gap: clamp(16px, 3vw, 42px);
  font-weight: 700;
}

nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.button.primary {
  background: linear-gradient(180deg, #bd1d2a, #97101b);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(163, 15, 29, 0.26);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.65);
}

.button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.button.wide {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: center;
  min-height: calc(100vh - 86px);
  background:
    radial-gradient(circle at 72% 30%, rgba(190, 34, 42, 0.22), transparent 24%),
    linear-gradient(115deg, rgba(24, 24, 23, 0.98) 0%, rgba(24, 24, 23, 0.95) 52%, rgba(24, 24, 23, 0.78) 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-copy {
  padding: clamp(44px, 6vw, 80px) clamp(22px, 5.5vw, 72px);
  min-width: 0;
}

.hero h1,
.section-heading h2,
.reservation-copy h2,
.location-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 100%;
  font-size: clamp(38px, 5.1vw, 72px);
  white-space: nowrap;
}

.hero p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(23px, 3.5vw, 36px);
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 560px;
  margin: 42px 0 0;
}

.hero-details div {
  min-width: 0;
}

.hero-details dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-details dd {
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hero-media {
  align-self: stretch;
  min-height: 520px;
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -12%;
  background: linear-gradient(90deg, rgba(24, 24, 23, 0.98), transparent 26%, transparent 100%);
  z-index: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.08) contrast(1.02);
}

.full-menu {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 56px);
}

.hero {
  order: 1;
}

.quick-actions {
  order: 2;
}

.full-menu {
  order: 3;
}

.reservation-section {
  order: 4;
}

.location-section {
  order: 5;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px clamp(18px, 5vw, 56px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.quick-action {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  text-decoration: none;
}

.quick-action.primary {
  background: linear-gradient(135deg, var(--red-dark), #bd1d2a);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(163, 15, 29, 0.22);
}

.quick-action strong {
  font-size: 18px;
}

.quick-action span {
  color: var(--muted);
  line-height: 1.35;
}

.quick-action.primary span {
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto 22px;
}

.section-heading h2,
.reservation-copy h2,
.location-card h2 {
  color: var(--red-dark);
  font-size: clamp(38px, 5vw, 56px);
}

.section-heading p,
.reservation-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(125, 11, 21, 0.32);
  border-radius: var(--radius);
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-link:hover {
  background: rgba(163, 15, 29, 0.08);
}

.menu-tabs {
  display: flex;
  gap: 10px;
  max-width: 1180px;
  margin: -4px auto 24px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.menu-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(125, 11, 21, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.menu-tabs a:hover {
  background: rgba(163, 15, 29, 0.09);
}

.menu-layout {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}

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

.menu-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.menu-index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(163, 15, 29, 0.09);
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 850;
}

.menu-item h3 {
  margin: 0;
  font-size: 21px;
}

.menu-item p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.35;
}

.price {
  color: var(--red-dark);
  font-size: 20px;
  font-weight: 850;
  white-space: nowrap;
}

.add-button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(125, 11, 21, 0.22);
  border-radius: 50%;
  background: var(--white);
  color: var(--red-dark);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.order-panel,
.reservation-panel {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.order-panel {
  position: sticky;
  top: 110px;
}

.order-panel h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--red-dark), #bd1d2a);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 26px 28px 28px;
}

.form-grid.compact {
  padding: 0;
}

label {
  display: grid;
  gap: 7px;
  color: #332c29;
  font-size: 13px;
  font-weight: 780;
}

input,
select {
  width: 100%;
  height: 46px;
  border: 1px solid #cec7bd;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  padding: 0 12px;
}

.cart {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid #efe8df;
  border-radius: var(--radius);
  background: #fbfaf8;
}

.cart strong,
.cart output {
  display: block;
  font-size: 24px;
  font-weight: 850;
}

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

.form-grid .wide,
.confirmation {
  grid-column: 1 / -1;
}

.confirmation {
  min-height: 22px;
  margin: 0;
  color: var(--red-dark);
  font-weight: 800;
}

.order-panel > .confirmation {
  padding: 0 28px 24px;
}

.floating-order {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #c8192a, #94101b);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(163, 15, 29, 0.42);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.floating-order strong,
.floating-order small {
  display: block;
  line-height: 1.05;
}

.floating-order small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 800;
  text-transform: none;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.48);
}

.order-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 41;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(960px, 100vw);
  height: 100vh;
  background: var(--paper);
  color: var(--ink);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.34);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

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

.drawer-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 40px);
  background: var(--charcoal);
  color: var(--white);
}

.drawer-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.95;
}

.drawer-header p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.drawer-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
}

.drawer-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
  gap: 24px;
  min-height: 0;
  padding: 24px clamp(18px, 4vw, 40px);
  overflow: auto;
}

.drawer-menu h3,
.drawer-form h3 {
  margin: 0 0 16px;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.drawer-tools {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.drawer-tools label {
  color: var(--ink);
}

.drawer-tools input {
  background: var(--white);
}

.drawer-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.drawer-filter {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(125, 11, 21, 0.22);
  border-radius: 999px;
  background: var(--white);
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
  cursor: pointer;
}

.drawer-filter.active {
  background: var(--red-dark);
  color: var(--white);
}

.drawer-menu-list {
  display: grid;
  gap: 8px;
}

.drawer-menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 34px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.drawer-menu-item h4 {
  margin: 0;
  font-size: 16px;
}

.drawer-menu-item small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.3;
}

.drawer-menu-item b {
  color: var(--red-dark);
  white-space: nowrap;
}

.drawer-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(125, 11, 21, 0.28);
  border-radius: var(--radius);
  color: var(--muted);
}

.drawer-form {
  position: sticky;
  top: 0;
  display: grid;
  gap: 14px;
  align-self: start;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.drawer-cart {
  display: flex;
}

.reservation-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: 36px;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 56px);
  background: var(--charcoal);
  color: var(--white);
}

.reservation-copy,
.reservation-panel {
  max-width: 1180px;
}

.reservation-copy {
  justify-self: end;
  max-width: 390px;
  padding-top: 10px;
}

.reservation-copy h2 {
  color: var(--white);
}

.reservation-copy p {
  color: rgba(255, 255, 255, 0.76);
  margin-top: 18px;
}

.reservation-panel {
  width: min(760px, 100%);
  padding: 28px;
  background:
    radial-gradient(circle at 90% 15%, rgba(163, 15, 29, 0.32), transparent 24%),
    #232321;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.reservation-panel label {
  color: rgba(255, 255, 255, 0.9);
}

.table-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 22px 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.table-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.table-legend i {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.table-legend .available {
  background: var(--white);
}

.table-legend .selected {
  background: var(--red);
}

.table-legend .occupied {
  background: #696662;
}

.table-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 26px;
  align-items: center;
  min-height: 250px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
}

.table {
  height: 44px;
  border: 0;
  border-radius: 5px;
  color: #1d1918;
  font-weight: 850;
  cursor: pointer;
}

.table.round {
  width: 48px;
  height: 48px;
  justify-self: center;
  border-radius: 50%;
}

.table.wide {
  grid-column: span 2;
}

.table.available {
  background: var(--white);
}

.table.selected {
  background: var(--red);
  color: var(--white);
}

.table.occupied {
  background: #67635d;
  color: rgba(255, 255, 255, 0.72);
  cursor: not-allowed;
}

.complete-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.menu-category {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.menu-category.featured {
  background:
    linear-gradient(135deg, rgba(163, 15, 29, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.92);
  border-color: rgba(163, 15, 29, 0.22);
}

.menu-category h3 {
  margin: 0 0 18px;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.menu-category ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 36px;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(125, 11, 21, 0.12);
}

.menu-category li:first-child {
  border-top: 0;
}

.menu-category strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
}

.menu-category small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.menu-category b {
  color: var(--red-dark);
  font-size: 17px;
  white-space: nowrap;
}

.menu-category .add-button {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #bd1d2a, #97101b);
  border-color: transparent;
  color: var(--white);
}

.location-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.45fr) minmax(0, 1fr);
  min-height: 310px;
  color: var(--white);
}

.location-card {
  padding: clamp(34px, 5vw, 56px);
  background: linear-gradient(145deg, var(--red-dark), #bd1d2a);
}

.location-card h2 {
  color: var(--white);
}

.location-card p {
  margin: 14px 0;
  font-size: 18px;
  line-height: 1.45;
}

.map-visual {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 310px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background:
    linear-gradient(35deg, transparent 47%, #e0ddd5 48%, #e0ddd5 51%, transparent 52%),
    linear-gradient(142deg, transparent 44%, #e7e3dc 45%, #e7e3dc 48%, transparent 49%),
    linear-gradient(90deg, transparent 30%, rgba(65, 154, 190, 0.35) 31%, rgba(65, 154, 190, 0.35) 38%, transparent 39%),
    #f3f0e9;
}

.map-visual::after {
  content: "Apri rotas";
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(24, 24, 23, 0.86);
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.map-visual:hover::after,
.map-visual:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.map-visual:focus-visible {
  outline: 3px solid rgba(163, 15, 29, 0.45);
  outline-offset: -6px;
}

.street {
  position: absolute;
  color: #77716a;
  font-weight: 800;
}

.street.one {
  top: 46%;
  left: 18%;
  transform: rotate(-24deg);
}

.street.two {
  top: 28%;
  right: 18%;
  transform: rotate(78deg);
}

.street.three {
  top: 54%;
  left: 44%;
  color: #2f2d2b;
  font-size: 24px;
}

.pin {
  position: absolute;
  top: 38%;
  left: 49%;
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 0;
  background: var(--red);
  transform: rotate(-45deg);
  box-shadow: 0 12px 20px rgba(125, 11, 21, 0.26);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--white);
}

footer {
  padding: 28px 18px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    align-items: center;
  }

  .hero-copy {
    padding-right: 28px;
  }

  .hero h1 {
    font-size: clamp(34px, 4.9vw, 56px);
  }

  .hero p {
    max-width: 390px;
    font-size: clamp(20px, 3vw, 30px);
  }

  .hero-details {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 14px;
  }

  .hero-media {
    min-height: calc(100vh - 86px);
    order: initial;
  }

  .hero-media::before {
    inset: 0 0 0 -12%;
    height: auto;
    background: linear-gradient(90deg, rgba(24, 24, 23, 0.98), transparent 26%, transparent 100%);
  }
}

@media (max-width: 940px) {
  .site-header {
    flex-wrap: wrap;
    min-height: auto;
    gap: 14px;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .menu-layout,
  .reservation-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .quick-actions,
  .menu-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  }

  .hero-copy {
    padding: clamp(34px, 7vw, 54px) clamp(18px, 4vw, 42px);
  }

  .hero h1 {
    font-size: clamp(30px, 4.6vw, 42px);
  }

  .section-heading,
  .complete-menu-grid {
    grid-template-columns: 1fr;
  }

  .hero-details {
    grid-template-columns: 1fr;
    max-width: 230px;
    gap: 14px;
  }

  .section-heading {
    display: grid;
  }

  .order-panel {
    position: static;
  }

  .drawer-body {
    grid-template-columns: 1fr;
  }

  .drawer-form {
    position: static;
  }

  .reservation-copy {
    justify-self: start;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
  }

  .site-header .brand-main {
    font-size: 34px;
  }

  .site-header .brand-mark {
    width: 58px;
    height: 58px;
    border-width: 9px;
    font-size: 16px;
  }

  nav a {
    min-width: max-content;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero-copy {
    padding-top: 40px;
  }

  .hero-details {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
  }

  .hero-details dd {
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  .header-cta {
    min-height: 42px;
    padding: 0 14px;
  }

  .floating-order {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .drawer-header {
    padding: 22px 18px;
  }

  .drawer-body {
    padding: 18px;
  }

  .drawer-menu-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .drawer-menu-item .add-button {
    grid-column: 1 / -1;
  }

  .menu-category li {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-category li .add-button {
    grid-column: 1 / -1;
    width: 100%;
    border-radius: 6px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
    font-size: 16px;
    border-width: 9px;
  }

  .hero-media {
    min-height: calc(100vh - 126px);
  }

  .hero h1 {
    font-size: clamp(27px, 7.2vw, 36px);
  }

  .hero-copy {
    padding: 34px 16px 34px 22px;
  }

  .hero-details,
  .form-grid,
  .form-grid.compact {
    grid-template-columns: 1fr;
  }

  .hero p {
    max-width: 230px;
    font-size: clamp(18px, 5vw, 22px);
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button {
    width: min(230px, 100%);
    min-height: 48px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero-details dd {
    font-size: 14px;
  }

  .menu-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .menu-index {
    width: 42px;
    height: 42px;
  }

  .price {
    grid-column: 2;
  }

  .menu-item .add-button,
  .drawer-menu-item .add-button,
  .menu-category li .add-button {
    grid-column: 1 / -1;
    width: 100%;
    border-radius: 6px;
  }

  .table-map {
    gap: 12px;
    padding: 12px;
  }
}
