/* Alder & Ash: Libre Bodoni + Public Sans */
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --bone: #f4efe7;
  --paper: #fffaf5;
  --char: #1e1815;
  --clay: #9e4a30;
  --rust: #6e2f1f;
  --gold: #c98d35;
  --olive: #4a5542;
  --muted: #5e524a;
  --line: rgba(30, 24, 21, 0.12);
  --shadow-soft: 0 10px 40px rgba(30, 24, 21, 0.07);
  /* Square corners site-wide */
  --r: 3px;
  --shell: min(1120px, calc(100% - 2.25rem));
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--char);
  font-family: "Public Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.02rem;
  line-height: 1.62;
  background: linear-gradient(168deg, #f9f6f0 0%, var(--bone) 45%, #e8dcc8 100%);
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  padding: 0.65rem 0.95rem;
  color: var(--paper);
  background: var(--char);
  border-radius: var(--r);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

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

/* Full-bleed bar: reads as part of the room, not a floating app chrome */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(252, 249, 244, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: var(--shell);
  margin: 0 auto;
  padding: 0.95rem 0;
}

.brand {
  display: flex;
  gap: 0.12rem;
  align-items: baseline;
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--char);
  cursor: pointer;
}
.brand span { font-style: italic; font-weight: 400; }
.brand strong { font-weight: 600; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.site-nav a {
  margin-left: 1.5rem;
  padding: 0.2rem 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.18s var(--ease-out), border-color 0.18s var(--ease-out);
}
.site-nav a:first-of-type { margin-left: 0; }
.site-nav a:hover { color: var(--char); }
.site-nav a[aria-current="page"] {
  color: var(--char);
  font-weight: 600;
  border-bottom-color: var(--clay);
}

.nav-toggle { display: none; }

.hero,
.section,
.page-hero,
.strip {
  width: var(--shell);
  margin-left: auto;
  margin-right: auto;
}

/* Modular heading scale */
h1,
h2,
h3 {
  margin: 0;
  font-family: "Libre Bodoni", Georgia, serif;
  font-weight: 500;
  line-height: 1.09;
  text-wrap: balance;
  text-transform: none;
}

h1 {
  max-width: 22ch;
  font-size: clamp(2.15rem, 2.35vw + 1.35rem, 3.55rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.45rem, 1.25vw + 1.05rem, 2.35rem);
  line-height: 1.13;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.22;
  font-weight: 600;
}

.menu-panel > h2,
.brunch-band article > h2,
.details-grid article > h2 {
  font-family: "Public Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 0.65vw + 0.82rem, 1.14rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.kicker-muted {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.92fr;
  gap: clamp(1.25rem, 2.8vw, 2rem);
  /* Top-align so the photo column is not stretched taller than the image (no dead band below the photo) */
  align-items: start;
  padding: clamp(2.4rem, 7vh, 4rem) 0 clamp(2rem, 5vh, 3.1rem);
}

.hero__image,
.hero__copy {
  overflow: hidden;
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

/* Photo height follows aspect ratio; capped so the block does not dominate the fold */
.hero__image img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 36rem);
  object-fit: cover;
  display: block;
}

/* Tighter “island”: less padding, aligns to start, does not grow to match unused image height */
.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  background: rgba(255, 250, 247, 0.92);
  box-shadow: none;
}

.lede,
.split > p,
.dining-room p,
.food-card span,
.menu-panel li,
.brunch-band p,
.details-grid p {
  color: var(--muted);
  line-height: 1.66;
}

.lede {
  max-width: 32rem;
  margin: 0.75rem 0 0;
  font-size: clamp(1.01rem, 0.85vw + 0.82rem, 1.125rem);
  font-weight: 400;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(1.2rem, 2.5vw, 1.65rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.76rem;
  padding: 0.58rem 1.2rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--r);
  border: 1px solid transparent;
  transition: background 0.18s var(--ease-out), border-color 0.18s var(--ease-out), color 0.18s var(--ease-out);
}

.button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.button--primary {
  color: var(--paper);
  background: var(--clay);
  border-color: #7f3f28;
}

.button--primary:hover { background: #8f462e; }

.button--ghost {
  color: var(--char);
  background: rgba(255, 250, 245, 0.95);
  border-color: var(--line);
}

.button--ghost:hover { background: #fffefb; border-color: rgba(158, 74, 48, 0.28); }

.text-link {
  color: var(--clay);
  font-weight: 500;
  text-underline-offset: 0.2em;
  cursor: pointer;
  transition: color 0.18s var(--ease-out);
}
.text-link:hover { color: var(--rust); }

/* Proof row: numbers readable, captions not billboard caps */
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 1.8vw, 1.2rem);
  padding: clamp(2rem, 4vw, 2.85rem) 0;
}

.strip article {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255, 251, 247, 0.88);
  box-shadow: none;
}

.strip strong {
  display: block;
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--char);
  letter-spacing: -0.03em;
}

.strip span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.48;
}

.section { padding: clamp(3rem, 6vw, 4.5rem) 0; }

.section-heading { margin-bottom: clamp(1.35rem, 2.5vw, 1.85rem); }

.section-heading .kicker-muted { margin-bottom: 0.45rem; }

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: start;
}

.split > p {
  margin: 0;
  font-size: 1.03rem;
  max-width: 40rem;
}

.card-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.88fr 0.88fr;
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.food-card {
  overflow: hidden;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: none;
}

.food-card img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.food-card div { padding: 1rem 1.05rem; }

.food-card p {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.h1--hero-tight {
  max-width: 20ch;
  font-size: clamp(1.95rem, 2.1vw + 1.2rem, 3.15rem);
}

.food-card--dark {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: unset;
  padding: 0;
  overflow: hidden;
  color: var(--paper);
  background: linear-gradient(152deg, var(--rust), var(--char));
  border-color: rgba(0, 0, 0, 0.2);
}

.food-card--dark img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  flex-shrink: 0;
}

.food-card--dark > div {
  padding: 1rem 1.05rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(35, 26, 22, 0.55) 42%, rgba(30, 24, 21, 0.96) 100%);
}

.food-card--dark p { color: rgba(255, 250, 245, 0.78); }
.food-card--dark span { color: rgba(255, 250, 245, 0.72); }
.food-card--dark h3 { color: var(--paper); }
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.15rem, 2.5vw, 1.65rem);
  align-items: center;
}

.dining-room img {
  width: 100%;
  height: min(70vh, 31rem);
  object-fit: cover;
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.dining-room div,
.cta {
  padding: clamp(1.5rem, 3.5vw, 2.75rem);
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(255, 251, 247, 0.86);
  box-shadow: none;
}

.cta {
  text-align: left;
}
.cta__inner {
  max-width: 34rem;
  margin: 0 auto;
  text-align: left;
}
.cta h2 { max-width: 26ch; margin: 0; line-height: 1.12; }
.cta .button { margin-top: 1.35rem; }

.page-hero { padding: clamp(2.75rem, 8vh, 4rem) 0 clamp(1.85rem, 3vw, 2.5rem); }
.page-hero h1 { max-width: 23ch; }

.page-hero--photo {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: clamp(1.15rem, 2.2vw, 1.6rem);
  align-items: end;
}

.page-hero--photo img {
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  width: 100%;
  height: auto;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.95rem, 2vw, 1.25rem);
}

.menu-panel,
.brunch-band article,
.details-grid article {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(255, 251, 247, 0.9);
  box-shadow: none;
}

.menu-panel--dark {
  color: rgba(255, 250, 245, 0.95);
  background: linear-gradient(165deg, #232018 0%, #362a22 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.menu-panel ul {
  display: grid;
  gap: 0.78rem;
  margin: 0.72rem 0 0;
  padding: 0;
  list-style: none;
}

.menu-panel li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.9725rem;
}

.menu-panel--dark li {
  color: rgba(255, 250, 245, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.menu-panel strong {
  font-weight: 600;
  color: var(--clay);
  white-space: nowrap;
}

.menu-panel--dark strong {
  color: var(--gold);
}

.brunch-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.95rem, 2vw, 1.25rem);
}

.brunch-band p,
.details-grid p {
  margin: 0.45rem 0 0;
  font-size: 0.9575rem;
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(1rem, 2.5vw, 1.55rem);
}

.map-card {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: #d4c4a8;
}

.map-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-card span,
.map-card strong {
  position: absolute;
  z-index: 1;
  padding: 0.36rem 0.52rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border-radius: var(--r);
  border: 1px solid rgba(30, 24, 21, 0.12);
}

.map-card span { background: rgba(255, 251, 247, 0.96); color: var(--char); }
.map-card strong {
  font-weight: 600;
  color: var(--paper);
  background: rgba(158, 74, 48, 0.92);
  border-color: rgba(0, 0, 0, 0.14);
}

.map-card span:nth-of-type(1) { left: 9%; top: 49%; }
.map-card span:nth-of-type(2) {
  right: 29%;
  top: 9%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.map-card strong { left: 50%; top: 48%; transform: translateX(-50%); }

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.9rem, 2vw, 1.15rem);
}

.site-footer {
  width: 100%;
  margin: clamp(2.25rem, 4vw, 3rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.site-footer .site-footer__row {
  width: var(--shell);
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  align-items: baseline;
}

.site-footer p { margin: 0; }
.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 820px) {
  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(17.5rem, calc(100vw - 3rem));
    margin: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: rgba(255, 251, 247, 0.99);
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open { display: flex; }

  .site-nav a {
    margin: 0;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .site-nav a:last-child { border-bottom: none; }

  .site-nav a[aria-current="page"] {
    border-bottom-color: var(--line);
    border-left: 3px solid var(--clay);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.82rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--paper);
    background: var(--char);
    border: 1px solid #100d0b;
    border-radius: var(--r);
    cursor: pointer;
  }

  .nav-toggle:hover { background: #2a221c; }

  .hero,
  .split,
  .dining-room,
  .page-hero--photo,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .strip,
  .card-grid,
  .menu-grid,
  .brunch-band,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .hero__image img { height: min(52vh, 22rem); }
  .dining-room img { height: min(48vh, 20rem); }
  .cta__inner { margin: 0; }
}
