:root {
  --ink: #153432;
  --ink-soft: #49625f;
  --green: #0e5b57;
  --green-deep: #073f3d;
  --green-light: #dcefeb;
  --mint: #eef8f5;
  --coral: #ed7a63;
  --cream: #fbf9f3;
  --white: #ffffff;
  --line: #dce7e3;
  --shadow: 0 18px 50px rgba(13, 70, 66, 0.10);
  --radius: 22px;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding: 100px 0 110px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--green-light); color: var(--green-deep); }
img, svg { max-width: 100%; }
img { height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green-deep); outline-offset: 4px; box-shadow: 0 0 0 3px var(--white); }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0 0 0.65em; color: var(--ink); font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.22rem; letter-spacing: -0.02em; }
p { margin: 0 0 1.2em; }
address { font-style: normal; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--green); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #91d9d1; }
.fine-print { color: var(--ink-soft); font-size: .88rem; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 231, 227, .9); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--green); color: var(--white); font-size: 1.65rem; font-weight: 500; line-height: 1; box-shadow: 0 8px 22px rgba(14, 91, 87, .18); }
.brand strong, .brand small { display: block; line-height: 1.18; }
.brand strong { font-family: var(--font-display); font-size: .98rem; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: .76rem; letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 12px; border-radius: 10px; color: #385451; font-size: .9rem; font-weight: 600; text-decoration: none; transition: color .2s, background .2s; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: var(--mint); color: var(--green); }
.main-nav .nav-cta { margin-left: 6px; padding-inline: 16px; background: var(--green); color: var(--white); }
.main-nav .nav-cta:hover, .main-nav .nav-cta[aria-current="page"] { background: var(--green-deep); color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--mint); }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--green); }

.hero { position: relative; overflow: hidden; padding: 96px 0 78px; background: linear-gradient(135deg, var(--cream) 0%, #f5fbf9 74%); }
.hero::before { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(14, 91, 87, .09); border-radius: 50%; content: ""; top: -260px; right: -100px; box-shadow: 0 0 0 80px rgba(14, 91, 87, .025), 0 0 0 160px rgba(14, 91, 87, .018); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.hero-copy h1 { max-width: 820px; }
.hero-lead { max-width: 720px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-inline-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; }
.contact-inline { color: var(--green); font-size: .88rem; font-weight: 700; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: .92rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); box-shadow: 0 10px 28px rgba(14, 91, 87, .18); }
.button-primary:hover { background: var(--green-deep); box-shadow: 0 14px 32px rgba(14, 91, 87, .24); }
.button-secondary { border-color: var(--line); background: var(--white); color: var(--green); }
.button-secondary:hover { border-color: #b8d2cc; box-shadow: var(--shadow); }
.button-light { background: var(--white); color: var(--green-deep); }
.button-outline-light { border-color: rgba(255, 255, 255, .35); color: var(--white); }
.button-small { min-height: 42px; padding: 8px 15px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 32px 0 0; padding: 0; color: var(--ink-soft); font-size: .88rem; list-style: none; }
.trust-list li { position: relative; padding-left: 17px; }
.trust-list li::before { position: absolute; top: .6em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }
.hero-card { position: relative; overflow: hidden; padding: 22px; border: 1px solid rgba(14, 91, 87, .12); border-radius: 28px; background: rgba(255, 255, 255, .86); box-shadow: var(--shadow); }
.hero-card-top { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(237, 122, 99, .12); }
.map-illustration, .map-large { position: relative; overflow: hidden; border-radius: 18px; background: #e5f2ee; }
.map-illustration { height: 220px; margin: 18px 0; }
.map-illustration::before, .map-large::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(14, 91, 87, .12) 1px, transparent 1px); background-size: 17px 17px; content: ""; }
.map-road { position: absolute; display: block; height: 13px; border: 3px solid var(--white); border-radius: 20px; background: #c9ded8; transform-origin: center; }
.road-one { width: 140%; top: 42%; left: -20%; transform: rotate(-18deg); }
.road-two { width: 125%; top: 68%; left: -12%; transform: rotate(25deg); }
.road-three { width: 110%; top: 19%; left: 12%; transform: rotate(63deg); }
.road-four { width: 120%; top: 48%; left: -10%; transform: rotate(6deg); }
.map-pin { position: absolute; z-index: 2; top: 50%; left: 52%; display: grid; width: 56px; height: 56px; place-items: center; border: 5px solid rgba(255, 255, 255, .88); border-radius: 50% 50% 50% 8px; background: var(--green); color: var(--white); transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 12px 28px rgba(14, 91, 87, .28); }
.map-pin i { font-style: normal; font-size: 1.45rem; transform: rotate(45deg); }
.hero-card address strong, .hero-card address span { display: block; }
.hero-card address strong { font-family: var(--font-display); }
.hero-card address span { color: var(--ink-soft); font-size: .9rem; }
.hero-card > p { margin: 12px 0 0; color: var(--ink-soft); font-size: .88rem; }
.hero-photo { position: relative; overflow: hidden; height: 250px; margin: 18px 0; border-radius: 18px; background: var(--mint); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }

.photo-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 22px; }
.photo-card { overflow: hidden; margin: 0; border: 1px solid rgba(14,91,87,.12); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 36px rgba(13,70,66,.08); }
.photo-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-card figcaption { padding: 18px 20px 20px; color: var(--ink-soft); font-size: .86rem; line-height: 1.45; }
.photo-card figcaption strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: var(--font-display); font-size: 1rem; }
.photo-card-palliative img { object-position: 72% center; }
.visual-disclaimer { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.visual-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.visual-intro figure { overflow: hidden; margin: 0; border-radius: 30px; background: var(--mint); box-shadow: var(--shadow); }
.visual-intro figure img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.visual-intro-copy > p:not(.eyebrow):not(.visual-disclaimer) { color: var(--ink-soft); }
.visual-intro-copy h2 a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.visual-intro-copy .visual-disclaimer { margin-top: 22px; }
.photo-ribbon { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.photo-ribbon .photo-gallery { margin: 0; }

.quick-info { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { display: flex; gap: 14px; padding: 30px 28px; border-right: 1px solid var(--line); }
.quick-grid > div:first-child { padding-left: 0; }
.quick-grid > div:last-child { padding-right: 0; border-right: 0; }
.quick-number { color: var(--coral); font-family: var(--font-display); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.quick-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.quick-grid strong { color: var(--ink); }

.section { padding: 100px 0; }
.section-tint { background: var(--mint); }
.section-dark { background: var(--green-deep); color: #d7e9e6; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s, border-color .22s, box-shadow .22s; }
.service-card:hover { border-color: #b8d2cc; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { display: grid; width: 45px; height: 45px; margin-bottom: 36px; place-items: center; border-radius: 13px; background: var(--mint); color: var(--green); font-size: 1.15rem; font-weight: 700; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .94rem; }
.section-action { margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.split-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.district-cloud { display: flex; min-height: 400px; align-content: center; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 35px; border: 1px solid rgba(14, 91, 87, .10); border-radius: 32px; background: rgba(255, 255, 255, .7); }
.district-cloud span { padding: 9px 14px; border-radius: 999px; background: var(--white); color: var(--green); font-size: .88rem; font-weight: 600; box-shadow: 0 8px 20px rgba(14, 91, 87, .06); }
.district-cloud .district-large { padding: 13px 20px; background: var(--green); color: var(--white); font-size: 1.15rem; }
.practical-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.checklist-card, .notice-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.checklist { margin: 0 0 28px; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.checklist li:first-child { padding-top: 0; }
.checklist li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: .82rem; font-weight: 700; }
.checklist p { margin: 4px 0 0; color: var(--ink-soft); font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.contact-grid > div > p:not(.eyebrow) { max-width: 680px; color: #c4dbd7; }
.emergency-note { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.emergency-note strong { color: var(--white); font-family: var(--font-display); font-size: 1.12rem; }
.emergency-note p { margin: 8px 0 0; color: #c4dbd7; font-size: .92rem; }
.emergency-note a { color: var(--white); font-weight: 700; }
.compact-actions { margin-top: 18px; }
.compact-actions .button { min-height: 42px; padding: 8px 15px; }

.page-hero { position: relative; overflow: hidden; padding: 85px 0 90px; background: linear-gradient(135deg, var(--cream), var(--mint)); }
.page-hero::after { position: absolute; width: 440px; height: 440px; border: 1px solid rgba(14,91,87,.08); border-radius: 50%; content: ""; right: -160px; bottom: -270px; box-shadow: 0 0 0 70px rgba(14,91,87,.024), 0 0 0 140px rgba(14,91,87,.016); }
.page-hero .narrow { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 6vw, 4.6rem); }
.page-hero-small { padding-block: 65px; }
.page-lead { max-width: 820px; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--ink-soft); font-size: .82rem; }
.breadcrumb a { color: var(--green); text-decoration: none; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { position: relative; min-height: 220px; padding: 30px 30px 30px 82px; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-card > span { position: absolute; top: 31px; left: 30px; color: var(--coral); font-family: var(--font-display); font-size: .78rem; font-weight: 800; }
.detail-card p { margin: 0; color: var(--ink-soft); }
.expertise-card { background: var(--white); box-shadow: 0 12px 34px rgba(13, 70, 66, .06); }
.expertise-card h3 { margin-bottom: 12px; }
.condition-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: -18px 0 30px; }
.condition-badges span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--green); font-size: .78rem; font-weight: 700; }
.care-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.care-nav a { padding: 8px 12px; border-radius: 9px; color: var(--green); font-size: .82rem; font-weight: 700; text-decoration: none; }
.care-nav a:hover { background: var(--green); color: var(--white); }
.care-section { scroll-margin-top: 86px; }
.care-heading { display: grid; grid-template-columns: 64px minmax(0, 820px); gap: 24px; margin-bottom: 42px; }
.care-heading > span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--white); color: var(--coral); font-family: var(--font-display); font-size: .82rem; font-weight: 800; box-shadow: 0 10px 25px rgba(14,91,87,.06); }
.care-heading p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.care-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.care-list { margin: 0; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); list-style: none; }
.care-list li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid #edf2f0; color: var(--ink-soft); }
.care-list li:last-child { border-bottom: 0; }
.care-list li::before { position: absolute; top: 1.08em; left: 2px; width: 8px; height: 8px; border: 2px solid var(--green); border-radius: 50%; content: ""; }
.care-note { margin: 22px 0 0; padding: 20px 22px; border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; background: var(--cream); color: var(--ink-soft); font-size: .9rem; }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 100px); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(14,91,87,.14); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); font-weight: 700; }
.process-list h3, .process-list p { margin-bottom: 0; }
.process-list p { margin-top: 7px; color: var(--ink-soft); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: clamp(45px, 8vw, 100px); }
.prose { max-width: 760px; }
.prose h2 { margin-top: 0; }
.prose h3 { margin-top: 2em; }
.prose p, .prose li { color: var(--ink-soft); }
.source-card, .identity-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mint); }
.source-card strong { display: block; margin-bottom: 9px; font-family: var(--font-display); }
.source-card h2 { margin-bottom: 18px; font-size: 1.35rem; }
.source-card h3 { margin: 24px 0 7px; font-size: 1rem; }
.source-card a { display: block; padding: 11px 0; border-bottom: 1px solid rgba(14,91,87,.12); color: var(--green); font-weight: 700; text-decoration: none; }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.callout p:last-child { max-width: 750px; margin-bottom: 0; color: #c4dbd7; }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; gap: 20px; }
.location-panel { padding: 40px; border-radius: var(--radius); background: var(--mint); }
.location-panel address { margin: 25px 0; }
.location-panel address strong, .location-panel address span { display: block; }
.location-panel address span { color: var(--ink-soft); }
.location-panel > p:not(.eyebrow) { color: var(--ink-soft); }
.map-large { min-height: 480px; }
.map-label { position: absolute; z-index: 2; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.88); color: var(--ink-soft); font-size: .72rem; font-weight: 600; }
.map-label-one { top: 22%; left: 16%; }
.map-label-two { top: 70%; left: 30%; }
.map-label-three { top: 30%; right: 13%; }
.three-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 30px; border: 1px solid rgba(14,91,87,.1); border-radius: var(--radius); background: rgba(255,255,255,.72); }
.info-card > span, .zone-code { color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.info-card h3 { margin-top: 36px; }
.info-card p { margin-bottom: 0; color: var(--ink-soft); }
.identity-card { text-align: center; }
.identity-monogram { display: grid; width: 92px; height: 92px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.identity-card > strong, .identity-card > span { display: block; }
.identity-card > span { color: var(--ink-soft); font-size: .9rem; }
.identity-card dl { margin: 28px 0 0; text-align: left; }
.identity-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(14,91,87,.13); }
.identity-card dt { color: var(--ink-soft); }
.identity-card dd { margin: 0; font-weight: 700; }
.zone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.zone-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.zone-card h3 { margin: 10px 0; font-size: 1.65rem; }
.zone-card > div p { color: var(--ink-soft); }
.zone-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; margin: 26px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; list-style: none; }
.zone-card li { position: relative; padding-left: 15px; }
.zone-card li::before { position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); content: ""; }
.zone-featured { border-color: var(--green); background: var(--green); }
.zone-featured h3, .zone-featured .zone-code { color: var(--white); }
.zone-featured > div p, .zone-featured ul { color: #c8dedb; }
.zone-featured ul { border-color: rgba(255,255,255,.18); }
.plain-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.plain-check-list li { position: relative; padding: 16px 16px 16px 46px; border: 1px solid rgba(14,91,87,.1); border-radius: 12px; background: rgba(255,255,255,.65); }
.plain-check-list li::before { position: absolute; top: 17px; left: 17px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); content: "✓"; font-size: .7rem; }
.notice-card strong { display: block; margin-bottom: 12px; color: var(--green); font-family: var(--font-display); font-size: 1.15rem; }
.notice-card p { color: var(--ink-soft); }
.preview-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid #e4aa56; border-radius: 999px; background: #fff5df; color: #704612; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.advice-alert { margin: 28px 0 0; padding: 22px 24px; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: 0 12px 30px rgba(13,70,66,.07); }
.advice-alert strong { display: block; margin-bottom: 5px; font-family: var(--font-display); }
.advice-alert p { margin: 0; color: var(--ink-soft); }
.advice-byline { margin: 18px 0 0; color: var(--ink-soft); font-size: .88rem; }
.advice-byline a { color: var(--green); font-weight: 700; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 32px 0; }
.audience-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.audience-card h3 { margin-bottom: 12px; }
.audience-card ul { margin: 0; padding-left: 20px; color: var(--ink-soft); }
.audience-card li + li { margin-top: 8px; }
.urgent-card { margin: 38px 0 0; padding: 28px; border-radius: var(--radius); background: var(--green-deep); color: #d7e9e6; }
.urgent-card h2, .urgent-card strong, .urgent-card a { color: var(--white); }
.urgent-card p:last-child { margin-bottom: 0; }
.advice-meta { display: grid; gap: 12px; margin: 0 0 24px; }
.advice-meta div { padding-bottom: 12px; border-bottom: 1px solid rgba(14,91,87,.12); }
.advice-meta dt { color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.advice-meta dd { margin: 3px 0 0; color: var(--ink); font-weight: 700; }
.request-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; padding: 36px; border: 1px solid rgba(14,91,87,.14); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.request-card h2 { margin-bottom: 12px; }
.request-card p { max-width: 720px; color: var(--ink-soft); }
.request-actions { display: flex; min-width: 240px; flex-direction: column; gap: 10px; }
.consent-note { margin: 16px 0 0; color: var(--ink-soft); font-size: .8rem; }
.sticky { position: sticky; top: 120px; }
.numbered-prose { margin: 35px 0 0; padding: 0; list-style: none; counter-reset: practical; }
.numbered-prose li { position: relative; padding: 0 0 28px 52px; border-bottom: 1px solid var(--line); counter-increment: practical; }
.numbered-prose li + li { padding-top: 28px; }
.numbered-prose li::before { position: absolute; top: 0; left: 0; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); content: counter(practical); font-size: .8rem; font-weight: 700; }
.numbered-prose li + li::before { top: 28px; }
.numbered-prose p { margin: 6px 0 0; }
.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid rgba(14,91,87,.16); }
.faq-list details:last-child { border-bottom: 1px solid rgba(14,91,87,.16); }
.faq-list summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; font-family: var(--font-display); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 5px; color: var(--green); content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 30px 20px 0; color: var(--ink-soft); }
.legal-prose { margin-inline: auto; }
.legal-prose h2 { margin-top: 2.2em; font-size: 1.45rem; }
.legal-prose h2:first-child { margin-top: 0; }

.site-footer { padding: 68px 0 0; border-top: 1px solid var(--line); background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 60px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { max-width: 400px; color: var(--ink-soft); font-size: .86rem; }
.footer-grid .service-area-note { padding-left: 12px; border-left: 3px solid var(--coral); }
.service-area-note strong { color: var(--ink); }
.footer-grid > div > strong { display: block; margin-bottom: 16px; font-family: var(--font-display); font-size: .9rem; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; color: var(--ink-soft); font-size: .86rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.footer-bottom a { color: var(--green); }
.contact-dock { position: fixed; z-index: 120; right: 20px; bottom: 20px; display: flex; gap: 6px; padding: 7px; border: 1px solid rgba(14,91,87,.15); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 16px 45px rgba(7,63,61,.22); backdrop-filter: blur(16px); }
.contact-dock a { display: flex; min-height: 44px; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 10px; color: var(--green); font-size: .8rem; font-weight: 800; text-decoration: none; }
.contact-dock a:hover { background: var(--mint); }
.contact-dock .dock-call { background: var(--green); color: var(--white); }
.contact-dock .dock-call:hover { background: var(--green-deep); }
.error-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: var(--mint); text-align: center; }
.error-page main { max-width: 620px; }
.error-page .brand-mark { margin: 0 auto 30px; }
.error-page h1 { font-size: clamp(2.5rem, 7vw, 4rem); }
.error-page p:not(.eyebrow) { color: var(--ink-soft); }

.reveal, .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .service-card { transition: none; } }

@media (max-width: 1100px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
}

@media (max-width: 960px) {
  body { font-size: 16px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero { padding-top: 70px; }
  .hero-grid, .split-layout, .practical-grid, .process-layout, .location-grid, .visual-intro { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-card { max-width: 560px; }
  .service-grid, .three-card-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .request-card { grid-template-columns: 1fr; }
  .request-actions { min-width: 0; }
  .source-card, .identity-card, .notice-card { max-width: 620px; }
  .sticky { position: static; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero, .page-hero { padding-block: 58px; }
  .section { padding: 72px 0; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .quick-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .quick-grid > div, .quick-grid > div:first-child, .quick-grid > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .service-grid, .detail-grid, .three-card-grid, .zone-grid, .plain-check-list, .photo-gallery, .audience-grid { grid-template-columns: 1fr; }
  .hero-photo { height: 235px; }
  .photo-card img { aspect-ratio: 16 / 10; }
  .care-list-grid { grid-template-columns: 1fr; }
  .care-heading { grid-template-columns: 48px 1fr; gap: 14px; }
  .care-heading > span { width: 46px; height: 46px; border-radius: 14px; }
  .care-list { padding: 20px; }
  .service-card { min-height: auto; }
  .district-cloud { min-height: 320px; padding: 22px; }
  .checklist-card, .notice-card, .location-panel { padding: 25px; }
  .detail-card { padding-left: 70px; }
  .callout { align-items: stretch; flex-direction: column; }
  .map-large { min-height: 340px; }
  .zone-card ul { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .contact-dock { right: 0; bottom: 0; left: 0; justify-content: space-around; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); border-right: 0; border-bottom: 0; border-left: 0; border-radius: 18px 18px 0 0; }
  .contact-dock a { flex: 1; min-height: 48px; justify-content: center; padding: 7px 5px; font-size: .74rem; }
}
