:root {
  --ink: #17221a;
  --deep: #173d28;
  --green: #2f6641;
  --leaf: #b8da8d;
  --cream: #f7f3e7;
  --paper: #fffdf7;
  --warm: #d78f4a;
  --line: rgba(23, 34, 26, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:where(a, button, input, textarea):focus-visible { outline: 3px solid #f4c75a; outline-offset: 3px; }
[id] { scroll-margin-top: 82px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 999px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.farm-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px clamp(18px, 4vw, 64px); border-bottom: 1px solid rgba(255,255,255,.17); background: rgba(13, 35, 21, .82); color: #fff; backdrop-filter: blur(14px); }
.farm-logo { display: flex; align-items: baseline; gap: 8px; color: #fff; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.farm-logo small { color: var(--leaf); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 11px; border-radius: 999px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 720; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255,255,255,.12); color: #fff; }
.nav-links .nav-restaurant { margin-left: 7px; border: 1px solid rgba(255,255,255,.42); background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.nav-toggle { display: none; appearance: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; border-radius: 2px; background: #fff; }

.farm-hero { position: relative; display: flex; min-height: 94svh; align-items: flex-end; overflow: hidden; color: #fff; isolation: isolate; }
.farm-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.farm-hero__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,26,14,.82) 0%, rgba(9,26,14,.5) 42%, rgba(9,26,14,.06) 76%), linear-gradient(0deg, rgba(9,26,14,.48), transparent 46%); }
.farm-hero__content { width: min(1040px, 60vw); margin-left: clamp(24px, 5.8vw, 112px); padding: 150px 0 clamp(84px, 12vh, 132px); }
.eyebrow { margin: 0 0 12px; color: #d5f2ad; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--green { color: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { max-width: none; margin-bottom: 24px; font-size: clamp(3.65rem, 4.4vw, 5.3rem); line-height: .96; }
h1 span { display: block; }
@media (min-width: 1180px) {
  h1 span { white-space: nowrap; }
}
h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 3.8vw, 4.25rem); line-height: 1.03; }
.hero-lead { max-width: 57ch; margin-bottom: 30px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.35vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { position: relative; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; overflow: hidden; isolation: isolate; padding: 12px 22px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(23,61,40,.12), 0 14px 34px rgba(23,61,40,.2); font-weight: 850; text-decoration: none; -webkit-tap-highlight-color: transparent; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease; }
.button::before, .booking-submit::before { position: absolute; z-index: 0; top: -70%; bottom: -70%; left: -58%; width: 36%; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255,255,255,.7), transparent); content: ""; transform: skewX(-18deg); transition: transform .72s cubic-bezier(.2,.8,.2,1); }
.button::after, .booking-submit::after { position: absolute; z-index: 0; inset: 1px 1px 52%; border-radius: inherit; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.38), transparent); content: ""; }
.button > span, .booking-submit > span { position: relative; z-index: 1; }
.button--primary { background: linear-gradient(115deg, #b8da8d 0%, #d8efb5 48%, #e9ca78 100%); color: var(--ink); }
.button--ghost { border-color: rgba(255,255,255,.52); background: linear-gradient(135deg, rgba(22,52,32,.64), rgba(7,20,11,.42)); color: #fff; backdrop-filter: blur(12px); }
.button--light { background: linear-gradient(115deg, #fffdf7, #efe9da); color: var(--deep); }
.button--dark { background: linear-gradient(115deg, #2f6641, #173d28 55%, #102c1c); color: #fff; }
.button:active, .booking-submit:active:not(:disabled) { transform: scale(.97); }
.scroll-cue { position: absolute; right: clamp(22px, 4vw, 64px); bottom: 30px; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 750; text-decoration: none; }
.image-disclaimer { position: absolute; top: 88px; right: clamp(18px, 4vw, 64px); padding: 6px 9px; border-radius: 999px; background: rgba(0,0,0,.34); color: rgba(255,255,255,.78); font-size: .66rem; font-weight: 700; backdrop-filter: blur(8px); }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(74px, 8.5vw, 110px) 0; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 9vw, 130px); align-items: start; }
.intro h2 { max-width: 10ch; }
.intro__copy { max-width: 650px; padding-top: 8px; color: #465048; font-size: 1.08rem; }
.location-pill { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--deep); font-size: .82rem; font-weight: 820; }
.location-pill span { color: var(--warm); }

.photo-break { position: relative; width: min(1400px, calc(100% - 32px)); margin: 0 auto; overflow: hidden; border-radius: var(--radius); }
.photo-break img { width: 100%; height: clamp(420px, 62vw, 760px); object-fit: cover; object-position: center; }
.photo-break p { position: absolute; right: 24px; bottom: 20px; margin: 0; padding: 10px 14px; border-radius: 999px; background: rgba(13,35,21,.8); color: #fff; font-size: .83rem; font-weight: 780; backdrop-filter: blur(10px); }
.photo-note { position: absolute; top: 16px; right: 16px; padding: 6px 9px; border-radius: 999px; background: rgba(9,26,14,.82); color: #fff; font-size: .65rem; font-weight: 750; letter-spacing: .015em; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(8px); }

.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 48ch; margin: 0 0 10px; color: #59635b; }
.animal-stories { display: grid; gap: clamp(24px, 4vw, 52px); }
.animal-story { --animal-accent: #b8da8d; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); grid-template-areas: "media content"; min-height: 430px; overflow: hidden; border: 1px solid rgba(23,61,40,.14); border-radius: 30px; background: linear-gradient(145deg, #fffdf7, #f1f5e9); box-shadow: 0 24px 70px rgba(27,48,32,.1); transition: border-color .35s ease, box-shadow .35s ease; }
.animal-story--reverse { grid-template-areas: "content media"; }
.animal-story--highland { --animal-accent: #dca466; }
.animal-story--alpaca { --animal-accent: #b8da8d; }
.animal-story--goats { --animal-accent: #e6c66f; }
.animal-story--capybara { --animal-accent: #d78f4a; }
.animal-story--birds { --animal-accent: #9cc5a3; }
.animal-story__media { position: relative; grid-area: media; min-width: 0; margin: 0; overflow: hidden; background: #dfe7d6; }
.animal-story__media::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 48%, rgba(9,26,14,.1)); content: ""; }
.animal-story__media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.animal-story__content { position: relative; grid-area: content; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.animal-story__content::before { width: 74px; height: 3px; margin-bottom: 24px; border-radius: 999px; background: linear-gradient(90deg, var(--animal-accent), transparent); content: ""; }
.animal-story__number { width: fit-content; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(23,61,40,.14); border-radius: 999px; background: #edf3e6; background: color-mix(in srgb, var(--animal-accent), white 72%); color: var(--deep); font-size: .7rem; font-weight: 900; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.animal-story h3 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.75rem); letter-spacing: -.045em; line-height: .98; }
.animal-story p { max-width: 45ch; margin: 0; color: #526055; font-size: clamp(.98rem, 1.25vw, 1.08rem); }

.capybara-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 7vw, 96px); align-items: center; }
.capybara-story__photo { position: relative; overflow: hidden; border-radius: var(--radius); }
.capybara-story__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.capybara-story__content h2 { max-width: 9ch; }
.capybara-story__content > p { color: #526055; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 760; }
.check-list li::before { margin-right: 10px; color: var(--green); content: "✓"; }

.booking { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #f0f4e9 0%, #f8f3e7 58%, #efe6d5 100%); }
.booking__intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 8vw, 110px); align-items: end; padding-bottom: 52px; }
.booking__intro h2 { max-width: 10ch; margin-bottom: 0; }
.booking__intro > p { max-width: 57ch; margin: 0 0 10px; color: #4d5b50; font-size: 1.04rem; }
.booking-noscript { width: min(1180px, calc(100% - 40px)); margin: 0 auto 52px; padding: 18px 20px; border: 1px solid rgba(23,61,40,.18); border-radius: 16px; background: var(--paper); color: #4d5b50; }
.booking-noscript strong { display: block; color: var(--deep); }
.booking-noscript p { margin: 4px 0 0; }
.booking-noscript a { color: var(--green); font-weight: 850; }
.no-js .booking-shell { display: none; }
.booking-shell { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(18px, 2.5vw, 34px); align-items: start; padding-top: 0; }
.calendar-panel, .booking-form, .booking-success { border: 1px solid rgba(23, 61, 40, .13); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(27, 48, 32, .1); }
.calendar-panel { position: sticky; top: 96px; padding: clamp(22px, 3vw, 38px); background: rgba(255, 253, 247, .93); }
.calendar-panel.is-submitting, .booking-form.is-submitting { pointer-events: none; }
.calendar-toolbar { display: grid; grid-template-columns: 46px 1fr 46px; gap: 16px; align-items: center; margin-bottom: 26px; text-align: center; }
.calendar-toolbar h3 { margin: 2px 0 0; color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.1; }
.calendar-kicker { color: #718076; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.calendar-nav { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--deep); font: inherit; font-size: 1.25rem; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.calendar-nav:hover:not(:disabled), .calendar-nav:focus-visible { border-color: var(--deep); background: var(--deep); color: #fff; transform: translateY(-1px); }
.calendar-nav:disabled { opacity: .28; cursor: not-allowed; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.calendar-weekdays { margin-bottom: 7px; color: #778179; font-size: .7rem; font-weight: 850; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; display: flex; min-width: 0; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 3px; border: 1px solid transparent; border-radius: 13px; background: transparent; color: var(--ink); font: inherit; cursor: pointer; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible { border-color: rgba(47, 102, 65, .45); background: #edf4e7; transform: translateY(-1px); }
.calendar-day.is-selected { border-color: var(--deep); background: var(--deep); color: #fff; }
.calendar-day:disabled { color: #aeb5af; cursor: not-allowed; }
.calendar-day.is-unavailable { background: rgba(115, 101, 82, .035); color: #a39788; }
.calendar-day.is-loading { color: #b5bbb6; }
.calendar-day--empty { pointer-events: none; }
.calendar-day__number { font-size: .9rem; font-weight: 820; line-height: 1; }
.calendar-day__status, .calendar-day__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.calendar-day.is-selected :is(.calendar-day__status, .calendar-day__dot) { background: var(--leaf); }
.calendar-day:disabled :is(.calendar-day__status, .calendar-day__dot), .calendar-day.is-unavailable :is(.calendar-day__status, .calendar-day__dot) { display: none; }
.calendar-spacer { aspect-ratio: 1; }
.calendar-help { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 22px 0 0; color: #6a756d; font-size: .76rem; }
.calendar-help[data-state="error"] { color: #9a3d2d; font-weight: 720; }
.availability-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.booking-form { padding: clamp(24px, 3.2vw, 42px); background: var(--deep); color: #fff; }
.booking-summary-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.booking-summary-bar span:first-child { display: block; margin-bottom: 3px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.booking-summary-bar strong { display: block; font-size: 1.15rem; line-height: 1.35; }
.booking-step { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--leaf); color: var(--deep); font-size: .72rem; font-weight: 900; }
.booking-fieldset { min-width: 0; margin: 27px 0 0; padding: 0; border: 0; }
.booking-fieldset legend { width: 100%; margin-bottom: 12px; color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.booking-fieldset:disabled { opacity: .46; }
.slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.slot-option { min-width: 0; padding: 13px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.07); color: #fff; font: inherit; text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.slot-option strong, .slot-option span { display: block; }
.slot-option strong { font-size: .84rem; }
.slot-option span { margin-top: 3px; color: rgba(255,255,255,.57); font-size: .68rem; }
.slot-option:hover:not(:disabled), .slot-option:focus-visible { border-color: var(--leaf); transform: translateY(-1px); }
.slot-option.is-selected { border-color: var(--leaf); background: var(--leaf); color: var(--deep); }
.slot-option.is-selected span { color: rgba(23, 34, 26, .7); }
.slot-option:disabled { opacity: .4; cursor: not-allowed; }
.slot-option.is-sold-out { text-decoration-color: rgba(255,255,255,.45); }
.package-grid { display: grid; gap: 8px; }
.package-option { position: relative; display: block; cursor: pointer; }
.package-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.package-option__body { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.06); transition: border-color .16s ease, background .16s ease, transform .2s ease; }
.package-option__body > span:first-child strong, .package-option__body small, .package-price strong, .package-price del { display: block; }
.package-option__body > span:first-child strong { font-size: .88rem; }
.package-option__body small { margin-top: 1px; color: rgba(255,255,255,.55); font-size: .7rem; }
.package-price { flex: 0 0 auto; text-align: right; }
.package-price strong { color: var(--leaf); font-size: 1rem; }
.package-price del { color: rgba(255,255,255,.45); font-size: .66rem; }
.package-option input:checked + .package-option__body { border-color: var(--leaf); background: rgba(184,218,141,.13); box-shadow: inset 3px 0 0 var(--leaf); }
.package-option input:focus-visible + .package-option__body { outline: 3px solid rgba(184,218,141,.5); outline-offset: 2px; }
.group-note { margin: 11px 0 0; color: rgba(255,255,255,.6); font-size: .74rem; }
.group-note a { color: #fff; font-weight: 780; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 27px; }
.contact-fields label { display: block; color: rgba(255,255,255,.74); font-size: .74rem; font-weight: 760; }
.contact-fields label > span { font-weight: 500; opacity: .7; }
.contact-fields input, .contact-fields textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; outline: 0; background: rgba(255,255,255,.09); color: #fff; font: inherit; font-size: .88rem; resize: vertical; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.contact-fields input::placeholder, .contact-fields textarea::placeholder { color: rgba(255,255,255,.4); }
.contact-fields input:focus, .contact-fields textarea:focus { border-color: var(--leaf); background: rgba(255,255,255,.12); box-shadow: 0 0 0 3px rgba(184,218,141,.13); }
.field-wide { grid-column: 1 / -1; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .72rem; cursor: pointer; }
.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--leaf); }
.honey-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.booking-error { margin: 15px 0 0; padding: 11px 13px; border: 1px solid rgba(255, 171, 145, .36); border-radius: 12px; background: rgba(104, 19, 9, .28); color: #ffd7cb; font-size: .78rem; }
.booking-submit { position: relative; display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden; isolation: isolate; margin-top: 20px; padding: 14px 19px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: linear-gradient(115deg, #b8da8d 0%, #d8efb5 48%, #e9ca78 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 14px 34px rgba(5,18,10,.25); color: var(--deep); font: inherit; font-size: .86rem; font-weight: 900; cursor: pointer; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease, opacity .18s ease; }
.booking-submit:disabled { opacity: .4; cursor: not-allowed; }
.booking-fineprint { margin: 12px 8px 0; color: rgba(255,255,255,.48); font-size: .68rem; text-align: center; }
.booking-success { grid-column: 1 / -1; width: min(100%, 760px); min-height: 540px; justify-self: center; padding: clamp(30px, 5vw, 64px); background: var(--paper); text-align: center; }
.booking-success[hidden] { display: none; }
.success-mark { display: grid; width: 66px; height: 66px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--leaf); color: var(--deep); font-size: 1.8rem; font-weight: 900; }
.booking-success h3 { margin: 4px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; }
.booking-success > p:not(.eyebrow) { max-width: 42ch; margin-right: auto; margin-left: auto; color: #59635b; }
.confirmation-code { display: inline-block; min-width: min(100%, 300px); margin: 22px auto; padding: 15px 22px; border: 1px dashed rgba(23,61,40,.35); border-radius: 14px; background: #eef4e7; }
.confirmation-code span, .confirmation-code strong { display: block; }
.confirmation-code span { color: #718076; font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.confirmation-code strong { margin-top: 3px; color: var(--deep); font-size: 1.25rem; letter-spacing: .06em; }
.booking-success .button { display: flex; width: fit-content; margin: 0 auto; }
.text-button { margin-top: 17px; padding: 5px; border: 0; background: transparent; color: var(--green); font: inherit; font-size: .78rem; font-weight: 820; text-decoration: underline; cursor: pointer; }

.puzzle { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.puzzle__visual { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.puzzle__visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.puzzle__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 5% 5%; mix-blend-mode: overlay; }
.puzzle__tag { position: absolute; top: 20px; left: 20px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-size: .76rem; font-weight: 900; }
.puzzle__copy > p { color: #59635b; }
.puzzle__stat { display: flex; align-items: baseline; gap: 14px; margin: 28px 0 16px; }
.puzzle__stat strong { font-family: Georgia, serif; font-size: 3.8rem; line-height: 1; }
.puzzle__stat span { color: #59635b; font-weight: 740; }
.fine-print { font-size: .82rem; }

.contact { display: flex; justify-content: space-between; gap: 50px; align-items: end; border-top: 1px solid var(--line); }
.contact h2 { max-width: 11ch; margin-bottom: 0; }
.contact__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.text-link { color: var(--green); font-weight: 820; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.farm-footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px clamp(20px, 4vw, 64px); background: #101811; color: rgba(255,255,255,.65); font-size: .78rem; }
.farm-footer a { color: #fff; font-weight: 780; text-decoration: none; }

@media (max-width: 920px) {
  .intro, .capybara-story, .puzzle, .booking__intro, .booking-shell { grid-template-columns: 1fr; }
  .animal-story { grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr); }
  .capybara-story__content h2, .booking__intro h2 { max-width: 12ch; }
  .farm-hero__content { width: min(780px, calc(100% - 48px)); margin-left: 24px; }
  .calendar-panel { position: static; }
  .booking-success { grid-column: auto; }
}

@media (max-width: 760px) {
  .farm-header { padding: 13px 16px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 10px 16px 18px; border-top: 1px solid rgba(255,255,255,.12); background: #132d1d; }
  .nav-links a { display: block; padding: 12px; }
  body.nav-open .nav-links { display: block; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .farm-hero { min-height: 88svh; }
  .farm-hero > img { object-position: 61% center; }
  .farm-hero__shade { background: linear-gradient(0deg, rgba(9,26,14,.86) 0%, rgba(9,26,14,.45) 52%, rgba(9,26,14,.12) 100%); }
  .farm-hero__content { width: calc(100% - 40px); margin-left: 20px; padding: 120px 0 84px; }
  h1 { font-size: clamp(2.65rem, 11.2vw, 4rem); line-height: .98; }
  h1 span { white-space: normal; }
  .scroll-cue { display: none; }
  .section { width: min(100% - 28px, 1180px); padding: 74px 0; }
  .section-heading, .contact { display: block; }
  .section-heading > p { margin-top: 18px; }
  .photo-break { width: calc(100% - 20px); }
  .photo-break img { height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
  .photo-break p { right: 12px; bottom: 12px; left: 12px; text-align: center; }
  .animal-story, .animal-story--reverse { grid-template-columns: 1fr; grid-template-areas: "media" "content"; min-height: 0; border-radius: 23px; }
  .animal-story__media img { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .animal-story__content { padding: 30px 24px 34px; }
  .animal-story__content::before { margin-bottom: 19px; }
  .animal-story__number { margin-bottom: 18px; }
  .booking__intro { padding-bottom: 34px; }
  .booking-shell { gap: 14px; }
  .calendar-panel, .booking-form, .booking-success { border-radius: 21px; }
  .calendar-panel, .booking-form { padding: 20px 16px; }
  .calendar-toolbar { grid-template-columns: 44px 1fr 44px; gap: 8px; margin-bottom: 20px; }
  .calendar-nav { width: 44px; height: 44px; }
  .calendar-weekdays, .calendar-grid { gap: 3px; }
  .calendar-day { border-radius: 10px; }
  .calendar-day__number { font-size: .8rem; }
  .slot-grid { grid-template-columns: 1fr; }
  .slot-option { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; }
  .slot-option span { margin-top: 0; }
  .contact-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .package-option__body { padding: 13px 12px; }
  .booking-success { min-height: 0; }
  .contact__actions { align-items: flex-start; margin-top: 28px; }
  .farm-footer { flex-direction: column; align-items: flex-start; }
}

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (hover: hover) and (pointer: fine) {
  .button:hover, .booking-submit:hover:not(:disabled) { transform: translateY(-2px) scale(1.025); box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 18px 42px rgba(23,61,40,.28); }
  .button:hover::before, .booking-submit:hover:not(:disabled)::before { transform: translateX(470%) skewX(-18deg); }
  .animal-story:hover { border-color: rgba(23,61,40,.24); box-shadow: 0 28px 78px rgba(27,48,32,.15); }
  .animal-story:hover .animal-story__media img { transform: scale(1.045); }
  .slot-option:hover:not(:disabled), .package-option:hover .package-option__body { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .button, .booking-submit, .animal-story__media img, .slot-option, .package-option__body { transform: none !important; }
  .button::before, .booking-submit::before { display: none; }
}
