:root {
  --ivory: #f7f5ed; --paper: #fcfbf7; --ink: #193e49; --jade: #50766a;
  --sage: #e7ece4; --gold: #b59555; --muted: #5f6d69; --line: #d9ded4;
  --serif: "Noto Serif TC", "Songti TC", serif; --sans: "Noto Sans TC", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 15px/1.9 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a:hover { color: var(--jade); }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { text-wrap: balance; }
h1,h2 { font-family: var(--serif); font-weight: 600; }
h2 { margin-bottom: 20px; font-size: clamp(29px,3.05vw,42px); line-height: 1.6; letter-spacing: .055em; }
h3 { font-size: 21px; font-weight: 500; letter-spacing: .025em; line-height: 1.7; }
p { color: var(--muted); }
.container { width: min(1220px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .2em; color: var(--jade); line-height: 1.8; margin-bottom: 22px; }
.section-heading { margin-bottom: 48px; }
.section-heading p:last-child { margin-bottom: 0; }
.centered { text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 360px; flex-shrink: 0; }
.button { display: inline-flex; gap: 10px; justify-content: center; align-items: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; line-height: 1.5; font-weight: 500; transition: background .2s, color .2s, transform .2s; }
.button .ph-light { font-size: 21px; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); }
.button-dark:hover { background: var(--jade); border-color: var(--jade); color: white; }
.button-outline { border-color: #8e9c94; background: transparent; color: var(--ink); }
.button-outline:hover { background: #e7ece4; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 500; }
.text-link .ph-light { font-size: 19px; transition: transform .2s; }
.text-link:hover .ph-light { transform: translateX(3px); }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 24px; background: var(--ink); color: white; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,245,237,.97); border-bottom: 1px solid rgba(217,222,212,.65); }
.header-inner { width: min(1320px,calc(100% - 64px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: block; flex-shrink: 0; width: 266px; }
.brand img { width: 100%; mix-blend-mode: multiply; }
#main-nav { display: flex; align-items: center; gap: clamp(17px,2vw,30px); font-size: 13px; white-space: nowrap; }
#main-nav > a:not(.button) { padding-block: 15px; }
#main-nav > a[aria-current="location"]:not(.button) { color: var(--jade); text-decoration: underline; }
.nav-cta { padding: 11px 17px; font-size: 13px; }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--ink); padding: 9px; font-size: 28px; line-height: 1; }
.hero { position: relative; min-height: 655px; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -1; right: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
.hero-inner { width: min(1220px,calc(100% - 112px)); margin: auto; padding-top: 110px; padding-bottom: 70px; }
.hero .eyebrow { margin-bottom: 26px; font-size: 11px; }
.hero h1 { font-size: clamp(44px,4.4vw,64px); font-weight: 600; line-height: 1.6; letter-spacing: .055em; margin-bottom: 25px; }
.hero-description { font-size: 16px; line-height: 2; margin-bottom: 32px; color: #4c625e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-caption { margin: 30px 0 0; font-size: 11px; letter-spacing: .15em; color: #69776f; }
.contact-strip { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.25fr .8fr 1.15fr; align-items: center; padding-block: 25px; }
.contact-strip a { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; min-height: 24px; }
.contact-strip a + a { border-left: 1px solid var(--line); }
.contact-strip .ph-light { color: var(--jade); font-size: 20px; }
.contact-strip .ph-arrow-up-right { font-size: 13px; }
.services { padding-top: 92px; padding-bottom: 90px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.service-grid article { text-align: center; padding: 3px 22px 0; }
.service-grid article + article { border-left: 1px solid var(--line); }
.service-grid article > .ph-light { font-size: 59px; color: var(--jade); display: inline-block; margin-bottom: 23px; }
.service-grid h3 { margin-bottom: 12px; font-family: var(--serif); font-weight: 600; }
.service-grid p { font-size: 13px; line-height: 2; margin-bottom: 20px; }
.guide-section { display: grid; grid-template-columns: 1.08fr 1fr; gap: 25px; }
.guide-card { position: relative; isolation: isolate; border-radius: 5px; overflow: hidden; min-height: 455px; }
.guide-card > img { position: absolute; z-index: -1; height: 100%; width: 100%; object-fit: cover; object-position: center; }
.guide-card-copy { padding: 42px 34px; }
.guide-card h2,.prevention-card h2 { font-size: clamp(26px,2.3vw,32px); line-height: 1.6; margin-bottom: 19px; }
.guide-card p:not(.eyebrow) { font-size: 13px; }
.guide-card .text-link { margin-top: 10px; }
.prevention-card { padding: 40px 34px 30px; background: var(--sage); border-radius: 5px; }
.prevention-card > p:not(.eyebrow):not(.fine-print) { font-size: 13px; }
.age-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 24px 0 18px; }
.age-grid > div + div { border-left: 1px solid #c6d2c5; padding-left: 13px; }
.age-grid strong { font-family: var(--serif); font-size: 22px; font-weight: 500; white-space: nowrap; letter-spacing: -.05em; }
.age-grid strong span { font: 11px var(--sans); margin-left: 3px; letter-spacing: 0; }
.age-grid p { font-size: 12px; margin: 4px 0 0; }
.fine-print { font-size: 10px; line-height: 1.8; }
.prevention-card .fine-print { margin-top: 17px; margin-bottom: 0; }
.directory { padding-top: 110px; }
.directory-tools { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.search-field { display: flex; align-items: center; background: var(--paper); border: 1px solid #aab9ae; border-radius: 5px; padding: 3px 18px; gap: 12px; max-width: 620px; }
.search-field > .ph-light { font-size: 24px; color: var(--jade); }
.search-field input { border: 0; background: transparent; width: 100%; min-width: 0; padding: 15px 0; color: var(--ink); font-size: 14px; }
.search-field input::placeholder { color: #78827c; }
.search-field input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search-field:focus-within { outline: 2px solid var(--jade); outline-offset: 3px; }
.search-field input:focus-visible { outline: 0; }
.search-clear { background: none; border: 0; color: var(--muted); font-size: 20px; padding: 8px; display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
.filter-group { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 20px; }
.filter { border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 30px; padding: 8px 21px; font-size: 13px; transition: background .15s; }
.filter:hover { border-color: var(--jade); color: var(--ink); }
.filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.result-count { font-size: 12px; margin: 18px 0; }
.test-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; align-items: start; }
.test-group { background: var(--paper); border: 1px solid var(--line); border-radius: 5px; overflow: clip; scroll-margin-top: 110px; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.test-group > summary { display: flex; gap: 17px; align-items: center; min-height: 106px; padding: 23px; }
.test-group > summary > .ph-light:first-child { font-size: 32px; color: var(--jade); }
.test-group > summary > span { flex: 1; }
.small-label { display: block; font-size: 10px; color: var(--jade); letter-spacing: .1em; margin-bottom: 3px; }
.test-group summary strong { font-size: 18px; font-weight: 500; }
summary > .ph-plus { font-size: 20px; transition: transform .2s; flex-shrink: 0; }
details[open] > summary > .ph-plus { transform: rotate(45deg); }
details[open] > summary { color: var(--jade); }
.test-group:hover { border-color: #aab9ae; }
.test-body { padding: 0 24px 26px; font-size: 13px; }
.test-body > p { padding-top: 17px; border-top: 1px solid var(--line); }
.test-body dl { margin: 20px 0; }
.test-body dl > div { padding: 12px 0; border-top: 1px solid #e9ebe3; }
.test-body dt { font-weight: 500; margin-bottom: 3px; }
.test-body dd { color: var(--muted); margin: 0; font-size: 12px; overflow-wrap: anywhere; }
.directory-note { display: flex; gap: 12px; padding-top: 24px; }
.directory-note > .ph-light { font-size: 22px; margin-top: 3px; color: var(--jade); flex-shrink: 0; }
.directory-note p { font-size: 12px; margin-bottom: 0; }
.no-results { text-align: center; padding: 45px 20px; border: 1px dashed var(--line); }
.no-results > .ph-light { font-size: 38px; }
.no-results h3 { margin: 12px 0; }
.no-results .text-link { margin: 15px; }
.preparation-section { background: #eef0e8; padding-block: 84px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.step-number { font-family: var(--serif); font-size: 38px; color: #8c9c80; display: block; border-top: 1px solid #b9c7b6; padding-top: 18px; margin-bottom: 16px; }
.steps h3 { font-size: 18px; }
.steps p { font-size: 13px; }
.preparation-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; border-top: 1px solid #ccd4c6; padding-top: 34px; margin-top: 34px; }
.preparation-notes > div > .ph-light { display: inline-block; margin-right: 10px; font-size: 23px; vertical-align: middle; }
.preparation-notes strong { font-size: 14px; font-weight: 500; }
.preparation-notes p { font-size: 12px; margin: 12px 0 0; }
.source-line { font-size: 10px; margin: 23px 0 0; color: #68776d; }
.source-line a, .faq-section .section-heading a { text-decoration: underline; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 27px; }
.knowledge-card { border-top: 1px solid #a2b6a5; padding: 25px 6px 0; display: flex; flex-direction: column; }
.article-top { display: flex; justify-content: space-between; align-items: center; color: var(--jade); font-size: 11px; margin-bottom: 26px; }
.article-top .ph-light { font-size: 31px; }
.knowledge-card h3 { font-family: var(--serif); font-size: 24px; line-height: 1.7; }
.knowledge-card > p { font-size: 13px; }
.knowledge-card > .fine-print { font-size: 10px; }
.knowledge-card .text-link { margin-top: auto; padding-top: 18px; }
.screening-note { display: flex; align-items: center; gap: 23px; background: var(--sage); padding: 28px; margin-top: 44px; border-radius: 4px; }
.screening-note > .ph-light { font-size: 38px; flex-shrink: 0; }
.screening-note h3 { font-size: 16px; margin-bottom: 5px; }
.screening-note p { font-size: 12px; margin-bottom: 0; }
.screening-note .text-link { flex-shrink: 0; }
.about-section { background: var(--ink); padding-block: 88px; color: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-section .eyebrow { color: #bfcfbc; }
.about-section p { color: #c7d3ce; }
.about-section h2 { font-size: clamp(28px,3vw,41px); }
.about-section .about-lead { margin-top: 34px; font-size: 17px; line-height: 2; }
.about-copy { padding-top: 16px; font-size: 14px; }
.about-copy #partnership { border-top: 1px solid #55716f; margin-top: 28px; padding-top: 25px; }
.about-copy h3 { font-size: 18px; }
.about-section a:hover { color: #d7c29c; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-section .section-heading p { font-size: 13px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; font-size: 15px; font-weight: 500; }
.faq-list details p { font-size: 13px; padding: 0 28px 22px 0; margin: 0; }
.contact-section { background: #e9ede4; padding-block: 85px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.contact-section h2 { font-size: clamp(27px,2.7vw,38px); }
.contact-section p { font-size: 13px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0 28px; }
.contact-details { font-size: 13px; margin: 0; }
.contact-details > div { display: flex; gap: 16px; margin-top: 7px; }
.contact-details dt { min-width: 62px; color: var(--muted); }
.contact-details dd { margin: 0; }
.location-panel { background: var(--paper); border-radius: 5px; overflow: hidden; }
.location-panel iframe { display: block; width: 100%; height: 350px; border: 0; }
.location-caption { padding: 22px; }
.location-caption strong { font-size: 15px; font-weight: 500; }
.location-caption p { margin: 5px 0 15px; font-size: 11px; }
.site-footer { padding: 24px 0 30px; }
.footer-top { display: flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.footer-brand { width: 235px; flex-shrink: 0; }
.footer-brand img { mix-blend-mode: multiply; }
.footer-top p { margin: 0; font-size: 12px; }
.footer-top > .text-link { margin-left: auto; font-size: 11px; }
.back-top { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #bac8b9; border-radius: 50%; flex-shrink: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; font-size: 10px; padding-top: 24px; color: var(--muted); }
.footer-bottom p { margin: 0; }
.privacy-trigger { border: 0; padding: 0; align-self: start; background: transparent; font-size: 11px; color: var(--muted); text-decoration: underline; text-underline-offset: 5px; }
.mobile-actions { display: none; }
dialog { color: var(--ink); border: 1px solid var(--line); background: var(--paper); border-radius: 8px; max-width: min(570px,calc(100% - 32px)); padding: 42px; box-shadow: 0 24px 80px #193e4933; max-height: 85dvh; overflow-y: auto; }
dialog::backdrop { background: #102c36a6; backdrop-filter: blur(4px); }
dialog h2 { font-size: 26px; margin-top: 15px; }
dialog p { font-size: 14px; }
dialog .fine-print { font-size: 11px; }
.dialog-close { position: absolute; top: 14px; right: 14px; padding: 8px; display: flex; border: 0; background: transparent; color: var(--ink); font-size: 24px; }
@media (min-width:1600px) { .hero-image { object-position: center 52%; } }
@media (max-width:1100px) {
 .header-inner { width:calc(100% - 48px); gap:16px; } .brand { width:235px; }
 #main-nav { gap:17px; font-size:12px; } .nav-cta { font-size:12px; padding:10px 12px; }
 .container,.hero-inner { width:calc(100% - 88px); }
 .hero { min-height:620px; } .hero-inner { padding-top:106px; } .hero h1 { font-size:50px; }
 .hero-description { font-size:14px; } .hero-image { object-position:53% center; }
 .contact-strip a { font-size:10px; gap:7px; } .contact-strip .ph-light { font-size:17px; }
 .guide-section { gap:22px; } .guide-card-copy,.prevention-card { padding:32px 25px; }
 .age-grid strong { font-size:21px; } .age-grid > div+div { padding-left:9px; } .age-grid strong span { font-size:9px; }
 .split-heading { align-items:start; gap:20px; } .split-heading > p { font-size:13px; }
 .knowledge-card h3 { font-size:22px; } .about-grid { gap:50px; } .faq-section { gap:45px; }
}
@media (max-width:900px) {
 .header-inner { height:82px; } .menu-toggle { display:flex; }
 #main-nav { display:none; position:absolute; top:82px; left:0; right:0; padding:20px 32px 28px; background:var(--ivory); border-bottom:1px solid var(--line); box-shadow:0 12px 20px #193e4910; flex-direction:column; align-items:stretch; gap:0; font-size:15px; }
 #main-nav.is-open { display:flex; } #main-nav > a:not(.button) { padding:12px 0; } .nav-cta { margin-top:10px; }
 .container,.hero-inner { width:calc(100% - 64px); }
 .hero h1 { font-size:46px; } .hero { min-height:610px; }
 .hero-inner { padding-top:100px; } .hero-image { object-position:57% center; opacity:.9; }
 .hero-description { max-width:400px; } .hero-actions .button { padding:12px 17px; font-size:13px; }
 .contact-strip { grid-template-columns:1.25fr .8fr 1fr; } .contact-strip a { flex-wrap:wrap; gap:4px 8px; }
 .contact-strip a:last-child .ph-arrow-up-right { display:none; }
 .service-grid article { padding-inline:13px; } .service-grid h3 { font-size:19px; } .service-grid p { font-size:12px; } .service-grid p br { display:none; }
 .guide-section { grid-template-columns:1fr; } .guide-card { min-height:380px; } .guide-card-copy { padding:40px; } .guide-card > img { object-position:center 54%; }
 .prevention-card { padding:35px 40px; } .prevention-card h2 br { display:none; }
 .age-grid { max-width:530px; } .age-grid strong { font-size:28px; } .age-grid strong span { font-size:12px; }
 .section { padding-block:76px; } .split-heading { display:block; } .split-heading > p { margin-top:18px; }
 .test-group > summary { padding:20px 17px; gap:12px; } .test-group summary strong { font-size:16px; }
 .steps { grid-template-columns:1fr 1fr; gap:26px; } .step-number { margin-bottom:10px; }
 .preparation-notes { gap:23px; } .knowledge-grid { gap:22px; } .knowledge-card h3 { font-size:19px; }
 .screening-note { flex-wrap:wrap; } .screening-note > div { flex:1; } .screening-note > .text-link { margin-left:61px; }
 .about-grid { grid-template-columns:1fr; gap:15px; } .about-section h2 br { display:none; } .about-section .about-lead { margin-top:20px; }
 .faq-section { grid-template-columns:1fr; gap:0; } .faq-section .section-heading { margin-bottom:30px; }
 .contact-grid { grid-template-columns:1fr; gap:40px; } .location-panel iframe { height:340px; }
 .footer-top { flex-wrap:wrap; gap:14px 24px; } .footer-top > .text-link { margin-left:0; } .back-top { margin-left:auto; }
}
@media (max-width:600px) {
 html { scroll-padding-top:82px; }
 body { font-size:14px; }
 .container,.hero-inner { width:calc(100% - 40px); }
 .header-inner { width:calc(100% - 28px); height:74px; }
 .brand { width:226px; } #main-nav { top:74px; padding-inline:24px; }
 .hero { min-height:750px; }
 .hero-image { width:100%; height:360px; top:auto; bottom:0; object-position:72% center; opacity:1; }
 .hero-inner { padding-top:48px; padding-bottom:300px; }
 .hero .eyebrow { font-size:9px; letter-spacing:.16em; margin-bottom:24px; }
 .hero h1 { font-size:clamp(32px,8.6vw,45px); letter-spacing:.035em; line-height:1.65; margin-bottom:19px; }
 .hero-description { font-size:13px; max-width:340px; line-height:2; margin-bottom:24px; }
 .desktop-break { display:none; } .hero-actions { gap:10px; }
 .hero-actions .button { font-size:12px; padding:12px 15px; gap:8px; }
 .hero-actions .button .ph-light { font-size:18px; }
 .hero-caption { margin-top:22px; font-size:10px; }
 .contact-strip { display:flex; flex-direction:column; align-items:start; gap:13px; padding:23px 4px; }
 .contact-strip a { font-size:12px; min-height:26px; justify-content:start; gap:9px; }
 .contact-strip a+a { border:0; }
 .contact-strip .ph-light { font-size:19px; }
 .contact-strip a:last-child .ph-arrow-up-right { display:inline-block; }
 .section { padding-block:64px; } h2 { font-size:28px; line-height:1.6; letter-spacing:.025em; }
 .section-heading { margin-bottom:36px; } .section-heading > p { font-size:13px; }
 .eyebrow { font-size:9px; letter-spacing:.16em; margin-bottom:17px; }
 .service-grid { grid-template-columns:1fr; }
 .service-grid article { padding:27px 10px; } .service-grid article:first-child { padding-top:0; }
 .service-grid article + article { border-left:0; border-top:1px solid var(--line); }
 .service-grid article:last-child { padding-bottom:0; }
 .service-grid article > .ph-light { margin-bottom:16px; font-size:52px; }
 .service-grid h3 { font-size:21px; } .service-grid p { font-size:13px; } .service-grid p br { display:block; }
 .guide-section { width:100%; gap:0; }
 .guide-card { border-radius:0; min-height:393px; } .guide-card-copy { padding:36px 24px; } .guide-card > img { object-position:55% center; }
 .guide-card h2,.prevention-card h2 { font-size:28px; }
 .guide-card-copy p:not(.eyebrow) { max-width:240px; font-size:12px; }
 .prevention-card { border-radius:0; padding:37px 24px; }
 .prevention-card h2 br { display:block; } .age-grid { margin-block:28px; gap:8px; }
 .age-grid strong { font-size:23px; } .age-grid strong span { font-size:10px; }
 .age-grid > div + div { padding-left:10px; }
 .directory-tools { padding-bottom:17px; }
 .search-field { padding-inline:12px; gap:8px; } .search-field input { font-size:12px; } .search-field > .ph-light { font-size:21px; }
 .filter-group { gap:7px; } .filter { font-size:12px; padding:7px 13px; }
 .test-grid { grid-template-columns:1fr; gap:12px; } .test-group > summary { min-height:96px; padding:20px; }
 .test-group summary strong { font-size:18px; } .test-body { padding-inline:20px; }
 .directory-note p { font-size:11px; } .preparation-section { padding-block:60px; }
 .steps { gap:20px; } .step-number { font-size:32px; } .steps h3 { font-size:16px; } .steps p { font-size:12px; }
 .preparation-notes { grid-template-columns:1fr; gap:23px; padding-top:26px; margin-top:20px; }
 .preparation-notes p { margin-top:7px; } .source-line { font-size:10px; }
 .knowledge-grid { grid-template-columns:1fr; gap:35px; }
 .knowledge-card { padding-top:20px; } .article-top { margin-bottom:18px; }
 .knowledge-card h3 { font-size:25px; } .knowledge-card .text-link { padding-top:6px; }
 .screening-note { padding:23px 20px; gap:14px; align-items:start; }
 .screening-note > .ph-light { font-size:28px; } .screening-note > div { min-width:0; } .screening-note h3 { font-size:15px; }
 .screening-note > .text-link { margin-left:42px; }
 .about-section { padding-block:60px; } .about-section h2 { font-size:29px; } .about-section h2 br { display:block; }
 .about-section .about-lead { font-size:15px; } .about-copy { font-size:13px; }
 .faq-list summary { font-size:14px; padding-block:22px; }
 .contact-section { padding-block:60px; } .contact-section h2 { font-size:28px; }
 .contact-actions .button { font-size:13px; padding:12px 17px; }
 .contact-details { font-size:12px; } .contact-details > div { gap:13px; }
 .location-panel iframe { height:300px; }
 .site-footer { padding-bottom:98px; } .footer-top { gap:10px; } .footer-brand { width:225px; } .footer-top > p { display:none; }
 .footer-top > .text-link { order:3; width:100%; margin-bottom:16px; }
 .footer-bottom { flex-direction:column; gap:13px; }
 .mobile-actions { display:flex; position:fixed; bottom:0; left:0; right:0; z-index:15; padding-bottom:env(safe-area-inset-bottom); background:var(--ink); box-shadow:0 -2px 14px #193e4910; }
 .mobile-actions a { flex:1; display:flex; gap:9px; align-items:center; justify-content:center; padding:15px 10px; color:white; font-size:13px; }
 .mobile-actions a:first-child { background:var(--ivory); color:var(--ink); border-top:1px solid var(--line); }
 .mobile-actions .ph-light { font-size:22px; }
 dialog { padding:30px 24px; } dialog h2 { font-size:24px; }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; } *,*::before,*::after { transition:none !important; animation:none !important; }
}
 

/* Reference-fidelity refinements: the selected 01 composition. */
.brand img,.footer-brand img { filter: brightness(1.09); }
.button-dark { background: var(--jade); border-color: var(--jade); }
.button-dark:hover { background: var(--ink); border-color: var(--ink); }
.hero { min-height: 640px; }
.hero-inner { padding-top: 96px; }
.hero h1 { font-size: clamp(56px,6.6vw,72px); line-height: 1.5; letter-spacing: .035em; }
.hero .hero-kicker { font-size: 18px; letter-spacing: .15em; margin-bottom: 24px; }
.hero-actions .button { padding: 15px 27px; font-size: 16px; }
.hero-caption { display: none; }
.contact-strip { position: relative; z-index: 1; margin-top: -20px; background: #f1efe7; border: 1px solid #fff; border-radius: 12px; padding-block: 24px; }
.contact-strip a { font-size: 14px; }
.contact-strip .ph-light { font-size: 28px; }
.contact-strip .ph-arrow-up-right { font-size: 14px; }
.services { padding-top: 56px; padding-bottom: 46px; }
.services .section-heading { margin-bottom: 35px; }
.services h2 { font-size: 31px; margin: 0; }
.guide-section { grid-template-columns: 1.5fr 1fr; gap: 0; border-radius: 10px; overflow: hidden; }
.guide-card { min-height: 445px; border-radius: 0; display: flex; flex-direction: column; }
.guide-card > img { height: 62%; object-position: 66% center; }
.guide-card-copy { padding: 30px 34px 20px; flex: 1; }
.guide-card h2 { font-size: 31px; margin-bottom: 19px; }
.guide-card-copy p { font-size: 12px; }
.guide-quicklinks { margin: 0 25px 22px; padding: 0 15px; border: 1px solid #cbd1c4; border-radius: 8px; background: rgba(247,245,237,.88); }
.guide-quicklinks a { display: flex; align-items: center; gap: 14px; padding: 11px 0; font-size: 14px; font-weight: 500; }
.guide-quicklinks a + a { border-top: 1px solid #cad0c4; }
.guide-quicklinks .ph-light { font-size: 28px; flex-shrink: 0; }
.guide-quicklinks .ph-caret-right { margin-left: auto; font-size: 17px; }
.prevention-card { padding: 34px; border-radius: 0; }
.prevention-icon { display: block; font-size: 48px; margin-bottom: 22px; color: var(--jade); }
.prevention-card h2 { font-size: 24px; }
.age-grid { display: block; margin: 21px 0; }
.age-grid > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; }
.age-grid > div + div { border: 0; border-top: 1px solid #c6d2c5; padding-left: 0; }
.age-grid strong { font-size: 21px; line-height: 1.4; }
.age-grid strong span { font-size: 12px; }
.age-grid p { font-size: 13px; margin: 0; }
@media (min-width:901px) and (max-width:1100px) {
 .container { width: calc(100% - 64px); }
 .brand { width: 280px; }
 .hero-inner { width: calc(100% - 112px); }
 .hero h1 { font-size: 60px; font-weight: 700; }
 .hero-image { object-position: center 10%; }
 .hero-description { font-size: 15px; }
 .contact-strip a { font-size: 14px; }
 .contact-strip a:nth-child(2) { font-size: 19px; }
 .contact-strip .ph-light { font-size: 26px; }
 .contact-strip .ph-arrow-up-right { font-size: 13px; }
 .services h2 { font-size: 29px; }
 .guide-card-copy { padding: 30px 32px 15px; }
 .guide-card h2 { font-size: 29px; }
 .prevention-card { padding: 34px 29px; }
 .prevention-card h2 { font-size: 22px; }
}
@media (min-width:601px) and (max-width:900px) {
 .hero h1 { font-size: 49px; }
 .hero-description { max-width: 420px; }
 .hero-actions .button { padding: 14px 20px; font-size: 14px; }
 .contact-strip a { font-size: 10px; }
 .contact-strip .ph-light { font-size: 20px; }
 .guide-section { grid-template-columns: 1.3fr 1fr; }
 .guide-card-copy { padding: 30px 23px; }
 .guide-card h2 { font-size: 28px; }
 .guide-quicklinks { margin: 0 18px 22px; padding-inline: 12px; }
 .guide-quicklinks a { font-size: 12px; gap: 7px; }
 .guide-quicklinks .ph-light { font-size: 22px; }
 .guide-quicklinks .ph-caret-right { font-size: 13px; }
 .prevention-card { padding: 30px 21px; }
 .prevention-card h2 { font-size: 21px; }
 .prevention-card h2 br { display: block; }
 .age-grid strong { font-size: 20px; }
 .age-grid strong span { font-size: 10px; }
 .age-grid p { font-size: 11px; }
}
@media (max-width:600px) {
 .hero { min-height: 750px; }
 .hero-inner { padding-top: 45px; }
 .hero .hero-kicker { font-size: 13px; margin-bottom: 23px; }
 .hero h1 { font-size: clamp(31px,8.6vw,45px); line-height: 1.65; }
 .hero-actions .button { padding: 12px 15px; font-size: 12px; }
 .contact-strip { margin-top: 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
 .contact-strip a { font-size: 12px; }
 .contact-strip .ph-light { font-size: 21px; }
 .services { padding-block: 60px; }
 .services h2 { font-size: 27px; }
 .guide-section { grid-template-columns: 1fr; border-radius: 0; }
 .guide-card { min-height: 490px; }
 .guide-card-copy { padding: 35px 24px 20px; }
 .guide-card h2 { font-size: 29px; }
 .guide-quicklinks { margin: 0 23px 26px; }
 .guide-quicklinks a { font-size: 14px; }
 .prevention-card { padding: 36px 27px; }
 .prevention-card h2 { font-size: 27px; }
 .age-grid strong { font-size: 25px; }
 .age-grid strong span { font-size: 13px; }
 .age-grid p { font-size: 15px; }
}
