/* ==========================================================================
   Blue Ridge Setters - site.css
   Palette + type system ported from the approved design draft:
   parchment / deep pine / collar orange (+ leather, ridge mist),
   Libre Caslon Text (display) + Karla (UI/body).
   ========================================================================== */

/* --------------------------------------------------------------- 1. Tokens */
:root {
  /* Colour */
  --parchment:      #f7f2e7;
  --parchment-2:    #ede4d2;
  --parchment-3:    #e2d6bf;
  --cream:          #F1E9D6;   /* brand cream - used for text on pine + backers */
  --pine:           #14332a;
  --pine-2:         #245243;
  --pine-3:         #0d221c;
  --orange:         #d2571e;  /* graphic / fills only */
  --orange-deep:    #b8480f;  /* CTA fill, cream text - 4.9:1 */
  --orange-ink:     #a8410f;  /* link + small text on light - 5.5:1 */
  --leather:        #6e4a2c;
  --mist:           #7c948c;   /* brand ridge mist (grey-green, never blue) */
  --ink:            #23211d;
  --ink-soft:       #4b463d;
  --rule:           rgba(20, 51, 42, .16);
  --rule-dark:      rgba(251, 247, 239, .20);

  /* Type */
  --font-display: "Libre Caslon Text", "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-ui:      "Karla", "Segoe UI", system-ui, -apple-system, Helvetica, Arial, sans-serif;

  --step--1: clamp(.82rem, .79rem + .14vw, .9rem);
  --step-0:  clamp(1rem, .96rem + .2vw, 1.09rem);
  --step-1:  clamp(1.2rem, 1.12rem + .38vw, 1.45rem);
  --step-2:  clamp(1.45rem, 1.3rem + .72vw, 1.95rem);
  --step-3:  clamp(1.75rem, 1.5rem + 1.24vw, 2.65rem);
  --step-4:  clamp(2.1rem, 1.6rem + 2.4vw, 3.9rem);

  /* Space */
  --gutter: clamp(1.15rem, .8rem + 1.6vw, 2.5rem);
  --band-y: clamp(3.5rem, 2.4rem + 4.4vw, 7rem);
  --measure: 62ch;
  --wrap: 1200px;
  --wrap-narrow: 760px;
  --radius: 3px;

}

/* ---------------------------------------------------------------- 2. Reset */
*, *::before, *::after { box-sizing: border-box; }
/* Any explicit `display` on a component beats the UA rule for [hidden], which
   silently un-hides buttons the JS meant to hide. Make [hidden] win. */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--step-0);
  line-height: 1.65;
  overflow-wrap: break-word;
}

img, video, svg { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.14; margin: 0 0 .5em; letter-spacing: -.005em; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); font-family: var(--font-ui); font-weight: 700; letter-spacing: .02em; }
p, ul, ol, dl { margin: 0 0 1.1em; }
p { max-width: var(--measure); }

a { color: var(--orange-ink); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--pine); }

:focus-visible {
  outline: 3px solid var(--orange-deep);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute; left: .5rem; top: -100px; z-index: 200;
  background: var(--pine); color: var(--cream);
  padding: .7rem 1.1rem; border-radius: var(--radius); font-weight: 700;
}
.skip-link:focus { top: .5rem; color: var(--cream); }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* --------------------------------------------------------------- 3. Layout */
.wrap { width: min(100% - (var(--gutter) * 2), var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - (var(--gutter) * 2), var(--wrap-narrow)); margin-inline: auto; }

.band { padding-block: var(--band-y); position: relative; }
.band--parchment { background: var(--parchment); }
.band--parchment-2 { background: var(--parchment-2); }
.band--pine { background: var(--pine); color: var(--cream); }
.band--pine h1, .band--pine h2, .band--pine h3 { color: var(--cream); }
.band--pine a { color: #f0b795; }
.band--pine a:hover { color: var(--cream); }
.band--tight { padding-block: clamp(2rem, 1.4rem + 2.4vw, 3.75rem); }

.eyebrow {
  font-family: var(--font-ui);
  font-size: var(--step--1);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange-ink);
  margin: 0 0 .75rem;
}
.band--pine .eyebrow { color: #e79a6b; }

.lede { font-size: var(--step-1); line-height: 1.5; color: var(--ink-soft); max-width: 54ch; }
.band--pine .lede { color: rgba(251, 247, 239, .84); }

.rule-mark { display: block; width: 62px; height: 3px; background: var(--orange); margin: 0 0 1.5rem; }

.grid { display: grid; gap: clamp(1.25rem, .9rem + 1.4vw, 2.25rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }

/* -------------------------------------------------------------- 4. Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: var(--step--1);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .95rem 1.6rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--orange-deep); color: var(--cream); border-color: var(--orange-deep); }
.btn--primary:hover { background: var(--pine); border-color: var(--pine); color: var(--cream); }
.btn--ghost { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn--ghost:hover { background: var(--pine); color: var(--cream); }
.band--pine .btn--ghost,
.hero .btn--ghost { color: var(--cream); border-color: rgba(251,247,239,.65); }
.band--pine .btn--ghost:hover,
.hero .btn--ghost:hover { background: var(--cream); color: var(--pine); border-color: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

/* ------------------------------------------------- 5. Header / nav / drawer */
.site-header {
  position: sticky; top: 0; inset-inline: 0; z-index: 60;
  background: var(--pine);
  padding-block: clamp(.5rem, .35rem + .6vw, .9rem);
}
/* Only the home page has a photographic hero for the nav to sit on. */
body:has(.hero--plain) .site-header,
body:has(.herofull) .site-header {
  position: absolute;
  background: transparent;
  padding-block: clamp(.6rem, .4rem + .8vw, 1.1rem);
}
.site-header--solid {
  position: sticky; top: 0;
  background: var(--pine);
  box-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
/* The supplied lockup is a stacked square (heads over wordmark), so it needs
   real height before the wordmark is legible. */
.brand img { height: clamp(58px, 4.4vw + 32px, 96px); width: auto; }
.brand__fallback { display: none; }

/* Desktop link row */
.nav { display: none; }
@media (min-width: 62rem) {
  .nav { display: block; }
  .nav__list { display: flex; align-items: center; gap: clamp(1rem, .3rem + 1.5vw, 2.1rem); list-style: none; margin: 0; padding: 0; }
  .nav__link {
    font-family: var(--font-ui);
    font-size: var(--step--1);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cream);
    text-decoration: none;
    padding: .45rem 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }
  .nav__link:hover { color: var(--cream); border-bottom-color: var(--orange); }
  .nav__link[aria-current="page"] { border-bottom-color: var(--orange); }
  .nav__link--cta {
    border: 2px solid rgba(251,247,239,.6);
    border-radius: var(--radius);
    padding: .5rem 1.05rem;
  }
  .nav__link--cta:hover { background: var(--cream); color: var(--pine); border-color: var(--cream); }
}

/* Hamburger */
.nav-toggle {
  display: inline-flex; align-items: center; gap: .55rem;
  background: transparent; border: 0; cursor: pointer;
  color: var(--cream);
  font-family: var(--font-ui); font-weight: 700; font-size: var(--step--1);
  letter-spacing: .14em; text-transform: uppercase;
  padding: .6rem .35rem; margin-right: -.35rem;
  min-height: 44px;
}
.nav-toggle__bars { display: block; width: 26px; height: 2px; background: currentColor; position: relative; }
.nav-toggle__bars::before,
.nav-toggle__bars::after { content: ""; position: absolute; left: 0; width: 26px; height: 2px; background: currentColor; }
.nav-toggle__bars::before { top: -8px; }
.nav-toggle__bars::after { top: 8px; }
@media (min-width: 62rem) { .nav-toggle { display: none; } }

/* Drawer */
.drawer-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(13, 34, 28, .6);
  opacity: 0; visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.drawer {
  position: fixed; top: 0; right: 0; z-index: 100;
  width: min(88vw, 380px); height: 100dvh; height: 100vh;
  background: var(--pine);
  color: var(--cream);
  transform: translateX(100%);
  visibility: hidden; /* also removes drawer links from the tab order when closed */
  transition: transform .26s ease, visibility .26s ease;
  display: flex; flex-direction: column;
  padding: 1.1rem var(--gutter) 2rem;
  overflow-y: auto;
  box-shadow: -12px 0 40px rgba(0,0,0,.3);
}
.drawer.is-open { transform: translateX(0); visibility: visible; }
@media (prefers-reduced-motion: reduce) {
  .drawer, .drawer-backdrop { transition: none; }
}
.drawer__head { display: flex; justify-content: flex-end; }
.drawer__close {
  background: transparent; border: 0; color: var(--cream); cursor: pointer;
  font-family: var(--font-ui); font-weight: 700; font-size: var(--step--1);
  letter-spacing: .14em; text-transform: uppercase;
  padding: .7rem .35rem; min-height: 44px;
}
.drawer__list { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.drawer__list li + li { border-top: 1px solid var(--rule-dark); }
.drawer__link {
  display: block;
  padding: 1rem 0;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: var(--step-2);
  line-height: 1.2;
}
.drawer__link:hover, .drawer__link:focus-visible { color: #f0b795; }
.drawer__link[aria-current="page"] { color: #f0b795; }
.drawer__link--sub { font-size: var(--step-1); padding-left: 1.1rem; opacity: .9; }
.drawer__foot { margin-top: auto; padding-top: 2rem; font-size: var(--step--1); color: rgba(251,247,239,.72); }
body.nav-open { overflow: hidden; }
@media (min-width: 62rem) {
  .drawer, .drawer-backdrop { display: none; }
}

/* ----------------------------------------------------------------- 6. Hero */
.hero {
  position: relative;
  min-height: clamp(520px, 88vh, 900px);
  display: grid;
  align-items: end;
  background: var(--pine-3);
  overflow: hidden;
  isolation: isolate;
}
.hero__media {
  position: absolute; inset: 0; z-index: -2;
}
.hero__media img, .hero__media video {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
}
/* Two-axis scrim. The left column carries the type, so it gets the weight;
   the right stays clear so the photograph is still the photograph. Needed once
   the hero became a bright sunset rather than a dark pine ground. */
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(11,28,23,.82) 0%, rgba(11,28,23,.55) 34%, rgba(11,28,23,.12) 66%, rgba(11,28,23,0) 100%),
    linear-gradient(to bottom, rgba(11,28,23,.62) 0%, rgba(11,28,23,.18) 28%, rgba(11,28,23,.16) 60%, rgba(11,28,23,.52) 100%);
}
/* Collar orange disappears against a sunset. On the hero the eyebrow goes
   warm-cream instead, and everything picks up a shadow. */
.hero .eyebrow { color: #f6e0cd; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.hero__inner {
  padding-block: clamp(6rem, 12vh, 9rem) clamp(5rem, 16vh, 10rem);
  color: var(--cream);
}
.hero h1 { color: var(--cream); max-width: 16ch; text-shadow: 0 2px 22px rgba(0,0,0,.35); }
.hero__sub {
  font-size: var(--step-1);
  max-width: 46ch;
  color: rgba(251,247,239,.92);
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
}
.hero--short { min-height: clamp(340px, 52vh, 520px); }
/* Interior-page hero: pine ground with the graded ridge photo sitting on the
   bottom edge. Uses the same --tx-ridge swap point as the section dividers. */
/* Interior pages get NO big photographic header. A short pine title block,
   with the photograph appearing CONTAINED further down the page. */
.pagehead { background: var(--pine); color: var(--cream); padding-block: clamp(5.5rem, 4rem + 6vw, 8rem) clamp(1.75rem, 1.4rem + 1.6vw, 3rem); }
.pagehead h1 { color: var(--cream); margin: 0; }
.pagehead .eyebrow { color: #e79a6b; }
.pagehead p { color: rgba(251,247,239,.86); margin: .6rem 0 0; max-width: 52ch; }
.hero--short .hero__inner { padding-block: clamp(6rem, 14vh, 9rem) clamp(3rem, 8vh, 5rem); }

.hero__cue {
  position: absolute; left: 50%; bottom: clamp(1rem, 3vh, 2.25rem);
  transform: translateX(-50%);
  color: rgba(251,247,239,.8);
  font-size: var(--step--1); letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; z-index: 3;
  display: inline-flex; flex-direction: column; align-items: center; gap: .35rem;
}
.hero__cue::after { content: ""; width: 1px; height: 26px; background: currentColor; animation: cue 2.4s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: scaleY(.4); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero__cue::after { animation: none; } }

/* ------------------------------------------- 7. Section transitions
   The treeline / misty-ridge graphics are gone: they were never cleanly
   transparent and rendered stretched and distorted. Transitions are plain CSS
   gradients now - no artwork, nothing to distort. */
.tx { display: none; }            /* legacy hook so any stale markup no-ops */

/* Hero -> content: resolve the photograph into the page colour. */
.hero__fade {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: clamp(90px, 12vh, 190px);
  z-index: 2; pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(247,242,231,.55) 62%, var(--parchment) 100%);
}

/* Soft edge into or out of a band, without a divider element. */
.band--fade-top    { background-image: linear-gradient(to bottom, var(--parchment-2) 0%, transparent 16%); }
.band--fade-bottom { background-image: linear-gradient(to top,    var(--parchment-2) 0%, transparent 16%); }
.band--pine.band--soft {
  background-image:
    linear-gradient(to bottom, rgba(247,242,231,.14) 0%, transparent 10%),
    linear-gradient(to top,    rgba(247,242,231,.09) 0%, transparent 10%);
}

/* Parallax underlay: kept for ONE moment, and it is a plain tinted photo now,
   not ridge artwork. The image comes from an inline background-image. */
.parallax { position: relative; isolation: isolate; overflow: hidden; background: var(--parchment-2); }
.parallax__layer {
  position: absolute; inset: -18% 0 -18% 0; z-index: -1;
  background-size: cover; background-position: center 55%;
  opacity: .38; will-change: transform;
}
.parallax__veil {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, var(--parchment) 0%, rgba(247,242,231,.68) 24%, rgba(247,242,231,.68) 76%, var(--parchment) 100%);
}
@media (prefers-reduced-motion: reduce) { .parallax__layer { transform: none !important; } }

/* ---------------------------------------------------- 8. Media / photo slots
   Photo slots keep their aspect box whether the placeholder or a real photo is
   in them - Courtney's photos drop in with zero relayout. */
.slot {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--parchment-3);
  border-radius: var(--radius);
}
.slot > img, .slot > video, .slot > iframe {
  width: 100%; height: 100%; object-fit: cover; display: block; border: 0;
}
.slot--16x9 { aspect-ratio: 16 / 9; }
.slot--3x2  { aspect-ratio: 3 / 2; }
.slot--4x5  { aspect-ratio: 4 / 5; }
.slot--1x1  { aspect-ratio: 1 / 1; }
.slot__tag {
  position: absolute; left: .5rem; bottom: .5rem;
  background: rgba(20,51,42,.86); color: var(--cream);
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  padding: .3rem .55rem; border-radius: 2px;
}

figure { margin: 0 0 1.5rem; }
figcaption { font-size: var(--step--1); color: var(--ink-soft); margin-top: .5rem; }

/* ---------------------------------------------------------------- 9. Cards */
.card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card__body { padding: clamp(1rem, .8rem + .6vw, 1.5rem); flex: 1; display: flex; flex-direction: column; }
.card__body > :last-child { margin-bottom: 0; }
.card h3 { margin-bottom: .35rem; }
.card__meta { font-size: var(--step--1); color: var(--ink-soft); letter-spacing: .06em; text-transform: uppercase; margin: 0 0 .6rem; }
.card__link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.card__link:hover { color: inherit; }
.card:has(.card__link:hover), .card:has(.card__link:focus-visible) {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(20,51,42,.13);
}
.card__more { margin-top: auto; padding-top: .9rem; font-weight: 700; font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--orange-ink); }

/* Big split cards (Sires / Dams) */
.split-card { position: relative; display: block; text-decoration: none; color: var(--cream); border-radius: var(--radius); overflow: hidden; }
.split-card .slot { border-radius: 0; }
.split-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,34,28,.86) 0%, rgba(13,34,28,.28) 55%, rgba(13,34,28,.12) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.1rem, .8rem + 1vw, 2rem);
}
.split-card__overlay h3 { font-size: var(--step-2); color: var(--cream); margin-bottom: .2rem; }
.split-card__overlay p { color: rgba(251,247,239,.86); margin: 0; font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.split-card:hover .split-card__overlay { background: linear-gradient(to top, rgba(13,34,28,.9) 0%, rgba(13,34,28,.4) 60%, rgba(13,34,28,.2) 100%); }

/* ------------------------------------------------------------ 10. Dog grid */
.dog-card .card__meta { color: var(--leather); }
.dog-card .slot { border-radius: 0; }

.spec-list { list-style: none; margin: 0; padding: 0; }
.spec-list li { display: flex; flex-wrap: wrap; gap: .35rem 1rem; padding: .7rem 0; border-bottom: 1px solid var(--rule); }
.spec-list dt, .spec-list__label {
  flex: 0 0 auto; min-width: 11rem;
  font-size: var(--step--1); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--pine-2);
}
.spec-list__value { flex: 1 1 14rem; min-width: 0; }
.band--pine .spec-list li { border-bottom-color: var(--rule-dark); }
.band--pine .spec-list__label { color: rgba(241,233,214,.72); }

/* ----------------------------------------------------------- 11. Slideshow */
.slideshow { position: relative; }
.slideshow__viewport { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--parchment-3); }
.slideshow__slide { display: none; }
.slideshow__slide.is-active { display: block; }
.slideshow__controls { display: flex; align-items: center; gap: .6rem; margin-top: .9rem; flex-wrap: wrap; }
.slideshow__btn {
  background: transparent; border: 2px solid var(--pine); color: var(--pine);
  border-radius: var(--radius); cursor: pointer;
  min-width: 44px; min-height: 44px;
  font-size: 1rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
}
.slideshow__btn:hover { background: var(--pine); color: var(--cream); }
.slideshow__dots { display: flex; gap: .4rem; margin-left: auto; }
.slideshow__dot {
  width: 12px; height: 12px; padding: 0; border-radius: 50%;
  border: 2px solid var(--pine); background: transparent; cursor: pointer;
}
.slideshow__dot.is-active { background: var(--orange-deep); border-color: var(--orange-deep); }
.slideshow__dot-hit { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; }
/* No-JS: show every slide stacked rather than hiding all but one. */
.no-js .slideshow__slide { display: block; margin-bottom: .75rem; }
.no-js .slideshow__controls { display: none; }

/* ---------------------------------------------------------------- 12. Forms */
.form { display: grid; gap: 1.1rem; max-width: 44rem; }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 700; font-size: var(--step--1); letter-spacing: .06em; text-transform: uppercase; color: var(--pine-2); }
.field .hint { font-size: var(--step--1); color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--font-ui); font-size: var(--step-0);
  padding: .8rem .9rem;
  border: 1px solid var(--pine-2);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--ink);
  width: 100%;
  min-width: 0;
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:invalid:not(:placeholder-shown) { border-color: var(--orange-deep); }
.fieldset { border: 1px solid var(--rule); border-radius: var(--radius); padding: 1rem 1.1rem; margin: 0; }
.fieldset legend { font-weight: 700; font-size: var(--step--1); letter-spacing: .08em; text-transform: uppercase; padding-inline: .4rem; color: var(--pine-2); }
.check-row { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .5rem; }
.check-row input { width: auto; min-height: 22px; min-width: 22px; margin-top: .25rem; }
.check-row label { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: var(--step-0); color: var(--ink); }
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: var(--step--1); color: var(--ink-soft); }

/* ------------------------------------------------------------- 13. Callouts */
.callout {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
}
.callout > :last-child { margin-bottom: 0; }
.band--pine .callout { background: rgba(251,247,239,.08); color: var(--cream); }

/* Placeholders: subtle and low-contrast, not glaring brackets. They read as
   quiet grey notes-to-self, easy to scan for but never shouting on the page. */
.ph {
  color: color-mix(in srgb, var(--ink-soft) 62%, transparent);
  background: none;
  border-bottom: 1px dotted color-mix(in srgb, var(--ink-soft) 35%, transparent);
  padding: 0 .1em;
  font-style: italic;
  font-size: .92em;
}
.band--pine .ph { color: rgba(251,247,239,.5); border-bottom-color: rgba(251,247,239,.28); }

.breadcrumbs { font-size: var(--step--1); letter-spacing: .06em; margin-bottom: 1rem; color: var(--ink-soft); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--rule); }

/* -------------------------------------------------------------- 14. Footer */
.site-footer { background: var(--pine-3); color: rgba(251,247,239,.82); padding-block: clamp(2.5rem, 2rem + 2.4vw, 4.5rem) 2rem; }
.site-footer h2, .site-footer h3 { color: var(--cream); font-size: var(--step-0); font-family: var(--font-ui); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .9rem; }
.site-footer a { color: rgba(251,247,239,.86); text-decoration: none; }
.site-footer a:hover { color: #f0b795; text-decoration: underline; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: .28rem 0; }
.site-footer__brand img { height: 84px; width: auto; margin-bottom: .9rem; }
.site-footer__bottom {
  margin-top: clamp(1.75rem, 1.4rem + 1.6vw, 3rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule-dark);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-size: var(--step--1);
}

/* ---------------------------------------------------------- 15. Post / prose */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.6em; }
.prose img, .prose .slot { margin-block: 1.75rem; }
.prose blockquote {
  margin: 1.75rem 0; padding: .2rem 0 .2rem 1.3rem;
  border-left: 3px solid var(--orange);
  font-family: var(--font-display); font-size: var(--step-1); line-height: 1.45;
}
.post-meta { font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1rem; }

/* --------------------------------------------------------- 16. Gallery grid */
.gallery { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }

/* ------------------------------------------------------------- 17. Overflow */
/* Hard rule: vertical scrolling only on phones. */
.tx, .parallax, .hero { max-width: 100%; }

/* ====================================================== 18. Hero rotation
   Stacked stills that crossfade. Slide 1 is opaque in CSS so the hero is
   never blank without JS, or if a renderer pauses transitions. */
.hero__rotator { position: absolute; inset: 0; z-index: -2; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero__slide:first-child, .hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: none; }
}
/* Mobile gets the uncropped portrait frame; desktop gets the 16:9 slice. */
.hero__slide picture { display: block; width: 100%; height: 100%; }

/* ======================================================== 19. Video section
   A muted ambient loop. Never the sole carrier of meaning - the poster and the
   surrounding copy say the same thing. */
.videoband { position: relative; overflow: hidden; background: var(--pine-3); }
.videoband__media { position: absolute; inset: 0; z-index: 0; }
.videoband__media video, .videoband__media img { width: 100%; height: 100%; object-fit: cover; }
.videoband__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(13,34,28,.86) 0%, rgba(13,34,28,.62) 45%, rgba(13,34,28,.30) 100%);
}
.videoband__inner { position: relative; z-index: 2; color: var(--cream); padding-block: clamp(4rem, 3rem + 6vw, 8rem); }
.videoband__inner h2 { color: var(--cream); }
.videoband__inner .lede { color: rgba(251,247,239,.88); }
/* Collar orange is far too dark to sit on a photograph. Same fix as the hero. */
.videoband__inner .eyebrow { color: #e79a6b; }

/* Inline clip inside a normal band (dog pages, field ability) */
.clip { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--pine-3); }
.clip video { width: 100%; height: auto; display: block; }

/* ======================================================= 20. Chapter scroll
   Full-bleed photo per chapter with one short line over it. */
.chapter {
  position: relative;
  /* Tall on purpose. Most of these are 3:4 phone portraits, and a short band
     would crop them so hard that heads leave the frame. */
  min-height: clamp(520px, 94vh, 940px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--pine-3);
}
.chapter__media { position: absolute; inset: 0; z-index: 0; }
/* Bias upward: faces sit in the top half of these frames, and the copy lives
   over the bottom, so anything lost should be lost from the bottom. */
.chapter__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.chapter__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(13,34,28,.88) 0%, rgba(13,34,28,.34) 45%, rgba(13,34,28,.18) 100%);
}
.chapter__inner {
  position: relative; z-index: 2;
  color: var(--cream);
  padding-block: clamp(2.5rem, 2rem + 3vw, 5rem);
}
.chapter__num {
  font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: #e79a6b;
  margin: 0 0 .6rem;
}
.chapter__line {
  font-family: var(--font-display);
  font-size: var(--step-3);
  line-height: 1.18;
  color: var(--cream);
  max-width: 20ch;
  margin: 0 0 .8rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.42);
}
.chapter__body { color: rgba(251,247,239,.9); max-width: 46ch; margin: 0; }

/* ============================================================ 21. Blog grid
   Uniform cards. The 16:9 cover-cropped thumbnail is what stops a blog index
   from looking ragged - every card is exactly the same height. */
.postgrid { display: grid; gap: clamp(1.25rem, .9rem + 1.4vw, 2rem); grid-template-columns: 1fr; }
@media (min-width: 44rem) { .postgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .postgrid { grid-template-columns: repeat(3, 1fr); } }

.postcard { background: var(--cream); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.postcard a { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.postcard .slot { border-radius: 0; }
.postcard__body { padding: clamp(1rem, .85rem + .5vw, 1.4rem); display: flex; flex-direction: column; flex: 1; }
.postcard__meta { font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 .5rem; }
.postcard h3 { font-size: var(--step-1); margin: 0 0 .45rem; }
.postcard p { font-size: var(--step-0); color: var(--ink-soft); margin: 0 0 1rem; }
.postcard__more { margin-top: auto; font-weight: 700; font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--orange-ink); }
.postcard:has(a:hover), .postcard:has(a:focus-visible) { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(20,51,42,.13); }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.chip {
  font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .5rem 1rem; border-radius: 999px;
  border: 1px solid var(--pine-2); background: transparent; color: var(--pine);
  cursor: pointer; min-height: 44px;
}
.chip:hover { background: var(--pine); color: var(--cream); }
.chip[aria-pressed="true"] { background: var(--pine); color: var(--cream); border-color: var(--pine); }
.postcard[hidden] { display: none; }

/* Post body: one narrow column, no sidebar. */
.post { max-width: 680px; margin-inline: auto; }
.post > p, .post > h2, .post > h3, .post > ul, .post > ol, .post > blockquote { max-width: none; }

/* ========================================================= 22. Dog profiles */
.dogheader { display: grid; gap: clamp(1.5rem, 1rem + 2vw, 3rem); align-items: center; }
@media (min-width: 56rem) { .dogheader { grid-template-columns: 1fr 1.05fr; } }
.dogheader__label { font-size: var(--step--1); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange-ink); margin: 0 0 .5rem; }
.dogtags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.dogtag {
  font-size: var(--step--1); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .35rem .75rem; border-radius: 999px;
  background: var(--parchment-2); color: var(--pine); border: 1px solid var(--rule);
}
.dogtag--coat { background: var(--pine); color: var(--cream); border-color: var(--pine); }

/* The Cross - sire x dam pairing card */
.cross { background: var(--cream); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.cross__pair { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; }
.cross__side { position: relative; }
.cross__side .slot { border-radius: 0; }
.cross__side figcaption {
  text-align: center; padding: .9rem .6rem .2rem;
  font-family: var(--font-display); font-size: var(--step-1); color: var(--pine); margin: 0;
}
.cross__role { display: block; font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.cross__x {
  font-family: var(--font-display); font-size: var(--step-3); color: var(--orange);
  padding-inline: clamp(.4rem, 2vw, 1.5rem);
  align-self: center;
}
.cross__foot { padding: clamp(1rem, .85rem + .6vw, 1.6rem); border-top: 1px solid var(--rule); }
.status-pill {
  display: inline-block; font-size: var(--step--1); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--pine); color: var(--cream);
  padding: .4rem .9rem; border-radius: 999px; margin-bottom: .8rem;
}
.status-pill--open { background: var(--orange-deep); }

/* ============================================================= 23. Steps */
.steps { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.steps li::before {
  content: counter(step);
  font-family: var(--font-display); font-size: var(--step-2); line-height: 1;
  color: var(--orange); min-width: 1.6em;
}
.steps h3 { margin: 0 0 .2rem; font-size: var(--step-1); }
.steps p { margin: 0; }
.band--pine .steps li::before { color: #e79a6b; }

/* ====================================================== 24. Media utilities */
.media-note { font-size: var(--step--1); color: var(--ink-soft); margin-top: .5rem; }
.site-footer__tag { font-size: var(--step--1); color: rgba(251,247,239,.7); margin: 0; }
.slot--21x9 { aspect-ratio: 21 / 9; }
.slot > picture { display: block; width: 100%; height: 100%; }
.slot > picture > img { width: 100%; height: 100%; object-fit: cover; }

/* ==================================================== 25. Contained showpiece
   Interior pages use a CONTAINED image with a small caption sitting in one
   corner - not a full-bleed header that buries the dogs. */
.showpiece { position: relative; border-radius: var(--radius); overflow: hidden; }
.showpiece img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* A tall portrait in a full-width container renders enormous; cap the height
   and let it crop rather than dominate the page. */
.showpiece--cap { max-height: 68vh; }
.showpiece--cap img { max-height: 68vh; object-position: center 35%; }
.showpiece__caption {
  position: absolute; left: 0; bottom: 0;
  max-width: min(88%, 34ch);
  background: var(--pine);
  color: var(--cream);
  padding: clamp(.8rem, .6rem + .6vw, 1.25rem) clamp(1rem, .8rem + .8vw, 1.6rem);
  border-radius: 0 var(--radius) 0 0;
}
.showpiece__caption > * { margin: 0; }
.showpiece__caption h2, .showpiece__caption p.h {
  font-family: var(--font-display); font-size: var(--step-2); color: var(--cream); line-height: 1.1;
}
.showpiece__caption .sub { font-size: var(--step--1); color: rgba(251,247,239,.8); margin-top: .3rem; }
.showpiece__caption--tr { left: auto; right: 0; bottom: auto; top: 0; border-radius: 0 0 0 var(--radius); }

/* ================================================ 26. Button on a photograph
   An outlined pine button disappears against a dark photo. Anything sitting on
   an image gets a solid fill. */
.btn--onphoto {
  background: var(--cream); color: var(--pine); border-color: var(--cream);
}
.btn--onphoto:hover { background: var(--orange-deep); color: var(--cream); border-color: var(--orange-deep); }

/* ===================================================== 27. Story (alternating)
   Photo one side, text the other, alternating down the page. */
.storyrow { display: grid; gap: clamp(1.5rem, 1rem + 3vw, 4rem); align-items: center; }
@media (min-width: 56rem) {
  .storyrow { grid-template-columns: 1fr 1fr; }
  .storyrow:nth-child(even) .storyrow__media { order: 2; }
}
.storyrow + .storyrow { margin-top: clamp(3rem, 2rem + 5vw, 6rem); }
.storyrow__media { border-radius: var(--radius); overflow: hidden; }
.storyrow__media img { width: 100%; height: auto; display: block; }
.storyrow__num {
  font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--orange-ink);
  margin: 0 0 .6rem;
}
.storyrow__body h2 { margin-bottom: .5rem; }

/* ============================================== 28. Caption card over a photo
   A clean caption card half-overlapping the lower corner of the image, rather
   than text floating loose underneath it. */
.capshot { position: relative; padding-bottom: clamp(2rem, 1.5rem + 2vw, 3rem); }
.capshot__img { border-radius: var(--radius); overflow: hidden; }
.capshot__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.capshot__card {
  position: absolute; left: clamp(.6rem, 3%, 1.25rem); bottom: 0;
  max-width: min(90%, 30ch);
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: .7rem .95rem;
  box-shadow: 0 6px 18px rgba(20,51,42,.14);
}
.capshot__card p { margin: 0; font-size: var(--step--1); line-height: 1.4; }
.capshot__card strong { display: block; font-family: var(--font-display); font-size: var(--step-0); font-weight: 400; }


/* ================================================ 30. Plain hero (one still)
   No overlaid headline, no rotation. The photograph carries it; only a small
   kicker sits over the image. */
.hero--plain {
  min-height: 0;
  display: block;
  background: var(--parchment);
}
.hero--plain .hero__rotator { position: relative; inset: auto; z-index: 0; }
.hero--plain .hero__slide { position: relative; opacity: 1; }
.hero--plain .hero__slide img {
  width: 100%; height: auto; display: block;
  max-height: 82vh; object-fit: cover; object-position: center 30%;
}
/* The nav sits on the photograph, and a bright patch of it made one link
   unreadable. A gradient (not a graphic) restores contrast across the top. */
.hero--plain .hero__rotator::after {
  content: "";
  position: absolute; inset: 0 0 auto 0;
  height: clamp(150px, 24vh, 280px);
  background: linear-gradient(to bottom, rgba(11,28,23,.78) 0%, rgba(11,28,23,.42) 48%, rgba(11,28,23,0) 100%);
  z-index: 2; pointer-events: none;
}
.hero--plain .hero__inner {
  position: absolute; left: 0; right: 0; top: 0;
  padding-block: clamp(6.5rem, 5rem + 6vw, 9rem) 0;
  z-index: 3;
}
.hero__kicker {
  font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--cream);
  text-shadow: 0 1px 14px rgba(0,0,0,.7), 0 0 34px rgba(0,0,0,.5);
  margin: 0;
}

/* ============================================== 31. The one full-bleed moment */
.fullbleed { position: relative; }
.fullbleed img { width: 100%; height: clamp(320px, 56vh, 620px); object-fit: cover; object-position: center 40%; display: block; }
.fullbleed__caption {
  position: absolute; left: 0; bottom: clamp(1rem, 4vh, 3rem);
  background: var(--pine); color: var(--cream);
  padding: clamp(.8rem, .6rem + .6vw, 1.2rem) clamp(1.1rem, .9rem + 1vw, 1.8rem);
  border-radius: 0 var(--radius) var(--radius) 0;
  max-width: min(90%, 40ch);
}
.fullbleed__caption .h { font-family: var(--font-display); font-size: var(--step-2); margin: 0; color: var(--cream); }

/* ================================================== 32. Missing-photo marker
   A slot with no distinct photo left. Never fill it by reusing another image. */
.need-photo {
  display: block;
  border: 1px dashed color-mix(in srgb, var(--ink-soft) 40%, transparent);
  background: color-mix(in srgb, var(--ink-soft) 6%, transparent);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  font-size: var(--step--1);
  color: var(--ink-soft);
  font-style: italic;
  margin: 0;
}
.band--pine .need-photo { color: var(--cream); background: rgba(240,183,149,.14); border-color: #e79a6b; }


/* ======================================================== 34. Depth & texture
   §11.13 - no flat photos on flat cream. Sections get a belton-fleck texture,
   soft blurred colour blobs, an accent ring, and offset colour blocks behind
   featured photos. All CSS, all in palette, all subtle. */

/* Belton fleck: the breed's own ticked coat, as a background. */
.tex-fleck { position: relative; isolation: isolate; }
.tex-fleck::before {
  content: "";
  position: absolute; inset: 0; z-index: -2;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(20,51,42,.14) 0 1.4px, transparent 1.6px),
    radial-gradient(circle at 63% 8%,  rgba(20,51,42,.11) 0 1.9px, transparent 2.1px),
    radial-gradient(circle at 84% 47%, rgba(110,74,44,.12) 0 1.5px, transparent 1.7px),
    radial-gradient(circle at 33% 71%, rgba(20,51,42,.10) 0 2.2px, transparent 2.4px),
    radial-gradient(circle at 47% 39%, rgba(110,74,44,.09) 0 1.2px, transparent 1.4px);
  background-size: 190px 190px, 250px 250px, 310px 310px, 220px 220px, 160px 160px;
  opacity: .85;
  pointer-events: none;
}
.band--pine .tex-fleck::before,
.tex-fleck--dark::before {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(251,247,239,.10) 0 1.4px, transparent 1.6px),
    radial-gradient(circle at 63% 8%,  rgba(251,247,239,.08) 0 1.9px, transparent 2.1px),
    radial-gradient(circle at 84% 47%, rgba(231,154,107,.10) 0 1.5px, transparent 1.7px),
    radial-gradient(circle at 33% 71%, rgba(251,247,239,.07) 0 2.2px, transparent 2.4px);
}

/* Decorative blurred colour blobs and accent ring/arc REMOVED site-wide
   (David's instruction: kill every half-circle / arc shape). The `.blobs` and
   `.ring` classes are kept as harmless no-ops so any leftover markup is inert;
   their circle/arc pseudo-elements are gone. */
.blobs { position: relative; }
.blobs::before, .blobs::after { content: none; display: none; }
.ring { position: relative; }
.ring::after, .ring--left::after { content: none; display: none; }

/* Offset colour block behind a featured photo. */
.offset-block { position: relative; }
.offset-block > * { position: relative; z-index: 1; }
.offset-block::before {
  content: "";
  position: absolute; z-index: 0;
  inset: auto auto -18px -18px;
  width: 62%; height: 72%;
  background: var(--pine);
  border-radius: var(--radius);
}
.offset-block--orange::before { background: var(--orange-deep); }
.offset-block--right::before { inset: -18px -18px auto auto; }
@media (prefers-reduced-motion: no-preference) {
  .offset-block > * { transition: transform .3s ease; }
}

/* ==================================================== 35. Cut-out dog cards
   Large PINE card behind each dog. The dog is shown WHOLE (object-fit: contain)
   anchored to the card's bottom, and a solid pine name-plate sits over the very
   bottom - so the feet tuck behind it. (David's supplied cut-out PNGs have the
   paws cropped right at the image edge; seating them into the plate hides that
   so nothing reads as a chopped paw against the card.) */
.dogcards { display: grid; gap: clamp(1.5rem, 1rem + 2vw, 2.25rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.dogcard {
  position: relative;
  display: block;
  text-decoration: none;
  background: var(--pine);
  border-radius: calc(var(--radius) * 3);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  transition: transform .2s ease, box-shadow .2s ease;
}
.dogcard:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(13,34,28,.22); }
.dogcard:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 3px; }
.dogcard__dog {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: clamp(.9rem, 4%, 1.75rem) clamp(.6rem, 4%, 1.4rem) 0;
  filter: drop-shadow(0 8px 12px rgba(13,34,28,.30));
  pointer-events: none;
}
.dogcard__plate {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: clamp(2.5rem, 16%, 4.5rem) 1rem clamp(1rem, 6%, 1.5rem);
  text-align: center;
  background: linear-gradient(to top,
    var(--pine) 0%, var(--pine) 34%, rgba(20,51,42,.72) 62%, rgba(20,51,42,0) 100%);
}
.dogcard__name {
  display: block;
  font-family: var(--font-display);
  font-size: var(--step-2);
  color: var(--cream);
  line-height: 1.1;
}
.dogcard__role {
  display: block;
  font-size: var(--step--1);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(251,247,239,.72);
  margin-top: .3rem;
}

/* ============================================ 36. LOCKED page-hero component
   One format for every interior page (Our Dogs / Litter / In the Field /
   Contact / etc.) — matches page-hero-reference.html exactly. Full-width box,
   43/20, rounded, thin pine border + soft shadow. Per-image object-position is
   set inline via the `focus=` shortcode so no head is cut. The HOME page uses
   .herofull (full-bleed, no border) and is unaffected. */
.pagehero { padding-block: clamp(1.75rem, 1.4rem + 1.6vw, 3rem) 0; }
.pagehero__frame {
  position: relative; width: 100%;
  aspect-ratio: 43 / 20;
  border-radius: 16px; overflow: hidden;
  border: 2px solid #24402E;
  box-shadow: 0 12px 30px rgba(27,49,35,.16);
}
.pagehero__frame img {
  width: 100%; height: 100%;
  object-fit: cover;                 /* object-position set per image via focus= */
  display: block;
}
.pagehero__title {
  position: absolute; left: 26px; bottom: 26px; margin: 0;
  background: #24402E; color: #F1E9D6;
  font-family: var(--font-display);
  font-size: 34px; line-height: 1.1;
  padding: 10px 30px; border-radius: 6px;
}
@media (max-width: 640px) {
  .pagehero__frame { aspect-ratio: 16 / 10; }
  .pagehero__title { font-size: 24px; left: 16px; bottom: 16px; padding: 8px 20px; }
}


/* ============================================ ui-ux-pro-max: reduced motion
   Catch-all so no transition, animation or smooth-scroll runs when the user
   has asked the system to reduce motion. Sits after everything to win. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================ 37. Nav dropdown (Our Dogs)
   ui-ux-pro-max hover-vs-tap: the menu must not rely on hover alone. It opens
   on hover AND on focus-within AND on click (JS toggles aria-expanded), and
   every item is a real link. Keyboard: Tab focuses the trigger, arrow/Tab
   moves into the panel, Escape closes. */
.nav__item { position: relative; }
.nav__dd-panel {
  position: absolute; top: 100%; left: 0; z-index: 70;
  min-width: 12rem;
  background: var(--pine-2);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 12px 28px rgba(13,34,28,.35);
  padding: .4rem 0;
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav__item:hover .nav__dd-panel,
.nav__item:focus-within .nav__dd-panel,
.nav__dd-panel.is-open {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav__dd-link {
  display: block; padding: .6rem 1.1rem;
  color: var(--cream); text-decoration: none;
  font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  min-height: 44px; line-height: 1.6;
}
.nav__dd-link:hover, .nav__dd-link:focus-visible { background: var(--pine); color: var(--cream); }
.nav__dd-trigger::after { content: " \25BE"; font-size: .7em; }
@media (prefers-reduced-motion: reduce) { .nav__dd-panel { transition: none; } }

/* ============================================ 38. Sunset color-break band
   David's transparent-sunset layer sits below the hero as an atmospheric band,
   with a strip of deep pine at the top so a hero photo never stacks straight
   onto the next photo (the "Coca-Cola color break"). */
.colorbreak { background: var(--pine); }         /* the pine strip shows at top */
.sunset-band {
  position: relative;
  background-image: var(--sunset-band, none);
  background-size: cover; background-position: center;
  min-height: clamp(140px, 22vw, 280px);
  border-top: 6px solid var(--pine);
}
.sunset-band__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,51,42,.28), rgba(247,242,231,.12) 60%, var(--parchment));
}

/* ================================================ 39. Uncropped header photo
   The Setters header must NOT be cropped. Shown at its natural aspect,
   full width, so nothing is cut. */
.uncropped { display: block; }
.uncropped img { width: 100%; height: auto; display: block; border-radius: var(--radius); }

/* ==================================================== 40. Textured info box
   Health text sits in a boxed shape with belton-fleck texture. */
.infobox {
  position: relative;
  background: var(--pine);
  color: var(--cream);
  border-radius: calc(var(--radius) * 4);
  padding: clamp(1.5rem, 1.2rem + 1.6vw, 2.75rem);
  overflow: hidden;
  isolation: isolate;
}
.infobox::before {                       /* belton fleck inside the box */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .8;
  background-image:
    radial-gradient(circle at 18% 25%, rgba(251,247,239,.10) 0 1.6px, transparent 1.8px),
    radial-gradient(circle at 68% 12%, rgba(231,154,107,.12) 0 1.6px, transparent 1.8px),
    radial-gradient(circle at 82% 55%, rgba(251,247,239,.08) 0 2px, transparent 2.2px),
    radial-gradient(circle at 38% 74%, rgba(251,247,239,.09) 0 1.4px, transparent 1.6px);
  background-size: 150px 150px, 210px 210px, 180px 180px, 130px 130px;
}
.infobox h2, .infobox h3 { color: var(--cream); }
.infobox .spec-list__label { color: rgba(241,233,214,.72); }
.infobox .spec-list__value { color: var(--cream); }
.infobox .spec-list__value.ph { color: rgba(251,247,239,.55); }
.infobox .spec-list li { border-bottom-color: rgba(251,247,239,.18); }
.infobox .btn--ghost { color: var(--cream); border-color: rgba(251,247,239,.6); }
.infobox .btn--ghost:hover { background: var(--cream); color: var(--pine); border-color: var(--cream); }

/* ============================================ 41. Rounded photo + shape behind
   A photo with rounded corners sitting over an offset colored shape, for depth
   (no flat photo on flat cream). */
.framephoto { position: relative; padding: 0 0 1rem 1rem; }
.framephoto::before {
  content: ""; position: absolute; z-index: 0;
  left: 0; bottom: 0; width: 78%; height: 82%;
  background: var(--orange-deep);
  border-radius: calc(var(--radius) * 5);
  opacity: .9;
}
.framephoto--pine::before { background: var(--pine-2); }
.framephoto__img {
  position: relative; z-index: 1;
  border-radius: calc(var(--radius) * 5);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(20,51,42,.18);
}
.framephoto__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================ 42. Setters section cards (home)
   Two rounded cards (Buster, Boss) linking to their pages. Zoomed-out framing
   via object-fit contain-ish cover with generous box. */
.setter-cards { display: grid; gap: clamp(1rem, .8rem + 1.4vw, 2rem); grid-template-columns: 1fr; }
@media (min-width: 44rem) { .setter-cards { grid-template-columns: 1fr 1fr; } }
.setter-card {
  display: block; text-decoration: none; color: var(--pine);
  background: var(--cream); border: 1px solid var(--rule);
  border-radius: calc(var(--radius) * 4); overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.setter-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,51,42,.15); }
.setter-card__img { aspect-ratio: 4 / 3; background: var(--parchment-3); }
.setter-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.setter-card__body { padding: 1rem 1.25rem 1.25rem; text-align: center; }
.setter-card__name { font-family: var(--font-display); font-size: var(--step-2); }
.setter-card__role { font-size: var(--step--1); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }

/* ================================================ 43. Link rows (Our Dogs hub)
   Simple, tappable rows routing to each dog page. 44px+ targets. */
.linkrows { display: grid; gap: .6rem; margin: 1rem 0 0; }
.linkrow {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .85rem 1.1rem; min-height: 44px;
  background: var(--cream); border: 1px solid var(--rule); border-radius: var(--radius);
  text-decoration: none; color: var(--pine);
  transition: background-color .18s ease, transform .18s ease;
}
.linkrow:hover { background: var(--parchment-2); transform: translateX(2px); }
.linkrow strong { font-family: var(--font-display); font-size: var(--step-1); font-weight: 400; }
.linkrow span { font-size: var(--step--1); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }

/* ================================================ 44. Canva hero (uncropped)
   David's hero-revision.png shown FULL-WIDTH at its own aspect ratio - never
   cropped (a cream wave + pine border are baked into the bottom of the image).
   Nav + logo (header) and the headline sit in the UPPER-LEFT over a soft dark
   scrim; nothing is placed in the lower third, so the two dogs stay clear. */
.herofull { position: relative; isolation: isolate; background: #F3ECDC; }
/* Height capped (~78vh) with the BOTTOM anchored: the cream wave + the two dogs
   always stay; only the treeline at the very top trims on short/wide screens.
   No gradient/scrim over the photo. */
.herofull > img {
  width: 100%; height: auto; max-height: 78vh;
  object-fit: cover; object-position: center bottom;
  display: block;
}
/* No text over the photo - the dogs are the hero. A soft top-only gradient,
   darkest at the very top and fading to nothing well above the dogs, just lifts
   the overlaid logo + nav. It never reaches the lower third where the dogs are. */
.herofull__topscrim {
  position: absolute; z-index: 1; inset: 0 0 auto 0;
  height: clamp(120px, 24vh, 240px);
  background: linear-gradient(to bottom, rgba(11,28,23,.55) 0%, rgba(11,28,23,.28) 45%, rgba(11,28,23,0) 100%);
  pointer-events: none;
}

/* ============================================ 45. Our Story sunset composite
   Replicates example.png: the transparent-sunset behind, a section photo
   (transparent top) rising from the bottom on one side, story text on the
   other. Alternating parchment / pine grounds. */
.storyfull {
  position: relative; isolation: isolate; overflow: hidden;
}
.storyfull__sun {
  position: absolute; inset: 0; z-index: -2;
  background-image: var(--sunset-band, none);
  background-size: cover; background-position: center;
  opacity: .5;
}
.band--pine .storyfull__sun { opacity: .28; }
.storyfull__veil {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(247,242,231,.25), rgba(247,242,231,.75));
}
.band--pine .storyfull__veil {
  background: linear-gradient(to bottom, rgba(13,34,28,.35), rgba(13,34,28,.78));
}
.storyfull__grid { display: grid; gap: clamp(1rem, .6rem + 2vw, 2.5rem); align-items: end; }
@media (min-width: 56rem) { .storyfull__grid { grid-template-columns: 1fr 1fr; } }
.storyfull__photo { align-self: end; }
.storyfull__photo img { width: 100%; height: auto; display: block; filter: drop-shadow(0 14px 26px rgba(13,34,28,.28)); }
.storyfull__body { align-self: center; padding-bottom: clamp(1rem, 2vw, 2.5rem); }
.storyfull--right .storyfull__photo { order: 2; }
@media (max-width: 55.99rem) { .storyfull--right .storyfull__photo { order: 0; } }

/* ================================================ 46. Three-card row (home)
   A big, roomy 3-across row on a FLAT parchment band (no sunset behind it, so
   the hero's baked-in bottom gradient melts straight in). Each card's photo
   shows whole (natural aspect); the button straddles the photo's bottom edge -
   half on the photo, half below. All three buttons identical (white fill, green
   outline, green text). */
/* Cream = the exact cream of the hero's baked-in wave (#F3ECDC), so the seam
   disappears. Cards pulled up tight under the hero (small top padding). */
.navband { position: relative; isolation: isolate; background: #F3ECDC;
  padding-block: clamp(1rem, .6rem + 1.2vw, 1.75rem) clamp(2.25rem, 1.75rem + 2.5vw, 3.75rem); }
.navcards {
  display: grid; gap: clamp(.85rem, .5rem + 1vw, 1.35rem);
  grid-template-columns: 1fr;
  max-width: 460px; margin-inline: auto;
}
@media (min-width: 56rem) {
  .navcards { grid-template-columns: repeat(3, 1fr); max-width: none; align-items: start; }
}
.navcard {
  position: relative; display: block; text-decoration: none;
  /* room for the lower half of the straddling button */
  padding-bottom: 26px;
  transition: transform .2s ease;
}
/* The nav cards are transparent PNGs cropped to one uniform size (see
   build-media.py), so they align on their own. Shown plain: NO box, NO frame,
   NO shadow, so the transparent areas merge into the page background. */
.navcard__img { position: relative; }
.navcard__img img {
  width: 100%; height: auto; display: block;
}
.navcard:hover { transform: translateY(-4px); }
.navcard__btn {
  position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 50%);
  background: #fff; color: var(--pine); border: 2px solid var(--pine);
  font-family: var(--font-ui); font-weight: 700;
  font-size: var(--step--1); letter-spacing: .12em; text-transform: uppercase;
  padding: .7rem 1.5rem; border-radius: 999px;
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(13,34,28,.22);
  transition: background-color .18s ease, color .18s ease;
}
.navcard:hover .navcard__btn,
.navcard:focus-visible .navcard__btn { background: var(--pine); color: var(--cream); }
.navcard:focus-visible { outline: none; }
.navcard:focus-visible .navcard__btn { outline: 3px solid var(--orange-deep); outline-offset: 3px; }

/* ================================================ 46b. Health band (home)
   The transparent-sunset image as a SOFT full-width background; a parchment
   veil keeps it quiet so the pine info-box and framed photo (both solid) read
   clearly on top. */
.healthband {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: var(--parchment);
  background-image: var(--sunset, none);
  background-size: cover; background-position: center 30%; background-repeat: no-repeat;
  padding-block: var(--band-y);
}
.healthband__veil {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(to bottom,
    var(--parchment) 0%, rgba(247,242,231,.78) 22%, rgba(247,242,231,.78) 78%, var(--parchment) 100%);
}

/* ================================================ 46c. Uniform gallery tiles
   Matches dog-profile-reference.html: equal 4/3 tiles, each photo shown WHOLE
   (object-fit: contain) on a CREAM backer with a hairline border. Same size +
   shape for every tile, portrait or landscape, nothing cropped. */
.gallery-uniform {
  display: grid; gap: clamp(.9rem, .7rem + 1vw, 1.2rem);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 51.99rem) { .gallery-uniform { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 30rem)   { .gallery-uniform { grid-template-columns: 1fr; } }
.gtile {
  aspect-ratio: 4 / 3;
  background: #F1E9D6;          /* cream backer, no frame */
  border-radius: 12px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.gtile__img { width: 100%; height: 100%; object-fit: contain; background: #F1E9D6; display: block; }

/* ================================================ 47. Dog profile (individual)
   Matches dog-profile-reference.html: bio LEFT, portrait RIGHT (rounded + soft
   shadow only - NO green frame, NO offset block, NO arcs). Hairline spec rows.
   Then the uniform "Days Afield" gallery (46c). */
.profile { display: grid; gap: clamp(1.75rem, 1.2rem + 2.5vw, 3rem); align-items: center; }
@media (min-width: 56rem) {
  .profile { grid-template-columns: 1fr 1fr; }
  .profile__photo { order: 2; }
}
.profile__call {
  font-family: var(--font-display); font-style: italic;
  font-size: var(--step-1); color: var(--leather); margin: 0 0 1rem;
}
/* Portrait: whole photo, gentle rounded corners, soft shadow - that's it.
   4/5 box; cover for portrait sources, `--contain` for landscape ones so a
   side-on dog is never clipped. */
.profile__portrait {
  width: 100%; aspect-ratio: 4/5;
  border-radius: 14px; overflow: hidden;
  background: var(--cream);
  box-shadow: 0 16px 34px rgba(27,49,35,.18);
}
.profile__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; display: block; }
.profile__portrait--contain img { object-fit: contain; background: var(--cream); }

/* Spec rows: hairline dividers, no shapes. */
.profile__specs { margin-top: 1.4rem; border-top: 1px solid rgba(36,64,46,.25); max-width: 40rem; }
.profile__specs .row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .1rem; border-bottom: 1px solid rgba(36,64,46,.16); }
.profile__specs .k { font-size: var(--step--1); letter-spacing: .12em; text-transform: uppercase; color: var(--pine-2); font-weight: 700; }
.profile__specs .v { font-size: var(--step-0); font-weight: 600; color: var(--pine); text-align: right; }

/* Gallery heading: "Days Afield" + a small "Gallery" sub-label. */
.gal-head { display: flex; align-items: baseline; gap: .9rem; margin-bottom: 1.25rem; }
.gal-head h2 { margin: 0; }
.gal-head .sub { font-size: var(--step--1); letter-spacing: .2em; text-transform: uppercase; color: var(--orange-ink); font-weight: 700; }

/* Plain soft photo (whole image, rounded, soft shadow - no frame, no arcs).
   Used on the Litter page and the In the Field article. */
.photo-soft, .profile__frame {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 16px 34px rgba(27,49,35,.18);
}
.photo-soft img, .profile__frame img { width: 100%; height: auto; display: block; }

/* ================================================ 48. Form card (waitlist)
   A cream card sitting on the dark waitlist band: a distinct backer that
   separates the form from the footer, and gives every label / placeholder /
   typed value full contrast (dark ink on cream). */
.form-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: calc(var(--radius) * 4);
  padding: clamp(1.25rem, 1rem + 1.4vw, 2rem);
  box-shadow: 0 16px 34px rgba(13,34,28,.28);
}
.form-card .form { max-width: none; }
.form-card .field label { color: var(--pine-2); }
.form-card .field input,
.form-card .field select,
.form-card .field textarea { background: #fff; color: var(--ink); border-color: var(--pine-2); }
.form-card .field input::placeholder,
.form-card .field textarea::placeholder { color: var(--ink-soft); opacity: 1; }

/* ================================================ 49. "Coming" badge (litter)
   A small on-brand pill on the contained litter hero. */
.pagehero__frame { position: relative; }
.pagehero__badge {
  position: absolute; top: clamp(.7rem, 2vw, 1.2rem); right: clamp(.7rem, 2vw, 1.2rem);
  background: var(--orange-deep); color: var(--cream);
  font-family: var(--font-ui); font-weight: 700;
  font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase;
  padding: .5rem 1rem; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(13,34,28,.3);
}
/* (page-hero height variants removed — the locked component in §36 uses a fixed
   43/20 aspect and per-image object-position instead.) */

/* ================================================ 50. Our Story (matches ref v2)
   No page-hero band, no intro. Three alternating bordered bands that flip the
   image side and swap pine / parchment; About-Us super-label on band 1; band 2
   is label-only; band 3 shows the whole family portrait; spacing before footer. */
.storywrap { padding-block: clamp(2rem, 1.5rem + 2vw, 3rem) 0; }
.storyband {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border: 2px solid var(--pine); border-radius: 16px; overflow: hidden;
  max-width: 1160px; margin: 0 auto clamp(1.75rem, 1.4rem + 1.6vw, 2.5rem);
}
@media (min-width: 48rem) { .storyband { grid-template-columns: 1fr 1fr; } }
.storyband.parch { background: var(--parchment-2); color: var(--ink); }
.storyband.pine  { background: var(--pine); color: var(--cream); }
.storyband__img {
  position: relative; overflow: hidden;
  min-height: clamp(240px, 30vw, 360px);
  display: flex; align-items: center; justify-content: center;
}
/* WHOLE photo (bands 1 & 3 are tall portraits - keep everyone, crop nobody). */
.storyband__img--whole img { width: 100%; height: auto; display: block; }
/* COVER, low focal (band 2) - trims the sky, keeps Courtney + the dog. */
.storyband__img--low { align-self: stretch; }
.storyband__img--low img { width: 100%; height: 100%; object-fit: cover; display: block; }
.storyband__txt {
  position: relative;
  padding: clamp(1.75rem, 1.2rem + 2.4vw, 3rem);
  display: flex; flex-direction: column; justify-content: center;
}
.storyband.flip .storyband__img { order: 2; }
@media (max-width: 47.99rem) { .storyband.flip .storyband__img { order: 0; } }
.storyband__aboutus {
  position: absolute; top: clamp(1rem, 2vw, 1.6rem); right: clamp(1.1rem, 2.2vw, 2.1rem);
  font-family: var(--font-display); font-size: var(--step-2); color: var(--orange-ink); margin: 0;
}
.storyband.pine .storyband__aboutus { color: #E9A579; }
.storyband__kicker {
  font-family: var(--font-ui); font-size: var(--step--1); font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--orange-ink); margin: 0 0 .5rem;
}
.storyband.pine .storyband__kicker { color: #e79a6b; }
.storyband__txt h2 { font-size: var(--step-2); margin-bottom: .6rem; }
.storyband.pine .storyband__txt h2 { color: var(--cream); }
.storyband.pine .storyband__txt p { color: rgba(251,247,239,.9); }
.storyband__labelonly { font-family: var(--font-display); font-size: var(--step-3); margin: 0; color: var(--cream); }
.storyband__rule { display: block; width: 54px; height: 3px; background: var(--orange); border-radius: 2px; margin-top: 1.1rem; }
.storyfootspace { height: clamp(3rem, 2rem + 4vw, 5.5rem); }

/* ============================================ 51. Bringing one home + Litter FAQ
   Matches bringing-one-home-reference.html. Editorial two-column block (home)
   and a plain details/summary accordion (litter). On-palette: pine text on
   light, collar-orange accent (#C6551F), warm card #EADFC6 — no blue. */
.getpup { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 1.3rem + 2.6vw, 3.25rem); align-items: start; }
@media (max-width: 760px) { .getpup { grid-template-columns: 1fr; gap: 1.9rem; } }
.getpup__eyebrow { margin: 0; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: #C6551F; font-weight: 700; }
.getpup h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 1.4rem + 2.4vw, 2.75rem); line-height: 1.04; margin: 10px 0 20px; color: var(--pine); }
.getpup p { font-size: 17px; line-height: 1.72; margin-bottom: 16px; max-width: 52ch; color: var(--ink); }
.waitlink { display: inline-block; margin-top: 8px; font-weight: 700; color: #24402E;
  border-bottom: 2px solid #C6551F; padding-bottom: 2px; text-decoration: none; letter-spacing: .01em; }
.waitlink:hover { color: #C6551F; }
.leaves { background: #EADFC6; border-radius: 14px; padding: 30px 30px 26px; border: 1px solid rgba(36,64,46,.18); }
.leaves h3 { font-family: var(--font-display); font-weight: 400; font-size: 21px; margin-bottom: 16px; color: #24402E; }
.leaves ul { list-style: none; margin: 0; padding: 0; }
.leaves li { position: relative; padding: 9px 0 9px 22px; font-size: 15.5px; line-height: 1.5; color: var(--ink);
  border-bottom: 1px solid rgba(36,64,46,.12); max-width: none; }
.leaves li:last-child { border-bottom: none; }
.leaves li::before { content: "\2013"; position: absolute; left: 0; color: #C6551F; font-weight: 700; }

.faq { border-top: 2px solid #24402E; padding-top: 14px; }
.faq h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2rem); margin: 16px 0 6px; color: var(--pine); }
.faq details { border-bottom: 1px solid rgba(36,64,46,.18); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 2px; min-height: 44px;
  font-size: 18px; font-weight: 600; color: #1B3123;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: #C6551F; font-size: 24px; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq summary:focus-visible { outline: 3px solid #C6551F; outline-offset: 3px; border-radius: 2px; }
.faq details p { padding: 0 2px 20px; margin: 0; font-size: 16px; line-height: 1.65; max-width: 64ch; color: #3f3a2c; }

/* ============================================ 52. Sample tag (placeholder posts)
   Marks the seeded "In the Field" post as a sample, not real content. */
.sample-tag {
  display: inline-block;
  background: var(--orange-deep); color: var(--cream);
  font-family: var(--font-ui); font-weight: 700; line-height: 1.2;
  font-size: var(--step--1); letter-spacing: .14em; text-transform: uppercase;
  padding: .28rem .7rem; border-radius: 999px;
}
.sample-tag--onphoto {
  position: absolute; top: .6rem; left: .6rem; z-index: 2;
  box-shadow: 0 4px 12px rgba(13,34,28,.35);
}

/* ============================================ 53. In the Field blog
   Index: toolbar (category chips + live search) -> featured post -> "more" grid.
   Article: narrow read column with lead photo, pull-quote, end mark.
   Palette locked: pine #24402E on light, cream on dark, orange accents only. */

/* Category eyebrow, shared by featured + article + coming-soon */
.tag { display: inline-block; font-family: var(--font-ui); font-weight: 700;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--orange-ink); }
.tag--soon { color: #55655c; }

/* Toolbar */
.blogbar { display: flex; align-items: center; justify-content: space-between;
  gap: 18px 20px; margin: clamp(1.4rem, 1rem + 1.8vw, 1.9rem) 0 .4rem; flex-wrap: wrap; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { font-family: var(--font-ui); font-size: 13px; font-weight: 700; letter-spacing: .02em;
  padding: 9px 16px; min-height: 40px; border-radius: 20px;
  border: 1.5px solid #24402E; color: #24402E; background: transparent;
  cursor: pointer; -webkit-appearance: none; appearance: none;
  transition: background-color .15s ease, color .15s ease; }
.chip:hover { background: rgba(36,64,46,.08); }
.chip.is-on { background: #24402E; color: var(--cream); }
.chip.is-on:hover { background: #24402E; }
.chip:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 2px; }
.fieldsearch { display: flex; align-items: center; gap: 8px;
  border: 1.5px solid #24402E; border-radius: 22px; padding: 8px 16px;
  background: var(--cream); min-width: 230px; max-width: 100%; }
.fieldsearch svg { flex: none; display: block; }
.fieldsearch input { border: none; background: transparent; outline: none;
  font-family: var(--font-ui); font-size: 14px; color: var(--ink); width: 100%; min-width: 0; }
.fieldsearch:focus-within { box-shadow: 0 0 0 3px rgba(184,72,15,.28); }

/* Featured post (photo left / text right) */
.feat { display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.4rem, 1rem + 2.4vw, 2.5rem); align-items: center;
  margin: clamp(1.5rem, 1rem + 2vw, 1.9rem) 0 .4rem; }
.feat__img { position: relative; display: block; aspect-ratio: 4 / 3;
  border-radius: 14px; overflow: hidden; border: 1px solid rgba(36,64,46,.16);
  box-shadow: 0 12px 26px rgba(27,49,35,.14); }
.feat__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feat__body h2 { font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.4rem); line-height: 1.06; margin: 12px 0; }
.feat__body h2 a { color: #24402E; text-decoration: none; }
.feat__body h2 a:hover { color: var(--orange-ink); }
.feat__meta { font-size: 13px; color: #4f5d54; font-weight: 600; margin-bottom: 14px; }
.feat__body p { font-size: 16.5px; line-height: 1.7; max-width: 50ch; margin-bottom: 16px; color: var(--ink); }
.link { display: inline-block; font-family: var(--font-ui); font-weight: 700;
  color: #24402E; text-decoration: none; border-bottom: 2px solid var(--orange);
  padding-bottom: 2px; }
.link:hover { color: var(--orange-ink); border-bottom-color: var(--orange-ink); }

/* Empty state */
.blog-empty { margin: 2.4rem 0 1rem; font-family: var(--font-display); font-style: italic;
  font-size: 1.25rem; color: #4f5d54; }

/* "More from the field" grid (coming-soon placeholders for now) */
.more { margin-top: clamp(2.4rem, 1.8rem + 2.5vw, 3.25rem);
  border-top: 2px solid #24402E; padding-top: 26px; }
.more h3 { font-family: var(--font-display); font-weight: 400; font-size: 22px; margin-bottom: 22px; color: #24402E; }
.grid--blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card--soon { border: 1.5px dashed rgba(36,64,46,.34); border-radius: 12px;
  padding: 22px 20px; background: rgba(241,233,214,.5); }
.card--soon h4 { font-family: var(--font-display); font-weight: 400; font-size: 20px;
  line-height: 1.15; margin: 8px 0; color: #24402E; }
.card--soon p { font-size: 14.5px; line-height: 1.55; color: #4a4636; }

/* Article read view */
.readpost { max-width: 720px; margin-inline: auto;
  padding: clamp(1.5rem, 1rem + 2vw, 2rem) var(--gutter) clamp(3rem, 2rem + 3vw, 4.5rem); }
.readpost__back { font-family: var(--font-ui); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; color: #4f5d54; text-decoration: none; }
.readpost__back:hover { color: var(--orange-ink); }
.readpost .tag { display: block; margin-top: 20px; }
.readpost__title { font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.1rem, 1.5rem + 3vw, 2.9rem); line-height: 1.07; margin: 12px 0 14px; color: #24402E; }
.readpost__byline { font-size: 14px; color: #4f5d54; font-weight: 600; margin-bottom: 26px; }
.readpost__byline .sample-tag { margin-left: .5rem; vertical-align: middle; }
.readpost__lead { aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(36,64,46,.16); box-shadow: 0 12px 26px rgba(27,49,35,.14); margin-bottom: 30px; }
.readpost__lead img { width: 100%; height: 100%; object-fit: cover; display: block; }
.readpost__body p { font-size: 18px; line-height: 1.8; margin-bottom: 22px; color: var(--ink); }
.readpost__body blockquote { font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.5rem); line-height: 1.4; color: #24402E;
  border-left: 3px solid var(--orange); padding: 6px 0 6px 24px; margin: 30px 0; }
.readpost__end { color: var(--orange-ink); text-align: center; font-size: 22px; margin-top: 14px; letter-spacing: .3em; }

@media (max-width: 760px) {
  .feat { grid-template-columns: 1fr; gap: 1.25rem; }
  .grid--blog { grid-template-columns: 1fr; gap: 18px; }
  .blogbar { align-items: stretch; }
  .fieldsearch { min-width: 0; }
}
@media (min-width: 44rem) and (max-width: 760px) {
  .grid--blog { grid-template-columns: 1fr 1fr; }
}
