@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --cream: #f4efe6;
  --cream-deep: #e9e0d1;
  --paper: #fbf8f2;
  --burgundy: #681f2a;
  --burgundy-deep: #46141c;
  --olive: #394435;
  --charcoal: #25221f;
  --muted: #756c61;
  --gold: #a88755;
  --line: rgba(104, 31, 42, 0.17);
  --shadow: 0 24px 64px rgba(54, 34, 20, 0.12);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 5rem;
  --space-9: 6rem;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.25em; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1; text-wrap: balance; }
p { text-wrap: pretty; }
h1 { font-size: clamp(3rem, 7vw, 5rem); }
h2 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h3 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--cream);
  background: var(--burgundy-deep);
  transform: translateY(-150%);
  transition: transform 700ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  padding: 1.5rem 0;
  color: var(--cream);
}
.site-header.is-dark {
  position: relative;
  color: var(--burgundy-deep);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav-shell, .container {
  width: min(100% - 3rem, 76rem);
  margin: 0 auto;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
}
.brand-copy { display: grid; gap: 0.125rem; }
.brand-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.75rem; font-weight: 700; line-height: 0.9; }
.brand-place { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.5rem; }
.desktop-nav a, .header-booking { font-size: 0.875rem; font-weight: 700; text-decoration: none; }
.desktop-nav a { opacity: 0.82; transition: opacity 700ms var(--ease), color 700ms var(--ease); }
.desktop-nav a:hover, .desktop-nav a[aria-current='page'] { opacity: 1; color: var(--gold); }
.header-booking { padding: 0.75rem 1rem; border: 1px solid currentColor; border-radius: 999px; transition: background 700ms var(--ease), color 700ms var(--ease), transform 700ms var(--ease); }
.header-booking:hover { color: var(--cream); background: var(--burgundy); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 1.5rem; height: 1px; margin: 0.375rem 0; background: currentColor; transition: transform 700ms var(--ease); }
.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(0.4375rem) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-0.4375rem) rotate(-45deg); }
.mobile-panel { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: min(52rem, 92vh);
  isolation: isolate;
  color: var(--cream);
  background-color: var(--burgundy-deep);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: rgba(31, 19, 16, 0.58); }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ''; background: rgba(104, 31, 42, 0.2); mix-blend-mode: multiply; }
.hero-home { background-image: url('assets/images/official/slider__3.jpg'); background-position: center 55%; }
.hero-menus { min-height: 30rem; background-image: url('assets/images/official/slider__restaurant-collage2.jpg'); background-position: 60% center; }
.hero-story { min-height: 30rem; background-image: url('assets/images/official/about__photo-51.jpg'); background-position: center 45%; }
.hero-visit { min-height: 30rem; background-image: url('assets/images/official/slider__paysanne-1711-012.jpg'); background-position: center 48%; }
.hero-contact { min-height: 30rem; background-image: url('assets/images/official/small__2.jpg'); background-position: center 48%; }
.hero-content { align-self: end; width: min(100% - 3rem, 76rem); margin: 0 auto; padding: 9rem 0 6rem; }
.hero-home .hero-content { padding-top: 12rem; }
.eyebrow { margin-bottom: 1rem; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.hero h1 { max-width: 42.5rem; margin-bottom: 1.5rem; color: var(--cream); font-size: clamp(3.5rem, 8vw, 6rem); letter-spacing: -0.025em; }
.hero p:not(.eyebrow) { max-width: 40rem; margin-bottom: 2rem; color: rgba(244, 239, 230, 0.85); font-size: 1.125rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-proof { display: flex; align-items: center; gap: 0.75rem; margin-top: 3rem; color: rgba(244, 239, 230, 0.7); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-proof::before { width: 3rem; height: 1px; content: ''; background: var(--gold); }
.page-intro { align-self: end; }
.page-intro h1 { max-width: 44rem; margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 5rem); }
.page-intro p { max-width: 36rem; margin-bottom: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 700ms var(--ease), background 700ms var(--ease), color 700ms var(--ease), border-color 700ms var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(0.98); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-light { color: var(--burgundy-deep); background: var(--cream); }
.button-light:hover { color: var(--burgundy-deep); background: #fffaf0; }
.button-outline-light { color: var(--cream); border-color: rgba(244, 239, 230, 0.5); }
.button-outline-light:hover { color: var(--burgundy-deep); background: var(--cream); }
.button-primary { color: var(--cream); background: var(--burgundy); }
.button-primary:hover { background: var(--burgundy-deep); }
.button-outline { color: var(--burgundy); border-color: var(--line); }
.button-outline:hover { color: var(--cream); background: var(--burgundy); border-color: var(--burgundy); }

.section { padding: var(--space-9) 0; }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-olive { color: var(--cream); background: var(--olive); }
.section-burgundy { color: var(--cream); background: var(--burgundy); }
.section-heading { max-width: 44rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading p { max-width: 34rem; color: var(--muted); }
.section-olive .section-heading p, .section-burgundy .section-heading p { color: rgba(244, 239, 230, 0.72); }
.section-kicker { margin-bottom: 0.75rem; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 5rem; align-items: center; }
.split-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.split-copy { max-width: 34rem; }
.split-copy h2 { margin-bottom: 1.5rem; }
.split-copy p { color: var(--muted); }
.split-copy p:last-of-type { margin-bottom: 2rem; }
.image-frame { position: relative; overflow: hidden; background: var(--cream-deep); }
.image-frame::after { position: absolute; inset: 1rem; content: ''; border: 1px solid rgba(244, 239, 230, 0.7); pointer-events: none; }
.image-frame img { width: 100%; height: 34rem; object-fit: cover; transition: transform 1200ms var(--ease); }
.image-frame.tall img { height: 42rem; }
.image-frame.signage img { height: 34rem; object-fit: contain; background: var(--cream-deep); }
.caption { margin-top: 0.75rem; color: var(--muted); font-size: 0.75rem; }

@media (hover: hover) and (pointer: fine) {
  .image-frame:hover img { transform: scale(1.03); }
}

.tagline-section { padding: 8rem 0; background: var(--cream-deep); }
.tagline { max-width: 58rem; margin: 0 auto; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 1.05; text-align: center; }
.tagline-word { display: inline-block; color: rgba(37, 34, 31, 0.3); transition: color 900ms var(--ease); }
.tagline-word.is-visible { color: var(--burgundy); }

.feature-image { position: relative; min-height: 38rem; display: grid; place-items: center; isolation: isolate; color: var(--cream); background-image: url('assets/images/official/slider__1.jpg'); background-position: center; background-size: cover; }
.feature-image::before { position: absolute; z-index: -1; inset: 0; content: ''; background: rgba(43, 25, 19, 0.48); }
.feature-image-inner { width: min(100% - 3rem, 52rem); text-align: center; }
.feature-image h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.feature-image p { max-width: 32rem; margin: 0 auto; color: rgba(244, 239, 230, 0.78); }

.menu-preview { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 5rem; align-items: start; }
.menu-preview-photo { overflow: hidden; }
.menu-preview-photo img { width: 100%; height: 30rem; object-fit: cover; }
.menu-list { display: grid; gap: 0; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.menu-item:first-child { border-top: 1px solid var(--line); }
.menu-item h3, .menu-item-name { margin: 0 0 0.375rem; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; font-weight: 700; line-height: 1; }
.menu-item p { margin: 0; color: var(--muted); font-size: 0.875rem; }
.menu-price { color: var(--burgundy); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.375rem; font-weight: 700; white-space: nowrap; }
.menu-note { margin-top: 1rem; color: var(--muted); font-size: 0.875rem; }

.menu-visual { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 0; margin: 3rem 0; background: var(--olive); }
.menu-visual img { width: 100%; height: 22rem; object-fit: cover; object-position: center 46%; }
.menu-visual-copy { display: grid; align-content: center; padding: 2rem; color: var(--cream); }
.menu-visual-copy h2 { margin-bottom: 0.75rem; color: var(--cream); font-size: clamp(2rem, 4vw, 3rem); }
.menu-visual-copy p { max-width: 24rem; margin-bottom: 0; color: rgba(244, 239, 230, 0.72); font-size: 0.875rem; }

.review-panel { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 2rem; border: 1px solid rgba(244, 239, 230, 0.24); background: rgba(244, 239, 230, 0.06); }
.review-panel h3 { margin-bottom: 0.5rem; }
.review-panel p { max-width: 34rem; margin-bottom: 0; color: rgba(244, 239, 230, 0.72); }
.review-panel-quiet { color: var(--charcoal); border-color: var(--line); background: transparent; }
.review-panel-quiet h3 { color: var(--burgundy); }
.review-panel-quiet p { color: var(--muted); }

.visit-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 0; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.visit-card-copy { padding: 3rem; }
.visit-card-copy h2 { margin-bottom: 1rem; }
.visit-card-copy > p { max-width: 28rem; color: var(--muted); }
.visit-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.detail-label { margin-bottom: 0.375rem; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.detail-value { margin: 0; font-size: 0.875rem; }
.detail-value a { color: var(--burgundy); font-weight: 700; }
.visit-card-photo { display: grid; min-height: 28rem; place-items: center; background: var(--cream-deep); }
.visit-card-photo img { width: 100%; height: 100%; object-fit: contain; background: var(--cream-deep); }

.faq-list { max-width: 54rem; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--gold); font-family: 'Manrope', sans-serif; font-size: 1.25rem; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { max-width: 42rem; padding: 0 3rem 1.5rem 0; margin-bottom: 0; color: var(--muted); }

.menu-page { padding: var(--space-9) 0; }
.menu-nav { position: sticky; z-index: 2; top: 0; display: flex; gap: 0.5rem; padding: 0.75rem 0; margin-bottom: 3rem; overflow-x: auto; background: var(--cream); scrollbar-width: none; }
.menu-nav::-webkit-scrollbar { display: none; }
.menu-nav a { flex: 0 0 auto; padding: 0.5rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--burgundy); font-size: 0.875rem; font-weight: 700; text-decoration: none; }
.menu-nav a:hover { color: var(--cream); background: var(--burgundy); }
.menu-section { scroll-margin-top: 5rem; padding: 3rem 0; }
.menu-section:first-of-type { padding-top: 0; }
.menu-section + .menu-section { border-top: 1px solid var(--line); }
.menu-section-header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.menu-section-header h2 { margin-bottom: 0; }
.menu-section-header p { max-width: 30rem; margin-bottom: 0; color: var(--muted); font-size: 0.875rem; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 4rem; }
.menu-grid .menu-item { align-self: start; }
.menu-grid.single { display: block; max-width: 52rem; }
.menu-grid.single .menu-item { grid-template-columns: minmax(0, 1fr) auto; }
.menu-alert { padding: 1.5rem; margin: 2rem 0; border: 1px solid rgba(104, 31, 42, 0.34); color: var(--burgundy-deep); background: rgba(168, 135, 85, 0.12); }
.menu-alert strong { display: block; margin-bottom: 0.5rem; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; }
.menu-alert p { margin-bottom: 0; font-size: 0.875rem; }
.wine-group { margin-bottom: 2rem; }
.wine-group h3 { padding-bottom: 0.75rem; border-bottom: 1px solid var(--line); margin-bottom: 0; color: var(--burgundy); font-size: 1.75rem; }
.wine-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(104, 31, 42, 0.1); }
.wine-item h4 { margin: 0 0 0.25rem; font-family: 'Manrope', sans-serif; font-size: 0.875rem; font-weight: 700; line-height: 1.4; }
.wine-item p { margin: 0; color: var(--muted); font-size: 0.875rem; }
.wine-item .menu-price { font-size: 1.125rem; }
.bar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
.bar-group { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.bar-group h3 { margin-bottom: 1rem; color: var(--burgundy); font-size: 1.5rem; }
.bar-group p { margin-bottom: 0.75rem; color: var(--muted); font-size: 0.875rem; }
.bar-group strong { color: var(--burgundy); }

.story-quote { max-width: 50rem; margin: 0 auto; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; text-align: center; }
.story-quote span { color: var(--burgundy); }
.story-timeline { display: grid; gap: 0; max-width: 54rem; margin-top: 3rem; }
.story-step { display: grid; grid-template-columns: 7rem 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.story-year { color: var(--gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 700; }
.story-step h3 { margin-bottom: 0.75rem; }
.story-step p { margin-bottom: 0; color: var(--muted); }
.image-mosaic { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1rem; align-items: end; }
.image-mosaic img { width: 100%; object-fit: cover; }
.image-mosaic img:first-child { height: 38rem; }
.image-mosaic img:last-child { height: 22rem; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-card { padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.contact-card h2 { margin-bottom: 1rem; font-size: 2.25rem; }
.contact-card p { color: var(--muted); }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card a { color: var(--burgundy); font-weight: 700; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.map-frame { overflow: hidden; height: 28rem; border: 0; background: var(--cream-deep); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.text-link { color: var(--burgundy); font-weight: 700; }

.stay-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.stay-card h3 { margin-bottom: 0.5rem; }
.stay-card p { max-width: 36rem; margin-bottom: 0; color: var(--muted); }

.site-footer { padding: 4rem 0 1rem; color: var(--cream); background: var(--burgundy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr 1.1fr; gap: 3rem; padding-bottom: 4rem; }
.footer-brand .brand { margin-bottom: 1.5rem; }
.footer-brand p { max-width: 18rem; color: rgba(244, 239, 230, 0.65); font-size: 0.875rem; }
.footer-title { margin-bottom: 1rem; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.footer-list { display: grid; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.footer-list a { color: rgba(244, 239, 230, 0.78); font-size: 0.875rem; text-decoration: none; }
.footer-list a:hover { color: var(--cream); }
.footer-address { color: rgba(244, 239, 230, 0.78); font-size: 0.875rem; }
.footer-address a { color: var(--cream); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; border-top: 1px solid rgba(244, 239, 230, 0.18); color: rgba(244, 239, 230, 0.55); font-size: 0.75rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(4rem); filter: blur(0.5rem); transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

.legal-page { min-height: 60vh; padding: 6rem 0; }
.legal-page article { max-width: 48rem; }
.legal-page h1 { margin-bottom: 1rem; color: var(--burgundy); }
.legal-page h2 { margin-top: 3rem; margin-bottom: 1rem; font-size: 2rem; }
.legal-page p, .legal-page li { color: var(--muted); }

@media (max-width: 60rem) {
  .desktop-nav, .header-booking { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel { position: fixed; z-index: 9; inset: 0; display: grid; place-items: center; padding: 6rem 1.5rem 3rem; visibility: hidden; opacity: 0; background: rgba(70, 20, 28, 0.98); transform: translateY(-1rem); transition: opacity 700ms var(--ease), transform 700ms var(--ease), visibility 700ms var(--ease); }
  .mobile-panel.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-panel nav { display: grid; gap: 1.5rem; width: min(100%, 24rem); }
  .mobile-panel a { color: var(--cream); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.5rem; text-decoration: none; opacity: 0; transform: translateY(3rem); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .mobile-panel.is-open a { opacity: 1; transform: translateY(0); }
  .mobile-panel.is-open a:nth-child(2) { transition-delay: 100ms; }
  .mobile-panel.is-open a:nth-child(3) { transition-delay: 150ms; }
  .mobile-panel.is-open a:nth-child(4) { transition-delay: 200ms; }
  .mobile-panel.is-open a:nth-child(5) { transition-delay: 250ms; }
  .mobile-panel.is-open a:nth-child(6) { transition-delay: 300ms; }
  .split, .split-reverse, .menu-preview, .visit-card { grid-template-columns: 1fr; gap: 3rem; }
  .menu-visual { grid-template-columns: 1fr; }
  .menu-visual img { height: 20rem; }
  .split-reverse .split-copy { order: -1; }
  .visit-card { gap: 0; }
  .visit-card-photo { min-height: 24rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 42rem) {
  .nav-shell, .container, .hero-content, .feature-image-inner { width: min(100% - 2.5rem, 76rem); }
  .site-header { padding: 1rem 0; }
  .brand-name { font-size: 1.5rem; }
  .brand-place { font-size: 0.625rem; }
  .hero { min-height: 44rem; }
  .hero-home { background-position: 60% center; }
  .hero-content, .hero-home .hero-content { padding: 8rem 0 4rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
  .hero p:not(.eyebrow) { font-size: 1rem; }
  .hero-proof { margin-top: 2rem; }
  .section, .menu-page, .legal-page { padding: 4rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .image-frame img, .image-frame.tall img { height: 24rem; }
  .image-frame.signage img { height: 24rem; }
  .tagline-section { padding: 5rem 0; }
  .feature-image { min-height: 30rem; }
  .feature-image h2 { font-size: 2.75rem; }
  .menu-grid, .bar-grid, .contact-grid { grid-template-columns: 1fr; }
  .menu-item { gap: 1rem; padding: 1.25rem 0; }
  .menu-item h3, .menu-item-name { font-size: 1.375rem; }
  .menu-section-header { display: block; }
  .menu-section-header h2 { margin-bottom: 0.75rem; }
  .menu-grid.single .menu-item { grid-template-columns: minmax(0, 1fr) auto; }
  .wine-item { grid-template-columns: 1fr; gap: 0.25rem; }
  .wine-item .menu-price { justify-self: start; }
  .visit-card-copy { padding: 2rem; }
  .visit-details { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .review-panel, .stay-card { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-step { grid-template-columns: 1fr; gap: 0.5rem; }
  .image-mosaic { grid-template-columns: 1fr; }
  .image-mosaic img:first-child, .image-mosaic img:last-child { height: 24rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; padding-bottom: 3rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 0.5rem; }
}

@media (max-width: 26rem) {
  .menu-item, .menu-grid.single .menu-item { grid-template-columns: 1fr; gap: 0.5rem; }
  .menu-price { justify-self: start; white-space: normal; }
  .visit-details, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}
