/* ==========================================================================
   Ember & Oak — editorial / print-magazine stylesheet
   Palette: cream #FAF5EC · ink #1F1A15 · burnt sienna #C4552D · roasted brown #8A5A44
   Type: Fraunces (display, italics) · Libre Franklin (body)
   ========================================================================== */

:root {
  --cream: #FAF5EC;
  --ink: #1F1A15;
  --sienna: #C4552D;           /* accent: rules, stars, leaders, hover fills */
  --sienna-text: #A8431F;      /* accent for text — 5.54:1 on cream */
  --brown: #8A5A44;
  --paper: #FFFDF6;
  --cream-deep: #EFE6D6;
  --ink-70: rgba(31, 26, 21, 0.7);
  --ink-55: rgba(31, 26, 21, 0.68);
  --ink-30: rgba(31, 26, 21, 0.3);
  --field-border: rgba(31, 26, 21, 0.55); /* 3.6:1 on cream, 3.9:1 on paper — WCAG 1.4.11 */
  --ink-15: rgba(31, 26, 21, 0.15);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.33, 1, 0.68, 1);
  --masthead-h: 4.25rem;
}

/* ---------- Reset & base ---------- */

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

html {
  scroll-padding-top: calc(var(--masthead-h) + 1rem);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: var(--sienna-text);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.35s var(--ease);
}

a:hover {
  color: var(--brown);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
}

::selection {
  background: var(--sienna);
  color: var(--cream);
}

.container {
  width: 100%;
  max-width: 72.5rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

.section {
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.section--ruled {
  border-top: 1px solid var(--ink-15);
}

.amp {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

.smallcaps {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
}

/* ---------- Photo treatment ---------- */

.frame img,
.gallery__item img,
.clipping__face {
  filter: sepia(0.15);
  border: 1px solid var(--ink);
  background-color: var(--cream-deep);
  object-fit: cover;
  width: 100%;
}

.frame figcaption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--brown);
  margin-top: 0.65rem;
  padding-left: 0.85rem;
  border-left: 2px solid var(--sienna);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  padding: 0.9rem 1.75rem;
  cursor: pointer;
  transition: background-color 0.45s var(--ease), color 0.45s var(--ease), border-color 0.45s var(--ease);
}

/* keeps the hover transition when .reveal is also applied (see scroll reveals) */
.btn.reveal {
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease),
    background-color 0.45s var(--ease),
    color 0.45s var(--ease),
    border-color 0.45s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  background-color: var(--sienna);
  border-color: var(--sienna);
  color: var(--cream);
  transition-delay: 0ms; /* never inherit the reveal stagger on hover */
}

.btn--solid {
  background-color: var(--ink);
  color: var(--cream);
}

.btn--solid:hover,
.btn--solid:focus-visible {
  background-color: var(--sienna);
  border-color: var(--sienna);
  color: var(--cream);
}

/* ==========================================================================
   Masthead nav — framed by thin double rules
   ========================================================================== */

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: var(--cream);
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
  transition: box-shadow 0.5s var(--ease);
}

.masthead.is-scrolled {
  box-shadow: 0 10px 30px -18px rgba(31, 26, 21, 0.45);
}

.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--masthead-h);
}

.masthead__brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.masthead__brand:hover {
  color: var(--sienna);
}

/* Mobile nav toggle */

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
  background: none;
  border: 0;
  /* 44 x 44 CSS px touch target; the negative inline margin keeps the bars
     optically flush with the masthead's right edge */
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.75rem 0;
  margin-right: -0.25rem;
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 1.75rem;
  height: 2px;
  background-color: var(--ink);
  transition: transform 0.4s var(--ease), width 0.4s var(--ease);
}

.nav-toggle__bar:nth-child(2) {
  width: 1.15rem;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(0.3rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  width: 1.75rem;
  transform: translateY(-0.3rem) rotate(-45deg);
}

.nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Nav panel — mobile first */

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--cream);
  border-bottom: 3px double var(--ink);
  display: none;
  /* The panel hangs off the sticky masthead, so it is pinned to the viewport
     and scrolling the document cannot move it — anything past the fold is
     simply unreachable. On a landscape phone (~390px tall) the list runs to
     434px and the last link is stranded. Bound it to the space under the
     masthead and let it scroll only when it has to; on every portrait phone
     the list fits and nothing about it changes. */
  max-height: calc(100svh - var(--masthead-h));
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

.site-nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 1rem clamp(1.25rem, 5vw, 2.5rem) 1.5rem;
  gap: 0.25rem;
}

.site-nav__list a {
  display: block;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--ink-15);
}

.site-nav__list li:last-child a {
  border-bottom: 0;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
  color: var(--sienna-text);
}

.site-nav__cta {
  color: var(--sienna-text) !important;
}

/* The full horizontal masthead needs ~965px of inline space; below that the
   hamburger panel keeps the rules single-line. */
@media (min-width: 1100px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    border-bottom: 0;
    background: none;
    /* Back in the flow and one row tall, so the bound above has nothing to do —
       and a scroll container here would only find something to clip when the
       row gets tight just above 1100px. */
    max-height: none;
    overflow: visible;
  }

  .site-nav__list {
    flex-direction: row;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.6rem);
    padding: 0;
  }

  .site-nav__list a {
    position: relative;
    padding: 0.35rem 0;
    border-bottom: 0;
    font-size: 0.72rem;
    white-space: nowrap; /* a label may never break mid-phrase */
  }

  /* underline-draw on desktop nav links */
  .site-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--sienna);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s var(--ease);
  }

  .site-nav__list a:hover::after,
  .site-nav__list a:focus-visible::after {
    transform: scaleX(1);
  }

  .site-nav__cta {
    border: 1px solid var(--sienna);
    padding: 0.5rem 1rem !important;
    transition: background-color 0.45s var(--ease), color 0.45s var(--ease);
  }

  .site-nav__cta::after {
    display: none;
  }

  .site-nav__cta:hover,
  .site-nav__cta:focus-visible {
    background-color: var(--sienna);
    color: var(--cream) !important;
  }
}

/* ==========================================================================
   Hero — full-bleed photo, overlaid masthead title, issue metadata line
   ========================================================================== */

.hero {
  position: relative;
  min-height: min(46rem, 92svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 3px double var(--ink);
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__media img {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 125%;
  object-fit: cover;
  filter: sepia(0.15);
  background-color: var(--cream-deep);
  will-change: transform;
  border: 0;
  max-width: none;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(31, 26, 21, 0.85) 0%, rgba(31, 26, 21, 0.55) 45%, rgba(31, 26, 21, 0.38) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  color: var(--cream);
  text-align: center;
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
  padding-top: 6rem;
}

.hero__kicker {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  /* small text sits over the brightest window/lamp highlights — the scrim alone
     leaves a few percent of that band under 4.5:1 */
  text-shadow: 0 1px 12px rgba(31, 26, 21, 0.55);
}

.hero__title {
  font-size: clamp(3.1rem, 11vw, 7.75rem);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1;
  text-wrap: balance;
}

.hero__meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  margin-top: 1.5rem;
  padding-block: 0.75rem;
  border-top: 1px solid rgba(250, 245, 236, 0.65);
  border-bottom: 1px solid rgba(250, 245, 236, 0.65);
  font-size: clamp(0.68rem, 1.4vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero__meta .dot {
  color: var(--sienna);
  font-size: 1.1em;
}

/* the metadata line above is inline-flex (so its rules hug the text), which makes
   it an inline-level box — an inline-block cue would share its line box and the
   margin-top would be ignored. Block-level + auto side margins keeps the cue
   centred on a line of its own, clear of the rule. */
.hero__scroll {
  display: block;
  width: fit-content;
  margin: 2.25rem auto 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 245, 236, 0.55);
  padding-bottom: 0.2rem;
  transition: color 0.45s var(--ease), border-color 0.45s var(--ease);
}

.hero__scroll:hover,
.hero__scroll:focus-visible {
  color: var(--cream);
  border-color: var(--sienna);
}

/* ==========================================================================
   Section headers — numbered, ruled, editorial
   ========================================================================== */

.section-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2.75rem, 6vw, 4.5rem);
}

.section-head__no {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--sienna-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.section-head__no::before,
.section-head__no::after {
  content: "";
  height: 1px;
  width: clamp(2rem, 6vw, 3.5rem);
  background-color: var(--ink-30);
}

.section-head__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  text-wrap: balance;
}

.section-head__dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--brown);
  margin-top: 0.65rem;
}

/* ==========================================================================
   The Story — asymmetric editorial columns with drop cap
   ========================================================================== */

.story__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.story__text p + p {
  margin-top: 1.35rem;
}

.story__text {
  max-width: 38rem;
}

.dropcap::first-letter {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 3.6em;
  line-height: 0.82;
  float: left;
  padding: 0.08em 0.14em 0 0;
  color: var(--sienna);
}

.story__aside {
  margin-top: 2.25rem;
  padding: 1.4rem 0;
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
}

.story__aside p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  line-height: 1.4;
  color: var(--brown);
}

.story__figure {
  align-self: start;
}

@media (min-width: 768px) {
  .story__grid {
    grid-template-columns: 7fr 5fr;
    align-items: start;
  }

  .story__figure {
    margin-top: 1.5rem; /* editorial offset against the text column */
  }
}

@media (min-width: 1100px) {
  .story__grid {
    grid-template-columns: 6.5fr 4.5fr;
    gap: 4.5rem;
  }
}

/* ==========================================================================
   The Menu — numbered courses, dot leaders, underline-draw hover
   ========================================================================== */

.menu__grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
}

.course + .course {
  margin-top: clamp(2.75rem, 6vw, 4rem);
}

.course__head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.6rem;
  margin-bottom: 1.5rem;
}

.course__no {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--sienna);
}

.course__title {
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: 0.02em;
}

.course__list {
  list-style: none;
}

.dish + .dish {
  margin-top: 1.4rem;
}

.dish__row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.dish__name {
  position: relative;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  line-height: 1.35;
}

/* underline-draw on hover */
.dish__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 1px;
  background-color: var(--sienna);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s var(--ease);
}

.dish:hover .dish__name::after {
  transform: scaleX(1);
}

.dish__leader {
  flex: 1 1 1.5rem;
  min-width: 1.5rem;
  /* the empty flex item's synthesized baseline is its bottom border edge,
     so the dotted rule already sits on the dish-name/price baseline */
  border-bottom: 2px dotted var(--ink-30);
}

.dish__price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--brown);
  transition: color 0.45s var(--ease);
}

.dish:hover .dish__price {
  color: var(--sienna-text);
}

.dish__desc {
  font-size: 0.92rem;
  color: var(--ink-70);
  max-width: 34rem;
  margin-top: 0.25rem;
}

.menu__note {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 1.4rem;
  border-top: 3px double var(--ink);
  font-family: var(--font-display);
  font-size: 0.98rem;
  color: var(--brown);
  max-width: 36rem;
}

.menu__courses {
  min-width: 0; /* let the grid column shrink below the longest dish name */
}

.menu__aside {
  display: grid;
  gap: 2rem;
  align-content: start;
  min-width: 0;
}

.menu__aside-note {
  border: 1px solid var(--ink);
  background-color: var(--paper);
  padding: 1.5rem 1.6rem;
}

.menu__aside-note .smallcaps {
  margin-bottom: 0.7rem;
}

.menu__aside-note em {
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-70);
}

@media (min-width: 1100px) {
  .menu__grid {
    grid-template-columns: 7fr 4fr;
    gap: 5rem;
    align-items: start; /* without this the aside stretches and sticky has no travel */
  }

  .menu__aside {
    position: sticky;
    top: calc(var(--masthead-h) + 2rem);
  }
}

/* ==========================================================================
   The Chef — portrait + serif-italic pull quote
   ========================================================================== */

.chef__grid {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
}

.chef__portrait {
  max-width: 24rem;
}

.pullquote {
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  margin-bottom: 2rem;
}

.pullquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  line-height: 1.35;
  color: var(--ink);
  text-wrap: balance;
}

.pullquote p::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background-color: var(--sienna);
  margin-bottom: 1.2rem;
}

.pullquote cite {
  display: block;
  margin-top: 1.1rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brown);
}

.chef__body > p {
  max-width: 38rem;
}

.chef__body > p + p {
  margin-top: 1.35rem;
}

@media (min-width: 768px) {
  .chef__grid {
    grid-template-columns: 4.5fr 7.5fr;
    align-items: start;
  }

  .chef__portrait {
    margin-top: 2.5rem; /* drops the portrait below the pull quote's cap line */
  }
}

/* ==========================================================================
   Gallery — editorial photo grid, caption slide-up on hover
   ========================================================================== */

.gallery__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background-color: var(--cream-deep);
}

.gallery__item img {
  border: 0;
  transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
}

.gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 26, 21, 0.88);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 0.88rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  transform: translateY(102%);
  transition: transform 0.6s var(--ease);
}

.gallery__item figcaption em {
  font-style: italic;
}

/* the figures carry tabindex="0" so keyboard users can read the captions too */
.gallery__item:focus-visible {
  outline: 2px solid var(--sienna);
  outline-offset: 3px;
}

.gallery__item:hover img,
.gallery__item:focus-visible img,
.gallery__item:focus-within img {
  transform: scale(1.03);
  filter: sepia(0.05);
}

.gallery__item:hover figcaption,
.gallery__item:focus-visible figcaption,
.gallery__item:focus-within figcaption {
  transform: translateY(0);
}

/* touch devices: captions always visible */
@media (hover: none) {
  .gallery__item figcaption {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__item img {
    height: 100%;
    width: 100%;
  }

  .gallery__item--a {
    grid-column: span 2;
  }
}

@media (min-width: 1100px) {
  .gallery__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 5.5rem;
  }

  /* Explicit line placement — the five plates tile a full 12 x 11 rectangle
     (35 + 35 + 24 + 18 + 20 = 132 cells), so the collage has no holes. */
  .gallery__item--a { grid-column: 1 / span 7; grid-row: 1 / span 5; }
  .gallery__item--b { grid-column: 8 / span 5; grid-row: 1 / span 7; }
  .gallery__item--c { grid-column: 1 / span 4; grid-row: 6 / span 6; }
  .gallery__item--d { grid-column: 5 / span 3; grid-row: 6 / span 6; }
  .gallery__item--e { grid-column: 8 / span 5; grid-row: 8 / span 4; }
}

/* ==========================================================================
   Private dining & events
   ========================================================================== */

.private__grid {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
}

.private__body {
  max-width: 38rem;
}

.private__body p + p {
  margin-top: 1.35rem;
}

.private__facts {
  list-style: none;
  margin: 2rem 0;
  border-top: 1px solid var(--ink);
}

.private__facts li {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--ink-15);
}

.private__fact-no {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--sienna);
  min-width: 2.9rem;
}

.private__fact-label {
  font-size: 0.92rem;
  color: var(--ink-70);
}

.private__figures {
  display: grid;
  gap: 2rem;
  align-content: start;
}

@media (min-width: 768px) {
  .private__figure-small {
    max-width: 75%;
    justify-self: end; /* staggered, scrapbook-like offset */
  }
}

@media (min-width: 1100px) {
  .private__grid {
    grid-template-columns: 5.5fr 6.5fr;
    gap: 5rem;
    align-items: start;
  }
}

/* ==========================================================================
   Press clippings
   ========================================================================== */

.press__grid {
  display: grid;
  gap: clamp(1.5rem, 3.5vw, 2.25rem);
}

/* Pinned-scrapbook tilt and the reveal rise are composed from custom properties
   so the two never fight over the `transform` property. */
.clipping,
.clipping.reveal {
  background-color: var(--paper);
  border: 1px solid var(--ink);
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  box-shadow: 4px 5px 0 rgba(31, 26, 21, 0.08);
  transform: rotate(var(--tilt, 0deg)) translateY(var(--rise, 0px));
  transition: opacity 0.65s var(--ease), transform 0.55s var(--ease), box-shadow 0.55s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.clipping:nth-child(odd) {
  --tilt: -0.4deg;
}

.clipping:nth-child(even) {
  --tilt: 0.35deg;
}

.clipping:hover {
  --rise: -4px;
  box-shadow: 6px 9px 0 rgba(31, 26, 21, 0.1);
  transition-delay: 0ms; /* never inherit the reveal stagger on hover */
}

.clipping__pub {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.03em;
  border-bottom: 3px double var(--ink);
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
}

.clipping__stars {
  color: var(--sienna);
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  margin-bottom: 1rem;
}

.clipping__quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink);
}

.clipping__byline {
  margin-top: 1.1rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-55);
}

.clipping--portrait .clipping__head {
  flex-wrap: wrap; /* portrait drops above the title on very narrow screens */
}

.clipping__head {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 0.25rem;
}

.clipping__head > div {
  flex: 1;
}

.clipping__face {
  width: 4.25rem;
  height: 4.25rem;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .press__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .clipping:nth-child(2) {
    margin-top: 2rem; /* clipped-and-pinned stagger */
  }

  .clipping:nth-child(3) {
    margin-top: -1rem;
  }
}

/* ==========================================================================
   Hours, location & reservations
   ========================================================================== */

.reserve__grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
}

.reserve__info,
.reserve__form-wrap {
  min-width: 0; /* keeps address, hours table and form fields inside their columns */
}

.reserve__subhead {
  font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.6rem;
  margin-bottom: 1.5rem;
}

.reserve__address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1.75rem;
}

.reserve__hours {
  border-top: 1px solid var(--ink);
}

.reserve__hours-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--ink-15);
}

.reserve__hours-row dt {
  font-weight: 500;
  font-size: 0.92rem;
}

.reserve__hours-row dd {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--brown);
  text-align: right;
}

.reserve__note {
  margin-top: 1.6rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--ink-70);
  max-width: 30rem;
}

/* Form */

.reservation-form .form__row {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 1.1rem;
}

/* the row's gap already separates its fields — a field margin would double it
   once the row collapses to one column below 768px */
.reservation-form .form__row .form__field {
  margin-bottom: 0;
}

.form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.1rem;
}

.form__field label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-70);
}

.form__optional {
  color: var(--ink-55);
  text-transform: none;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.form__field input,
.form__field select,
.form__field textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  background-color: var(--paper);
  border: 1px solid var(--field-border);
  border-radius: 0;
  padding: 0.75rem 0.85rem;
  width: 100%;
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.form__field textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: var(--ink-55);
  font-style: italic;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--sienna);
  box-shadow: 0 0 0 3px rgba(196, 85, 45, 0.18);
}

/* The ring above is a soft 18%-opacity glow, and on a date field Chromium
   parks focus on an inner segment where the host stops matching :focus — so
   the glow disappears and the only remaining cue is a border tint. A real
   outline, keyboard-only, on top of the treatment above. */
.form__field input:focus-visible,
.form__field select:focus-visible,
.form__field textarea:focus-visible {
  outline: 2px solid var(--sienna);
  outline-offset: 2px;
}

.form__fineprint {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--ink-55);
}

/* Focused programmatically after submit, never by Tab, so no ring. */
.form-success:focus,
.form-success:focus-visible { outline: none; }

.form-success {
  border: 3px double var(--ink);
  background-color: var(--paper);
  padding: 2rem 1.75rem;
  margin-top: 0.5rem;
}

.form-success__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.45rem;
  color: var(--sienna-text);
  margin-bottom: 0.65rem;
}

.form-success__body {
  font-size: 0.95rem;
  color: var(--ink-70);
  max-width: 32rem;
}

@media (min-width: 768px) {
  .reservation-form .form__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .reservation-form .form__row:nth-of-type(2) {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .reserve__grid {
    grid-template-columns: 4.5fr 7fr;
    gap: 5.5rem;
    align-items: start;
  }
}

/* ==========================================================================
   Colophon footer
   ========================================================================== */

.colophon {
  border-top: 3px double var(--ink);
  background-color: var(--cream);
  padding-block: clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.colophon__brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.colophon__meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.75rem;
  margin-top: 0.9rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-70);
}

.colophon__meta .dot {
  color: var(--sienna);
}

.colophon__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.75rem;
  margin-top: 1.75rem;
  padding-block: 1.1rem;
  border-top: 1px solid var(--ink-15);
  border-bottom: 1px solid var(--ink-15);
}

.colophon__nav a {
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
}

.colophon__nav a:hover,
.colophon__nav a:focus-visible {
  color: var(--sienna-text);
}

.colophon__note {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--brown);
  max-width: 34rem;
  margin: 1.75rem auto 0;
}

.colophon__legal {
  margin-top: 1.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--ink-55);
}

/* ==========================================================================
   Scroll reveals
   ========================================================================== */

.reveal {
  transform: rotate(var(--tilt, 0deg)) translateY(var(--rise, 0px));
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

/* Hidden only while scripting is alive and the element has not been revealed —
   if script.js never runs, the content is simply present. */
.js .reveal:not(.is-visible) {
  opacity: 0;
  --rise: 8px;
}

/* ==========================================================================
   Reduced motion — everything simply present, nothing moves
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .js .reveal:not(.is-visible) {
    opacity: 1;
    --rise: 0px;
  }

  .reveal {
    --rise: 0px;
    --tilt: 0deg;
  }

  .hero__media img {
    transform: none !important;
  }

  .gallery__item figcaption {
    transform: translateY(0);
  }

  .gallery__item:hover img,
  .gallery__item:focus-visible img,
  .gallery__item:focus-within img {
    transform: none;
  }

  .clipping,
  .clipping:nth-child(odd),
  .clipping:nth-child(even),
  .clipping:hover {
    --rise: 0px;
    --tilt: 0deg;
  }
}
