:root {
  --ink: #23221d;
  --charcoal: #272824;
  --paper: #eee9dd;
  --paper-light: #f7f3e9;
  --clay: #9a4934;
  --tobacco: #76503c;
  --sage: #737b62;
  --line: rgba(35, 34, 29, 0.2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 20;
  transform: translateY(-120%);
  background: var(--paper-light);
  padding: 0.6rem 1rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 108px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 3rem;
  padding: 0 4vw;
  color: var(--paper-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.wordmark {
  width: 122px;
  height: 94px;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
}
.wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.desktop-nav { display: flex; gap: clamp(1rem, 2vw, 2.5rem); }
.desktop-nav a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header > .button { justify-self: end; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 850px;
  height: 100svh;
  display: grid;
  align-items: center;
  padding: 9rem 4vw 8rem;
  color: var(--paper-light);
  background: url("assets/paperplate-interior.webp") center 56% / cover no-repeat;
  overflow: hidden;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 19, 15, 0.86) 0%, rgba(20, 19, 15, 0.56) 45%, rgba(20, 19, 15, 0.12) 75%), linear-gradient(0deg, rgba(20, 19, 15, 0.45), transparent 45%);
}
.hero__content { position: relative; z-index: 1; width: min(810px, 68vw); }
.eyebrow {
  margin: 0 0 1.6rem;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow--light { color: #f5e8d1; }
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 5.6vw, 5.9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.hero__intro {
  max-width: 630px;
  margin: 2.2rem 0 0;
  color: rgba(255,255,255,0.82);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.45;
}
.hero__actions { display: flex; align-items: center; gap: 2.5rem; margin-top: 2.5rem; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.button--small { min-height: 38px; padding: 0.5rem 0.95rem; font-size: 0.63rem; }
.button--cream { background: var(--paper-light); color: var(--ink); border-color: var(--paper-light); }
.button--cream:hover { background: transparent; color: var(--paper-light); }
.button--outline { background: rgba(23,24,20,0.12); color: var(--paper-light); border-color: rgba(255,255,255,0.58); }
.button--outline:hover { background: var(--paper-light); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--paper-light); border-color: var(--ink); }
.button--dark:hover { background: transparent; color: var(--ink); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { font-size: 1rem; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--paper-light); }

.hero__details {
  position: absolute;
  z-index: 1;
  right: 4vw;
  bottom: 0;
  left: 4vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.28);
}
.hero__details div { padding: 1.35rem 2rem 1.35rem 0; }
.hero__details span, .hero__details strong { display: block; }
.hero__details span { margin-bottom: 0.25rem; color: rgba(255,255,255,0.58); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.hero__details strong { font-family: var(--serif); font-size: 1.02rem; font-weight: 400; }

.story-journey {
  display: flex;
  flex-direction: column;
}
.story-journey .story {
  order: 1;
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}
.signature-strip {
  order: 2;
  min-height: 80px;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0.8rem 4vw;
  border-bottom: 1px solid var(--line);
  background: #d9d0bd;
  color: #514b40;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.signature-strip > span:last-child { text-align: right; }
.tram-route {
  position: relative;
  height: 58px;
}
.tram-route > i {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(35, 34, 29, 0.24);
}
.tram-route > i::before,
.tram-route > i::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(35, 34, 29, 0.3);
  border-radius: 50%;
  background: #d9d0bd;
}
.tram-route > i::before { left: 0; }
.tram-route > i::after { right: 0; }
.tram-route__cart {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 120px;
  height: auto;
  display: block;
  filter: contrast(1.25);
  transform: scaleX(-1);
  animation: cart-to-transfer 22s ease-in-out infinite;
}
.tram-route__person {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: calc(50% - 18px);
  width: 34px;
  height: auto;
  display: block;
  filter: contrast(1.25);
  opacity: 0;
  transform-origin: center bottom;
  will-change: left, opacity, transform;
  animation: rider-walk 22s linear infinite;
}
.tram-route__tram {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: calc(50% + 10px);
  width: 96px;
  height: auto;
  color: #23221d;
  filter: contrast(1.25);
  opacity: 0;
  animation: tram-from-transfer 22s ease-in-out infinite;
}
.tram-route__tram .tram-sketch-bold { stroke-width: 1.65; }
.tram-route__tram .tram-sketch-light { stroke-width: 0.82; opacity: 0.68; }
.tram-route__tram .tram-window { stroke-width: 1.12; }
.tram-route__tram .tram-pencil-fill {
  fill: url(#tram-pencil-hatch);
  stroke-width: 1.1;
}
.tram-route__tram .tram-wheel { stroke-width: 0.9; }
.tram-route__tram .tram-headlight { fill: currentColor; stroke-width: 0.7; }
.tram-route__tram .tram-route-number {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0;
  text-anchor: middle;
}
.tram-route__tram .tram-brand-mark,
.tram-route__tram .tram-wordmark {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-anchor: middle;
}
.tram-route__tram .tram-brand-mark { font-size: 4px; letter-spacing: -0.2px; }
.tram-route__tram .tram-wordmark { font-size: 4px; letter-spacing: 0.65px; }
@keyframes cart-to-transfer {
  0% { left: 0; opacity: 0; }
  5% { left: 0; opacity: 1; }
  37% { left: calc(50% - 118px); opacity: 1; }
  42%, 100% { left: calc(50% - 118px); opacity: 0; }
}
@keyframes rider-walk {
  0%, 39% { left: calc(50% - 44px); opacity: 0; transform: translateY(1px) rotate(0deg); }
  41% { left: calc(50% - 44px); opacity: 1; transform: translateY(1px) rotate(0deg); }
  44% { left: calc(50% - 30px); opacity: 1; transform: translateY(0) rotate(-1.5deg); }
  47% { left: calc(50% - 16px); opacity: 1; transform: translateY(1px) rotate(1deg); }
  50% { left: calc(50% - 2px); opacity: 1; transform: translateY(0) rotate(-1deg); }
  53% { left: calc(50% + 12px); opacity: 1; transform: translateY(1px) rotate(1deg); }
  56% { left: calc(50% + 26px); opacity: 1; transform: translateY(0) rotate(0deg); }
  58%, 100% { left: calc(50% + 34px); opacity: 0; transform: translateY(1px) rotate(0deg); }
}
@keyframes tram-from-transfer {
  0%, 39% { left: calc(50% + 8px); opacity: 0; }
  42% { left: calc(50% + 8px); opacity: 1; }
  58% { left: calc(50% + 8px); opacity: 1; }
  93% { left: calc(100% - 96px); opacity: 1; }
  100% { left: calc(100% - 96px); opacity: 0; }
}

.section { padding: clamp(5rem, 9vw, 10rem) 7vw; }
.story { display: grid; grid-template-columns: minmax(180px, 0.75fr) 2.25fr; gap: 8vw; }
.story__aside { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.hand-note { display: block; color: var(--tobacco); font-family: var(--serif); font-size: 1.2rem; font-style: italic; line-height: 1.35; transform: rotate(-2deg); }
.story__body h2, .section-heading h2, .visit h2 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
.story__copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; max-width: 900px; margin: 3.5rem 0 2.2rem; color: #575448; }
.story__copy p { margin: 0; }

.menu-section { background: var(--paper-light); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 4rem; }
.section-heading > p { max-width: 480px; margin: 0 0 0.7rem; color: #686458; }
.dish-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 5rem; }
.dish-card {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid rgba(35,34,29,0.18);
}
.dish-card + .dish-card { border-left: 0; }
.dish-card--charcoal {
  color: var(--paper-light);
  background:
    linear-gradient(0deg, rgba(18,18,15,0.94) 0%, rgba(18,18,15,0.5) 58%, rgba(18,18,15,0.12) 100%),
    url("assets/cha-ca-hanoi.jpeg") center / cover no-repeat;
}
.dish-card--clay {
  color: var(--paper-light);
  background:
    linear-gradient(0deg, rgba(105,43,28,0.95) 0%, rgba(128,51,32,0.58) 58%, rgba(112,46,30,0.18) 100%),
    url("assets/caramelised-pork-belly.jpeg") center / cover no-repeat;
}
.dish-card--paper { background: #dad3c2; }
.dish-card--photo {
  color: var(--paper-light);
  background:
    linear-gradient(0deg, rgba(18, 18, 15, 0.78), rgba(18, 18, 15, 0.15)),
    url("assets/wok-over-fire.webp") center / cover no-repeat;
}
.dish-card__number { align-self: end; font-family: var(--serif); font-size: 1rem; font-style: italic; }
.dish-card h3 { max-width: 370px; margin: 0 0 1.3rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.dish-card p:last-child { max-width: 360px; margin: 0; opacity: 0.72; }
.menu-section__actions { display: flex; align-items: center; gap: 2.5rem; margin-top: 2.5rem; }

.quote { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(230px, 0.55fr) 1.45fr; align-items: center; gap: 7vw; background: #6c654e; color: var(--paper-light); }
.quote__portrait { position: relative; z-index: 1; }
.quote__portrait img { width: 100%; max-height: 590px; display: block; object-fit: cover; filter: sepia(0.15) contrast(0.94); }
.quote__content { position: relative; }
.quote__mark { position: absolute; top: -9rem; left: -3rem; margin: 0; color: rgba(255,255,255,0.1); font-family: var(--serif); font-size: 24rem; line-height: 1; }
.quote blockquote { position: relative; max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 3.6vw, 4rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1.08; }
.quote__credit { position: relative; margin: 2.5rem 0 0; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.quote__credit span { display: block; margin-top: 0.35rem; opacity: 0.8; font-weight: 500; }

.visit { display: grid; grid-template-columns: 1.15fr 1fr; gap: 8vw; background: var(--charcoal); color: var(--paper-light); }
.visit .eyebrow { color: #f5e8d1; }
.visit__intro > p:not(.eyebrow) { max-width: 570px; margin: 2rem 0; color: rgba(255,255,255,0.66); }
.visit__details { border-top: 1px solid rgba(255,255,255,0.24); }
.visit dl { margin: 0; }
.visit dl > div { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 2rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
.visit dt { color: rgba(255,255,255,0.5); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.visit dd { margin: 0; font-family: var(--serif); font-size: 1.1rem; line-height: 1.45; }
.visit__note { margin: 1.3rem 0 0; color: rgba(255,255,255,0.72); font-size: 0.72rem; }

.site-footer { padding: 4rem 4vw 2rem; background: #171814; color: var(--paper-light); }
.site-footer__top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 4rem; }
.site-footer__top > p { max-width: 320px; margin: 0; color: rgba(255,255,255,0.55); font-family: var(--serif); font-size: 1.25rem; }
.wordmark--footer { width: 150px; height: 116px; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.48); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.site-footer__bottom a { text-decoration: none; }

/* Inner pages */
.page-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  padding: 9rem 7vw 5rem;
  color: var(--paper-light);
  background-position: center;
  background-size: cover;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19,18,15,0.76), rgba(19,18,15,0.2)), linear-gradient(0deg, rgba(19,18,15,0.65), transparent 58%);
}
.page-hero--menu { background-image: url("assets/food-spread.jpeg"); }
.page-hero--takeaway { background-image: url("assets/beef-short-ribs.jpeg"); background-position: center 58%; }
.page-hero--about { background-image: url("assets/paperplate-interior.webp"); }
.page-hero--contact { background-image: url("assets/front-window.jpeg"); background-position: center 55%; }
.page-hero--vouchers { background-image: url("assets/dining-detail.jpeg"); background-position: center 55%; }
.page-hero__content { position: relative; z-index: 1; width: min(760px, 72vw); }
.page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.page-hero__intro { max-width: 620px; margin: 1.5rem 0 0; color: rgba(255,255,255,0.74); font-family: var(--serif); font-size: 1.18rem; }
.page-main { background: var(--paper); }
.page-section { padding: clamp(4.5rem, 7vw, 7.5rem) 7vw; }
.page-section--light { background: var(--paper-light); }
.page-section--dark { background: var(--charcoal); color: var(--paper-light); }
.page-section--clay { background: var(--clay); color: var(--paper-light); }
.content-heading { max-width: 820px; margin-bottom: 3.5rem; }
.content-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.content-heading h2, .split-feature h2, .voucher-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}
.content-heading > p:last-child { max-width: 650px; margin: 1.3rem 0 0; color: #656156; }
.page-section--dark .content-heading > p:last-child, .page-section--clay .content-heading > p:last-child { color: rgba(255,255,255,0.86); }
.lead-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 8vw; }
.lead-grid__label { padding-top: 0.35rem; border-top: 1px solid var(--line); }
.lead-grid__copy { max-width: 850px; }
.lead-grid__copy > p:first-child { margin-top: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.45rem); line-height: 1.25; }
.lead-grid__copy > p { color: #5f5b51; }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.food-card { background: var(--paper-light); border: 1px solid var(--line); }
.food-card__image { aspect-ratio: 4 / 3; overflow: hidden; background: #d2c7b5; }
.food-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 500ms ease; }
.food-card:hover .food-card__image img { transform: scale(1.025); }
.food-card__body { padding: 1.35rem 1.35rem 1.6rem; }
.food-card__body h3 { margin: 0 0 0.55rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.1; }
.food-card__body p { margin: 0; color: #706b60; font-size: 0.9rem; }
.menu-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.menu-group { padding: clamp(2rem, 4vw, 4rem); background: var(--paper-light); }
.menu-group h2 { margin: 0 0 2rem; font-family: var(--serif); font-size: 2.35rem; font-weight: 400; }
.menu-group ul { margin: 0; padding: 0; list-style: none; }
.menu-group li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; border-top: 1px solid var(--line); }
.menu-group li span:first-child { font-family: var(--serif); font-size: 1.1rem; }
.menu-group li span:last-child { color: #625d54; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.split-feature--reverse .split-feature__media { order: 2; }
.split-feature__media { min-height: 560px; }
.split-feature__media img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; }
.split-feature__copy > p:not(.eyebrow) { max-width: 590px; color: #625e54; }
.page-section--dark .split-feature__copy > p:not(.eyebrow) { color: rgba(255,255,255,0.82); }
.split-feature__copy .text-link { margin-top: 1rem; }
.photo-strip { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 1rem; }
.photo-strip img { width: 100%; height: 560px; display: block; object-fit: cover; }
.order-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.order-card { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.6rem; background: var(--paper-light); border: 1px solid var(--line); }
.order-card span { color: var(--clay); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.order-card h3 { margin: 2rem 0 0.5rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.08; }
.order-card p { margin: 0; color: #716c61; font-size: 0.88rem; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-card { min-height: 240px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-card h2, .info-card h3 { margin: 0 0 1.1rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.info-card p { margin: 0; color: #625e54; }
.info-card a { text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.contact-panel { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; background: var(--charcoal); color: var(--paper-light); }
.contact-panel__content { padding: clamp(3rem, 6vw, 6rem); }
.contact-panel__content h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.5rem, 3.8vw, 4rem); font-weight: 400; line-height: 1.02; }
.contact-panel__image img { width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; }
.contact-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,0.18); }
.contact-list span { color: rgba(255,255,255,0.72); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.voucher-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #d9d0bd; }
.voucher-panel__copy { padding: clamp(3rem, 7vw, 7rem); }
.voucher-panel .eyebrow { color: #783b2d; }
.voucher-panel__copy > p:not(.eyebrow) { max-width: 520px; color: #514d45; }
.voucher-panel__media img { width: 100%; height: 100%; min-height: 630px; display: block; object-fit: cover; }
.voucher-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.18); }
.voucher-step { padding: 2.5rem; background: #783b2d; }
.voucher-step span { font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.voucher-step h3 { margin: 2.5rem 0 0.8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.voucher-step p { margin: 0; color: rgba(255,255,255,0.88); }
.page-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.page-actions .button--cream:hover { border-color: var(--ink); color: var(--ink); }
.inner-page .site-footer { margin-top: 0; }

@media (max-width: 900px) {
  .page-hero { min-height: 520px; padding-right: 6vw; padding-left: 6vw; }
  .page-hero__content { width: 90%; }
  .lead-grid, .split-feature, .contact-panel, .voucher-panel { grid-template-columns: 1fr; }
  .food-grid, .order-grid, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature--reverse .split-feature__media { order: 0; }
  .split-feature__media, .split-feature__media img { min-height: 430px; }
  .contact-panel__image img, .voucher-panel__media img { min-height: 480px; }
}

@media (max-width: 700px) {
  .page-hero { min-height: 470px; padding-bottom: 3.5rem; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .page-hero__intro { font-size: 1.03rem; }
  .page-section { padding: 4.5rem 6vw; }
  .content-heading h2, .split-feature h2, .voucher-panel h2 { font-size: clamp(2.3rem, 11vw, 3.3rem); }
  .lead-grid { gap: 2rem; }
  .food-grid, .order-grid, .info-grid, .menu-groups, .voucher-steps { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip img { height: 410px; }
  .food-card__body h3 { font-size: 1.45rem; }
  .contact-panel__content, .voucher-panel__copy { padding: 4rem 6vw; }
  .contact-list li { grid-template-columns: 82px 1fr; }
  .page-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 1rem; height: 88px; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; padding: 0; border: 1px solid rgba(255,255,255,0.45); background: transparent; }
  .menu-button span { width: 20px; height: 1px; display: block; background: white; }
  .desktop-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    padding: 7rem 8vw 9rem;
    background: rgba(31, 31, 27, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
  }
  .desktop-nav a { font-family: var(--serif); font-size: clamp(2.1rem, 8vw, 3.5rem); font-weight: 400; letter-spacing: -0.03em; text-transform: none; }
  .site-header--menu-open .desktop-nav { z-index: 10; opacity: 1; visibility: visible; pointer-events: auto; }
  .site-header--menu-open .wordmark, .site-header--menu-open .menu-button { position: relative; z-index: 11; }
  .site-header--menu-open > .button {
    position: fixed;
    z-index: 11;
    bottom: 7vh;
    left: 8vw;
    display: inline-flex;
  }
  .site-header--menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header--menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu-open { overflow: hidden; }
  .hero { min-height: 780px; padding: 8rem 6vw 10rem; background-position: 58% center; }
  .hero__content { width: 94%; }
  .hero__details { right: 6vw; left: 6vw; }
  .hero__details div { padding-right: 1rem; }
  .story { grid-template-columns: 1fr; gap: 3rem; }
  .story__aside { display: flex; justify-content: space-between; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .dish-card { min-height: 410px; }
  .visit { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .wordmark { width: 88px; height: 68px; }
  .hero { min-height: 760px; height: 100svh; background-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(20,19,15,0.82), rgba(20,19,15,0.3)), linear-gradient(0deg, rgba(20,19,15,0.62), transparent 60%); }
  .hero h1 { font-size: clamp(3.15rem, 13vw, 4.5rem); }
  .hero__intro { max-width: 90%; font-size: 1.08rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .hero__details { grid-template-columns: 1fr 1fr; }
  .hero__details div { padding: 1rem 0; }
  .hero__details div:last-child { display: none; }
  .hero__details strong { font-size: 0.9rem; }
  .signature-strip { grid-template-columns: minmax(80px, auto) minmax(90px, 1fr) minmax(75px, auto); gap: 0.7rem; padding-right: 4vw; padding-left: 4vw; font-size: 0.45rem; letter-spacing: 0.08em; line-height: 1.3; }
  .signature-strip { min-height: 68px; }
  .tram-route { height: 48px; }
  .tram-route__cart { top: -2px; width: 82px; }
  .tram-route__person { top: 12px; width: 27px; }
  .tram-route__tram { top: 3px; width: 74px; }
  @keyframes cart-to-transfer {
    0% { left: 0; opacity: 0; }
    5% { left: 0; opacity: 1; }
    37% { left: calc(50% - 80px); opacity: 1; }
    42%, 100% { left: calc(50% - 80px); opacity: 0; }
  }
  @keyframes rider-walk {
    0%, 39% { left: calc(50% - 32px); opacity: 0; transform: translateY(1px) rotate(0deg); }
    41% { left: calc(50% - 32px); opacity: 1; transform: translateY(1px) rotate(0deg); }
    44% { left: calc(50% - 21px); opacity: 1; transform: translateY(0) rotate(-1.5deg); }
    47% { left: calc(50% - 10px); opacity: 1; transform: translateY(1px) rotate(1deg); }
    50% { left: calc(50% + 1px); opacity: 1; transform: translateY(0) rotate(-1deg); }
    53% { left: calc(50% + 12px); opacity: 1; transform: translateY(1px) rotate(1deg); }
    56% { left: calc(50% + 23px); opacity: 1; transform: translateY(0) rotate(0deg); }
    58%, 100% { left: calc(50% + 29px); opacity: 0; transform: translateY(1px) rotate(0deg); }
  }
  @keyframes tram-from-transfer {
    0%, 39% { left: calc(50% + 5px); opacity: 0; }
    42% { left: calc(50% + 5px); opacity: 1; }
    58% { left: calc(50% + 5px); opacity: 1; }
    93% { left: calc(100% - 74px); opacity: 1; }
    100% { left: calc(100% - 74px); opacity: 0; }
  }
  .section { padding: 5.5rem 6vw; }
  .story__aside { display: block; }
  .hand-note { margin-top: 1rem; }
  .story__body h2, .section-heading h2, .visit h2 { font-size: clamp(2.55rem, 11vw, 3.8rem); }
  .story__copy { grid-template-columns: 1fr; gap: 1.2rem; margin: 2.5rem 0 2rem; }
  .dish-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .dish-card { min-height: 390px; }
  .dish-card + .dish-card { border-top: 0; border-left: 1px solid rgba(35,34,29,0.18); }
  .menu-section__actions { align-items: flex-start; flex-direction: column; }
  .quote blockquote { font-size: clamp(2.5rem, 12vw, 4rem); }
  .quote { grid-template-columns: 1fr; gap: 3.5rem; }
  .quote__portrait { width: min(72%, 340px); }
  .wordmark--footer { width: 126px; height: 96px; }
  .visit dl > div { grid-template-columns: 1fr 1.4fr; }
  .site-footer__top, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__top { gap: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .tram-route__cart { left: 22%; animation: none; opacity: 1; transform: translateX(-50%) scaleX(-1); }
  .tram-route__person { display: none; }
  .tram-route__tram { left: 72%; animation: none; opacity: 1; transform: translateX(-50%); }
}
