/* ============================================================
   Cedar Hollow — Collection homepage stylesheet
   Mobile-first. Desktop is an expansion, not a separate design.
   ============================================================ */

/* ---------- Fonts (self-hosted, variable) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-italic.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--leading-prose);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-serif); font-weight: 420; line-height: var(--leading-head); text-wrap: balance; }
p { margin: 0 0 1em; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
em { font-style: italic; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }
.on-dark :focus-visible, .site-footer :focus-visible { outline-color: var(--brass-soft); }
::selection { background: color-mix(in srgb, var(--brass-soft) 45%, transparent); }

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 200;
  background: var(--forest-700); color: var(--on-dark);
  padding: 0.7rem 1.2rem; border-radius: var(--radius-pill);
  text-decoration: none; font-size: var(--text-small); font-weight: 500;
  transition: top var(--dur-quick);
}
.skip-link:focus { top: 1rem; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7em;
  font-size: var(--text-eyebrow); font-weight: 560;
  letter-spacing: var(--track-caps); text-transform: uppercase;
  color: var(--brass);
}
.on-dark .eyebrow { color: var(--brass-soft); }
.eyebrow::before {
  content: ""; width: 2.2em; height: 1px;
  background: currentColor; opacity: 0.7;
}
.eyebrow--bare::before { display: none; }

.prose { max-width: var(--prose-measure); }
.prose p { margin-bottom: 1.35em; }
.prose p:last-child { margin-bottom: 0; }
.lead { font-size: var(--text-lead); line-height: 1.6; color: var(--ink-soft); }
.on-dark .lead { color: var(--on-dark-soft); }

/* Chapter heading assembly */
.chapter-head { display: grid; gap: var(--space-3); margin-bottom: var(--space-6); }
.chapter-head .numeral {
  font-family: var(--font-serif); font-style: italic; font-weight: 380;
  font-size: 1.05rem; color: var(--brass); letter-spacing: 0.08em;
}
.on-dark .chapter-head .numeral { color: var(--brass-soft); }
.chapter-head h2 { font-size: var(--text-h2); max-width: 24ch; }
.chapter-head--center { justify-items: center; text-align: center; }
.chapter-head--center h2 { max-width: 26ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  min-height: 3rem; padding: 0.8rem 1.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.95rem; font-weight: 530; letter-spacing: 0.02em;
  text-decoration: none; border: 1px solid transparent;
  transition: background-color var(--dur-quick), color var(--dur-quick), border-color var(--dur-quick), transform var(--dur-quick);
}
.btn:active { transform: translateY(1px); }
.btn--solid { background: var(--forest-700); color: var(--on-dark); }
.btn--solid:hover { background: var(--forest-800); }
.btn--outline { border-color: color-mix(in srgb, var(--ink) 35%, transparent); color: var(--ink); }
.btn--outline:hover { border-color: var(--ink); background: color-mix(in srgb, var(--parchment) 60%, transparent); }
.btn--light { border-color: color-mix(in srgb, var(--on-dark) 45%, transparent); color: var(--on-dark); }
.btn--light:hover { border-color: var(--on-dark); background: color-mix(in srgb, var(--on-dark) 12%, transparent); }
.btn--brass { background: var(--brass-soft); color: var(--forest-900); }
.btn--brass:hover { background: color-mix(in srgb, var(--brass-soft) 85%, white); }

.link-quiet {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-weight: 530; font-size: 0.95rem; color: inherit;
  text-decoration: none; border-bottom: 1px solid color-mix(in srgb, var(--brass) 55%, transparent);
  padding-bottom: 2px; transition: border-color var(--dur-quick);
}
.link-quiet:hover { border-color: var(--brass); }
.link-quiet .arrow { transition: transform var(--dur-quick); }
.link-quiet:hover .arrow { transform: translateX(3px); }

/* ---------- Navigation ---------- */
.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color 300ms var(--ease-scenic), box-shadow 300ms, color 300ms;
  color: var(--on-dark);
}
/* Translucent band over the hero so the menu and booking action stay legible */
.site-nav:not(.is-solid) {
  background: linear-gradient(to bottom,
    rgb(13 18 11 / 0.78),
    rgb(13 18 11 / 0.55) 62%,
    rgb(13 18 11 / 0) 100%);
}
.site-nav.is-solid {
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: var(--ink);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--ink) 10%, transparent);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4); min-height: 4.25rem;
}
.brand-lockup {
  display: inline-flex; align-items: center; gap: 0.75rem;
  text-decoration: none; color: inherit;
}
.brand-lockup img { width: 2.1rem; height: auto; }
.brand-lockup .owl-dark, .site-nav.is-solid .brand-lockup .owl-light { display: none; }
.site-nav.is-solid .brand-lockup .owl-dark { display: block; }
.brand-lockup b {
  font-family: var(--font-serif); font-weight: 470; font-size: 1.22rem; letter-spacing: 0.01em;
  display: block; line-height: 1.05;
}
.brand-lockup small {
  display: block; font-size: 0.6rem; letter-spacing: 0.32em;
  text-transform: uppercase; font-weight: 520; opacity: 0.78; margin-top: 0.28em;
}
.nav-links { display: none; }
.nav-actions { display: flex; align-items: center; gap: 0.6rem; }
.nav-book { min-height: 2.75rem; padding: 0.55rem 1.2rem; font-size: 0.88rem; }
.nav-book .nav-book-long { display: none; }
@media (min-width: 480px) {
  .nav-book .nav-book-long { display: inline; }
  .nav-book .nav-book-short { display: none; }
}
.menu-btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  min-height: 2.75rem; padding: 0.4rem 1.1rem;
  border: 1px solid color-mix(in srgb, currentColor 72%, transparent);
  border-radius: var(--radius-pill); font-size: 0.9rem; font-weight: 530;
  background: color-mix(in srgb, var(--forest-900) 30%, transparent);
}
.site-nav.is-solid .menu-btn { background: transparent; }
.menu-btn .lines { display: inline-grid; gap: 4px; width: 1.05em; }
.menu-btn .lines span { height: 1.5px; background: currentColor; border-radius: 2px; transition: transform var(--dur-quick), opacity var(--dur-quick); }
.menu-btn[aria-expanded="true"] .lines span:nth-child(1) { transform: translateY(2.75px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .lines span:nth-child(2) { transform: translateY(-2.75px) rotate(-45deg); }

@media (min-width: 900px) {
  .menu-btn { display: none; }
  .nav-links {
    display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.2rem);
    list-style: none; margin: 0; padding: 0;
  }
  .nav-links a {
    text-decoration: none; font-size: 0.92rem; font-weight: 500;
    padding: 0.4rem 0.1rem; border-bottom: 1px solid transparent;
    transition: border-color var(--dur-quick);
  }
  .nav-links a:hover { border-color: color-mix(in srgb, currentColor 55%, transparent); }
}

/* Mobile menu sheet */
.menu-sheet {
  position: fixed; inset: 0; z-index: 90; display: grid;
  grid-template-rows: 1fr auto; padding: 6.5rem var(--gutter) var(--space-6);
  background: var(--forest-900); color: var(--on-dark);
  opacity: 0; visibility: hidden; transition: opacity 320ms var(--ease-scenic), visibility 320ms;
}
.menu-sheet.is-open { opacity: 1; visibility: visible; }
.menu-sheet nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.menu-sheet nav a {
  display: block; padding: 0.55rem 0; text-decoration: none;
  font-family: var(--font-serif); font-size: clamp(1.7rem, 6vw, 2.3rem); font-weight: 400;
}
.menu-sheet nav a small {
  font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: var(--track-caps);
  text-transform: uppercase; color: var(--moss-soft); display: inline-block; margin-left: 0.9em;
}
.menu-sheet .sheet-foot { display: grid; gap: var(--space-3); border-top: var(--hairline-dark); padding-top: var(--space-4); }
.menu-sheet .sheet-foot a { color: var(--on-dark-soft); text-decoration: none; font-size: var(--text-small); }
@media (min-width: 900px) { .menu-sheet { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: grid; align-items: end;
  color: var(--on-dark); overflow: clip;
  background: var(--forest-900);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: hero-drift 26s var(--ease-scenic) both; }
  @keyframes hero-drift {
    from { transform: scale(1.08); }
    to   { transform: scale(1); }
  }
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgb(18 25 16 / 0.5), rgb(18 25 16 / 0.16) 36%, rgb(16 22 14 / 0.42) 58%, rgb(13 18 11 / 0.9) 96%);
}
.hero-inner {
  position: relative; z-index: 1;
  padding-block: var(--space-8) var(--space-7);
  display: grid; gap: var(--space-4); justify-items: start;
}
.hero h1 {
  font-size: var(--text-display); font-weight: 380; line-height: var(--leading-tight);
  max-width: 13ch; letter-spacing: -0.01em;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.45), 0 6px 32px rgb(0 0 0 / 0.5);
}
.hero h1 em { font-weight: 420; }
.hero .lead {
  max-width: 34ch; color: var(--on-dark);
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.5), 0 4px 22px rgb(0 0 0 / 0.45);
}
.hero .eyebrow { text-shadow: 0 1px 2px rgb(0 0 0 / 0.55); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-2); }
.scroll-cue {
  position: absolute; z-index: 2; left: 50%; bottom: 1.1rem; translate: -50% 0;
  display: grid; justify-items: center; gap: 6px;
  color: var(--on-dark-soft); font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase;
  text-decoration: none;
}
.scroll-cue::after {
  content: ""; width: 1px; height: 2.4rem;
  background: linear-gradient(to bottom, currentColor, transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-cue { animation: cue-fade 3.2s ease-in-out infinite; }
  @keyframes cue-fade { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--space-8); position: relative; }
.section--dark { background: var(--forest-900); color: var(--on-dark); }
.section--parchment { background: var(--parchment); }
.section--flush-bottom { padding-bottom: 0; }

/* Path divider — the dotted trail between chapters */
.path-divider { display: grid; justify-items: center; padding-block: var(--space-2); color: var(--brass); }
.path-divider svg { width: min(9rem, 40vw); height: auto; overflow: visible; }
.path-divider .trail {
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-dasharray: 0.1 8;
}
.path-divider .seed { fill: currentColor; }
@media (prefers-reduced-motion: no-preference) {
  .path-divider svg { opacity: 0; transition: opacity 900ms var(--ease-scenic) 150ms; }
  .path-divider.is-in svg { opacity: 1; }
}

/* ---------- Plates (editorial images) ---------- */
.plate { margin: 0; display: grid; gap: 0.7rem; }
.plate img { width: 100%; border-radius: var(--radius-plate); object-fit: cover; }
.plate figcaption {
  font-size: 0.8rem; letter-spacing: 0.06em; color: var(--ink-soft);
  display: flex; align-items: center; gap: 0.6em;
}
.on-dark .plate figcaption { color: var(--on-dark-soft); }
.plate figcaption::before { content: ""; width: 1.4em; height: 1px; background: var(--brass); flex-shrink: 0; }

/* ---------- Chapter II: Destinations ---------- */
.destination-panel {
  position: relative;
  border-radius: 4px;
  overflow: clip;
  color: var(--on-dark);
  background: var(--panel-wash, var(--forest-800));
  display: grid;
}
.destination-panel + .destination-panel { margin-top: var(--space-5); }
.destination-panel .panel-media { position: relative; aspect-ratio: 4 / 3.4; }
.destination-panel .panel-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.destination-panel .panel-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 46%, var(--panel-wash, var(--forest-800)) 99%);
}
.destination-panel .panel-body {
  position: relative; padding: 0 clamp(1.25rem, 5vw, 2.75rem) clamp(1.75rem, 5vw, 2.75rem);
  display: grid; gap: var(--space-3); justify-items: start;
  margin-top: -2.5rem;
}
.destination-panel h3 { font-size: clamp(1.9rem, 5vw, 2.7rem); font-weight: 400; }
.destination-panel .story-line {
  font-family: var(--font-serif); font-style: italic; font-size: var(--text-h3);
  font-weight: 380; color: var(--panel-accent, var(--brass-soft)); line-height: 1.3;
}
.destination-panel .panel-pitch { max-width: 46ch; color: var(--on-dark-soft); margin: 0; }
.destination-panel .panel-foot {
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); margin-top: var(--space-2);
}
.destination-panel .panel-note { font-size: 0.78rem; color: var(--on-dark-soft); opacity: 0.85; }

@media (min-width: 900px) {
  .destinations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); align-items: stretch; }
  .destination-panel + .destination-panel { margin-top: 0; }
  .destination-panel:nth-child(2) { transform: translateY(var(--space-6)); }
  .destinations-grid { padding-bottom: var(--space-6); }
  .destination-panel .panel-media { aspect-ratio: 4 / 3; }
}

/* ---------- Chapter III: Recognition ---------- */
.recognition-grid { display: grid; gap: var(--space-7); }
.recognition-col > h3 {
  font-size: var(--text-h3); font-weight: 420; margin-bottom: 0.35rem;
}
.recognition-col > .where {
  font-size: var(--text-small); color: var(--moss-soft); margin-bottom: var(--space-4);
}
.recognition-group { border-top: var(--hairline-dark); padding: var(--space-3) 0 var(--space-4); }
.recognition-group h4 {
  font-family: var(--font-sans); font-size: var(--text-eyebrow); font-weight: 560;
  letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--brass-soft);
  margin-bottom: 0.6rem;
}
.recognition-group p { margin: 0; color: var(--on-dark-soft); font-size: 0.95rem; line-height: 1.75; }
.recognition-group p b { color: var(--on-dark); font-weight: 530; }
.recognition-group .names { font-family: var(--font-serif); font-size: 1.02rem; color: var(--on-dark); line-height: 1.9; }
.recognition-group .names .sep { color: var(--brass-soft); padding-inline: 0.35em; }
.recognition-note { margin-top: var(--space-2); font-size: 0.8rem; color: var(--moss-soft); max-width: 60ch; }
@media (min-width: 900px) {
  .recognition-grid { grid-template-columns: 1fr 1fr; gap: var(--space-6); }
}

/* ---------- Chapter IV: Philosophy ---------- */
.philosophy-chapter { display: grid; gap: var(--space-4); padding-block: var(--space-6); }
.philosophy-chapter + .philosophy-chapter { border-top: var(--hairline); }
.philosophy-chapter .word {
  font-size: clamp(2.2rem, 6vw, 3.4rem); font-weight: 390;
}
.philosophy-chapter .word .index {
  font-size: 0.42em; font-style: italic; font-weight: 380; color: var(--brass);
  vertical-align: 0.9em; margin-right: 0.5em; letter-spacing: 0.05em;
}
.philosophy-chapter .philosophy-text { display: grid; gap: var(--space-3); align-content: start; max-width: 46ch; }
.philosophy-chapter .philosophy-text .lead { margin: 0; }
.philosophy-chapter .detail { color: var(--ink-soft); margin: 0; }
@media (min-width: 900px) {
  .philosophy-chapter { grid-template-columns: 7fr 5fr; gap: var(--space-7); align-items: center; }
  .philosophy-chapter:nth-of-type(even) .plate { order: 2; }
  .philosophy-chapter:nth-of-type(even) .philosophy-text { justify-self: end; }
}

/* ---------- Chapter V: Experiences ---------- */
.experience-flow { display: grid; gap: var(--space-6); }
.experience-story { display: grid; gap: var(--space-4); align-items: start; }
.experience-story .exp-body { display: grid; gap: var(--space-2); justify-items: start; max-width: 46ch; }
.experience-story h3 { font-size: var(--text-h3); font-weight: 430; }
.experience-story .exp-place {
  font-size: var(--text-eyebrow); font-weight: 560; letter-spacing: var(--track-caps);
  text-transform: uppercase; color: var(--brass);
}
.experience-story p { color: var(--ink-soft); margin: 0; }
@media (min-width: 720px) {
  .experience-flow { grid-template-columns: 1fr 1fr; gap: var(--space-6) var(--space-5); }
  .experience-story:nth-child(even) { transform: translateY(var(--space-5)); }
  .experience-flow { padding-bottom: var(--space-5); }
}

/* ---------- Chapter VI: The growing collection ---------- */
.collection-path { position: relative; display: grid; gap: var(--space-6); padding-left: 2.1rem; max-width: 40rem; }
.collection-path::before {
  content: ""; position: absolute; left: 0.55rem; top: 0.5rem; bottom: 0.75rem;
  border-left: 1px dashed color-mix(in srgb, var(--brass) 55%, transparent);
}
.collection-stop { position: relative; display: grid; gap: 0.45rem; }
.collection-stop::before {
  content: ""; position: absolute; left: -2.1rem; top: 0.42rem;
  width: 0.68rem; height: 0.68rem; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--brass); margin-left: 0.24rem;
}
.collection-stop--future::before { background: var(--brass-soft); border-style: dashed; }
.collection-stop .stop-kicker {
  font-size: var(--text-eyebrow); letter-spacing: var(--track-caps); text-transform: uppercase;
  font-weight: 560; color: var(--brass);
}
.collection-stop h3 { font-size: var(--text-h3); font-weight: 430; }
.collection-stop p { margin: 0; color: var(--ink-soft); max-width: 52ch; }

/* ---------- Chapter VII: Guest stories ---------- */
.quotes-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: 100%;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  gap: var(--space-5); margin-block: var(--space-5);
}
.quotes-rail::-webkit-scrollbar { display: none; }
.quote-slide { scroll-snap-align: center; display: grid; gap: var(--space-4); justify-items: center; text-align: center; }
.quote-slide blockquote { margin: 0; max-width: 30ch; }
.quote-slide blockquote p {
  font-family: var(--font-serif); font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 390; line-height: 1.4; margin: 0; text-wrap: balance;
}
.quote-slide blockquote p::before { content: "“"; color: var(--brass); }
.quote-slide blockquote p::after { content: "”"; color: var(--brass); }
.quote-slide figcaption { font-size: var(--text-small); color: var(--ink-soft); letter-spacing: 0.04em; }
.quotes-nav { display: flex; justify-content: center; align-items: center; gap: var(--space-3); }
.quotes-nav button {
  width: 2.9rem; height: 2.9rem; border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent);
  display: inline-grid; place-items: center;
  transition: border-color var(--dur-quick), background-color var(--dur-quick);
}
.quotes-nav button:hover { border-color: var(--ink); background: var(--parchment); }
.quotes-nav .quotes-count { font-size: var(--text-small); color: var(--ink-soft); min-width: 3.5ch; text-align: center; font-variant-numeric: tabular-nums; }

/* ---------- Closing ---------- */
.closing {
  position: relative; min-height: 88svh; display: grid; align-items: center;
  color: var(--on-dark); overflow: clip; background: var(--forest-900);
}
.closing .closing-media { position: absolute; inset: 0; }
.closing .closing-media img { width: 100%; height: 100%; object-fit: cover; }
.closing .closing-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgb(20 26 16 / 0.55), rgb(20 26 16 / 0.28) 45%, rgb(16 22 14 / 0.82));
}
.closing-inner { position: relative; z-index: 1; display: grid; gap: var(--space-4); justify-items: center; text-align: center; padding-block: var(--space-9); }
.closing-inner .promise {
  font-family: var(--font-serif); font-style: italic; font-weight: 380;
  font-size: clamp(1.7rem, 4.5vw, 3rem); line-height: 1.3; max-width: 22ch; text-wrap: balance;
}
.closing-inner .owl-colophon { width: 3.4rem; opacity: 0.9; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-900); color: var(--on-dark-soft); padding-block: var(--space-7) var(--space-5); font-size: var(--text-small); }
.footer-grid { display: grid; gap: var(--space-6); }
.footer-brand { display: grid; gap: var(--space-3); justify-items: start; }
.footer-brand img { width: 2.6rem; }
.footer-brand .foot-word { font-family: var(--font-serif); color: var(--on-dark); font-size: 1.3rem; }
.footer-brand .foot-word small { display: block; font-family: var(--font-sans); font-size: 0.58rem; letter-spacing: 0.32em; text-transform: uppercase; margin-top: 0.3em; color: var(--moss-soft); }
.footer-col h4 { font-family: var(--font-sans); font-size: var(--text-eyebrow); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--brass-soft); font-weight: 560; margin-bottom: var(--space-3); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { text-decoration: none; transition: color var(--dur-quick); }
.footer-col a:hover { color: var(--on-dark); }
.footer-smallprint {
  border-top: var(--hairline-dark); margin-top: var(--space-6); padding-top: var(--space-4);
  display: grid; gap: var(--space-3); font-size: 0.78rem; color: var(--moss-soft); line-height: 1.7;
}
.footer-smallprint p { margin: 0; max-width: 72ch; }
@media (min-width: 720px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

/* ---------- Mobile book bar ---------- */
.book-bar {
  position: fixed; z-index: 80; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-3);
  padding: 0.6rem var(--gutter) calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, var(--parchment) 94%, transparent);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  transform: translateY(105%); transition: transform 380ms var(--ease-scenic);
}
.book-bar.is-visible { transform: translateY(0); }
.book-bar .bar-text { font-size: 0.82rem; color: var(--ink-soft); }
.book-bar .btn { min-height: 2.75rem; padding-block: 0.55rem; flex-shrink: 0; }
@media (min-width: 900px) { .book-bar { display: none; } }
@media (prefers-reduced-motion: reduce) { .book-bar { transition: none; } }

/* ---------- Booking dialog ---------- */
.book-dialog {
  border: 0; border-radius: 6px; padding: 0;
  width: min(92vw, 26rem); background: var(--parchment); color: var(--ink);
}
.book-dialog::backdrop { background: rgb(18 24 14 / 0.62); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.book-dialog .dialog-inner { padding: var(--space-5); display: grid; gap: var(--space-4); }
.book-dialog h2 { font-size: 1.6rem; font-weight: 420; }
.book-dialog .dialog-sub { color: var(--ink-soft); font-size: var(--text-small); margin: 0; }
.book-choice {
  display: grid; gap: 0.2rem; text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 4px; padding: 1rem 1.2rem;
  transition: border-color var(--dur-quick), background-color var(--dur-quick);
}
.book-choice:hover { border-color: var(--forest-700); background: var(--cream); }
.book-choice b { font-family: var(--font-serif); font-weight: 450; font-size: 1.15rem; }
.book-choice span { font-size: 0.85rem; color: var(--ink-soft); }
.book-dialog .dialog-close { justify-self: end; font-size: var(--text-small); color: var(--ink-soft); text-decoration: underline; min-height: 2.4rem; }
.book-dialog .dialog-contact { font-size: 0.85rem; color: var(--ink-soft); margin: 0; }
.book-dialog .dialog-contact a { color: var(--ink); }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity var(--dur-scenic) var(--ease-scenic), transform var(--dur-scenic) var(--ease-scenic); }
  .reveal.is-in { opacity: 1; transform: none; }
  .reveal-stagger > * { opacity: 0; transform: translateY(14px); transition: opacity var(--dur-scenic) var(--ease-scenic), transform var(--dur-scenic) var(--ease-scenic); }
  .reveal-stagger.is-in > * { opacity: 1; transform: none; }
  .reveal-stagger.is-in > *:nth-child(2) { transition-delay: 110ms; }
  .reveal-stagger.is-in > *:nth-child(3) { transition-delay: 220ms; }
  .reveal-stagger.is-in > *:nth-child(4) { transition-delay: 330ms; }
}

/* ---------- Utilities ---------- */
.on-dark { color: var(--on-dark); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
