:root {
  --green-950: #082a21;
  --green-900: #0d3328;
  --green-800: #123d2f;
  --green-700: #1b513e;
  --cream: #f5f0e4;
  --cream-deep: #e9dfcb;
  --white: #fffdf8;
  --gold: #c99a4a;
  --gold-light: #e3bd76;
  --ink: #1f261f;
  --muted: #697168;
  --line: rgba(18, 61, 47, .18);
  --shadow: 0 20px 55px rgba(6, 31, 24, .18);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); background: var(--gold); color: var(--green-950); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; padding: 18px 0; color: var(--white); }
.header-inner { width: var(--shell); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: min(360px, 38vw); filter: brightness(0) invert(1); }
.brand img { width: 100%; }
#primary-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
#primary-nav a { text-decoration: none; border-bottom: 1px solid transparent; padding: 7px 0; }
#primary-nav a:hover, #primary-nav a:focus-visible { color: var(--gold-light); border-color: currentColor; }
#primary-nav .nav-call { border: 1px solid rgba(255,255,255,.65); padding: 10px 14px; }
.nav-toggle { display: none; color: var(--white); background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--green-950); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 62% center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,24,18,.96) 0%, rgba(8,42,33,.84) 34%, rgba(8,42,33,.18) 67%, rgba(8,42,33,.06) 100%), linear-gradient(0deg, rgba(5,20,15,.6), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero-wordmark { width: max-content; max-width: 100%; margin-bottom: 28px; padding: 14px 22px 12px; border-top: 1px solid var(--gold-light); border-bottom: 1px solid var(--gold-light); text-transform: uppercase; }
.hero-wordmark strong, .hero-wordmark span { display: block; font-family: "Barlow Condensed", sans-serif; line-height: .9; }
.hero-wordmark strong { color: var(--white); font-size: clamp(36px, 4.6vw, 62px); font-weight: 700; letter-spacing: .08em; }
.hero-wordmark span { margin-top: 8px; color: var(--gold-light); font-size: clamp(20px, 2.7vw, 34px); font-weight: 600; letter-spacing: .16em; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-700); }
.hero h1, h2 { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .015em; line-height: .94; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(66px, 9vw, 122px); text-shadow: 0 3px 24px rgba(0,0,0,.25); }
.hero h1 span { display: block; font-size: .43em; letter-spacing: .16em; }
.hero-script { margin: 22px 0 12px; color: var(--gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px, 3.4vw, 48px); font-style: italic; font-weight: 600; }
.hero-copy { max-width: 560px; margin: 0; font-size: 18px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 900; cursor: pointer; }
.button-gold { background: var(--gold); color: var(--green-950); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.62); color: var(--white); background: rgba(8,42,33,.18); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); color: var(--green-900); }
.button-green { background: var(--green-800); color: var(--white); }
.button-green:hover, .button-green:focus-visible { background: var(--green-950); }
.price-medallion { position: absolute; z-index: 3; right: max(5vw, 40px); bottom: 70px; width: 220px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--green-900); border: 2px solid var(--gold); box-shadow: 0 0 0 7px rgba(8,42,33,.9), 0 0 0 9px var(--gold), var(--shadow); }
.price-medallion span { color: var(--gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 27px; }
.price-medallion strong { display: block; color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: 48px; font-weight: 700; line-height: 1; }
.price-medallion small { text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }

.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--green-950); color: var(--white); border-top: 1px solid rgba(201,154,74,.48); }
.trust-strip div { min-height: 116px; display: grid; place-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip strong { color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: 34px; font-weight: 700; }
.trust-strip span { font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 104px 0; }
.cream-section { background: var(--cream); }
.dark-section { color: var(--white); background: var(--green-900); }
.section-kicker { color: var(--green-700); }
.section-kicker.gold { color: var(--gold-light); }
h2 { margin: 0 0 24px; color: var(--green-900); font-size: clamp(48px, 6vw, 78px); }
.dark-section h2, .gallery-section h2, .attractions-section h2, .contact-section h2 { color: var(--white); }
.lead { font-size: 20px; line-height: 1.5; color: #38443b; }
.two-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.intro-grid > div:first-child { padding-top: 36px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 14px; color: var(--green-800); font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.care-panel { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.care-price { display: flex; align-items: baseline; gap: 16px; padding: 24px 30px; background: var(--green-800); color: var(--white); }
.care-price span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-style: italic; font-weight: 600; }
.care-price strong { margin-left: auto; color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: 44px; font-weight: 700; }
.care-price small { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.tick-list { columns: 2; column-gap: 34px; margin: 0; padding: 30px; list-style: none; }
.tick-list li { position: relative; break-inside: avoid; margin: 0 0 18px; padding-left: 28px; border-bottom: 1px dotted rgba(18,61,47,.2); padding-bottom: 12px; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.fine-print { margin: 0; padding: 0 30px 30px; color: var(--muted); font-size: 12px; }

.packages-heading { margin-bottom: 42px; }
.packages-heading p { color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 38px rgba(6,31,24,.09); }
.package-top { padding: 26px 24px 22px; border-bottom: 1px solid var(--line); }
.package-number { margin: 0 0 22px; color: var(--gold); font-family: "Barlow Condensed", sans-serif; font-size: 23px; font-weight: 700; }
.package-card h3 { min-height: 62px; margin: 0; color: var(--green-900); font-family: "Barlow Condensed", sans-serif; font-size: 36px; font-weight: 800; line-height: .95; text-transform: uppercase; }
.package-price { display: flex; align-items: baseline; gap: 9px; margin: 18px 0 0; }
.package-price strong { color: var(--green-800); font-family: "Barlow Condensed", sans-serif; font-size: 50px; font-weight: 700; line-height: 1; }
.package-price span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-list { flex: 1; margin: 0; padding: 24px; list-style: none; }
.package-list li { position: relative; margin-bottom: 13px; padding: 0 0 13px 24px; border-bottom: 1px dotted var(--line); font-size: 14px; }
.package-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.package-card > a { margin: 0 24px 24px; padding-top: 15px; border-top: 2px solid var(--gold); color: var(--green-800); font-size: 13px; font-weight: 900; text-decoration: none; }
.package-card > a:hover, .package-card > a:focus-visible { color: var(--gold); }
.package-featured { color: var(--white); border-color: var(--green-900); background: var(--green-900); transform: translateY(-10px); box-shadow: var(--shadow); }
.package-featured .package-top, .package-featured .package-list li { border-color: rgba(255,255,255,.16); }
.package-featured h3, .package-featured .package-price strong { color: var(--gold-light); }
.package-featured .package-price span, .package-featured .package-number { color: rgba(255,255,255,.72); }
.package-featured > a { color: var(--gold-light); }
.package-badge { position: absolute; top: 0; right: 0; padding: 8px 11px; color: var(--green-950); background: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.camera-addon { display: grid; grid-template-columns: 190px 1fr auto; gap: 34px; align-items: center; margin-top: 44px; padding: 30px 34px; color: var(--white); background: var(--green-800); box-shadow: var(--shadow); }
.camera-date { display: grid; gap: 4px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.22); }
.camera-date span { color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.camera-date strong { font-family: "Barlow Condensed", sans-serif; font-size: 29px; line-height: 1; text-transform: uppercase; }
.camera-copy .section-kicker { margin-bottom: 8px; }
.camera-copy h3 { margin: 0 0 6px; font-family: "Barlow Condensed", sans-serif; font-size: 29px; font-weight: 700; text-transform: uppercase; }
.camera-copy p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.camera-price { display: grid; margin: 0; min-width: 110px; text-align: right; }
.camera-price strong { color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: 48px; line-height: 1; }
.camera-price span { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.package-contact { display: flex; align-items: center; justify-content: flex-end; gap: 22px; margin-top: 30px; }
.package-contact p { margin: 0; color: var(--green-800); font-weight: 800; }
.package-note { margin-top: 24px; padding: 0; text-align: center; }

.section-heading-row { display: grid; grid-template-columns: 1.6fr .7fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading-row h2 { margin: 0; }
.section-heading-row p { margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 18px; }
.section-heading-row:not(.light) p { color: var(--muted); }
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.facility-grid article { min-height: 228px; padding: 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.facility-icon { display: block; color: var(--gold-light); font-size: 32px; line-height: 1; }
.facility-grid h3 { margin: 22px 0 8px; font-family: "Barlow Condensed", sans-serif; font-size: 25px; font-weight: 700; }
.facility-grid p { margin: 0; color: rgba(255,255,255,.69); font-size: 14px; }

.layout-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.compact-list { padding: 0; list-style: none; }
.compact-list li { padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); position: relative; }
.compact-list li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 9px; top: 17px; }
.diagram-note { margin-top: 22px; color: var(--muted); font-size: 12px; }
.property-plan { margin: 0; padding: 18px; background: var(--green-950); box-shadow: var(--shadow); }
.property-plan figcaption { padding: 4px 4px 16px; color: var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.plan-grid { position: relative; min-height: 530px; display: grid; grid-template-columns: 1fr 64px 1fr; grid-template-rows: 1fr 1fr 118px; gap: 10px; padding: 18px; border: 1px solid var(--gold); background: #214f3c; overflow: hidden; }
.plan-grid::after { content: ""; position: absolute; inset: 8px; border: 3px dashed rgba(227,189,118,.74); pointer-events: none; }
.plan-zone, .facility-zone { position: relative; z-index: 1; display: grid; place-content: center; padding: 14px; text-align: center; border: 1px solid rgba(255,255,255,.2); color: var(--white); background: rgba(255,255,255,.06); }
.paddock-zone { background: repeating-linear-gradient(0deg, rgba(255,255,255,.045), rgba(255,255,255,.045) 32px, rgba(201,154,74,.26) 33px, rgba(201,154,74,.26) 34px); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.a { grid-column: 1; grid-row: 1; }
.b { grid-column: 3; grid-row: 1; }
.c { grid-column: 1; grid-row: 2; }
.d { grid-column: 3; grid-row: 2; }
.central-lane { grid-column: 2; grid-row: 1 / 3; display: grid; place-content: center; background: var(--cream-deep); color: var(--green-900); writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.hay-zone { position: absolute; z-index: 2; inset: 40px auto auto 40px; width: 145px; height: 76px; background: var(--gold); color: var(--green-950); transform: rotate(-2deg); }
.hay-zone span { font-family: "Barlow Condensed", sans-serif; font-size: 21px; font-weight: 700; }
.hay-zone strong { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.stables-zone { grid-column: 1 / 3; grid-row: 3; background: var(--cream-deep); color: var(--green-950); }
.arena-zone { grid-column: 3; grid-row: 3; background: var(--gold); color: var(--green-950); }
.facility-zone strong { font-family: "Barlow Condensed", sans-serif; font-size: 21px; font-weight: 700; }
.facility-zone span { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.track-label { position: absolute; z-index: 3; right: -52px; top: 47%; transform: rotate(90deg); color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.gallery-section { background: #0a2b22; color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-grid figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: var(--green-950); }
.gallery-grid .gallery-wide { grid-column: 1 / -1; min-height: 500px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 34px 24px 22px; background: linear-gradient(0deg, rgba(4,22,17,.94), transparent); }
.gallery-grid figcaption strong, .gallery-grid figcaption span { display: block; }
.gallery-grid figcaption strong { font-family: "Barlow Condensed", sans-serif; font-size: 27px; font-weight: 700; }
.gallery-grid figcaption span { color: rgba(255,255,255,.76); font-size: 13px; }
.concept-card::after { content: "STCA"; position: absolute; top: 18px; right: 18px; padding: 6px 10px; background: var(--cream); color: var(--green-950); font-size: 11px; font-weight: 900; letter-spacing: .12em; }

.visit-section { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1.35fr .65fr; box-shadow: var(--shadow); }
.map-wrap { min-height: 520px; background: var(--cream-deep); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.82) contrast(.98); }
.directions-card { padding: clamp(34px, 5vw, 60px); background: var(--cream); }
.map-business-name { margin: 0 0 14px !important; color: var(--green-900) !important; font-family: "Barlow Condensed", sans-serif; font-size: 34px !important; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.gps-address { display: grid; gap: 2px; margin-bottom: 22px; padding: 18px; border-left: 4px solid var(--gold); background: var(--white); }
.gps-address strong { color: var(--green-950); font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-weight: 700; }
.gps-address span { color: var(--green-700); font-size: 14px; font-weight: 700; }
.button-outline { border-color: var(--green-800); color: var(--green-800); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); background: var(--green-800); }
.copy-address { min-height: 44px; border: 0; border-bottom: 1px solid var(--green-700); color: var(--green-800); background: transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.copy-address:hover, .copy-address:focus-visible { color: var(--gold); }
.copy-status { min-height: 18px; color: var(--green-700); font-size: 11px; text-align: center; }
.directions-card p { color: var(--muted); }
.direction-actions { display: grid; gap: 12px; margin-top: 26px; }
.arrival-note { display: grid; gap: 4px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.arrival-note strong { color: var(--green-800); }
.arrival-note span { color: var(--muted); font-size: 13px; }

.attractions-section { background: var(--green-800); color: var(--white); }
.attraction-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.attraction-grid a { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.attraction-grid a:hover, .attraction-grid a:focus-visible { background: rgba(255,255,255,.08); }
.attraction-number { color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: 34px; font-weight: 700; }
.attraction-grid h3 { margin: 34px 0 10px; font-family: "Barlow Condensed", sans-serif; font-size: 27px; font-weight: 700; }
.attraction-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.attraction-grid strong { margin-top: auto; padding-top: 28px; color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.contact-section { padding: 110px 0; color: var(--white); background: linear-gradient(120deg, rgba(8,42,33,.97), rgba(13,51,40,.9)), url("assets/paddocks.jpg") center/cover; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.contact-copy p:not(.section-kicker) { max-width: 520px; color: rgba(255,255,255,.74); font-size: 18px; }
.contact-phone { display: inline-grid; margin-top: 20px; color: var(--gold-light); font-family: "Barlow Condensed", sans-serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 700; text-decoration: none; line-height: 1.1; }
.contact-phone span { margin-bottom: 8px; color: var(--white); font-family: Arial, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact-copy address { margin-top: 28px; color: rgba(255,255,255,.7); font-style: normal; }
.enquiry-form { padding: clamp(28px, 4vw, 44px); background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.enquiry-form h3 { margin: 0 0 26px; color: var(--green-900); font-family: "Barlow Condensed", sans-serif; font-size: 32px; font-weight: 700; }
.form-row { margin-bottom: 17px; }
.form-row label { display: block; margin-bottom: 6px; color: var(--green-900); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid rgba(18,61,47,.26); border-radius: 0; background: var(--white); padding: 12px 13px; color: var(--ink); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { padding: 48px 0 28px; background: #061f18; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 280px 1fr auto; gap: 40px; align-items: center; }
.footer-grid > img { filter: brightness(0) invert(1); }
.footer-grid > div:nth-child(2) { display: grid; gap: 3px; }
.footer-grid strong { color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-weight: 700; }
.footer-grid span { color: var(--gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; font-style: italic; font-weight: 600; }
.footer-links { display: flex; gap: 24px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { text-decoration: none; }
.footer-legal { display: flex; justify-content: space-between; gap: 40px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-legal p:first-child { max-width: 850px; }

@media (max-width: 1050px) {
  .brand { width: 300px; }
  #primary-nav { gap: 14px; font-size: 11px; }
  .price-medallion { width: 180px; }
  .facility-grid, .attraction-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-featured { transform: none; }
  .layout-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { position: fixed; padding: 10px 0; background: rgba(6,31,24,.96); backdrop-filter: blur(12px); }
  .brand { width: 250px; max-width: calc(100vw - 90px); }
  .nav-toggle { display: block; }
  #primary-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 24px; background: var(--green-950); border-top: 1px solid rgba(255,255,255,.1); align-items: stretch; flex-direction: column; }
  #primary-nav.open { display: flex; }
  #primary-nav a { padding: 10px; }
  #primary-nav .nav-call { text-align: center; }
  .hero { min-height: 780px; align-items: end; padding-bottom: 145px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,24,18,.98) 0%, rgba(8,42,33,.85) 46%, rgba(8,42,33,.08) 85%); }
  .hero-content { padding-top: 135px; }
  .hero h1 { font-size: clamp(58px, 16vw, 92px); }
  .hero-copy { font-size: 16px; }
  .price-medallion { right: 28px; bottom: 28px; width: 130px; }
  .price-medallion span { font-size: 17px; }
  .price-medallion strong { font-size: 38px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:last-child { grid-column: 1 / -1; }
  .section { padding: 76px 0; }
  .two-column, .contact-grid, .visit-grid { grid-template-columns: 1fr; }
  .camera-addon { grid-template-columns: 1fr auto; }
  .camera-date { grid-column: 1 / -1; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; }
  .care-price { flex-wrap: wrap; }
  .care-price strong { margin-left: 0; }
  .visit-grid { box-shadow: none; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > img { width: 280px; }
  .footer-links { flex-wrap: wrap; }
  .footer-legal { display: block; }
}

@media (max-width: 560px) {
  .hero-actions { display: grid; }
  .price-medallion { width: 118px; }
  .trust-strip strong { font-size: 24px; }
  .tick-list { columns: 1; }
  .facility-grid, .attraction-grid, .gallery-grid { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card h3 { min-height: 0; }
  .camera-addon { grid-template-columns: 1fr; gap: 22px; padding: 26px; }
  .camera-price { text-align: left; }
  .package-contact { align-items: stretch; flex-direction: column; }
  .gallery-grid .gallery-wide { grid-column: 1; min-height: 360px; }
  .facility-grid article { min-height: 190px; }
  .plan-grid { min-height: 460px; grid-template-columns: 1fr 42px 1fr; }
  .hay-zone { width: 110px; height: 70px; }
  .two-fields { grid-template-columns: 1fr; }
  .footer-links { display: grid; }
}

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