/*
Theme Name: Russell Recovery Ranch V5
Theme URI: https://russellrecoveryranch.com/
Author: ACTIVE LLC
Author URI: https://active.limited/
Description: The exact WordPress presentation of the approved Russell Recovery Ranch V5 website.
Version: 1.0.13
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: russell-recovery-ranch-v5
*/

@font-face {
  font-family: "Ranch Display";
  src: url("assets/fonts/carnevalee-freakshow.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ranch Sans";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --forest-950: #06271a;
  --forest-900: #0b3422;
  --forest-800: #16452e;
  --forest-700: #28583c;
  --cream-100: #fffdf8;
  --cream-200: #f8f2e7;
  --cream-300: #eee3d0;
  --paper: #f4ead9;
  --ink: #1e2923;
  --ink-soft: #536057;
  --gold: #e1af42;
  --gold-light: #f5cf6a;
  --barn: #983a2f;
  --barn-dark: #78281f;
  --sage: #a8b49f;
  --line: rgba(30, 41, 35, 0.17);
  --line-light: rgba(255, 253, 248, 0.18);
  --shadow: 0 28px 70px rgba(22, 36, 28, 0.14);
  --display: "Ranch Display", Georgia, serif;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Ranch Sans", Arial, sans-serif;
  --site-chrome: 112px;
  --section-y: clamp(48px, 7svh, 72px);
  --section-y-tight: clamp(36px, 5.5svh, 56px);
  --stack-gap: clamp(24px, 4.5svh, 40px);
}

/* WordPress integration: preserve the approved V5 presentation while adding
   accessible setup and inquiry states. */
[hidden] {
  display: none !important;
}

.skip-link:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  background: var(--cream-100);
  color: var(--forest-950);
}

.rrr-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.rrr-form-message {
  margin: 18px 24px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--forest-700);
  background: rgba(40, 88, 60, 0.1);
  color: var(--ink);
  font-weight: 750;
}

.rrr-form-message.is-error {
  border-left-color: var(--barn);
  background: rgba(152, 58, 47, 0.09);
}

.native-page-content {
  min-height: calc(100svh - var(--site-chrome));
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

body.admin-bar .status-bar {
  margin-top: 0;
}

@media (max-width: 782px) {
  .rrr-form-message {
    margin-inline: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(152, 58, 47, 0.035), transparent 23rem),
    radial-gradient(circle at 90% 36%, rgba(40, 88, 60, 0.05), transparent 27rem),
    var(--cream-100);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      95deg,
      transparent 0,
      transparent 7px,
      rgba(45, 54, 48, 0.012) 8px
    );
  content: "";
  pointer-events: none;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.status-bar {
  display: flex;
  min-height: 36px;
  padding: 7px 4vw;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--barn);
  color: white;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status-bar span {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  font-weight: 800;
}

.status-bar p {
  margin: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  width: min(1340px, calc(100% - 48px));
  min-height: 94px;
  margin-inline: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  color: var(--forest-900);
  font-family: var(--display);
  font-size: 1.48rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.brand-copy small {
  margin-top: 7px;
  color: var(--barn);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 26px);
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
  color: #33453a;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.045em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--barn);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-cta {
  background: var(--forest-900);
  color: white;
}

.header-cta:hover,
.button:hover,
.planner-email:not(:disabled):hover {
  transform: translateY(-2px);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(560px, calc(100svh - 130px), 650px);
  margin: 0;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(225, 175, 66, 0.16), transparent 22rem),
    linear-gradient(135deg, var(--forest-900), var(--forest-950));
  color: white;
}

.hero::before {
  position: absolute;
  z-index: 0;
  inset: 12px;
  border: 1px solid rgba(245, 207, 106, 0.25);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(46px, 4.5vw, 68px);
  padding-left: max(
    clamp(54px, 5vw, 76px),
    calc((100vw - 1340px) / 2 + 64px)
  );
  padding-right: clamp(36px, 4vw, 62px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyebrow {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-dark {
  color: var(--barn);
}

.hero-ranch-name {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(2.9rem, 5.6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.9;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3.8vw, 4.05rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  color: var(--cream-300);
  font-style: italic;
}

.hero-lede {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.65;
}

.hero-detail {
  max-width: 650px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.button-gold {
  background: var(--gold-light);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  color: #163323;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.09);
}

.availability {
  display: flex;
  margin: 19px 0 0;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.availability-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #75bd7b;
  box-shadow: 0 0 0 5px rgba(117, 189, 123, 0.13);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 0;
  margin: 14px 14px 14px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #10291e;
}

.ranch-slideshow {
  outline: none;
}

.slideshow-frame,
.slideshow-slide {
  position: absolute;
  inset: 0;
}

.slideshow-slide {
  margin: 0;
  opacity: 0;
  transition:
    opacity 780ms ease,
    transform 1100ms ease;
  transform: scale(1.035);
}

.slideshow-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slideshow-slide::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 29, 18, 0.05) 40%, rgba(4, 29, 18, 0.8) 100%),
    linear-gradient(90deg, rgba(4, 29, 18, 0.2), transparent 50%);
  content: "";
}

.slideshow-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--slide-position-desktop);
}

.slideshow-caption {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 27px;
  left: 26px;
  display: grid;
  padding-right: 210px;
}

.slideshow-caption span {
  color: var(--gold-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.slideshow-caption strong {
  color: white;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.slideshow-controls {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 26px;
  display: flex;
  height: 46px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(6, 39, 26, 0.75);
  backdrop-filter: blur(12px);
}

.slideshow-control {
  height: 46px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
}

.slideshow-control:hover {
  background: rgba(255, 255, 255, 0.1);
}

.slideshow-count {
  display: flex;
  padding-inline: 8px;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 0.68rem;
  font-weight: 800;
}

.slideshow-count i {
  color: var(--gold-light);
  font-style: normal;
}

.slideshow-playback {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ranch-promise {
  display: grid;
  width: min(1180px, calc(100% - 56px));
  margin: 20px auto 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ranch-promise > div {
  display: grid;
  min-height: 104px;
  padding: 22px 30px;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 16px;
  border-right: 1px solid var(--line);
}

.ranch-promise > div:last-child {
  border-right: 0;
}

.ranch-promise small {
  color: var(--barn);
  font-family: var(--serif);
  font-weight: 700;
}

.ranch-promise p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.ranch-promise strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.03rem;
}

.partner-section,
.build-together {
  padding-block: clamp(72px, 7vw, 104px);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 5.1vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.section-heading h2 span {
  display: block;
  color: var(--barn);
  font-style: italic;
}

.split-heading,
.experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 56px;
}

.split-heading > div + div,
.split-heading > p,
.experience-heading > p {
  max-width: 510px;
  margin: 0 0 3px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.scope-note {
  margin: 20px 0 0;
  padding: 13px 16px;
  border-left: 3px solid var(--gold);
  background: var(--cream-200);
  color: #3b4d42;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
}

.partner-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.partner-card {
  display: grid;
  min-height: 0;
  padding: 28px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-card:nth-child(even) {
  border-right: 0;
}

.partner-card::after {
  display: none;
}

.card-letter {
  color: var(--barn);
  font-family: var(--serif);
  font-size: 0.85rem;
  font-weight: 700;
}

.partner-card h3 {
  max-width: 410px;
  margin: 0 0 17px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.partner-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.partner-card small {
  display: block;
  margin-top: 17px;
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ranch-gallery {
  padding: clamp(70px, 7vw, 104px) 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(225, 175, 66, 0.12), transparent 25rem),
    var(--forest-950);
  color: white;
}

.gallery-heading {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.gallery-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.3vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.gallery-heading h2 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.gallery-intro > p {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.66);
}

.gallery-controls {
  display: inline-flex;
  height: 46px;
  align-items: center;
  border: 1px solid var(--line-light);
  border-radius: 999px;
}

.gallery-controls button {
  width: 48px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: white;
}

.gallery-controls button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.gallery-controls > span {
  display: flex;
  padding: 0 10px;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 800;
}

.gallery-controls i {
  color: var(--gold-light);
  font-style: normal;
}

.photo-ribbon {
  display: flex;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.photo-ribbon::-webkit-scrollbar {
  display: none;
}

.photo-ribbon-card {
  position: relative;
  width: clamp(280px, 27vw, 420px);
  min-width: clamp(280px, 27vw, 420px);
  height: clamp(330px, 31vw, 430px);
  padding: 0;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #173827;
  color: white;
}

.photo-ribbon-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 24, 16, 0.88));
  content: "";
}

.photo-ribbon-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--slide-position-desktop);
  transition: transform 600ms ease;
}

.photo-ribbon-card:hover img {
  transform: scale(1.04);
}

.photo-ribbon-card > span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  text-align: left;
}

.photo-ribbon-card small {
  color: var(--gold-light);
  font-size: 0.62rem;
}

.photo-ribbon-card strong {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 400;
}

.photo-ribbon-card i {
  font-style: normal;
}

.ranch-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: clamp(18px, 3vw, 30px);
  place-items: center;
  background: rgba(2, 17, 11, 0.92);
  backdrop-filter: blur(12px);
  overscroll-behavior: contain;
}

.ranch-lightbox-inner {
  position: relative;
  display: grid;
  width: min(1040px, 100%);
  height: min(82vh, 780px);
  height: min(82dvh, 780px);
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: #061f15;
}

.lightbox-media {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 14px;
  place-items: center;
  overflow: hidden;
  background: #02110b;
  touch-action: pan-y pinch-zoom;
}

.lightbox-media > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(6, 39, 26, 0.88);
  color: white;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.lightbox-caption {
  display: grid;
  padding: 14px 18px;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: #061f15;
  color: white;
}

.lightbox-caption-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 1px 14px;
}

.lightbox-caption-copy > span {
  grid-row: 1 / span 2;
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.lightbox-caption strong {
  min-width: 0;
  font-family: var(--serif);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.15;
}

.lightbox-caption p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.4;
}

.lightbox-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.lightbox-arrow--previous {
  justify-self: start;
}

.lightbox-arrow--next {
  justify-self: end;
}

@media (max-width: 820px) {
  .ranch-lightbox {
    padding: 0;
    background: #02110b;
    backdrop-filter: none;
  }

  .ranch-lightbox-inner {
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .lightbox-media {
    padding:
      calc(58px + env(safe-area-inset-top, 0px))
      max(8px, env(safe-area-inset-right, 0px))
      8px
      max(8px, env(safe-area-inset-left, 0px));
  }

  .lightbox-close {
    top: max(12px, env(safe-area-inset-top, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    padding: 10px 15px;
    background: rgba(6, 39, 26, 0.94);
  }

  .lightbox-caption {
    padding:
      12px
      max(12px, env(safe-area-inset-right, 0px))
      calc(12px + env(safe-area-inset-bottom, 0px))
      max(12px, env(safe-area-inset-left, 0px));
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 10px;
  }

  .lightbox-caption-copy {
    display: block;
  }

  .lightbox-caption-copy > span,
  .lightbox-caption strong {
    display: block;
  }

  .lightbox-caption-copy > span {
    margin-bottom: 2px;
    font-size: 0.6rem;
  }

  .lightbox-caption strong {
    font-size: clamp(1rem, 4.8vw, 1.2rem);
  }

  .lightbox-caption p {
    margin-top: 2px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .lightbox-arrow {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 360px) {
  .lightbox-caption {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .lightbox-caption p {
    font-size: 0.68rem;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }
}

.experience-section {
  padding-block: clamp(72px, 7vw, 106px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    var(--paper);
}

.experience-heading h2 {
  color: var(--forest-900);
}

.experience-heading > p {
  color: #59645d;
}

.experience-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(30, 41, 35, 0.22);
  border-left: 1px solid rgba(30, 41, 35, 0.22);
}

.experience-card {
  min-height: 0;
  padding: 28px;
  border-right: 1px solid rgba(30, 41, 35, 0.22);
  border-bottom: 1px solid rgba(30, 41, 35, 0.22);
  background: transparent;
}

.experience-card > span {
  display: block;
  margin-bottom: 30px;
  color: var(--barn);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-weight: 700;
}

.experience-card h3 {
  margin-bottom: 13px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.experience-card p {
  margin: 0;
  color: #5c665f;
  font-size: 0.86rem;
}

.animal-safety-note {
  display: flex;
  margin: 28px 0 0;
  padding: 16px 0;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #566057;
  font-size: 0.82rem;
}

.animal-safety-note strong {
  flex: 0 0 auto;
  color: var(--barn);
  font-family: var(--serif);
  font-size: 1rem;
}

.planner-section {
  padding-block: clamp(72px, 7vw, 108px);
  background:
    radial-gradient(circle at 12% 20%, rgba(225, 175, 66, 0.12), transparent 26rem),
    radial-gradient(circle at 85% 90%, rgba(152, 58, 47, 0.11), transparent 24rem),
    var(--forest-900);
  color: white;
}

.planner-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.64fr) minmax(560px, 1.36fr);
  align-items: start;
  gap: clamp(42px, 6vw, 84px);
}

.planner-intro {
  position: sticky;
  top: 34px;
  padding-top: 14px;
}

.planner-ranch-type {
  margin: 4px 0 10px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
  line-height: 0.95;
}

.planner-intro h2 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.planner-intro > p:not(.eyebrow, .planner-ranch-type) {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.68);
}

.planner-boundary {
  padding-top: 17px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
}

.planner-boundary a {
  color: var(--gold-light);
  font-weight: 800;
}

.planner-trust {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 8px;
}

.planner-trust span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: var(--cream-100);
  box-shadow: none;
  color: var(--ink);
}

.planner-progress {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-bottom: 1px solid var(--line);
  background: var(--cream-200);
}

.planner-progress li {
  position: relative;
  border-right: 1px solid var(--line);
}

.planner-progress li:last-child {
  border-right: 0;
}

.planner-progress li::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--barn);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.planner-progress li.is-current::after,
.planner-progress li.is-complete::after {
  transform: scaleX(1);
}

.planner-progress button {
  display: flex;
  width: 100%;
  min-height: 72px;
  padding: 11px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: transparent;
}

.planner-progress button:disabled {
  cursor: not-allowed;
}

.planner-progress button:disabled > span,
.planner-progress button:disabled small {
  opacity: 0.52;
}

.planner-progress button > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #a99f90;
  border-radius: 50%;
  color: #625c53;
  font-family: var(--serif);
  font-size: 0.75rem;
  font-weight: 700;
}

.planner-progress small {
  color: #746e64;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.planner-progress .is-current button > span,
.planner-progress .is-complete button > span {
  border-color: var(--barn);
  background: var(--barn);
  color: white;
}

.planner-panel {
  min-height: 560px;
  padding: clamp(30px, 4vw, 48px);
}

.planner-panel[hidden] {
  display: none;
}

.step-label {
  margin-bottom: 10px;
  color: var(--barn);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.planner-panel h3 {
  max-width: 660px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.panel-lede {
  max-width: 680px;
  margin: 14px 0 26px;
  color: var(--ink-soft);
}

.planner-panel fieldset {
  padding: 0;
  margin: 0 0 26px;
  border: 0;
}

.planner-panel legend,
.field-grid label > span,
.scale-grid label > span,
.notes-field > span,
.budget-field > span:first-child {
  display: block;
  margin-bottom: 10px;
  color: #38463d;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.choice-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.choice-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.choice-grid button {
  display: flex;
  min-height: 66px;
  padding: 12px 14px;
  align-items: center;
  gap: 11px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.choice-grid button:hover,
.choice-grid button.is-selected {
  background: var(--cream-200);
}

.choice-grid button > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #c4baa9;
  border-radius: 50%;
  color: #74695c;
  font-family: var(--serif);
  font-size: 0.7rem;
  font-weight: 700;
}

.choice-grid button.is-selected > span {
  border-color: var(--barn);
  background: var(--barn);
  color: white;
}

.choice-grid button strong {
  font-size: 0.75rem;
  line-height: 1.35;
}

.selection-required {
  margin: 10px 3px 0;
  color: var(--barn);
  font-size: 0.68rem;
  font-weight: 750;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field-span {
  grid-column: 1 / -1;
}

.field-grid input,
.scale-grid input,
.currency-input input,
.notes-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #cfc5b7;
  border-radius: 10px;
  background: white;
  outline: none;
}

.field-grid input:focus,
.scale-grid input:focus,
.currency-input input:focus,
.notes-field textarea:focus {
  border-color: var(--barn);
  box-shadow: 0 0 0 4px rgba(152, 58, 47, 0.09);
}

.planner-note {
  padding: 12px 0 12px 15px;
  border-left: 3px solid var(--gold);
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.scale-grid {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 14px;
}

.scale-grid > label,
.scale-result {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.scale-grid input {
  margin-top: 13px;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.scale-result {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 12px;
}

.scale-result small {
  grid-column: 1 / -1;
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scale-result strong {
  margin-top: 6px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.9;
}

.scale-result > span {
  align-self: end;
  padding-bottom: 4px;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.scale-result p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #747b76;
  font-size: 0.68rem;
}

.visit-shortcuts {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.visit-shortcuts button {
  padding: 9px 13px;
  border: 1px solid #cfc5b7;
  border-radius: 999px;
  background: white;
  font-size: 0.66rem;
  font-weight: 800;
}

.visit-shortcuts button.is-selected {
  border-color: var(--forest-900);
  background: var(--forest-900);
  color: white;
}

.notes-field {
  display: block;
}

.notes-field textarea {
  min-height: 116px;
  resize: vertical;
}

.notes-field > small,
.budget-field > small,
.scale-grid label > small {
  display: block;
  margin-top: 8px;
  color: #777f7a;
  font-size: 0.66rem;
  line-height: 1.5;
}

.support-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.support-choice-grid button {
  display: grid;
  min-height: 100px;
  padding: 13px;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto 1fr;
  gap: 3px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  text-align: left;
}

.support-choice-grid button:hover,
.support-choice-grid button.is-selected {
  border-color: var(--barn);
  background: #fff8ef;
}

.support-choice-grid button > span {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / -1;
  place-items: center;
  border: 1px solid #c6bbab;
  border-radius: 50%;
  color: #73695e;
  font-family: var(--serif);
  font-size: 0.7rem;
  font-weight: 700;
}

.support-choice-grid button.is-selected > span {
  border-color: var(--barn);
  background: var(--barn);
  color: white;
}

.support-choice-grid strong {
  font-size: 0.75rem;
}

.support-choice-grid small {
  color: var(--ink-soft);
  font-size: 0.66rem;
  line-height: 1.4;
}

.budget-field {
  display: block;
  margin: 26px 0;
}

.currency-input {
  position: relative;
  display: block;
}

.currency-input i {
  position: absolute;
  top: 50%;
  left: 16px;
  color: var(--barn);
  font-family: var(--serif);
  font-style: normal;
  font-weight: 700;
  transform: translateY(-50%);
}

.currency-input input {
  padding-left: 34px;
}

.planning-snapshot {
  overflow: visible;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.snapshot-head {
  display: flex;
  padding: 14px 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--forest-900);
}

.snapshot-head span {
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.snapshot-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

.planning-snapshot dl {
  display: grid;
  padding: 0;
  margin: 0;
}

.planning-snapshot dl > div {
  display: grid;
  padding: 12px 0;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.planning-snapshot dt {
  color: #727b75;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.planning-snapshot dd {
  margin: 0;
  color: #354239;
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

.budget-math {
  display: grid;
  padding: 18px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 20px;
  background: #f0e1bf;
}

.budget-math > span {
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.budget-math strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.budget-math small {
  color: #6d675d;
  font-size: 0.66rem;
}

.budget-math p {
  grid-column: 1 / -1;
  margin: 9px 0 0;
  color: #6d675d;
  font-size: 0.66rem;
}

.planner-email {
  display: flex;
  min-height: 58px;
  padding: 15px 19px;
  margin-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--barn);
  box-shadow: 0 12px 26px rgba(120, 40, 31, 0.2);
  color: white;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.planner-disclaimer {
  margin: 12px 5px 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.privacy-confirmation {
  display: grid;
  padding: 14px 0;
  margin-top: 18px;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #4d5851;
  font-size: 0.7rem;
  line-height: 1.55;
}

.privacy-confirmation input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--barn);
}

.planner-actions {
  display: flex;
  min-height: 70px;
  padding: 11px clamp(24px, 4vw, 48px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  background: transparent;
}

.planner-actions button {
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.planner-back {
  background: transparent;
  color: #5e6761;
}

.planner-back:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.planner-next {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--forest-900);
  color: white;
}

.planner-next:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.planner-reset {
  background: transparent;
  color: var(--barn);
}

.build-steps {
  display: grid;
  padding: 0;
  margin: 50px 0 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
}

.build-steps li {
  min-height: 238px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.build-steps li:last-child {
  border-right: 0;
}

.build-steps > li > span {
  display: inline-block;
  margin-bottom: 64px;
  color: var(--barn);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-weight: 700;
}

.build-steps h3 {
  margin-bottom: 14px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.build-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--paper);
}

.story-photo {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.story-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 29, 19, 0.82));
  content: "";
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 44%;
}

.story-photo p {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 35px;
  left: 40px;
  margin: 0;
  color: white;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.story-photo p strong {
  color: var(--gold-light);
  font-weight: 400;
}

.story-copy {
  display: flex;
  padding: clamp(52px, 6vw, 82px);
  flex-direction: column;
  justify-content: center;
}

.story-copy h2 {
  max-width: 700px;
  margin-bottom: 27px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.story-copy > p:not(.eyebrow, .signature) {
  max-width: 670px;
  color: #58635b;
}

.story-lede {
  color: #34493c !important;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.65;
}

.signature {
  margin: 20px 0 0;
  color: var(--barn);
  font-family: var(--display);
  font-size: 2.25rem;
}

.support-section {
  display: grid;
  padding: clamp(70px, 7vw, 104px) max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(46px, 6vw, 82px);
  background:
    radial-gradient(circle at 80% 20%, rgba(225, 175, 66, 0.11), transparent 22rem),
    var(--forest-950);
  color: white;
}

.support-copy h2 {
  max-width: 700px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.support-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

.button-cream {
  margin-top: 20px;
  background: var(--cream-200);
  color: var(--forest-900);
}

.support-impact {
  position: relative;
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(245, 207, 106, 0.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.support-star {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: 1.4rem;
}

.support-impact > p {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.support-impact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.support-impact li {
  padding: 14px 0 14px 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.support-impact li::before {
  display: inline-block;
  width: 17px;
  margin-left: -23px;
  color: var(--gold-light);
  content: "•";
}

.support-impact small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  line-height: 1.55;
}

.contact-section {
  width: min(1180px, calc(100% - 56px));
  padding-block: clamp(72px, 7vw, 106px);
  margin-inline: auto;
}

.contact-intro {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: 1fr;
  gap: 9px;
}

.contact-intro .eyebrow {
  grid-column: 1 / -1;
}

.contact-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.contact-intro > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.quick-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.quick-path-grid > a {
  position: relative;
  display: grid;
  min-height: 205px;
  padding: 25px;
  grid-template-columns: 44px 1fr auto;
  align-content: start;
  gap: 26px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream-200);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.quick-path-grid > a:hover {
  border-color: var(--barn);
  box-shadow: 0 18px 38px rgba(29, 45, 35, 0.1);
  transform: translateY(-4px);
}

.quick-path-grid > a > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--barn);
  color: white;
  font-family: var(--serif);
  font-weight: 700;
}

.quick-path-grid strong {
  align-self: center;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.12;
}

.quick-path-grid i {
  color: var(--barn);
  font-style: normal;
}

.quick-path-grid small {
  grid-column: 2 / -1;
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.direct-contact {
  display: flex;
  padding: 26px 4px 0;
  align-items: center;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.direct-contact p {
  margin: 0 auto 0 0;
}

.direct-contact a {
  color: var(--barn);
  font-weight: 800;
}

.ranch-address {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--ink-soft);
  font-style: normal;
}

.ranch-address span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  padding: 46px max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: auto minmax(280px, 360px) minmax(480px, 1fr);
  align-items: center;
  gap: clamp(26px, 3.5vw, 50px);
  border-top: 1px solid var(--line-light);
  background: var(--forest-950);
  color: white;
}

.brand-footer .brand-copy strong {
  color: white;
}

.brand-footer .brand-copy small {
  color: var(--gold-light);
}

.site-footer > p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.site-footer > div {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.site-footer > div a,
.site-footer > div button {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
  font-weight: 750;
}

.site-footer > div button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 0;
    padding-block: 52px 46px;
    padding-right: clamp(44px, 8vw, 90px);
  }

  .hero-visual {
    height: clamp(360px, 46vw, 470px);
    min-height: 0;
    margin: 0 14px 14px;
  }

  .planner-shell {
    grid-template-columns: 1fr;
  }

  .planner-intro {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }

  .planner-intro .eyebrow,
  .planner-ranch-type,
  .planner-trust {
    grid-column: 1 / -1;
  }

  .planner-intro h2 {
    margin-bottom: 0;
  }

  .planner-intro > p:not(.eyebrow, .planner-ranch-type) {
    align-self: end;
    margin-bottom: 0;
  }

  .build-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .build-steps li:nth-child(2) {
    border-right: 0;
  }

  .build-steps li {
    border-bottom: 1px solid var(--line);
  }

  .story-section {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .story-copy {
    padding: clamp(46px, 5vw, 68px);
  }

  .quick-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-path-grid > a:first-child {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 22px 36px;
    padding-block: 38px;
  }

  .site-footer > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 820px) {
  .section-shell,
  .ranch-promise,
  .contact-section {
    width: min(100% - 36px, 680px);
  }

  .status-bar p {
    display: none;
  }

  .status-bar span {
    padding: 0;
    border: 0;
  }

  .site-header {
    width: calc(100% - 32px);
    min-height: 80px;
    grid-template-columns: 1fr auto;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-copy strong {
    font-size: 1.18rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--cream-100);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    padding: 12px 13px;
    border-bottom: 1px solid var(--line);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .mobile-menu nav a:last-child {
    border: 0;
  }

  .hero {
    width: 100%;
    margin-top: 0;
  }

  .hero::before {
    inset: 8px;
  }

  .hero-copy {
    min-height: 0;
    padding: 48px 30px 38px;
  }

  .hero-ranch-name {
    font-size: clamp(3.1rem, 14vw, 5.1rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.1rem);
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .availability {
    align-items: flex-start;
    line-height: 1.5;
  }

  .availability-dot {
    margin-top: 3px;
  }

  .hero-visual {
    height: clamp(330px, 48svh, 420px);
    min-height: 0;
    margin: 0 9px 9px;
    border-radius: 14px;
  }

  .slideshow-caption {
    right: 18px;
    bottom: 84px;
    left: 18px;
    padding: 0;
  }

  .slideshow-controls {
    right: 18px;
    bottom: 22px;
    left: 18px;
    justify-content: space-between;
  }

  .ranch-promise {
    grid-template-columns: 1fr;
  }

  .ranch-promise > div {
    min-height: 88px;
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ranch-promise > div:last-child {
    border-bottom: 0;
  }

  .split-heading,
  .experience-heading,
  .gallery-heading,
  .contact-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .section-heading h2,
  .gallery-heading h2,
  .contact-intro h2 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    border-right: 0;
  }

  .leadership-profile {
    grid-template-columns: 1fr;
  }

  .leadership-profile:nth-child(even) figure {
    order: 0;
  }

  .leadership-profile > div {
    padding: 30px 24px 34px;
  }

  .partner-card {
    min-height: 252px;
    padding-right: 25px;
  }

  .gallery-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
  }

  .gallery-intro > p {
    max-width: 420px;
    margin: 0;
  }

  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planner-intro {
    display: block;
  }

  .planner-intro h2 {
    margin-bottom: 20px;
  }

  .planner-card {
    border-radius: 0;
  }

  .planner-progress button {
    min-height: 66px;
    flex-direction: column;
    gap: 4px;
  }

  .planner-progress small {
    font-size: 0.5rem;
  }

  .choice-grid--three {
    grid-template-columns: repeat(2, 1fr);
  }

  .scale-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scale-result {
    grid-column: 1 / -1;
    min-height: 130px;
  }

  .story-section {
    grid-template-columns: 1fr;
  }

  .story-photo {
    min-height: 440px;
  }

  .support-section {
    grid-template-columns: 1fr;
  }

  .direct-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .direct-contact p {
    margin: 0 0 10px;
  }

  .ranch-address {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 32px;
  }

  .site-footer > p {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer > div {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .brand-copy small {
    max-width: 190px;
    white-space: nowrap;
  }

  .hero-copy {
    min-height: 0;
    padding: 42px 24px 34px;
  }

  .hero-visual {
    height: clamp(300px, 42svh, 350px);
    min-height: 0;
  }

  .partner-section,
  .build-together {
    padding-block: 64px;
  }

  .partner-card {
    padding: 82px 23px 28px;
  }

  .card-letter {
    top: 24px;
    left: 23px;
  }

  .partner-card small {
    position: static;
    display: block;
    margin-top: 25px;
  }

  .gallery-intro {
    display: block;
  }

  .gallery-intro > p {
    margin-bottom: 20px;
  }

  .photo-ribbon {
    padding-inline: 18px;
  }

  .photo-ribbon-card {
    width: 82vw;
    min-width: 82vw;
    height: 350px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: 0;
    padding: 24px;
  }

  .experience-card > span {
    margin-bottom: 22px;
  }

  .animal-safety-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .planner-section {
    padding-block: 64px;
  }

  .planner-shell {
    width: calc(100% - 24px);
  }

  .planner-progress button {
    padding: 9px 4px;
    flex-direction: column;
    gap: 4px;
  }

  .planner-progress small {
    display: block;
    font-size: 0.5rem;
    line-height: 1.15;
  }

  .planner-panel {
    min-height: 0;
    padding: 34px 20px;
  }

  .planner-panel h3 {
    font-size: 2.25rem;
  }

  .choice-grid--three,
  .choice-grid--two,
  .field-grid,
  .support-choice-grid {
    grid-template-columns: 1fr;
  }

  .field-span {
    grid-column: auto;
  }

  .scale-grid {
    grid-template-columns: 1fr;
  }

  .scale-result {
    grid-column: auto;
  }

  .planning-snapshot dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .budget-math {
    grid-template-columns: 1fr;
  }

  .budget-math strong {
    grid-row: auto;
    grid-column: auto;
  }

  .planner-actions {
    padding-inline: 18px;
  }

  .build-steps {
    grid-template-columns: 1fr;
  }

  .build-steps li,
  .build-steps li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .build-steps > li > span {
    margin-bottom: 30px;
  }

  .story-photo {
    min-height: 380px;
  }

  .story-copy {
    padding: 56px 24px;
  }

  .story-copy h2,
  .support-copy h2 {
    font-size: 2.8rem;
  }

  .support-section {
    padding-block: 64px;
  }

  .support-impact {
    padding: 28px 24px;
  }

  .quick-path-grid {
    grid-template-columns: 1fr;
  }

  .quick-path-grid > a:first-child {
    grid-column: auto;
  }

  .quick-path-grid > a {
    min-height: 190px;
    padding: 25px;
  }

  .site-footer {
    padding-block: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Native Ranch block patterns. These use the same visual language as the V5
   routes so any WordPress page can be built, extended, or rearranged without
   becoming a separate class of "future" page. */
.ranch-pattern--hero {
  min-height: calc(100svh - var(--site-chrome));
}

.ranch-pattern--hero > .page-hero-copy,
.ranch-pattern--hero > .page-hero-image {
  min-width: 0;
}

.ranch-pattern--hero .wp-block-buttons,
.ranch-pattern--video .wp-block-buttons {
  margin-top: 24px;
}

.ranch-pattern .wp-block-button__link {
  align-items: center;
  background: var(--forest-900);
  border: 1px solid var(--forest-900);
  border-radius: 999px;
  color: var(--cream-100);
  display: inline-flex;
  font: 800 .78rem/1 var(--sans);
  justify-content: center;
  letter-spacing: .08em;
  min-height: 48px;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.ranch-pattern .is-style-ranch-gold .wp-block-button__link {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--forest-950);
}

.ranch-pattern .is-style-ranch-outline .wp-block-button__link {
  background: rgba(6, 39, 26, .18);
  border-color: rgba(255, 253, 248, .58);
  color: var(--cream-100);
}

.ranch-pattern--pathways {
  padding-block: var(--section-y);
}

.ranch-pattern-path-grid {
  border-top: 1px solid var(--line);
  gap: 0;
  margin-top: var(--stack-gap);
}

.ranch-pattern-path-grid > .wp-block-column {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: clamp(24px, 4vw, 42px);
}

.ranch-pattern--query {
  padding-block: var(--section-y);
}

.ranch-pattern--query .wp-block-post-template {
  gap: 28px;
  margin-top: var(--stack-gap);
}

.ranch-pattern--query .wp-block-post {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

@media (max-width: 820px) {
  .ranch-pattern--hero {
    min-height: calc(100svh - 96px);
  }

  .ranch-pattern-path-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ranch-pattern-path-grid > .wp-block-column {
    border-right: 0;
  }
}

.build-heading-aside {
  display: grid;
  justify-items: end;
  gap: 20px;
}

.build-heading-aside > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.build-photo-pair {
  display: flex;
  min-height: 112px;
  padding: 4px 12px 2px 0;
  align-items: flex-end;
  justify-content: flex-end;
}

.build-photo-pair figure {
  width: 146px;
  height: 98px;
  padding: 5px;
  margin: 0;
  border: 1px solid rgba(30, 41, 35, 0.14);
  background: var(--cream-100);
  box-shadow: 0 14px 30px rgba(22, 36, 28, 0.14);
  transform: rotate(-3deg);
}

.build-photo-pair figure + figure {
  margin-left: -20px;
  transform: translateY(10px) rotate(3deg);
}

.build-photo-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* V5 multipage system */

.desktop-nav a[aria-current="page"] {
  color: var(--forest-900);
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta[aria-current="page"] {
  background: var(--barn);
}

.mobile-menu nav a[aria-current="page"] {
  color: var(--barn);
}

.button-dark {
  background: var(--forest-900);
  box-shadow: 0 12px 28px rgba(6, 39, 26, 0.15);
  color: white;
}

.button-dark:hover {
  background: var(--forest-800);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 3px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  color: var(--forest-900);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.text-link--light {
  color: var(--gold-light);
}

.inline-links {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.page-hero {
  display: grid;
  width: 100%;
  min-height: clamp(430px, 48vw, 560px);
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  overflow: hidden;
}

.page-hero--forest {
  background:
    radial-gradient(circle at 15% 12%, rgba(225, 175, 66, 0.15), transparent 24rem),
    linear-gradient(135deg, var(--forest-900), var(--forest-950));
  color: white;
}

.page-hero--paper {
  background: var(--paper);
  color: var(--ink);
}

.page-hero-copy {
  display: flex;
  padding: clamp(48px, 5vw, 74px);
  padding-left: max(
    clamp(52px, 5vw, 76px),
    calc((100vw - 1340px) / 2 + 64px)
  );
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-ranch-name {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.3vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: keep-all;
}

.page-hero--paper .page-ranch-name {
  color: var(--barn);
}

.page-hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.45vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.page-hero h1 span {
  display: block;
  color: var(--cream-300);
  font-style: italic;
}

.page-hero--paper h1 span {
  color: var(--barn);
}

.page-hero-lede {
  max-width: 620px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.page-hero--paper .page-hero-lede {
  color: var(--ink-soft);
}

.page-hero-actions {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero-image {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.page-hero-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 39, 26, 0.22), transparent 42%),
    linear-gradient(180deg, transparent 66%, rgba(6, 39, 26, 0.18));
  content: "";
  pointer-events: none;
}

.page-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--page-hero-position-desktop, 50% 50%);
}

.home-hero {
  min-height: clamp(510px, calc(100svh - 130px), 610px);
}

.home-welcome {
  padding-block: clamp(72px, 7vw, 96px);
}

.home-welcome-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.home-welcome-heading h2,
.giving-catalog-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.3vw, 4.65rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.home-welcome-heading h2 span,
.giving-catalog-heading h2 span,
.in-kind-section h2 span,
.animal-care-section h2 span {
  display: block;
  color: var(--barn);
  font-style: italic;
}

.home-welcome-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.home-path-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-path-card {
  display: block;
  min-width: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  overflow: hidden;
  transition: background 180ms ease;
}

.home-path-card:last-child {
  border-right: 0;
}

.home-path-card:hover {
  background: var(--cream-200);
}

.home-path-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.home-path-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(6, 39, 26, 0.58));
  content: "";
}

.home-path-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.home-path-card:hover .home-path-image img {
  transform: scale(1.035);
}

.home-path-image > span {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: white;
  font-family: var(--serif);
  font-weight: 700;
}

.home-path-copy {
  display: flex;
  min-height: 298px;
  padding: 25px 25px 24px;
  flex-direction: column;
}

.home-path-copy small,
.animal-profile-card small,
.giving-card-copy small {
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-path-copy h3 {
  margin: 10px 0 11px;
  font-family: var(--serif);
  font-size: 1.78rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.home-path-copy p {
  margin-bottom: 25px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.58;
}

.home-path-copy > strong {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  color: var(--forest-900);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-story {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
  background: var(--forest-950);
  color: white;
}

.home-story-photo {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.home-story-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 39, 26, 0.74));
  content: "";
}

.home-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 43%;
}

.home-story-photo p {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-story-photo p strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.home-story-copy {
  display: flex;
  max-width: 740px;
  padding: clamp(58px, 7vw, 104px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home-story-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 5vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.home-story-copy h2 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.home-story-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 23px 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.home-invitation,
.route-cta {
  display: grid;
  padding-block: clamp(60px, 6vw, 84px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
}

.home-invitation h2,
.route-cta h2,
.stewardship-section h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.home-invitation-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 17px;
}

.route-cta {
  border-top: 1px solid var(--line);
}

.route-cta > div > p:last-child {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.plan-support-band,
.about-community-band {
  display: grid;
  padding: clamp(56px, 6vw, 86px) max(
      28px,
      calc((100vw - 1180px) / 2)
    );
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
  background:
    radial-gradient(circle at 8% 0%, rgba(225, 175, 66, 0.15), transparent 25rem),
    var(--forest-950);
  color: white;
}

.plan-support-band h2,
.about-community-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.45vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.plan-support-band > div:last-child > p,
.about-community-band > div:last-child > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.values-section,
.leadership-section,
.animal-profile-section,
.stewardship-section {
  padding-block: clamp(72px, 7vw, 96px);
}

.leadership-list {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.leadership-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.leadership-profile figure {
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.leadership-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-profile > div {
  display: flex;
  padding: clamp(30px, 5vw, 58px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.leadership-profile:nth-child(even) figure {
  order: 2;
}

.leadership-profile > div > span {
  color: var(--barn);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leadership-profile h3 {
  margin: 10px 0 14px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.leadership-profile p {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
}

.leadership-signature {
  margin-top: 22px !important;
  color: var(--forest-900) !important;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
}

.values-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-grid article {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.values-grid article:last-child {
  border-right: 0;
}

.values-grid article > span {
  color: var(--barn);
  font-family: var(--serif);
  font-size: 0.85rem;
  font-weight: 700;
}

.values-grid h3 {
  margin: 50px 0 11px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.values-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.story-section--route {
  min-height: 620px;
}

.story-section--route .story-photo {
  min-height: 620px;
}

.animal-profile-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}

.animal-profile-card {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.animal-profile-card > div:first-child {
  min-height: 290px;
  overflow: hidden;
}

.animal-profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.animal-profile-copy {
  display: flex;
  padding: clamp(28px, 5vw, 54px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.animal-profile-card h3 {
  margin: 10px 0 11px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.animal-profile-card p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.animal-profile-card a {
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  color: var(--forest-900);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.animal-care-section {
  padding-block: clamp(64px, 6vw, 86px);
  background:
    linear-gradient(135deg, var(--forest-900), var(--forest-950));
  color: white;
}

.animal-care-section .section-heading > p,
.animal-care-section .section-heading > div + p {
  color: rgba(255, 255, 255, 0.68);
}

.animal-care-section .section-heading h2 span {
  color: var(--gold-light);
}

.care-needs-grid {
  display: grid;
  margin: 38px 0 30px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.care-needs-grid article {
  min-height: 194px;
  padding: 25px;
  border-right: 1px solid var(--line-light);
}

.care-needs-grid article:last-child {
  border-right: 0;
}

.care-needs-grid span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-weight: 700;
}

.care-needs-grid h3 {
  margin: 28px 0 7px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.care-needs-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.giving-status-note {
  display: flex;
  min-height: 52px;
  padding: 12px max(28px, calc((100vw - 1180px) / 2));
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--gold-light);
  color: #193326;
  font-size: 0.77rem;
  line-height: 1.45;
  text-align: center;
}

.giving-status-note strong {
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.giving-priorities {
  display: grid;
  padding-block: var(--section-y);
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: clamp(34px, 6vw, 78px);
  scroll-margin-top: 18px;
}

.giving-priorities-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.giving-priorities-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 52% 48%;
}

.giving-priorities-copy {
  align-self: center;
}

.giving-priorities-copy h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.8vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.giving-priorities-copy h2 span {
  display: block;
  color: var(--barn);
  font-style: italic;
}

.giving-priorities-copy > p:not(.giving-service-boundary) {
  max-width: 650px;
  margin: 21px 0 0;
  color: var(--ink-soft);
}

.giving-priority-list {
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.giving-priority-list li {
  display: grid;
  padding: 17px 0;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.giving-priority-list strong {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
}

.giving-priority-list span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.venmo-note {
  display: grid;
  padding: 22px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.venmo-note small {
  display: block;
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.venmo-note strong {
  display: block;
  margin-top: 2px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
}

.venmo-note p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.giving-service-boundary {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.giving-catalog {
  padding-block: clamp(68px, 7vw, 96px);
}

.giving-catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 56px;
}

.giving-catalog-heading > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: var(--ink-soft);
}

.giving-layout {
  display: grid;
  margin-top: 42px;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.72fr);
  align-items: start;
  gap: 22px;
}

.giving-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  scroll-margin-top: 20px;
}

.giving-card {
  display: grid;
  min-width: 0;
  min-height: 410px;
  padding: 0;
  grid-template-rows: 175px 1fr;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--cream-100);
  box-shadow: 0 12px 34px rgba(22, 36, 28, 0.05);
  overflow: hidden;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.giving-card:hover {
  box-shadow: 0 20px 46px rgba(22, 36, 28, 0.11);
  transform: translateY(-3px);
}

.giving-card.is-selected {
  border-color: var(--barn);
  box-shadow: 0 0 0 2px rgba(152, 58, 47, 0.12);
}

.giving-card-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.giving-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 39, 26, 0.38));
  content: "";
}

.giving-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.giving-card-image i {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--gold-light);
  color: #183326;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giving-card-copy {
  display: flex;
  padding: 21px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
}

.giving-card-copy > strong {
  margin: 8px 0 9px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.giving-card-copy > span {
  color: var(--ink-soft);
  font-size: 0.79rem;
  line-height: 1.5;
}

.giving-card-copy > b {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--forest-900);
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.giving-summary {
  position: sticky;
  top: 18px;
  padding: 27px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(225, 175, 66, 0.16), transparent 16rem),
    var(--forest-950);
  box-shadow: var(--shadow);
  color: white;
}

.giving-summary .step-label {
  color: var(--gold-light);
}

.giving-summary h3 {
  margin: 8px 0 11px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.giving-summary > p:not(.step-label, .giving-guidance) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
}

.giving-summary fieldset {
  padding: 0;
  margin: 21px 0 0;
  border: 0;
}

.giving-summary legend {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giving-toggle,
.giving-amounts {
  display: grid;
  gap: 7px;
}

.giving-toggle {
  grid-template-columns: 1fr 1fr;
}

.giving-amounts {
  grid-template-columns: repeat(4, 1fr);
}

.giving-toggle button,
.giving-amounts button {
  min-height: 42px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: white;
  font-size: 0.72rem;
  font-weight: 750;
}

.giving-toggle button.is-selected,
.giving-amounts button.is-selected {
  border-color: var(--gold-light);
  background: var(--gold-light);
  color: #173225;
}

.custom-amount {
  position: relative;
  display: grid;
  margin-top: 9px;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.custom-amount > span {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
}

.custom-amount i {
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
}

.custom-amount input {
  width: 100%;
  min-height: 44px;
  padding: 9px 10px 9px 28px;
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.custom-amount input:focus {
  border-color: var(--gold-light);
}

.giving-guidance {
  margin: 20px 0 10px;
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 750;
}

.giving-disabled,
.giving-email {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.giving-disabled {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  cursor: not-allowed;
}

.giving-email {
  margin-top: 8px;
  background: var(--gold-light);
  color: #173225;
}

.giving-summary > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  line-height: 1.55;
}

.in-kind-section {
  padding-block: clamp(58px, 6vw, 82px);
  background: var(--barn);
  color: white;
}

.in-kind-section > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.in-kind-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.in-kind-section h2 span {
  color: var(--cream-300);
}

.in-kind-section > div > div:last-child > p {
  color: rgba(255, 255, 255, 0.72);
}

.stewardship-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  align-items: start;
  gap: clamp(44px, 7vw, 104px);
  scroll-margin-top: 20px;
}

.stewardship-section > div:last-child {
  padding-top: 9px;
}

.stewardship-section > div:last-child p {
  color: var(--ink-soft);
}

.contact-section--route {
  width: min(1180px, calc(100% - 56px));
  padding-block: clamp(70px, 7vw, 96px);
}

.contact-path-grid {
  display: grid;
  margin-top: 35px;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}

.contact-path-grid > a {
  display: grid;
  min-height: 0;
  padding: 24px 0;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.contact-path-grid > a:hover {
  background: var(--cream-200);
}

.contact-path-grid > a > span {
  color: var(--barn);
  font-family: var(--serif);
  font-weight: 700;
}

.contact-path-grid strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.1;
}

.contact-path-grid p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.contact-path-grid small {
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-path-grid i {
  color: var(--barn);
  font-style: normal;
}

.direct-contact--route {
  margin-top: 28px;
}

.contact-social-links {
  display: flex;
  margin-top: 22px;
  padding: 20px 4px 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.contact-social-links p {
  margin: 0 auto 0 0;
  color: var(--ink-soft);
}

.contact-social-links a {
  color: var(--barn);
  font-weight: 800;
}

.contact-scope-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.ranch-video-feature {
  display: grid;
  width: 100%;
  padding: var(--section-y) max(28px, calc((100vw - 1180px) / 2));
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
  scroll-margin-top: 18px;
}

.ranch-video-feature--paper {
  background: var(--paper);
}

.ranch-video-feature--forest {
  background: var(--forest-950);
  color: white;
}

.ranch-video-feature--barn {
  background: var(--barn);
  color: white;
}

.ranch-video-feature figure {
  margin: 0;
  overflow: hidden;
  background: #07110c;
}

.ranch-video-feature video {
  display: block;
  width: 100%;
  height: min(64svh, 620px);
  object-fit: contain;
}

.ranch-video-feature h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.ranch-video-feature > div > p:not(.eyebrow, .video-context-note) {
  max-width: 650px;
  margin: 21px 0 0;
  color: var(--ink-soft);
}

.ranch-video-feature--forest > div > p:not(.eyebrow, .video-context-note),
.ranch-video-feature--barn > div > p:not(.eyebrow, .video-context-note) {
  color: rgba(255, 255, 255, 0.76);
}

.video-context-note {
  max-width: 650px;
  padding-left: 15px;
  margin: 20px 0 0;
  border-left: 3px solid var(--gold-light);
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.ranch-video-feature--forest .video-context-note,
.ranch-video-feature--barn .video-context-note {
  color: rgba(255, 255, 255, 0.64);
}

.video-feature-links {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.ranch-video-feature--forest .text-link,
.ranch-video-feature--barn .text-link {
  color: var(--gold-light);
}

.ranch-video-inline {
  display: grid;
  padding-top: 20px;
  margin: 22px 0 0;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ranch-video-inline video {
  display: block;
  width: 108px;
  height: 184px;
  background: #07110c;
  object-fit: contain;
}

.ranch-video-inline figcaption {
  display: grid;
  gap: 5px;
}

.ranch-video-inline figcaption span {
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ranch-video-inline figcaption strong {
  color: white;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.1;
}

.ranch-video-inline figcaption a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.media-library {
  min-height: calc(100svh - var(--site-chrome));
  padding-block: var(--section-y);
}

.media-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: var(--stack-gap);
}

.media-intro .eyebrow {
  grid-column: 1 / -1;
}

.media-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.media-intro h1 span {
  display: block;
  color: var(--barn);
  font-style: italic;
}

.media-intro > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
}

.media-layout {
  display: grid;
  margin-top: 34px;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 24px;
}

.media-stage {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(240px, 1.22fr);
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.media-player {
  display: grid;
  min-height: 570px;
  place-items: center;
  background: #07110c;
}

.media-player video {
  width: 100%;
  height: min(66svh, 620px);
  object-fit: contain;
}

.media-active-copy {
  display: flex;
  padding: clamp(26px, 4vw, 48px);
  flex-direction: column;
  justify-content: center;
}

.media-active-copy small,
.media-playlist > p,
.coverage-list > a > span {
  color: var(--barn);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.media-active-copy h2 {
  margin: 10px 0 14px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.media-active-copy p {
  margin: 0;
  color: var(--ink-soft);
}

.media-playlist {
  border-top: 1px solid var(--line);
}

.media-playlist > p {
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.media-playlist button {
  display: grid;
  width: 100%;
  min-height: 105px;
  padding: 12px 0;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
}

.media-playlist button:hover,
.media-playlist button.is-active {
  background: var(--cream-200);
}

.media-playlist button img {
  width: 72px;
  height: 82px;
  object-fit: cover;
}

.media-playlist button span {
  display: grid;
  gap: 4px;
}

.media-playlist button small {
  color: var(--barn);
  font-size: 0.58rem;
  font-weight: 800;
}

.media-playlist button strong {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.12;
}

.coverage-section {
  padding-block: var(--section-y);
  border-top: 1px solid var(--line);
}

.coverage-list {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.coverage-list > a {
  position: relative;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.coverage-list strong {
  display: block;
  margin: 12px 42px 8px 0;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.08;
}

.coverage-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.coverage-list i {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--barn);
  font-style: normal;
}

@media (max-width: 1100px) {
  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--cream-100);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    padding: 12px 13px;
    border-bottom: 1px solid var(--line);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .mobile-menu nav a:last-child {
    border: 0;
  }

  .page-hero {
    min-height: 450px;
    grid-template-columns: minmax(0, 0.95fr) minmax(410px, 1.05fr);
  }

  .page-hero-copy {
    padding: 48px 42px;
  }

  .page-hero h1 {
    font-size: clamp(2.55rem, 5vw, 4.2rem);
  }

  .home-welcome-heading,
  .giving-catalog-heading {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-path-grid {
    gap: 0;
  }

  .home-path-image {
    height: 190px;
  }

  .home-path-copy {
    min-height: 312px;
    padding: 22px;
  }

  .home-story {
    grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  }

  .animal-profile-card {
    grid-template-columns: 1fr;
    grid-template-rows: 230px 1fr;
  }

  .animal-profile-copy {
    min-height: 260px;
  }

  .giving-layout {
    grid-template-columns: 1fr;
  }

  .giving-summary {
    position: static;
  }

  .care-needs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .care-needs-grid article:nth-child(2) {
    border-right: 0;
  }

  .care-needs-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .page-hero-copy {
    min-height: 0;
    padding: 52px 30px 44px;
  }

  .page-hero-image {
    height: clamp(300px, 49vw, 390px);
    min-height: 0;
  }

  .page-hero-actions {
    width: 100%;
  }

  .page-hero-actions .button {
    flex: 1 1 220px;
  }

  .home-hero {
    min-height: 0;
  }

  .home-welcome {
    padding-block: 64px;
  }

  .home-path-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .home-path-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-path-image {
    height: 100%;
    min-height: 280px;
  }

  .home-path-copy {
    min-height: 280px;
  }

  .home-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-story-photo {
    min-height: 420px;
  }

  .home-story-copy {
    padding: 58px 30px 66px;
  }

  .home-invitation,
  .route-cta,
  .plan-support-band,
  .about-community-band,
  .in-kind-section > div,
  .stewardship-section {
    grid-template-columns: 1fr;
  }

  .home-invitation,
  .route-cta {
    align-items: start;
    gap: 28px;
  }

  .home-invitation-actions {
    align-items: flex-start;
  }

  .plan-support-band,
  .about-community-band {
    padding-inline: 24px;
    gap: 27px;
  }

  .build-heading-aside {
    justify-items: start;
  }

  .build-photo-pair {
    justify-content: flex-start;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-grid article {
    min-height: 0;
    padding: 26px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .values-grid article:last-child {
    border-bottom: 0;
  }

  .values-grid h3 {
    margin-top: 27px;
  }

  .story-section--route,
  .story-section--route .story-photo {
    min-height: 0;
  }

  .animal-profile-grid {
    grid-template-columns: 1fr;
  }

  .animal-profile-card {
    min-height: 0;
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: none;
  }

  .animal-profile-copy {
    min-height: 300px;
  }

  .giving-status-note {
    display: block;
    padding: 13px 20px;
  }

  .giving-status-note strong {
    display: block;
    margin-bottom: 3px;
  }

  .giving-priorities {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .giving-priorities-image img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .giving-card-grid,
  .contact-path-grid {
    grid-template-columns: 1fr;
  }

  .giving-card {
    min-height: 0;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: none;
  }

  .giving-card-image {
    min-height: 260px;
  }

  .giving-card-copy {
    min-height: 260px;
  }

  .in-kind-section > div {
    gap: 28px;
  }

  .contact-path-grid > a {
    min-height: 170px;
  }
}

@media (max-width: 560px) {
  .page-hero-copy {
    padding: 42px 24px 38px;
  }

  .page-ranch-name {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .build-photo-pair figure {
    width: min(42vw, 142px);
    height: 92px;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .page-hero-image {
    height: 285px;
  }

  .page-hero-actions .button {
    width: 100%;
    flex-basis: 100%;
  }

  .giving-priority-list li,
  .venmo-note {
    grid-template-columns: 1fr;
  }

  .giving-priority-list li {
    gap: 5px;
  }

  .venmo-note {
    align-items: start;
    gap: 16px;
  }

  .venmo-note .button {
    width: 100%;
  }

  .home-welcome {
    padding-block: 54px;
  }

  .home-welcome-heading h2,
  .giving-catalog-heading h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .home-welcome-copy {
    font-size: 0.96rem;
  }

  .home-path-card,
  .animal-profile-card,
  .giving-card {
    display: block;
  }

  .home-path-image {
    height: 220px;
    min-height: 0;
  }

  .home-path-copy {
    min-height: 0;
  }

  .home-story-photo {
    min-height: 350px;
  }

  .home-story-copy {
    padding: 52px 24px 58px;
  }

  .home-story-copy h2,
  .plan-support-band h2,
  .about-community-band h2,
  .in-kind-section h2 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .home-invitation,
  .route-cta,
  .values-section,
  .leadership-section,
  .animal-profile-section,
  .stewardship-section,
  .giving-catalog {
    padding-block: 54px;
  }

  .animal-profile-card > div:first-child {
    height: 230px;
  }

  .animal-profile-copy {
    min-height: 0;
    padding: 25px 22px 27px;
  }

  .care-needs-grid {
    grid-template-columns: 1fr;
  }

  .care-needs-grid article,
  .care-needs-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .care-needs-grid article:last-child {
    border-bottom: 0;
  }

  .giving-card-image {
    height: 200px;
    min-height: 0;
  }

  .giving-card-copy {
    min-height: 230px;
  }

  .giving-summary {
    padding: 24px 19px;
  }

  .giving-amounts {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-path-grid > a {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 28px 1fr auto;
  }
}

/*
 * Compact responsive rhythm
 *
 * Heroes and the visible site chrome fill the first viewport. Section spacing
 * responds to viewport height, while content grows naturally without clipping.
 */

.status-bar {
  min-height: 32px;
  padding-block: 5px;
}

.site-header {
  min-height: 80px;
}

.brand-mark {
  width: 50px;
  height: 50px;
}

.hero,
.home-hero {
  min-height: max(440px, calc(100svh - var(--site-chrome)));
}

.hero-copy {
  padding-block: clamp(38px, 5.5svh, 54px);
}

.hero-ranch-name {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.hero h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.7rem);
}

.hero-lede {
  margin-top: 17px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 21px;
}

.availability {
  margin-top: 14px;
}

.page-hero {
  min-height: max(400px, calc(100svh - var(--site-chrome)));
}

.page-hero-copy {
  padding-block: clamp(36px, 5.5svh, 54px);
}

.page-ranch-name {
  font-size: clamp(2.1rem, 3.3vw, 3.25rem);
}

.page-hero h1 {
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
}

.page-hero-lede {
  max-width: 560px;
  margin-top: 16px;
  font-size: 0.98rem;
  line-height: 1.55;
}

.page-hero-actions {
  margin-top: 21px;
}

.partner-section,
.build-together,
.experience-section,
.planner-section,
.contact-section,
.home-welcome,
.values-section,
.leadership-section,
.animal-profile-section,
.stewardship-section,
.giving-catalog,
.contact-section--route {
  padding-block: var(--section-y);
}

.ranch-gallery {
  padding-block: var(--section-y) var(--section-y-tight);
}

.animal-care-section,
.in-kind-section,
.support-section {
  padding-block: var(--section-y-tight);
}

.home-invitation,
.route-cta {
  padding-block: var(--section-y-tight);
  gap: var(--stack-gap);
}

.plan-support-band,
.about-community-band {
  padding-block: var(--section-y-tight);
  gap: var(--stack-gap);
}

.split-heading,
.experience-heading,
.giving-catalog-heading,
.contact-intro {
  gap: var(--stack-gap);
}

.partner-grid,
.experience-grid {
  margin-top: 34px;
}

.gallery-heading,
.contact-intro {
  margin-bottom: 30px;
}

.home-path-grid,
.values-grid,
.leadership-list,
.animal-profile-grid,
.giving-layout {
  margin-top: 32px;
}

.contact-path-grid {
  margin-top: 26px;
}

.ranch-promise {
  margin-top: 16px;
}

.ranch-promise > div {
  min-height: 92px;
  padding-block: 18px;
}

.partner-card {
  min-height: 0;
  padding: 26px;
}

.partner-card p {
  margin-bottom: 0;
}

.partner-card small {
  position: static;
  display: block;
  padding-top: 0;
  margin-top: 17px;
}

.experience-card {
  min-height: 0;
  padding: 24px;
}

.experience-card > span {
  margin-bottom: 20px;
}

.home-path-image {
  height: 180px;
}

.home-path-copy {
  min-height: 0;
  padding: 22px;
}

.home-path-copy p {
  margin-bottom: 20px;
}

.home-story,
.home-story-photo {
  min-height: 500px;
}

.home-story-copy {
  padding: clamp(44px, 6svh, 72px);
}

.values-grid article {
  min-height: 0;
  padding: 26px;
}

.values-grid h3 {
  margin-top: 30px;
}

.values-section + .values-section {
  padding-top: 0;
}

.story-section--route,
.story-section--route .story-photo {
  min-height: 520px;
}

.story-copy {
  padding: clamp(42px, 6svh, 66px);
}

.animal-profile-card {
  min-height: 0;
}

.care-needs-grid {
  margin-block: 30px 22px;
}

.care-needs-grid article {
  min-height: 0;
  padding: 22px;
}

.care-needs-grid h3 {
  margin-top: 20px;
}

.giving-card {
  min-height: 0;
  grid-template-rows: 150px 1fr;
}

.giving-summary {
  padding: 24px;
}

.contact-path-grid > a,
.quick-path-grid > a {
  min-height: 0;
}

.build-steps {
  margin-top: 32px;
}

.build-steps li {
  min-height: 0;
  padding: 22px;
}

.build-steps > li > span {
  margin-bottom: 24px;
}

.planner-shell {
  gap: clamp(30px, 5vw, 64px);
}

.planner-intro {
  padding-top: 0;
}

.planner-intro h2 {
  margin-bottom: 18px;
}

.planner-ranch-type {
  font-size: clamp(2.3rem, 3.8vw, 4rem);
}

.planner-trust {
  margin-top: 22px;
}

.planner-progress button {
  min-height: 58px;
  padding-block: 8px;
}

.planner-progress button:focus-visible {
  outline-offset: -5px;
}

.planner-progress button > span {
  width: 28px;
  height: 28px;
}

.planner-panel {
  min-height: 0;
  padding: clamp(26px, 3.4vw, 38px);
}

.panel-lede,
.planner-panel fieldset {
  margin-bottom: 20px;
}

.choice-grid button {
  min-height: 56px;
  padding-block: 10px;
}

.field-grid {
  gap: 14px;
}

.notes-field textarea {
  min-height: 100px;
}

.scale-grid > label,
.scale-result {
  min-height: 0;
  padding: 0;
}

.scale-grid input {
  margin-top: 8px;
}

.planning-snapshot dl > div {
  padding-block: 9px;
}

.planner-actions {
  min-height: 62px;
  padding-block: 8px;
}

#inquiry-form {
  scroll-margin-top: 18px;
}

@media (max-width: 1100px) and (min-width: 821px) {
  .media-layout {
    grid-template-columns: 1fr;
  }

  .media-playlist > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-playlist button:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .hero {
    min-height: max(430px, calc(100svh - var(--site-chrome)));
    grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.06fr);
  }

  .hero-copy {
    min-height: 0;
    padding: clamp(34px, 5svh, 48px) clamp(30px, 4vw, 44px);
  }

  .hero-visual {
    width: auto;
    height: auto;
    min-height: 0;
    margin: 12px 12px 12px 0;
  }

  .hero-ranch-name {
    font-size: clamp(2.45rem, 5vw, 3.75rem);
  }

  .hero h1 {
    font-size: clamp(2rem, 4.4vw, 3.15rem);
  }

  .hero-lede {
    font-size: 0.95rem;
  }

  .hero-detail {
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .page-hero {
    min-height: max(390px, calc(100svh - var(--site-chrome)));
    grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  }

  .page-hero-copy {
    padding: 36px;
  }

  .page-hero h1 {
    font-size: clamp(2.05rem, 4vw, 3.25rem);
  }

  .planner-shell {
    row-gap: 30px;
  }

  .planner-ranch-type {
    display: none;
  }

  .planner-intro {
    column-gap: 36px;
  }

  .planner-intro h2 {
    font-size: clamp(2.25rem, 4.5vw, 3.4rem);
  }

  .animal-profile-card {
    grid-template-columns: minmax(170px, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: none;
  }

  .animal-profile-copy {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --site-chrome: 96px;
    --section-y: clamp(42px, 7svh, 54px);
    --section-y-tight: clamp(32px, 5.5svh, 44px);
    --stack-gap: clamp(22px, 4svh, 32px);
  }

  .status-bar {
    min-height: 28px;
    padding-block: 4px;
  }

  .site-header {
    min-height: 68px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .mobile-menu summary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .hero,
  .home-hero {
    position: relative;
    display: block;
    min-height: calc(100svh - var(--site-chrome));
    isolation: isolate;
  }

  .hero::before {
    z-index: 3;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding: clamp(34px, 6svh, 48px) 28px 76px;
    justify-content: center;
    pointer-events: none;
  }

  .hero-copy a {
    pointer-events: auto;
  }

  .hero-visual {
    position: absolute;
    z-index: 1;
    inset: 8px;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    border-radius: 14px;
  }

  .slideshow-slide::after {
    background:
      linear-gradient(90deg, rgba(5, 34, 22, 0.95), rgba(5, 34, 22, 0.76) 68%, rgba(5, 34, 22, 0.62)),
      linear-gradient(180deg, rgba(5, 34, 22, 0.08), rgba(5, 34, 22, 0.76));
  }

  .slideshow-slide img {
    object-position: var(--slide-position-mobile);
  }

  .hero-ranch-name {
    font-size: clamp(2.7rem, 11.5vw, 4.25rem);
  }

  .hero h1 {
    font-size: clamp(2.15rem, 8.8vw, 3.5rem);
  }

  .hero-lede {
    max-width: 590px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .hero-detail {
    max-width: 610px;
    font-size: 0.8rem;
    line-height: 1.48;
  }

  .hero-actions,
  .page-hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions .button,
  .page-hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 14px;
  }

  .hero-actions .button-outline,
  .page-hero-actions .button-outline {
    background: rgba(5, 34, 22, 0.72);
    backdrop-filter: blur(5px);
  }

  .slideshow-caption {
    right: auto;
    bottom: 18px;
    left: 18px;
    display: block;
    width: auto;
    max-width: calc(100% - 245px);
    padding: 7px 9px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(5, 34, 22, 0.74);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .slideshow-caption span {
    display: none;
  }

  .slideshow-caption strong {
    display: block;
    overflow: hidden;
    font-family: var(--sans);
    font-size: 0.7rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .slideshow-controls {
    right: 18px;
    bottom: 16px;
    left: auto;
  }

  .page-hero {
    position: relative;
    display: block;
    min-height: calc(100svh - var(--site-chrome));
    isolation: isolate;
  }

  .page-hero-copy {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding: clamp(32px, 5.5svh, 44px) 28px;
    justify-content: center;
  }

  .page-hero-image {
    position: absolute;
    z-index: 0;
    inset: 0;
    height: auto;
    min-height: 0;
  }

  .page-hero-image img {
    object-position: var(--page-hero-position-mobile, 50% 50%);
  }

  .page-hero-image::after {
    background:
      linear-gradient(90deg, rgba(5, 34, 22, 0.96), rgba(5, 34, 22, 0.78) 70%, rgba(5, 34, 22, 0.58)),
      linear-gradient(180deg, rgba(5, 34, 22, 0.12), rgba(5, 34, 22, 0.68));
  }

  .page-hero--paper .page-hero-image::after {
    background: rgba(244, 234, 217, 0.88);
  }

  .page-ranch-name {
    font-size: clamp(2.05rem, 8.8vw, 3rem);
  }

  .page-hero h1 {
    font-size: clamp(1.95rem, 7.8vw, 2.9rem);
  }

  .page-hero-lede {
    max-width: 590px;
    font-size: 0.9rem;
    line-height: 1.46;
  }

  .ranch-video-feature {
    padding-inline: 28px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ranch-video-feature video {
    height: min(58svh, 520px);
  }

  .media-intro,
  .media-layout,
  .media-stage {
    grid-template-columns: 1fr;
  }

  .media-intro {
    align-items: start;
    gap: 16px;
  }

  .media-intro .eyebrow {
    margin-bottom: 0;
  }

  .media-layout {
    margin-top: 26px;
  }

  .media-player {
    min-height: 0;
  }

  .media-player video {
    height: min(58svh, 520px);
  }

  .media-active-copy {
    padding: 26px 0 30px;
  }

  .media-playlist > div {
    display: block;
  }

  .media-playlist button:nth-child(odd) {
    border-right: 0;
  }

  .coverage-list {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .coverage-list > a {
    padding-inline: 0;
    border-right: 0;
  }

  .ranch-promise > div {
    min-height: 72px;
    padding: 14px 16px;
  }

  .home-welcome,
  .partner-section,
  .animal-profile-section,
  .contact-section--route,
  .giving-catalog {
    padding-top: var(--section-y-tight);
  }

  .home-path-card {
    grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  }

  .home-path-image,
  .home-path-copy {
    min-height: 240px;
  }

  .home-story {
    min-height: 0;
  }

  .home-story-photo {
    min-height: 320px;
  }

  .story-section--route {
    min-height: 0;
  }

  .home-story-copy {
    padding: var(--section-y) 28px;
  }

  .story-section--route .story-photo {
    min-height: 320px;
  }

  .story-section--route .story-copy {
    padding-block: var(--section-y);
  }

  .planner-ranch-type {
    display: none;
  }

  .planner-shell {
    row-gap: 26px;
  }

  .planner-intro h2 {
    font-size: clamp(2.2rem, 8vw, 3.15rem);
  }

  .planner-trust {
    margin-top: 16px;
  }

  .planner-panel {
    min-height: 0;
    padding: 28px 24px;
  }

  .planner-progress button {
    min-height: 56px;
    flex-direction: row;
  }

  .planner-progress small {
    font-size: 0.59rem;
  }

  .giving-card {
    grid-template-rows: none;
  }

  .contact-path-grid > a {
    min-height: 0;
  }

  .leadership-profile {
    grid-template-columns: 1fr;
  }

  .leadership-profile:nth-child(even) figure {
    order: 0;
  }

  .leadership-profile > div {
    padding: 30px 24px 34px;
  }
}

@media (max-width: 560px) {
  :root {
    --section-y: clamp(40px, 6.5svh, 48px);
    --section-y-tight: clamp(30px, 5svh, 40px);
  }

  .section-shell,
  .ranch-promise,
  .contact-section {
    width: min(100% - 30px, 680px);
  }

  .hero,
  .home-hero {
    min-height: calc(100svh - var(--site-chrome));
  }

  .hero-copy {
    padding: 30px 22px 72px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .hero-ranch-name {
    margin-bottom: 7px;
    font-size: clamp(2.5rem, 12.5vw, 3.8rem);
  }

  .hero h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.1rem);
  }

  .hero-lede,
  .page-hero-lede {
    margin-top: 13px;
  }

  .hero-detail {
    margin-top: 10px;
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .hero-actions,
  .page-hero-actions {
    margin-top: 17px;
    gap: 8px;
  }

  .hero-actions .button,
  .page-hero-actions .button {
    padding: 10px 11px;
    font-size: 0.65rem;
    letter-spacing: 0.035em;
  }

  .ranch-video-feature {
    padding-inline: 22px;
  }

  .ranch-video-feature h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .video-feature-links {
    flex-direction: column;
    align-items: stretch;
  }

  .video-feature-links .button {
    width: 100%;
  }

  .ranch-video-inline {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ranch-video-inline video {
    width: 92px;
    height: 156px;
  }

  .media-intro h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .media-playlist button {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .media-playlist button img {
    width: 64px;
    height: 74px;
  }

  .availability {
    margin-top: 11px;
    font-size: 0.6rem;
  }

  .page-hero {
    min-height: calc(100svh - var(--site-chrome));
  }

  .page-hero-copy {
    padding: 30px 22px;
  }

  .page-ranch-name {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .page-hero h1 {
    font-size: clamp(2rem, 9.4vw, 3.05rem);
  }

  .partner-card {
    padding: 24px 22px;
  }

  .partner-card .card-letter {
    position: static;
    margin-bottom: 18px;
  }

  .photo-ribbon-card {
    height: 300px;
  }

  .home-path-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .home-path-image {
    height: auto;
    min-height: 190px;
  }

  .home-path-copy {
    min-height: 0;
    padding: 18px 16px;
  }

  .home-path-copy h3 {
    font-size: 1.42rem;
  }

  .home-path-copy p {
    margin-bottom: 14px;
    font-size: 0.8rem;
  }

  .home-story,
  .home-story-photo {
    min-height: 300px;
  }

  .story-section--route .story-photo {
    min-height: 260px;
  }

  .animal-profile-card > div:first-child {
    height: 200px;
  }

  .giving-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .giving-card-image {
    width: auto;
    height: auto;
    min-height: 170px;
  }

  .giving-card-copy {
    min-height: 0;
    padding: 17px 15px;
  }

  .giving-card-copy > strong {
    margin-block: 6px;
    font-size: 1.32rem;
  }

  .giving-card-copy > b {
    padding-top: 12px;
  }

  .planner-progress {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .planner-progress::-webkit-scrollbar {
    display: none;
  }

  .planner-progress li {
    min-width: 145px;
    flex: 1 0 145px;
    scroll-snap-align: start;
  }

  .planner-progress button {
    min-height: 52px;
    padding-inline: 10px;
    flex-direction: row;
  }

  .planner-progress small {
    font-size: 0.59rem;
  }

  .planner-panel {
    padding: 26px 19px;
  }

  .planner-panel h3 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .planner-card input,
  .planner-card textarea {
    font-size: 16px;
  }

  .planner-actions {
    min-height: 58px;
    padding-inline: 14px;
  }

  .build-steps > li > span {
    margin-bottom: 16px;
  }

  .contact-intro {
    margin-bottom: 22px;
  }
}

@media (min-width: 431px) and (max-width: 560px) {
  .choice-grid--three,
  .choice-grid--two,
  .field-grid,
  .support-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-span {
    grid-column: 1 / -1;
  }

  .notes-field {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .site-header {
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    overflow: hidden;
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-copy small {
    display: none;
  }

  .mobile-menu summary {
    padding-inline: 12px;
  }

  .slideshow-caption {
    max-width: calc(100% - 225px);
  }

  .giving-card {
    display: block;
  }

  .giving-card-image {
    display: block;
    height: 108px;
    min-height: 0;
  }

  .giving-card-image i {
    display: none;
  }

  .planner-actions {
    gap: 8px;
  }

  .planner-back {
    flex: 0 0 auto;
  }

  .planner-next {
    min-width: 0;
    flex: 1 1 auto;
    justify-content: center;
    gap: 8px;
  }
}

@media (max-width: 360px) {
  .slideshow-caption {
    display: none;
  }
}

@media (max-width: 280px) {
  .brand-mark {
    display: none;
  }

  .giving-card-image {
    height: 110px;
    min-height: 0;
  }

  .planner-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .planner-actions button {
    width: 100%;
  }
}

@media (min-width: 821px) and (max-height: 760px) {
  :root {
    --site-chrome: 102px;
    --section-y: clamp(42px, 7svh, 54px);
    --section-y-tight: clamp(30px, 5svh, 42px);
  }

  .status-bar {
    min-height: 28px;
    padding-block: 4px;
  }

  .site-header {
    min-height: 74px;
  }

  .hero,
  .home-hero {
    min-height: max(390px, calc(100svh - var(--site-chrome)));
  }

  .hero-copy,
  .page-hero-copy {
    padding-block: 32px;
  }

  .hero-lede,
  .page-hero-lede {
    margin-top: 12px;
  }

  .hero-actions,
  .page-hero-actions {
    margin-top: 16px;
  }

  .availability-detail {
    display: none;
  }

  .page-hero {
    min-height: max(370px, calc(100svh - var(--site-chrome)));
  }
}

@media (max-width: 820px) and (max-height: 740px) {
  :root {
    --site-chrome: 92px;
  }

  .site-header {
    min-height: 64px;
  }

  .hero,
  .home-hero {
    min-height: calc(100svh - var(--site-chrome));
  }

  .hero-copy {
    padding-block: 26px 68px;
  }

  .availability-detail {
    display: none;
  }

  .page-hero {
    min-height: calc(100svh - var(--site-chrome));
  }

  .page-hero-copy {
    padding-block: 26px;
  }
}

@media (max-width: 1100px) and (max-height: 500px) and (orientation: landscape) {
  :root {
    --site-chrome: 80px;
    --section-y: 38px;
    --section-y-tight: 28px;
  }

  .status-bar {
    min-height: 24px;
    padding-block: 3px;
  }

  .site-header {
    min-height: 56px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero,
  .home-hero,
  .page-hero {
    min-height: calc(100svh - var(--site-chrome));
  }

  .hero-copy,
  .page-hero-copy {
    min-height: 0;
    padding-block: 18px;
  }

  .hero-ranch-name,
  .page-ranch-name,
  .availability-detail,
  .slideshow-caption {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(1.85rem, 5.5vw, 2.5rem);
  }

  .hero-lede,
  .page-hero-lede {
    margin-top: 9px;
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .hero-detail {
    margin-top: 7px;
    font-size: 0.7rem;
    line-height: 1.32;
  }

  .hero-actions,
  .page-hero-actions {
    margin-top: 11px;
  }

  .availability {
    margin-top: 7px;
  }
}

@media (max-width: 820px) and (max-height: 500px) and (orientation: landscape) {
  .hero-copy {
    padding: 18px 24px;
  }

  .slideshow-controls {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    height: 44px;
  }

  .slideshow-arrow,
  .slideshow-count {
    display: none;
  }

  .slideshow-playback {
    min-width: 44px;
    height: 44px;
    padding-inline: 11px;
    border-left: 0;
  }
}

.rrr-v5-recaptcha {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px 0;
  border-block: 1px solid rgba(31, 48, 43, 0.18);
}

.rrr-v5-recaptcha > strong {
  color: var(--forest, #1f302b);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.rrr-v5-recaptcha-widget {
  max-width: 100%;
  min-height: 78px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
}

.rrr-v5-recaptcha-error {
  margin: 0;
  color: #8b2d24;
  font-size: 0.9rem;
  line-height: 1.5;
}

.rrr-v5-recaptcha small {
  max-width: 62ch;
  color: var(--ink-soft, #59625e);
  font-size: 0.76rem;
  line-height: 1.5;
}

.rrr-v5-recaptcha a {
  color: inherit;
  text-underline-offset: 2px;
}

@media (max-width: 360px) {
  .rrr-v5-recaptcha-widget {
    min-height: 144px;
  }
}

/* Required partnership-inquiry guidance */
.planner-required-note {
  margin-top: 14px;
  color: var(--sand);
  font-size: 0.78rem;
  line-height: 1.55;
}

.required-mark {
  display: inline;
  margin-left: 0.35em;
  color: #f0c878;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner-card .required-mark,
.planner-validation-summary {
  color: #7f241f;
}

.planner-validation-summary {
  margin: 18px clamp(18px, 3vw, 32px) 0;
  padding: 16px 18px;
  border: 1px solid rgba(127, 36, 31, 0.34);
  border-left: 4px solid #7f241f;
  background: #fff7f3;
  border-radius: 8px;
  overflow-wrap: anywhere;
}

.planner-validation-summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.planner-validation-summary strong {
  display: block;
  color: #5e1c18;
  font-size: 0.86rem;
}

.planner-validation-summary ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.planner-validation-summary li + li {
  margin-top: 5px;
}

.planner-validation-summary a {
  color: #6a211c;
  font-size: 0.82rem;
  font-weight: 700;
}

.planner-card [aria-invalid="true"] input,
.planner-card [aria-invalid="true"] textarea,
.planner-card input[aria-invalid="true"],
.planner-card textarea[aria-invalid="true"] {
  border-color: #9b3029;
  box-shadow: 0 0 0 1px rgba(155, 48, 41, 0.16);
}

.planner-card fieldset[aria-invalid="true"] {
  border-left: 3px solid #9b3029;
  padding-left: 14px;
}

/* WordPress page templates for any Ranch page using the normal block canvas. */
.ranch-page,
.ranch-page--builder,
.blank-page-canvas {
  min-height: calc(100svh - var(--site-chrome));
}

.ranch-page-heading {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y-tight);
}

.native-page-content > .ranch-page-heading {
  padding-top: 0;
}

.ranch-page-heading h1 {
  max-width: 18ch;
  margin: 10px 0 0;
  color: var(--forest-900);
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.98;
}

.ranch-page-content {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
  padding-bottom: var(--section-y);
}

.native-page-content .ranch-page-content {
  width: min(760px, 100%);
  margin-inline: 0;
  padding-bottom: 0;
}

.ranch-page-content--wide {
  width: min(1180px, calc(100% - 32px));
}

.ranch-page-content > *:first-child,
.ranch-page--builder > *:first-child,
.blank-page-canvas > *:first-child {
  margin-top: 0;
}

.ranch-page-content > *:last-child,
.ranch-page--builder > *:last-child,
.blank-page-canvas > *:last-child {
  margin-bottom: 0;
}

.ranch-page-content img,
.ranch-page--builder img,
.blank-page-canvas img {
  max-width: 100%;
  height: auto;
}

.ranch-page-content .alignwide {
  width: min(1180px, calc(100vw - 32px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ranch-page-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ranch-page--builder,
.blank-page-canvas {
  overflow-x: clip;
}

.rrr-blank-canvas {
  min-width: 320px;
}

@media (max-width: 560px) {
  .ranch-page-heading h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }
}

/* Reusable WordPress layouts for any Ranch page. */
.ranch-pattern {
  margin-block: clamp(40px, 6vw, 82px);
}

.ranch-pattern--story .wp-block-columns {
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
}

.ranch-pattern--story .wp-block-image,
.ranch-pattern--story .wp-block-image img {
  border-radius: 2px;
  margin: 0;
  width: 100%;
}

.ranch-pattern--intro {
  max-width: 820px;
  text-align: center;
}

.ranch-pattern--values {
  gap: 0;
}

.ranch-pattern--values > .wp-block-column {
  border-top: 1px solid rgba(30, 41, 37, .22);
  padding: clamp(22px, 3vw, 34px);
}

.ranch-pattern--values > .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(30, 41, 37, .16);
}

.ranch-pattern--action {
  background: #173f35;
  color: #fffdf8;
  padding: clamp(40px, 6vw, 76px) var(--shell-pad);
}

.ranch-pattern--action h2 {
  color: inherit;
}

.wp-block-button__link {
  background: #b89045;
  border-radius: 999px;
  color: #102d27;
  font-family: "Ranch Sans", Arial, sans-serif;
  font-weight: 750;
  min-height: 46px;
  padding: 12px 24px;
}

.ranch-pattern--process,
.ranch-pattern--policy {
  padding-block: clamp(40px, 6vw, 72px);
}

.ranch-pattern--process > .wp-block-columns {
  margin-top: 30px;
}

.ranch-pattern--process > .wp-block-columns > .wp-block-column,
.ranch-pattern--policy {
  border-top: 1px solid rgba(30, 41, 37, .16);
}

.ranch-pattern--process > .wp-block-columns > .wp-block-column {
  padding-top: 18px;
}

.ranch-pattern--process strong {
  color: var(--barn);
  font-size: .72rem;
  letter-spacing: .12em;
}

.ranch-pattern--policy {
  max-width: 900px;
}

@media (max-width: 782px) {
  .ranch-pattern--values > .wp-block-column + .wp-block-column {
    border-left: 0;
  }
}

/* Community service: one direct review path, separate from partnership planning. */
.community-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: var(--section-y-tight);
}

.community-summary > div {
  display: grid;
  gap: 6px;
  padding: 14px clamp(18px, 3vw, 36px);
  border-left: 1px solid var(--line);
}

.community-summary > div:last-child {
  border-right: 1px solid var(--line);
}

.community-summary small,
.community-process li > span,
.policy-article small,
.policy-layout aside > p {
  color: var(--barn);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-summary strong {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 500;
}

.community-process {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 7vw, 96px);
  padding-block: var(--section-y);
}

.community-process header h2,
.community-details h2,
.policy-introduction h2,
.policy-contact h2 {
  margin: 10px 0 0;
  color: var(--forest-900);
  font-family: var(--display);
  font-size: clamp(2.25rem, 4.5vw, 4.35rem);
  font-weight: 400;
  line-height: 1;
}

.community-process header > p:last-child {
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.community-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.community-process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.community-process li:last-child {
  border-bottom: 1px solid var(--line);
}

.community-process h3 {
  margin: 0;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.community-process li p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.62;
}

.community-details {
  background: var(--forest-900);
  color: white;
}

.community-details > .section-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 8vw, 112px);
  padding-block: var(--section-y);
}

.community-details > .section-shell > div + div {
  border-left: 1px solid rgba(255, 255, 255, .2);
  padding-left: clamp(30px, 6vw, 84px);
}

.community-details .eyebrow,
.community-details h2 {
  color: white;
}

.community-details ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.community-details li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.community-details li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.community-boundary {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding-block: var(--section-y-tight);
  border-bottom: 1px solid var(--line);
}

.community-boundary strong {
  color: var(--barn);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.community-boundary p {
  max-width: 920px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* Legal pages: readable navigation and flat policy sections. */
.policy-introduction {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(30px, 7vw, 92px);
  padding-block: var(--section-y-tight);
  border-bottom: 1px solid var(--line);
}

.policy-introduction h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
}

.policy-introduction p:last-child {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(210px, 290px) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 112px);
  padding-block: var(--section-y);
  align-items: start;
}

.policy-layout aside {
  position: sticky;
  top: 24px;
}

.policy-layout aside nav {
  display: grid;
  max-height: calc(100svh - 64px);
  margin-top: 14px;
  overflow: auto;
  border-top: 1px solid var(--line);
}

.policy-layout aside a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.35;
}

.policy-layout aside a span {
  color: var(--barn);
  font-size: .62rem;
  font-weight: 800;
}

.policy-article > section {
  scroll-margin-top: 24px;
  padding: 0 0 clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

.policy-article > section + section {
  padding-top: clamp(34px, 5vw, 58px);
}

.policy-article > section:first-child {
  padding-top: 18px;
}

.policy-article h2 {
  max-width: 24ch;
  margin: 10px 0 18px;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.1;
}

.policy-article p,
.policy-article li {
  color: var(--ink-soft);
  line-height: 1.72;
}

.policy-article p {
  margin: 0;
}

.policy-article p + p {
  margin-top: 15px;
}

.policy-article ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.policy-article li + li {
  margin-top: 8px;
}

.policy-contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(34px, 8vw, 100px);
  padding-block: var(--section-y);
  border-top: 1px solid var(--line);
}

.policy-contact > div:last-child {
  display: grid;
  align-content: start;
  gap: 10px;
}

.policy-contact p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.policy-contact a {
  width: fit-content;
  color: var(--forest-900);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 820px) {
  .community-summary,
  .community-process,
  .community-details > .section-shell,
  .policy-introduction,
  .policy-layout,
  .policy-contact {
    grid-template-columns: 1fr;
  }

  .community-summary > div,
  .community-summary > div:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .community-details > .section-shell > div + div {
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .policy-layout aside {
    position: static;
  }

  .policy-layout aside nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 560px) {
  .community-summary {
    padding-top: 32px;
  }

  .community-summary > div {
    padding-inline: 18px;
  }

  .community-process li,
  .community-boundary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .policy-layout aside nav {
    grid-template-columns: 1fr;
  }
}
