/* ————————————————————————————————————————————————
   HOLIDAY PARK — sunny, friendly caravan-park template
   Rounded, stamped, legend-numbered. Every colour is a token;
   accent must pass AA (4.5:1) with white text.
   ———————————————————————————————————————————————— */
:root{
  --bg:#FBFAF3;
  --surface:#FFFFFF;
  --surface-alt:#EDF2E0;
  --ink:#20261E;
  --muted:#5C655A;
  --line:rgba(32,38,30,.14);
  --accent:#35702C;        /* grass green — 5.2:1 on white */
  --accent-dark:#2A5A23;
  --sun:#F2B63C;           /* decorative badges only; ink text on sun passes AA */
  --dark:#1F3D28;
  --on-dark:#F1F5E8;
  --on-dark-muted:rgba(241,245,232,.72);
  --radius:20px;
  --radius-sm:14px;
  --btn-radius:14px;
  --font-display:'Bricolage Grotesque',system-ui,sans-serif;
  --font-body:'Albert Sans',system-ui,-apple-system,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--ink);background:var(--bg);padding-bottom:4.25rem}
img{max-width:100%}
a{color:var(--accent)}
a:hover{color:var(--accent-dark)}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
p{text-wrap:pretty}

.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:.6rem 1.1rem;border-radius:0 0 10px 0;font-weight:600;text-decoration:none}
.skip-link:focus{left:0}

.container{width:min(1440px,calc(100% - clamp(32px,4vw,64px)));margin-inline:auto}

/* Type */
.eyebrow{font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--accent);margin:0}
.section--dark .eyebrow,.hero .eyebrow{color:currentColor;opacity:.85}
h1,h2,h3{font-family:var(--font-display);font-weight:700;letter-spacing:-.015em}


/* ————— Button system: 3 variants × 3 sizes. Nothing else. ————— */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:700;line-height:1.1;text-decoration:none;text-align:center;border-radius:var(--btn-radius);cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.btn:hover{transform:scale(1.03)}
.btn:active{transform:scale(.99)}
@media(prefers-reduced-motion:reduce){.btn:hover,.btn:active{transform:none}}
/* Fixed heights so every button of a size matches, whatever its label or container */
.btn--sm{height:2.5rem;min-width:9rem;padding:0 1.2rem;font-size:.875rem}
.btn--md{height:3rem;min-width:11rem;padding:0 1.65rem;font-size:.9375rem}
.btn--lg{height:3.5rem;min-width:13rem;padding:0 2.05rem;font-size:1rem}
.btn--solid{background:var(--accent);border-color:var(--accent);color:#FFFFFF}
/* Hover inverts the button: ground and ink swap, border stays the accent */
.btn--solid:hover,.btn--solid:focus-visible{background:#FFFFFF;border-color:var(--accent);color:var(--accent)}
.btn--outline{background:transparent;border-color:var(--accent);color:var(--accent)}
.btn--outline:hover,.btn--outline:focus-visible{background:var(--accent);border-color:var(--accent);color:#FFFFFF}
.btn--ondark{background:var(--on-dark);border-color:var(--on-dark);color:var(--dark)}
.btn--ondark:hover,.btn--ondark:focus-visible{background:transparent;border-color:var(--on-dark);color:var(--on-dark)}

.link-more{font-weight:700;font-size:.9375rem;color:var(--accent);text-decoration:none}
.link-more:hover{color:var(--accent-dark);text-decoration:underline}
.section--dark .link-more{color:var(--on-dark)}
.section--dark .link-more:hover{color:#fff}

/* ————— Header ————— */
.site-header{position:sticky;top:0;z-index:60;background:var(--bg);border-bottom:1px solid var(--line)}
.site-header__inner{display:flex;align-items:center;gap:1rem;min-height:4.75rem;padding-block:.5rem}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--ink);margin-right:auto;min-width:0}
.brand__plate{flex:none;display:none;align-items:center;justify-content:center;height:3.25rem}
.brand__plate span{display:flex;align-items:center;height:100%}
.brand__plate img{height:100%;width:auto;display:block}
.brand__plate:has(img){display:flex}
.brand__text{display:flex;flex-direction:column;min-width:0}
.brand__name{font-family:var(--font-display);font-weight:800;font-size:1.3rem;line-height:1;white-space:nowrap;letter-spacing:-.02em}
.brand__sub{font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:.3rem;white-space:nowrap;font-weight:600}
.site-nav{display:none}
.header-phone{display:none;color:inherit;border-color:currentColor}
.header-phone:hover{color:inherit;border-color:currentColor}
.nav-toggle summary{list-style:none;display:flex;flex-direction:column;gap:5px;padding:.7rem;cursor:pointer;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.nav-toggle summary::-webkit-details-marker{display:none}
.nav-toggle summary span{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px}
.nav-panel{position:absolute;left:0;right:0;top:100%;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 24px 48px rgba(31,61,40,.12);padding:.5rem 0 1.5rem}
.nav-panel nav{display:flex;flex-direction:column}
.nav-panel nav a{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--ink);text-decoration:none;padding:.65rem 0;border-bottom:1px solid var(--line);letter-spacing:-.01em}
.nav-panel nav a[aria-current="page"]{color:var(--accent)}
.nav-panel__cta{display:flex;gap:.75rem;margin-top:1.25rem}
.nav-panel__cta .btn{flex:1}

/* ————— Hero ————— */
.hero{position:relative;display:flex;align-items:flex-end;min-height:min(82svh,720px);overflow:hidden;background:var(--dark)}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.06) contrast(1.02)}
.hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,34,24,.16) 35%,rgba(18,34,24,.62) 100%)}
.hero__content{position:relative;width:100%;color:#fff;padding:6rem 0 6.5rem}
.hero__title{font-size:clamp(2.9rem,10vw,5.75rem);line-height:.98;margin:.8rem 0 0;text-wrap:balance;letter-spacing:-.025em;font-weight:800}
.hero__lede{font-size:clamp(1rem,2.6vw,1.2rem);line-height:1.55;max-width:37rem;margin:1.2rem 0 0;color:rgba(255,255,255,.93)}
.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.9rem;align-items:center}

/* Plain hero: the photo alone, with the page head beneath it */
.hero--plain{min-height:min(60svh,520px)}
.page-head{text-align:center;padding:clamp(2rem,4vw,3rem) 0 clamp(1rem,2vw,1.5rem)}
.trip-bar+.page-head{padding-top:clamp(2.5rem,5vw,3.5rem)}
.page-head .lede{margin-inline:auto}
.page-head .hero__actions{justify-content:center;margin-top:1.75rem}

/* Interior hero: same treatment, shorter, so page content starts sooner */
.hero--page{min-height:min(52svh,460px)}
.hero--page .hero__title{font-size:clamp(2.2rem,6vw,3.6rem)}
.hero--page .hero__content{padding-block:clamp(5rem,10vw,7rem) clamp(2rem,4vw,3rem)}

/* Plan-your-trip bar */
/* The booking bar sits a third over the hero photo, two thirds on the section below */
.trip-bar{position:relative;z-index:5;margin-top:clamp(-2.5rem,-3vw,-2rem)}
.trip-bar__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 24px 64px rgba(31,61,40,.16);padding:1.25rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}
.trip-bar .btn{flex:0 0 auto}
.trip-bar__note{flex:1 1 100%;font-size:.8125rem;color:var(--muted);margin:0}

.field{display:flex;flex-direction:column;gap:.35rem;flex:1 1 130px}
.field label{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--muted)}
.field input,.field select,.field textarea{font-family:var(--font-body);font-size:.9375rem;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:.65rem .8rem;width:100%}
.field--date input,.field select{background:var(--surface);border:1px solid rgba(32,38,30,.24);min-height:3rem;font-weight:500;cursor:pointer;accent-color:var(--accent);color-scheme:light}
.field--date input:hover,.field select:hover{border-color:var(--ink)}
.field textarea{resize:vertical;min-height:7rem}

/* ————— Sections ————— */
.section{padding-block:clamp(3.5rem,9vw,6rem)}
.section--alt{background:var(--surface-alt)}
.section--dark{background:var(--dark);color:var(--on-dark)}
.section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}
.section-head h2{font-size:clamp(1.9rem,4.5vw,2.7rem);line-height:1.06;margin:.5rem 0 0;letter-spacing:-.02em}
.section-head .sub{color:var(--muted);max-width:42rem;margin:.75rem 0 0}

.page-head{padding:clamp(2.75rem,6vw,4rem) 0 clamp(1.25rem,3vw,1.75rem)}
.page-head h1{font-size:clamp(2.4rem,7vw,3.9rem);line-height:1.02;margin:.6rem 0 0;text-wrap:balance;letter-spacing:-.025em;font-weight:800}
.page-head .lede{color:var(--muted);font-size:1.0625rem;line-height:1.65;max-width:44rem;margin:1.1rem 0 0}

/* ————— Stay card: THE accommodation anatomy for this family ————— */
.stays-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}
.stays-grid>*{flex:0 1 100%}
.stay-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.stay-card__media{aspect-ratio:3/2;position:relative;overflow:hidden;background:var(--surface-alt)}
.stay-card__media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.02);transition:transform .5s ease}
.stay-card:hover .stay-card__media img{transform:scale(1.03)}
.stay-card__media--empty{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,var(--surface-alt) 0 12px,#E2EAD1 12px 24px)}
.stay-card__media--empty span{font-family:ui-monospace,'SF Mono',monospace;font-size:.75rem;color:var(--muted);background:var(--surface);border:1px solid var(--line);padding:.4rem .85rem;border-radius:999px}
.stay-card__body{padding:1.35rem 1.35rem 1.5rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.stay-card__name{font-size:1.35rem;line-height:1.15;margin:0;letter-spacing:-.01em}
.stay-card__meta{font-size:.875rem;color:var(--muted);margin:0;font-weight:500}
.stay-card__desc{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}
.stay-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.2rem}
.tag{font-size:.75rem;font-weight:700;color:var(--ink);background:var(--surface-alt);border-radius:999px;padding:.3rem .75rem}
.stay-card__actions{display:flex;align-items:center;gap:1.1rem;margin-top:auto;padding-top:.95rem}

/* ————— Park-map legend ————— */
.legend{display:grid;gap:1.1rem;grid-auto-rows:1fr}
/* Facility card: photo across the top, copy beneath, all one tile */
.legend-item{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.legend-item__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--surface-alt)}
.legend-item__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.legend-item:hover .legend-item__media img{transform:scale(1.04)}
.legend-item__body{padding:1.1rem 1.2rem 1.35rem}
.legend-item strong{display:block;font-size:1.05rem;font-weight:700;margin-bottom:.35rem}
.legend-item span{font-size:.875rem;color:var(--muted);line-height:1.5}

/* Honest checklist — included vs bring/hire */

/* Checklist */
.checklist{display:grid;gap:.6rem .9rem;grid-template-columns:1fr;list-style:none;padding:0;margin:1.25rem 0 0}
.checklist li{display:flex;gap:.6rem;font-size:.9375rem;font-weight:500;align-items:baseline}
.checklist li::before{content:"✓";color:var(--accent);font-weight:700;flex:none}

/* Facts */
.facts{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}
.fact{border-top:2px solid var(--sun);padding-top:.9rem}
.fact span{display:block;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:.4rem}
.fact strong{font-family:var(--font-display);font-weight:700;font-size:1.2rem;line-height:1.25;letter-spacing:-.01em}

/* FAQ */
/* FAQ: self-contained cards in two columns on the light band */
.faq-grid{columns:1;column-gap:1.25rem;max-width:70rem;margin-inline:auto}
@media(min-width:900px){.faq-grid{columns:2}}
.faq{break-inside:avoid;-webkit-column-break-inside:avoid;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:0 1.25rem;margin-bottom:1.25rem}
.faq:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--line))}
.faq summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;cursor:pointer;font-weight:700;font-size:1rem;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-family:var(--font-display);font-weight:700;font-size:1.4rem;line-height:1;color:var(--accent);transition:transform .2s ease;flex:none}
.faq[open] summary::after{transform:rotate(45deg)}
.faq p{margin:0 0 1.25rem;color:var(--muted);line-height:1.65}

/* Feature split */
.feature{display:grid;gap:2rem;align-items:stretch}
/* Grid tracks must be allowed to shrink below their content, or a wide photo
   starves the copy column and the heading overflows. */
.feature>*{min-width:0}
.feature__media{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--surface-alt)}
.feature__media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.02)}
.feature__body h2{font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.08;margin:.55rem 0 0;letter-spacing:-.02em}
.feature__body p{color:var(--muted);line-height:1.7;margin:1rem 0 0}

/* Sticker gallery */
.stickers{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}
/* Gallery cards sit square, like every other card in the family */
.sticker{margin:0;background:var(--surface);border:1px solid var(--line);padding:.6rem .6rem .9rem;border-radius:var(--radius);box-shadow:0 12px 32px rgba(31,61,40,.1)}
.sticker img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:10px;filter:saturate(1.06) contrast(1.02)}
.sticker figcaption{font-size:.8125rem;color:var(--muted);padding:.55rem .25rem 0;font-weight:600}

/* CTA band: a light tint, never a second dark block above the dark footer, and shallow */
.section--dark.cta-band{background:var(--surface);color:var(--ink);border-top:1px solid var(--line);padding-block:clamp(2rem,4vw,2.75rem)}
.cta-band{text-align:center}
.cta-band h2{font-size:clamp(1.6rem,3.6vw,2.3rem);line-height:1.1;max-width:24ch;margin:.4rem auto 0;letter-spacing:-.02em;font-weight:800;color:var(--ink)}
.cta-band .eyebrow{color:var(--accent)}
.cta-band p{color:var(--muted);max-width:42rem;margin:.7rem auto 0;line-height:1.6}
.cta-band__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;margin-top:1.35rem}
/* On the light band the ondark button inverts to accent on white */
.cta-band .btn--ondark{background:var(--accent);border-color:var(--accent);color:#fff}
.cta-band .btn--ondark:hover{background:transparent;border-color:var(--accent);color:var(--accent)}
.cta-band .link-ondark{color:var(--accent)}
.cta-band .link-ondark:hover{color:var(--accent-dark);text-decoration:underline}
.link-ondark{color:var(--on-dark);font-weight:700;text-decoration:none;border-bottom:0;padding-bottom:0}
.link-ondark:hover{color:#fff;text-decoration:underline}

/* Chips */
.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{font-size:.8125rem;font-weight:700;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:.45rem .95rem}
.chip span{color:var(--muted);font-weight:500}

/* Contact / form */
.contact-grid{display:grid;gap:2.5rem}
.contact-row{padding:1.1rem 0;border-bottom:1px solid var(--line)}
.contact-row>span{display:block;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:.35rem}
.contact-row a,.contact-row strong{font-family:var(--font-display);font-weight:700;font-size:1.3rem;letter-spacing:-.01em;overflow-wrap:anywhere}
.contact-row strong{color:var(--ink)}
.contact-row a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;text-decoration-color:color-mix(in srgb,var(--accent) 45%,transparent)}
.contact-row a:hover{color:var(--accent-dark)}
.contact-row p{margin:.35rem 0 0;color:var(--muted);font-size:.9375rem;line-height:1.6}
.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;display:grid;gap:1rem}
.form-card h2{font-size:1.45rem;margin:0}
.form-card .form-note{font-size:.8125rem;color:var(--muted);margin:0}
.map-placeholder{border-radius:var(--radius);border:1px solid var(--line);aspect-ratio:4/3;margin-top:clamp(2rem,5vw,3rem);display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,var(--surface-alt) 0 14px,#E2EAD1 14px 28px)}
.map-placeholder span{font-family:ui-monospace,'SF Mono',monospace;font-size:.8125rem;color:var(--muted);background:var(--surface);border:1px solid var(--line);padding:.5rem 1rem;border-radius:999px}

/* Footer */
.site-footer{background:var(--dark);color:var(--on-dark)}
.site-footer a{color:var(--on-dark);text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
/* Flat footer: mark and name, nav, contact, on one line where there is room */
.site-footer__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 2.5rem;padding:clamp(1.5rem,3vw,2rem) 0}
.site-footer__brand{display:flex;align-items:center;gap:.85rem}
.footer-logo{display:none}
.footer-logo:has(img){display:block}
.footer-logo img{height:2.75rem;width:auto;display:block}
/* Until the client logo lands, the slot shows the property name so the footer is never blank */
.footer-logo:not(:has(img))::before{content:"Pinewood Holiday Park";font-family:var(--font-display);font-weight:800;font-size:1.25rem;letter-spacing:-.02em}
.footer-logo{display:flex;align-items:center}
.site-footer__contact{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.25rem;font-size:.875rem;color:var(--on-dark-muted)}
.footer-brand{font-family:var(--font-display);font-weight:800;font-size:1.25rem;margin:0;letter-spacing:-.02em}
.footer-title{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--on-dark-muted);margin:0 0 1rem}
.site-footer p{color:var(--on-dark-muted);line-height:1.65;font-size:.9375rem;margin:0 0 .5rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9375rem}
.site-footer__bottom{border-top:1px solid rgba(241,245,232,.16);padding:.9rem 0;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;font-size:.8125rem;color:var(--on-dark-muted)}

/* Mobile action bar */
.action-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:flex;gap:.6rem;background:var(--surface);border-top:1px solid var(--line);padding:.6rem .9rem calc(.6rem + env(safe-area-inset-bottom))}
.action-bar .btn{flex:1}

/* ————— Breakpoints ————— */
@media(min-width:640px){
  .legend{grid-template-columns:1fr 1fr}
  .checklist{grid-template-columns:1fr 1fr}
}
@media(min-width:700px){
  /* Balanced rows: the per-row count is chosen so rows are as even as possible,
     and a short last row centres itself. 3 up by default; 2 up for 2 or 4 types;
     4 up for 7 or 8 so no row is left with one card. */
  .stays-grid>*{flex:0 1 calc((100% - 2.5rem) / 3)}
  .stays-grid:has(>:first-child:last-child)>*{flex:0 1 min(28rem,100%)}
  .stays-grid:has(>:nth-child(2):last-child)>*,
  .stays-grid:has(>:nth-child(4):last-child)>*{flex:0 1 calc((100% - 1.25rem) / 2)}
  .stays-grid:has(>:nth-child(7):last-child)>*,
  .stays-grid:has(>:nth-child(8):last-child)>*{flex:0 1 calc((100% - 3.75rem) / 4)}
  .stickers{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:768px){
  body{padding-bottom:0}
  .action-bar{display:none}
  .container{width:min(1160px,calc(100% - 80px))}
  .trip-bar .btn{flex:0 0 auto}
}
@media(min-width:900px){
  .facts{grid-template-columns:repeat(4,1fr)}
  .feature{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem}
  .feature__media:not([style*="aspect-ratio"]){aspect-ratio:auto;height:100%;min-height:24rem}
  .feature__body{display:flex;flex-direction:column;justify-content:flex-start}
  .feature--flip .feature__media{order:2}
  .legend{grid-template-columns:repeat(3,1fr)}
  .site-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(min-width:980px){
  .contact-grid{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
}
@media(min-width:1024px){
  .site-header__inner{min-height:5.25rem}
  .brand__name{font-size:1.45rem}
  .site-nav{display:flex;gap:.35rem;margin-right:.5rem}
  .site-nav a{font-size:.9375rem;font-weight:600;color:var(--ink);text-decoration:none;padding:.45rem .9rem;border-radius:999px}
  .site-nav a:hover{background:var(--surface-alt)}
  .site-nav a[aria-current="page"]{background:var(--surface-alt);color:var(--accent)}
  .nav-toggle{display:none}
}
@media(min-width:1200px){
  .header-phone{display:inline-flex}
}
@media(prefers-reduced-motion:reduce){
  *{transition:none!important}
}

/* ————— Overlay header —————
   On pages that open with a hero the header sits on the photo itself: a dark
   translucent bar with white type, scrolling away with the hero rather than
   sticking (a translucent bar over body content is unreadable). */
/* On hero pages the header floats on the photo and stays put while you scroll;
   once past the hero it takes a solid ground so body content stays readable. */
body:has(.hero) .site-header{position:fixed;left:0;right:0;top:0;background:rgba(18,34,24,.34);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid rgba(255,255,255,.16);transition:background-color .25s ease}
body:has(.hero) .site-header.is-stuck{background:var(--dark);border-bottom-color:rgba(255,255,255,.12)}
body:has(.hero) .site-header .brand{color:#fff}
body:has(.hero) .brand__sub{color:rgba(255,255,255,.72)}
body:has(.hero) .site-nav a{color:rgba(255,255,255,.92)}
body:has(.hero) .site-nav a:hover{background:rgba(255,255,255,.16);color:#fff}
body:has(.hero) .site-nav a[aria-current="page"]{background:#fff;color:var(--accent)}
body:has(.hero) .header-phone{color:#fff;border-color:rgba(255,255,255,.45)}
body:has(.hero) .header-phone:hover{color:#fff;border-color:#fff;background:rgba(255,255,255,.12)}
body:has(.hero) .nav-toggle summary{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.32)}
body:has(.hero) .nav-toggle summary span{background:#fff}
/* The photo needs a top scrim of its own now that type sits on it */
body:has(.hero) .hero__scrim{background:linear-gradient(180deg,rgba(18,34,24,.38) 0,rgba(18,34,24,.08) 32%,rgba(18,34,24,.5) 100%)}

/* Page head: every child holds its measure but stays on the centre line */
.page-head>*{margin-left:auto;margin-right:auto}
.page-head .lede{margin-left:auto;margin-right:auto}

/* ————— Guest reviews carousel —————
   Cards scroll horizontally, advance on their own, pause on hover or focus,
   with arrows outside the track on wide screens. No scrollbar. */
.section-head--centred{display:block;text-align:center}
.section-head--centred>*{margin-left:auto;margin-right:auto}
.filmstrip{position:relative;padding-inline:3.25rem}
.filmstrip__track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}
.filmstrip__track::-webkit-scrollbar{display:none}
.filmstrip__track>*{scroll-snap-align:start;flex:none}
/* Arrow glyph only, no chrome */
.filmstrip__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:grid;place-items:center;width:2.5rem;height:2.5rem;border:0;background:none;color:var(--ink);font-size:2rem;line-height:1;cursor:pointer;padding:0}
.filmstrip__arrow:hover{color:var(--accent)}
.filmstrip__arrow--prev{left:0}
.filmstrip__arrow--next{right:0}
@media(min-width:1180px){
  .filmstrip{padding-inline:0}
  .filmstrip__arrow--prev{left:-3.5rem}
  .filmstrip__arrow--next{right:-3.5rem}
}
.review{width:min(30rem,82vw);margin:0;display:flex;flex-direction:column;gap:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2.1rem);text-align:center}
.review__stars{display:flex;justify-content:center;gap:.2rem}
.review__stars svg{width:18px;height:18px;fill:var(--sun)}
.review blockquote{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--ink)}
.review figcaption{display:flex;flex-direction:column;gap:.2rem;margin-top:auto}
.review figcaption strong{font-weight:700}
.review figcaption span{font-size:.875rem;color:var(--muted)}
/* Exactly three whole cards in view, so the strip never shows a sliced card */
@media(min-width:900px){.reviews .filmstrip__track>.review{width:calc((100% - 2.5rem) / 3)}}

/* Reviews on a photo ground: the section keeps its layout, the photo sits behind
   a dark scrim so the white cards and heading stay legible. */
.reviews-band,.cta-band--photo{position:relative;overflow:hidden;isolation:isolate}
.reviews-band__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.reviews-band__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,34,24,.78),rgba(18,34,24,.68));z-index:-1}
.reviews-band .section-head h2{color:#fff}
.reviews-band .eyebrow{color:var(--sun)}
.reviews-band .filmstrip__arrow{color:#fff}

/* Booking band on a photo: white type on a scrimmed park shot, still shallow. */
.cta-band--photo{border-top:0}
.cta-band--photo h2,.cta-band--photo p{color:#fff}
.cta-band--photo .eyebrow{color:var(--sun)}
.cta-band--photo .btn--ondark{background:#fff;border-color:#fff;color:var(--accent)}
.cta-band--photo .btn--ondark:hover{background:transparent;border-color:#fff;color:#fff}
.cta-band--photo .link-ondark{color:#fff}
.cta-band--photo .link-ondark:hover{color:#fff;text-decoration:underline}

/* Every photo lifts slightly on hover; its frame clips the growth. */
.feature__media,.sticker,.stay-card__media,.reviews-band__img,.hero__img,.page-banner{overflow:hidden}
.feature__media img,.sticker img,.stay-card__media img,.tile__media img,.gallery-grid img{transition:transform .45s ease}
.feature__media:hover img,.sticker:hover img,.stay-card:hover .stay-card__media img,.tile:hover .tile__media img{transform:scale(1.04)}
@media(prefers-reduced-motion:reduce){
  .feature__media img,.sticker img,.stay-card__media img,.tile__media img,.gallery-grid img{transition:none}
  .feature__media:hover img,.sticker:hover img,.stay-card:hover .stay-card__media img,.tile:hover .tile__media img{transform:none}
}

/* About photo strip: one photo at a time inside the feature column */
.feature__media--strip{background:none;border-radius:0;overflow:visible}
/* A slide in the feature column stretches to the row height, so the copy beside
   it never leaves a tall empty column underneath. */
/* The slide sits inside a plain wrapper div, so the wrapper must stretch too */
.feature>div:has(>.feature__media--strip){display:flex;flex-direction:column}
.feature__media--strip{flex:1;align-self:stretch;height:auto;min-height:24rem;aspect-ratio:auto}
.feature__media--strip>.detail-strip{position:absolute;inset:0}
.feature__media--strip{position:relative}
.about-strip{padding-inline:0;height:100%}
.about-strip .filmstrip__track{height:100%}
.about-strip figure{margin:0;width:100%;height:100%;border-radius:var(--radius);overflow:hidden}
.about-strip figure a{display:block;height:100%}
.about-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.about-strip figure:hover img{transform:scale(1.04)}
.about-strip .filmstrip__arrow{color:#fff;text-shadow:0 1px 6px rgba(18,34,24,.6)}
.about-strip .filmstrip__arrow--prev{left:.75rem}
.about-strip .filmstrip__arrow--next{right:.75rem}

/* Lightbox: CSS only, driven by :target. Arrows wrap at both ends. */
.lightbox{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:clamp(1rem,5vw,3.5rem)}
.lightbox:target{display:grid}
.lightbox__scrim{position:absolute;inset:0;background:rgba(18,34,24,.9);backdrop-filter:blur(3px)}
.lightbox__figure{position:relative;margin:0;max-width:min(1200px,92vw);max-height:82vh}
.lightbox__figure img{display:block;width:100%;max-height:82vh;object-fit:contain;border-radius:var(--radius)}
.lightbox__nav,.lightbox__close{position:absolute;z-index:2;display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ink);text-decoration:none;font-size:1.6rem;line-height:1}
.lightbox__nav:hover,.lightbox__close:hover{background:#fff;color:var(--accent)}
.lightbox__nav--prev{left:clamp(.5rem,3vw,2rem);top:50%;transform:translateY(-50%)}
.lightbox__nav--next{right:clamp(.5rem,3vw,2rem);top:50%;transform:translateY(-50%)}
.lightbox__close{top:clamp(.5rem,3vw,2rem);right:clamp(.5rem,3vw,2rem);font-size:1.15rem}
.lightbox__count{position:absolute;bottom:clamp(.75rem,3vw,2rem);left:50%;transform:translateX(-50%);margin:0;color:rgba(255,255,255,.85);font-size:.875rem;letter-spacing:.08em}

/* Card names are links but read as headings: underline only on hover */
.stay-card__name a{color:inherit;text-decoration:none}
.stay-card__name a:hover{color:var(--accent)}
.stay-card__media{text-decoration:none}
.link-more{text-decoration:none}
.link-more:hover{text-decoration:underline}

/* Inclusion cards sitting on a photo band: white cards keep their own ground */
.reviews-band .section-head h2{color:#fff}

/* Inclusions: an even grid of icon tiles, with the short "bring" list as a
   single quiet strip beneath rather than a second heavy card. */
.inclusion-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.inclusion{display:flex;align-items:center;gap:.85rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem}
.inclusion svg{width:26px;height:26px;flex:none;fill:none;stroke:var(--accent);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.inclusion strong{font-size:.9375rem;font-weight:600;line-height:1.35}
.bring{margin-top:1.75rem;padding-top:1.35rem;border-top:1px solid var(--line);text-align:center}
.bring__title{margin:0;font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--muted)}
/* One centred line: the practical notes, quieter than the tiles above */
.bring__line{margin:.6rem auto 0;max-width:64rem;font-size:1rem;line-height:1.7;color:var(--ink);text-wrap:pretty}
.bring__dot{color:var(--accent);margin:0 .7rem;font-weight:700}

/* Inclusions as a continuous carousel: five whole tiles in view, arrows outside */
.inclusion-strip .filmstrip__track{align-items:stretch}
.inclusion-strip .inclusion{width:100%}
@media(min-width:900px){.inclusion-strip .filmstrip__track>.inclusion{width:calc((100% - 5rem) / 5)}}

/* Bring or hire: the same carousel anatomy, three items so three sit in view */
.inclusion-strip--bring{margin-top:.9rem}
.inclusion--bring svg{stroke:var(--muted)}
@media(min-width:900px){.inclusion-strip--bring .filmstrip__track>.inclusion{width:calc((100% - 2.5rem) / 3)}}

/* In the 5-up carousel the tile stacks: icon above a centred label, so a
   four-word phrase is never squeezed into a 50px text column. */
.inclusion-strip .inclusion{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.6rem;padding:1.25rem .9rem}
.inclusion-strip .inclusion strong{font-size:.875rem;line-height:1.35;text-wrap:balance}

/* Stay-page hero photo as a self-advancing slide, one frame at a time */
.detail-strip{padding-inline:0;height:100%;min-height:inherit}
.detail-strip .filmstrip__track{height:100%;gap:0}
.detail-strip figure{margin:0;width:100%;height:100%;border-radius:var(--radius);overflow:hidden}
.detail-strip figure a{display:block;height:100%}
.detail-strip img{width:100%;height:100%;object-fit:cover;display:block}

/* Action rows wrap as whole units: the row wraps, the label never breaks. */
.stay-card__actions{flex-wrap:wrap}
.link-more{white-space:nowrap}

/* Cross-links: small picture tiles, quieter than the room they sit beneath.
   Name only, no meta, no buttons. */
.stay-tiles{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}
.stay-tile{display:block;text-decoration:none;color:var(--ink)}
.stay-tile__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);background:var(--surface-alt)}
.stay-tile__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,34,24,0) 45%,rgba(18,34,24,.78))}
.stay-tile__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.stay-tile:hover .stay-tile__media img{transform:scale(1.04)}
.stay-tile__name{position:absolute;left:0;right:0;bottom:0;padding:.7rem .65rem;color:#fff;font-weight:700;font-size:.875rem;line-height:1.25;text-align:center;text-wrap:balance}
.stay-tile:hover .stay-tile__name{color:#fff}
@media(prefers-reduced-motion:reduce){.stay-tile__media img{transition:none}.stay-tile:hover .stay-tile__media img{transform:none}}

/* "More questions": the extra FAQ cards expand in place, CSS only */
.faq-more{margin-top:.25rem;text-align:center}
.faq-more>summary{display:inline-flex;align-items:center;gap:.5rem;list-style:none;cursor:pointer;font-weight:700;font-size:.9375rem;color:var(--accent);padding:.6rem .2rem}
.faq-more>summary::-webkit-details-marker{display:none}
.faq-more>summary::after{content:"+";font-family:var(--font-display);font-size:1.3rem;line-height:1;transition:transform .2s ease}
.faq-more[open]>summary::after{transform:rotate(45deg)}
.faq-more>summary:hover{text-decoration:underline}
.faq-more .faq-more__close,.faq-more[open] .faq-more__open{display:none}
.faq-more[open] .faq-more__close{display:inline}
.faq-more .faq-grid{text-align:left}
.sticker>a{display:block}
.legend-item__media>a,.feature__media>a{display:block;height:100%}

/* Banner photo set: three frames cross-fading on one slow cycle */
.hero--set .hero__img{opacity:0;animation:heroFade 21s infinite}
.hero--set .hero__img:nth-of-type(1){animation-delay:0s}
.hero--set .hero__img:nth-of-type(2){animation-delay:7s}
.hero--set .hero__img:nth-of-type(3){animation-delay:14s}
@keyframes heroFade{0%{opacity:0}4%{opacity:1}33%{opacity:1}38%{opacity:0}100%{opacity:0}}
@media(prefers-reduced-motion:reduce){
  .hero--set .hero__img{animation:none;opacity:0}
  .hero--set .hero__img:nth-of-type(1){opacity:1}
}

/* ————— Contact —————
   Form and map side by side, the details as three cards beneath, socials centred. */
@media(min-width:820px){
  .contact-grid{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:stretch}
  .contact-grid .map-embed{margin-top:0;height:100%;min-height:24rem;aspect-ratio:auto}
}
.contact-cards{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:clamp(1.5rem,3vw,2.25rem)}
.contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.35rem;text-decoration:none;color:var(--ink);transition:border-color .2s ease,transform .2s ease}
.contact-card:hover{border-color:var(--accent);transform:translateY(-2px)}
.contact-card__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:var(--surface-alt);margin-bottom:.35rem}
.contact-card__icon svg{width:24px;height:24px;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-card__label{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--muted)}
/* Long values wrap only at the boundaries marked with <wbr>, never mid-word */
.contact-card strong{font-size:1.05rem;line-height:1.3;word-break:normal;overflow-wrap:normal}
.contact-card__note{font-size:.875rem;color:var(--muted);line-height:1.5}
.socials{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}
.social{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);transition:background-color .2s ease,border-color .2s ease}
.social svg{width:24px;height:24px;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.social:hover{background:var(--accent);border-color:var(--accent)}
.social:hover svg{stroke:#fff}
@media(min-width:820px){.contact-cards{grid-template-columns:repeat(3,1fr)}}
@media(prefers-reduced-motion:reduce){.contact-card:hover{transform:none}}

/* Live map embed: fills its column, framed like every other card */
.map-embed{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface-alt);min-height:24rem}
.map-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
