:root {
  --paper: #efe6d6;
  --paper-2: #e7dcc8;
  --ink: #1b1714;
  --ink-soft: #4a433c;
  --mute: #7a7268;
  --line: rgba(27, 23, 20, 0.14);
  --wine: #6f2d2a;
  --wine-deep: #4d1e1c;
  --bone: #f6f1e6;
  --night: #14110f;
  --night-2: #1e1a17;
  --danger: #9b3a34;
  --ok: #3f6b4a;
  --brass: #8a7349;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--paper);
  color: var(--ink);
}
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  line-height: 1.55;
}
::selection { background: var(--wine); color: var(--bone); }

.font-display { font-family: Fraunces, "Times New Roman", serif; font-optical-sizing: auto; }
.font-brand { font-family: Fraunces, serif; font-weight: 500; letter-spacing: 0.18em; }

h1, h2, h3 {
  font-family: Fraunces, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  background: var(--ink);
  color: var(--bone);
  padding: 0.95rem 1.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-gold:hover { background: var(--wine); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0.2rem 0;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-aura {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2.2rem;
  color: var(--bone);
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
.nav-aura a, .nav-aura button { color: inherit; background: none; border: 0; cursor: pointer; }
.nav-aura.scrolled {
  background: rgba(239, 230, 214, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(12px);
}
.nav-links a {
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  opacity: 0.82;
}
.nav-links a:hover { opacity: 1; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--bone);
  background: var(--night);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  animation: ken 36s ease-in-out infinite alternate;
  filter: saturate(0.78) contrast(1.08) brightness(0.82);
}
@keyframes ken {
  from { transform: scale(1.04); }
  to { transform: scale(1.1) translate3d(0, -1.5%, 0); }
}
.hero-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,10,8,0.62) 0%, rgba(12,10,8,0.18) 55%, rgba(12,10,8,0.35) 100%),
    linear-gradient(180deg, rgba(12,10,8,0.2) 0%, rgba(12,10,8,0.15) 40%, rgba(12,10,8,0.72) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 8vw 10vh;
  max-width: 44rem;
}
.hero-copy h1 {
  font-size: clamp(4.2rem, 11vw, 9rem);
  margin: 0 0 0.2rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.hero-copy .lede {
  font-family: Fraunces, serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 400;
  opacity: 0.92;
  margin: 0 0 1.4rem;
}

.kicker {
  color: var(--wine);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 500;
}
.hero .kicker { color: #e4d3c0; }

.section {
  padding: 7.5rem 6vw;
  max-width: 1280px;
  margin: 0 auto;
}
.section-night {
  background: var(--night);
  color: var(--bone);
  max-width: none;
  padding: 7.5rem 6vw;
}
.section-night .kicker { color: #c4a090; }

.scrolly {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: start;
}
.scrolly-sticky {
  position: sticky;
  top: 5.5rem;
  height: 74vh;
  overflow: hidden;
}
.scrolly-sticky img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.8s ease, transform 1.2s ease;
}
.scrolly-step {
  min-height: 68vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}
.scrolly-step h3 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 0 0 1rem; }

.dish-card {
  background: transparent;
  overflow: hidden;
}
.dish-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88);
  transition: transform 0.8s ease, filter 0.8s ease;
}
.dish-card:hover img { transform: scale(1.03); filter: saturate(1); }
.dish-card h3 { font-size: 1.55rem; margin: 0; }

.chip {
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--ink-soft);
  background: transparent;
  padding: 0.35rem 0.15rem;
  margin-right: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  cursor: pointer;
}
.chip.active, .chip:hover {
  color: var(--ink);
  border-bottom-color: var(--wine);
}

.zone-tile {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  color: var(--bone);
}
.zone-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: 1.1s ease;
  filter: saturate(0.85);
}
.zone-tile:hover img { transform: scale(1.05); }
.zone-tile .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(12,10,8,0.78));
}

label { display: block; font-size: 0.78rem; color: var(--ink-soft); }
input, select, textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: 0.75rem 0 0.65rem;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}
input[type="checkbox"], input[type="file"] { width: auto; border: 0; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--wine); }
select option { background: var(--paper); color: var(--ink); }
.form-panel {
  background: rgba(255,255,255,0.28);
  padding: 2.4rem 2rem;
}

.modal-veil {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(20, 17, 15, 0.62);
  display: grid; place-items: center;
  padding: 1.5rem;
}
.modal-card {
  background: var(--paper);
  color: var(--ink);
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #3f6b4a;
  display: inline-block;
}
.live-dot.off { background: #8a7349; }

.audio-fab {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 60;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--ink);
  color: var(--bone);
  display: grid; place-items: center;
  cursor: pointer;
}

.wishlist-badge {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--wine);
  color: var(--bone);
  font-size: 0.62rem;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  display: grid; place-items: center;
  font-weight: 600;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px 1fr;
  background: var(--paper);
  color: var(--ink);
}
.admin-side {
  background: var(--night);
  color: var(--bone);
  padding: 1.8rem 1.1rem;
}
.admin-side a {
  display: flex; align-items: center; gap: 0.6rem;
  color: var(--bone);
  text-decoration: none;
  padding: 0.6rem 0.7rem;
  font-size: 0.84rem;
  opacity: 0.7;
}
.admin-side a.active, .admin-side a:hover {
  opacity: 1; background: rgba(246,241,230,0.08);
}
.stat-card {
  border: 1px solid var(--line);
  padding: 1.2rem 1.3rem;
  background: rgba(255,255,255,0.25);
}
.table-aura { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.table-aura th, .table-aura td {
  border-bottom: 1px solid var(--line);
  padding: 0.8rem 0.45rem;
  text-align: left;
}
.table-aura th {
  color: var(--mute);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.status-pending { color: var(--brass); }
.status-confirmed { color: var(--ok); }
.status-cancelled { color: var(--danger); }
.status-arrived { color: #3d5c7a; }

.preloader {
  position: fixed; inset: 0; z-index: 100;
  background: var(--paper);
  color: var(--ink);
  display: grid; place-items: center;
  transition: opacity 0.7s ease, visibility 0.7s;
}
.preloader.hide { opacity: 0; visibility: hidden; }

.hairline { height: 1px; background: var(--line); }

.quote-mark {
  font-family: Fraunces, serif;
  font-size: 4rem;
  line-height: 0.7;
  color: var(--wine);
  display: block;
}

@media (max-width: 900px) {
  .scrolly { grid-template-columns: 1fr; }
  .scrolly-sticky { position: relative; top: 0; height: 42vh; }
  .nav-links { display: none; }
  .nav-aura { padding: 1rem 1.1rem; }
  .section, .section-night { padding: 4.5rem 1.2rem; }
  .hero-copy { padding: 0 1.3rem 7vh; }
  .admin-shell { grid-template-columns: 1fr; }
  .zone-tile { min-height: 320px; }
}
