: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; }
.intro__calendar-cta { margin-top: 22px; }
.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--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); }

.visit-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 7vw, 96px); align-items: center; }
.visit-story__photo { position: relative; overflow: hidden; border-radius: var(--radius); }
.visit-story__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.visit-story__content h2 { max-width: 9ch; }
.visit-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.is-selected:hover:not(:disabled), .calendar-day.is-selected:focus-visible { 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-studio { position: relative; isolation: isolate; width: min(1260px, calc(100% - 40px)); }
.puzzle-studio::before { position: absolute; z-index: -1; top: 7%; right: -9%; width: 360px; height: 360px; border-radius: 50%; background: rgba(184,218,141,.22); content: ""; filter: blur(70px); }
.puzzle-studio__header { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); align-items: end; gap: clamp(36px, 8vw, 110px); margin-bottom: 42px; }
.puzzle-studio__header h2 { max-width: 13ch; margin-bottom: 0; }
.puzzle-studio__intro { color: #4f5d52; }
.puzzle-studio__intro > p { max-width: 54ch; margin-bottom: 24px; }
.puzzle-price { display: flex; align-items: baseline; gap: 12px; }
.puzzle-price strong { color: var(--deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 4.8vw, 4.4rem); line-height: .9; letter-spacing: -.04em; }
.puzzle-price span { color: #657067; font-size: .8rem; font-weight: 820; }
.puzzle-studio__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .72fr); align-items: start; gap: 22px; }
.puzzle-explorer { display: grid; min-width: 0; gap: 22px; }
.puzzle-overview-card, .puzzle-detail-card { overflow: hidden; padding: clamp(20px, 3vw, 32px); border: 1px solid rgba(23,61,40,.14); border-radius: 28px; background: rgba(255,253,247,.94); box-shadow: 0 24px 68px rgba(27,48,32,.1); }
.puzzle-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.puzzle-card-heading h3 { margin: 5px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: 1.06; }
.puzzle-step, .puzzle-scale, .puzzle-limit { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; font-size: .64rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.puzzle-step { color: var(--green); }
.puzzle-scale { flex: 0 0 auto; padding: 7px 10px; background: #eef4e7; color: var(--deep); }
.puzzle-help { max-width: 68ch; margin: 13px 0 19px; color: #69736b; font-size: .8rem; }
.puzzle-overview { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 21px; background: #223c29; box-shadow: inset 0 0 0 1px rgba(23,61,40,.06); isolation: isolate; }
.puzzle-overview picture, .puzzle-overview img { width: 100%; }
.puzzle-overview picture { display: block; }
.puzzle-overview img { aspect-ratio: 3 / 2; object-fit: cover; filter: blur(32px) saturate(.46) brightness(.56); }
.puzzle-overview__reveal { position: absolute; z-index: 2; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; }
.puzzle-overview::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(9,26,14,.2), transparent 46%); content: ""; }
.puzzle-overview__grid { position: absolute; z-index: 3; inset: 0; display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(10, 1fr); }
.puzzle-overview__badge { position: absolute; z-index: 5; bottom: 14px; left: 14px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(13,35,21,.78); color: #fff; font-size: .68rem; font-weight: 900; backdrop-filter: blur(9px); pointer-events: none; }
.puzzle-overview .photo-note { z-index: 5; pointer-events: none; }
.puzzle-sector { position: relative; display: grid; min-width: 0; min-height: 0; appearance: none; place-items: center; padding: 0; border: 0; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; background: rgba(23,61,40,.04); color: #fff; font: inherit; cursor: pointer; text-shadow: 0 1px 4px rgba(0,0,0,.8); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.puzzle-sector:nth-child(10n) { border-right: 0; }
.puzzle-sector:nth-last-child(-n + 10) { border-bottom: 0; }
.puzzle-sector__number { font-size: clamp(.45rem, .75vw, .62rem); font-weight: 900; opacity: .74; }
.puzzle-sector__status { position: absolute; right: 3px; bottom: 2px; width: 5px; height: 5px; overflow: hidden; border-radius: 50%; background: rgba(255,255,255,.88); color: transparent; font-size: 0; }
.puzzle-sector.has-active { background: rgba(215,143,74,.28); }
.puzzle-sector.has-active .puzzle-sector__status { background: #e6a263; }
.puzzle-sector.has-pending { background: rgba(255,255,255,.19); }
.puzzle-sector.has-pending .puzzle-sector__status { background: #f0e5c8; }
.puzzle-sector.has-selection, .puzzle-sector.is-selected { z-index: 2; background: rgba(184,218,141,.42); box-shadow: inset 0 0 0 2px #d8f7ad, 0 0 0 1px rgba(19,61,34,.5); }
.puzzle-sector.is-complete { background: rgba(13,35,21,.68); cursor: default; }
.puzzle-legend { display: flex; flex-wrap: wrap; gap: 9px 17px; margin: 17px 0 0; padding: 0; color: #687269; font-size: .68rem; font-weight: 750; list-style: none; }
.puzzle-legend li { display: flex; align-items: center; gap: 6px; }
.legend-swatch { width: 10px; height: 10px; border: 1px solid rgba(23,61,40,.18); border-radius: 3px; background: #fff; }
.legend-swatch--selected { background: var(--leaf); }
.legend-swatch--sponsored { background: var(--warm); }
.legend-swatch--pending { background: #e7e0cf; }

.puzzle-zoom-scroll { width: 100%; overflow-x: auto; padding: 5px 5px 10px; border-radius: 17px; background: #eef3e8; scrollbar-color: var(--green) transparent; }
.puzzle-zoom-grid { display: grid; min-width: 420px; grid-template-columns: repeat(10, minmax(32px, 1fr)); gap: 5px; }
.puzzle-grid-placeholder { grid-column: 1 / -1; margin: 0; padding: 52px 24px; color: #748078; text-align: center; }
.puzzle-piece { position: relative; display: grid; min-width: 0; aspect-ratio: 1; appearance: none; place-items: center; padding: 2px; border: 1px solid rgba(23,61,40,.18); border-radius: 9px; background: rgba(255,253,247,.98); color: var(--deep); font: inherit; text-decoration: none; box-shadow: inset 0 1px 0 #fff; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, opacity .2s ease; }
.puzzle-piece__label { overflow: hidden; font-size: clamp(.45rem, .72vw, .62rem); font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.puzzle-piece__logo { display: block; width: 100%; height: 100%; padding: 2px; border-radius: 6px; object-fit: contain; }
.puzzle-piece.is-selected { border-color: #699742; background: linear-gradient(145deg, #dff3c2, #b8da8d); color: #16311f; box-shadow: 0 5px 14px rgba(47,102,65,.2), inset 0 1px 0 rgba(255,255,255,.78); }
.puzzle-piece.is-active { border-color: #be7337; background: linear-gradient(145deg, #f4bd83, #d78f4a); color: #2d190b; }
.puzzle-piece.is-active::after { position: absolute; top: 3px; right: 3px; content: "↗"; font-size: .5rem; }
.puzzle-piece.is-pending { border-style: dashed; background: #e8e3d6; color: #7b756a; cursor: not-allowed; }
.puzzle-piece.is-limit-disabled { opacity: .4; cursor: not-allowed; }

.puzzle-purchase { position: sticky; top: 92px; overflow: hidden; padding: clamp(23px, 3vw, 34px); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: radial-gradient(circle at 100% 0, rgba(184,218,141,.18), transparent 35%), linear-gradient(145deg, #173d28, #102c1c 76%); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 28px 72px rgba(13,35,21,.22); }
.puzzle-purchase__top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.puzzle-purchase__top h3 { margin: 2px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1; }
.puzzle-limit { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); }
.puzzle-cart { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin: 25px 0 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.06); }
.puzzle-cart__metric { padding: 13px 14px; }
.puzzle-cart__metric + .puzzle-cart__metric { border-left: 1px solid rgba(255,255,255,.12); }
.puzzle-cart__metric > span, .puzzle-cart__metric > strong { display: block; }
.puzzle-cart__metric > span { color: rgba(255,255,255,.56); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.puzzle-cart__metric > strong { margin-top: 2px; font-size: 1.3rem; }
.puzzle-cart__metric strong small { margin-left: 2px; color: rgba(255,255,255,.52); font-size: .68rem; }
.puzzle-cart__metric--total > strong { color: #d8efb5; }
.puzzle-selected-list { display: flex; max-height: 116px; flex-wrap: wrap; gap: 7px; overflow-y: auto; margin-bottom: 24px; padding: 12px; border: 1px dashed rgba(255,255,255,.16); border-radius: 15px; }
.puzzle-selected-empty { width: 100%; margin: 0; color: rgba(255,255,255,.5); font-size: .72rem; text-align: center; }
.puzzle-selected-item { display: inline-flex; min-height: 28px; align-items: center; gap: 6px; padding: 4px 8px; border: 1px solid rgba(184,218,141,.28); border-radius: 999px; background: rgba(184,218,141,.12); color: #e8f9d0; font-size: .66rem; font-weight: 820; }
.puzzle-selected-item button { display: grid; width: 18px; height: 18px; appearance: none; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font: inherit; cursor: pointer; }

.puzzle-form { display: grid; gap: 18px; }
.puzzle-form__group { min-width: 0; margin: 0; padding: 0; border: 0; }
.puzzle-form__group > legend { width: 100%; margin-bottom: 10px; padding: 0; color: #d9ebc2; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.puzzle-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.puzzle-field { display: grid; gap: 6px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 780; }
.puzzle-field--wide { grid-column: 1 / -1; }
.puzzle-field input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: .8rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.puzzle-field input::placeholder { color: rgba(255,255,255,.34); }
.puzzle-field input:focus { border-color: rgba(184,218,141,.7); background: rgba(255,255,255,.12); box-shadow: 0 0 0 3px rgba(184,218,141,.12); }
.puzzle-field input[type="file"] { min-height: 0; padding: 9px; }
.puzzle-field input[type="file"]::file-selector-button { margin-right: 9px; padding: 7px 9px; border: 0; border-radius: 8px; background: #d8efb5; color: var(--deep); font: inherit; font-weight: 850; cursor: pointer; }
.puzzle-field small { color: rgba(255,255,255,.43); font-size: .63rem; font-weight: 600; }
.puzzle-field--upload { margin-top: 10px; }
[data-puzzle-logo-field][hidden], [data-puzzle-text-field][hidden] { display: none; }
.puzzle-display-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.puzzle-display-option { position: relative; cursor: pointer; }
.puzzle-display-option > input { position: absolute; opacity: 0; pointer-events: none; }
.puzzle-display-option > span { display: block; min-height: 61px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.055); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.puzzle-display-option strong, .puzzle-display-option small { display: block; }
.puzzle-display-option strong { color: #fff; font-size: .76rem; }
.puzzle-display-option small { color: rgba(255,255,255,.46); font-size: .62rem; }
.puzzle-display-option > input:checked + span { border-color: rgba(184,218,141,.76); background: rgba(184,218,141,.14); box-shadow: inset 0 0 0 1px rgba(184,218,141,.2); }
.puzzle-display-option > input:focus-visible + span { outline: 3px solid #f4c75a; outline-offset: 2px; }

.payment-choice { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.055); cursor: pointer; }
.payment-choice > input { width: 16px; height: 16px; accent-color: var(--leaf); }
.payment-choice__body strong, .payment-choice__body small { display: block; }
.payment-choice__body strong { font-size: .77rem; }
.payment-choice__body small { color: rgba(255,255,255,.48); font-size: .62rem; }
.payment-choice__check { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--leaf); color: var(--deep); font-size: .7rem; font-weight: 900; }
.payment-choice--disabled { margin-top: 9px; opacity: .48; cursor: not-allowed; }
.payment-coming-soon { padding: 4px 6px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: .56rem; font-weight: 900; text-transform: uppercase; }
.demo-payment { display: grid; grid-template-columns: 86px minmax(0, 1fr); align-items: center; gap: 14px; margin: 9px 0; padding: 12px; border: 1px solid rgba(244,199,90,.36); border-radius: 15px; background: rgba(244,199,90,.1); }
.demo-qr { position: relative; display: grid; width: 86px; height: 86px; place-items: center; border: 7px solid #fff; border-radius: 9px; background: repeating-conic-gradient(#173d28 0 25%, #fff 0 50%) 0 0 / 14px 14px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.demo-qr::after { position: absolute; inset: 20px 5px; display: grid; place-items: center; border: 2px solid #fff; background: #a52b20; color: #fff; content: "NU PLĂTI"; font-size: .5rem; font-weight: 950; letter-spacing: .04em; transform: rotate(-8deg); }
.demo-qr span { position: absolute; z-index: 2; top: 2px; right: 2px; padding: 1px 3px; background: #fff; color: #a52b20; font-size: .45rem; font-weight: 950; }
.demo-payment > div:last-child > strong { color: #ffe39a; font-size: .78rem; }
.demo-payment p { margin: 3px 0 0; color: rgba(255,255,255,.55); font-size: .62rem; line-height: 1.45; }
.puzzle-consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; color: rgba(255,255,255,.63); font-size: .65rem; cursor: pointer; }
.puzzle-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--leaf); }
.puzzle-waiting-note { margin: -2px 0 0; padding: 10px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.54); font-size: .64rem; }
.puzzle-form-message { min-height: 0; margin: -5px 0 0; padding: 0; font-size: .7rem; font-weight: 760; }
.puzzle-form-message:empty { display: none; }
.puzzle-form-message[data-state="info"] { color: #d8efb5; }
.puzzle-form-message[data-state="error"] { padding: 10px; border: 1px solid rgba(255,151,127,.25); border-radius: 11px; background: rgba(118,25,12,.22); color: #ffd6cc; }
.puzzle-form-message[data-state="success"] { color: #d8efb5; }
.puzzle-submit { position: relative; display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; overflow: hidden; isolation: isolate; padding: 13px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: linear-gradient(115deg, #b8da8d, #d8efb5 47%, #e9ca78); color: var(--deep); font: inherit; font-size: .76rem; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 14px 30px rgba(0,0,0,.2); cursor: pointer; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, opacity .2s ease; }
.puzzle-submit::before { position: absolute; top: -70%; bottom: -70%; left: -60%; width: 34%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.8), transparent); content: ""; transform: skewX(-18deg); transition: transform .72s cubic-bezier(.2,.8,.2,1); }
.puzzle-submit > span { position: relative; z-index: 1; }
.puzzle-submit:disabled { opacity: .4; cursor: not-allowed; }
.puzzle-success { padding: 34px 10px 8px; text-align: center; }
.puzzle-success[hidden] { display: none; }
.puzzle-success h3 { margin: 4px 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; line-height: 1; }
.puzzle-success > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: .78rem; }
.puzzle-success .confirmation-code { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.puzzle-success .confirmation-code span { color: rgba(255,255,255,.52); }
.puzzle-success .confirmation-code strong { color: #d8efb5; }

.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; align-items: center; gap: 24px; padding: 22px clamp(20px, 4vw, 64px); border-top: 1px solid var(--line); background: #f4efe3; color: #657067; font-size: .78rem; }
.farm-footer a { color: var(--deep); font-weight: 780; text-decoration: none; }
.farm-footer__brand { display: block; width: clamp(185px, 20vw, 260px); flex: 0 0 auto; background: transparent; }
.farm-footer__brand img { display: block; width: 100%; height: auto; background: transparent; }

@media (max-width: 920px) {
  .intro, .visit-story, .booking__intro, .booking-shell, .puzzle-studio__header, .puzzle-studio__layout { grid-template-columns: 1fr; }
  .puzzle-purchase { position: static; }
  .animal-story { grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr); }
  .visit-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; }
  .puzzle-studio { width: min(100% - 28px, 1260px); }
  .puzzle-studio__header { gap: 24px; margin-bottom: 28px; }
  .puzzle-studio__header h2 { max-width: none; font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .puzzle-overview-card, .puzzle-detail-card, .puzzle-purchase { padding: 20px 16px; border-radius: 22px; }
  .puzzle-card-heading, .puzzle-purchase__top { gap: 10px; }
  .puzzle-scale, .puzzle-limit { font-size: .54rem; }
  .puzzle-overview { border-radius: 16px; }
  .puzzle-overview__badge { bottom: 9px; left: 9px; }
  .puzzle-overview .photo-note { top: 9px; right: 9px; }
  .puzzle-sector__number { font-size: .42rem; }
  .puzzle-zoom-grid { min-width: 350px; grid-template-columns: repeat(10, minmax(28px, 1fr)); gap: 4px; }
  .puzzle-piece { border-radius: 7px; }
  .puzzle-fields { grid-template-columns: 1fr; }
  .puzzle-field--wide { grid-column: auto; }
  .demo-payment { grid-template-columns: 72px minmax(0, 1fr); }
  .demo-qr { width: 72px; height: 72px; border-width: 6px; background-size: 12px 12px; }
  .demo-qr::after { inset: 16px 3px; font-size: .44rem; }
  .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; }
  .farm-footer__brand { width: min(250px, 78vw); }
}

.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); }
  .puzzle-sector:hover:not(.is-complete) { z-index: 4; background: rgba(216,247,173,.35); box-shadow: inset 0 0 0 2px #d8f7ad; }
  .puzzle-piece:hover:not(.is-pending):not(.is-limit-disabled) { z-index: 2; transform: translateY(-2px) scale(1.04); border-color: var(--green); box-shadow: 0 7px 16px rgba(23,61,40,.18); }
  .puzzle-display-option:hover > span { transform: translateY(-1px); border-color: rgba(255,255,255,.3); }
  .puzzle-submit:hover:not(:disabled) { transform: translateY(-2px) scale(1.015); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 38px rgba(0,0,0,.27); }
  .puzzle-submit:hover:not(:disabled)::before { transform: translateX(480%) skewX(-18deg); }
}

@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, .puzzle-sector, .puzzle-piece, .puzzle-display-option > span, .puzzle-submit { transform: none !important; }
  .button::before, .booking-submit::before, .puzzle-submit::before { display: none; }
}
