:root {
	--bg: #f4f3ed;
	--surface: #fff;
	--green: #173d35;
	--green-2: #275a4f;
	--text: #1d2925;
	--muted: #66736e;
	--accent: #d76a3d;
	--line: #dfe4df;
	--radius: 18px;
	--shadow: 0 20px 55px rgba(24, 48, 42, 0.1);
	--container: 1180px;
	--gutter: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	background: var(--bg);
	color: var(--text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	margin: 0;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { margin-inline: auto; max-width: var(--container); padding-inline: var(--gutter); }
.skip-link { background: var(--green); color: #fff; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header {
	backdrop-filter: blur(18px);
	background: rgba(244,243,237,.9);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 30;
}
.site-header__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	height: 84px;
	justify-content: space-between;
	margin-inline: auto;
	max-width: calc(var(--container) + var(--gutter) * 2);
	padding-inline: var(--gutter);
}
.brand { align-items: center; display: flex; flex: 0 0 auto; font-size: .77rem; font-weight: 800; gap: .7rem; line-height: 1.05; text-decoration: none; text-transform: uppercase; }
.brand img { border-radius: 50%; height: 48px; object-fit: cover; width: 48px; }
.site-nav { align-items: center; display: flex; gap: 1.25rem; }
.site-nav a { color: #44514d; font-size: .76rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green); }
.header-phone { background: var(--green); border-radius: 999px; color: #fff; flex: 0 0 auto; font-size: .78rem; font-weight: 800; padding: .7rem 1rem; text-decoration: none; }
.menu-button { background: none; border: 0; color: var(--green); display: none; padding: .5rem 0; }

.button {
	align-items: center;
	background: var(--green);
	border: 1px solid var(--green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 750;
	justify-content: center;
	min-height: 48px;
	padding: .7rem 1.25rem;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
}
.button:hover { background: var(--green-2); }
.button--light { background: #fff; border-color: #fff; color: var(--green); }
.button--outline { background: transparent; border-color: var(--green); color: var(--green); }
.button--outline:hover { background: var(--green); color: #fff; }
.text-link { color: var(--green); font-size: .86rem; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.eyebrow { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 1rem; text-transform: uppercase; }

.home-hero {
	background: linear-gradient(90deg, rgba(8,29,24,.76), rgba(8,29,24,.12)), url("assets/images/hero-river.jpg") center/cover;
	border-radius: 26px;
	color: #fff;
	margin: 20px clamp(14px, 2vw, 32px) 0;
	min-height: min(760px, calc(100svh - 124px));
	overflow: hidden;
	padding: 9rem 0 5rem;
}
.home-hero__content { display: flex; flex-direction: column; min-height: min(590px, calc(100svh - 290px)); justify-content: flex-end; }
.home-hero h1 { font-size: clamp(3rem, 6.5vw, 6.6rem); letter-spacing: -.055em; line-height: .95; margin: 0; max-width: 850px; }
.home-hero__lead { color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.8vw, 1.35rem); margin: 1.5rem 0 0; max-width: 650px; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.booking-note { align-items: center; backdrop-filter: blur(12px); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.86); display: flex; gap: .8rem; margin-top: 2rem; max-width: 650px; padding: .85rem 1.1rem; }
.booking-note strong { color: #fff; }

.section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.section--white { background: var(--surface); }
.section--green { background: var(--green); color: #fff; }
.section-heading { margin-bottom: 2.5rem; max-width: 760px; }
.section-heading h2, .page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 4.4rem); letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; margin: 1rem 0 0; }
.section--green .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.intro-grid { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: 1.05fr .95fr; }
.intro-grid img { aspect-ratio: 4/3; border-radius: var(--radius); height: 100%; object-fit: cover; width: 100%; }
.intro-grid h2 { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1.08; margin: 0; }
.intro-grid p { color: var(--muted); margin: 1.3rem 0 1.8rem; }

.cards { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); }
.card { background: var(--surface); border: 1px solid rgba(23,61,53,.1); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(24,48,42,.04); overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.card__body { padding: 1.35rem; }
.card h3 { font-size: 1.25rem; letter-spacing: -.025em; margin: 0 0 .55rem; }
.card p { color: var(--muted); font-size: .9rem; margin: 0 0 1rem; }

.price-preview { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.price-preview__intro { background: var(--green); color: #fff; padding: clamp(2rem, 5vw, 4rem); }
.price-preview__intro h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 1rem; }
.price-preview__intro p { color: rgba(255,255,255,.72); margin-bottom: 2rem; }
.price-preview__list { padding: clamp(1.5rem, 4vw, 3rem); }
.price-row { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1fr auto; padding: 1rem 0; }
.price-row:first-child { padding-top: 0; }
.price-row span { color: var(--muted); font-size: .9rem; }
.price-row strong { color: var(--green); font-size: .95rem; white-space: nowrap; }

.photo-strip { display: grid; gap: .8rem; grid-template-columns: 1.35fr .65fr .9fr; }
.photo-strip img { border-radius: var(--radius); height: 380px; object-fit: cover; width: 100%; }
.phone-cta { align-items: center; background: var(--accent); border-radius: var(--radius); color: #fff; display: flex; gap: 2rem; justify-content: space-between; padding: clamp(2rem, 5vw, 4rem); }
.phone-cta h2 { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 .8rem; }
.phone-cta p { margin: 0; }
.phone-cta__number { color: #fff; font-size: clamp(1.5rem, 3vw, 2.7rem); font-weight: 800; text-decoration: none; white-space: nowrap; }

.page-hero { background: var(--surface); border-bottom: 1px solid var(--line); margin: 20px clamp(14px, 2vw, 32px) 0; border-radius: 24px; overflow: hidden; padding-block: clamp(4rem, 8vw, 7rem); }
.page-hero__grid { align-items: center; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: .8fr 1.2fr; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; margin: 1.2rem 0 0; max-width: 600px; }
.page-hero img { aspect-ratio: 16/9; border-radius: var(--radius); box-shadow: var(--shadow); height: 100%; max-height: 430px; object-fit: cover; width: 100%; }
.content-grid { display: grid; gap: clamp(2.5rem, 6vw, 6rem); grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); }
.prose h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.035em; line-height: 1.15; margin: 0 0 1.2rem; }
.prose h2:not(:first-child) { margin-top: 3.5rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 1.2rem; }
.aside-card { align-self: start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: sticky; top: 100px; }
.aside-card h2, .aside-card h3 { margin-top: 0; }
.aside-card p { color: var(--muted); font-size: .9rem; }
.aside-card .button { width: 100%; }

.feature-list { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.feature { background: var(--surface); border: 1px solid var(--line); padding: 1.5rem; }
.feature h3 { margin: 0 0 .5rem; }
.feature p { color: var(--muted); font-size: .9rem; margin: 0; }

.prices-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.prices-nav a { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; font-size: .8rem; padding: .55rem .8rem; text-decoration: none; }
.price-sections { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.3rem, 3vw, 2rem); }
.price-card h2 { font-size: 1.45rem; margin: 0 0 1rem; }
.price-table { border-collapse: collapse; width: 100%; }
.price-table td { border-bottom: 1px solid var(--line); font-size: .88rem; padding: .85rem 0; vertical-align: top; }
.price-table td:first-child { color: var(--muted); padding-right: 1rem; }
.price-table td:last-child { color: var(--green); font-weight: 800; text-align: right; white-space: nowrap; }
.notice { background: #fff3ea; border: 1px solid #efd3c1; border-radius: var(--radius); color: #75412c; margin-bottom: 2rem; padding: 1.1rem 1.2rem; }

.gallery-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.gallery-button { background: none; border: 0; cursor: zoom-in; padding: 0; }
.gallery-button { overflow: hidden; }
.gallery-button img { aspect-ratio: 4/3; border-radius: var(--radius); height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.gallery-button:hover img { transform: scale(1.025); }
.video-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin-top: 4rem; }
.video-grid video { aspect-ratio: 16/9; background: #0c2822; border-radius: var(--radius); object-fit: cover; width: 100%; }

.cottage-hero {
	background: linear-gradient(90deg, rgba(8,29,24,.78), rgba(8,29,24,.08)), url("assets/images/cottage-exterior.jpg") center/cover;
	border-radius: 26px;
	color: #fff;
	margin: 20px clamp(14px, 2vw, 32px) 0;
	min-height: 680px;
	overflow: hidden;
	padding: 7rem 0 4rem;
}
.cottage-hero__inner { display: flex; flex-direction: column; justify-content: flex-end; min-height: 520px; }
.cottage-hero h1 { font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.055em; line-height: .95; margin: 0; max-width: 760px; }
.cottage-hero p:not(.eyebrow) { color: rgba(255,255,255,.84); font-size: 1.15rem; max-width: 600px; }
.cottage-facts { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); margin-top: 2.5rem; max-width: 780px; }
.cottage-fact { backdrop-filter: blur(10px); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 1rem; }
.cottage-fact strong { display: block; font-size: 1.05rem; }
.cottage-fact span { color: rgba(255,255,255,.65); font-size: .72rem; }
.cottage-gallery { display: grid; gap: 1rem; grid-auto-rows: 240px; grid-template-columns: repeat(12, 1fr); }
.cottage-gallery .gallery-button { grid-column: span 4; }
.cottage-gallery .gallery-button:first-child { grid-column: span 8; grid-row: span 2; }
.cottage-gallery .gallery-button:nth-child(2) { grid-column: span 4; grid-row: span 2; }
.cottage-gallery .gallery-button img { aspect-ratio: auto; }
.cottage-video { display: grid; gap: clamp(2rem,6vw,6rem); grid-template-columns: .7fr 1.3fr; margin-top: 5rem; }
.cottage-video__copy { align-self: center; }
.cottage-video__copy h2 { font-size: clamp(2rem,4vw,4rem); letter-spacing: -.045em; line-height: 1.05; margin: 0 0 1rem; }
.cottage-video video { aspect-ratio: 9/16; background: var(--green); border-radius: var(--radius); justify-self: center; max-height: 680px; object-fit: cover; width: min(100%, 390px); }

.route-steps { counter-reset: steps; display: grid; gap: 1rem; }
.route-step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.3rem 1.3rem 4.5rem; position: relative; }
.route-step::before { align-items: center; background: var(--green); border-radius: 50%; color: #fff; content: counter(steps); counter-increment: steps; display: flex; font-size: .8rem; font-weight: 800; height: 34px; justify-content: center; left: 1.25rem; position: absolute; top: 1.25rem; width: 34px; }
.route-step strong { display: block; margin-bottom: .35rem; }
.route-step p { color: var(--muted); margin: 0; }

.site-footer { background: #0f3029; color: rgba(255,255,255,.72); padding-block: 3rem; }
.site-footer__grid { display: grid; gap: 2rem; grid-template-columns: 1.2fr .8fr .8fr; }
.site-footer h2 { color: #fff; font-size: .75rem; letter-spacing: .1em; margin: 0 0 1rem; text-transform: uppercase; }
.site-footer p { font-size: .85rem; margin: 0; max-width: 380px; }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { font-size: .85rem; text-decoration: none; }
.footer-phone { color: #fff; font-size: 1.3rem; font-weight: 800; text-decoration: none; }
.footer-note { font-size: .76rem !important; margin-top: .7rem !important; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; margin-top: 2rem; padding-top: 1.5rem; }
.footer-legal { display: inline-block; margin-left: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,.86); text-underline-offset: 3px; }
.footer-legal button { background: none; border: 0; color: rgba(255,255,255,.86); cursor: pointer; font: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.powered { color: rgba(255,255,255,.85); float: right; font-weight: 700; text-decoration: none; }
.powered:hover { color: #fff; }

.map-section { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.map-frame {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	height: min(560px, 65svh);
	overflow: hidden;
}
.map-frame iframe { border: 0; height: 100%; width: 100%; }

.cookie-banner {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	bottom: 20px;
	box-shadow: 0 24px 70px rgba(8, 30, 24, .22);
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr auto;
	left: max(20px, calc((100vw - var(--container)) / 2));
	max-width: var(--container);
	padding: 1.25rem 1.4rem;
	position: fixed;
	right: max(20px, calc((100vw - var(--container)) / 2));
	z-index: 100;
}
.cookie-banner__copy strong { color: var(--green); display: block; font-size: .95rem; margin-bottom: .25rem; }
.cookie-banner__copy p { color: var(--muted); font-size: .82rem; line-height: 1.5; margin: 0; max-width: 750px; }
.cookie-banner__copy a { color: var(--green); font-weight: 700; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: .65rem; }
.cookie-button { background: var(--green); border: 1px solid var(--green); border-radius: 999px; color: #fff; cursor: pointer; font-size: .8rem; font-weight: 750; min-width: 112px; padding: .75rem 1rem; }
.cookie-button--secondary { background: transparent; color: var(--green); }
.cookie-button:hover { background: var(--green-2); color: #fff; }

.lightbox { background: transparent; border: 0; height: 100%; max-height: none; max-width: none; padding: 4rem; width: 100%; }
.lightbox::backdrop { background: rgba(7,24,20,.94); }
.lightbox img { height: 100%; margin: auto; object-fit: contain; width: 100%; }
.lightbox button { background: #fff; border: 0; border-radius: 5px; cursor: pointer; padding: .65rem .85rem; position: absolute; right: 1.5rem; top: 1.2rem; }

@media (max-width: 1100px) {
	.header-phone { margin-left: auto; }
	.menu-button { display: block; }
	.site-nav { background: var(--bg); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 1rem var(--gutter) 2rem; position: absolute; right: 0; top: 84px; }
	.site-nav.is-open { display: flex; }
	.site-nav a { border-bottom: 1px solid var(--line); font-size: 1rem; padding: .85rem 0; width: 100%; }
}
@media (max-width: 800px) {
	.home-hero { min-height: 620px; }
	.intro-grid, .page-hero__grid, .content-grid, .price-preview, .contact__main { grid-template-columns: 1fr; }
	.cards, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.photo-strip { grid-template-columns: 1fr 1fr; }
	.photo-strip img:first-child { grid-column: span 2; }
	.phone-cta { align-items: flex-start; flex-direction: column; }
	.aside-card { position: static; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.cottage-facts { grid-template-columns: repeat(2, 1fr); }
	.cottage-gallery .gallery-button,
	.cottage-gallery .gallery-button:first-child,
	.cottage-gallery .gallery-button:nth-child(2) { grid-column: span 6; grid-row: span 1; }
}
@media (max-width: 600px) {
	.site-header__inner { height: 68px; }
	.brand img { height: 38px; width: 38px; }
	.header-phone { display: none; }
	.site-nav { top: 68px; }
	.home-hero { border-radius: 18px; min-height: 560px; padding-top: 6rem; }
	.home-hero__content { min-height: 420px; }
	.home-hero h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
	.cards, .feature-list, .price-sections, .gallery-grid, .video-grid, .site-footer__grid { grid-template-columns: 1fr; }
	.photo-strip { grid-template-columns: 1fr; }
	.photo-strip img, .photo-strip img:first-child { grid-column: auto; height: 280px; }
	.price-row { grid-template-columns: 1fr; gap: .2rem; }
	.lightbox { padding: 3.5rem .75rem .75rem; }
	.powered { display: block; float: none; margin-top: .7rem; }
	.footer-legal { display: block; margin: .7rem 0 0; }
	.cookie-banner { align-items: stretch; bottom: 12px; gap: 1rem; grid-template-columns: 1fr; left: 12px; right: 12px; }
	.cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.cottage-hero { border-radius: 18px; min-height: 600px; }
	.cottage-facts { grid-template-columns: 1fr 1fr; }
	.cottage-gallery { grid-auto-rows: 70vw; }
	.cottage-gallery .gallery-button,
	.cottage-gallery .gallery-button:first-child,
	.cottage-gallery .gallery-button:nth-child(2) { grid-column: span 12; grid-row: span 1; }
	.cottage-video { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
