/* ── tokens ─────────────────────────────────────────────────── */
:root {
  --night:  #171009;   /* dark bar wood, after close */
  --night-2:#241a11;
  --amber:  #e5a13a;   /* backlit bottle amber */
  --bottle: #6f9480;   /* bottle glass green */
  --paper:  #f3e8d6;   /* menu card stock */
  --paper-2:#e6d7bd;
  --ink:    #2a1f14;   /* printed on the card */
  --muted:  #a08a70;

  --shell: min(1120px, 100% - 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--night);
  color: var(--paper);
  font-family: "Karla", system-ui, sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  line-height: 1.6;
}

h1, h2, h3, .price-num {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "SOFT" 30, "WONK" 1, "opsz" 40;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
}

a { color: inherit; }

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

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap { width: var(--shell); margin-inline: auto; }

/* ── nav ────────────────────────────────────────────────────── */
#shell-nav {
  width: var(--shell);
  margin: 0 auto;
  padding: 1.4rem 0 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

#shell-nav .mark {
  font-family: "Fraunces", Georgia, serif;
  font-variation-settings: "WONK" 1, "opsz" 30;
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--paper);
}
#shell-nav .mark span { color: var(--amber); }

#shell-nav nav { display: flex; gap: 1.6rem; }
#shell-nav nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
#shell-nav nav a:hover { color: var(--paper); border-bottom-color: var(--amber); }

/* ── hero ───────────────────────────────────────────────────── */
.hero {
  width: var(--shell);
  margin: clamp(2rem, 6vw, 4.5rem) auto clamp(3rem, 8vw, 6rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.6rem, 1.4rem + 5.2vw, 5rem);
  max-width: 12ch;
}

.hero p {
  max-width: 42ch;
  color: #d8c6ad;
  margin: 1.4rem 0 2rem;
}

.hero-portrait {
  aspect-ratio: 4 / 5;
  background: var(--night-2);
  position: relative;
  overflow: hidden;
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; }

/* warm glow behind the portrait, like the light strip under a bar shelf */
.hero-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(to top, rgba(229,161,58,0.22), transparent);
  pointer-events: none;
}

/* ── buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  background: var(--amber);
  color: #21160a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.7rem;
  border: none;
}
.btn:hover { background: #f5b451; }

.btn.is-pending {
  background: transparent;
  color: var(--muted);
  border: 1px dashed var(--muted);
  cursor: not-allowed;
  font-weight: 500;
}

.btn-quiet {
  display: inline-block;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid var(--bottle);
  padding-bottom: 2px;
}
.btn-quiet:hover { border-bottom-color: var(--amber); }

/* ── the menu card: the one loud thing on the page ──────────── */
.menu-section {
  background: var(--night-2);
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.card {
  width: min(680px, 100% - 2.5rem);
  margin-inline: auto;
  background: var(--paper);
  color: var(--ink);
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--paper-2);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35), 0 30px 60px -30px rgba(0,0,0,0.8);
}

.card h2 {
  font-size: clamp(1.9rem, 1.2rem + 2.6vw, 2.8rem);
  margin-bottom: 0.4rem;
}

.card .sub {
  color: #6d5a44;
  margin: 0 0 2rem;
  font-style: italic;
}

/* menu rows with leader dots — the bar-menu device, doing real work */
#spec-list {
  list-style: none;
  margin: 0 0 2.2rem;
  padding: 0;
  border-top: 1px solid var(--paper-2);
}
#spec-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--paper-2);
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
#spec-list li::after {
  content: "";
  flex: 1;
  border-bottom: 1px dotted #bfa88a;
  align-self: flex-end;
  margin-bottom: 0.35em;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.price-num { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.4rem); }
.price-note { color: #6d5a44; font-size: 0.95rem; }

/* ── month grid ─────────────────────────────────────────────── */
.months { padding: clamp(3rem, 8vw, 5.5rem) 0; }

.months h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem);
  margin-bottom: 0.5rem;
}
.months .lede { color: var(--muted); max-width: 48ch; margin: 0 0 2.5rem; }

.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}

.month {
  aspect-ratio: 3 / 4;
  background: var(--night-2);
  position: relative;
  overflow: hidden;
}
.month img { width: 100%; height: 100%; object-fit: cover; }

.month span {
  position: absolute;
  left: 0.7rem;
  bottom: 0.6rem;
  font-size: 0.85rem;
  color: var(--paper);
  text-shadow: 0 1px 6px rgba(0,0,0,0.9);
}

/* placeholder styling until real images are dropped in */
.ph {
  border: 1px dashed #4a3a28;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.75rem;
  color: #7a6448;
  font-size: 0.78rem;
  line-height: 1.35;
  word-break: break-word;
}

/* ── find faye ──────────────────────────────────────────────── */
.find {
  border-top: 1px solid #33251a;
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}
.find h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem); margin-bottom: 1rem; }
.find p { color: var(--muted); max-width: 46ch; margin: 0 0 1.8rem; }
.find-links { display: flex; gap: 1.8rem; flex-wrap: wrap; }

/* ── footer ─────────────────────────────────────────────────── */
#shell-footer {
  width: var(--shell);
  margin: 0 auto;
  padding: 2.5rem 0 3.5rem;
  border-top: 1px solid #33251a;
}
#shell-footer .disclose {
  color: var(--muted);
  font-size: 0.85rem;
  max-width: 62ch;
  margin: 0 0 1rem;
}
#shell-footer .fine { color: #6b5943; font-size: 0.82rem; margin: 0; }

/* ── responsive ─────────────────────────────────────────────── */
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-portrait { order: -1; aspect-ratio: 3 / 4; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
