:root {
	--ink: #352a27;
	--muted: #685a54;
	--wine: #651f23;
	--teal: #315f65;
	--green: #496f4f;
	--gold: #a36f34;
	--paper: #fffdf9;
	--line: rgba(75, 51, 42, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: #f5f8f7;
	color: var(--ink);
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

a { color: var(--teal); }
a:hover { color: var(--wine); }

.site-header { position: sticky; top: 0; z-index: 1000; }

.top-contact-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 1rem;
	min-height: 2rem;
	padding: 0.35rem 1rem;
	background: #315f65;
	color: #fff;
	font-size: 0.78rem;
	line-height: 1.35;
}

.top-contact-bar a { color: #fff; text-decoration: none; }

.top-contact-cta,
.language-switch {
	display: inline-block;
	padding: 0.25rem 0.65rem;
	background: #fff;
	color: #244b55 !important;
	font-weight: 700;
}

.language-switch { border: 1px solid rgba(255, 255, 255, 0.65); background: transparent; color: #fff !important; }

.brand-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	padding: 0.75rem 1.25rem;
	background: #fff;
	border-bottom: 1px solid var(--line);
	box-shadow: 0 0.4rem 1.2rem rgba(48, 62, 58, 0.07);
}

.brand-identity {
	display: grid;
	grid-template-columns: 4rem auto;
	align-items: center;
	gap: 0.8rem;
	min-width: 17rem;
	color: inherit;
	text-decoration: none;
}

.brand-photo { width: 4rem; height: 4rem; border-radius: 50%; object-fit: cover; }
.brand-name { display: block; color: #244b55; font-size: 1.22rem; font-weight: 700; line-height: 1.05; }
.brand-title { display: block; margin-top: 0.2rem; color: var(--muted); font-size: 0.86rem; }

.brand-menu { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(0.7rem, 2vw, 1.6rem); }
.brand-menu a { color: #244b55; font-size: 0.86rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.nav-toggle, .nav-toggle-label { display: none; }

.page-shell {
	width: min(100% - 2rem, 62rem);
	margin: clamp(1rem, 3vw, 2.5rem) auto 3rem;
	padding: clamp(1.4rem, 4vw, 3.25rem);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(49, 95, 101, 0.18);
	border-radius: 8px;
	box-shadow: 0 1.2rem 2.8rem rgba(36, 75, 85, 0.09);
}

.page-shell::before {
	content: "";
	display: block;
	height: 0.35rem;
	margin: calc(clamp(1.4rem, 4vw, 3.25rem) * -1) calc(clamp(1.4rem, 4vw, 3.25rem) * -1) 2rem;
	background: linear-gradient(90deg, var(--teal), var(--gold), var(--wine));
}

.page-hero { max-width: 50rem; margin: 0 auto 2.4rem; text-align: center; }
.page-hero h1 { margin: 0; color: #244b55; font-size: clamp(2rem, 4.5vw, 3.35rem); line-height: 1.08; letter-spacing: 0; }
.lead { margin: 1rem auto 0; color: #564842; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.6; }
.breadcrumb { margin: 0 0 1.2rem; color: var(--muted); font-size: 0.82rem; text-align: left; }
.eyebrow { margin: 0 0 0.55rem; color: var(--wine); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; }

.page-content { max-width: 50rem; margin: 0 auto; }
.page-content h2 { margin: 2.5rem 0 0.8rem; color: #4f201f; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; letter-spacing: 0; }
.page-content h3 { margin: 1.8rem 0 0.5rem; color: #315f65; font-size: 1.2rem; line-height: 1.3; }
.page-content p { margin: 0.8rem 0; }
.page-content ul { padding-left: 1.4rem; }
.page-content li { margin: 0.45rem 0; }

.summary-box,
.note-box,
.warning-box,
.cta-box,
.quote-box {
	margin: 1.5rem 0;
	padding: 1.1rem 1.25rem;
	border-left: 0.3rem solid var(--teal);
	background: #f2f8f7;
}

.warning-box { border-color: var(--wine); background: #fff4f2; }
.quote-box { border-color: var(--gold); background: #fff9ef; font-size: 1.08rem; }
.cta-box { border: 1px solid rgba(49, 95, 101, 0.24); background: #f7fbfa; }
.cta-box h2 { margin-top: 0; }

.button-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.button-link {
	display: inline-block;
	padding: 0.7rem 1rem;
	border: 1px solid var(--teal);
	background: #fff;
	color: var(--teal);
	font-weight: 700;
	text-decoration: none;
}
.button-link.primary { background: var(--teal); color: #fff; }

.link-grid,
.fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1.2rem 0;
}

.link-card,
.fact-card {
	display: block;
	padding: 1rem;
	border: 1px solid var(--line);
	background: var(--paper);
	color: var(--ink);
	text-decoration: none;
}
.link-card strong, .fact-card strong { display: block; color: var(--teal); }
.link-card span, .fact-card span { display: block; margin-top: 0.35rem; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }

.page-figure { margin: 1.7rem 0; }
.page-figure img { display: block; width: 100%; height: auto; max-height: 38rem; object-fit: contain; }
.page-figure figcaption { margin-top: 0.55rem; color: var(--muted); font-size: 0.85rem; }

.booking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; margin: 1rem 0; }
.booking-grid .button-link { text-align: center; }
.payment-form { display: flex; flex-wrap: wrap; align-items: end; gap: 0.7rem; }
.payment-form label { display: grid; gap: 0.3rem; font-weight: 700; }
.payment-form select, .payment-form button { min-height: 2.8rem; padding: 0.55rem 0.75rem; font: inherit; }
.payment-form button { border: 0; background: var(--green); color: #fff; font-weight: 700; cursor: pointer; }

.testimonial { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.testimonial h2 { margin: 0; font-size: 1.2rem; }
.testimonial-meta { color: var(--muted); font-size: 0.9rem; }
.source-language { padding: 0.9rem 1rem; background: #fff9ef; border-left: 0.3rem solid var(--gold); }

.site-footer { max-width: 58rem; margin: 0 auto; padding: 0 1rem 2.5rem; color: var(--muted); font-size: 0.82rem; text-align: center; }
.site-footer p { margin: 0.45rem 0; }
.care-note { max-width: 46rem; margin-inline: auto !important; }

@media (max-width: 800px) {
	.brand-nav { display: grid; grid-template-columns: 1fr auto; justify-content: space-between; }
	.brand-identity { min-width: 0; }
	.nav-toggle { display: block; position: absolute; right: 1.2rem; width: 44px; height: 44px; opacity: 0; cursor: pointer; }
	.nav-toggle-label { display: inline-flex; flex-direction: column; justify-content: center; gap: 0.28rem; width: 44px; height: 44px; padding: 0.65rem; border: 1px solid rgba(49, 95, 101, 0.25); background: #fff; }
	.nav-toggle-label span { height: 2px; background: var(--teal); }
	.brand-menu { display: none; grid-column: 1 / -1; flex-direction: column; align-items: stretch; width: 100%; gap: 0; }
	.brand-menu a { padding: 0.7rem 0; border-top: 1px solid var(--line); }
	.nav-toggle:checked ~ .brand-menu { display: flex; }
}

@media (max-width: 600px) {
	.top-contact-bar span { width: 100%; text-align: center; }
	.page-shell { width: min(100% - 1rem, 62rem); padding: 1.2rem; }
	.page-shell::before { margin: -1.2rem -1.2rem 1.5rem; }
	.link-grid, .fact-grid, .booking-grid { grid-template-columns: 1fr; }
}
