/* "cellar-editorial" preset — The Cellar.
 *
 * Image-free by evidence, not by trend. Shallow vaults and the descending rule interpret the
 * sourced phrase “Original Underground Tavern”; they do not depict an unverified interior.
 */

:root {
  --ink: #1e1b16;
  --body: #443d32;
  --muted: #6c6253;
  --limestone: #f1e9da;
  --parchment: #fbf7ef;
  --stone-rule: #b6a98f;
  --bottle: #174a3a;
  --bottle-dark: #10362b;
  --brass: #79571f;
  --focus: #173f74;
  --wrap: 72rem;
  --gutter: 1rem;
  --s1: 0.5rem;
  --s2: 1rem;
  --s3: 1.5rem;
  --s4: 2.5rem;
  --s5: 4rem;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  margin: 0;
  background: var(--limestone);
  color: var(--body);
  font: 17px/1.55 var(--sans);
  -webkit-text-size-adjust: 100%;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
@media (min-width: 48rem) { :root { --gutter: 1.5rem; } }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); text-wrap: balance; }
a { color: var(--bottle); }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: var(--s2); top: var(--s2); z-index: 100; background: var(--parchment); padding: var(--s1) var(--s2); }

/* Header: information, not a restaurant masthead performance. */
.site-head { background: var(--parchment); border-bottom: 1px solid var(--stone-rule); }
.site-head__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 0 var(--s2); padding-block: 0.75rem; }
.wordmark { margin-right: auto; min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font: 600 1.35rem/1 var(--serif); text-decoration: none; }
.site-nav { order: 3; display: flex; flex-wrap: wrap; width: 100%; gap: 0 var(--s2); margin-top: 0.5rem; }
.site-nav a, .site-head__phone { display: inline-flex; align-items: center; min-height: 44px; color: var(--body); font-size: 0.9rem; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-head__phone { font-weight: 700; font-variant-numeric: tabular-nums; }
@media (min-width: 52rem) {
  .site-head__inner { min-height: 4.75rem; flex-wrap: nowrap; gap: var(--s3); }
  .site-nav { order: initial; width: auto; margin: 0 0 0 auto; }
  .wordmark { margin: 0; }
}

/* Hero: a shallow vault, never a keyhole and never an invented room. */
.hero { background: var(--bottle); color: var(--parchment); padding: var(--s3) 0 0; }
.hero__grid { display: grid; }
.hero__vault {
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--s5) var(--s2) var(--s4);
  border: 1px solid rgba(241, 233, 218, 0.42);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 16% 16% 0 0;
}
.hero__eyebrow, .kicker, .order-routes__kind {
  font-size: 0.76rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero__eyebrow { color: #dfd4c0; margin-bottom: var(--s3); }
.hero h1 { color: var(--parchment); font: 600 clamp(4rem, 17vw, 8rem)/0.88 var(--serif); letter-spacing: -0.045em; margin-bottom: var(--s2); }
.hero__tagline { max-width: 31ch; color: #f1e9da; font: 500 clamp(1.15rem, 4vw, 1.45rem)/1.3 var(--serif); margin: 0; }
.hero__utility { background: var(--parchment); color: var(--ink); padding: var(--s3) var(--s2); }
.hero__kitchen { font: 600 1.05rem/1.4 var(--sans); margin-bottom: var(--s2); }
.hero__actions { display: grid; gap: 0.75rem; }

.btn, .text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.1rem;
  border: 2px solid var(--bottle);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.btn--primary, .text-action { background: var(--bottle); color: #fff; }
.btn--secondary { background: transparent; color: var(--bottle); }
.btn:hover, .text-action:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 48rem) {
  .hero { padding-top: var(--s5); }
  .hero__grid { grid-template-columns: minmax(0, 1.6fr) minmax(17rem, 0.65fr); align-items: end; }
  .hero__vault { min-height: 32rem; padding: 7rem var(--s4) var(--s5); border-radius: 50% 50% 0 0 / 22% 22% 0 0; }
  .hero h1 { font-size: clamp(6rem, 12vw, 9.5rem); }
  .hero__utility { padding: var(--s4); }
  .hero__actions { align-items: stretch; }
}

/* One descending editorial rule, not cards and not the Tavern's double border. */
.section { border-top: 1px solid var(--stone-rule); padding-block: var(--s4); }
.section:nth-of-type(even) { background: var(--parchment); }
.editorial { display: grid; }
.editorial__label { padding-bottom: var(--s3); }
.kicker { color: var(--brass); margin-bottom: 0.75rem; }
h2 { font: 600 clamp(2rem, 7vw, 3.4rem)/1 var(--serif); letter-spacing: -0.025em; margin-bottom: 0; }
.editorial__body { min-width: 0; }
.lede { max-width: 58ch; font-size: 1.08rem; }

@media (min-width: 56rem) {
  .section { padding-block: var(--s5); }
  .editorial { grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.6fr); }
  .editorial__label { padding: 0 var(--s4) 0 0; }
  .editorial__body { border-left: 2px solid var(--stone-rule); padding-left: var(--s4); }
}

/* Food is an index. It intentionally has no price gutter. */
.food-index { display: grid; gap: var(--s3); margin-top: var(--s3); }
.food-group { break-inside: avoid; }
.food-group h3 { border-bottom: 2px solid var(--ink); padding-bottom: 0.55rem; font: 600 1.25rem/1.25 var(--serif); margin-bottom: 0; }
.food-group ul { list-style: none; padding: 0; margin: 0; }
.food-group li { border-bottom: 1px solid var(--stone-rule); padding: 0.75rem 0; color: var(--ink); font-weight: 600; }
.source-note { max-width: 65ch; margin: var(--s3) 0 0; padding-left: var(--s2); border-left: 3px solid var(--brass); color: var(--body); }
@media (min-width: 48rem) { .food-index { grid-template-columns: 1fr 1fr; gap: var(--s4); } }

/* Second and final vault: the bottle shop. */
.section--bottle { background: var(--bottle) !important; color: #f1e9da; }
.section--bottle h2 { color: var(--parchment); }
.section--bottle .kicker { color: #d6bd82; }
.bottle__vault { padding: var(--s4) var(--s2); border: 1px solid rgba(241, 233, 218, 0.42); border-radius: 50% 50% 0 0 / 12% 12% 0 0; }
.bottle__body { max-width: 64ch; font: 400 clamp(1.18rem, 3vw, 1.45rem)/1.55 var(--serif); }
.section--bottle .text-action { border-color: var(--parchment); background: var(--parchment); color: var(--bottle-dark); }
@media (min-width: 56rem) {
  .section--bottle .editorial__body { border-left-color: #8c9c90; }
  .bottle__vault { padding: var(--s5); border-radius: 50% 50% 0 0 / 20% 20% 0 0; }
}

/* Ordering: three routes, differentiated by text rather than copied brand logos. */
.order-routes { display: grid; list-style: none; padding: 0; margin: var(--s3) 0 0; border-top: 2px solid var(--ink); }
.order-routes li { padding: var(--s3) 0; border-bottom: 1px solid var(--stone-rule); }
.order-routes__kind { color: var(--muted); margin-bottom: 0.4rem; }
.order-routes__name { color: var(--ink); font: 600 1.65rem/1 var(--serif); margin-bottom: var(--s2); }
.order-routes a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; text-underline-offset: 4px; }
@media (min-width: 48rem) {
  .order-routes { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--stone-rule); }
  .order-routes li { padding: var(--s3); border-right: 1px solid var(--stone-rule); border-bottom: 0; }
  .order-routes li:first-child { padding-left: 0; }
  .order-routes li:last-child { border-right: 0; }
}

.visit__address { color: var(--ink); font: 600 clamp(1.5rem, 4vw, 2.15rem)/1.2 var(--serif); }
.visit__phone { font-size: 1.35rem; font-weight: 700; }
.tel { font-variant-numeric: tabular-nums; }
.hours { max-width: 42rem; margin-top: var(--s3); border-top: 3px solid var(--brass); padding-top: var(--s2); }
.hours h3 { font: 700 1rem/1.3 var(--sans); }
.hours p { margin-bottom: 0; }

.site-foot { background: var(--ink); color: #e4dac7; padding-block: var(--s4); }
.site-foot__inner { display: grid; gap: 0.45rem; }
.site-foot p { margin: 0; }
.site-foot__name { color: #fff; font: 600 1.3rem/1.3 var(--serif); }
.site-foot a { color: #fff; display: inline-flex; align-items: center; min-height: 24px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
