:root {
  --forest: #0b3b2a;
  --forest-deep: #06261b;
  --moss: #55733f;
  --barn: #a43d2f;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --ink: #1f2822;
  --muted: #657067;
  --line: rgba(11, 59, 42, 0.18);
  --shadow: 0 20px 50px rgba(6, 38, 27, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--barn); }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 3px solid #d69b46; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  color: white;
  background: var(--forest-deep);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: minmax(180px, 270px) 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 92px;
  padding: .65rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
}
.brand img { width: min(100%, 250px); height: auto; }
.site-header nav { display: flex; justify-content: center; gap: clamp(1.2rem, 3vw, 2.75rem); }
.site-header nav a { padding: .5rem 0; text-decoration: none; font-weight: 700; }
.site-header nav a[aria-current="page"] { color: var(--barn); border-bottom: 2px solid currentColor; }
.header-call { white-space: nowrap; font-weight: 800; text-decoration: none; color: var(--forest); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  min-height: min(680px, calc(100vh - 92px));
  background: var(--forest-deep);
  overflow: hidden;
}
.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5.5rem);
  color: white;
  background: radial-gradient(circle at 20% 30%, rgba(85,115,63,.42), transparent 46%), var(--forest-deep);
}
.eyebrow { margin: 0 0 1rem; color: #d6dfc1; font-size: .84rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; }
h1 { max-width: 11ch; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 500; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4.5rem); font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 600; letter-spacing: -.02em; }
.hero-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.5rem 0 0; color: #edf0e8; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--barn); color: white; }
.button-secondary { border-color: rgba(255,255,255,.65); color: white; }

.hero-slider { position: relative; min-height: 420px; background: #173a2d; overflow: hidden; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 7s ease; }
.slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,27,.22), transparent 28%), linear-gradient(0deg, rgba(6,38,27,.22), transparent 40%); }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slider-controls { position: absolute; z-index: 3; right: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .75rem; padding: .5rem .7rem; border-radius: 999px; background: rgba(6,38,27,.78); }
.slider-controls button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 1.05rem; }
.slider-controls button:hover, .slider-controls button:focus-visible { background: rgba(255,255,255,.16); outline: 2px solid white; outline-offset: 2px; }
.slider-dots { display: flex; gap: .42rem; }
.slider-dots button { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.48); }
.slider-dots button.is-active { background: white; }

.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--barn); }
.quick-facts div { display: flex; min-height: 98px; flex-direction: column; justify-content: center; padding: 1.1rem clamp(1.25rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.23); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts span { font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.quick-facts strong { font-size: clamp(1rem, 1.8vw, 1.25rem); }
.quick-facts a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.section {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
  padding-block: clamp(5rem, 9vw, 9rem);
}
.section-heading { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading h2 { max-width: 13ch; }
.section-heading > p:last-child { max-width: 650px; margin: 1.2rem 0 0; color: var(--muted); font-size: 1.12rem; }
.eyebrow-dark { color: var(--moss); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--forest); font-weight: 850; text-decoration: none; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: #f4eee2; }
.button { transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(6,38,27,.2); }
.button-forest { color: white; background: var(--forest); }

.food-section { padding-bottom: clamp(6rem, 10vw, 10rem); }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 2rem); }
.food-card { min-width: 0; background: var(--paper); box-shadow: 0 18px 45px rgba(6,38,27,.1); overflow: hidden; }
.food-card a { display: block; height: 100%; text-decoration: none; }
.food-card img { width: 100%; aspect-ratio: 1 / .86; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.food-card:hover img { transform: scale(1.035); }
.food-card div { padding: clamp(1.35rem, 2.8vw, 2.2rem); }
.food-card span { color: var(--barn); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.food-card h3 { margin-top: .45rem; color: var(--forest-deep); font-size: clamp(2rem, 3vw, 3rem); }
.food-card p { margin: .9rem 0 1.2rem; color: var(--muted); }
.food-card strong { color: var(--forest); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.brunch-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  min-height: 570px;
  padding: clamp(5rem, 9vw, 9rem) max(1rem, calc((100vw - 1240px) / 2));
  color: white;
  background: radial-gradient(circle at 80% 20%, rgba(126,153,91,.26), transparent 32%), var(--forest-deep);
  overflow: hidden;
}
.brunch-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--barn); }
.brunch-mark { position: absolute; right: -1.5vw; bottom: -9vw; color: rgba(255,255,255,.035); font: 500 clamp(10rem, 26vw, 28rem)/.8 Georgia, serif; pointer-events: none; }
.brunch-copy, .breakfast-quote { position: relative; z-index: 1; }
.brunch-copy h2 { max-width: 10ch; }
.brunch-copy > p:not(.eyebrow) { max-width: 630px; margin: 1.5rem 0; color: #dfe7db; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.breakfast-quote { margin: 0; padding: clamp(2rem, 5vw, 4.2rem); border: 1px solid rgba(255,255,255,.35); color: #fff8e8; background: rgba(255,255,255,.055); font: italic 500 clamp(2.1rem, 4vw, 4rem)/1.12 Georgia, serif; }
.breakfast-quote span { display: block; margin-bottom: .75rem; color: #cdd9c9; font: 800 .78rem/1.2 Inter, system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; }

.story-section { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(2.5rem, 8vw, 8rem); }
.story-image { position: relative; height: min(670px, 72vw); min-height: 480px; box-shadow: var(--shadow); overflow: hidden; }
.story-image::before { content: ""; position: absolute; z-index: 2; inset: 1.1rem; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.story-copy h2 { max-width: 11ch; }
.story-copy > p:not(.eyebrow) { max-width: 670px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.1rem; }
.story-links { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2rem; }

.motel-offer {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(220px, .8fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) max(1rem, calc((100vw - 1240px) / 2));
  border-block: 1px solid var(--line);
  background: #e9dec9;
}
.motel-offer h2 { max-width: 16ch; font-size: clamp(2rem, 3.7vw, 3.7rem); }
.motel-offer > p { max-width: 520px; margin: 0; color: #536057; }

.visit-cta { position: relative; display: grid; min-height: 620px; place-items: center; color: white; background: var(--forest-deep); overflow: hidden; }
.visit-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.visit-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,27,.92), rgba(6,38,27,.46)); }
.visit-cta-copy { position: relative; z-index: 2; width: min(100% - 2rem, 1240px); }
.visit-cta-copy h2 { max-width: 11ch; }

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr .7fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4rem, 7vw, 7rem) max(1rem, calc((100vw - 1240px) / 2)) 3rem;
  color: #dfe7db;
  background: #041d15;
}
.footer-brand img { width: min(100%, 245px); padding: .7rem; background: #fffdf8; }
.footer-brand p { max-width: 440px; }
.site-footer h2 { margin-bottom: 1rem; color: white; font: 850 .78rem/1.2 Inter, system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin: 0 0 1rem; }
.site-footer a { text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 4px; }
.social-links { display: flex; gap: 1rem; }
.footer-note { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.16); color: #9fb0a5; font-size: .84rem; }
.mobile-actions { display: none; }

.page-intro { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); min-height: 530px; color: white; background: var(--forest-deep); }
.page-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem); background: radial-gradient(circle at 20% 24%, rgba(85,115,63,.4), transparent 46%); }
.page-intro-copy h1 { max-width: 10ch; font-size: clamp(3.5rem, 6.7vw, 7rem); }
.page-intro-copy > p:not(.eyebrow) { max-width: 610px; margin: 1.5rem 0 2rem; color: #dfe7db; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.page-intro-copy .button { align-self: flex-start; }
.page-intro-media { min-height: 460px; background: #173a2d; overflow: hidden; }
.page-intro-media img { width: 100%; height: 100%; object-fit: cover; }
.menu-intro .page-intro-media { display: grid; place-items: center; padding: clamp(2rem, 6vw, 6rem); background: #173a2d; }
.menu-intro .page-intro-media img { width: min(100%, 540px); height: min(100%, 540px); aspect-ratio: 1; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.page-intro-landscape img { object-position: center; }

.menu-jump { display: flex; justify-content: center; gap: .7rem; padding: 1.2rem 1rem; border-bottom: 1px solid var(--line); background: var(--paper); overflow-x: auto; }
.menu-jump a { flex: 0 0 auto; padding: .58rem .95rem; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); font-weight: 800; text-decoration: none; }
.menu-jump a:hover { color: white; background: var(--forest); }
.menu-note { padding: 1.1rem 1rem; text-align: center; color: #4f5a52; background: #efe5d3; }
.menu-note p { margin: 0; }
.menu-note a { font-weight: 850; }
.menu-feature { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(4rem, 7vw, 7rem) max(1rem, calc((100vw - 1240px) / 2)); color: white; background: var(--barn); }
.menu-feature h2 { max-width: 10ch; }
.brunch-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem 2rem; margin: 0; padding: 0; list-style: none; font: 500 clamp(1.3rem, 2.1vw, 1.8rem)/1.3 Georgia, serif; }
.brunch-list li { padding-bottom: .8rem; border-bottom: 1px solid rgba(255,255,255,.3); }

.menu-category { padding: clamp(5rem, 8vw, 8rem) max(1rem, calc((100vw - 1240px) / 2)); scroll-margin-top: 120px; }
.menu-category-alt { background: #eee4d3; }
.menu-category-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 2.5rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.menu-category-heading .eyebrow { margin-bottom: .5rem; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: clamp(1rem, 2.6vw, 2rem); }
.menu-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.menu-card { padding: clamp(1.5rem, 3.5vw, 3rem); border-top: 5px solid var(--forest); background: var(--paper); box-shadow: 0 14px 40px rgba(6,38,27,.09); }
.menu-card h3 { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); color: var(--forest-deep); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.menu-card-intro { margin: 1.1rem 0; color: var(--muted); }
.menu-list { margin: .4rem 0 0; }
.menu-list > div { padding: 1rem 0; border-bottom: 1px dashed rgba(11,59,42,.18); }
.menu-list > div:last-child { border-bottom: 0; }
.menu-list dt { color: #1c2a22; font-weight: 850; line-height: 1.35; }
.menu-list dd { margin: .25rem 0 0; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.menu-card-footnote { margin: 1.5rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.kitchen-toast { max-width: 760px; margin: clamp(3rem, 6vw, 6rem) auto 0; padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--forest); text-align: center; background: #eee4d3; }
.kitchen-toast h3 { font-size: clamp(2rem, 4vw, 3.6rem); }
.kitchen-toast p:last-child { margin-bottom: 0; color: var(--muted); }
.menu-legal { max-width: 850px; margin: 3rem auto 0; color: var(--muted); text-align: center; font-size: .86rem; }

.visit-details .section-heading { margin-bottom: 2.5rem; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.detail-card { position: relative; min-height: 320px; padding: clamp(1.5rem, 3.2vw, 2.8rem); border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.detail-number { position: absolute; right: .8rem; bottom: -2.4rem; color: rgba(11,59,42,.055); font: 500 9rem/1 Georgia, serif; }
.detail-card h3 { position: relative; margin-bottom: 1.2rem; color: var(--forest); font-size: 2.2rem; }
.detail-card p, .detail-card address { position: relative; color: var(--muted); font-style: normal; }
.detail-card strong { color: var(--ink); }
.detail-card a { position: relative; }
.map-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 560px; color: white; background: var(--forest-deep); }
.map-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem) max(1.5rem, calc((100vw - 1240px) / 2)); padding-right: clamp(2rem, 5vw, 5rem); }
.map-copy h2 { max-width: 9ch; }
.map-copy > p:not(.eyebrow) { max-width: 500px; margin: 1.3rem 0 2rem; color: #dfe7db; }
.map-copy .button { align-self: flex-start; }
.map-frame { width: 100%; min-height: 560px; border: 0; }
.catering-section { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: clamp(1rem, 3vw, 2.5rem); }
.catering-card { padding: clamp(2.5rem, 6vw, 5rem); color: white; background: var(--forest-deep); }
.catering-card h2 { max-width: 12ch; }
.catering-card > p:not(.eyebrow) { max-width: 620px; color: #dfe7db; }
.social-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 4rem); border: 1px solid var(--line); background: var(--paper); }
.social-card h3 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.social-card > p:not(.eyebrow) { color: var(--muted); }
.social-buttons { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.social-buttons a { padding: .65rem 1rem; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); font-weight: 800; text-decoration: none; }
.social-buttons a:hover { color: white; background: var(--forest); }

.explore-lead { padding-bottom: clamp(3rem, 5vw, 5rem); }
.place-list { width: min(100% - 2rem, 1240px); margin-inline: auto; padding-bottom: clamp(5rem, 9vw, 9rem); }
.place-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding: clamp(3rem, 6vw, 6rem) 0; border-top: 1px solid var(--line); }
.place-feature-reverse .place-image { order: 2; }
.place-image { min-height: 420px; box-shadow: var(--shadow); overflow: hidden; }
.place-image img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.place-copy h2 { max-width: 12ch; font-size: clamp(2.2rem, 4vw, 4rem); }
.place-copy > p:not(.eyebrow, .place-number) { max-width: 570px; color: var(--muted); }
.place-number { margin: 0 0 1rem; color: var(--barn); font: 500 3rem/1 Georgia, serif; }
.river-moment { position: relative; display: grid; min-height: 600px; place-items: center; padding: clamp(4rem, 8vw, 8rem) 1rem; color: white; background: var(--forest-deep); overflow: hidden; }
.river-moment > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .36; filter: saturate(.85); }
.river-moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,27,.92), rgba(6,38,27,.4)); }
.river-moment > div { position: relative; z-index: 2; width: min(100%, 1240px); }
.river-moment h2 { max-width: 13ch; }
.river-moment > div > p:not(.eyebrow) { font-size: 1.15rem; }

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(85, 115, 63, .16), transparent 34%),
    var(--cream);
}
.error-card {
  width: min(100%, 760px);
  padding: clamp(2rem, 7vw, 5rem);
  border-top: 6px solid var(--barn);
  background: var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
}
.error-brand { display: inline-block; margin-bottom: 2rem; }
.error-brand img { width: min(100%, 280px); height: auto; }
.error-card h1 {
  max-width: none;
  color: var(--forest-deep);
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}
.error-card > p:not(.eyebrow) {
  max-width: 570px;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: 1.1rem;
}
.error-card .button-row { justify-content: center; }
.error-card .button-secondary { border-color: var(--forest); color: var(--forest); }

html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s cubic-bezier(.2,.65,.2,1), transform .62s cubic-bezier(.2,.65,.2,1); transition-delay: var(--delay, 0ms); }
html.js .reveal-left { transform: translateX(-24px); }
html.js .reveal-right { transform: translateX(24px); }
html.js .reveal.is-visible { opacity: 1; transform: translate(0); }

@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr auto; gap: 1rem; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: .15rem; }
  .header-call { justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; }
  .hero-slider { min-height: 520px; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts div { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }
  .food-grid { grid-template-columns: repeat(2, 1fr); }
  .food-card:last-child { grid-column: 1 / -1; }
  .brunch-section { grid-template-columns: 1fr; }
  .story-section { gap: 3rem; }
  .motel-offer { grid-template-columns: 1fr 1fr; }
  .motel-offer .button { justify-self: start; }
  .site-footer { grid-template-columns: 1.2fr .8fr; }
  .site-footer > div:last-of-type { grid-column: 2; }
  .page-intro { grid-template-columns: 1fr; }
  .page-intro-media { min-height: 480px; }
  .menu-intro .page-intro-media { min-height: 550px; }
  .menu-grid-three { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .menu-grid-three .menu-card:last-child { grid-column: 1 / -1; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-card:last-child { grid-column: 1 / -1; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { padding-inline: max(1.5rem, calc((100vw - 720px) / 2)); }
  .catering-section { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .site-header { position: relative; grid-template-columns: 1fr; min-height: auto; padding: .65rem 1rem; }
  .brand img { width: 196px; }
  .header-call { display: none; }
  .site-header nav { gap: 1.2rem; font-size: .9rem; }
  .hero-copy { min-height: 500px; padding: 4rem 1.25rem 3rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-slider { min-height: 390px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card:last-child { grid-column: auto; }
  .brunch-section { min-height: auto; padding-block: 5rem; }
  .breakfast-quote { padding: 1.5rem; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { height: 540px; min-height: 0; }
  .motel-offer { grid-template-columns: 1fr; }
  .visit-cta { min-height: 540px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 3.5rem; }
  .site-footer > div:last-of-type { grid-column: auto; }
  .mobile-actions { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; min-height: 66px; border-top: 1px solid rgba(255,255,255,.25); color: white; background: rgba(6,38,27,.97); backdrop-filter: blur(12px); }
  .mobile-actions a { display: grid; place-items: center; padding: .75rem .25rem; border-right: 1px solid rgba(255,255,255,.18); font-size: .9rem; font-weight: 850; text-decoration: none; }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions a[aria-current="page"] { color: #ffd997; }
  .page-intro-copy { padding: 4.5rem 1.25rem; }
  .page-intro-media { min-height: 320px; }
  .menu-intro .page-intro-media { min-height: 400px; padding: 1.25rem; }
  .menu-intro .page-intro-media img { width: 100%; height: 100%; }
  .menu-jump { justify-content: flex-start; }
  .menu-feature { grid-template-columns: 1fr; }
  .brunch-list { grid-template-columns: 1fr; }
  .menu-grid, .menu-grid-three { grid-template-columns: 1fr; }
  .menu-grid-three .menu-card:last-child { grid-column: auto; }
  .menu-card { padding: 1.4rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card:last-child { grid-column: auto; }
  .detail-card { min-height: 270px; }
  .map-frame { min-height: 420px; }
  .catering-card { padding: 2rem 1.25rem; }
  .place-feature { grid-template-columns: 1fr; gap: 2rem; }
  .place-feature-reverse .place-image { order: 0; }
  .place-image { min-height: 300px; }
  .river-moment { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide { transition: opacity .01ms linear; transform: none; }
  html.js .reveal, html.js .reveal-left, html.js .reveal-right { opacity: 1; transform: none; transition: none; }
  .button, .text-link span, .food-card img { transition: none; }
}
