:root {
	--ink: #172421;
	--teal: #0e3d36;
	--teal-deep: #082824;
	--sage: #3f6f5e;
	--gold: #b8893d;
	--gold-2: #e6c98a;
	--cream: #f4f0e7;
	--paper: #fbf9f4;
	--muted: #5d6b66;
	--line: #e3dccf;
	--serif: "Fraunces", "Times New Roman", serif;
	--sans: "Outfit", "Segoe UI", sans-serif;
	--shadow: 0 18px 50px rgba(8, 40, 36, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--sans);
	font-weight: 420;
	font-size: 1.05rem;
	line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
h1, h2, h3 { font-family: var(--serif); font-weight: 560; letter-spacing: -0.03em; line-height: 1.12; margin: 0 0 0.6rem; }
h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
p { margin: 0 0 0.9rem; }
.wrap { width: min(1120px, calc(100% - 2.4rem)); margin: 0 auto; }
.narrow { width: min(740px, 100%); }
.skip {
	position: absolute; left: 1rem; top: -4rem; background: #fff; padding: 0.4rem 0.8rem;
}
.skip:focus { top: 1rem; z-index: 9; }
.screen-reader, .hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.topbar { background: var(--teal-deep); color: #efe8d8; font-size: 0.92rem; }
.topbar a { color: inherit; text-decoration: none; }
.topbar-inner, .header-inner, .stat-row, .section-head.split, .visit-grid, .contact-grid, .footer-grid, .hero-grid {
	display: flex; justify-content: space-between; gap: 1.2rem; align-items: center;
}
.topbar-inner { padding: 0.55rem 0; }
.dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); margin: 0 0.6rem 0.12rem; }
.topbar-hours { opacity: 0.8; }

.site-header {
	position: sticky; top: 0; z-index: 20;
	background: rgba(251, 249, 244, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}
.header-inner { padding: 0.7rem 0; flex-wrap: wrap; }
.brand img { width: 168px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 0.85rem 1rem; flex-wrap: wrap; justify-content: flex-end; }
.menu { display: flex; flex-wrap: wrap; gap: 0.45rem 0.9rem; list-style: none; margin: 0; padding: 0; }
.menu a { color: var(--ink); text-decoration: none; font-size: 0.95rem; }
.menu a:hover { color: var(--sage); }
.nav-toggle { display: none; background: none; border: 0; padding: 0.4rem; }
.nav-toggle-bars, .nav-toggle-bars:before, .nav-toggle-bars:after {
	display: block; width: 22px; height: 2px; background: var(--ink); position: relative;
}
.nav-toggle-bars:before, .nav-toggle-bars:after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars:before { top: -6px; }
.nav-toggle-bars:after { top: 6px; }

.btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 0.85rem 1.15rem; border-radius: 999px; text-decoration: none;
	font-weight: 520; border: 1px solid transparent; cursor: pointer;
}
.btn-gold { background: var(--gold); color: #1c1406; }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-line { color: var(--ink); border-color: var(--line); background: transparent; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.text-link { font-weight: 520; }
.text-link.light { color: var(--gold-2); }

.hero {
	background:
		linear-gradient(100deg, rgba(8, 28, 25, 0.88) 0%, rgba(8, 28, 25, 0.55) 48%, rgba(8, 28, 25, 0.25) 100%),
		var(--hero) center/cover no-repeat;
	color: #f7f3ea;
	padding: 5.5rem 0 4.5rem;
}
.hero h1, .page-hero h1 { color: #fff; }
.hero-grid { align-items: end; }
.hero-copy { max-width: 40rem; }
.lede { font-size: 1.15rem; color: inherit; opacity: 0.92; }
.eyebrow {
	font-family: var(--sans); letter-spacing: 0.16em; text-transform: uppercase;
	font-size: 0.75rem; font-weight: 640; color: var(--gold); margin-bottom: 0.7rem;
}
.eyebrow.light { color: var(--gold-2); }
.hero-points { list-style: none; margin: 0; padding: 1.1rem 1.2rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); max-width: 22rem; backdrop-filter: blur(8px); }
.hero-points li { padding: 0.45rem 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.hero-points li:last-child { border: 0; }

.band { background: var(--cream); border-bottom: 1px solid var(--line); }
.stat-row { padding: 1.3rem 0; }
.stat-row div { display: flex; flex-direction: column; }
.stat-row strong { font-family: var(--serif); font-size: 1.6rem; }
.stat-row span { color: var(--muted); font-size: 0.92rem; }

.section { padding: 4.5rem 0; }
.section.tint { background: var(--cream); }
.section.deep { background: var(--teal); color: #f6f1e7; }
.section.deep h2, .section.deep h3, .section.deep a { color: #fff; }
.section-head { margin-bottom: 1.8rem; max-width: 40rem; }
.section-head.split { max-width: none; align-items: end; }

.card-grid, .treat-grid, .doctor-grid, .case-grid { display: grid; gap: 1rem; }
.card-grid, .treat-grid { grid-template-columns: repeat(3, 1fr); }
.doctor-grid, .case-grid { grid-template-columns: repeat(3, 1fr); }
.card, .treat, .doctor, .case-card {
	background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.25rem 1.2rem;
}
.section.deep .case-card { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); }
.treat { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 0.35rem; min-height: 11rem; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.treat:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.treat-group { color: var(--sage); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 640; }
.section.deep .treat-group { color: var(--gold-2); }
.doctor-role, .case-time, .creds { color: var(--muted); font-size: 0.95rem; }
.center-link { text-align: center; margin-top: 1.4rem; }

.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 0.8rem; }
.ba figure { margin: 0; }
.ba figcaption { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 0.3rem; }
.case-wait { font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold); }

.photo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; }
.photo-row figure { margin: 0; }
.photo-row img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }
.photo-open { display: block; cursor: zoom-in; }
.photo-open img { transition: transform 0.35s ease; }
.photo-open:hover img { transform: scale(1.03); }
.reach { background: #fff; padding: 1.5rem 0 2.5rem; }
.reach-inner { width: min(980px, calc(100% - 2.4rem)); }
.reach img { width: 100%; height: auto; border-radius: 20px; }
.lightbox {
	position: fixed; inset: 0; z-index: 80;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	background: rgba(8, 24, 21, 0.88); padding: 2.5rem 1.2rem 1.5rem;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity 0.22s ease, visibility 0.22s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.lightbox img { max-width: min(1100px, 100%); max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,0.35); }
.lightbox-cap { color: #f6f1e7; margin: 0.8rem 0 0; }
.lightbox-close {
	position: absolute; top: 1rem; right: 1rem;
	background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4);
	border-radius: 999px; padding: 0.4rem 0.8rem; cursor: pointer; font: inherit;
}
.photo-row figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0.35rem; }

.split-copy { display: grid; grid-template-columns: 1.3fr 0.8fr; gap: 2rem; align-items: center; }
blockquote { margin: 0; padding: 1.5rem; background: var(--teal); color: #f6f1e7; border-radius: 18px; }
blockquote p { font-family: var(--serif); font-size: 1.8rem; line-height: 1.25; }
blockquote cite { font-style: normal; opacity: 0.75; font-size: 0.95rem; }

.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem 1.25rem; }
.stars { color: var(--gold); letter-spacing: 0.12em; margin-bottom: 0.5rem; }
.review-text { color: var(--ink); }
.review footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 0.8rem; font-size: 0.92rem; color: var(--muted); }
.review cite { font-style: normal; font-weight: 640; color: var(--ink); }
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-q {
	width: 100%; text-align: left; background: none; border: 0; padding: 1rem 1.1rem;
	font: inherit; font-weight: 520; cursor: pointer; color: var(--ink);
}
.faq-a { display: none; padding: 0 1.1rem 1rem; color: var(--muted); }
.faq-item.is-open .faq-a { display: block; }

.page-hero { background: var(--teal-deep); color: #f6f1e7; padding: 4.2rem 0 3.2rem; }
.prose a { text-underline-offset: 0.15em; }
.doctor-full { display: flex; flex-direction: column; gap: 2.5rem; }
.doctor-block { padding-bottom: 2rem; border-bottom: 1px solid var(--line); }

.contact-grid { align-items: start; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.contact-list span { display: block; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); }
.form { display: flex; flex-direction: column; gap: 0.8rem; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.2rem; }
.form label { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.92rem; }
.form input, .form textarea { font: inherit; padding: 0.7rem 0.8rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.form-note { background: #e7f3ec; padding: 0.7rem 0.8rem; border-radius: 10px; }
.form-note.warn { background: #fde8e4; }
.map, .appoint { width: 100%; border: 0; border-radius: 18px; min-height: 320px; }
.appoint { height: 820px; background: #fff; }
.map-full { display: block; height: 360px; border-radius: 0; }
.visit { padding: 4rem 0; }
.visit-grid { align-items: stretch; display: grid; grid-template-columns: 1fr 1.1fr; gap: 1.5rem; }

.site-footer { background: var(--teal-deep); color: #efe8d8; padding: 3rem 0 1.4rem; }
.site-footer a { color: var(--gold-2); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1.4fr 0.8fr; gap: 1.5rem; }
.footer-name { font-family: var(--serif); font-size: 1.7rem; }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 1rem; font-size: 0.88rem; }
.disclaimer { max-width: 42rem; opacity: 0.75; }
.pager { margin-top: 1.5rem; }

@media (max-width: 900px) {
	.card-grid, .treat-grid, .doctor-grid, .case-grid, .photo-row, .footer-grid, .review-grid { grid-template-columns: 1fr 1fr; }
	.split-copy, .visit-grid, .contact-grid, .hero-grid { display: block; }
	.hero-points { margin-top: 1.5rem; }
	.topbar-hours { display: none; }
	.nav-toggle { display: block; }
	.primary-nav {
		display: none; position: absolute; left: 0; right: 0; top: 100%;
		background: var(--paper); flex-direction: column; align-items: flex-start;
		padding: 1rem 1.2rem 1.2rem; border-bottom: 1px solid var(--line);
	}
	.primary-nav.is-open { display: flex; }
	.menu { flex-direction: column; }
	.header-inner { position: relative; }
}
@media (max-width: 640px) {
	.card-grid, .treat-grid, .doctor-grid, .case-grid, .photo-row, .footer-grid, .review-grid, .stat-row, .footer-base { grid-template-columns: 1fr; display: grid; }
	.stat-row { display: grid; }
	.footer-base { display: block; }
}
