/* ============================================================
   EMBER & ASH — sub-page components (Menu · The House · Private Dining)
   Extends styles.css. Uses the same tokens; adds nothing that conflicts.
   ============================================================ */

/* ---------- Compact page hero (sub-pages) ---------- */
.page-hero {
  position: relative; overflow: hidden; text-align: center;
  padding: calc(84px + clamp(56px, 9vw, 110px)) 0 clamp(48px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
}
.page-hero__bg { position: absolute; inset: 0; z-index: 0; background: #060504; }
.page-hero__ember {
  position: absolute; left: 50%; bottom: -40%; transform: translateX(-50%);
  width: 120%; height: 90%;
  background: radial-gradient(50% 100% at 50% 100%, rgba(255,138,61,.22), rgba(150,52,20,.10) 42%, transparent 72%);
  filter: blur(10px); animation: emberFlicker 8s ease-in-out infinite;
}
.page-hero__vignette {
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 50% 20%, transparent 45%, rgba(0,0,0,.55) 100%);
}
.page-hero__inner { position: relative; z-index: 1; max-width: 780px; margin-inline: auto; }
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero__sub { color: var(--ink-soft); margin-top: 18px; font-size: 1.08rem; }

@media (prefers-reduced-motion: reduce) { .page-hero__ember { animation: none; } }

/* Generic vertical rhythm for page sections */
.section--pad { padding-block: clamp(72px, 10vw, 140px); }
.section--tint { background: linear-gradient(180deg, var(--bg-1), var(--bg)); border-block: 1px solid var(--line-soft); }
.measure { max-width: 64ch; }
.center { text-align: center; margin-inline: auto; }
.stack-lg { margin-top: clamp(36px, 5vw, 56px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.frame--portrait { aspect-ratio: 4 / 5; }   /* portrait atmosphere frame (e.g. the chef) */

/* ---------- Menu document ---------- */
.menu-doc { display: grid; gap: clamp(56px, 8vw, 96px); }
.menu-section__head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 36px; }
.menu-section__head h2,
.menu-section__head h3 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--ink);
  white-space: nowrap;
}
.menu-section__rule { flex: 1; height: 1px; background: var(--line); }
.menu-section__note { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); white-space: nowrap; }

/* dietary / allergen tags (playbook: every item tagged) */
.cut__tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.tag {
  font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  color: var(--gold); border: 1px solid var(--line); border-radius: 2px; padding: 3px 8px; line-height: 1.4;
}
.tag--warn { color: var(--ink-mute); border-color: var(--line-soft); }

.tag-legend {
  display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center;
  margin-top: clamp(48px, 6vw, 72px); padding-top: 30px; border-top: 1px solid var(--line-soft);
}
.tag-legend span { font-size: .8rem; color: var(--ink-mute); letter-spacing: .03em; }
.tag-legend b { color: var(--gold); font-weight: 600; margin-right: 7px; letter-spacing: .12em; font-size: .72rem; }

.menu-note { color: var(--ink-mute); font-size: .9rem; max-width: 60ch; margin-inline: auto; text-align: center; margin-top: 30px; }

/* ---------- The House (about) ---------- */
.lede {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.45; color: var(--ink);
  max-width: 26ch;
}
.prose p { color: var(--ink-soft); margin-bottom: 18px; max-width: 60ch; }
.prose p + p { margin-top: 0; }

.pullquote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.8rem, 4.2vw, 3.1rem); line-height: 1.25; color: var(--gold-hi);
  max-width: 22ch; margin-inline: auto; text-align: center;
}
.pullquote cite { display: block; margin-top: 22px; font-style: normal; font-family: var(--sans);
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-mute); }

.chef__name { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--ink); margin-bottom: 6px; }
.chef__title { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }

/* press / recognition grid */
.press-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  border: 1px solid var(--line-soft); border-radius: 3px; overflow: hidden;
}
.press__item {
  padding: 30px 26px; text-align: center;
  border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.press__quote { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--ink-soft); line-height: 1.4; }
.press__src { display: block; margin-top: 14px; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }

/* ---------- Steps (philosophy / experience / process) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.step__num { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 16px; }
.step h3 { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: var(--ink); margin-bottom: 10px; }
.step p { color: var(--ink-mute); font-size: .95rem; }

/* ---------- Feature list (rooms / inclusions) ---------- */
.feature-list { list-style: none; }
.feature-list li {
  position: relative; padding-left: 26px; margin-bottom: 13px; color: var(--ink-soft); font-size: .98rem;
}
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: .7em; width: 12px; height: 1px; background: var(--gold);
}

/* ---------- Detail rooms (private dining) ---------- */
.room-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.room-detail + .room-detail { margin-top: clamp(48px, 7vw, 96px); }
.room-detail:nth-child(even) .room-detail__media { order: 2; }
.room-detail__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.room-detail__head h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--ink); }
.room-detail__cap { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.room-detail p { color: var(--ink-soft); margin: 14px 0 20px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 18px; }
.cta-band p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 34px; }
.cta-band__row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ---------- Visit: two-column + map ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.visit-grid h2 { margin-block: 14px 22px; }
.visit-detail { color: var(--ink-soft); }
.visit-detail__addr { font-family: var(--serif); font-style: normal; font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--ink); line-height: 1.5; }
.visit-detail__addr + p { margin-top: 14px; }
.visit-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 24px 0; }
.hours-wrap { max-width: 520px; margin-inline: auto; }

/* Embedded map, tinted to the dark room */
.map-embed {
  position: relative; border: 1px solid var(--line); border-radius: 3px; overflow: hidden;
  aspect-ratio: 16 / 11; background: #0c0a08;
}
.map-embed iframe {
  width: 100%; height: 100%; border: 0; display: block;
  filter: grayscale(.5) invert(.9) contrast(.86) brightness(.92) hue-rotate(175deg);
}
.map-embed::after { /* keep the brand scrim consistent with .frame */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 90px 10px rgba(0,0,0,.6);
}

/* ---------- FAQ (native details/summary — no JS) ---------- */
.faq { max-width: 760px; margin-inline: auto; border-top: 1px solid var(--line-soft); }
.faq__item { border-bottom: 1px solid var(--line-soft); }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 24px 48px 24px 0; position: relative;
  font-family: var(--serif); font-size: clamp(1.15rem, 2.1vw, 1.45rem); color: var(--ink);
  transition: color .3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+"; position: absolute; right: 4px; top: 22px;
  font-family: var(--sans); font-weight: 300; font-size: 1.5rem; color: var(--gold); line-height: 1;
}
.faq__item[open] summary::after { content: "\2212"; }
.faq__item summary:hover { color: var(--gold-hi); }
.faq__a { padding: 0 48px 26px 0; color: var(--ink-soft); max-width: 64ch; }
.faq__a a { color: var(--gold-hi); border-bottom: 1px solid var(--line); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .room-detail { grid-template-columns: 1fr; }
  .room-detail:nth-child(even) .room-detail__media { order: 0; }
  .visit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .menu-section__head { flex-wrap: wrap; gap: 10px; }
  .menu-section__rule { display: none; }
  .map-embed { aspect-ratio: 4 / 5; }   /* taller, readable map when stacked on phones */
  /* mobile-bar clearance is handled globally in styles.css (main padding-bottom) */
}
