:root {
  --pl-forest: #20382f;
  --pl-forest-hover: #2e4a3e;
  --pl-cream: #f4efe6;
  --pl-beige: #e8ddcc;
  --pl-wood: #8b5e3c;
  --pl-ink: #242620;
  --pl-paper: #ffffff;
  --pl-muted: #5c6158;
  --pl-mist: #d9d0c1;
  --pl-radius-sm: 8px;
  --pl-radius-md: 12px;
  --pl-radius-lg: 18px;
  --pl-radius-xl: 22px;
  --pl-shadow-soft: 0 18px 45px -26px rgba(32, 56, 47, .42);
  --pl-shadow-border: 0 0 0 1px rgba(32, 56, 47, .08), 0 2px 10px rgba(32, 56, 47, .06);
  --pl-container: 82.5rem;
}

html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body.pl-body { margin: 0; background: var(--pl-cream); color: var(--pl-ink); font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; -webkit-font-smoothing: antialiased; }
.pl-site, .pl-site * { box-sizing: border-box; }
.pl-site img, .pl-site video { max-width: 100%; }
.pl-site a { color: inherit; text-decoration: none; }
.pl-site button, .pl-site input, .pl-site textarea, .pl-site select { font: inherit; }
.pl-site h1, .pl-site h2, .pl-site h3, .pl-site h4 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; color: var(--pl-forest); letter-spacing: -.022em; line-height: 1.08; text-wrap: balance; }
.pl-site h1 { font-size: clamp(2.8rem, 5.8vw, 5rem); }
.pl-site h2 { font-size: clamp(2.35rem, 4.4vw, 3.7rem); }
.pl-site h3 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
.pl-site p { margin: 0; text-wrap: pretty; }
.pl-site-main { display: block; }
.pl-container { width: min(calc(100% - 2rem), var(--pl-container)); margin-inline: auto; }
.pl-narrow { max-width: 56rem; }
.pl-narrow-copy { max-width: 46rem; margin-top: 1.5rem; color: var(--pl-muted); }
.pl-max-title { max-width: 48rem; }
.pl-section { padding-block: clamp(4rem, 7vw, 7rem); }
.pl-section--tight-bottom { padding-bottom: 2.4rem; }
.pl-bg-paper { background: var(--pl-paper); }
.pl-align-center { align-items: center; }
.pl-align-start { align-items: start; }
.pl-grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(2rem, 4.5vw, 4.5rem); }
.pl-col-5 { grid-column: span 5; }
.pl-col-6 { grid-column: span 6; }
.pl-col-7 { grid-column: span 7; }
.pl-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.pl-three-media { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pl-section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.pl-lede { margin-top: 1.15rem !important; max-width: 43rem; font-size: 1.08rem; line-height: 1.72; color: var(--pl-muted); }
.pl-eyebrow { margin-bottom: .75rem !important; display: inline-block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.18rem; font-weight: 600; font-style: italic; color: var(--pl-wood); }
.pl-eyebrow--light { color: var(--pl-beige); }
.pl-h3 { font-size: 2.3rem !important; }
.pl-caption { margin-top: .75rem !important; font-size: .9rem; color: var(--pl-muted); }

.pl-icon { width: 1.1rem; height: 1.1rem; display: inline-grid; place-items: center; flex: 0 0 auto; }
.pl-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pl-icon svg path[fill] { fill: currentColor; stroke: none; }

.pl-btn { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .72rem 1.25rem; border: 1px solid transparent; border-radius: var(--pl-radius-sm); font-size: .92rem; font-weight: 700; line-height: 1.2; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.pl-btn:hover { transform: translateY(-1px); }
.pl-btn--primary { background: var(--pl-forest); color: var(--pl-cream) !important; }
.pl-btn--primary:hover { background: var(--pl-forest-hover); }
.pl-btn--secondary { background: var(--pl-beige); color: var(--pl-forest) !important; }
.pl-btn--secondary:hover { background: #ddd0bd; }
.pl-btn--cream { background: var(--pl-cream); color: var(--pl-forest) !important; }
.pl-btn--cream:hover { background: #fffaf2; }
.pl-btn--outline-light { border-color: rgba(244,239,230,.58); color: var(--pl-cream) !important; background: rgba(244,239,230,.05); }
.pl-btn--outline-light:hover { background: rgba(244,239,230,.12); }
.pl-btn--ghost { background: transparent; color: var(--pl-forest) !important; border-color: rgba(32,56,47,.16); }
.pl-btn--full { width: 100%; }
.pl-actions { margin-top: 1.6rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.pl-actions--center { justify-content: center; }
.pl-inline-link { margin-top: 1.35rem; min-height: 2.75rem; display: inline-flex; align-items: center; gap: .5rem; color: var(--pl-forest) !important; font-weight: 700; }

.pl-photo { display: block; width: 100%; height: auto; border-radius: var(--pl-radius-lg); object-fit: cover; outline: 1px solid rgba(36,38,32,.08); outline-offset: -1px; background: var(--pl-beige); }
.pl-aspect-photo { aspect-ratio: 4 / 3; }
.pl-aspect-wide { aspect-ratio: 16 / 9; }
.pl-aspect-portrait { aspect-ratio: 3 / 4; }
.pl-full-media { max-height: 46rem; }

.pl-skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99999; padding: .65rem 1rem; border-radius: 8px; background: var(--pl-forest); color: var(--pl-cream) !important; }
.pl-skip-link:focus { top: 1rem; }

/* Header */
.pl-header { position: sticky; top: 0; z-index: 1000; background: rgba(244,239,230,.96); color: var(--pl-forest); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(32,56,47,.08); transition: box-shadow .2s ease, background .2s ease; }
.admin-bar .pl-header { top: 32px; }
.pl-header.is-scrolled { box-shadow: 0 8px 30px -24px rgba(32,56,47,.75), 0 1px 0 rgba(32,56,47,.1); }
.pl-header__inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.pl-logo { display: inline-flex; align-items: center; gap: .65rem; min-width: max-content; color: var(--pl-forest) !important; }
.pl-logo__mark { width: 3.45rem; height: 3.45rem; flex: 0 0 auto; object-fit: contain; border-radius: 50%; }
.pl-logo__text { display: inline-flex; flex-direction: column; }
.pl-logo__name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; font-weight: 700; line-height: .95; letter-spacing: -.03em; }
.pl-logo__sub { margin-top: .2rem; font-size: .58rem; line-height: 1; text-transform: uppercase; letter-spacing: .17em; color: var(--pl-wood); }
.pl-logo--inverted { color: var(--pl-cream) !important; }
.pl-logo--inverted .pl-logo__mark { background: var(--pl-cream); box-shadow: 0 0 0 3px rgba(244,239,230,.12); }
.pl-logo--inverted .pl-logo__sub { color: var(--pl-beige); }
.pl-nav { display: flex; align-items: center; gap: .1rem; }
.pl-nav__item { position: relative; }
.pl-nav__item > a { min-height: 2.8rem; display: flex; align-items: center; padding: .3rem .7rem; font-size: .84rem; font-weight: 600; color: var(--pl-forest) !important; transition: color .16s ease; }
.pl-nav__item > a:hover, .pl-nav__item > a.is-active { color: var(--pl-wood) !important; }
.pl-nav__dropdown { position: absolute; left: 0; top: calc(100% + .2rem); min-width: 14.5rem; padding: .5rem; border-radius: 12px; background: var(--pl-paper); box-shadow: var(--pl-shadow-soft); opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease; }
.pl-nav__item:hover .pl-nav__dropdown, .pl-nav__item:focus-within .pl-nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.pl-nav__dropdown a { display: block; padding: .7rem .8rem; border-radius: 7px; font-size: .84rem; color: var(--pl-ink) !important; }
.pl-nav__dropdown a:hover { background: var(--pl-cream); }
.pl-header__actions { display: flex; align-items: center; gap: .85rem; }
.pl-header__phones { display: inline-flex; align-items: center; gap: .5rem; font-size: .77rem; font-weight: 700; white-space: nowrap; line-height: 1.2; }
.pl-header__phones > span:not(.pl-icon) { display: grid; gap: .18rem; }
.pl-header__phones a:hover { color: var(--pl-wood) !important; }
.pl-mobile-phones { margin: 1rem 0 .75rem; display: flex; align-items: flex-start; gap: .55rem; color: var(--pl-forest); font-weight: 700; }
.pl-mobile-phones > span:not(.pl-icon) { display: grid; gap: .35rem; }
.pl-mobile-phones a { color: var(--pl-forest) !important; }
.pl-menu-toggle { width: 2.8rem; height: 2.8rem; padding: 0; display: none; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--pl-forest); cursor: pointer; }
.pl-menu-toggle .pl-icon { width: 1.5rem; height: 1.5rem; }
.pl-menu-close { display: none; }
.pl-menu-toggle[aria-expanded="true"] .pl-menu-open { display: none; }
.pl-menu-toggle[aria-expanded="true"] .pl-menu-close { display: inline; }
.pl-mobile-nav { border-top: 1px solid rgba(32,56,47,.1); background: var(--pl-cream); overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.pl-mobile-nav nav { padding-block: .75rem 1.25rem; }
.pl-mobile-nav__group { border-bottom: 1px solid rgba(32,56,47,.08); padding: .25rem 0; }
.pl-mobile-nav__group > a, .pl-mobile-nav__row > a { min-height: 2.8rem; display: flex; align-items: center; color: var(--pl-forest) !important; font-weight: 700; }
.pl-mobile-nav__row { display: flex; align-items: center; gap: .4rem; }
.pl-mobile-nav__row > a { flex: 1 1 auto; min-width: 0; }
.pl-mobile-submenu-toggle { width: 2.65rem; height: 2.65rem; flex: 0 0 2.65rem; display: grid; place-items: center; padding: 0; border: 0; border-radius: 9px; background: rgba(32,56,47,.06); color: var(--pl-forest); cursor: pointer; }
.pl-mobile-submenu-toggle span { display: block; font-size: 1.5rem; line-height: 1; transform: translateY(-.12rem); transition: transform .18s ease; }
.pl-mobile-submenu-toggle[aria-expanded="true"] span { transform: translateY(.08rem) rotate(180deg); }
.pl-mobile-nav__children { padding: 0 0 .35rem .8rem; }
.pl-mobile-nav__children[hidden] { display: none !important; }
.pl-mobile-nav__children a { min-height: 2.55rem; display: flex; align-items: center; color: var(--pl-muted) !important; font-size: .9rem; }
.pl-mobile-phone { margin: 1rem 0 .65rem; display: flex; align-items: center; gap: .5rem; color: var(--pl-forest) !important; font-weight: 700; }

/* Home hero */
.pl-home-hero { position: relative; isolation: isolate; min-height: min(92svh, 54rem); overflow: hidden; background: var(--pl-forest); }
.pl-home-hero__poster, .pl-home-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pl-home-hero__video { display: none; }
.pl-home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,56,47,.88) 0%, rgba(32,56,47,.52) 45%, rgba(32,56,47,.14) 78%, rgba(32,56,47,.08) 100%); }
.pl-home-hero__content { position: relative; min-height: inherit; display: flex; align-items: center; padding-block: 7rem 5rem; }
.pl-home-hero__copy { max-width: 49rem; color: var(--pl-cream); }
.pl-home-hero h1 { color: var(--pl-cream); font-size: clamp(3.25rem, 7vw, 5.9rem); }
.pl-home-hero__copy > p:not(.pl-eyebrow) { margin-top: 1.3rem; max-width: 42rem; font-size: clamp(1rem, 1.8vw, 1.14rem); line-height: 1.72; color: rgba(244,239,230,.9); }
.pl-proof { margin: 2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.pl-proof li { padding: .4rem .85rem; border: 1px solid rgba(244,239,230,.27); border-radius: 999px; background: rgba(32,56,47,.34); color: var(--pl-cream); font-size: .83rem; }

/* Cards / grids */
.pl-offer-grid { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.pl-offer-card { overflow: hidden; display: flex; flex-direction: column; border-radius: var(--pl-radius-xl); background: var(--pl-paper); box-shadow: var(--pl-shadow-border); transition: transform .2s ease, box-shadow .2s ease; }
.pl-offer-card:hover { transform: translateY(-3px); box-shadow: 0 22px 55px -35px rgba(32,56,47,.48); }
.pl-offer-card > div { padding: 1.4rem 1.5rem 1.55rem; display: flex; flex: 1; flex-direction: column; }
.pl-offer-card h3 { font-size: 2rem; }
.pl-offer-card p { margin-top: .55rem; flex: 1; color: var(--pl-muted); font-size: .9rem; line-height: 1.68; }
.pl-offer-card span { margin-top: 1.1rem; color: var(--pl-wood); font-weight: 700; font-size: .86rem; }
.pl-home-media, .pl-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.pl-home-media .pl-wide, .pl-media-grid .pl-wide { grid-column: 1 / -1; }
.pl-duo-media { margin: 1.35rem 0 1.45rem; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.pl-kids-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.pl-kids-main { grid-column: span 2; grid-row: span 2; }
.pl-kids-main img { height: 100%; }
.pl-kids-wide { grid-column: span 2; }
.pl-relax-media { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1rem; align-items: stretch; }
.pl-relax-sauna { grid-row: span 2; height: 100%; }
.pl-jacuzzi-slot { min-height: 17rem; display: flex; align-items: end; padding: 1.4rem; background: linear-gradient(145deg, var(--pl-beige), #efe5d6); }
.pl-jacuzzi-slot strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; color: var(--pl-forest); font-size: 2rem; }
.pl-jacuzzi-slot p { margin-top: .4rem; max-width: 24rem; color: var(--pl-muted); font-size: .85rem; line-height: 1.6; }
.pl-jacuzzi-page { margin-top: 1.5rem; min-height: 18rem; }
.pl-jacuzzi-real { min-height: 17rem; object-fit: cover; }
.pl-relax-fallback { margin: 0; }
.pl-relax-fallback figcaption { margin-top: .55rem; color: var(--pl-muted); font-size: .82rem; }
.pl-points { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.pl-points li { position: relative; padding-left: 1.2rem; margin-top: .7rem; color: var(--pl-forest); }
.pl-points li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--pl-wood); }
.pl-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pl-feature-grid article { padding: 1.5rem; border-radius: var(--pl-radius-lg); background: var(--pl-cream); box-shadow: var(--pl-shadow-border); }
.pl-feature-grid h3 { font-size: 2rem; }
.pl-feature-grid p { margin-top: .45rem; color: var(--pl-muted); font-size: .9rem; }
.pl-event-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pl-event-grid a { padding: 1.5rem; border-radius: var(--pl-radius-lg); background: var(--pl-cream); box-shadow: var(--pl-shadow-border); transition: transform .18s ease; }
.pl-event-grid a:hover { transform: translateY(-2px); }
.pl-event-grid p { margin-top: .45rem; color: var(--pl-muted); }
.pl-extra-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1rem; }
.pl-extra-wide img { height: 100%; }
.pl-interior-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.pl-interior-wide { grid-column: span 2; }
.pl-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pl-area-wide { grid-column: 1 / -1; }

/* Nature / direction */
.pl-nature-band { position: relative; isolation: isolate; min-height: 31rem; display: flex; align-items: end; background-image: linear-gradient(90deg, rgba(32,56,47,.72), rgba(32,56,47,.28)), var(--pl-nature-bg); background-size: cover; background-position: center; }
.pl-nature-band .pl-container { padding-block: 5.5rem; }
.pl-nature-band__copy { max-width: 42rem; color: var(--pl-cream); }
.pl-nature-band h2 { color: var(--pl-cream); }
.pl-nature-band p:not(.pl-eyebrow) { margin-top: 1rem; color: rgba(244,239,230,.9); max-width: 40rem; }
.pl-direction-grid { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.pl-direction-card { min-height: 22rem; position: relative; overflow: hidden; border-radius: var(--pl-radius-xl); background-image: linear-gradient(0deg, rgba(32,56,47,.9), rgba(32,56,47,.12) 75%), var(--bg); background-size: cover; background-position: center; }
.pl-direction-card > div { position: absolute; inset: auto 0 0; padding: 2rem; color: var(--pl-cream); }
.pl-direction-card h3 { color: var(--pl-cream); font-size: 2.5rem; }
.pl-direction-card p { margin-top: .75rem; max-width: 33rem; color: rgba(244,239,230,.9); font-size: .9rem; }

/* Page hero / breadcrumbs */
.pl-breadcrumbs { background: rgba(232,221,204,.6); }
.pl-breadcrumbs ol { min-height: 2.7rem; margin: 0 auto; padding-block: .55rem; list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; color: var(--pl-muted); font-size: .8rem; }
.pl-breadcrumbs li { display: flex; align-items: center; gap: .5rem; }
.pl-breadcrumbs a:hover { color: var(--pl-forest) !important; }
.pl-page-hero { background: var(--pl-forest); }
.pl-page-hero__grid { padding-block: clamp(2.4rem, 5vw, 4rem); display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 4.5vw, 4rem); align-items: center; }
.pl-page-hero__copy { color: var(--pl-cream); }
.pl-page-hero h1 { color: var(--pl-cream); font-size: clamp(2.8rem, 5vw, 4.65rem); }
.pl-page-hero__lead { margin-top: 1.25rem; max-width: 40rem; color: rgba(244,239,230,.86); line-height: 1.7; }
.pl-page-hero__media img { max-height: 37rem; }

/* FAQ */
.pl-faq { margin-top: 2rem; border-top: 1px solid rgba(32,56,47,.12); border-bottom: 1px solid rgba(32,56,47,.12); }
.pl-faq details { border-top: 1px solid rgba(32,56,47,.1); }
.pl-faq details:first-child { border-top: 0; }
.pl-faq summary { padding: 1.15rem .1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-family: "Cormorant Garamond", Georgia, serif; color: var(--pl-forest); font-size: 1.45rem; font-weight: 600; }
.pl-faq summary::-webkit-details-marker { display: none; }
.pl-faq__plus { width: 2rem; height: 2rem; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--pl-beige); transition: transform .15s ease; }
.pl-faq details[open] .pl-faq__plus { transform: rotate(45deg); }
.pl-faq details p { max-width: 48rem; padding: 0 0 1.1rem; color: var(--pl-muted); }

/* Forms */
.pl-form { padding: clamp(1.3rem, 3vw, 2rem); border-radius: var(--pl-radius-xl); background: var(--pl-cream); box-shadow: var(--pl-shadow-border); }
.pl-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; }
.pl-field { display: grid; gap: .35rem; }
.pl-field--full { grid-column: 1 / -1; }
.pl-field > span { color: var(--pl-forest); font-size: .82rem; font-weight: 700; }
.pl-field input, .pl-field textarea, .pl-field select { width: 100%; min-height: 2.9rem; padding: .68rem .8rem; border: 1px solid rgba(32,56,47,.16); border-radius: 9px; outline: none; background: var(--pl-paper); color: var(--pl-ink); transition: border-color .15s ease, box-shadow .15s ease; }
.pl-field textarea { resize: vertical; }
.pl-field input:focus, .pl-field textarea:focus, .pl-field select:focus { border-color: var(--pl-forest); box-shadow: 0 0 0 3px rgba(32,56,47,.1); }
.pl-consent { margin: 1.15rem 0 1.25rem; display: flex; align-items: flex-start; gap: .65rem; color: var(--pl-muted); font-size: .82rem; }
.pl-consent input { margin-top: .2rem; accent-color: var(--pl-forest); }
.pl-consent a { color: var(--pl-forest) !important; text-decoration: underline; text-underline-offset: 2px; }
.pl-form-phone { margin-top: 1.4rem !important; color: var(--pl-muted); font-size: .9rem; }
.pl-form-phone a { color: var(--pl-forest) !important; font-weight: 700; }
.pl-form-status { margin-bottom: 1rem !important; padding: .8rem 1rem; border-radius: 9px; font-size: .88rem; }
.pl-form-status--ok { background: rgba(32,56,47,.1); color: var(--pl-forest); }
.pl-form-status--error { background: rgba(139,94,60,.12); color: #704328; }
.pl-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* Gallery */
.pl-gallery-wrap { margin-top: 2.4rem; }
.pl-gallery-filters { margin-bottom: 1.8rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.pl-filter { min-height: 2.75rem; padding: .55rem 1rem; border: 1px solid rgba(32,56,47,.14); border-radius: 999px; background: var(--pl-paper); color: var(--pl-forest); cursor: pointer; font-size: .84rem; font-weight: 700; }
.pl-filter.is-active { border-color: var(--pl-forest); background: var(--pl-forest); color: var(--pl-cream); }
.pl-gallery { columns: 3; column-gap: 1rem; }
.pl-gallery__item { width: 100%; margin: 0 0 1rem; padding: 0; display: block; break-inside: avoid; border: 0; background: transparent; cursor: zoom-in; }
.pl-gallery__item[hidden] { display: none; }
.pl-gallery__item img { transition: transform .22s ease, filter .22s ease; }
.pl-gallery__item:hover img { transform: scale(1.012); filter: saturate(1.04); }
.pl-lightbox { position: fixed; inset: 0; z-index: 99999; padding: 2rem; display: grid; place-items: center; background: rgba(20,35,30,.9); }
.pl-lightbox[hidden] { display: none; }
.pl-lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 14px; }
.pl-lightbox__close { position: absolute; top: 1rem; right: 1rem; width: 3rem; height: 3rem; border: 0; border-radius: 50%; background: var(--pl-cream); color: var(--pl-forest); font-size: 2rem; line-height: 1; cursor: pointer; }

/* Reviews/map/contact */
.pl-review-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pl-card { overflow: hidden; border-radius: var(--pl-radius-xl); background: var(--pl-paper); box-shadow: var(--pl-shadow-border); }
.pl-review-placeholder { padding: 1.5rem; }
.pl-review-placeholder span { display: block; width: 6rem; height: .7rem; border-radius: 999px; background: var(--pl-beige); }
.pl-review-placeholder p { margin-top: 1.2rem; color: var(--pl-muted); font-size: .88rem; }
.pl-map-slot { min-height: 19rem; display: flex; align-items: end; padding: 1.5rem; background: linear-gradient(145deg, var(--pl-beige), #eee2d0); }
.pl-map-slot p { max-width: 28rem; color: var(--pl-muted); font-size: .88rem; }
.pl-location-photo { position: relative; display: block; overflow: hidden; border-radius: var(--pl-radius-xl); box-shadow: var(--pl-shadow-border); }
.pl-location-photo img { transition: transform .35s ease; }
.pl-location-photo:hover img { transform: scale(1.015); }
.pl-location-photo > span { position: absolute; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .45rem; padding: .65rem .9rem; border-radius: 999px; background: rgba(244,239,230,.94); color: var(--pl-forest); font-size: .8rem; font-weight: 800; box-shadow: 0 8px 28px -20px rgba(32,56,47,.75); }
.pl-social-row { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.pl-social-row a { min-height: 2.8rem; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .85rem; border: 1px solid rgba(32,56,47,.14); border-radius: 999px; color: var(--pl-forest) !important; font-weight: 700; }
.pl-social-row a:hover { background: var(--pl-beige); }
.pl-contact-grid { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pl-contact-card { min-height: 10rem; padding: 1.5rem; display: flex; flex-direction: column; align-items: flex-start; border-radius: var(--pl-radius-xl); background: var(--pl-paper); box-shadow: var(--pl-shadow-border); }
.pl-contact-card--primary { background: var(--pl-forest); color: var(--pl-cream) !important; }
.pl-contact-card > span:not(.pl-icon) { margin-top: 1rem; color: var(--pl-muted); font-size: .8rem; }
.pl-contact-card--primary > span:not(.pl-icon) { color: var(--pl-beige); }
.pl-contact-card strong { margin-top: .35rem; font-family: "Cormorant Garamond", Georgia, serif; color: var(--pl-forest); font-size: clamp(1.5rem, 2.5vw, 2.15rem); overflow-wrap: anywhere; }
.pl-contact-card--primary strong { color: var(--pl-cream); }
.pl-contact-card--primary strong a { color: var(--pl-cream) !important; }
.pl-contact-card--primary strong a:hover { color: var(--pl-beige) !important; }

/* Attractions */
.pl-attraction-grid { margin-top: 2.3rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.pl-attraction-card > div { padding: 1.25rem; }
.pl-attraction-card h2 { font-size: 1.9rem; }
.pl-attraction-card p { margin-top: .45rem; color: var(--pl-muted); font-size: .87rem; }
.pl-video-wide { margin-top: 1.5rem; width: 100%; max-height: 38rem; border-radius: var(--pl-radius-lg); background: var(--pl-forest); object-fit: cover; }
.pl-video-portrait { width: min(100%, 27rem); max-height: 34rem; justify-self: center; border-radius: var(--pl-radius-lg); background: var(--pl-forest); object-fit: cover; }

/* Final CTA */
.pl-final-cta { position: relative; isolation: isolate; text-align: center; color: var(--pl-cream); background-image: linear-gradient(rgba(32,56,47,.74), rgba(32,56,47,.74)), var(--pl-final-bg); background-size: cover; background-position: center; }
.pl-final-cta .pl-container { padding-block: clamp(5rem, 8vw, 8rem); }
.pl-final-cta h2 { margin-inline: auto; max-width: 52rem; color: var(--pl-cream); }
.pl-phone-link { min-height: 3rem; display: inline-flex; align-items: center; gap: .5rem; padding-inline: .5rem; color: var(--pl-cream) !important; font-weight: 700; }

/* Footer */
.pl-footer { background: var(--pl-forest); color: var(--pl-cream); }
.pl-footer__grid { padding-block: 3.8rem; display: grid; grid-template-columns: 1.25fr .8fr 1.05fr 1fr; gap: 2.2rem; }
.pl-footer h2 { font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--pl-beige); }
.pl-footer__subhead { margin-top: 1.8rem !important; }
.pl-footer ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.pl-footer li { margin-top: .55rem; color: rgba(244,239,230,.82); font-size: .85rem; }
.pl-footer a:hover { color: var(--pl-beige) !important; }
.pl-footer__about { margin-top: 1rem !important; max-width: 20rem; color: rgba(244,239,230,.78); font-size: .86rem; line-height: 1.7; }
.pl-footer__contact li, .pl-footer__contact a { display: flex; align-items: flex-start; gap: .55rem; }
.pl-footer__contact .pl-icon { margin-top: .16rem; }
.pl-footer__social { margin-top: 1.1rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.pl-footer__social a { display: inline-flex; align-items: center; gap: .38rem; color: var(--pl-cream) !important; font-size: .82rem; font-weight: 700; }
.pl-footer__social .pl-icon { width: 1rem; height: 1rem; }
.pl-footer__cta { margin-top: 1.3rem; display: inline-flex; color: var(--pl-beige) !important; font-size: .85rem; font-weight: 700; text-decoration: underline !important; text-underline-offset: 4px; }
.pl-footer__bottom { border-top: 1px solid rgba(244,239,230,.1); }
.pl-footer__bottom .pl-container { min-height: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(244,239,230,.62); font-size: .75rem; }

.pl-sticky-cta { display: none; }

/* Article */
.pl-article { max-width: 52rem; }
.pl-article h2 { margin-top: 2.2rem; font-size: 2.25rem; }
.pl-article p { margin-top: .9rem; color: var(--pl-muted); }
.pl-article a { color: var(--pl-forest) !important; text-decoration: underline; }

/* Motion */
.pl-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.pl-reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1024px) {
  .pl-home-hero__video.is-ready { display: block; }
}

@media (max-width: 1160px) {
  .pl-nav { display: none; }
  .pl-header__actions { display: none; }
  .pl-menu-toggle { display: grid; }
  .pl-mobile-nav { max-height: calc(100dvh - 5rem); overflow-y: auto; overflow-x: hidden; }
  .admin-bar .pl-mobile-nav { max-height: calc(100dvh - 5rem - 32px); }
}

@media (max-width: 980px) {
  .pl-grid-12 { grid-template-columns: 1fr; gap: 2rem; }
  .pl-col-5, .pl-col-6, .pl-col-7 { grid-column: auto; }
  .pl-two-col { grid-template-columns: 1fr; }
  .pl-offer-grid { grid-template-columns: 1fr; }
  .pl-page-hero__grid { grid-template-columns: 1fr; }
  .pl-page-hero__media { max-width: 48rem; }
  .pl-feature-grid, .pl-attraction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pl-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pl-kids-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pl-kids-main { grid-column: span 2; }
  .pl-kids-wide { grid-column: span 2; }
  .pl-direction-grid { grid-template-columns: 1fr; }
  .pl-contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .pl-header { top: 46px; }
  .admin-bar .pl-mobile-nav { max-height: calc(100dvh - 5rem - 46px); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 4.3rem; }
  body.pl-body { padding-bottom: 4.15rem; }
  .pl-container { width: min(calc(100% - 1.25rem), var(--pl-container)); }
  .pl-section { padding-block: 3.8rem; }
  .pl-header__inner { min-height: 4.3rem; }
  .pl-mobile-nav { max-height: calc(100dvh - 4.3rem); }
  .admin-bar .pl-mobile-nav { max-height: calc(100dvh - 4.3rem - 46px); }
  .pl-mobile-nav nav { padding-bottom: calc(5.25rem + env(safe-area-inset-bottom)); }
  .pl-logo__mark { width: 2.85rem; height: 2.85rem; }
  .pl-logo__name { font-size: 1.4rem; }
  .pl-logo__sub { font-size: .51rem; }
  .pl-home-hero { min-height: 78svh; }
  .pl-home-hero__content { align-items: end; padding-block: 6rem 3.4rem; }
  .pl-home-hero__shade { background: linear-gradient(0deg, rgba(32,56,47,.92) 0%, rgba(32,56,47,.46) 65%, rgba(32,56,47,.15) 100%); }
  .pl-home-hero h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .pl-section-head { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .pl-relax-media { grid-template-columns: 1fr 1fr; }
  .pl-jacuzzi-slot { min-height: 14rem; }
  .pl-three-media, .pl-feature-grid, .pl-attraction-grid, .pl-review-grid, .pl-contact-grid { grid-template-columns: 1fr; }
  .pl-gallery { columns: 2; }
  .pl-event-grid { grid-template-columns: 1fr; }
  .pl-interior-grid { grid-template-columns: 1fr 1fr; }
  .pl-interior-wide { grid-column: span 2; }
  .pl-extra-grid { grid-template-columns: 1fr; }
  .pl-form-grid { grid-template-columns: 1fr; }
  .pl-field--full { grid-column: auto; }
  .pl-footer__grid { grid-template-columns: 1fr; }
  .pl-footer__bottom .pl-container { padding-block: 1rem; min-height: auto; align-items: flex-start; flex-direction: column; }
  .pl-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990; min-height: 4.1rem; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: 0 -10px 28px -22px rgba(32,56,47,.85); }
  .pl-sticky-cta a { display: flex; align-items: center; justify-content: center; gap: .45rem; background: var(--pl-cream); color: var(--pl-forest) !important; font-size: .82rem; font-weight: 800; }
  .pl-sticky-cta a:last-child { background: var(--pl-forest); color: var(--pl-cream) !important; }
  .pl-lightbox { padding: 1rem; }
}

@media (max-width: 520px) {
  .pl-gallery { columns: 1; }
  .pl-relax-media { grid-template-columns: 1fr; }
  .pl-relax-sauna { aspect-ratio: 4 / 3; }
  .pl-media-grid, .pl-home-media, .pl-duo-media { grid-template-columns: 1fr; }
  .pl-home-media .pl-wide, .pl-media-grid .pl-wide { grid-column: auto; }
  .pl-kids-grid { grid-template-columns: 1fr; }
  .pl-kids-main, .pl-kids-wide { grid-column: auto; grid-row: auto; }
  .pl-area-grid { grid-template-columns: 1fr; }
  .pl-area-wide { grid-column: auto; }
  .pl-interior-grid { grid-template-columns: 1fr; }
  .pl-interior-wide { grid-column: auto; }
  .pl-direction-card > div { padding: 1.35rem; }
  .pl-direction-card h3 { font-size: 2.1rem; }
  .pl-actions .pl-btn { width: 100%; }
  .pl-page-hero__copy .pl-actions .pl-btn { width: 100%; }
}

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