﻿:root {
  --bg: #171b1d;
  --bg-deep: #0a0b0b;
  --panel: #222729;
  --panel-soft: #292f31;
  --gold: #d8aa4a;
  --gold-light: #f2cb72;
  --cream: #f6e6c7;
  --text: #f3eee5;
  --muted: #b8b2a7;
  --line: rgba(216, 170, 74, 0.34);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 170, 74, 0.08), transparent 28rem),
    linear-gradient(180deg, #1d2224 0%, var(--bg) 40%, #151819 100%);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

.admin-bar .site-header {
  top: 32px;
}

.wp-content-shell {
  width: min(980px, calc(100% - 2rem));
  min-height: 55vh;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.wp-content-article {
  color: var(--text);
}

.wp-content-article h1 {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 600;
}

.elementor-section,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget {
  min-width: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 4.35rem;
  padding: 0.65rem clamp(1.25rem, 5vw, 5rem);
  background: rgba(29, 34, 36, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled {
  background: rgba(15, 17, 18, 0.95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--gold-light);
  font-family: var(--serif);
  letter-spacing: 0;
  line-height: 0.9;
}

.brand span {
  font-size: clamp(1.65rem, 3vw, 2rem);
  text-transform: uppercase;
}

.brand .custom-logo {
  width: auto;
  max-width: 9rem;
  max-height: 3rem;
}

.brand small {
  margin-left: 0.15rem;
  color: rgba(246, 230, 199, 0.78);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2rem);
  color: #e7e0d5;
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 0.6rem 0;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--gold-light);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-cta {
  min-width: 8.5rem;
  padding: 0 1.15rem;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #22170a;
  box-shadow: 0 8px 22px rgba(216, 170, 74, 0.22);
}

.header-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(216, 170, 74, 0.28);
}

.nav-toggle {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  color: var(--cream);
  place-items: center;
}

.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: var(--cream);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(30rem, 68vh, 40rem) !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image: url("../images/hero-collage.jpg");
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 47% 42%, rgba(216, 170, 74, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.3));
  content: "";
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.2), rgba(8, 8, 8, 0.62)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.2));
}

.hero-content {
  width: min(62rem, calc(100% - 2rem));
  margin-top: -1rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(3.25rem, 6.7vw, 5.65rem);
  font-weight: 600;
  line-height: 0.92;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.65);
}

.hero p:not(.eyebrow) {
  width: min(39rem, 100%);
  margin: 1.35rem auto 0;
  color: #eee6da;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 600;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.btn {
  min-width: 10.3rem;
  padding: 0 1.45rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #211508;
}

.btn-ghost {
  border-color: rgba(246, 230, 199, 0.58);
  background: rgba(0, 0, 0, 0.32);
  color: var(--cream);
}

.btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(216, 170, 74, 0.14);
  transform: translateY(-2px);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  width: 1.35rem;
  height: 2.4rem;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  transform: translateX(-50%);
  animation: cue-bob 1.8s ease-in-out infinite;
}

.scroll-cue span {
  position: absolute;
  top: 0.42rem;
  left: 50%;
  width: 0.28rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cream);
  transform: translateX(-50%);
}

@keyframes cue-bob {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -0.55rem);
  }
}

.page-shell {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 4.6rem) 0 4rem;
}

.aurum-elementor-shell {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
}

.aurum-elementor-shell .signature-block {
  padding-top: clamp(2.4rem, 5vw, 4.8rem);
}

.aurum-elementor-shell .testimonial-column {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.section-block,
.reservation-column,
.testimonial-column {
  min-width: 0;
}

.section-heading {
  margin-bottom: 1.25rem;
  text-align: center;
}

.row-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}

.section-heading h2,
.reservation-panel h2,
.luxury-cta h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.section-block,
.reservation-column,
.testimonial-column {
  padding: clamp(2.4rem, 5vw, 4.8rem) 0;
  border-top: 1px solid rgba(216, 170, 74, 0.18);
}

.signature-block {
  padding-top: 0;
  border-top: 0;
}

.testimonial-column {
  padding-bottom: 0;
}

.section-block > .section-heading,
.reservation-column > .reservation-panel,
.testimonial-column > .section-heading {
  position: relative;
}

.dish-carousel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  overflow-x: visible;
  overscroll-behavior-inline: contain;
  padding: 0.25rem 0.1rem 0.8rem;
  scrollbar-color: var(--gold) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.dish-carousel::-webkit-scrollbar {
  height: 0.45rem;
}

.dish-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--gold);
}

.dish-card,
.experience-grid article,
.testimonial-grid article {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  background: rgba(37, 42, 44, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dish-card:hover,
.experience-grid article:hover,
.testimonial-grid article:hover {
  border-color: var(--line);
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}

.dish-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

.dish-card:hover img {
  transform: scale(1.06);
}

.dish-badge {
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #211508;
  font-size: 0.64rem;
  font-weight: 900;
}

.dish-card h3,
.experience-grid h3,
.chef-feature h3,
.chef-inline h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.1;
}

.dish-card h3 {
  padding: 0.75rem 0.75rem 0;
  font-size: 1rem;
}

.dish-card p,
.experience-grid p,
.chef-feature p,
.chef-inline p,
.testimonial-grid p,
.site-footer p {
  color: var(--muted);
}

.dish-card p {
  margin: 0.4rem 0 0;
  padding: 0 0.75rem 0.9rem;
  font-size: 0.76rem;
  line-height: 1.35;
}

.carousel-controls {
  display: none;
  gap: 0.5rem;
}

.carousel-controls button {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  color: var(--cream);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
}

.carousel-controls button:hover {
  background: var(--gold);
  color: #211508;
}

.tab-shell,
.reservation-panel {
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: linear-gradient(145deg, rgba(37, 42, 44, 0.92), rgba(25, 28, 30, 0.94));
  box-shadow: var(--shadow);
}

.tab-shell {
  padding: clamp(1rem, 2.4vw, 1.4rem);
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  padding: 0.18rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
}

.tab-list button {
  min-height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #eee5d8;
  cursor: pointer;
  font-size: clamp(0.69rem, 1.4vw, 0.84rem);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.tab-list button.active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #211508;
}

.tab-list.compact {
  margin-bottom: 1.5rem;
}

.chef-feature {
  display: grid;
  grid-template-columns: minmax(16rem, 24rem) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.7rem);
  align-items: center;
  margin-top: 1.8rem;
}

.chef-feature img,
.chef-inline img {
  width: 100%;
  border-radius: 0.55rem;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.chef-feature img {
  aspect-ratio: 0.86 / 1;
}

.chef-feature h3 {
  margin-bottom: 0.7rem;
  color: var(--cream);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.chef-feature p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

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

.menu-list li {
  position: relative;
  padding-left: 1rem;
  color: #ddd6ca;
  font-size: 0.84rem;
}

.menu-list li::before {
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.chef-inline {
  display: grid;
  grid-template-columns: minmax(11rem, 15rem) 1fr;
  gap: 1.3rem;
  align-items: center;
}

.chef-inline img {
  aspect-ratio: 0.95 / 1.08;
}

.chef-inline h3 {
  margin-bottom: 0.6rem;
  color: var(--cream);
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.chef-inline p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.menu-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.menu-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(216, 170, 74, 0.28);
  border-radius: 999px;
  background: rgba(216, 170, 74, 0.08);
  color: var(--cream);
  font-size: 0.74rem;
  font-weight: 800;
}

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

.experience-grid article {
  overflow: hidden;
}

.experience-grid img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.experience-grid h3 {
  padding: 0.8rem 0.75rem 0;
  font-size: 1rem;
}

.experience-grid p {
  margin: 0.45rem 0 0;
  padding: 0 0.75rem 0.9rem;
  font-size: 0.75rem;
  line-height: 1.35;
}

.reservation-panel {
  padding: clamp(1rem, 2.8vw, 1.6rem);
}

.reservation-panel h2 {
  margin-bottom: 1.35rem;
  text-align: center;
  font-size: clamp(1.65rem, 3.6vw, 2.35rem);
}

.reservation-panel form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.reservation-panel label {
  display: grid;
  gap: 0.35rem;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 800;
}

.reservation-panel input,
.reservation-panel select {
  width: 100%;
  min-height: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.4rem;
  background: rgba(8, 10, 10, 0.62);
  color: var(--text);
  padding: 0 0.65rem;
  outline: 0;
}

.reservation-panel input:focus,
.reservation-panel select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 170, 74, 0.12);
}

.reservation-panel .btn {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0.45rem;
}

.form-message {
  grid-column: 1 / -1;
  min-height: 1.25rem;
  margin: 0.1rem 0 0;
  color: var(--gold-light);
  font-size: 0.82rem;
  text-align: center;
}

.form-message.error {
  color: #f0a49b;
}

.wide-image {
  width: 100%;
  height: clamp(10rem, 17vw, 14rem);
  margin-top: 1.55rem;
  border-radius: 0.35rem;
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

.testimonial-grid article {
  position: relative;
  min-height: 8.6rem;
  padding: 2.1rem 1rem 1rem;
}

.testimonial-grid article::before {
  position: absolute;
  top: 0.65rem;
  left: 0.9rem;
  color: var(--gold-light);
  content: "\"";
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
}

.testimonial-grid article.featured {
  background: linear-gradient(135deg, #f5eddd, #dfcfae);
}

.testimonial-grid article.featured p,
.testimonial-grid article.featured span {
  color: #2f2618;
}

.testimonial-grid p {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  line-height: 1.38;
}

.testimonial-grid span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
}

.luxury-cta {
  position: relative;
  min-height: clamp(12rem, 23vw, 17rem);
  display: grid;
  align-items: center;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #050505;
  box-shadow: var(--shadow);
}

.luxury-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.luxury-cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.34));
  content: "";
}

.luxury-cta div {
  position: relative;
  z-index: 1;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.luxury-cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #1b2022;
  color: var(--muted);
}

.footer-grid {
  width: min(1220px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  margin: 0 auto;
  padding: 2.4rem 0;
}

.footer-brand span {
  font-size: 1.75rem;
}

.site-footer h3 {
  margin: 0 0 0.7rem;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0.3rem 0;
  font-size: 0.8rem;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.socials {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.socials a {
  display: inline-grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cream);
  font-size: 0.66rem;
  font-weight: 900;
}

.footer-bottom {
  width: min(1220px, calc(100% - 2rem));
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 0.8rem 0 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(246, 230, 199, 0.54);
  font-size: 0.68rem;
}

.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.elementor-editor-active .reveal,
.elementor-editor-preview .reveal,
.elementor-editor-active .reveal.show,
.editor-styles-wrapper .reveal,
.block-editor-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.elementor-editor-active .hero,
.elementor-editor-preview .hero,
.editor-styles-wrapper .hero {
  min-height: clamp(30rem, 68vh, 40rem) !important;
}

.elementor-editor-active .aurum-elementor-shell,
.elementor-editor-preview .aurum-elementor-shell {
  width: min(1220px, calc(100% - 2rem)) !important;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .site-nav {
    position: fixed;
    top: 4.35rem;
    left: 1rem;
    right: auto;
    width: calc(100% - 2rem);
    justify-self: stretch;
    display: grid;
    gap: 0.15rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: rgba(18, 20, 21, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.85rem 0.5rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    margin-top: -1rem;
  }
}

@media (max-width: 760px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    gap: 0.85rem;
    grid-template-columns: auto auto;
    padding-inline: 1rem;
  }

  .nav-toggle {
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .brand span {
    font-size: 1.55rem;
  }

  .hero {
    min-height: 42rem;
    background-position: center;
  }

  .hero-content {
    width: min(100% - 1.5rem, 32rem);
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.3rem);
  }

  .hero-actions .btn {
    width: min(100%, 17rem);
  }

  .row-heading {
    align-items: flex-end;
  }

  .carousel-controls {
    display: none;
  }

  .dish-carousel {
    grid-template-columns: none;
    grid-auto-columns: minmax(13rem, 76vw);
    grid-auto-flow: column;
    overflow-x: auto;
  }

  .chef-feature,
  .chef-inline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .chef-feature img,
  .chef-inline img {
    max-height: 22rem;
  }

  .experience-grid,
  .testimonial-grid,
  .reservation-panel form {
    grid-template-columns: 1fr;
  }

  .tab-list {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0.85rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .page-shell {
    width: min(100% - 1rem, 1220px);
  }

  .section-heading h2,
  .reservation-panel h2,
  .luxury-cta h2 {
    font-size: 1.85rem;
  }

  .hero-actions {
    gap: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

