:root {
  --brand-yellow: #ffed00;
  --brand-magenta: #e71f85;
  --brand-blue: #18b8d8;
  --brand-yellow-soft: rgba(255, 237, 0, 0.45);
  --ink: #231722;
  --paper: #fffdf8;
  --line: rgba(35, 23, 34, 0.14);
  --font-body: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  --font-brand: "Barletta", "BarlettaRegular", "Montserrat", sans-serif;
  --layout-max: 1560px;
}

@font-face {
  font-family: "Barletta";
  src: local("Barletta"), local("BarlettaRegular");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  background: var(--brand-blue);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--brand-blue);
  font-family: var(--font-body);
  padding-bottom: 84px;
  position: relative;
  min-height: 100dvh;
}

body::before {
  content: none;
}

body > * {
  position: relative;
  z-index: 1;
}

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

h1,
h2,
h3,
.logo-text,
.page-kicker {
  font-family: var(--font-brand);
  letter-spacing: 0.03em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #16afcf;
  background-image:
    linear-gradient(180deg, rgba(28, 184, 216, 0.9) 0%, rgba(20, 166, 200, 0.9) 70%, rgba(19, 151, 186, 0.9) 100%),
    url("motivo-letrero-2.svg");
  background-repeat: no-repeat, repeat;
  background-position: center, left top;
  background-size: 100% 100%, 640px auto;
  background-blend-mode: normal;
  border-bottom: 4px solid var(--brand-magenta);
  box-shadow: inset 0 1px 0 rgba(255, 237, 0, 0.38);
  padding-top: env(safe-area-inset-top, 0);
  isolation: isolate;
}

.site-header::before {
  content: none;
}

.header-inner {
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 0.75rem 0.9rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none;
  margin: 0 auto;
}

.brand-logo {
  width: 120px;
  height: auto;
}

.nav-row {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.1rem;
}

.nav-row::-webkit-scrollbar {
  display: none;
}

.header-cart-link {
  position: absolute;
  top: 0.82rem;
  right: 0.92rem;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(8, 88, 112, 0.35);
  color: #fffef8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-cart-icon {
  width: 21px;
  height: 21px;
}

.header-cart-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 6px;
  top: 6px;
  background: #ff3347;
  box-shadow: 0 0 0 2px rgba(10, 130, 162, 0.95);
}

.nav-link {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  background: rgba(35, 23, 34, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.48rem 0.75rem;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-link.active {
  background: var(--brand-yellow);
  color: #321523;
  border-color: rgba(35, 23, 34, 0.25);
}

.btn {
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 0.62rem 1rem;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-order {
  background: linear-gradient(135deg, #d91373, var(--brand-magenta));
  color: #fffef8;
  border: 2px solid rgba(255, 237, 0, 0.9);
  box-shadow: 0 12px 24px rgba(231, 31, 133, 0.2);
}

.site-header .btn-order {
  display: none;
}

.btn-outline {
  border: 2px solid var(--brand-yellow);
  color: #2f1825;
  background: var(--brand-yellow);
}

.page {
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 0.95rem 0.75rem 1.4rem;
}

.page-kicker {
  color: var(--brand-yellow);
  font-size: 1.05rem;
  margin: 0;
  font-family: var(--font-brand);
  text-shadow: 0 1px 0 rgba(25, 30, 40, 0.2);
}

.hero {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 64vh;
  display: grid;
  align-items: end;
  border: none;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background: url("hero-vertical-orale.jpg?v=1") center top / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 1.05rem;
  color: #fffdf5;
}

.hero h1 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(1.95rem, 10.5vw, 4.5rem);
  line-height: 0.96;
  max-width: 14ch;
}

@media (max-width: 859px) {
  .hero {
    min-height: 70vh;
  }

  .hero-content {
    padding: 0.92rem;
  }

  .hero h1 {
    margin: 0.12rem 0 0.48rem;
    font-size: clamp(1.62rem, 7.7vw, 2.5rem);
    line-height: 1.1;
    max-width: 21ch;
    letter-spacing: 0.01em;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .hero p,
  .section p,
  .featured-copy p,
  .story-copy p {
    line-height: 1.42;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
  }

  .section h2,
  .featured-copy h3,
  .story-copy h2 {
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
  }

  .menu-page .page-hero h1 {
    font-size: clamp(1.5rem, 7.1vw, 2.2rem);
    line-height: 1.1;
    max-width: 18ch;
    text-wrap: balance;
  }

  .menu-page .page-hero p {
    max-width: 34ch;
    line-height: 1.4;
  }

  .menu-page .menu-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    overflow: visible;
    margin-top: 0.75rem;
  }

  .menu-page .chip {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
    padding: 0.5rem 0.6rem;
  }

  .menu-page .menu-item-card {
    grid-template-columns: 96px 1fr;
    gap: 0.6rem;
  }

  .menu-page .menu-item-info h3 {
    max-width: none;
  }
}

.hero p {
  margin: 0 0 0.95rem;
  max-width: 44ch;
  font-size: 1.03rem;
  font-family: var(--font-body);
}

.hero-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.hero-actions .btn-outline {
  background: transparent;
  color: #fffef8;
  border-color: rgba(255, 255, 255, 0.86);
}

.hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
}

.motif-strip {
  display: none;
}

.section {
  margin: 1rem 0 1.25rem;
}

.section h2 {
  font-size: clamp(1.7rem, 8vw, 3rem);
  margin: 0 0 0.45rem;
  color: var(--brand-magenta);
}

.section p {
  margin: 0;
  max-width: 58ch;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.72rem;
}

.featured-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.featured-link {
  text-decoration: none;
  display: block;
}

.featured-link:focus-visible {
  outline: 2px solid var(--brand-yellow);
  outline-offset: 4px;
}

.photo-slot {
  min-height: 220px;
  background:
    linear-gradient(145deg, rgba(24, 184, 216, 0.35), rgba(255, 237, 0, 0.32)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.09) 0 8px, transparent 8px 16px);
  position: relative;
  border-radius: 2px;
}

.photo-slot::before {
  content: "";
  display: none;
}

.featured-copy {
  padding: 0.8rem 0;
  color: #fffef8;
  text-shadow: 0 2px 12px rgba(15, 20, 30, 0.25);
}

.featured-copy h3 {
  margin: 0;
  font-size: 1.45rem;
  color: var(--brand-yellow);
  text-shadow: 0 2px 10px rgba(12, 25, 35, 0.34);
}

.featured-copy p {
  margin-top: 0.25rem;
}

.featured-carousel {
  position: relative;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}

.featured-slide {
  flex: 0 0 100%;
}

.featured-slide .photo-slot {
  min-height: 250px;
}

.carousel-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 237, 0, 0.82);
  border-radius: 999px;
  background: rgba(13, 26, 36, 0.66);
  color: #fffef8;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.carousel-nav.prev {
  left: 8px;
}

.carousel-nav.next {
  right: 8px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.carousel-dot.is-active {
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
}

.editorial-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.story-copy {
  border-left: 10px solid var(--brand-magenta);
  box-shadow: inset 4px 0 0 var(--brand-yellow);
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0.9rem;
  color: #fffef8;
  text-shadow: 0 2px 10px rgba(15, 20, 30, 0.2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.gallery-grid .photo-slot {
  min-height: 150px;
  border-radius: 2px;
  border: none;
}

.gallery-grid .photo-slot.big {
  grid-column: span 2;
  min-height: 220px;
}

.social-location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.social-card,
.map-card {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  padding: 0.95rem;
  color: #fffef8;
}

.social-card h3,
.map-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
}

.social-card p,
.map-card p {
  margin: 0;
}

.social-links {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.map-embed {
  width: 100%;
  min-height: 250px;
  margin: 0.65rem 0 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2px;
}

.footer-panel {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  color: #fffef8;
}

.site-footer {
  margin-top: 1rem;
  padding: 1rem 0.75rem 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  color: #fffef8;
  background: transparent;
}

.site-footer-brand {
  display: grid;
  gap: 0.08rem;
}

.site-footer-copy,
.site-footer-meta {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.site-footer-copy {
  font-size: 0.98rem;
  font-weight: 700;
  color: #fffef8;
}

.site-footer-meta {
  opacity: 0.78;
}

.site-footer-credit {
  text-decoration: none;
  color: var(--brand-yellow);
  font-weight: 700;
  font-size: 0.83rem;
  letter-spacing: 0.015em;
  width: fit-content;
}

.site-footer-credit:hover {
  color: #fff6ba;
}

.site-footer-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  opacity: 0.93;
}

.site-footer-link {
  display: inline-block;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  padding: 0;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
}

.site-footer-link:hover {
  color: var(--brand-yellow);
}

.site-footer-link:not(:last-child)::after {
  content: "•";
  margin-left: 0.55rem;
  color: rgba(255, 255, 255, 0.6);
}

.mobile-order {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
  text-align: center;
}

.menu-page .mobile-order {
  display: none;
}

.page-hero {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0.95rem 0;
  margin-bottom: 0.9rem;
  color: #fffef8;
  text-shadow: 0 2px 10px rgba(15, 20, 30, 0.22);
}

.page-hero h1 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(1.8rem, 8.5vw, 3.6rem);
  line-height: 1;
  max-width: 16ch;
  color: var(--brand-magenta);
}

.page-hero p {
  max-width: 50ch;
}

.menu-chips {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0.8rem 0 0.65rem;
}

.menu-chips::-webkit-scrollbar {
  display: none;
}

.chip {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: rgba(35, 23, 34, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  appearance: none;
}

.chip.is-active {
  background: var(--brand-yellow);
  color: #321523;
  border-color: rgba(35, 23, 34, 0.25);
}

.menu-section {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  padding: 0.9rem 0;
  margin-bottom: 0.5rem;
  scroll-margin-top: 120px;
  color: #fffef8;
}

.menu-section-head {
  margin-bottom: 0.35rem;
}

.menu-section h2 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  color: var(--brand-yellow);
  text-shadow: 0 2px 10px rgba(12, 25, 35, 0.2);
}

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

.menu-item-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: start;
  gap: 0.7rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.menu-item-card:hover {
  transform: translateY(-2px);
}

.menu-item-card:focus-visible {
  outline: 2px solid var(--brand-yellow);
  outline-offset: 4px;
  border-radius: 4px;
}

.menu-item-card:last-child {
  border-bottom: none;
}

.menu-item-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 237, 0, 0.35), rgba(231, 31, 133, 0.2)),
    url("motivo-letrero-2.svg") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.menu-item-info h3 {
  margin: 0;
  color: #fffef8;
  font-size: 1.15rem;
  font-family: var(--font-brand);
  max-width: 24ch;
}

.menu-item-desc {
  margin: 0.2rem 0 0;
  color: rgba(255, 254, 248, 0.92);
  font-size: 0.92rem;
  line-height: 1.35;
}

.menu-item-price {
  margin: 0.3rem 0 0;
  color: var(--brand-yellow);
  font-weight: 700;
  font-size: 0.95rem;
}

.menu-item-actions {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(10, 20, 30, 0.22);
}

.qty-btn {
  border: none;
  background: transparent;
  color: #fffef8;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.qty-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.qty-value {
  min-width: 30px;
  text-align: center;
  font-weight: 700;
  color: #fffef8;
  font-size: 0.9rem;
}

.add-cart-btn {
  padding: 0.38rem 0.7rem;
  font-size: 0.88rem;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fffef8;
}

.add-cart-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.cart-panel {
  margin-top: 1rem;
  padding: 0.9rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(7, 96, 124, 0.35);
  backdrop-filter: blur(3px);
}

.cart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.cart-panel h2 {
  margin: 0;
  color: var(--brand-yellow);
  font-size: 1.4rem;
}

.cart-clear {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fffef8;
  padding: 0.28rem 0.55rem;
  font-family: var(--font-body);
  font-size: 0.84rem;
  cursor: pointer;
}

.cart-clear:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-empty {
  margin: 0 0 0.55rem;
  color: rgba(255, 254, 248, 0.9);
}

.cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
  padding-top: 0.5rem;
}

.cart-item-title {
  margin: 0;
  font-weight: 700;
  color: #fffef8;
}

.cart-item-price {
  margin: 0.12rem 0 0;
  color: rgba(255, 254, 248, 0.86);
  font-size: 0.84rem;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.cart-remove {
  border: none;
  background: transparent;
  color: var(--brand-magenta);
  font-weight: 700;
  cursor: pointer;
  font-size: 0.8rem;
}

.cart-total {
  margin: 0.7rem 0 0.2rem;
  color: var(--brand-yellow);
  font-weight: 700;
}

.cart-note {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  color: rgba(255, 254, 248, 0.82);
}

.cart-order-btn {
  width: 100%;
}

.cart-order-btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body.modal-open {
  overflow: hidden;
}

.dish-dialog {
  border: none;
  background: transparent;
  padding: 0;
  width: min(920px, calc(100vw - 24px));
}

.dish-dialog::backdrop {
  background:
    linear-gradient(180deg, rgba(11, 24, 33, 0.82), rgba(11, 24, 33, 0.72)),
    url("motivo-letrero-2.svg") center / 360px repeat;
}

.dish-modal {
  position: relative;
  background: #fffef9;
  color: var(--ink);
  border: 4px solid var(--brand-yellow);
  box-shadow: 0 24px 60px rgba(8, 18, 27, 0.35);
  display: grid;
  grid-template-columns: 1fr;
}

.dish-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border: none;
  background: rgba(35, 23, 34, 0.08);
  color: var(--ink);
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
  border-radius: 0;
}

.dish-modal-photo {
  min-height: 220px;
  background:
    linear-gradient(160deg, rgba(255, 237, 0, 0.4), rgba(24, 184, 216, 0.25)),
    url("motivo-letrero-2.svg") center / cover no-repeat;
}

.dish-modal-copy {
  padding: 1rem 0.95rem;
}

.dish-modal-kicker {
  margin: 0;
  color: var(--brand-magenta);
  font-family: var(--font-brand);
}

.dish-modal-copy h2 {
  margin: 0.25rem 0 0.4rem;
  color: var(--ink);
}

.dish-modal-desc {
  margin: 0 0 0.35rem;
  line-height: 1.5;
}

.dish-modal-price {
  margin: 0 0 0.9rem;
  color: var(--brand-magenta);
  font-weight: 800;
}

.dish-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
}

.dish-qty-label {
  margin: 0;
  font-weight: 700;
}

.dish-add-btn {
  width: 100%;
  margin-bottom: 0.55rem;
  background: transparent;
  border-color: rgba(35, 23, 34, 0.4);
  color: var(--ink);
}

.dish-order-btn {
  width: 100%;
}

.menu-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.contact-card {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  padding: 0.9rem;
  color: #fffef8;
}

.contact-card p {
  max-width: 34ch;
}

@media (min-width: 860px) {
  body {
    padding-bottom: 0;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .brand {
    margin: 0;
    justify-content: flex-start;
  }

  .nav-row {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
  }

  .hero-content {
    padding: 1.55rem;
  }

  .page {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-item.wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
  }

  .featured-item.wide .photo-slot {
    min-height: 280px;
  }

  .featured-slide .photo-slot {
    min-height: 320px;
  }

  .carousel-nav {
    width: 46px;
    height: 46px;
  }

  .editorial-split {
    grid-template-columns: 1.05fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-grid .photo-slot.big {
    grid-column: span 2;
  }

  .social-location-grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }

  .map-embed {
    min-height: 320px;
  }

  .footer-panel {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.3rem;
  }

  .site-footer-brand {
    flex: 1 1 230px;
  }

  .site-footer-actions {
    flex: 1 1 220px;
    justify-content: center;
  }

  .site-footer-credit {
    flex: 0 0 auto;
  }

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

  .menu-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.1rem;
  }

  .dish-modal {
    grid-template-columns: 1.05fr 1fr;
  }

  .dish-modal-photo {
    min-height: 360px;
  }

  .dish-modal-copy {
    padding: 1.15rem 1.05rem;
  }

  .hero-photo {
    background: url("hero-horizontal-orale.jpg?v=1") center center / cover no-repeat;
  }

  .mobile-order {
    display: none;
  }

  .site-header .btn-order {
    display: inline-flex;
  }

  .menu-page .header-inner {
    grid-template-columns: auto 1fr auto auto;
  }

  .menu-page .header-cart-link {
    position: static;
    justify-self: end;
  }
}
