:root {
  --bg-top: #d66c00;
  --bg-mid: #f39a08;
  --bg-bottom: #f6af1b;
  --gold: #ffd36a;
  --gold-deep: #f3b129;
  --cream: #fff7e8;
  --cream-strong: #fff1d4;
  --brown: #2b170c;
  --brown-soft: #402313;
  --white: #ffffff;
  --text-dark: #4b2809;
  --text-soft: rgba(255, 246, 231, 0.9);
  --glass: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.22);
  --shadow-lg: 0 28px 60px rgba(76, 30, 0, 0.28);
  --shadow-md: 0 16px 35px rgba(78, 33, 0, 0.22);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 2rem));
  --nav-height: 92px;
  --transition: 0.35s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 210, 115, 0.14), transparent 25%),
    radial-gradient(circle at 85% 20%, rgba(255, 239, 197, 0.1), transparent 20%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.btn {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.notice-popup {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.notice-popup[hidden] {
  display: none;
}

.notice-popup__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(43, 23, 12, 0.58) 0%, rgba(75, 40, 9, 0.72) 100%);
  backdrop-filter: blur(10px);
}

.notice-popup__dialog {
  position: relative;
  width: min(100%, 760px);
  padding: 2.4rem 2rem 2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 230, 176, 0.32);
  background:
    radial-gradient(circle at top, rgba(255, 217, 125, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(67, 31, 10, 0.97) 0%, rgba(33, 16, 8, 0.98) 100%);
  box-shadow: 0 30px 70px rgba(36, 16, 7, 0.5);
  text-align: center;
  color: var(--cream);
  animation: noticePopupIn 0.45s ease;
}

.notice-popup__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 218, 138, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 244, 218, 0.95);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.notice-popup__title {
  margin: 1.2rem 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #fff4cf;
  letter-spacing: 0.04em;
}

.notice-popup__content {
  display: grid;
  gap: 0.95rem;
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.85;
  color: rgba(255, 247, 232, 0.94);
}

.notice-popup__content p {
  margin: 0;
}

.notice-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform var(--transition), background-color var(--transition);
}

.notice-popup__close:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.2);
}

.notice-popup__close span {
  font-size: 2rem;
  line-height: 1;
}

@keyframes noticePopupIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.page-shell::before {
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.28) 1px, transparent 1.3px);
  background-size: 170px 170px, 230px 230px;
  background-position: 5% 12%, 82% 18%;
}

.page-shell::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='rgba(255,242,210,0.18)' stroke-width='2'%3E%3Cpath d='M160 310c6-40 10-58-10-96-18-33 7-77 42-79 26-2 54 25 48 56-5 25-18 33-18 50 0 25 11 36 11 69'/%3E%3Cpath d='M142 199c-23 12-37 31-48 59'/%3E%3Cpath d='M222 194c21 13 34 30 47 58'/%3E%3Cpath d='M180 112V66'/%3E%3Cpath d='M161 118c-14-13-21-25-23-46'/%3E%3Cpath d='M199 118c14-13 21-25 23-46'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='rgba(255,242,210,0.13)' stroke-width='1.6'%3E%3Cpath d='M130 220c8-21 6-44-8-68-14-23-1-57 25-61 27-4 49 18 45 44-2 18-14 24-14 39 0 19 8 28 8 46'/%3E%3Cpath d='M109 142c-15 6-27 17-35 35'/%3E%3Cpath d='M152 142c15 6 27 17 35 35'/%3E%3Cpath d='M130 76V44'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 62%, right 24%;
  background-size: 250px, 200px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-pad {
  padding: 3.5rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 0.45rem;
  transition: background-color var(--transition), backdrop-filter var(--transition), box-shadow var(--transition);
}

.site-header.scrolled {
  background: rgba(103, 45, 0, 0.22);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(67, 27, 0, 0.2);
}

.nav-wrap {
  min-height: var(--nav-height);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand-logo {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(72, 24, 0, 0.32);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex-shrink: 0;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff2bf;
  letter-spacing: 0.08em;
}

.brand-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 244, 218, 0.92);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1.55rem;
  min-width: 0;
  flex-wrap: nowrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.site-nav a {
  position: relative;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.4rem 0;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  position: relative;
  padding: 0.4rem 1.2rem 0.4rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  cursor: pointer;
  white-space: nowrap;
}

.nav-dropdown-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
}

.nav-dropdown.is-open .nav-dropdown-toggle::after {
  content: "-";
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.9rem);
  left: 50%;
  display: grid;
  gap: 0.2rem;
  min-width: 240px;
  padding: 0.85rem;
  border: 1px solid rgba(255, 220, 151, 0.18);
  border-radius: 18px;
  background: rgba(55, 23, 9, 0.96);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 20;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  text-align: left;
  white-space: nowrap;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 243, 216, 0.25);
  border-radius: 16px;
  background: rgba(31, 13, 6, 0.22);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  transition: transform var(--transition), background var(--transition);
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  background: linear-gradient(180deg, #3d2110 0%, #241208 100%);
  color: var(--white);
  box-shadow: 0 14px 25px rgba(54, 21, 0, 0.3);
}

.btn-dark:hover {
  box-shadow: 0 14px 35px rgba(73, 32, 4, 0.45), 0 0 24px rgba(255, 213, 119, 0.24);
}

.btn-outline {
  border-color: rgba(255, 248, 228, 0.82);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: rgba(255, 251, 240, 0.15);
  box-shadow: 0 10px 30px rgba(255, 205, 117, 0.18);
}

.nav-cta {
  min-width: 148px;
}

.nav-menu-cta {
  min-width: 104px;
}

.hero {
  position: relative;
  padding-top: 1rem;
  overflow: clip;
}

.hero-background-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 0.55s ease-in-out;
}

.hero-background-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(181, 92, 0, 0.12) 0%, rgba(188, 95, 0, 0.08) 45%, rgba(214, 128, 21, 0.04) 100%),
    linear-gradient(180deg, rgba(91, 40, 0, 0.02) 0%, rgba(91, 40, 0, 0.04) 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

.hero-glow-left {
  width: 280px;
  height: 280px;
  background: #ffcf79;
  left: -6rem;
  top: 8rem;
}

.hero-glow-right {
  width: 420px;
  height: 420px;
  background: #fff0b3;
  right: -8rem;
  top: 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.eyebrow-script {
  font-family: "Parisienne", cursive;
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 0.5rem;
  color: #fff2db;
}

.hero-copy h1,
.section-heading h2,
.about-copy h2,
.cta-copy h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(4.8rem, 10vw, 8.4rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 14px 24px rgba(94, 32, 0, 0.18);
}

.typing-title {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.22em;
  min-height: 1.9em;
}

.typing-text {
  display: inline-block;
}

.typing-cursor {
  width: 0.08em;
  min-height: 0.9em;
  margin-top: 0.08em;
  background: currentColor;
  box-shadow: 0 0 16px rgba(255, 242, 219, 0.28);
  animation: blinkCursor 0.85s steps(1) infinite;
  display: none;
}

@keyframes blinkCursor {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 280px;
  margin: 1.6rem 0 1.3rem;
}

.hero-divider span {
  flex: 1;
  height: 1px;
  background: rgba(255, 243, 215, 0.65);
}

.hero-divider i {
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  background: var(--gold);
  box-shadow: 0 0 20px rgba(255, 221, 150, 0.45);
}

.hero-text {
  max-width: 35rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-actions .btn-dark {
  background: linear-gradient(180deg, #1f9d55 0%, #147a3f 100%);
  box-shadow: 0 14px 25px rgba(14, 94, 48, 0.32);
}

.hero-actions .btn-dark:hover {
  box-shadow: 0 14px 35px rgba(14, 94, 48, 0.42), 0 0 24px rgba(94, 255, 154, 0.2);
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.dot-cluster {
  position: absolute;
  left: 2%;
  top: 18%;
  width: 180px;
  height: 200px;
  background-image: radial-gradient(circle, rgba(255, 246, 233, 0.82) 1.6px, transparent 1.8px);
  background-size: 20px 20px;
  opacity: 0.65;
}

.plate-wrap {
  position: absolute;
  inset: 4% 0 0 auto;
  width: min(100%, 640px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.napkin {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 234, 203, 0.82) 0%, rgba(221, 184, 142, 0.85) 100%);
  box-shadow: var(--shadow-md);
}

.napkin-top {
  width: 64%;
  height: 54%;
  transform: rotate(-36deg) translate(-12%, 8%);
}

.napkin-bottom {
  width: 58%;
  height: 50%;
  transform: rotate(-17deg) translate(-20%, 16%);
  opacity: 0.85;
}

.hero-plate {
  position: relative;
  z-index: 2;
  width: 88%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 16px solid rgba(255, 247, 234, 0.72);
  box-shadow: 0 25px 60px rgba(71, 30, 0, 0.3), inset 0 0 0 3px rgba(114, 64, 30, 0.18);
  animation: floatPlate 5.5s ease-in-out infinite;
}

.floating {
  position: absolute;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow-md);
}

.garlic-one {
  right: -1%;
  top: 3%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.basil-one {
  right: 5%;
  bottom: 12%;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 24px;
}

.spice-one {
  right: 0;
  bottom: 0;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}

.feature-card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 30px rgba(90, 35, 0, 0.08);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255, 239, 194, 0.42);
}

.feature-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(49, 22, 8, 0.55);
  border: 1px solid rgba(255, 239, 201, 0.22);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.03em;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 244, 228, 0.88);
  line-height: 1.7;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
  align-items: center;
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-gallery-card {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 249, 238, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 241, 211, 0.18);
  box-shadow: var(--shadow-md);
}

.home-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-gallery-card:hover img {
  transform: scale(1.04);
}

.home-gallery-card--tall {
  grid-row: auto;
  min-height: 0;
}

.home-gallery-card--wide {
  grid-column: auto;
}

.about-visual {
  position: relative;
  min-height: 500px;
}

.about-main {
  width: 100%;
  min-height: 400px;
  object-fit: fill;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.about-overlay {
  position: absolute;
  right: 4%;
  bottom: 1.25rem;
  width: 32%;
  height: 180px;
  object-fit: cover;
  border: 4px solid rgba(255, 246, 231, 0.9);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}

.experience-badge {
  position: absolute;
  left: -1rem;
  bottom: 1.25rem;
  background: linear-gradient(180deg, rgba(53, 27, 10, 0.95), rgba(31, 14, 4, 0.9));
  border-radius: 22px;
  padding: 0.8rem 0.75rem;
  min-width: 90px;
  box-shadow: var(--shadow-md);
}

.experience-badge strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--gold);
  line-height: 0.9;
}

.experience-badge span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}

.section-kicker {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #ffe2a8;
}

.about-copy h2,
.section-heading h2,
.cta-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.9rem, 5vw, 4.35rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.about-copy p {
  margin: 0 0 1rem;
  color: rgba(255, 245, 228, 0.9);
  line-height: 1.8;
  font-size: 1.06rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading .center {
  margin-bottom: 0.15rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.dish-card,
.testimonial-card {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 244, 223, 0.94));
  color: var(--text-dark);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition), box-shadow var(--transition);
}

.dish-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dish-card:hover,
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 36px rgba(81, 33, 0, 0.26);
}

.dish-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.dish-content {
  padding: 1.2rem 1.15rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dish-content h3,
.guest h3 {
  margin: 0 0 0.5rem;
}

.dish-content p {
  margin: 0;
  color: rgba(74, 40, 13, 0.86);
  line-height: 1.6;
}

.dish-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.dish-meta span {
  font-size: 1.55rem;
  font-weight: 800;
  color: #b56800;
}

.dish-meta button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #3d2110 0%, #241208 100%);
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(57, 26, 0, 0.24);
  transition: transform var(--transition), box-shadow var(--transition);
}

.dish-meta button:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 24px rgba(57, 26, 0, 0.36);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.btn.strong {
  min-width: 220px;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  --testimonial-visible: 3;
  display: flex;
  gap: 1.4rem;
  transition: transform 0.7s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - (1.4rem * (var(--testimonial-visible) - 1))) / var(--testimonial-visible));
  padding: 1.5rem;
  min-height: 280px;
  opacity: 1;
  transform-origin: center;
}

.testimonial-card.is-active {
  opacity: 1;
}

.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 0;
  color: #f0a41d;
  line-height: 1;
}

.quote-mark::before {
  content: "\201C";
  font-size: 4rem;
}

.testimonial-card p {
  margin: 0.2rem 0 1rem;
  line-height: 1.75;
}

.stars {
  color: #f0a41d;
  font-size: 0;
  margin-bottom: 1rem;
}

.stars::before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.guest {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.guest img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.guest h3 {
  font-size: 1.1rem;
}

.guest span {
  color: rgba(73, 39, 10, 0.7);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(68, 31, 7, 0.35);
  cursor: pointer;
  transition: transform var(--transition), background-color var(--transition);
}

.dot.is-active {
  background: #3b1d0d;
  transform: scale(1.2);
}

.reviews-subtitle {
  max-width: 720px;
  margin: 0.9rem auto 0;
  text-align: center;
  line-height: 1.75;
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}

.reviews-panel,
.review-form-card,
.review-card {
  border: 1px solid rgba(84, 40, 8, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: var(--shadow-md);
}

.reviews-panel,
.review-form-card {
  padding: 1.6rem;
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(240, 164, 29, 0.12);
}

.reviews-summary__score {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  color: #3b1d0d;
}

.reviews-summary__meta p,
.review-form-intro,
.review-card__date,
.review-noscript {
  margin: 0;
  color: rgba(73, 39, 10, 0.76);
}

.reviews-list {
  display: grid;
  gap: 1rem;
}

.reviews-list--scrollable {
  max-height: 540px;
  overflow-y: auto;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(84, 40, 8, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: var(--shadow-md);
}

.reviews-list--scrollable::-webkit-scrollbar {
  width: 10px;
}

.reviews-list--scrollable::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(84, 40, 8, 0.28);
}

.reviews-list--scrollable::-webkit-scrollbar-track {
  background: rgba(84, 40, 8, 0.08);
  border-radius: 999px;
}

.review-card {
  padding: 1.2rem 1.25rem;
  color: #000;
}

.review-card--empty {
  text-align: center;
}

.review-card--empty h3,
.review-card__identity h3,
.review-form-card h3 {
  margin: 0 0 0.4rem;
}

.review-form-card h3 {
  color: #3b1d0d;
}

.review-card__identity h3,
.review-card__body {
  color: #000;
}

.review-entry {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(84, 40, 8, 0.12);
  color: #000;
}

.review-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.review-entry__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.review-entry__identity h3 {
  margin: 0 0 0.4rem;
  color: #000;
}

.review-entry__body {
  margin: 0;
  line-height: 1.8;
  color: #000;
}

.stars--dynamic {
  font-size: 1rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.stars--dynamic::before {
  content: none;
}

.review-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.review-field {
  display: grid;
  gap: 0.55rem;
}

.review-field > span,
.review-rating-field legend {
  font-weight: 700;
  color: #3b1d0d;
}

.review-field input,
.review-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(84, 40, 8, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: #3b1d0d;
  font: inherit;
}

.review-field textarea {
  resize: vertical;
  min-height: 150px;
}

.review-field input:focus,
.review-field textarea:focus {
  outline: none;
  border-color: rgba(214, 108, 0, 0.8);
  box-shadow: 0 0 0 4px rgba(214, 108, 0, 0.12);
}

.review-rating-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.18rem;
}

.star-rating input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.star-rating label {
  font-size: 2rem;
  line-height: 1;
  color: rgba(84, 40, 8, 0.28);
  cursor: pointer;
  transition: transform var(--transition), color var(--transition);
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #f0a41d;
}

.star-rating label:hover {
  transform: scale(1.05);
}

.review-form-status {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-weight: 600;
}

.review-form-status.is-success {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
}

.review-form-status.is-error {
  background: rgba(220, 38, 38, 0.1);
  color: #991b1b;
}

.review-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.review-submit-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.cta-band {
  padding: 1.4rem 0;
  background: linear-gradient(90deg, rgba(56, 26, 10, 0.94), rgba(35, 16, 8, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 220, 151, 0.14), inset 0 -1px 0 rgba(255, 220, 151, 0.14);
}

.faq-section {
  padding-top: 0;
}

.faq-subtitle {
  max-width: 720px;
  margin: 0.9rem auto 0;
  text-align: center;
  color: rgba(255, 246, 231, 0.9);
  line-height: 1.7;
}

.faq-accordion {
  display: grid;
  gap: 1rem;
  max-width: 900px;
  margin: 2.5rem auto 0;
}

.faq-item {
  border: 1px solid rgba(255, 220, 151, 0.2);
  border-radius: 24px;
  background: rgba(55, 23, 9, 0.24);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
  overflow: clip;
}

.faq-question {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0;
  background: transparent;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-question span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 1.4rem;
  color: rgba(255, 246, 231, 0.88);
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 1.35rem;
}

.location-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.location-copy,
.map-card,
.contact-card {
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.location-copy,
.contact-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.97), rgba(255, 243, 218, 0.94));
  color: var(--text-dark);
}

.location-copy h2,
.contact-card h2,
.contact-actions h3 {
  margin: 0 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.location-copy p,
.contact-card p {
  margin: 0 0 1rem;
  line-height: 1.8;
  color: rgba(75, 40, 9, 0.88);
}

.location-points,
.contact-list {
  display: grid;
  gap: 0.8rem;
}

.info-pill,
.contact-item {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(173, 104, 16, 0.18);
}

.contact-item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #8f4d00;
}

.contact-item span {
  line-height: 1.65;
}

.map-card {
  overflow: hidden;
  min-height: 420px;
  background: rgba(255, 244, 221, 0.65);
  border: 1px solid rgba(255, 233, 184, 0.22);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.contact-actions h3 {
  font-size: 2.4rem;
  margin-bottom: 0.25rem;
}

.feature-story-grid,
.gallery-feature-grid {
  display: grid;
  gap: 1.4rem;
}

.feature-story-card,
.gallery-feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.97), rgba(255, 243, 218, 0.94));
  color: var(--text-dark);
  box-shadow: var(--shadow-md);
}

.feature-story-card img,
.gallery-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.feature-story-copy,
.gallery-feature-copy {
  padding: 1.5rem;
}

.feature-story-copy h2,
.gallery-feature-copy h2 {
  margin: 0 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.feature-story-copy p,
.gallery-feature-copy p {
  margin: 0 0 1rem;
  color: rgba(75, 40, 9, 0.88);
  line-height: 1.8;
}

.cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-copy {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 0.15rem;
}

.cta-copy p {
  margin: 0;
  color: rgba(255, 241, 216, 0.82);
}

.cta-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 208, 110, 0.55);
  color: var(--gold);
  font-size: 2rem;
}

.site-footer {
  background: linear-gradient(180deg, #261409 0%, #170c05 100%);
  color: rgba(255, 244, 225, 0.92);
  padding: 2rem 0 0.8rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 206, 104, 0.15);
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.footer-logo-row img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 18px;
}

.footer-logo-row h3,
.footer-logo-row p,
.site-footer h4,
.site-footer ul,
.site-footer li,
.site-footer p {
  margin: 0;
}

.footer-logo-row h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  color: #ffe3a2;
}

.footer-logo-row p {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.site-footer h4 {
  color: #ffd06f;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.65rem;
}

.site-footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.48rem;
}

.site-footer li,
.site-footer p {
  color: rgba(255, 242, 215, 0.76);
  line-height: 1.7;
}

.socials {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 211, 112, 0.4);
  color: #ffd36a;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.socials i {
  width: 18px;
  height: 18px;
  font-size: 1rem;
  line-height: 1;
}

.socials span {
  display: none;
}

.socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 214, 125, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.footer-bottom {
  padding: 0.85rem 0 0.2rem;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 241, 216, 0.7);
}

.whatsapp-widget {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  display: flex;
  align-items: center;
}

.whatsapp-help {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 0.4rem);
  transform: translateX(50%);
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  background: rgba(34, 34, 34, 0.82);
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: opacity var(--transition), transform var(--transition);
}

.whatsapp-help.is-hidden {
  opacity: 0;
  transform: translateX(50%) translateY(8px);
  pointer-events: none;
}

.whatsapp-button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 140, 84, 0.38);
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.whatsapp-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(18, 140, 84, 0.44);
  background: #1ebe5d;
}

.whatsapp-button svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.menu-page .page-shell::after {
  background-position: left 30%, right 72%;
}

.inner-hero {
  padding-top: 2rem;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.inner-title {
  margin: 0 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.8rem, 8vw, 6.2rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.inner-copy {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 245, 228, 0.92);
  line-height: 1.8;
  font-size: 1.08rem;
}

.inner-hero-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0.08));
  border: 1px solid rgba(255, 239, 201, 0.22);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
}

.inner-hero-card img {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}

.menu-contact-card h2,
.menu-category h3 {
  margin: 0 0 0.75rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.menu-contact-card h2 {
  font-size: 2rem;
}

.menu-contact-card p {
  margin: 0 0 0.35rem;
  color: rgba(255, 244, 225, 0.9);
  line-height: 1.6;
}

.menu-showcase-stack {
  display: grid;
  gap: 1.5rem;
}

.menu-page .section-heading .eyebrow-script {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.menu-filter-button {
  border: 1px solid rgba(255, 226, 174, 0.3);
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  background: rgba(255, 248, 234, 0.08);
  color: #fff1d2;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.menu-filter-button:hover,
.menu-filter-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 232, 187, 0.16);
  border-color: rgba(255, 226, 174, 0.55);
  box-shadow: 0 12px 22px rgba(62, 26, 0, 0.18);
  outline: none;
}

.menu-filter-button.is-active {
  background: linear-gradient(135deg, #f0c574 0%, #d6901e 100%);
  color: #2f1708;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(108, 53, 0, 0.24);
}

.menu-showcase-section {
  padding: 1.45rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.16), rgba(255, 243, 218, 0.08));
  border: 1px solid rgba(255, 238, 194, 0.18);
  box-shadow: var(--shadow-md);
}

.menu-section-head {
  margin-bottom: 1.2rem;
}

.menu-section-head h3 {
  margin: 0 0 0.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff1d2;
}

.menu-section-head p {
  margin: 0;
  color: rgba(255, 245, 228, 0.86);
  line-height: 1.7;
}

.menu-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.menu-product-card {
  min-width: 0;
}

.menu-product-card img {
  height: 340px;
  cursor: zoom-in;
}

.menu-product-card .dish-content p {
  min-height: 0;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 7, 3, 0.82);
  backdrop-filter: blur(10px);
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
}

.image-lightbox-media {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: min(82vh, 900px);
  margin: 0 auto;
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.image-lightbox-close {
  position: absolute;
  top: -0.9rem;
  right: -0.2rem;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 249, 238, 0.96);
  color: #2f1708;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  transform: scale(1.05);
  outline: none;
}

.section-heading.left {
  text-align: left;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.4rem;
  align-items: start;
}

.booking-card,
.booking-panel {
  border-radius: 26px;
  box-shadow: var(--shadow-md);
}

.booking-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.97), rgba(255, 243, 218, 0.94));
  color: var(--text-dark);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
}

.booking-form span {
  font-weight: 800;
  color: #7d4300;
}

.table-chooser {
  display: grid;
  gap: 0.75rem;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.table-chip {
  padding: 0.85rem 0.75rem;
  border: 1px solid rgba(159, 96, 20, 0.22);
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.95);
  color: var(--text-dark);
  font-weight: 800;
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.table-chip:hover,
.table-chip.is-selected {
  transform: translateY(-2px);
  border-color: rgba(199, 127, 20, 0.55);
  background: linear-gradient(180deg, #ffd98d, #ffc04e);
  box-shadow: 0 10px 20px rgba(171, 95, 4, 0.18);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(159, 96, 20, 0.22);
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.95);
  color: var(--text-dark);
  font: inherit;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(199, 127, 20, 0.55);
  box-shadow: 0 0 0 4px rgba(245, 181, 74, 0.16);
}

.full-span {
  grid-column: 1 / -1;
}

.full-width {
  width: 100%;
}

.booking-service-notice {
  margin: 0.9rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 232, 184, 0.32);
  background: rgba(43, 23, 12, 0.42);
  color: var(--cream);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.booking-info {
  display: grid;
  gap: 1rem;
}

.booking-panel {
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(49, 22, 8, 0.9), rgba(33, 14, 6, 0.94));
  border: 1px solid rgba(255, 223, 158, 0.15);
}

.booking-panel h3 {
  margin: 0 0 0.9rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  color: #ffd36a;
}

.booking-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.booking-panel li {
  margin-bottom: 0.5rem;
  color: rgba(255, 243, 219, 0.88);
  line-height: 1.7;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatPlate {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1100px) {
  .nav-wrap {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .site-nav {
    gap: 1rem;
  }

  .site-nav a,
  .nav-dropdown-toggle {
    font-size: 0.83rem;
    letter-spacing: 0.05em;
  }

  .brand-name {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }

  .header-actions .btn {
    padding: 0.9rem 1.25rem;
  }

  .hero-grid,
  .about-grid,
  .menu-grid,
  .testimonial-track,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-hero-grid,
  .booking-grid,
  .location-grid,
  .contact-grid,
  .feature-story-card,
  .gallery-feature-card {
    grid-template-columns: 1fr;
  }

  .menu-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 580px;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gallery-card--wide {
    grid-column: span 2;
  }

  .cta-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card__header,
  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  :root {
    --nav-height: 84px;
  }

  .nav-wrap {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    order: 2;
  }

  .menu-toggle {
    order: 3;
  }

  .nav-menu-cta {
    min-width: auto;
    padding: 0.8rem 1.1rem;
  }

  .nav-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(55, 23, 9, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 220, 151, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .site-nav a {
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }

  .nav-dropdown {
    width: 100%;
    display: grid;
    justify-items: center;
  }

  .nav-dropdown-toggle {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.4rem 0;
    text-align: center;
  }

  .nav-dropdown-toggle::after {
    position: static;
    transform: none;
    flex: 0 0 auto;
  }

  .nav-dropdown-menu {
    position: static;
    width: min(100%, 320px);
    max-width: 100%;
    min-width: 0;
    margin-top: 0.35rem;
    margin-left: 0;
    margin-right: 0;
    justify-self: center;
    max-height: 0;
    padding: 0 0.6rem;
    border-width: 0;
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
    justify-items: center;
    transition: max-height var(--transition), padding var(--transition), border-width var(--transition);
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 420px;
    padding: 0.5rem 0.6rem;
    border-width: 1px;
    pointer-events: auto;
  }

  .nav-dropdown-menu a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-grid,
  .about-grid,
  .features-grid,
  .menu-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-gallery-grid {
    grid-template-columns: 1fr;
  }

  .home-gallery-card,
  .home-gallery-card--tall,
  .home-gallery-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
  }

  .inner-hero-card {
    grid-template-columns: 1fr;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .table-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-copy {
    order: 1;
  }

  .hero-copy h1 {
    font-size: clamp(3.6rem, 11vw, 5rem);
    line-height: 0.92;
  }

  .typing-text {
    white-space: pre-line;
  }

  .typing-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 0.22em;
    width: 100%;
    max-width: 340px;
    height: 4.1em;
    min-height: 4.1em;
    margin-bottom: 100px !important;
    background: transparent;
    overflow: hidden;
  }


  .hero-divider {
    margin: 0 0 1.3rem !important;
  }

  .testimonial-track {
    --testimonial-visible: 2;
  }

  .hero-visual {
    order: 2;
    min-height: 520px;
  }

  .about-main {
    width: 90%;
  }

  .about-overlay {
    width: 36%;
    height: 180px;
  }

  .experience-badge {
    left: 1rem;
  }

  .cta-copy {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .reviews-panel,
  .review-form-card,
  .review-card {
    border-radius: 22px;
  }

  .reviews-panel,
  .review-form-card {
    padding: 1.2rem;
  }

  .star-rating label {
    font-size: 1.8rem;
  }

  .faq-question span:first-child {
    white-space: normal;
  }

  .hero-background-slideshow {
    bottom: auto;
  }

  .notice-popup {
    padding: 1rem;
  }

  .notice-popup__dialog {
    padding: 2rem 1rem 1.4rem;
    border-radius: 24px;
  }

  .notice-popup__pill {
    min-height: 42px;
    padding: 0.72rem 1.1rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .notice-popup__title {
    margin-top: 1rem;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .notice-popup__content {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .notice-popup__close {
    top: 0.8rem;
    right: 0.8rem;
    width: 46px;
    height: 46px;
  }

  .table-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-filter-bar {
    justify-content: flex-start;
    gap: 0.7rem;
  }

  .menu-filter-button {
    width: auto;
    min-width: 0;
    padding: 0.7rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .menu-showcase-section {
    padding: 1rem;
  }

  .menu-card-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .menu-product-card img {
    height: 280px;
  }

  .menu-product-card .dish-content p {
    min-height: 0;
  }

  .container {
    width: min(100% - 1.25rem, 100%);
  }

  .image-lightbox {
    padding: 1rem;
  }

  .image-lightbox-dialog {
    width: 100%;
  }

  .image-lightbox-media {
    max-height: 72vh;
    border-radius: 18px;
  }

  .image-lightbox-close {
    top: -0.75rem;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }

  .section-pad {
    padding: 2.8rem 0;
  }

  .brand-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .brand-mark {
    font-size: 1.45rem;
  }

  .brand-name {
    font-size: 0.72rem;
  }

  .hero-text,
  .about-copy p {
    font-size: 1rem;
  }

  .hero-actions,
  .cta-grid {
    gap: 0.9rem;
  }

  .btn {
    width: 100%;
  }

  .hero-actions .btn {
    width: auto;
    min-width: 170px;
    padding: 0.82rem 1.1rem;
    font-size: 0.92rem;
  }

  .hero-visual {
    min-height: 410px;
  }

  .plate-wrap {
    width: 100%;
  }

  .garlic-one {
    width: 82px;
    top: 2%;
  }

  .basil-one,
  .spice-one {
    width: 80px;
  }

  .dot-cluster {
    width: 120px;
    height: 130px;
  }

  .feature-card,
  .dish-content,
  .testimonial-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-visual {
    min-height: 420px;
  }

  .about-overlay {
    width: 40%;
    height: 150px;
    right: 0;
  }

  .experience-badge {
    min-width: 88px;
    padding: 0.75rem 0.7rem;
  }

  .cta-copy {
    flex-direction: column;
  }

  .site-footer {
    padding-top: 2.35rem;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "brand brand brand"
      "links hours contact"
      "social social social";
    gap: 1.4rem 0.85rem;
    padding-bottom: 1.35rem;
  }

  .footer-brand {
    grid-area: brand;
    text-align: center;
  }

  .footer-logo-row {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .footer-brand > p {
    max-width: 30rem;
    margin: 0 auto;
  }

  .footer-links-group {
    grid-area: links;
  }

  .footer-hours-group {
    grid-area: hours;
  }

  .footer-contact-group {
    grid-area: contact;
  }

  .footer-links-group,
  .footer-hours-group,
  .footer-contact-group {
    min-width: 0;
  }

  .site-footer h4 {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }

  .site-footer h4::after {
    width: 100%;
    max-width: 56px;
  }

  .site-footer li,
  .site-footer p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .site-footer li {
    margin-bottom: 0.42rem;
    word-break: break-word;
  }

  .socials {
    grid-area: social;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.15rem;
  }

  .socials a {
    width: auto;
    height: auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 221, 152, 0.12);
    background: linear-gradient(180deg, rgba(54, 35, 84, 0.95) 0%, rgba(31, 21, 58, 0.95) 100%);
    color: #fff4d8;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }

  .socials span {
    display: inline;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1;
  }

  .socials i {
    width: auto;
    height: auto;
    font-size: 1rem;
  }

  .footer-bottom {
    padding-top: 0.95rem;
  }
}
