:root {
  --ink: #14261f;
  --ink-deep: #0d1c17;
  --cream: #f5f0e6;
  --paper: #fbf8f1;
  --copper: #a7603f;
  --copper-light: #c9825d;
  --sage: #839175;
  --white: #fffdf8;
  --line: rgba(20, 38, 31, .16);
  --display: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.72; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--cream); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto 0; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: .8rem clamp(1.25rem, 4vw, 4.75rem); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s ease, min-height .35s ease, box-shadow .35s ease; }
.site-header.scrolled { min-height: 72px; background: rgba(13,28,23,.96); box-shadow: 0 12px 35px rgba(7,17,14,.18); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-stamp { width: 58px; height: 58px; object-fit: contain; }
.brand-wordmark { width: clamp(180px, 18vw, 245px); height: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.8vw, 2.7rem); }
nav a { position: relative; text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
nav a:not(.nav-contact)::after { content: ""; position: absolute; height: 1px; inset: auto 100% -.45rem 0; background: var(--copper-light); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-contact { border: 1px solid rgba(255,255,255,.55); padding: .7rem 1rem; transition: background .2s, color .2s; }
.nav-contact:hover, .nav-contact:focus-visible { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: white; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--ink-deep); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,13,.94) 0%, rgba(9,24,19,.7) 46%, rgba(9,24,19,.18) 78%), linear-gradient(0deg, rgba(5,14,11,.55), transparent 50%), url("assets/ranch-07.jpg") center 38% / cover no-repeat; transform: scale(1.02); animation: hero-settle 1.8s ease both; }
.hero-grain { position: absolute; inset: 0; opacity: .17; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
@keyframes hero-settle { from { transform: scale(1.09); opacity: .5; } to { transform: scale(1.02); opacity: 1; } }
.hero-content { position: relative; z-index: 2; width: min(790px, 90vw); margin-left: clamp(1.25rem, 8vw, 9rem); padding: 10.5rem 0 9rem; }
.eyebrow, .section-kicker { margin: 0 0 1.2rem; color: var(--copper-light); font-size: .82rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 800px; font-family: var(--display); font-weight: 400; font-size: clamp(4.25rem, 9.5vw, 8.7rem); line-height: .84; letter-spacing: -.045em; }
.hero h1 em { color: var(--copper-light); font-weight: 400; }
.hero-copy { max-width: 640px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.3rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 55px; padding: .88rem 1.5rem; border: 1px solid transparent; font-size: .83rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: white; }
.button-primary:hover { background: var(--copper-light); }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.hero-proof { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.75rem); bottom: 2.25rem; display: flex; gap: 2.5rem; color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-proof span { display: flex; gap: .6rem; align-items: center; }
.hero-proof small { color: var(--copper-light); }
.scroll-cue { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 4.75rem); bottom: 1.6rem; display: grid; place-items: center; gap: .35rem; color: rgba(255,255,255,.68); text-decoration: none; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 35px; background: rgba(255,255,255,.6); animation: scroll-pulse 1.8s ease-in-out infinite; }
@keyframes scroll-pulse { 50% { transform: scaleY(.55); transform-origin: bottom; opacity: .45; } }

.section { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.section-kicker { display: flex; align-items: center; gap: .8rem; }
.section-kicker::before { content: ""; width: 40px; height: 1px; background: currentColor; }
.section-kicker.light { color: #e5ae88; }
.mission-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.mission h2, .ranch-life h2, .impact h2, .give h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.6vw, 6rem); line-height: 1.02; font-weight: 400; letter-spacing: -.035em; }
.mission-copy { padding-top: .8rem; }
.mission-copy .lead { margin-top: 0; font-size: 1.35rem; line-height: 1.5; font-weight: 600; }
.mission-copy p:not(.lead), .freedom-copy p, .impact-intro { color: #53605a; font-size: 1.06rem; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; margin-top: .8rem; color: var(--copper); font-size: .84rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.mission-image { position: relative; width: min(1160px, 100%); margin: clamp(4rem, 7vw, 7rem) auto 0; }
.mission-image::before { content: ""; position: absolute; inset: -1rem 2.3rem 1rem -1rem; border: 1px solid rgba(167,96,63,.35); }
.mission-image img { position: relative; width: 100%; max-height: 670px; object-fit: cover; aspect-ratio: 16/8.2; filter: saturate(.86) contrast(1.03); }
.image-note { position: absolute; right: -1.5rem; bottom: -2rem; width: min(330px, 72%); padding: 1.45rem 1.7rem; background: var(--cream); box-shadow: 0 20px 60px rgba(20,38,31,.14); }
.image-note strong, .image-note span { display: block; }
.image-note strong { font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.image-note span { margin-top: .25rem; color: #68716d; font-size: .92rem; }

.ranch-life { background: #1f3b31; color: var(--white); overflow: hidden; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3.5rem; }
.section-heading-row h2 { max-width: 770px; }
.carousel-controls { display: flex; gap: .65rem; flex-shrink: 0; }
.carousel-button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; font-size: 1.2rem; cursor: pointer; transition: background .2s, color .2s; }
.carousel-button:hover, .carousel-button:focus-visible { background: var(--cream); color: var(--ink); }
.carousel { position: relative; }
.carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(70%, 1fr); gap: 1.2rem; overflow: hidden; scroll-behavior: smooth; }
.slide { position: relative; margin: 0; min-height: 530px; overflow: hidden; opacity: .45; transform: scale(.975); transition: opacity .5s, transform .5s; }
.slide.is-active { opacity: 1; transform: scale(1); }
.slide img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,17,14,.8)); }
.slide figcaption { position: absolute; z-index: 2; left: 1.7rem; bottom: 1.35rem; color: white; font-family: var(--display); font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.carousel-dots { display: flex; gap: .5rem; margin-top: 1.5rem; }
.carousel-dots button { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.25); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dots button.is-active { width: 52px; background: var(--copper-light); }

.freedom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--cream); }
.freedom-photo { position: relative; }
.freedom-photo::after { content: ""; position: absolute; inset: 1.2rem -1.2rem -1.2rem 1.2rem; border: 1px solid rgba(20,38,31,.25); }
.freedom-photo img { position: relative; z-index: 1; width: 100%; min-height: 620px; object-fit: cover; }
blockquote { margin: 0 0 2rem; font-family: var(--display); font-size: clamp(2.3rem, 4.2vw, 4.5rem); line-height: 1.08; letter-spacing: -.025em; }
blockquote cite { display: block; margin-top: 1.5rem; color: var(--copper); font-family: var(--sans); font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.impact { text-align: center; }
.impact .section-kicker { justify-content: center; }
.impact h2 { max-width: 990px; margin-inline: auto; }
.impact-intro { max-width: 790px; margin: 2rem auto 0; font-size: 1.1rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4.5rem; text-align: left; }
.value-card { min-height: 330px; padding: 2rem; border: 1px solid var(--line); background: rgba(255,255,255,.45); transition: transform .25s, background .25s, box-shadow .25s; }
.value-card:hover { transform: translateY(-8px); background: white; box-shadow: 0 22px 50px rgba(20,38,31,.08); }
.value-card > span { color: var(--copper); font-size: .76rem; font-weight: 700; letter-spacing: .15em; }
.value-card h3 { margin: 5.4rem 0 .7rem; font-family: var(--display); font-size: 2.2rem; font-weight: 400; }
.value-card p { margin: 0; color: #65706b; font-size: 1rem; }

.give { position: relative; min-height: 720px; display: grid; place-items: center; padding: 6rem 1.25rem; color: white; text-align: center; overflow: hidden; }
.give-image { position: absolute; inset: 0; background: linear-gradient(rgba(10,26,20,.86), rgba(10,26,20,.89)), url("assets/ranch-feature.jpg") center / cover; }
.give-inner { position: relative; z-index: 2; max-width: 850px; }
.give-inner > img { width: 116px; height: 116px; margin: 0 auto 1.8rem; object-fit: contain; }
.give h2 { margin-bottom: 1.3rem; }
.give p:not(.eyebrow) { max-width: 620px; margin: 0 auto 2.2rem; color: rgba(255,255,255,.78); }

footer { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 3rem; align-items: end; padding: 4rem clamp(1.25rem, 7vw, 8rem); background: var(--ink-deep); color: rgba(255,255,255,.78); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand .brand-stamp { width: 76px; height: 76px; }
.footer-brand .brand-wordmark { width: min(230px, 45vw); }
.footer-contact p { margin: 0 0 .7rem; }
.footer-contact a { color: white; text-underline-offset: 4px; }
.footer-meta { display: grid; gap: 1rem; justify-items: end; font-size: .84rem; }
.footer-meta a { color: white; text-decoration: none; }

/* Interior pages */
.interior .site-header { background: rgba(13,28,23,.94); backdrop-filter: blur(15px); }
.subpage-hero { position: relative; min-height: 76svh; display: grid; align-items: end; padding: 11rem clamp(1.25rem, 8vw, 9rem) 6.5rem; color: white; overflow: hidden; background: var(--ink-deep); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,13,.94), rgba(8,23,18,.48) 65%, rgba(8,23,18,.2)); }
.subpage-hero.horses-hero { background: var(--ink-deep) url("assets/horses-hero.jpg") center 40% / cover no-repeat; }
.subpage-hero.contact-hero { min-height: 64svh; background: var(--ink-deep) url("assets/contact-todd.jpg") center 35% / cover no-repeat; }
.subpage-hero.schedule-hero { min-height: 72svh; background: var(--ink-deep) url("assets/ranch-06.jpg") center 42% / cover no-repeat; }
.subpage-hero.donate-hero { min-height: 72svh; background: var(--ink-deep) url("assets/donate-camp.jpg") center 42% / cover no-repeat; }
.subpage-hero-content { position: relative; z-index: 1; max-width: 850px; }
.subpage-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.3rem, 10vw, 9rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.subpage-hero-copy { max-width: 690px; margin: 1.7rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.page-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; background: var(--cream); }
.page-intro h2, .contact-section h2, .documents h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.7rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.page-intro-copy { padding-top: .6rem; }
.page-intro-copy p { margin-top: 0; color: #4e5b55; font-size: 1.12rem; }
.page-intro-copy p:first-child { color: var(--ink); font-size: 1.32rem; font-weight: 600; }
.herd { background: var(--paper); }
.herd-heading { max-width: 780px; margin-bottom: 3.5rem; }
.horse-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; }
.horse-card { display: grid; grid-template-columns: minmax(180px,.72fr) 1fr; min-height: 370px; background: white; border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.horse-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(20,38,31,.1); }
.horse-card img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.horse-card-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 3vw, 2.5rem); }
.horse-card .horse-number { color: var(--copper); font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.horse-card h3 { margin: .8rem 0 .9rem; font-family: var(--display); font-size: clamp(2.2rem, 3.3vw, 3.25rem); font-weight: 400; line-height: 1; }
.horse-card h3 small { display: block; margin-top: .55rem; color: var(--copper); font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.horse-card p { margin: 0; color: #59645f; font-size: .98rem; line-height: 1.65; }
.contact-section { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.contact-details { position: sticky; top: 110px; }
.contact-list { display: grid; gap: 1.2rem; margin-top: 2.3rem; }
.contact-item { padding-top: 1.2rem; border-top: 1px solid var(--line); }
.contact-item span { display: block; margin-bottom: .35rem; color: var(--copper); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-item a { color: var(--ink); font-size: 1.08rem; text-underline-offset: 4px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.15rem; padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--cream); border: 1px solid var(--line); }
.form-field { display: grid; gap: .45rem; }
.form-field.full, .form-actions, .form-status { grid-column: 1 / -1; }
.form-field label { font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #b9beb9; border-radius: 0; background: rgba(255,255,255,.74); color: var(--ink); font: inherit; padding: .95rem 1rem; }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--copper); outline-offset: 2px; border-color: transparent; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-wrap { grid-column: 1 / -1; min-height: 82px; display: flex; align-items: center; gap: 1rem; padding: .75rem 1rem; border: 1px solid #c7cbc7; background: rgba(255,255,255,.56); }
.turnstile-label { color: #52605a; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form-note, .form-status { margin: 0; color: #64706a; font-size: .9rem; }
.form-status { padding: .85rem 1rem; border-left: 3px solid var(--copper); background: white; color: var(--ink); }
.documents { background: #1f3b31; color: white; }
.documents-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.documents-copy p { color: rgba(255,255,255,.74); }
.document-links { display: grid; gap: .8rem; }
.document-link { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.2); color: white; text-decoration: none; font-weight: 700; }
.document-link:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.document-link span { color: var(--copper-light); }

/* Schedule and events */
.events-section { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.events-heading { position: sticky; top: 110px; }
.events-heading h2, .camp-schedule h2, .donate-story h2, .donation-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.7rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.events-heading p { margin: 1.5rem 0 2rem; color: #53605a; }
.event-list { display: grid; border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 125px 1fr; gap: 1.7rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.event-date { display: flex; align-items: center; gap: .8rem; color: var(--copper); }
.event-date strong { font-family: var(--display); font-size: 4rem; font-weight: 400; line-height: .9; }
.event-date span { font-size: .78rem; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.event-details { align-self: center; }
.event-type { color: var(--copper); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.event-details h3 { margin: .35rem 0 .2rem; font-family: var(--display); font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.05; }
.event-details p { margin: 0 0 .65rem; color: #66716c; font-size: .96rem; }
.event-details a { color: var(--ink); font-size: .8rem; font-weight: 700; letter-spacing: .11em; text-decoration-color: var(--copper); text-underline-offset: 5px; text-transform: uppercase; }
.camp-schedule { background: #1f3b31; color: white; }
.camp-schedule-heading { display: grid; grid-template-columns: 1fr .6fr; column-gap: 3rem; align-items: end; margin-bottom: 4rem; }
.camp-schedule-heading .section-kicker { grid-column: 1 / -1; }
.camp-schedule-heading p { margin: 0 0 .5rem; color: rgba(255,255,255,.7); }
.schedule-days { display: grid; grid-template-columns: .72fr 1.35fr 1fr; gap: 1rem; align-items: start; }
.schedule-day { padding: clamp(1.5rem,3vw,2.4rem); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); }
.schedule-day .day-number { color: var(--copper-light); font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.schedule-day h3 { margin: 1.2rem 0 1.8rem; font-family: var(--display); font-size: 2.7rem; font-weight: 400; }
.schedule-day ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.schedule-day li { display: grid; gap: .25rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.schedule-day time { color: #e5ae88; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.schedule-day li span { color: rgba(255,255,255,.78); font-size: .94rem; line-height: 1.5; }

/* Giving */
.donate-story { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.donate-story-copy .lead { margin: 1.8rem 0 1rem; color: var(--ink); font-size: 1.28rem; font-weight: 600; line-height: 1.55; }
.donate-story-copy p:not(.lead) { color: #53605a; }
.donate-photo { position: relative; margin: 0; }
.donate-photo::before { content: ""; position: absolute; inset: -1rem 1.5rem 1rem -1rem; border: 1px solid rgba(167,96,63,.35); }
.donate-photo img { position: relative; width: 100%; min-height: 570px; object-fit: cover; }
.donate-photo figcaption { position: absolute; right: -1rem; bottom: -1.5rem; width: min(390px,82%); padding: 1.35rem 1.6rem; background: var(--cream); color: #52605a; box-shadow: 0 18px 50px rgba(20,38,31,.13); font-size: .92rem; }
.donation-panel { background: #1f3b31; color: white; }
.donation-panel-inner { display: grid; grid-template-columns: 130px 1fr; gap: clamp(2rem,5vw,5rem); align-items: center; max-width: 1050px; margin: auto; }
.donation-panel-inner > img { width: 112px; height: 112px; object-fit: contain; }
.donation-panel h2 { max-width: 760px; }
.donation-panel p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.74); }
.donation-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header { min-height: 74px; }
  .menu-toggle { display: block; }
  nav { position: absolute; inset: 100% 0 auto; display: grid; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--ink-deep); transform: scaleY(0); opacity: 0; transform-origin: top; transition: transform .25s, opacity .2s; }
  nav.open { transform: scaleY(1); opacity: 1; }
  nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-contact { border: 0; }
  .hero-content { margin-inline: 1.25rem; padding-top: 9rem; }
  .hero-proof { display: none; }
  .scroll-cue { display: none; }
  .mission-grid, .freedom { grid-template-columns: 1fr; }
  .mission-image img { aspect-ratio: 4/3; }
  .freedom-copy { grid-row: 1; }
  .freedom-photo img { min-height: 460px; }
  .value-grid { grid-template-columns: 1fr; }
  .page-intro, .contact-section, .documents-row, .events-section, .donate-story { grid-template-columns: 1fr; }
  .contact-details { position: static; }
  .events-heading { position: static; }
  .horse-grid { grid-template-columns: 1fr; }
  .camp-schedule-heading { grid-template-columns: 1fr; }
  .schedule-days { grid-template-columns: 1fr; }
  .value-card { min-height: 240px; }
  .value-card h3 { margin-top: 3rem; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .brand { gap: .65rem; }
  .brand-stamp { width: 48px; height: 48px; }
  .brand-wordmark { width: clamp(150px, 42vw, 205px); }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .hero-bg { background-position: 62% center; }
  .subpage-hero { min-height: 70svh; padding-bottom: 4.5rem; }
  .subpage-hero h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .horse-card { grid-template-columns: 1fr; }
  .horse-card img { min-height: 300px; aspect-ratio: 4/3; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field { grid-column: 1 / -1; }
  .event-card { grid-template-columns: 95px 1fr; gap: 1rem; }
  .event-date strong { font-size: 3.2rem; }
  .donation-panel-inner { grid-template-columns: 1fr; }
  .section-heading-row { display: grid; }
  .carousel-controls { order: 2; }
  .carousel-track { grid-auto-columns: 90%; }
  .slide, .slide img { min-height: 430px; }
  .image-note { right: -.5rem; bottom: -2.6rem; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
