:root {
  color-scheme: light;
  --bg: #1a1310;
  --bg-deep: #0f0b09;
  --ink: #f4efe8;
  --muted: #c7b9ad;
  --accent: #d8b075;
  --accent-dark: #b07a38;
  --lux-gold: #f1d4a7;
  --lux-glow: rgba(241, 212, 167, 0.22);
  --sea: #9aa79f;
  --card: rgba(255, 255, 255, 0.08);
  --champagne: #efe3d3;
  --espresso: #15100d;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --radius-sm: 18px;
  --maxw: 1140px;
  --hero-width: 1040px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(130deg, var(--bg), var(--bg-deep));
  color: var(--ink);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(241, 212, 167, 0.12), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(216, 176, 117, 0.08), transparent 50%);
  pointer-events: none;
  z-index: -3;
}

.bg-orbit {
  position: fixed;
  inset: -20% 10% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(181, 129, 58, 0.35), transparent 60%);
  filter: blur(8px);
  z-index: -2;
}

.bg-grain {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.hero {
  padding: 32px 24px 64px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.hero-video-bg {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 120px 24px 64px;
  color: #f7f2ec;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.65), rgba(12, 9, 7, 0.35) 55%, rgba(12, 9, 7, 0.8));
  z-index: 1;
  pointer-events: none;
}

.hero-bg-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.75);
  z-index: 2;
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 32px;
  position: relative;
  z-index: 3;
}

.nav.sticky {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 48px));
  padding: 10px 18px;
  background: rgba(18, 13, 10, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  z-index: 120;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px;
  align-items: center;
  justify-items: center;
}

.brand {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #f7f2ec;
  justify-self: center;
}

.nav-links {
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
  justify-self: center;
  margin: 0 auto;
}


.nav-links a {
  text-decoration: none;
  color: rgba(247, 242, 236, 0.8);
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  border: 1px solid rgba(247, 242, 236, 0.5);
  background: rgba(13, 10, 8, 0.25);
  color: #f7f2ec;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
  justify-self: center;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  flex: 1;
  width: min(var(--hero-width), calc(100% - 48px));
  margin: 0 auto;
}

.hero-centered {
  min-height: calc(100svh - 140px);
  text-align: center;
}

.hero-centered .hero-text {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 12px;
  text-align: center;
}

.hero-centered .lead {
  max-width: 980px;
  margin: 0 auto;
}

.hero-text h1 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.4vw, 4.6rem);
  margin: 16px 0 12px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  line-height: 1.15;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero-text h1 .line {
  display: block;
}

.hero-text h1 .line:first-child {
  white-space: nowrap;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: rgba(247, 242, 236, 0.75);
  margin: 0 0 8px;
}

.lead {
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 520px;
  color: rgba(247, 242, 236, 0.85);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn.primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 20px 35px rgba(193, 106, 63, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn.primary::after {
  content: "";
  position: absolute;
  inset: -50% 30% auto -20%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.btn.primary:hover::after {
  opacity: 1;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(241, 212, 167, 0.22);
  color: #f4efe8;
}

.btn.ghost:hover {
  box-shadow: 0 0 0 1px var(--lux-glow), 0 10px 25px rgba(0, 0, 0, 0.35);
}

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

.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-meta div {
  display: grid;
  gap: 6px;
}

.meta-label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: rgba(247, 242, 236, 0.65);
}

.meta-value {
  font-weight: 600;
}

.menu {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px 80px;
}

.section-head {
  max-width: var(--maxw);
  margin: 0 auto 24px;
  padding: 0 24px;
}

.section-head h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin: 0 0 10px;
}

.eyebrow.dark {
  color: var(--accent-dark);
}

.menu-section {
  padding: 40px 32px;
  margin: 32px 0;
  border-radius: 28px;
  background: rgba(18, 13, 10, 0.7);
  border: 1px solid rgba(241, 212, 167, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.menu-section::before {
  content: "";
  position: absolute;
  inset: -40% 20% auto;
  height: 180px;
  background: linear-gradient(120deg, rgba(241, 212, 167, 0.12), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.menu-header > div {
  max-width: 520px;
}

.menu-section h2,
.menu-section h3 {
  color: #f7f2ec;
}

.menu-section .muted {
  color: rgba(247, 242, 236, 0.75);
}

.menu-header h2 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 2rem;
  margin: 0 0 8px;
}

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

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}

.menu-card {
  background: rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(12px);
  opacity: 0;
  animation: cardIn 0.7s ease forwards;
  animation-delay: var(--delay, 0ms);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(241, 212, 167, 0.18);
  backdrop-filter: blur(8px);
  position: relative;
}

.menu-card:hover {
  transform: translateY(4px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  border-color: rgba(241, 212, 167, 0.45);
}

.menu-card.pulse {
  animation: pulse 0.3s ease;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 200;
}

.modal.open {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 7, 5, 0.65);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  z-index: 1;
  width: min(640px, 90vw);
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: rgba(0, 0, 0, 0.08);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}

.reserve-form.compact {
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: transparent;
  box-shadow: none;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(0.98); }
  100% { transform: scale(1); }
}
.menu-card-image {
  height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(18, 13, 10, 0.6);
  position: relative;
}

.menu-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(10, 8, 6, 0.4));
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(241, 212, 167, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.menu-card:hover::before {
  opacity: 1;
}

.menu-card-body {
  padding: 16px 18px 20px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 10px;
  color: #f4efe8;
}

.menu-card-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.menu-card-title h3 {
  min-height: 2.6em;
}

.menu-card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}

.btn.small {
  padding: 8px 14px;
  font-size: 0.85rem;
}

.btn.ghost.small {
  background: rgba(255, 255, 255, 0.08);
  color: #f4efe8;
  border: 1px solid rgba(241, 212, 167, 0.22);
}

.menu-card-qty {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.2s ease;
  padding-top: 6px;
}

.menu-card-qty.open {
  opacity: 1;
  max-height: 120px;
}

.menu-card.ordering [data-order],
.menu-card.in-cart [data-order] {
  display: none;
}

.menu-card.ordering .menu-card-actions,
.menu-card.in-cart .menu-card-actions {
  opacity: 0.6;
}

.menu-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.price {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--lux-gold);
  white-space: nowrap;
}

.extras {
  display: grid;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(241, 212, 167, 0.18);
  color: #f4efe8;
}

.extras-title {
  margin: 0;
  font-weight: 600;
  color: #f4efe8;
}

.extras label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.95rem;
  color: rgba(244, 239, 232, 0.85);
}

.extras input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(241, 212, 167, 0.5);
  background: rgba(255, 255, 255, 0.06);
  display: inline-grid;
  place-content: center;
  margin: 0 10px 0 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.extras input[type="checkbox"]::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px;
  transform: scale(0);
  transition: transform 0.12s ease;
  background: linear-gradient(135deg, #f1d4a7, #d8b075);
  box-shadow: 0 0 8px rgba(241, 212, 167, 0.5);
}

.extras input[type="checkbox"]:checked::after {
  transform: scale(1);
}

.btn.order {
  align-self: start;
  padding: 10px 16px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  color: #f4efe8;
  box-shadow: none;
  border: 1px solid rgba(241, 212, 167, 0.22);
}

.btn.order:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 1px var(--lux-glow), 0 10px 25px rgba(0, 0, 0, 0.35);
}

.cta {
  padding: 40px 24px 80px;
}

.cta-card {
  max-width: var(--maxw);
  margin: 0 auto;
  background: rgba(18, 13, 10, 0.7);
  border: 1px solid rgba(241, 212, 167, 0.2);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.reserve {
  padding: 40px 0 80px;
}

.reserve-form {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.reserve-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
}

.reserve-form input,
.reserve-form textarea {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(27, 23, 19, 0.12);
  background: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reserve-form input:focus,
.reserve-form textarea:focus {
  outline: none;
  border-color: rgba(176, 122, 58, 0.6);
  box-shadow: 0 0 0 3px rgba(176, 122, 58, 0.15);
}

.reserve-form .wide {
  grid-column: span 2;
}

.reserve-form .consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reserve-form .consent input {
  width: 18px;
  height: 18px;
}

.stepper {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.stepper input {
  width: 56px;
  text-align: center;
  border: none;
  padding: 10px;
  background: transparent;
  font-weight: 600;
  color: #f4efe8;
}

.stepper-btn {
  border: none;
  background: transparent;
  padding: 10px 14px;
  font-size: 1.1rem;
  cursor: pointer;
  color: #f3c07a;
}

.cart-page {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(130deg, var(--bg), var(--bg-deep));
  color: var(--ink);
}

.cart-hero {
  padding: 32px 24px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.cart-nav .nav-cta {
  background: var(--accent);
  color: #fff;
}

.cart-hero-content {
  text-align: center;
  padding: 32px 12px 16px;
}

.cart-hero-content h1 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  margin: 12px 0;
}

.cart-main {
  max-width: var(--maxw);
  margin: 0 auto 80px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.product-page {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(130deg, var(--bg), var(--bg-deep));
  color: var(--ink);
}

.events-page {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(130deg, var(--bg), var(--bg-deep));
  color: var(--ink);
}

.account-page,
.legal-page {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(130deg, var(--bg), var(--bg-deep));
  color: var(--ink);
}

.account-main,
.legal-main {
  max-width: var(--maxw);
  margin: 0 auto 80px;
  padding: 0 24px;
  display: grid;
  gap: 24px;
}

.account-card,
.legal-card {
  background: rgba(18, 13, 10, 0.7);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid rgba(241, 212, 167, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  color: #f4efe8;
}

.account-form {
  display: grid;
  gap: 14px;
}

.account-form label {
  display: grid;
  gap: 6px;
}

.account-form input {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(241, 212, 167, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #f4efe8;
}

.address-list,
.booking-list,
.order-history {
  display: grid;
  gap: 12px;
}

.address-item,
.booking-item,
.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(241, 212, 167, 0.12);
}

.events-hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 32px 24px 10px;
}

.events-nav {
  position: relative;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(18, 13, 10, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  width: min(var(--hero-width), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px;
  align-items: center;
  justify-items: center;
}

.events-hero-content {
  text-align: center;
  padding: 32px 12px 18px;
  max-width: 900px;
  margin: 0 auto;
}

.events-hero-content .eyebrow {
  letter-spacing: 0.35em;
  font-size: 0.7rem;
  margin-bottom: 14px;
  color: rgba(244, 239, 232, 0.7);
}

.events-hero-content h1 {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  margin: 0 0 12px;
}

.events-hero-content .lead {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(244, 239, 232, 0.75);
}

.events-main {
  max-width: var(--maxw);
  margin: 0 auto 80px;
  padding: 0 24px;
  display: grid;
  gap: 32px;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 0;
  background: rgba(18, 13, 10, 0.7);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(241, 212, 167, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
}

.event-media {
  min-height: 360px;
  background-size: cover;
  background-position: center;
}

.event-body {
  padding: 28px;
  display: grid;
  gap: 12px;
  color: #f4efe8;
}

.event-body h2 {
  font-family: \"Cormorant Garamond\", \"Times New Roman\", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0;
}

.event-meta {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(241, 212, 167, 0.18);
  border-radius: 16px;
  padding: 14px;
}

.event-meta-title {
  margin: 0 0 8px;
  font-weight: 600;
}

.event-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: rgba(244, 239, 232, 0.85);
}

@media (max-width: 900px) {
  .event-card {
    grid-template-columns: 1fr;
  }
  .event-media {
    min-height: 260px;
  }
}

.product-main {
  max-width: var(--maxw);
  margin: 0 auto 80px;
  padding: 0 24px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  background: rgba(18, 13, 10, 0.7);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  border: 1px solid rgba(241, 212, 167, 0.18);
  backdrop-filter: blur(10px);
}

.product-gallery {
  min-height: 420px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(18, 13, 10, 0.6);
}

.product-info {
  padding: 28px;
  display: grid;
  gap: 16px;
  color: #f4efe8;
}

.product-price-row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart-list {
  display: grid;
  gap: 20px;
}

.cart-item-card {
  background: rgba(18, 13, 10, 0.7);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  border: 1px solid rgba(241, 212, 167, 0.18);
  backdrop-filter: blur(10px);
}

.cart-item-media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.cart-item-body {
  padding: 20px 22px;
  display: grid;
  gap: 14px;
  color: #f4efe8;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cart-item-total {
  font-weight: 700;
}

.cart-remove {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.cart-summary-panel {
  background: rgba(18, 13, 10, 0.75);
  color: #f6f0ea;
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 10px;
  height: fit-content;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(241, 212, 167, 0.2);
  backdrop-filter: blur(10px);
  align-self: start;
}

.cart-summary-panel h3 {
  margin: 0 0 4px;
}

.delivery-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0 6px;
}

.delivery-form {
  display: none;
  gap: 8px;
}

.delivery-form.open {
  display: grid;
}

.delivery-form label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
}

.delivery-form input {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(241, 212, 167, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #f4efe8;
}

.switch {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(241, 212, 167, 0.22);
  transition: background 0.2s ease;
}

.switch-track::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4efe8;
  transition: transform 0.2s ease;
}

.switch input:checked + .switch-track {
  background: rgba(241, 212, 167, 0.35);
}

.switch input:checked + .switch-track::after {
  transform: translateX(20px);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.summary-row.total {
  font-size: 1.1rem;
}

.cart-summary-panel .btn.primary {
  margin-top: 6px;
  width: 100%;
  padding: 10px 18px;
  min-height: 42px;
}

.cart-summary-panel .btn.ghost {
  margin-top: 6px;
  width: 100%;
  padding: 10px 18px;
  min-height: 42px;
}

.cart-page .btn.ghost {
  border-color: rgba(241, 212, 167, 0.22);
}

@media (max-width: 900px) {
  .cart-main {
    grid-template-columns: 1fr;
  }
  .cart-item-card {
    grid-template-columns: 1fr;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  max-width: var(--maxw);
  margin: 0 auto 40px;
  padding: 24px;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.footer a {
  color: var(--muted);
  text-decoration: none;
}

.footer a:hover {
  color: #f4efe8;
}

.footer-compact {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-note {
  font-size: 0.9rem;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .hero-centered {
    min-height: calc(100svh - 120px);
  }
  .reserve-form {
    grid-template-columns: 1fr;
  }
  .reserve-form .wide {
    grid-column: span 1;
  }
  .menu-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .hero-text h1 .line:first-child {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .hero-meta {
    flex-direction: column;
    gap: 16px;
  }
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
html {
  scroll-behavior: smooth;
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.75rem;
  padding: 0 6px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cart-badge.active {
  background: var(--accent);
  transform: scale(1.05);
}
