/* ==========================================================================
   Char-Bo Campground, Derby, Vermont
   Warm Northeast Kingdom palette taken from the live site (barn brown,
   parchment cream, gold, balsam green, maple red) and pushed brighter so
   the new pages feel like fall in the Kingdom, not a generic template.
   ========================================================================== */

:root {
	--cream:       #F6EDD8;
	--cream-deep:  #E9D9B5;
	--paper:       #FFF8EC;
	--barn:        #543A28;
	--barn-deep:   #3A2418;
	--gold:        #C19E4C;
	--gold-bright: #E0B04A;
	--maple:       #C23018;
	--maple-deep:  #8D1E1E;
	--maple-soft:  #F8E2D6;
	--balsam:      #2F5A28;
	--balsam-deep: #1C3A1C;
	--balsam-soft: #DCE8D4;
	--lake:        #1E6A86;
	--lake-soft:   #D5E8EF;
	--ink:         #2A1C14;
	--ink-soft:    #5C4638;
	--ink-faint:   #8A7360;
	--rule:        #D9C8A4;
	--rule-dark:   #6A4E38;

	--display: "Zilla Slab", "Bitter", Rockwell, Georgia, serif;
	--body: "Nunito", "Segoe UI", system-ui, sans-serif;

	--container: 1440px;
	--gutter: clamp(1.15rem, 4vw, 2.75rem);
	--band-y: clamp(3.25rem, 6.5vw, 6rem);
	--radius: 2px;
	--radius-lg: 4px;

	--fs-xs:   0.78rem;
	--fs-sm:   0.92rem;
	--fs-base: 1.0625rem;
	--fs-md:   1.2rem;
	--fs-lg:   clamp(1.35rem, 1.9vw, 1.65rem);
	--fs-xl:   clamp(1.7rem, 2.8vw, 2.35rem);
	--fs-2xl:  clamp(2.05rem, 3.8vw, 3.15rem);
	--fs-3xl:  clamp(2.55rem, 5.8vw, 4.5rem);

	--shadow-sm: 0 1px 2px rgba(58, 36, 24, .08), 0 3px 10px rgba(58, 36, 24, .06);
	--shadow-md: 0 3px 8px rgba(58, 36, 24, .10), 0 14px 32px rgba(58, 36, 24, .12);
	--shadow-lg: 0 8px 20px rgba(58, 36, 24, .16), 0 28px 60px rgba(58, 36, 24, .18);

	--frame: 4px solid var(--balsam);
	--frame-gold: 2px solid var(--gold);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

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

body {
	margin: 0;
	background:
		radial-gradient(1200px 480px at 8% -10%, rgba(224, 176, 74, .22), transparent 60%),
		radial-gradient(900px 420px at 100% 8%, rgba(47, 90, 40, .12), transparent 55%),
		var(--cream);
	color: var(--ink);
	font-family: var(--body);
	font-size: var(--fs-base);
	line-height: 1.65;
	font-synthesis-weight: none;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }

h1, h2, h3, h4 {
	font-family: var(--display);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.018em;
	text-wrap: balance;
	margin: 0;
	color: var(--barn-deep);
}

p { margin: 0; }

a { color: var(--maple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--maple-deep); }

:focus-visible {
	outline: 3px solid var(--gold-bright);
	outline-offset: 3px;
}

hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--maple);
	color: #fff;
	padding: .75rem 1.25rem;
	font-weight: 700;
}
.skip-link:focus { left: 0; color: #fff; }

.visually-hidden {
	position: absolute; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.wrap {
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.wrap--narrow { max-width: 940px; }
.wrap--mid { max-width: 1180px; }

.band { padding-block: var(--band-y); }
.band--tight { padding-block: clamp(2.1rem, 4.2vw, 3.4rem); }
.band--birch { background: transparent; }
.band--warm {
	background:
		linear-gradient(180deg, rgba(233, 217, 181, .55), rgba(233, 217, 181, .9));
}
.band--paper { background: var(--paper); }
.band--spruce,
.band--barn {
	background: var(--barn);
	color: #F0E4C8;
}
.band--spruce h2, .band--spruce h3,
.band--barn h2, .band--barn h3 { color: #FFF6E4; }
.band--spruce a, .band--barn a { color: var(--gold-bright); }
.band--spruce a:hover, .band--barn a:hover { color: #fff; }

.band--balsam {
	background: var(--balsam-deep);
	color: #E5F0DC;
}
.band--balsam h2, .band--balsam h3 { color: #fff; }

.stack { display: flex; flex-direction: column; }
.stack > * + * { margin-top: var(--gap, 1rem); }

.eyebrow {
	font-family: var(--display);
	font-size: .92rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .02em;
	text-transform: none;
	color: var(--maple);
	margin: 0 0 .7rem;
	display: flex;
	align-items: center;
	gap: .65rem;
}
.eyebrow::before {
	content: "";
	width: 1.6rem;
	height: 3px;
	background: var(--gold);
	border-radius: 2px;
}
.band--spruce .eyebrow,
.band--barn .eyebrow,
.cta-band .eyebrow { color: var(--gold-bright); }

.section-head { max-width: 64ch; margin-bottom: clamp(1.8rem, 3.6vw, 3rem); }
.section-head h2 { font-size: var(--fs-2xl); }
.section-head p {
	margin-top: 1rem;
	font-size: var(--fs-md);
	color: var(--ink-soft);
	max-width: 62ch;
}
.band--spruce .section-head p,
.band--barn .section-head p { color: #E2D2B0; }

.lede {
	font-size: var(--fs-md);
	color: var(--ink-soft);
	max-width: 62ch;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	font-family: var(--body);
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: none;
	text-decoration: none;
	padding: .85rem 1.45rem;
	border: 2px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.btn:active { transform: translateY(1px); }

.btn--primary {
	background: var(--maple);
	color: #fff;
	border-color: var(--maple-deep);
	box-shadow: 0 3px 0 var(--maple-deep);
}
.btn--primary:hover {
	background: var(--maple-deep);
	border-color: var(--barn-deep);
	color: #fff;
}

.btn--ghost {
	background: transparent;
	color: var(--barn);
	border-color: var(--barn);
}
.btn--ghost:hover { background: var(--barn); color: var(--cream); }

.btn--onDark {
	background: transparent;
	color: #FFF6E4;
	border-color: var(--gold);
}
.btn--onDark:hover { background: var(--gold); color: var(--barn-deep); border-color: var(--gold); }

.btn--gold {
	background: var(--gold);
	color: var(--barn-deep);
	border-color: #A88432;
	box-shadow: 0 3px 0 #8F6F28;
}
.btn--gold:hover { background: var(--gold-bright); color: var(--barn-deep); }

.btn--sm { padding: .55rem 1.05rem; font-size: .85rem; }

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--paper);
	border-bottom: 0;
	box-shadow: 0 1px 0 var(--gold), 0 4px 0 var(--barn);
}
.site-header.is-stuck {
	box-shadow: 0 1px 0 var(--gold), 0 4px 0 var(--barn), var(--shadow-sm);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	min-height: 82px;
	padding-block: .5rem;
}

.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 58px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
	font-family: var(--display);
	font-weight: 700;
	font-size: 1.38rem;
	color: var(--maple);
	letter-spacing: -0.02em;
}
.brand-tag {
	font-size: .7rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--barn);
	font-weight: 800;
	margin-top: .2rem;
}

.header-ribbon {
	background: var(--barn);
	color: var(--gold-bright);
	text-align: center;
	font-family: var(--display);
	font-style: italic;
	font-weight: 600;
	font-size: clamp(.72rem, 1.5vw, .92rem);
	letter-spacing: .08em;
	padding: .42rem var(--gutter);
	margin: 0;
}

.nav { margin-left: auto; }
.nav-list {
	display: flex;
	align-items: center;
	gap: clamp(.25rem, 1.2vw, 1.15rem);
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-list a {
	display: block;
	position: relative;
	font-size: .92rem;
	font-weight: 800;
	color: var(--barn);
	text-decoration: none;
	padding: .45rem .15rem;
	white-space: nowrap;
}
.nav-list a::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 3px;
	background: var(--maple);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .18s ease;
}
.nav-list a:hover { color: var(--maple); }
.nav-list a:hover::after,
.nav-list a[aria-current="page"]::after { transform: scaleX(1); }
.nav-list a[aria-current="page"] { color: var(--maple); }

.header-cta { display: flex; align-items: center; gap: .9rem; flex: 0 0 auto; }
.header-phone {
	font-family: var(--display);
	font-weight: 700;
	font-size: 1.08rem;
	color: var(--barn);
	text-decoration: none;
	white-space: nowrap;
}
.header-phone:hover { color: var(--maple); }

.nav-toggle {
	display: none;
	background: var(--cream);
	border: 2px solid var(--barn);
	border-radius: 8px;
	width: 46px; height: 42px;
	align-items: center; justify-content: center;
	cursor: pointer;
	color: var(--barn);
	margin-left: auto;
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 1080px) {
	.nav-toggle { display: flex; }
	.header-cta .btn { display: none; }
	.nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(360px, 86vw);
		background: var(--barn-deep);
		padding: 6.5rem var(--gutter) 2rem;
		transform: translateX(100%);
		visibility: hidden;
		transition: transform .28s cubic-bezier(.4, 0, .2, 1), visibility .28s;
		overflow-y: auto;
		box-shadow: var(--shadow-lg);
		margin-left: 0;
	}
	.nav.is-open { transform: translateX(0); visibility: visible; }
	.nav-list { flex-direction: column; align-items: stretch; gap: 0; }
	.nav-list li { border-bottom: 1px solid var(--rule-dark); }
	.nav-list a { color: #F6EDD8; font-size: 1.15rem; padding: 1rem .2rem; font-family: var(--display); }
	.nav-list a[aria-current="page"] { color: var(--gold-bright); }
	.nav-list a::after { display: none; }
	.nav-drawer-cta { margin-top: 2rem; display: flex; flex-direction: column; gap: .9rem; }
	.nav-drawer-cta .btn { width: 100%; }
	.nav-scrim {
		position: fixed; inset: 0;
		background: rgba(58, 36, 24, .55);
		opacity: 0; pointer-events: none;
		transition: opacity .28s ease;
		z-index: 99;
	}
	.nav-scrim.is-open { opacity: 1; pointer-events: auto; }
}
@media (min-width: 1081px) {
	.nav-drawer-cta, .nav-scrim { display: none; }
}
@media (max-width: 560px) {
	.header-phone { display: none; }
	.brand-name { font-size: 1.12rem; }
	.brand img { width: 46px; }
	.header-ribbon { letter-spacing: .04em; }
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
	position: relative;
	isolation: isolate;
	background: var(--barn-deep);
	color: #fff;
	overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center 48%;
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(105deg, rgba(58, 36, 24, .82) 0%, rgba(58, 36, 24, .28) 52%, rgba(194, 48, 24, .28) 100%),
		linear-gradient(to top, rgba(58, 36, 24, .78) 0%, rgba(58, 36, 24, 0) 48%);
}

.hero-inner {
	padding-block: clamp(4.2rem, 10vw, 8.4rem) clamp(1.6rem, 3.4vw, 2.6rem);
	max-width: 920px;
}
.hero-eyebrow {
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gold-bright);
	margin: 0 0 1.2rem;
}
.hero h1 {
	font-size: var(--fs-3xl);
	color: #FFF8EC;
	font-weight: 650;
	letter-spacing: -0.03em;
	text-shadow: 0 2px 22px rgba(40, 20, 10, .45);
}
.hero h1 em {
	font-style: italic;
	color: var(--gold-bright);
}
.hero-lede {
	margin-top: 1.45rem;
	font-size: clamp(1.12rem, 1.7vw, 1.32rem);
	color: #F3E6C8;
	max-width: 54ch;
	text-shadow: 0 1px 12px rgba(40, 20, 10, .45);
}
.hero-actions {
	margin-top: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
}

.bearings {
	position: relative;
	border-top: 1px solid rgba(193, 158, 76, .45);
	background: rgba(58, 36, 24, .62);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.bearings-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(193, 158, 76, .35);
}
.bearing {
	background: rgba(42, 24, 16, .35);
	padding: 1.35rem clamp(.85rem, 2vw, 1.6rem);
	display: flex;
	flex-direction: column;
	gap: .28rem;
}
.bearing-mark {
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .18em;
	color: var(--gold-bright);
	text-transform: uppercase;
}
.bearing-value {
	font-family: var(--display);
	font-size: clamp(1.15rem, 1.9vw, 1.55rem);
	font-weight: 650;
	color: #fff;
	line-height: 1.15;
}
.bearing-note {
	font-size: var(--fs-xs);
	color: #E2D2B0;
	line-height: 1.4;
}
@media (max-width: 860px) {
	.bearings-grid { grid-template-columns: repeat(2, 1fr); }
}

.ridgeline {
	display: block;
	position: relative;
	width: 100%;
	height: clamp(38px, 5vw, 72px);
	color: var(--cream);
	background: var(--cream);
	margin-bottom: -1px;
}
.ridgeline svg { display: block; width: 100%; height: 100%; }

.page-hero {
	background: var(--barn-deep) center 42% / cover no-repeat;
	background-image:
		linear-gradient(105deg, rgba(58, 36, 24, .88), rgba(47, 90, 40, .42)),
		url("../img/hero-foliage.jpg");
	color: #F0E4C8;
	padding-block: clamp(2.6rem, 5.5vw, 4.4rem) clamp(2.3rem, 4.6vw, 3.7rem);
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 -6px 0 var(--gold);
}
.page-hero h1 { color: #FFF8EC; font-size: var(--fs-2xl); max-width: 22ch; }
.page-hero .lede { color: #F0E4C8; margin-top: 1.15rem; }
.page-hero .eyebrow { color: var(--gold-bright); }

.breadcrumb {
	font-size: var(--fs-xs);
	color: #D9C8A4;
	margin-bottom: .9rem;
	letter-spacing: .04em;
}
.breadcrumb a { color: var(--gold-bright); text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }

/* ==========================================================================
   Welcome / intro
   ========================================================================== */

.intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}
@media (max-width: 900px) { .intro-grid { grid-template-columns: 1fr; } }

.intro-body p + p { margin-top: 1.1rem; }
.intro-body p { color: var(--ink-soft); font-size: var(--fs-md); max-width: 62ch; }
.intro-body .first-line {
	color: var(--ink);
	font-size: clamp(1.22rem, 1.9vw, 1.48rem);
	font-family: var(--display);
	font-weight: 550;
	font-style: italic;
	line-height: 1.45;
}

.season-card {
	background: var(--barn);
	color: #F0E4C8;
	border: 2px solid var(--gold);
	border-radius: 2px;
	padding: clamp(1.5rem, 3vw, 2.15rem);
	box-shadow: 8px 8px 0 var(--balsam);
}
.season-card h3 { color: #FFF8EC; font-size: var(--fs-lg); }
.season-card dl { margin: 1.3rem 0 0; display: grid; gap: 0; }
.season-card div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: .75rem 0;
	border-top: 1px solid rgba(193, 158, 76, .4);
}
.season-card dt { font-size: var(--fs-sm); color: #E2D2B0; }
.season-card dd {
	margin: 0;
	font-family: var(--display);
	font-weight: 650;
	color: #fff;
	text-align: right;
	font-size: 1.02rem;
}
.season-card dd a { color: #fff; text-decoration: none; }
.season-card dd a:hover { color: var(--gold-bright); }
.season-card .btn { margin-top: 1.5rem; width: 100%; }

.photo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(.7rem, 1.6vw, 1.15rem);
	margin-top: clamp(2rem, 4vw, 3rem);
}
.photo-frame {
	border: var(--frame);
	outline: var(--frame-gold);
	outline-offset: 3px;
	background: var(--paper);
	overflow: hidden;
	box-shadow: 4px 6px 0 var(--barn);
	transform: rotate(-0.6deg);
}
.photo-frame:nth-child(2) { transform: rotate(0.8deg); }
.photo-frame:nth-child(3) { transform: rotate(-0.3deg); }
.photo-frame img {
	width: 100%;
	aspect-ratio: 10 / 7;
	object-fit: cover;
	display: block;
}
@media (max-width: 720px) {
	.photo-strip { grid-template-columns: 1fr; }
	.photo-frame, .photo-frame:nth-child(n) { transform: none; }
}

/* ==========================================================================
   Amenities
   ========================================================================== */

.amenity-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
}
.amenity {
	background: var(--paper);
	padding: clamp(1.35rem, 2.4vw, 1.8rem);
	display: flex;
	flex-direction: column;
	gap: .5rem;
	border: 1px solid var(--rule);
	border-left: 6px solid var(--gold);
	border-radius: 2px;
	box-shadow: var(--shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}
.amenity:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.amenity:nth-child(3n) { border-left-color: var(--maple); }
.amenity:nth-child(3n+2) { border-left-color: var(--balsam); }
.amenity:nth-child(3n+1) { border-left-color: var(--gold); }

.amenity-icon {
	width: 44px; height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--balsam-soft);
	color: var(--balsam);
	margin-bottom: .2rem;
}
.amenity:nth-child(3n) .amenity-icon { background: var(--maple-soft); color: var(--maple); }
.amenity:nth-child(3n+1) .amenity-icon { background: #F3E7C4; color: #8F6F28; }
.amenity-icon svg { width: 22px; height: 22px; display: block; }
.amenity h3 { font-size: 1.14rem; font-weight: 650; }
.amenity p { font-size: var(--fs-sm); color: var(--ink-soft); line-height: 1.55; }

.event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}
.event-card {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	padding: 1.35rem 1.3rem 1.45rem;
	box-shadow: 5px 5px 0 var(--gold);
	display: flex;
	flex-direction: column;
	gap: .45rem;
	transition: transform .18s ease, box-shadow .18s ease;
}
.event-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--maple); }
.event-card h3 { font-size: 1.18rem; }
.event-card .amenity-icon {
	width: 38px; height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #F3E7C4;
	color: var(--maple);
	margin-bottom: .15rem;
}
.event-card .amenity-icon svg { width: 18px; height: 18px; display: block; }
.event-card p { font-size: var(--fs-sm); color: var(--ink-soft); }
.event-kicker {
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--maple);
}

/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: clamp(1rem, 1.8vw, 1.4rem);
	align-items: start;
}
.gallery--feature { grid-auto-flow: dense; }
.gallery--feature .gal-item:first-child { grid-column: span 2; grid-row: span 2; }
@media (max-width: 680px) {
	.gallery--feature .gal-item:first-child { grid-column: span 1; grid-row: span 1; }
}

.gal-item {
	position: relative;
	display: block;
	padding: 10px 10px 2.4rem;
	border: 0;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: zoom-in;
	width: 100%;
	box-shadow: var(--shadow-md);
	transform: rotate(-1.1deg);
	transition: transform .25s ease, box-shadow .25s ease;
}
.gal-item:nth-child(2n) { transform: rotate(1.3deg); }
.gal-item:nth-child(3n) { transform: rotate(-0.5deg); }
.gal-item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 3px solid var(--balsam);
}
.gal-item figcaption {
	position: absolute;
	left: 10px; right: 10px; bottom: .45rem;
	color: var(--barn);
	font-family: var(--display);
	font-style: italic;
	font-size: .92rem;
	font-weight: 600;
	text-align: center;
	opacity: 1;
	transform: none;
}
.gal-item:hover {
	transform: rotate(0deg) scale(1.04);
	z-index: 2;
	box-shadow: var(--shadow-lg);
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(42, 24, 16, .94);
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 4vw, 3rem);
}
.lightbox[open], .lightbox.is-open { display: flex; }
.lightbox-figure { margin: 0; max-width: min(1200px, 100%); max-height: 100%; display: flex; flex-direction: column; gap: 1rem; }
.lightbox-figure img {
	max-height: calc(100vh - 11rem);
	width: auto;
	margin-inline: auto;
	border: 4px solid var(--gold);
	box-shadow: var(--shadow-lg);
}
.lightbox-figure figcaption {
	color: #F0E4C8;
	text-align: center;
	font-size: var(--fs-sm);
	font-family: var(--display);
	font-style: italic;
}
.lightbox-close, .lightbox-nav {
	position: absolute;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(224, 176, 74, .6);
	color: #fff;
	width: 48px; height: 48px;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background-color .18s ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: var(--maple); }
.lightbox-close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lightbox-nav--prev { left: clamp(.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox-nav--next { right: clamp(.5rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 22px; height: 22px; }

/* ==========================================================================
   Rates
   ========================================================================== */

.rate-switch {
	display: inline-flex;
	background: var(--barn);
	border: 2px solid var(--barn);
	border-radius: 999px;
	padding: 4px;
	gap: 2px;
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
	flex-wrap: wrap;
}
.rate-switch button {
	font-family: var(--body);
	font-size: var(--fs-sm);
	font-weight: 800;
	letter-spacing: .02em;
	padding: .55rem 1.25rem;
	border: 0;
	background: transparent;
	color: #F0E4C8;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}
.rate-switch button:hover { color: #fff; }
.rate-switch button[aria-selected="true"] {
	background: var(--gold);
	color: var(--barn-deep);
}

.rate-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	gap: clamp(1rem, 2vw, 1.6rem);
}
.rate-card {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	padding: clamp(1.5rem, 2.6vw, 2.05rem);
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 6px 6px 0 var(--cream-deep);
	transition: box-shadow .22s ease, transform .22s ease;
}
.rate-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--balsam); }
.rate-card--featured {
	border-color: var(--maple);
	box-shadow: 6px 6px 0 var(--maple);
}
.rate-card--featured::before {
	content: "Most popular";
	position: absolute;
	top: -.75rem; left: clamp(1.4rem, 2.4vw, 2rem);
	background: var(--maple);
	color: #fff;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: .28rem .7rem;
	border-radius: 999px;
}
.rate-card h3 { font-size: var(--fs-lg); }
.rate-card > p { font-size: var(--fs-sm); color: var(--ink-soft); margin-top: .5rem; min-height: 2.9em; }

.rate-price {
	display: flex;
	align-items: baseline;
	gap: .4rem;
	margin-top: 1.3rem;
	padding-top: 1.3rem;
	border-top: 2px solid var(--gold);
	font-variant-numeric: tabular-nums;
}
.rate-amount {
	font-family: var(--display);
	font-size: clamp(2.2rem, 3.6vw, 2.9rem);
	font-weight: 700;
	color: var(--maple);
	line-height: 1;
	letter-spacing: -0.03em;
}
.rate-amount.is-na { font-size: clamp(1.5rem, 2.4vw, 1.9rem); color: var(--ink-faint); }
.rate-unit { font-size: var(--fs-sm); color: var(--ink-faint); font-weight: 700; }

.rate-features {
	list-style: none;
	margin: 1.4rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .55rem;
	font-size: var(--fs-sm);
	color: var(--ink-soft);
}
.rate-features li { display: flex; gap: .6rem; align-items: flex-start; }
.rate-features li::before {
	content: "";
	flex: 0 0 8px;
	width: 8px; height: 8px;
	margin-top: .5em;
	border-radius: 50%;
	background: var(--balsam);
}
.rate-card .btn { margin-top: auto; padding-top: .85rem; }
.rate-card .rate-cta { margin-top: 1.8rem; }
.rate-cta[hidden] { display: none; }

.table-scroll {
	overflow-x: auto;
	border: 2px solid var(--barn);
	border-radius: 2px;
	background: var(--paper);
	-webkit-overflow-scrolling: touch;
	box-shadow: 6px 6px 0 var(--gold);
}
table.rates {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
	min-width: 620px;
}
table.rates caption {
	text-align: left;
	padding: 1.1rem clamp(1rem, 2vw, 1.5rem);
	font-family: var(--display);
	font-weight: 650;
	font-size: var(--fs-lg);
	color: var(--barn-deep);
	background: var(--cream);
	border-bottom: 2px solid var(--gold);
}
table.rates th, table.rates td {
	padding: .85rem clamp(.75rem, 1.6vw, 1.25rem);
	text-align: right;
	border-bottom: 1px solid var(--rule);
}
table.rates thead th {
	font-size: var(--fs-xs);
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--barn);
	background: var(--cream-deep);
	white-space: nowrap;
}
table.rates th[scope="row"] {
	text-align: left;
	font-family: var(--display);
	font-weight: 650;
	font-size: var(--fs-base);
	color: var(--barn-deep);
	white-space: nowrap;
}
table.rates thead th:first-child { text-align: left; }
table.rates td { color: var(--ink); font-weight: 700; }
table.rates td.is-na { color: var(--ink-faint); font-weight: 400; }
table.rates tbody tr:last-child th,
table.rates tbody tr:last-child td { border-bottom: 0; }
table.rates tbody tr:hover td,
table.rates tbody tr:hover th { background: var(--balsam-soft); }
table.rates td.wide { text-align: left; font-weight: 400; color: var(--ink-soft); font-size: var(--fs-sm); }

.table-note {
	font-size: var(--fs-sm);
	color: var(--ink-faint);
	margin-top: 1rem;
}

.callout {
	border-left: 6px solid var(--maple);
	background: var(--maple-soft);
	padding: 1.2rem 1.4rem;
	border-radius: 0 2px 2px 0;
	font-size: var(--fs-sm);
	color: #6B2419;
}
.callout strong { color: #6B2419; }
.callout--lake { border-left-color: var(--lake); background: var(--lake-soft); color: #1E3D49; }
.callout--lake strong { color: #1E3D49; }

.info-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}
.info-card {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	padding: clamp(1.3rem, 2.2vw, 1.7rem);
	box-shadow: 5px 5px 0 var(--cream-deep);
}
.info-card h3 { font-size: 1.12rem; margin-bottom: .7rem; }
.info-card p, .info-card li { font-size: var(--fs-sm); color: var(--ink-soft); }
.info-card ul { margin: 0; padding-left: 1.1rem; display: flex; flex-direction: column; gap: .4rem; }

/* ==========================================================================
   Feature rows
   ========================================================================== */

.feature-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}
.feature-row + .feature-row { margin-top: clamp(3rem, 6vw, 5rem); }
.feature-row--flip .feature-media { order: 2; }
@media (max-width: 880px) {
	.feature-row { grid-template-columns: 1fr; gap: 1.75rem; }
	.feature-row--flip .feature-media { order: 0; }
}
.feature-media img {
	width: 100%;
	border: var(--frame);
	outline: var(--frame-gold);
	outline-offset: 4px;
	box-shadow: 8px 10px 0 var(--barn);
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--paper);
}
.feature-body h3 { font-size: var(--fs-xl); }
.feature-body p { margin-top: 1.05rem; color: var(--ink-soft); font-size: var(--fs-md); max-width: 58ch; }
.feature-body .btn { margin-top: 1.5rem; }

/* ==========================================================================
   Attraction cards
   ========================================================================== */

.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin: 0 0 1.6rem;
}
.filter-bar button {
	font-family: var(--body);
	font-size: .85rem;
	font-weight: 800;
	padding: .45rem 1rem;
	border-radius: 999px;
	border: 2px solid var(--barn);
	background: transparent;
	color: var(--barn);
	cursor: pointer;
}
.filter-bar button[aria-selected="true"],
.filter-bar button:hover {
	background: var(--barn);
	color: var(--cream);
}

.attraction-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(1.25rem, 2.4vw, 1.9rem);
}
.attraction[hidden] { display: none; }
.attraction {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 6px 6px 0 var(--cream-deep);
	transition: box-shadow .22s ease, transform .22s ease;
}
.attraction:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--balsam); }
.attraction img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.attraction-body { padding: clamp(1.2rem, 2.2vw, 1.6rem); display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.attraction-kicker {
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--maple);
}
.attraction h3 { font-size: 1.22rem; }
.attraction p { font-size: var(--fs-sm); color: var(--ink-soft); line-height: 1.6; }
.attraction .attraction-link {
	margin-top: auto;
	padding-top: .5rem;
	font-size: var(--fs-sm);
	font-weight: 800;
	color: var(--maple);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: .4rem;
}
.attraction .attraction-link:hover { color: var(--maple-deep); gap: .65rem; }
.attraction .attraction-link svg { width: 14px; height: 14px; transition: transform .2s ease; }

.attraction-placeholder {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(160deg, var(--balsam) 0%, var(--lake) 100%);
	display: grid;
	place-items: center;
	color: rgba(255,255,255,.6);
}
.attraction-placeholder svg { width: 46px; height: 46px; }

/* ==========================================================================
   Rules accordion
   ========================================================================== */

.rules-toolbar {
	display: flex;
	gap: .6rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.rules-toolbar button {
	font-family: var(--body);
	font-size: .85rem;
	font-weight: 800;
	padding: .4rem .9rem;
	border: 2px solid var(--barn);
	background: transparent;
	color: var(--barn);
	border-radius: 999px;
	cursor: pointer;
}
.rules-toolbar button:hover { background: var(--barn); color: var(--cream); }

.rules-list { display: grid; gap: .55rem; }

details.rule {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	overflow: hidden;
}
details.rule[open] { box-shadow: 4px 4px 0 var(--gold); }
details.rule summary {
	list-style: none;
	cursor: pointer;
	padding: 1.05rem clamp(1.05rem, 2vw, 1.45rem);
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: var(--display);
	font-weight: 650;
	font-size: var(--fs-md);
	color: var(--barn-deep);
	transition: background-color .18s ease;
}
details.rule summary::-webkit-details-marker { display: none; }
details.rule summary:hover { background: var(--cream); }
details.rule summary::after {
	content: "";
	margin-left: auto;
	flex: 0 0 auto;
	width: 11px; height: 11px;
	border-right: 2px solid var(--maple);
	border-bottom: 2px solid var(--maple);
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .22s ease;
}
details.rule[open] summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.rule-body {
	padding: 0 clamp(1.1rem, 2vw, 1.5rem) 1.35rem;
	border-top: 2px solid var(--gold);
	padding-top: 1.1rem;
	color: var(--ink-soft);
	font-size: var(--fs-sm);
	line-height: 1.7;
}
.rule-body p + p { margin-top: .85rem; }
.rule-body ul { margin: .85rem 0 0; padding-left: 1.15rem; display: flex; flex-direction: column; gap: .55rem; }
.rule-body strong { color: var(--ink); }
.rule-body .warn { color: var(--maple-deep); font-weight: 800; }

/* ==========================================================================
   Embeds
   ========================================================================== */

.embed {
	border: 2px solid var(--barn);
	border-radius: 2px;
	overflow: hidden;
	background: var(--paper);
	box-shadow: 6px 6px 0 var(--gold);
}
.embed iframe { display: block; width: 100%; border: 0; }
.embed--map iframe { height: clamp(340px, 46vw, 520px); }
.embed--calendar iframe { height: clamp(520px, 60vw, 680px); }

.embed-fallback {
	padding: clamp(2rem, 5vw, 3.5rem);
	min-height: clamp(260px, 32vw, 380px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--ink-soft);
	font-size: var(--fs-sm);
	background: var(--cream);
}
.embed-fallback strong { color: var(--barn-deep); font-family: var(--display); font-size: var(--fs-md); }

/* ==========================================================================
   Reservation form
   ========================================================================== */

.form-shell {
	background: var(--paper);
	border: 2px solid var(--barn);
	border-radius: 2px;
	padding: clamp(1.45rem, 3.4vw, 2.6rem);
	box-shadow: 8px 8px 0 var(--gold);
}
.form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.1rem 1.25rem;
}
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label {
	font-size: var(--fs-xs);
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ink-soft);
}
.field .req { color: var(--maple); }
.field input, .field select, .field textarea {
	font-family: var(--body);
	font-size: var(--fs-base);
	color: var(--ink);
	background: #fff;
	border: 2px solid var(--rule);
	border-radius: 2px;
	padding: .7rem .85rem;
	width: 100%;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
	outline: none;
	border-color: var(--balsam);
	box-shadow: 0 0 0 3px var(--balsam-soft);
}
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid {
	border-color: var(--maple);
}
.field-hint { font-size: var(--fs-xs); color: var(--maple); min-height: 1.1em; }
.field-row { display: flex; gap: .75rem; }
.field-row > * { flex: 1; }

.fieldset-block { border: 0; margin: 0; padding: 0; }
.fieldset-block + .fieldset-block { margin-top: 2rem; padding-top: 2rem; border-top: 2px solid var(--gold); }
.fieldset-block legend {
	font-family: var(--display);
	font-weight: 650;
	font-size: var(--fs-lg);
	color: var(--barn-deep);
	padding: 0;
	margin-bottom: 1.25rem;
}

.choice-group { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice {
	position: relative;
	display: flex;
	align-items: center;
	gap: .55rem;
	border: 2px solid var(--rule);
	border-radius: 999px;
	padding: .6rem 1rem;
	cursor: pointer;
	font-size: var(--fs-sm);
	font-weight: 700;
	color: var(--ink-soft);
	background: #fff;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}
.choice:hover { border-color: var(--balsam); color: var(--balsam); }
.choice input { accent-color: var(--maple); margin: 0; }
.choice:has(input:checked) { border-color: var(--maple); color: var(--maple-deep); background: var(--maple-soft); }
.choice:has(input:focus-visible) { outline: 3px solid var(--gold-bright); outline-offset: 2px; }

.check-line {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	font-size: var(--fs-sm);
	color: var(--ink-soft);
	cursor: pointer;
}
.check-line input { accent-color: var(--maple); margin-top: .3rem; flex: 0 0 auto; }

.form-actions {
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 2px solid var(--gold);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
}
.form-actions .btn { padding-inline: 2.1rem; }
.form-actions p { font-size: var(--fs-xs); color: var(--ink-faint); max-width: 42ch; }

.form-success {
	background: var(--balsam-soft);
	border: 2px solid var(--balsam);
	color: var(--balsam-deep);
	padding: 1rem 1.2rem;
	margin-bottom: 1.2rem;
	font-weight: 700;
}

/* ==========================================================================
   CTA band
   ========================================================================== */

.cta-band {
	background:
		linear-gradient(115deg, var(--barn) 0%, #6A2A1A 55%, var(--maple) 100%);
	color: #F0E4C8;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 6px 0 var(--gold);
}
.cta-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.5rem, 4vw, 3rem);
}
.cta-copy { max-width: 54ch; }
.cta-copy h2 { color: #FFF8EC; font-size: var(--fs-xl); }
.cta-copy p { margin-top: .85rem; color: #F0E4C8; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
	background: var(--barn-deep);
	color: #D9C8A4;
	font-size: var(--fs-sm);
	padding-block: clamp(2.6rem, 5vw, 3.8rem) 2rem;
}
.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)) minmax(0, 1.1fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand img { width: 78px; margin-bottom: 1rem; }
.footer-brand .tagline {
	font-family: var(--display);
	font-size: 1.18rem;
	font-style: italic;
	color: var(--gold-bright);
	line-height: 1.3;
	margin-bottom: .85rem;
}
.site-footer h4 {
	font-family: var(--body);
	font-size: var(--fs-xs);
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gold-bright);
	margin-bottom: 1rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.site-footer a { color: #F0E4C8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer address { font-style: normal; line-height: 1.8; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.25rem; }
.footer-badges img { background: #fff; padding: 5px; border-radius: 2px; }

.footer-base {
	margin-top: clamp(2.1rem, 4vw, 2.8rem);
	padding-top: 1.4rem;
	border-top: 1px solid rgba(193, 158, 76, .35);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	font-size: var(--fs-xs);
	color: #B89B72;
}
.footer-base a { color: #B89B72; }

/* ==========================================================================
   Mobile call dock
   ========================================================================== */

.call-dock {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 80;
	background: var(--barn);
	border-top: 3px solid var(--gold);
	padding: .65rem var(--gutter) calc(.65rem + env(safe-area-inset-bottom));
	gap: .6rem;
}
.call-dock a { flex: 1; }
@media (max-width: 720px) {
	.call-dock { display: flex; }
	body { padding-bottom: 0; }
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */

/* Scroll reveal is opt-in visual sugar only. Content stays visible so
   a slow observer never leaves a page looking washed out. */
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.js .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Utilities
   ========================================================================== */

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 1.75rem; }
.mt-3 { margin-top: 2.5rem; }
.mt-4 { margin-top: clamp(2.5rem, 5vw, 4rem); }
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

.pill {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-size: var(--fs-xs);
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: .35rem .8rem;
	border-radius: 999px;
	background: var(--lake-soft);
	color: var(--lake);
}
.pill--open { background: var(--balsam-soft); color: var(--balsam-deep); }
.pill--maple { background: var(--maple-soft); color: var(--maple-deep); }
.pill--gold { background: #F3E7C4; color: #6F5418; }

.placeholder-flag {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-size: var(--fs-xs);
	color: var(--ink-faint);
	font-style: italic;
}
