/*
 * Porchlight — main stylesheet.
 * Warm cream / sage / terracotta daytime palette; the dusky lavender-blue
 * (--pl-dusk) is reserved for the evening-sky GPU scene and the one dusk-CTA
 * section that deliberately echoes it. Soft rounded corners throughout —
 * one of the few themes in this catalogue where that register is right.
 *
 * @package Porchlight
 */

:root {
	--pl-cream: #f5efe3;
	--pl-cream-soft: #faf6ee;
	--pl-cream-deep: #ece1cb;
	--pl-sage: #7c8f6f;
	--pl-sage-deep: #5f7154;
	--pl-sage-pale: #e6ebdf;
	--pl-terracotta: #c1704a;
	--pl-terracotta-deep: #a85a38;
	--pl-terracotta-pale: #f3ddd0;
	--pl-dusk: #4a4f6e;
	--pl-dusk-deep: #33364a;
	--pl-ink: #3a352c;
	--pl-ink-soft: #6b6355;
	--pl-line: rgba(58, 53, 44, 0.13);
	--pl-glass-bg: rgba(250, 246, 238, 0.74);
	--font-display: 'Lora', Georgia, 'Times New Roman', serif;
	--font-body: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--radius-sm: 10px;
	--radius-md: 18px;
	--radius-lg: 28px;
	--shadow-soft: 0 14px 34px -16px rgba(58, 53, 44, 0.28);
	--shadow-lift: 0 22px 44px -18px rgba(58, 53, 44, 0.34);
	--wrap: 1240px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: auto; }
body {
	overflow-x: hidden;
	margin: 0;
	background: var(--pl-cream);
	color: var(--pl-ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 600; line-height: 1.14; margin: 0 0 0.5em; color: var(--pl-ink); }
p { margin: 0 0 1em; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 1.5rem; }
.skip-link {
	position: absolute; left: -999px; top: 0; z-index: 100;
	background: var(--pl-terracotta-deep); color: #fff; padding: 0.8rem 1.2rem; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

h1 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: 1.25rem; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 0.4rem;
	font-family: var(--font-body); font-weight: 700; font-size: 0.78rem;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--pl-terracotta-deep);
	margin-bottom: 0.7rem;
}
.section-lede { max-width: 640px; color: var(--pl-ink-soft); font-size: 1.05rem; }
.mt-2 { margin-top: 0.5rem; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: 0.85rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
	border: 1.5px solid transparent; transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--terracotta { background: var(--pl-terracotta-deep); color: #fff; box-shadow: var(--shadow-soft); }
.btn--terracotta:hover { background: #953d21; box-shadow: var(--shadow-lift); }
.btn--sage-outline { background: transparent; border-color: var(--pl-sage-deep); color: var(--pl-sage-deep); }
.btn--sage-outline:hover { background: var(--pl-sage-pale); }
.btn--sage { background: var(--pl-sage-deep); color: #fff; }
.btn--sage:hover { background: #4c5c43; }
.btn--large { padding: 1.05rem 1.9rem; font-size: 1.02rem; }
.btn--small { padding: 0.5rem 1rem; font-size: 0.84rem; }
.btn.is-loading { opacity: 0.7; pointer-events: none; }

/* ---------- Signature scene stage ---------- */
/* A real photograph is the base layer at every capability tier (including
   no-JS/reduced-motion) — see pl-scene-theme-note in pl-scene.js. WebGL only
   ever adds a translucent, physically-driven color-grade wash + a couple of
   real inverse-square porch-light glows on top; it never has to *look*
   realistic on its own, because the photo underneath already is. */
.pl-scene-stage {
	position: fixed; inset: 0; z-index: 0; overflow: hidden; background: var(--pl-cream);
}
.pl-scene-photo {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; object-position: 38% 42%;
	display: block;
}
.pl-scene-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 0.7s ease; }
.pl-scene-stage.is-ready canvas { opacity: 1; }
/* Static/no-JS grade: a fixed dusk-toned wash so the mood still reads even
   with zero script — genuinely simple (a static CSS gradient, not claiming
   to be "real-time"), layered under the JS-driven .pl-scene-grade below. */
.pl-scene-grade {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(74,79,110,0.18) 0%, rgba(193,112,74,0.14) 45%, rgba(74,79,110,0.38) 100%);
	mix-blend-mode: multiply;
}
/* Once the WebGL scroll-driven grade takes over (is-ready), it fully
   replaces this static CSS wash so the two never stack/double-tint. In the
   fallback tiers (no WebGL2 / reduced-motion / save-data) is-ready is never
   set, so the static wash is what a visitor actually sees — a real, if
   non-animated, dusk mood over the real photo, not a blank/broken scene. */
.pl-scene-stage.is-ready .pl-scene-grade { display: none; }
.pl-scene-stage.is-fallback canvas { display: none; }

.pl-page { position: relative; z-index: 1; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; }
/*
 * backdrop-filter lives on a ::before pseudo-layer, never directly on the
 * sticky header element — applying it to the header itself has hijacked the
 * mobile off-canvas nav's containing block on multiple sibling themes in
 * this catalogue (position:fixed descendants resolve against the nearest
 * filtered ancestor instead of the viewport).
 */
.site-header::before {
	content: ''; position: absolute; inset: 0;
	background: var(--pl-glass-bg);
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	border-bottom: 1px solid var(--pl-line);
	z-index: -1;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 0.95rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; }
.brand__mark { color: var(--pl-terracotta-deep); display: flex; }
.brand__text { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; line-height: 1.05; }
.brand__text small { display: block; font-family: var(--font-body); font-size: 0.6rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--pl-ink-soft); font-weight: 600; margin-top: 0.2rem; }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav ul { display: flex; align-items: center; gap: 1.9rem; }
.nav a:not(.btn) { font-weight: 600; font-size: 0.95rem; position: relative; padding-block: 0.3rem; }
.nav a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--pl-terracotta); transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; }
.nav a:not(.btn):hover::after, .nav a:not(.btn):focus-visible::after { transform: scaleX(1); }
.nav__cta { margin-left: 0.3rem; }

.header-actions { display: none; }
.nav-toggle {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--pl-line); background: var(--pl-cream-soft);
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--pl-ink); margin-inline: auto; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav.is-open .nav-toggle span { }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; padding-block: 6rem 3rem; }
.hero__inner {
	max-width: 760px;
	background: rgba(250, 246, 238, 0.86);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: var(--radius-lg);
	padding: 2.4rem 2.6rem 2.6rem;
	box-shadow: var(--shadow-lift);
}
.hero__title { margin-bottom: 0.6rem; }
.hero__sub { font-size: 1.15rem; color: var(--pl-ink-soft); max-width: 560px; margin-bottom: 1.8rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
.hero__hud { display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: 0.82rem; color: var(--pl-ink-soft); background: var(--pl-glass-bg); backdrop-filter: blur(10px); border: 1px solid var(--pl-line); border-radius: 999px; padding: 0.6rem 1.2rem; width: fit-content; }
.hero__hud strong { color: var(--pl-terracotta-deep); font-weight: 700; }
.hero__scroll-cue { position: absolute; left: 1.5rem; bottom: 2rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--pl-ink-soft); transform: rotate(180deg); writing-mode: vertical-rl; }
.hero__scroll-cue svg { transform: rotate(180deg); }

/* ---------- Reveal animation ---------- */
[data-reveal], [data-reveal-stagger] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
[data-reveal].is-visible, [data-reveal-stagger].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-stagger] { transition-delay: calc(var(--stagger-i, 0) * 80ms); }

/* ---------- Sections ---------- */
.section { padding-block: 5rem; position: relative; }
.section--narrow .wrap, .section--narrow { max-width: 760px; }
.section--muted { background: var(--pl-cream-soft); border-block: 1px solid var(--pl-line); }
.section-cta { margin-top: 2.4rem; }

.intro-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.intro-grid__copy p { color: var(--pl-ink-soft); font-size: 1.05rem; }
.intro-grid__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat-card { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-md); padding: 1.4rem 1rem; text-align: center; }
.stat-card__num { display: block; font-family: var(--font-display); font-size: 1.8rem; color: var(--pl-terracotta-deep); font-weight: 600; }
.stat-card__label { display: block; font-size: 0.8rem; color: var(--pl-ink-soft); margin-top: 0.3rem; }

.page-hero { padding-block: 7.5rem 3rem; }
.page-hero__desc { max-width: 620px; color: var(--pl-ink-soft); font-size: 1.08rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; font-size: 0.85rem; color: var(--pl-sage-deep); margin-bottom: 1.2rem; }
.back-link svg { transform: rotate(180deg); }

/* ---------- Cards: amenities / services / events / posts ---------- */
.img-slot {
	position: relative; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--pl-sage-pale), var(--pl-terracotta-pale));
	color: var(--pl-sage-deep); border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4/3;
}
.img-slot--wide { aspect-ratio: 16/9; }
.img-slot--hero { aspect-ratio: 21/9; border-radius: var(--radius-lg); }
.img-slot--square { aspect-ratio: 1/1; }
.img-slot__glyph { opacity: 0.55; }
.img-slot__img { width: 100%; height: 100%; object-fit: cover; }

.amenity-grid, .amenity-grid--preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 1rem; }
.amenity-card { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.amenity-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.amenity-card__thumb img, .amenity-card__thumb { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.amenity-card__body { padding: 1.4rem; }
.amenity-card__icon { display: inline-flex; padding: 0.5rem; background: var(--pl-terracotta-pale); color: var(--pl-terracotta-deep); border-radius: 999px; margin-bottom: 0.7rem; }
.amenity-card__title { margin-bottom: 0.4rem; }
.amenity-card__summary { color: var(--pl-ink-soft); font-size: 0.95rem; }
.amenity-card__hours { display: flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--pl-sage-deep); font-weight: 600; margin-bottom: 0.8rem; }
.amenity-card__cta { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--pl-terracotta-deep); font-size: 0.88rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.service-card { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); padding: 1.8rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.service-card__icon { display: inline-flex; padding: 0.7rem; background: var(--pl-sage-pale); color: var(--pl-sage-deep); border-radius: 999px; margin-bottom: 1rem; }
.service-card__summary { color: var(--pl-ink-soft); font-size: 0.95rem; }
.service-card__cta { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--pl-sage-deep); font-size: 0.88rem; margin-top: 0.6rem; }

.event-list { display: flex; flex-direction: column; gap: 0.9rem; margin-top: 1.5rem; }
.event-row__link { display: flex; align-items: center; gap: 1.4rem; background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-md); padding: 1.1rem 1.4rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.event-row__link:hover { transform: translateX(4px); box-shadow: var(--shadow-soft); }
.event-row__date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 58px; height: 58px; flex-shrink: 0; background: var(--pl-terracotta-deep); color: #fff; border-radius: var(--radius-sm); }
.event-row__month { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; }
.event-row__day { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; line-height: 1; }
.event-row__body { flex: 1; }
.event-row__title { margin-bottom: 0.25rem; font-size: 1.08rem; }
.event-row__meta { display: flex; gap: 1rem; font-size: 0.82rem; color: var(--pl-sage-deep); font-weight: 600; margin-bottom: 0.2rem; }
.event-row__meta span { display: inline-flex; align-items: center; gap: 0.3rem; }
.event-row__summary { color: var(--pl-ink-soft); font-size: 0.9rem; margin: 0; }
.event-row__cta { color: var(--pl-terracotta-deep); flex-shrink: 0; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.post-card { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); overflow: hidden; }
.post-card__thumb img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.post-card__title, .post-card__excerpt, .post-card__type { padding-inline: 1.3rem; }
.post-card__title { margin-top: 1rem; }
.post-card__excerpt { color: var(--pl-ink-soft); font-size: 0.92rem; padding-bottom: 1.3rem; }
.post-card__type { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--pl-terracotta-deep); margin-top: 1rem; }

/* ---------- Interactive site plan ---------- */
.site-plan { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.6rem; align-items: stretch; }
.site-plan__map { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); padding: 1rem; box-shadow: var(--shadow-soft); }
.site-plan__svg { width: 100%; height: auto; }
.site-plan__lawn { fill: var(--pl-sage-pale); }
.site-plan__street { fill: none; stroke: var(--pl-cream); stroke-width: 3.2; }
.site-plan__culdesac { fill: var(--pl-cream); }
.site-plan__block rect { fill: var(--pl-terracotta-pale); opacity: 0.65; }
.site-plan__pond { fill: #b9cddc; opacity: 0.8; }
.site-plan__marker { cursor: pointer; }
.site-plan__marker-halo { fill: var(--pl-terracotta); opacity: 0; transition: opacity 0.2s ease, r 0.2s ease; }
.site-plan__marker-dot { fill: var(--pl-terracotta-deep); stroke: var(--pl-cream-soft); stroke-width: 1; transition: fill 0.2s ease; }
.site-plan__marker-label { font-family: var(--font-body); font-size: 2.6px; font-weight: 700; fill: var(--pl-ink); opacity: 0; transition: opacity 0.2s ease; }
.site-plan__marker:hover .site-plan__marker-halo, .site-plan__marker:focus .site-plan__marker-halo, .site-plan__marker.is-active .site-plan__marker-halo { opacity: 0.28; r: 6; }
.site-plan__marker:hover .site-plan__marker-label, .site-plan__marker:focus .site-plan__marker-label, .site-plan__marker.is-active .site-plan__marker-label { opacity: 1; }
.site-plan__marker.is-active .site-plan__marker-dot { fill: var(--pl-sage-deep); }
.site-plan__marker:focus { outline: none; }

.site-plan__panel { background: var(--pl-terracotta-deep); color: #fff; border-radius: var(--radius-lg); padding: 1.8rem; display: flex; flex-direction: column; justify-content: center; }
.site-plan__empty { color: rgba(255,255,255,0.8); font-size: 0.95rem; }
.site-plan__panel-icon { display: inline-flex; padding: 0.6rem; background: rgba(255,255,255,0.18); border-radius: 999px; margin-bottom: 0.9rem; width: fit-content; }
.site-plan__content h3 { color: #fff; margin-bottom: 0.4rem; }
.site-plan__content p { color: rgba(255,255,255,0.85); }
.site-plan__panel-hours { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 600; }
.site-plan__content .btn { margin-top: 0.8rem; background: #fff; color: var(--pl-terracotta-deep); }
.site-plan__content .btn:hover { background: var(--pl-cream); }

/* ---------- Booking tool ---------- */
.booking-tool { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-soft); }
.booking-tool__controls { display: flex; align-items: flex-end; gap: 1.4rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.booking-tool__hours { color: var(--pl-sage-deep); font-weight: 600; font-size: 0.92rem; margin: 0; }
.booking-tool__field { display: flex; flex-direction: column; gap: 0.35rem; }
.booking-tool__field label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--pl-ink-soft); }
.booking-tool select, .booking-tool input, .request-form select, .request-form input, .request-form textarea {
	font: inherit; padding: 0.65rem 0.9rem; border-radius: var(--radius-sm); border: 1.5px solid var(--pl-line);
	background: #fff; color: var(--pl-ink);
}
.booking-tool select:focus, .booking-tool input:focus, .request-form select:focus, .request-form input:focus, .request-form textarea:focus {
	outline: 2px solid var(--pl-terracotta); outline-offset: 1px;
}
.booking-tool__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-bottom: 1.8rem; }
.booking-tool__panel h4 { margin-bottom: 0.7rem; font-size: 1rem; }
.booking-tool__list { display: flex; flex-direction: column; gap: 0.5rem; }
.booking-tool__list li { padding: 0.55rem 0.8rem; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--pl-line); font-size: 0.88rem; }
.booking-tool__list--open li { background: var(--pl-sage-pale); border-color: transparent; color: var(--pl-sage-deep); font-weight: 700; }
.booking-tool__empty { color: var(--pl-ink-soft); font-style: italic; background: transparent !important; border: 1px dashed var(--pl-line) !important; font-weight: 400 !important; }
.booking-tool__note { font-size: 0.78rem; color: var(--pl-ink-soft); margin-top: 0.6rem; }
.booking-tool__check h4 { margin-bottom: 0.8rem; }
.booking-tool__row { display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.booking-tool__result { margin-top: 1rem; padding: 0.8rem 1rem; border-radius: var(--radius-sm); font-weight: 700; display: none; }
.booking-tool__result:not(:empty) { display: block; }
.booking-tool__result.is-ok { background: var(--pl-sage-pale); color: var(--pl-sage-deep); }
.booking-tool__result.is-conflict { background: var(--pl-terracotta-pale); color: var(--pl-terracotta-deep); }

/* ---------- Request form ---------- */
.request-form { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-soft); }
.request-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.2rem; }
.request-form__field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.2rem; }
.request-form__row .request-form__field { margin-bottom: 0; }
.request-form__field label { font-size: 0.8rem; font-weight: 700; color: var(--pl-ink-soft); }
.request-form textarea { resize: vertical; }
.request-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.request-form__status { margin-top: 1rem; font-weight: 700; }
.request-form__status.is-success { color: var(--pl-sage-deep); }
.request-form__status.is-error { color: var(--pl-terracotta-deep); }

/* ---------- Dusk CTA ---------- */
.dusk-cta { background: linear-gradient(160deg, var(--pl-dusk), var(--pl-dusk-deep)); color: var(--pl-cream); }
.dusk-cta__inner { text-align: center; max-width: 640px; margin-inline: auto; }
.dusk-cta h2 { color: #fff; }
.dusk-cta p { color: rgba(245,239,227,0.82); font-size: 1.05rem; }
.dusk-cta .eyebrow { color: var(--pl-terracotta); }

/* ---------- Amenity / service / event single ---------- */
.amenity-single__meta, .event-single__meta { display: flex; gap: 1.4rem; flex-wrap: wrap; font-weight: 600; color: var(--pl-sage-deep); }
.amenity-single__meta span, .event-single__meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.amenity-single__hero-img img, .service-single__img img, .event-single__img img { border-radius: var(--radius-lg); width: 100%; object-fit: cover; aspect-ratio: 21/9; }
.service-single__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2.4rem; }
.service-single__includes { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-lg); padding: 1.6rem; height: fit-content; }
.service-single__includes ul { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.2rem; }
.service-single__includes li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.92rem; }
.service-single__includes svg { flex-shrink: 0; margin-top: 3px; color: var(--pl-sage-deep); }
.service-single__response { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--pl-terracotta-deep); }
.event-single__rsvp { background: var(--pl-sage-pale); border-radius: var(--radius-md); padding: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.event-single__rsvp p { display: flex; align-items: center; gap: 0.5rem; margin: 0; font-weight: 600; }

/* ---------- Entry content ---------- */
.entry-content h2, .entry-content h3 { margin-top: 1.6em; }
.entry-content p { color: var(--pl-ink-soft); }
.entry-content a { color: var(--pl-terracotta-deep); text-decoration: underline; }

/* ---------- 404 / search ---------- */
.error-404 { text-align: center; padding-block: 8rem; }
.error-404__mark { display: inline-flex; color: var(--pl-terracotta-deep); margin-bottom: 1rem; }
.error-404__links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-block: 1.6rem; }
.search-form { display: flex; gap: 0.6rem; margin-top: 1.5rem; max-width: 460px; }
.search-form input[type="search"] { flex: 1; padding: 0.75rem 1rem; border-radius: 999px; border: 1.5px solid var(--pl-line); font: inherit; }
.search-form button { border-radius: 999px; padding: 0.75rem 1.4rem; background: var(--pl-terracotta-deep); color: #fff; border: none; font-weight: 700; }
.search-title span { color: var(--pl-terracotta-deep); }

/* ---------- Comments ---------- */
.comments-area { margin-top: 3rem; }
.comment-list { display: flex; flex-direction: column; gap: 1.2rem; margin-block: 1.5rem; }
.comment-body { background: var(--pl-cream-soft); border: 1px solid var(--pl-line); border-radius: var(--radius-md); padding: 1.2rem 1.4rem; }
.comment-meta { font-size: 0.82rem; color: var(--pl-ink-soft); margin-bottom: 0.4rem; font-weight: 700; }
.comment-respond input, .comment-respond textarea { width: 100%; font: inherit; padding: 0.65rem 0.9rem; border-radius: var(--radius-sm); border: 1.5px solid var(--pl-line); margin-bottom: 0.8rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pl-ink); color: var(--pl-cream-deep); padding-block: 4rem 1.6rem; margin-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 2.4rem; }
.footer-brand__mark { display: inline-flex; color: var(--pl-terracotta); margin-bottom: 0.8rem; }
.footer-brand__text { font-family: var(--font-display); font-size: 1.3rem; color: #fff; margin-bottom: 0.6rem; }
.footer-brand__tag { color: rgba(245,239,227,0.68); font-size: 0.92rem; }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1rem; }
.footer-social a { display: inline-flex; padding: 0.55rem; border: 1px solid rgba(245,239,227,0.25); border-radius: 999px; color: rgba(245,239,227,0.85); }
.footer-social a:hover { background: var(--pl-terracotta-deep); border-color: var(--pl-terracotta-deep); color: #fff; }
.footer-col h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-nav a, .footer-contact a { color: rgba(245,239,227,0.75); font-size: 0.92rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--pl-terracotta); }
.footer-contact p { color: rgba(245,239,227,0.75); font-size: 0.92rem; margin-bottom: 0.4rem; }
.footer-contact__hours { color: rgba(245,239,227,0.55) !important; font-size: 0.84rem !important; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(245,239,227,0.14); font-size: 0.82rem; color: rgba(245,239,227,0.55); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
	.amenity-grid, .amenity-grid--preview, .service-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.site-plan { grid-template-columns: 1fr; }
	.intro-grid { grid-template-columns: 1fr; }
	.service-single__grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw); height: 100vh; height: 100dvh;
		background: var(--pl-cream-soft); flex-direction: column; align-items: flex-start; justify-content: flex-start;
		padding: 6.5rem 1.8rem 2rem; gap: 1.4rem; transform: translateX(100%); transition: transform 0.35s ease;
		box-shadow: -18px 0 40px rgba(58,53,44,0.18); z-index: 39; overflow-y: auto; }
	.nav.is-open { transform: translateX(0); }
	.nav ul { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
	.nav__cta { margin-left: 0; margin-top: 0.6rem; }
	.header-actions { display: block; }
	.nav-toggle { display: flex; }
	.brand__text { font-size: 1.15rem; }
	.brand__text small { display: none; }
}

@media (max-width: 720px) {
	.amenity-grid, .amenity-grid--preview, .service-grid, .post-grid { grid-template-columns: 1fr; }
	.booking-tool__grid { grid-template-columns: 1fr; }
	.request-form__row { grid-template-columns: 1fr; }
	.hero { min-height: 86vh; padding-block: 7rem 3rem; }
	.hero__scroll-cue { display: none; }
	.footer-grid { grid-template-columns: 1fr; gap: 2rem; }
	.section { padding-block: 3.2rem; }
	.page-hero { padding-block: 6.5rem 2rem; }
	.dusk-cta__inner .btn { width: 100%; }
	.event-row__link { flex-wrap: wrap; }
	.booking-tool__row { flex-direction: column; align-items: stretch; }
	.booking-tool__row .btn { width: 100%; }
}
