:root {
    --ink: #18302f; --muted: #526765; --brand: #146b64; --brand-dark: #0b4d48;
    --accent: #d5a449; --surface: #fff; --tint: #eef6f4; --line: #dce7e5;
    --shadow: 0 18px 55px rgba(16, 63, 59, .11); --radius: 1.25rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfdfc; font: 1rem/1.65 'Roboto', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-dark); text-underline-offset: .2em; }
h1, h2, h3 { margin: 0 0 .65em; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.75rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
p { margin: 0 0 1em; }
.site-container { width: min(100% - 2rem, 1160px); margin-inline: auto; }
.site-container--narrow { width: min(100% - 2rem, 820px); }
.content-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.content-section--compact { padding: clamp(2rem, 5vw, 4rem) 0; }
.content-section--tint { background: var(--tint); }
.eyebrow { margin-bottom: 1rem; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.prose > :last-child { margin-bottom: 0; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose table { width: 100%; border-collapse: collapse; }
.prose td, .prose th { padding: .8rem .35rem; border-bottom: 1px solid var(--line); text-align: left; }
.prose .text-center { text-align: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 3rem; padding: .75rem 1.15rem; border: 0; border-radius: 999px; background: var(--brand); color: #fff; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); }
.button--compact { min-height: 2.6rem; padding: .55rem 1rem; }
.button--light { background: #fff; color: var(--brand-dark); }
.button--light:hover { background: var(--tint); color: var(--brand-dark); }
.text-link { font-weight: 700; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,231,229,.8); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 2rem; }
.site-brand img { width: min(245px, 56vw); }
.site-nav { display: flex; align-items: center; gap: 1.45rem; }
.site-nav > a:not(.button) { color: var(--ink); font-weight: 700; text-decoration: none; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.4rem; }
.hero { overflow: hidden; background: linear-gradient(135deg, #f7fbfa 0%, #e6f3f0 100%); }
.hero__grid { min-height: min(760px, calc(100vh - 82px)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding-block: clamp(4rem, 9vw, 7rem); }
.hero__copy { max-width: 42rem; margin-bottom: 2rem; color: var(--muted); font-size: 1.15rem; }
.hero__image { position: relative; margin: 0; }
.hero__image::before { content: ''; position: absolute; inset: -8% 15% 20% -10%; border-radius: 50%; background: rgba(213,164,73,.3); }
.hero__image img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 48% 48% var(--radius) var(--radius); box-shadow: var(--shadow); }
.practice-alert { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; padding: clamp(1.4rem, 4vw, 2rem); border-left: 5px solid var(--brand); border-radius: var(--radius); background: var(--tint); box-shadow: var(--shadow); }
.practice-alert > i { margin-top: .2rem; color: var(--brand); font-size: 1.6rem; }
.practice-alert h2 { font-size: 1.35rem; }
.practice-alert--warning { border-color: #b66b18; background: #fff5e5; }
.practice-alert--success { border-color: #398354; background: #edf8f0; }
.split-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.hours table { width: 100%; border-collapse: collapse; }
.hours td, .hours th { padding: .8rem .35rem; border-bottom: 1px solid var(--line); text-align: left; }
.notice { margin-top: 2rem; padding: 1rem 1.2rem; border-radius: .8rem; background: var(--tint); color: var(--muted); }
.services-grid > ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; list-style: none; }
.services-grid > ul > li { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; font-weight: 700; }
.services-grid > ul > li::before { content: '✓'; display: inline-grid; place-items: center; width: 1.6rem; height: 1.6rem; margin-right: .6rem; border-radius: 50%; background: var(--tint); color: var(--brand); }
.profile, .content-image { display: grid; grid-template-columns: minmax(260px,.75fr) 1.25fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.profile__image, .content-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.faq h3 { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: 1.2rem; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 3.2rem); border-radius: var(--radius); background: var(--brand-dark); color: #fff; box-shadow: var(--shadow); }
.cta h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.download-card { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.download-card > i { color: var(--brand); font-size: 2rem; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.gallery figcaption { padding-top: .6rem; color: var(--muted); }
.privacy-embed { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.privacy-embed__notice { display: grid; justify-items: start; gap: .8rem; padding: 1.5rem; border-radius: 1rem; background: var(--tint); }
.privacy-embed iframe { width: 100%; min-height: 480px; border: 0; border-radius: 1rem; }
.site-footer { padding-top: 4rem; background: #112b29; color: #d8e7e5; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.site-footer__logo { margin-bottom: 1.25rem; filter: invert(1); opacity: .92; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { color: #fff; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .45rem; }
.site-footer__bottom { margin-top: 3rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }
.debug-module-wrapper { position: relative; border: 2px dashed #c0392b; }
.debug-module-header { padding: .25rem .5rem; background: #c0392b; color: #fff; font: .75rem monospace; }
.debug-module-header a { color: #fff; }
@media (max-width: 820px) {
    .nav-toggle { display: block; }
    .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
    .site-nav.is-open { display: grid; }
    .hero__grid, .split-card, .profile, .content-image { grid-template-columns: 1fr; }
    .hero__grid { min-height: auto; }
    .hero__image { max-width: 520px; }
    .services-grid > ul { grid-template-columns: 1fr 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
    .content-section { padding: 3.5rem 0; }
    .services-grid > ul, .gallery, .site-footer__grid { grid-template-columns: 1fr; }
    .cta { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
