:root {
  --bg: #090705;
  --bg-soft: #120d0b;
  --surface: rgba(20, 15, 12, 0.86);
  --surface-strong: rgba(14, 10, 8, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --text: #f5eadb;
  --muted: #c8b59e;
  --muted-strong: #e2d1be;
  --line: rgba(245, 234, 219, 0.12);
  --accent: #8d3518;
  --accent-soft: #b85e31;
  --gold: #dfbe90;
  --gold-soft: rgba(223, 190, 144, 0.18);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.24);
  --display-font: "Marcellus", "Georgia", serif;
  --body-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --container: min(1240px, calc(100% - 2rem));
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--body-font);
  background:
    radial-gradient(circle at top left, rgba(184, 94, 49, 0.18), transparent 20%),
    radial-gradient(circle at 90% 12%, rgba(223, 190, 144, 0.1), transparent 18%),
    linear-gradient(180deg, #060504 0%, #0d0907 42%, #090705 100%);
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 90%);
}

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

figure {
  margin: 0;
}

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

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(223, 190, 144, 0.78);
  outline-offset: 4px;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: 20rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(141, 53, 24, 0.18);
}

.page-shell::after {
  right: -4rem;
  bottom: 18rem;
  width: 16rem;
  height: 16rem;
  background: rgba(223, 190, 144, 0.12);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}

.topbar {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 6, 5, 0.9);
}

.topbar-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0.85rem 0;
  scrollbar-width: none;
}

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

.topbar-row span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.topbar-row span::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--accent-soft));
  box-shadow: 0 0 12px rgba(223, 190, 144, 0.42);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 6, 5, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-height: 5.8rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand-logo {
  width: 4.8rem;
  height: 4.8rem;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-family: var(--display-font);
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.site-nav a,
.header-cta {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(223, 190, 144, 0.22);
  background: linear-gradient(135deg, rgba(141, 53, 24, 0.92), rgba(184, 94, 49, 0.96));
  box-shadow: 0 16px 32px rgba(141, 53, 24, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(141, 53, 24, 0.3);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 220ms ease, opacity 220ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  z-index: 1;
}

.hero-slider,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-slide.is-active img {
  animation: heroZoom 7s ease forwards;
}

.hero-slide:nth-child(1) img {
  object-position: center 56%;
}

.hero-slide:nth-child(2) img {
  object-position: center 40%;
}

.hero-slide:nth-child(3) img {
  object-position: center 44%;
}

.hero-slide:nth-child(4) img {
  object-position: center 46%;
}

.hero-slide:nth-child(5) img {
  object-position: center 48%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.88) 0%, rgba(6, 5, 4, 0.68) 32%, rgba(6, 5, 4, 0.28) 60%, rgba(6, 5, 4, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 5, 4, 0.24), rgba(6, 5, 4, 0.74));
}

.hero-layout {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8rem 0 3.5rem;
}

.hero-panel,
.info-card,
.dish-card,
.moment-card,
.gallery-card,
.contact-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.9), rgba(13, 10, 8, 0.82));
  box-shadow: var(--shadow-soft);
}

.hero-panel {
  max-width: 40rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.45rem 0.55rem 0.45rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(13, 10, 8, 0.48);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-badge-logo {
  width: 3.15rem;
  height: 3.15rem;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
}

.hero-badge span,
.dish-copy span,
.contact-grid span {
  display: block;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 1.3rem 0 0.9rem;
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero-panel h1,
.section-copy h2,
.section-heading h2,
.contact-card h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 400;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-panel h1 {
  font-size: clamp(3.6rem, 10vw, 7rem);
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

.hero-text,
.section-copy p,
.dish-copy p,
.info-card span,
.contact-card p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text {
  max-width: 32rem;
  margin: 1rem 0 0;
  font-size: 1rem;
  color: var(--muted-strong);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
  color: #fff8f1;
  box-shadow: 0 18px 36px rgba(141, 53, 24, 0.28);
}

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

.slide-dots {
  display: flex;
  gap: 0.65rem;
  margin-top: 2rem;
}

.slide-dot {
  width: 0.95rem;
  height: 0.95rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.slide-dot.is-active {
  border-color: rgba(223, 190, 144, 0.9);
  background: var(--gold);
  box-shadow: 0 0 18px rgba(223, 190, 144, 0.45);
}

.slide-dot:hover,
.slide-dot:focus-visible {
  transform: scale(1.08);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  gap: 2rem;
  align-items: center;
}

.section-copy,
.contact-card {
  padding: 1.7rem;
  border-radius: var(--radius-xl);
}

.menu-board-copy {
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.9), rgba(13, 10, 8, 0.82));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.section-copy h2,
.section-heading h2,
.contact-card h2 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.section-copy p {
  margin: 1rem 0 0;
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.info-card {
  padding: 1.2rem;
  border-radius: var(--radius-md);
}

.info-card strong,
.dish-copy h3,
.contact-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--display-font);
}

.info-card strong {
  font-size: 1.35rem;
  line-height: 1.04;
}

.intro-media {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(11rem, 0.75fr);
  grid-template-rows: 17rem 17rem;
  gap: 1rem;
}

.media-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.media-card img,
.dish-media img,
.moment-card img,
.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.media-large {
  grid-row: span 2;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.narrow {
  max-width: 46rem;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.menu-board-section {
  padding-top: 0;
}

.menu-board-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: start;
}

.menu-board {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.9), rgba(13, 10, 8, 0.82));
  box-shadow: var(--shadow-soft);
  cursor: zoom-in;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.menu-board:hover,
.menu-board:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.34);
  border-color: rgba(223, 190, 144, 0.24);
}

.menu-preview-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.35;
  object-fit: cover;
  object-position: center;
}

.menu-lightbox-close {
  font-family: var(--display-font);
}

.dish-card,
.moment-card,
.gallery-card,
.contact-card,
.info-card {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dish-card:hover,
.moment-card:hover,
.gallery-card:hover,
.contact-card:hover,
.info-card:hover,
.media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.34);
}

.dish-media {
  aspect-ratio: 0.82;
  overflow: hidden;
}

.dish-copy {
  padding: 1.3rem;
}

.dish-copy h3 {
  margin-top: 0.5rem;
  font-size: 1.95rem;
  line-height: 1;
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.moment-card {
  position: relative;
  height: 24rem;
  border-radius: 26px;
}

.moment-card::after,
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.moment-card figcaption,
.gallery-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 1;
  font-family: var(--display-font);
  font-size: 1.45rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 5.6rem;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  grid-column: span 4;
  grid-row: span 4;
  border-radius: 26px;
}

.gallery-card-wide {
  grid-column: span 6;
  grid-row: span 5;
}

.gallery-card-tall {
  grid-column: span 3;
  grid-row: span 6;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.contact-grid div {
  padding: 1rem;
  border-radius: 18px;
  background: var(--surface-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-brand {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(223, 190, 144, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(15, 11, 9, 0.96), rgba(10, 8, 7, 0.94));
}

.contact-brand-logo {
  width: min(16rem, 72vw);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}

.contact-brand p {
  max-width: 24rem;
  margin: 1.2rem auto 0;
}

.menu-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.menu-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 3, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.menu-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  max-height: calc(100svh - 2.5rem);
  display: grid;
  gap: 0.9rem;
  overflow: auto;
}

.menu-lightbox-image {
  width: 100%;
  max-height: none;
  object-fit: contain;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 8, 7, 0.9);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.38);
}

.menu-lightbox-close {
  justify-self: end;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(14, 11, 9, 0.92);
  color: var(--text);
  cursor: pointer;
}

.floating-socials {
  position: fixed;
  right: clamp(0.9rem, 2vw, 1.3rem);
  bottom: clamp(0.9rem, 2vw, 1.3rem);
  z-index: 40;
  display: grid;
  gap: 0.7rem;
}

.social-link {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff9f2;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.social-link svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
  filter: brightness(1.05);
}

.social-instagram {
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.92), rgba(225, 48, 108, 0.94) 55%, rgba(245, 133, 41, 0.92));
}

.social-whatsapp {
  background: linear-gradient(135deg, rgba(15, 167, 111, 0.96), rgba(39, 206, 107, 0.94));
}

.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 5, 4, 0.92);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
}

.footer-row p {
  margin: 0;
  color: var(--muted);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(10px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    filter 700ms ease;
}

@keyframes heroZoom {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.11);
  }
}

@media (max-width: 1100px) {
  .intro-layout,
  .contact-layout,
  .menu-board-layout {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 18rem;
  }

  .gallery-card,
  .gallery-card-wide,
  .gallery-card-tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  .header-cta {
    display: none;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.8rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 9, 8, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body.nav-open .nav-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero-layout {
    padding-top: 7rem;
    align-items: flex-end;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.28), rgba(6, 5, 4, 0.86)),
      linear-gradient(90deg, rgba(6, 5, 4, 0.82), rgba(6, 5, 4, 0.42));
  }

  .intro-points,
  .contact-grid,
  .moments-grid {
    grid-template-columns: 1fr;
  }

  .intro-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 15rem 15rem;
  }

  .media-large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.5rem 0;
  }

  .topbar-row {
    justify-content: flex-start;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .brand-logo {
    width: 4rem;
    height: 4rem;
  }

  .hero-badge-logo {
    width: 2.85rem;
    height: 2.85rem;
  }

  .floating-socials {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .social-link {
    width: 3rem;
    height: 3rem;
  }

  .brand-copy strong {
    font-size: 1.45rem;
  }

  .hero-panel h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-copy,
  .contact-card,
  .dish-copy,
  .info-card {
    padding: 1.2rem;
  }

  .specialties-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 20rem;
  }

  .intro-media {
    grid-template-columns: 1fr;
    grid-template-rows: 16rem 16rem 16rem;
  }

  .media-large,
  .media-tall,
  .media-small {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
