:root {
  --terracotta: #b85435;
  --terracotta-dark: #7d2f1d;
  --cream: #fff4df;
  --cream-soft: #fff9ee;
  --brown: #301b12;
  --brown-soft: #6e4a35;
  --gold: #d7a756;
  --sage: #65745b;
  --wine: #753541;
  --shadow: 0 22px 60px rgba(65, 31, 18, 0.18);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--brown);
  background:
    radial-gradient(circle at top left, rgba(216, 167, 86, 0.25), transparent 34rem),
    linear-gradient(145deg, #fff8ec 0%, #ffe8cb 45%, #f8d7bd 100%);
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 234, 0.88);
  border-bottom: 1px solid rgba(126, 55, 31, 0.12);
  backdrop-filter: blur(18px);
}

.navbar {
  width: min(1160px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cream);
  background: linear-gradient(135deg, var(--terracotta), var(--brown));
  font-family: "Playfair Display", Georgia, serif;
}

.nav-panel,
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--brown-soft);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--terracotta);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--brown);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--cream);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.section-pad {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 610px;
  color: var(--brown-soft);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-actions,
.final-actions,
.special-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fffaf1;
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
  box-shadow: 0 14px 26px rgba(184, 84, 53, 0.28);
}

.btn-secondary {
  color: var(--terracotta-dark);
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(125, 47, 29, 0.24);
}

.btn-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.9rem;
}

.featured-plate,
.special-card,
.reservations,
.final-cta {
  border: 1px solid rgba(125, 47, 29, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 249, 238, 0.78);
  box-shadow: var(--shadow);
}

.featured-plate {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--brown);
  background: rgba(215, 167, 86, 0.24);
  border: 1px solid rgba(215, 167, 86, 0.4);
  font-size: 0.78rem;
  font-weight: 800;
}

.plate-photo {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 24px auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f4dfbd;
  box-shadow: 0 20px 38px rgba(48, 27, 18, 0.18);
}

.plate-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 14px rgba(255, 248, 232, 0.82);
  pointer-events: none;
}

.plate-photo img,
.dish-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.plate-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.plate-info p {
  margin-bottom: 6px;
  color: var(--brown-soft);
  font-weight: 700;
}

.plate-info h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.special-row strong,
.dish-card strong {
  color: var(--terracotta-dark);
  font-size: 1.2rem;
}

.plate-info strong {
  min-width: 92px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(125, 47, 29, 0.14);
  border-radius: 18px;
  padding: 12px 14px;
  color: var(--terracotta-dark);
  background: rgba(255, 244, 223, 0.72);
  font-size: 1.15rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(65, 31, 18, 0.08);
  white-space: nowrap;
}

.plate-info strong span {
  font-size: 0.92rem;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--brown-soft);
  line-height: 1.7;
}

.category-grid,
.dish-grid,
.experience-grid,
.testimonial-grid,
.quick-list {
  display: grid;
  gap: 20px;
}

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

.category-card,
.dish-card,
.experience article,
.quick-item,
blockquote {
  border: 1px solid rgba(125, 47, 29, 0.12);
  border-radius: 20px;
  background: rgba(255, 251, 243, 0.74);
  box-shadow: 0 12px 30px rgba(65, 31, 18, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.dish-card:hover,
.experience article:hover,
.quick-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(65, 31, 18, 0.14);
}

.category-card {
  padding: 24px;
}

.category-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #ffe5bf;
  font-size: 1.7rem;
}

.category-card p,
.dish-card p,
.experience p,
blockquote p,
.reservation-copy p,
.contact-info li {
  color: var(--brown-soft);
  line-height: 1.65;
}

.day-special {
  padding-top: 24px;
}

.special-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 34px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(48, 27, 18, 0.92), rgba(125, 47, 29, 0.84)),
    linear-gradient(135deg, var(--cream), #f6c399);
  color: var(--cream-soft);
}

.special-card .eyebrow,
.special-card p {
  color: #ffe6c6;
}

.special-visual {
  min-height: 300px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 230, 191, 0.78), transparent 28%),
    radial-gradient(circle at 70% 60%, rgba(215, 167, 86, 0.55), transparent 30%),
    linear-gradient(135deg, rgba(255, 244, 223, 0.16), rgba(255, 255, 255, 0.05));
}

.special-visual span {
  width: min(72%, 260px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #a5462b 0 28%, #f3b368 29% 44%, #fff0d1 45% 62%, #d7a756 63% 100%);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.28);
}

.special-row {
  margin-top: 24px;
}

.special-row strong {
  color: #ffe1aa;
  font-size: 1.8rem;
}

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

.dish-card {
  padding: 14px 14px 22px;
}

.dish-card h3,
.dish-card p,
.dish-card strong {
  margin-left: 8px;
  margin-right: 8px;
}

.dish-image {
  height: 190px;
  position: relative;
  margin: 0 0 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #f4dfbd;
}

.dish-image span {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--brown);
  background: var(--cream);
  font-size: 0.75rem;
  font-weight: 800;
}

.experience {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1160px) / 2));
  padding-right: max(16px, calc((100% - 1160px) / 2));
  background: linear-gradient(135deg, rgba(125, 47, 29, 0.1), rgba(215, 167, 86, 0.16));
}

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

.experience article {
  padding: 28px;
}

.experience span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-btn {
  min-height: 42px;
  border: 1px solid rgba(125, 47, 29, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--brown-soft);
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.filter-btn:hover,
.filter-btn.active {
  color: var(--cream);
  background: var(--terracotta);
  transform: translateY(-1px);
}

.quick-list {
  grid-template-columns: repeat(3, 1fr);
}

.quick-item {
  padding: 22px;
}

.quick-item.is-hidden {
  display: none;
}

.quick-item span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--terracotta-dark);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-item p {
  margin-bottom: 0;
  color: var(--terracotta-dark);
  font-weight: 800;
}

.reservations {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  padding: 34px;
}

.reservation-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.reservation-form label {
  display: grid;
  gap: 8px;
  color: var(--brown);
  font-weight: 800;
}

.reservation-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(125, 47, 29, 0.2);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--brown);
  background: #fffaf1;
  outline: none;
}

.reservation-form input:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(184, 84, 53, 0.14);
}

.reservation-form .btn {
  grid-column: 1 / -1;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1160px, calc(100% - 32px));
  margin: 12px auto 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brown);
  color: var(--cream);
}

.stats div {
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 244, 223, 0.14);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  display: block;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.stats span {
  color: #ffe6c6;
  font-weight: 700;
}

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

blockquote {
  margin: 0;
  padding: 26px;
}

blockquote p {
  font-size: 1.03rem;
}

cite {
  color: var(--terracotta-dark);
  font-style: normal;
  font-weight: 800;
}

.final-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background:
    linear-gradient(135deg, rgba(255, 249, 238, 0.92), rgba(255, 229, 191, 0.9)),
    radial-gradient(circle at right, rgba(184, 84, 53, 0.2), transparent 30rem);
}

.final-cta h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}

.contact-info ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.location-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(125, 47, 29, 0.12);
  border-radius: var(--radius);
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 249, 238, 0.92), rgba(255, 229, 191, 0.9)),
    radial-gradient(circle at 84% 18%, rgba(184, 84, 53, 0.18), transparent 18rem);
  box-shadow: var(--shadow);
}

.location-top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.location-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--terracotta), var(--brown));
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(184, 84, 53, 0.26);
}

.location-top h3 {
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.location-top p:last-child {
  margin-bottom: 0;
  color: var(--brown-soft);
  line-height: 1.6;
}

.location-details {
  display: grid;
  gap: 12px;
}

.location-details article {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(125, 47, 29, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.42);
}

.location-details span {
  color: var(--terracotta-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.location-details strong {
  color: var(--brown);
  line-height: 1.45;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  color: var(--brown-soft);
}

.footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brown);
  font-size: 1.2rem;
}

.footer p {
  margin: 0;
}

.footer nav {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

.footer a:hover {
  color: var(--terracotta);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

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

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

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

  .nav-panel {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid rgba(125, 47, 29, 0.16);
    border-radius: 22px;
    background: var(--cream-soft);
    box-shadow: var(--shadow);
  }

  .nav-panel.is-open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-links a {
    display: block;
    padding: 12px;
    border-radius: 12px;
  }

  .nav-links a:hover {
    background: rgba(184, 84, 53, 0.1);
  }

  .hero,
  .special-card,
  .reservations,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .category-grid,
  .dish-grid,
  .experience-grid,
  .quick-list,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .section-pad {
    padding: 64px 0;
  }

  .navbar,
  .section-pad,
  .stats,
  .final-cta,
  .footer {
    width: min(100% - 24px, 1160px);
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-actions,
  .final-actions,
  .special-row {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .plate-info {
    align-items: flex-start;
    flex-direction: column;
  }

  .plate-info strong {
    min-width: 0;
  }

  .category-grid,
  .dish-grid,
  .experience-grid,
  .quick-list,
  .testimonial-grid,
  .reservation-form,
  .stats {
    grid-template-columns: 1fr;
  }

  .special-card,
  .reservations,
  .final-cta {
    padding: 24px;
    border-radius: 20px;
  }

  .special-visual,
  .location-card {
    min-height: 260px;
  }

  .stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 244, 223, 0.14);
  }

  .stats div:last-child {
    border-bottom: 0;
  }

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

  .footer nav {
    flex-wrap: wrap;
  }
}
