/* ═══════════════════════════════════════════════
   Windrose Ranch — immersive scroll site
   Palette: parchment cream / deep forest ink / harvest gold
   ═══════════════════════════════════════════════ */

:root {
  --gold: #DB963D;
  --gold-soft: #e8b878;
  --cream: #f4eddd;
  --cream-dim: #e9dfc8;
  --ink: #14201a;
  --ink-2: #1d2d24;
  --dusk: #171420;
  --dusk-2: #221e30;
  --sage: #8fa383;

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Outfit", "Avenir Next", system-ui, sans-serif;

  --pad: clamp(1.25rem, 4vw, 4rem);

  /* honey-oak window wood */
  --wood-hi: #c99a5f;
  --wood: #ab7c46;
  --wood-lo: #7e5a30;
  --wood-edge: #5c3f1f;

  /* wood grain: stretched turbulence, horizontal + vertical cuts */
  --grain-h: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='72'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.014 0.42' numOctaves='3' seed='11'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.27 0 0 0 0 0.17 0 0 0 0 0.07 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='260' height='72' filter='url(%23w)'/%3E%3C/svg%3E");
  --grain-v: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='260'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.42 0.014' numOctaves='3' seed='7'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.27 0 0 0 0 0.17 0 0 0 0 0.07 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='72' height='260' filter='url(%23w)'/%3E%3C/svg%3E");

  /* shiplap board rhythm */
  --board: clamp(46px, 5.5vw, 88px);
}


/* Vertical shiplap: soft groove + lit edge per board. Light + dark variants. */
.panelling-light, .panelling-dark { position: relative; isolation: isolate; }
.panelling-light::before, .panelling-dark::before {
  content: ""; position: absolute; inset: 0;
  pointer-events: none;
  z-index: -1;
  background: repeating-linear-gradient(90deg,
    rgba(109, 89, 55, 0.075) 0px, rgba(109, 89, 55, 0.075) 1px,
    rgba(255, 253, 245, 0.5) 1px, rgba(255, 253, 245, 0.5) 2px,
    rgba(109, 89, 55, 0) 2px, rgba(109, 89, 55, 0) calc(var(--board) - 3px),
    rgba(109, 89, 55, 0.045) calc(var(--board) - 1px), rgba(109, 89, 55, 0.075) var(--board));
}
.panelling-dark::before {
  background: repeating-linear-gradient(90deg,
    rgba(0, 0, 0, 0.28) 0px, rgba(0, 0, 0, 0.28) 1px,
    rgba(244, 237, 221, 0.05) 1px, rgba(244, 237, 221, 0.05) 2px,
    rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) calc(var(--board) - 3px),
    rgba(0, 0, 0, 0.14) calc(var(--board) - 1px), rgba(0, 0, 0, 0.28) var(--board));
  opacity: 0.5;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

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

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }

/* ── Wood trim: a strip of oak nailed over the seam wherever the
      panelled wall meets full-bleed photography ── */
.trim {
  height: clamp(14px, 1.8vh, 22px);
  background-image: var(--grain-h), linear-gradient(180deg, var(--wood-hi) 0%, var(--wood) 48%, var(--wood-lo) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 214, 0.5),
    inset 0 -2px 3px rgba(61, 41, 20, 0.5),
    0 5px 12px -3px rgba(20, 32, 26, 0.4);
  position: relative;
  z-index: 3;
}

/* ─── Loader ─── */
.loader {
  position: fixed; inset: 0; z-index: 3000;
  background: var(--ink);
  display: grid; place-items: center;
  transition: opacity 0.7s ease 0.15s, visibility 0.7s ease 0.15s;
}
.loader__mark { width: min(180px, 34vw); color: var(--gold); }
.loader__mark path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: draw 1.4s ease forwards;
}
.loader__mark .wm-horizon { animation-delay: 0.15s; }
.loader__mark .wm-valley  { animation-delay: 0.35s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
body.is-loaded .loader { opacity: 0; visibility: hidden; }

/* ─── Nav ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--pad);
  transition: transform 0.45s ease, background 0.45s ease, box-shadow 0.45s ease, padding 0.45s ease;
}
/* a soft dusk scrim keeps the nav legible over bright photography at the
   top of the page; it fades out once the solid bar takes over on scroll */
.nav::before {
  content: ""; position: absolute;
  inset: 0 0 -1.8rem 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(13, 23, 17, 0.62), rgba(13, 23, 17, 0.3) 55%, transparent);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.nav.is-scrolled::before { opacity: 0; }
.nav:not(.is-scrolled) .nav__name,
.nav:not(.is-scrolled) .nav__links a {
  text-shadow: 0 1px 8px rgba(13, 23, 17, 0.55);
}
.nav.is-scrolled {
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-block: 0.7rem;
  box-shadow: 0 1px 0 rgba(20,32,26,0.08);
}
.nav.is-hidden { transform: translateY(-110%); }
.nav__brand { display: flex; align-items: center; gap: 0.7rem; }
.nav__mark { width: 42px; color: var(--gold); flex-shrink: 0; }
/* the mark draws itself as the loader hands off */
.nav__mark path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: draw 1.3s ease forwards;
}
.nav__mark path:nth-child(1) { animation-delay: 0.9s; }
.nav__mark path:nth-child(2) { animation-delay: 1.05s; }
.nav__mark path:nth-child(3) { animation-delay: 1.2s; }
@media (prefers-reduced-motion: reduce) {
  .nav__mark path { animation: none; stroke-dashoffset: 0; }
}
.nav__name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 1.15rem; letter-spacing: 0.02em;
  color: var(--cream);
  transition: color 0.45s ease;
}
.nav.is-scrolled .nav__name { color: var(--ink); }
.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); margin-left: 2rem; }
.nav__links a { white-space: nowrap; }
.nav__links a {
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream);
  transition: color 0.45s ease, opacity 0.2s;
}
.nav__links a:hover { opacity: 0.65; }
.nav.is-scrolled .nav__links a { color: var(--ink); }
.nav__links a span { color: var(--gold); margin-right: 0.25em; font-family: var(--font-display); font-style: italic; }
.nav__cta {
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 0.5em 1.2em;
  color: var(--gold) !important;
}
.nav__cta:hover { background: var(--gold); color: var(--ink) !important; opacity: 1 !important; }

/* burger (mobile only) */
.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 44px; height: 44px;
  padding: 10px;
  background: none; border: 0; cursor: pointer;
}
.nav__burger span {
  display: block; height: 2px; border-radius: 2px;
  background: var(--cream);
  transition: background 0.45s ease;
}
.nav.is-scrolled .nav__burger span { background: var(--ink); }
/* eight destinations don't fit inline below ~1100px — go to the menu */
@media (max-width: 1100px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
}

/* ── Full-screen mobile menu ── */
.mmenu {
  position: fixed; inset: 0;
  z-index: 1400;
  display: flex; flex-direction: column;
  background:
    radial-gradient(ellipse 130% 100% at 50% 0%, rgba(219,150,61,0.08), transparent 55%),
    var(--ink);
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
body.menu-open .mmenu { opacity: 1; visibility: visible; }
.mmenu__top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--pad);
}
.mmenu__mark { width: 42px; color: var(--gold); }
.mmenu__close {
  position: relative;
  width: 44px; height: 44px;
  background: none; border: 0; cursor: pointer;
}
.mmenu__close span {
  position: absolute; left: 10px; right: 10px; top: 50%;
  height: 2px; border-radius: 2px;
  background: var(--cream);
}
.mmenu__close span:first-child { transform: rotate(45deg); }
.mmenu__close span:last-child { transform: rotate(-45deg); }
.mmenu__links {
  flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  gap: clamp(1.1rem, 3.5svh, 2rem);
  padding: 0 clamp(1.8rem, 8vw, 4rem);
}
.mmenu__links a {
  display: flex; align-items: baseline; gap: 0.7em;
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(1.7rem, 7.5vw, 2.5rem);
  color: var(--cream);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.mmenu__links a span {
  font-size: 0.45em;
  font-style: italic;
  color: var(--gold);
}
body.menu-open .mmenu__links a { opacity: 1; transform: none; }
body.menu-open .mmenu__links a:nth-child(1) { transition-delay: 0.08s; }
body.menu-open .mmenu__links a:nth-child(2) { transition-delay: 0.14s; }
body.menu-open .mmenu__links a:nth-child(3) { transition-delay: 0.2s; }
body.menu-open .mmenu__links a:nth-child(4) { transition-delay: 0.26s; }
body.menu-open .mmenu__links a:nth-child(5) { transition-delay: 0.32s; }
.mmenu__foot {
  padding: 1.6rem var(--pad) 2.2rem;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 55%, var(--ink));
}

/* ═══ HERO ═══ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: var(--cream);
}

/* The zoom wrapper scales from "pressed against the lower pane" down
   to "window sits in the shiplap wall". */
.hero__zoom {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  /* Room shading (ceiling + side walls) sits UNDER the stripe layer, and a
     cream fade retires it before the section edge — so the bottom of the
     hero is pixel-identical to .panelling-light and melts into the
     manifesto with no seam. */
  background:
    repeating-linear-gradient(90deg,
      rgba(109, 89, 55, 0.075) 0px, rgba(109, 89, 55, 0.075) 1px,
      rgba(255, 253, 245, 0.5) 1px, rgba(255, 253, 245, 0.5) 2px,
      rgba(109, 89, 55, 0) 2px, rgba(109, 89, 55, 0) calc(var(--board) - 3px),
      rgba(109, 89, 55, 0.045) calc(var(--board) - 1px), rgba(109, 89, 55, 0.075) var(--board)),
    linear-gradient(180deg, rgba(244, 237, 221, 0) 70%, var(--cream) 94%),
    linear-gradient(180deg, rgba(20, 32, 26, 0.10) 0%, rgba(20, 32, 26, 0) 26%),
    linear-gradient(90deg, rgba(20, 32, 26, 0.08) 0%, rgba(20, 32, 26, 0) 16%, rgba(20, 32, 26, 0) 84%, rgba(20, 32, 26, 0.08) 100%),
    linear-gradient(180deg, #f7f1e3 0%, var(--cream) 60%, var(--cream) 100%);
  /* deliberately NOT will-change/promoted — see .hero__layer note */
}

/* Window: full-bleed by default (no JS / reduced motion).
   .hero--window (added by JS) turns it into the oak double-hung frame. */
.hero__window {
  position: absolute; inset: 0;
  background: transparent;
  container-type: inline-size; /* hero type sizes in cqw track the window */
}
.hero--window .hero__window {
  position: relative; inset: auto;
  /* true aspect of the photographed frame (848 × 872) */
  width: min(88vw, calc(min(68svh, 700px) * 0.9725));
  aspect-ratio: 848 / 872;
  height: auto;
}
.hero__scene {
  position: absolute; inset: 0;
  overflow: hidden;
  background: var(--ink);
}
/* scene sits behind the glass: the frame photo's pane bounding box,
   padded ~1.2% so the feathered wood edge always overlaps it */
.hero--window .hero__scene {
  left: 16.37%; top: 12.79%;
  width: 67.26%; height: 74.3%;
}
/* the photographed frame overlays the scene; panes are transparent */
.hero__framepng { display: none; }
.hero--window .hero__framepng {
  display: block; position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 4; pointer-events: none;
  filter: drop-shadow(0 20px 32px rgba(61, 41, 20, 0.32));
}
/* No layer promotion anywhere in the hero zoom. Promoted layers get
   re-rasterized tile-by-tile at each new scale during the scrub, which
   shows as blocky mixed-resolution patches in the sky; and a single
   promoted texture at full zoom can exceed the GPU texture limit on
   large displays, blanking the hero entirely. Unpromoted, the subtree
   repaints at the current scale every frame — consistent, no seams. */
.hero__layer { position: absolute; inset: 0; }
.hero__photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 0%;
  transform-origin: center;
}
/* The sky carries 16% headroom above the scene so it can drift down
   during the scrub without ever exposing a gap at the top. */
.hero__photo-sky { top: -16%; height: 116%; }

/* Contrast scrim: stronger top/bottom gradients + a radial pool of
   dusk behind the title so cream + gold hold up over the bright field. */
.hero__haze {
  background:
    radial-gradient(ellipse 64% 54% at 50% 44%, rgba(13,23,17,0.5), rgba(13,23,17,0) 70%),
    linear-gradient(180deg, rgba(20,32,26,0.5) 0%, rgba(20,32,26,0) 32%, rgba(20,32,26,0) 58%, rgba(20,32,26,0.62) 100%);
}

/* Glass sheen + inner shadow (sits above the scene, below mullions) */
.hero__glass {
  position: absolute; inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 18px rgba(10,18,13,0.25);
  background: linear-gradient(115deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 38%);
  opacity: 0;
}
.hero--window .hero__glass { opacity: 1; }

/* invisible marker: the photographed lower pane the camera flies through
   (percentages measured from window-frame.png by the extraction script) */
.hero__pane { display: none; }
.hero--window .hero__pane {
  display: block; position: absolute;
  left: 17.57%; top: 49.08%;
  width: 64.86%; height: 36.81%;
  visibility: hidden;
}

.hero__title {
  position: absolute; inset: 0;
  z-index: 6;
  pointer-events: none;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 0 var(--pad);
}
.hero__kicker {
  display: flex; align-items: center; gap: 0.8em;
  font-size: clamp(0.74rem, 1.5vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: #fffdf5;
  margin-bottom: 2.2rem;
  text-shadow:
    0 1px 2px rgba(13, 23, 17, 0.85),
    0 2px 6px rgba(13, 23, 17, 0.7),
    0 6px 22px rgba(13, 23, 17, 0.6);
}
.hero__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); display: inline-block; }
.hero__word {
  font-family: var(--font-display);
  font-weight: 340;
  color: var(--cream);
  line-height: 0.92;
  text-shadow:
    0 1px 2px rgba(13,23,17,0.45),
    0 4px 18px rgba(13,23,17,0.5),
    0 10px 60px rgba(13,23,17,0.6);
}
.hero__line {
  display: block;
  font-size: clamp(4.2rem, 15.5vw, 13.5rem);
  letter-spacing: 0.01em;
}
.hero__line .char { display: inline-block; }
.hero__line--sub {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-top: clamp(0.6rem, 2vw, 1.6rem);
}
.hero__ranch {
  font-size: clamp(2.2rem, 7.5vw, 6.2rem);
  font-style: italic;
  font-weight: 320;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  text-shadow: 0 1px 2px rgba(13,23,17,0.5), 0 4px 20px rgba(13,23,17,0.55);
}
.hero__mark {
  width: clamp(64px, 10vw, 150px);
  color: var(--gold);
  filter: drop-shadow(0 2px 3px rgba(13,23,17,0.55)) drop-shadow(0 6px 18px rgba(13,23,17,0.4));
}
.hero__mark path { stroke-dasharray: 700; stroke-dashoffset: 0; }
.hero__tag {
  margin-top: 2.6rem;
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--cream);
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(13,23,17,0.55), 0 3px 14px rgba(13,23,17,0.5);
}
/* the dusk pool sits over the lower pane, under the floating title */
.hero--window .hero__haze {
  background:
    radial-gradient(ellipse 64% 34% at 50% 72%, rgba(13,23,17,0.5), rgba(13,23,17,0) 70%),
    linear-gradient(180deg, rgba(20,32,26,0.35) 0%, rgba(20,32,26,0) 30%, rgba(20,32,26,0) 60%, rgba(20,32,26,0.6) 100%);
}

.hero__scroll {
  position: absolute; bottom: 4.5svh; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  z-index: 5;
}
.hero__scroll-line {
  width: 1px; height: 56px;
  background: linear-gradient(rgba(244,237,221,0.7) 0%, transparent 100%);
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; inset: 0;
  background: var(--gold);
  animation: scroll-drip 2.2s ease-in-out infinite;
}
@keyframes scroll-drip {
  0% { transform: translateY(-100%); }
  55% { transform: translateY(0); }
  100% { transform: translateY(102%); }
}
.hero__scroll-txt {
  font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--cream); opacity: 0.85; text-align: center;
  text-shadow: 0 1px 3px rgba(13,23,17,0.6);
}

/* ═══ MANIFESTO ═══ */
.manifesto {
  background: var(--cream);
  padding: clamp(6rem, 14vh, 11rem) var(--pad) clamp(7rem, 16vh, 13rem);
  position: relative;
}
.manifesto__inner { max-width: 1080px; margin: 0 auto; }
.manifesto__mark { width: 88px; color: var(--gold); margin-bottom: 3.5rem; }
.manifesto__text {
  font-family: var(--font-display);
  font-weight: 340;
  font-size: clamp(1.7rem, 4.6vw, 3.9rem);
  line-height: 1.18;
  letter-spacing: 0.005em;
  max-width: 30ch;
}
.mline { display: block; overflow: hidden; }
.mline > .mline-in { display: block; }
.manifesto__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 4.5rem;
  max-width: 780px;
  margin-left: auto;
}
.manifesto__cols p {
  font-size: 1.02rem; font-weight: 300;
  color: color-mix(in srgb, var(--ink) 78%, var(--cream));
}
.manifesto__cols p::first-letter { color: var(--gold); font-weight: 600; }

/* ═══ INTERLUDES (full-bleed parallax) ═══ */
.interlude {
  position: relative;
  height: 92svh;
  min-height: 520px;
  overflow: hidden;
  display: grid; place-items: center;
}
.interlude__img { position: absolute; inset: -18% 0; will-change: transform; }
.interlude__img img { width: 100%; height: 100%; object-fit: cover; }
.interlude::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,32,26,0.35), rgba(20,32,26,0.12) 45%, rgba(20,32,26,0.4));
}
.interlude__quote {
  position: relative; z-index: 2;
  font-family: var(--font-display);
  font-style: italic; font-weight: 320;
  font-size: clamp(1.9rem, 5.2vw, 4.4rem);
  line-height: 1.12;
  color: var(--cream);
  text-align: center;
  text-shadow: 0 4px 40px rgba(20,32,26,0.6);
  padding: 0 var(--pad);
  margin: 0;
}

/* ═══ CHAPTERS (shared) ═══ */
.chapter { position: relative; padding: clamp(6rem, 13vh, 10rem) var(--pad); overflow: clip; }
.chapter__head { max-width: 1200px; margin: 0 auto; position: relative; }
.chapter__no {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(5rem, 13vw, 11rem);
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -0.28em; right: 0;
  opacity: 0.12;
  pointer-events: none;
}
.chapter__title {
  font-family: var(--font-display);
  font-weight: 340;
  font-size: clamp(3rem, 8.5vw, 7rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
}
.chapter__intro {
  max-width: 46ch;
  margin-top: 2.2rem;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 300;
}

/* — 01 Hay: deep green — */
.chapter--hay { background: var(--ink); color: var(--cream); }
.chapter--hay .chapter__no { color: var(--gold); opacity: 0.22; }
.chapter--hay .chapter__intro { color: color-mix(in srgb, var(--cream) 82%, var(--ink)); }

/* Collage: overlapping parallax figures */
.collage {
  position: relative;
  max-width: 1280px;
  margin: clamp(4rem, 9vh, 7rem) auto 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.8rem, 2vw, 1.6rem);
}
.collage__item { position: relative; will-change: transform; margin: 0; display: flex; flex-direction: column; }
.collage__item img {
  width: 100%; flex: 1 1 auto; min-height: 0; object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45);
}
.collage__item figcaption {
  margin-top: 0.8rem;
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  opacity: 0.6;
  display: flex; align-items: center; gap: 0.6em;
}
.collage__item figcaption::before {
  content: ""; width: 1.6em; height: 1px; background: var(--gold); display: inline-block;
}
/* hay layout */
.c-hay-1 { grid-column: 1 / 8;  grid-row: 1; aspect-ratio: 4/2.9; }
.c-hay-2 { grid-column: 8 / 13; grid-row: 1; aspect-ratio: 4/3.4; margin-top: 18%; }
.c-hay-3 { grid-column: 2 / 7;  grid-row: 2; aspect-ratio: 4/3; margin-top: -6%; }
.c-hay-4 { grid-column: 7 / 12; grid-row: 2; aspect-ratio: 4/2.9; margin-top: 10%; }

/* clip reveal on scroll */
.clipimg { overflow: hidden; border-radius: 6px; }
.clipimg img { transform: scale(1.15); }

/* Hay services */


/* App card */
.app-card {
  position: relative;
  max-width: 1200px;
  margin: clamp(5rem, 11vh, 9rem) auto 0;
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  border: 1px solid rgba(219,150,61,0.35);
  border-radius: 14px;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  isolation: isolate;
}
.app-card__glow {
  position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(ellipse 80% 90% at 12% 10%, rgba(219,150,61,0.16), transparent 60%);
}
.app-card__badge {
  display: inline-block;
  font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(219,150,61,0.5);
  border-radius: 999px;
  padding: 0.45em 1.1em;
  margin-bottom: 1.6rem;
}
.app-card h3 {
  font-family: var(--font-display); font-weight: 340;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  margin-bottom: 1.1rem;
}
.app-card p { font-weight: 300; opacity: 0.85; max-width: 42ch; margin-bottom: 2rem; }
.app-card__img { margin: 0; }
.app-card__img img { border-radius: 1px; }
@media (max-width: 860px) {
  .app-card { grid-template-columns: 1fr; }
}

/* Inline text links (not buttons) get a visible affordance */
.chapter__intro a,
.place__crew a,
.an-sec__intro a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--gold) 55%, transparent);
  text-underline-offset: 3px;
}
.chapter__intro a:hover,
.place__crew a:hover {
  color: var(--gold);
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 999px;
  padding: 0.95em 1.9em;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { box-shadow: 0 12px 30px -8px rgba(219,150,61,0.55); }
.btn--cream { background: var(--cream); color: var(--dusk); }
.btn--ghost { border: 1px solid color-mix(in srgb, currentColor 45%, transparent); }

/* — 02 Herds: cream — */
.chapter--herds { background: var(--cream); color: var(--ink); }
.chapter--herds .chapter__no { color: var(--gold); opacity: 0.3; }
.chapter--herds .chapter__intro { color: color-mix(in srgb, var(--ink) 80%, var(--cream)); }
.chapter--herds .collage__item img { box-shadow: 0 30px 60px -22px rgba(20,32,26,0.4); }

.c-herd-1 { grid-column: 1 / 7;   grid-row: 1; aspect-ratio: 4/3; }
.c-herd-2 { grid-column: 8 / 12;  grid-row: 1; aspect-ratio: 3/4; margin-top: 24%; }
.c-herd-3 { grid-column: 3 / 10;  grid-row: 2; aspect-ratio: 16/8.5; margin-top: -4%; }
.c-herd-4 { grid-column: 10 / 13; grid-row: 2; aspect-ratio: 3/3.6; margin-top: 30%; }

.herd-split {
  max-width: 1200px;
  margin: clamp(5rem, 11vh, 9rem) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
}
.herd-split__col {
  border-top: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  padding-top: 2.2rem;
}
.herd-split__icon { width: 54px; color: var(--gold); margin-bottom: 1.4rem; }
.herd-split__col h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin-bottom: 0.9rem;
}
.herd-split__col p { font-weight: 300; max-width: 44ch; margin-bottom: 1.4rem; }
.herd-split__note {
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: color-mix(in srgb, var(--ink) 62%, var(--cream));
  display: inline-flex; align-items: center; gap: 0.7em;
}
.herd-split__note::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

/* — 03 Music: a cream-beadboard advertisement for the studio page — */
.chapter--studio { background: var(--cream); color: var(--ink); }
.chapter--studio .chapter__no { color: var(--gold); opacity: 0.3; }
.chapter--studio .chapter__intro { color: color-mix(in srgb, var(--ink) 80%, var(--cream)); }

.music-ad { max-width: 1200px; margin: clamp(2.2rem, 5vh, 3.4rem) auto 0; }
.music-ad__staff {
  display: block; width: 100%; height: auto;
  color: var(--gold);
  margin-bottom: clamp(1.4rem, 3.5vh, 2.4rem);
}
.music-ad__lines { stroke: color-mix(in srgb, var(--ink) 30%, var(--cream)); }
.music-ad__line {
  font-family: var(--font-display); font-weight: 340;
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
  line-height: 1.45;
  max-width: 44ch;
}
.music-ad__actions { margin-top: clamp(1.4rem, 3vh, 2rem); display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* — About us: cream, the people (and dogs) behind the place — */
.chapter--about { background: var(--cream); color: var(--ink); }
.chapter--about .chapter__intro { color: color-mix(in srgb, var(--ink) 80%, var(--cream)); }
.about__family {
  max-width: 1200px;
  margin: clamp(1.8rem, 4vh, 2.8rem) auto 0;
}
.about__family img {
  width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center top;
  border-radius: 14px; border: 1px solid rgba(20, 32, 26, 0.1);
  box-shadow: 0 24px 50px -30px rgba(20, 32, 26, 0.45);
}
.about__family figcaption,
.about__gallery figcaption {
  margin-top: 0.55rem;
  font-size: 0.82rem; font-weight: 300; font-style: italic;
  color: color-mix(in srgb, var(--ink) 60%, var(--cream));
}
.about__gallery {
  max-width: 1200px;
  margin: clamp(0.9rem, 2vw, 1.4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.about__gallery figure { margin: 0; }
.about__gallery img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 12px; border: 1px solid rgba(20, 32, 26, 0.1);
}
.about__dogs {
  max-width: 1200px;
  margin: clamp(2.6rem, 6vh, 4rem) auto 0;
  border-top: 1px solid rgba(20, 32, 26, 0.12);
  padding-top: clamp(1.8rem, 4vh, 2.6rem);
}
.about__sub { font-family: var(--font-display); font-weight: 380; font-size: 1.55rem; margin-bottom: 1rem; }
.about__dogs ul { list-style: none; padding: 0; display: grid; gap: 0.7rem; max-width: 72ch; }
.about__dogs li {
  position: relative; padding-left: 1.6rem;
  font-weight: 300; line-height: 1.6;
  color: color-mix(in srgb, var(--ink) 84%, var(--cream));
}
.about__dogs li::before { content: "❧"; position: absolute; left: 0; color: var(--gold); }
.about__dogs .about__gallery { margin-top: clamp(1.4rem, 3vh, 2.2rem); }
.about__more { max-width: 1200px; margin: clamp(2.2rem, 5vh, 3.2rem) auto 0; }
@media (max-width: 700px) {
  .about__gallery { grid-template-columns: 1fr 1fr; }
  .about__family img { aspect-ratio: 4 / 3; }
}

/* ═══ VISIT / FOOTER ═══ */
.visit { position: relative; overflow: hidden; background: var(--ink); color: var(--cream); }
.visit__img { position: absolute; inset: -15% 0; }
.visit__img img { width: 100%; height: 100%; object-fit: cover; }
.visit::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,32,26,0.55), rgba(20,32,26,0.86) 78%, var(--ink));
  z-index: 1;
}
.visit__panel {
  position: relative; z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(7rem, 16vh, 12rem) var(--pad) clamp(5rem, 11vh, 8rem);
  text-align: center;
}
.visit__mark { width: 92px; color: var(--gold); margin-bottom: 2.6rem; }
.visit__title {
  font-family: var(--font-display); font-weight: 330;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.98;
}
.visit__copy {
  max-width: 52ch; margin: 2rem auto 2.8rem;
  font-weight: 300; opacity: 0.88;
}
.visit__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.footer {
  position: relative; z-index: 2;
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
  padding: 1.6rem var(--pad) 2rem;
  font-size: 0.78rem; letter-spacing: 0.08em;
  opacity: 0.75;
  border-top: 1px solid rgba(244,237,221,0.14);
}
.footer__fine { color: var(--gold-soft); }

/* ── The tractor: heads in for the day whenever you reach the gate ── */
.tractor {
  position: absolute;
  bottom: 100%; left: 0;
  width: 96px;
  color: var(--gold);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
  transform: translateX(-140px);
  pointer-events: none;
  opacity: 0;
}
.tractor svg { display: block; }
.tr-wheel { transform-box: fill-box; transform-origin: center; }
.tractor--drive {
  opacity: 1;
  pointer-events: auto;
  animation: tractor-drive 15s linear forwards;
}
.tractor--drive .tr-wheel { animation: tr-spin 1.15s linear infinite; }
.tractor--drive .tr-wheel--front { animation-duration: 0.72s; }
@keyframes tractor-drive {
  from { transform: translateX(-140px); }
  to { transform: translateX(calc(100vw + 140px)); }
}
@keyframes tr-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) { .tractor { display: none; } }

/* ═══ Reveal defaults (JS animates; keep visible without JS) ═══ */
.reveal, .mline { opacity: 1; }

/* ═══ Season Clock hooks (scaffolding) ═══
   main.js sets <html data-season="spring|haying|fall|winter">.
   Seasonal art direction lands here — e.g.:
   [data-season="fall"] { --gold: #c8872f; }
   [data-season="winter"] .hero__haze { ... }
   Kept empty until each season's grade is designed on purpose. */

/* ═══ Reduced motion ═══ */
@media (prefers-reduced-motion: reduce) {
  .hero__scroll-line::after { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ═══ Small screens ═══ */
@media (max-width: 760px) {
  .hero__kicker { flex-direction: column; gap: 0.55em; letter-spacing: 0.24em; margin-bottom: 1.6rem; }
  .hero__dot { display: none; }
  .hero--window .hero__window {
    width: min(90vw, calc(min(58svh, 620px) * 0.9725));
  }
  .collage { grid-template-columns: 1fr; gap: 1.6rem; }
  .collage__item { grid-column: auto !important; grid-row: auto !important; margin-top: 0 !important; aspect-ratio: 4/3 !important; width: 100%; min-width: 0; max-width: 100%; }
  .c-herd-2, .c-herd-4 { aspect-ratio: 3/3.6 !important; width: 72%; margin-inline: auto; }
  .chapter__no { position: static; display: block; margin-bottom: 0.4rem; font-size: 4rem; }

  /* tighter editorial type so long lines never crowd the edges */
  .manifesto__text { font-size: clamp(1.35rem, 6.2vw, 3.9rem); }
  .manifesto__mark { width: 64px; margin-bottom: 2.2rem; }
  .manifesto__cols { margin-top: 3rem; gap: 1.6rem; }
  .hero__tag br { display: none; } /* let the tagline wrap naturally */

  /* contact buttons: full-width stack, no overflow on narrow phones */
  .visit__actions { flex-direction: column; align-items: stretch; }
  .visit__actions .btn {
    justify-content: center;
    font-size: 0.78rem;
    padding: 0.95em 1.2em;
    letter-spacing: 0.09em;
  }
  .footer { justify-content: center; text-align: center; gap: 0.4rem; flex-direction: column; }

  /* app card + services breathe better on small screens */
  .app-card { padding: 1.6rem 1.3rem 2rem; }
}

/* ── Herds chapter → animals/for-sale buttons ─────────────────────────── */
.herds__more { max-width: 1200px; margin: clamp(2.4rem, 5vh, 3.6rem) auto 0; display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ── From the farm stand — home teaser for /forsale listings ──────────── */
.stand { background: var(--cream); color: var(--ink); padding: clamp(4rem, 9vh, 7rem) var(--pad, clamp(1.25rem, 4vw, 4rem)); }
.stand__inner { max-width: 1200px; margin: 0 auto; }
.stand__title { font-family: var(--font-display); font-weight: 340; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1.8rem; }
.stand__title em { color: color-mix(in srgb, var(--gold) 75%, var(--ink)); font-style: normal; }
.stand__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.stand-card { background: #fffdf7; border: 1px solid rgba(20,32,26,.10); border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px -28px rgba(20,32,26,.35); display: flex; flex-direction: column; }
.stand-card__photo { aspect-ratio: 4/3; background: color-mix(in srgb, var(--cream) 70%, #fff); }
.stand-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stand-card__body { padding: 1.1rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.stand-card__cat { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: color-mix(in srgb, var(--gold) 65%, var(--ink)); }
.stand-card__title { font-family: var(--font-display); font-weight: 420; font-size: 1.2rem; }
.stand-card__price { margin-top: auto; padding-top: .5rem; font-weight: 600; }
.stand__more { margin-top: 2rem; }
.stand__more .btn { text-decoration: none; }

/* ── The crew + the iron (hay chapter: operators & public equipment) ──── */
.crew { max-width: 1200px; margin: clamp(3.5rem, 8vh, 6rem) auto 0; }
.crew__title {
  font-family: var(--font-display); font-weight: 340;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  margin-bottom: 1.6rem;
}
.crew__list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1rem, 2.5vw, 1.8rem); }
.crew__list li { border-left: 2px solid var(--gold); padding: 0.2rem 0 0.3rem 1.1rem; display: flex; flex-direction: column; gap: 0.35rem; }
.crew__list strong { font-family: var(--font-display); font-weight: 420; font-size: 1.15rem; }
.crew__list em { font-style: normal; font-weight: 300; font-size: 0.9rem; opacity: 0.68; line-height: 1.5; }
.crew__cols { display: grid; gap: clamp(1.6rem, 3.5vw, 2.8rem); align-items: center; }
@media (min-width: 880px) { .crew__cols { grid-template-columns: 1.15fr 1fr; } .crew__cols .crew__list { grid-template-columns: 1fr; } }
.crew__photo { margin: 0; }
.crew__photo img { display: block; width: 100%; border-radius: 14px; border: 1px solid rgba(244, 237, 221, 0.1); }
.crew__photo figcaption { margin-top: 0.6rem; font-size: 0.82rem; font-weight: 300; opacity: 0.6; font-style: italic; }
.crew__gallery {
  margin-top: clamp(1.6rem, 3.5vh, 2.4rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.crew__gallery figure { margin: 0; }
.crew__gallery-wide { grid-column: 1 / -1; }
.crew__gallery img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 12px; border: 1px solid rgba(244, 237, 221, 0.1);
}
.crew__gallery-wide img { aspect-ratio: 2 / 1; object-position: center top; }
.crew__gallery figcaption { margin-top: 0.55rem; font-size: 0.82rem; font-weight: 300; opacity: 0.6; font-style: italic; }
@media (max-width: 700px) {
  .crew__gallery { grid-template-columns: 1fr 1fr; }
  .crew__gallery-wide img { aspect-ratio: 4 / 3; }
}

/* ── The making of hay (hay chapter: 5-step strip) ────────────────────── */
.haymaking { max-width: 1200px; margin: clamp(3.5rem, 8vh, 6rem) auto 0; }
.haymaking__title {
  font-family: var(--font-display); font-weight: 340;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  margin-bottom: 0.6rem;
}
.haymaking__custom {
  font-style: italic;
  font-size: 0.62em;
  color: var(--gold-soft);
  white-space: nowrap;
}
.haymaking__intro { font-weight: 300; font-size: 0.97rem; opacity: 0.72; margin-bottom: 1.8rem; max-width: 60ch; }
.haymaking__car { position: relative; }
.haymaking__steps {
  list-style: none; margin: 0; counter-reset: none;
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 0.8rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(219, 150, 61, 0.5) transparent;
}
.haymaking__steps li {
  /* one dominant slide with an honest sliver of the next — reads as a
     carousel, not a two-up grid */
  flex: 0 0 min(72vw, 860px);
  scroll-snap-align: center;
  display: flex; flex-direction: column; gap: 0.3rem;
}
.haymaking__media {
  position: relative;
  margin: 0 0 0.55rem;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(244, 237, 221, 0.1);
}
.haymaking__media img {
  display: block; width: 100%;
  height: clamp(300px, 52vh, 500px);
  object-fit: cover;
}
.haymaking__dots {
  display: flex; justify-content: center; gap: 0.55rem;
  margin-top: 0.9rem;
}
.haymaking__dots button {
  width: 11px; height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(219, 150, 61, 0.65);
  background: transparent;
  padding: 0; cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.haymaking__dots button:hover { transform: scale(1.25); }
.haymaking__dots button.on { background: var(--gold); }

/* ── Kind words ribbon: quotes drift past under the haymaking carousel ── */
.quotes-ribbon {
  margin: clamp(2.8rem, 7vh, 4.5rem) calc(-1 * var(--pad)) 0;
  border-block: 1px solid rgba(244, 237, 221, 0.12);
  padding: 1.15rem 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.quotes-ribbon__track {
  display: block;
  white-space: nowrap;
  width: max-content;
  animation: quotes-drift 60s linear infinite;
  will-change: transform;
}
.quotes-ribbon:hover .quotes-ribbon__track { animation-play-state: paused; }
@keyframes quotes-drift { to { transform: translateX(-50%); } }
.quotes-ribbon__item {
  display: inline-block;
  padding-right: clamp(2.5rem, 6vw, 4.5rem);
  font-family: var(--font-display); font-weight: 340; font-style: italic;
  font-size: clamp(1.02rem, 2.1vw, 1.3rem);
  color: color-mix(in srgb, var(--cream) 88%, var(--ink));
}
.quotes-ribbon__item em {
  font-style: normal; font-family: var(--font-body);
  font-weight: 300; font-size: 0.82em;
  color: var(--gold-soft);
}
@media (prefers-reduced-motion: reduce) {
  .quotes-ribbon__track { animation: none; }
}
.hay-cta { max-width: 1200px; margin: clamp(2rem, 5vh, 3rem) auto 0; }
.haymaking__vid {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.haymaking__steps li.is-playing .haymaking__vid { opacity: 1; }
.haymaking__hint {
  position: absolute; right: 0.75rem; bottom: 0.7rem;
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(219, 150, 61, 0.6);
  background: color-mix(in srgb, var(--ink) 72%, transparent);
  backdrop-filter: blur(4px);
  color: var(--gold-soft);
  font-size: 0.7rem;
  transition: opacity 0.35s ease;
}
.haymaking__steps li.is-playing .haymaking__hint { opacity: 0; }
@media (max-width: 760px) {
  .haymaking__steps li { flex-basis: 84vw; }
  .haymaking__media img { height: clamp(220px, 36vh, 340px); }
  .haymaking__car .seasons__nav { display: none; }
}
.haymaking__num {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.15rem; color: var(--gold); line-height: 1;
}
.haymaking__steps strong { font-family: var(--font-display); font-weight: 420; font-size: 1.1rem; }
.haymaking__steps em { font-style: normal; font-weight: 300; font-size: 0.86rem; opacity: 0.68; line-height: 1.5; }

.iron { max-width: 1200px; margin: clamp(3.5rem, 8vh, 6rem) auto 0; }
.iron__title {
  font-family: var(--font-display); font-weight: 340;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  margin-bottom: 1.6rem;
}
.iron__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1rem, 2.5vw, 1.8rem); }
.iron-card {
  background: var(--ink-2);
  border: 1px solid rgba(244, 237, 221, 0.1);
  border-radius: 14px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
/* Photos sit on a cream panel so white-background product shots + cutouts
   both read cleanly against the dark chapter. */
.iron-card__photo { background: var(--cream); padding: 0.9rem; display: grid; place-items: center; min-height: 150px; }
.iron-card__photo img { max-height: 130px; width: auto; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.iron-card__body { padding: 1.1rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.3rem; }
.iron-card__name { font-family: var(--font-display); font-weight: 420; font-size: 1.12rem; }
.iron-card__meta { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-soft); }
.iron-card__blurb { font-weight: 300; font-size: 0.9rem; opacity: 0.72; line-height: 1.5; }

/* ── 04 The place — the farm story ───────────────────────────────────── */
.chapter--place { background: var(--ink); color: var(--cream); }
.chapter--place .chapter__no { color: var(--gold); opacity: 0.22; }
.chapter--place .chapter__intro { color: color-mix(in srgb, var(--cream) 82%, var(--ink)); }
.place__prose {
  max-width: 1200px;
  margin: clamp(2.6rem, 6vh, 4rem) auto 0;
  columns: 2 34ch; column-gap: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: color-mix(in srgb, var(--cream) 85%, var(--ink));
}
.place__prose p { break-inside: avoid; margin-bottom: 1.2rem; }
/* ── The mountains around us (place chapter gallery) ─────────────────── */
.place__gallery {
  max-width: 1200px;
  margin: clamp(2.2rem, 5vh, 3.4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.place__gallery figure { margin: 0; }
.place__gallery img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 12px; border: 1px solid rgba(244, 237, 221, 0.1);
}
.place__gallery figcaption {
  margin-top: 0.7rem;
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  opacity: 0.6;
  display: flex; align-items: center; gap: 0.6em;
}
.place__gallery figcaption::before {
  content: ""; width: 1.6em; height: 1px; background: var(--gold); display: inline-block;
}
/* Wild gallery: a figure with a video plays it over the photo on hover
   (tap toggles on touch), same feel as the haymaking steps. */
.wild__media { position: relative; display: block; cursor: pointer; }
.wild__vid {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 12px;
  opacity: 0; transition: opacity 0.45s ease;
  pointer-events: none;
}
.place__gallery figure.is-playing .wild__vid { opacity: 1; }
.place__gallery figure.is-playing .haymaking__hint { opacity: 0; }

/* ── Seasons of Windrose: a big scroll-snap carousel ──────────────────── */
.seasons { max-width: none; margin: clamp(2.6rem, 6vh, 4rem) auto 0; }
.seasons__title {
  max-width: 1200px;
  margin: 0 auto 1.4rem;
  font-family: var(--font-display); font-weight: 380;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
}
.seasons__car { position: relative; }
.seasons__track {
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 max(var(--pad), calc((100vw - 1200px) / 2)) 0.8rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(219, 150, 61, 0.5) transparent;
}
.seasons__slide {
  margin: 0;
  flex: 0 0 min(76vw, 920px);
  scroll-snap-align: center;
  position: relative;
}
.seasons__slide img {
  display: block; width: 100%;
  height: clamp(320px, 58vh, 560px);
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(244, 237, 221, 0.1);
}
.seasons__alt {
  position: absolute; inset: 0;
  width: 100%; height: 100% !important;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}
.seasons__slide:hover .seasons__alt,
.seasons__slide:focus-within .seasons__alt { opacity: 1; }
.seasons__vid { object-fit: cover; }
.seasons__slide figcaption {
  position: absolute; left: 1.1rem; bottom: 1.1rem; right: 1.1rem;
  display: flex; align-items: baseline; gap: 0.7em;
  background: color-mix(in srgb, var(--ink) 72%, transparent);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 0.7rem 1rem;
}
.seasons__slide strong {
  font-family: var(--font-display); font-weight: 420; font-size: 1.15rem;
  color: var(--gold-soft);
  white-space: nowrap;
}
.seasons__slide span { font-weight: 300; font-size: 0.88rem; opacity: 0.85; line-height: 1.4; }
.seasons__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(219, 150, 61, 0.6);
  background: color-mix(in srgb, var(--ink) 80%, transparent);
  backdrop-filter: blur(4px);
  color: var(--gold-soft);
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.seasons__nav:hover { background: var(--gold); color: var(--ink); }
.seasons__nav--prev { left: clamp(0.6rem, 2vw, 1.6rem); }
.seasons__nav--next { right: clamp(0.6rem, 2vw, 1.6rem); }
@media (max-width: 760px) {
  .seasons__slide { flex-basis: 86vw; }
  .seasons__slide img { height: clamp(260px, 44vh, 420px); }
  .seasons__nav { display: none; } /* thumbs do the driving */
}
.place__crew {
  max-width: 1200px;
  margin: clamp(2.6rem, 6vh, 4rem) auto 0;
  border-top: 1px solid rgba(244, 237, 221, 0.12);
  padding-top: clamp(1.8rem, 4vh, 2.6rem);
}
.place__crew-title { font-family: var(--font-display); font-weight: 380; font-size: 1.55rem; margin-bottom: 1rem; }
.place__crew ul { list-style: none; padding: 0; display: grid; gap: 0.7rem; max-width: 72ch; }
.place__crew li {
  position: relative; padding-left: 1.5rem;
  font-weight: 300; line-height: 1.6;
  color: color-mix(in srgb, var(--cream) 85%, var(--ink));
}
.place__crew li::before { content: "❧"; position: absolute; left: 0; color: var(--gold); }
.place__crew-gallery {
  margin-top: clamp(1.4rem, 3vh, 2.2rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.place__crew-gallery figure { margin: 0; }
.place__crew-gallery img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 12px; border: 1px solid rgba(244, 237, 221, 0.1);
}
.place__crew-gallery figcaption { margin-top: 0.55rem; font-size: 0.82rem; font-weight: 300; opacity: 0.6; font-style: italic; }
.place__crew a { color: var(--gold-soft); }
.place__vow {
  margin-top: clamp(1.8rem, 4vh, 2.6rem);
  max-width: 58ch;
  font-family: var(--font-display);
  font-weight: 360;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.45;
  color: var(--cream);
}

/* ── Testimonials — "Kind words" ─────────────────────────────────────── */
.chapter--words { background: var(--cream); color: var(--ink); }
.chapter--words .chapter__no { color: var(--gold); opacity: 0.3; }
.chapter--words .chapter__intro { color: color-mix(in srgb, var(--ink) 80%, var(--cream)); }
.testi__grid {
  max-width: 1200px;
  margin: clamp(3rem, 7vh, 5rem) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.2rem);
}
.testi-card {
  background: #fffdf7;
  border: 1px solid rgba(20, 32, 26, 0.10);
  border-radius: 16px;
  padding: 2rem 1.9rem 1.8rem;
  box-shadow: 0 18px 40px -26px rgba(20, 32, 26, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.testi-card__quote {
  font-family: var(--font-display);
  font-weight: 380;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  line-height: 1.42;
  color: var(--ink);
}
.testi-card__who { display: flex; align-items: center; gap: 0.85rem; margin-top: auto; }
.testi-card__photo {
  width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: none;
  border: 2px solid rgba(219, 150, 61, 0.55);
}
.testi-card__badge {
  width: 54px; height: 54px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--gold) 20%, #fffdf7);
  color: var(--gold); font-family: var(--font-display); font-size: 1.4rem;
}
.testi-card__name { display: block; font-family: var(--font-display); font-style: italic; font-size: 1.08rem; color: color-mix(in srgb, var(--gold) 55%, var(--ink)); }
.testi-card__town { display: block; font-size: 0.82rem; color: color-mix(in srgb, var(--ink) 55%, var(--cream)); }
.testi__more { text-align: center; margin-top: clamp(2.4rem, 5vh, 3.4rem); }
/* Standalone testimonials page: darker header band on the cream page */
.testi-page { background: var(--cream); color: var(--ink); min-height: 100vh; padding: clamp(6rem, 12vh, 9rem) 6vw clamp(4rem, 9vh, 7rem); }
.testi-page__head { max-width: 1200px; margin: 0 auto clamp(2rem, 5vh, 3.4rem); }
.testi-page__back { font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: color-mix(in srgb, var(--ink) 60%, var(--cream)); }
.testi-page__title { font-family: var(--font-display); font-weight: 340; font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1; margin: 0.6rem 0 0.4rem; }
.testi-page__sub { max-width: 46ch; font-weight: 300; color: color-mix(in srgb, var(--ink) 78%, var(--cream)); }
.testi-page .testi__grid { margin-top: 0; }
