:root{--ink:#151515;--paper:#fff;--mist:#f4f4f1;--red:#0875d1;--line:#d8d8d4;--muted:#656563;font-family:Inter,"Source Sans 3",Arial,sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper)}a{color:inherit}button,input,select,textarea{font:inherit}header.site-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:22px 5vw;border-bottom:1px solid var(--line);background:#fff}.brand{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.brand::before{content:"";display:inline-block;width:10px;height:10px;margin-right:9px;background:var(--red);border-radius:50%}nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap}nav a{text-decoration:none;font-size:.9rem}nav a:not(.button){position:relative}nav a:not(.button)::after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:right;transition:transform .2s ease}nav a:not(.button):hover::after{transform:scaleX(1);transform-origin:left}main{max-width:1280px;margin:auto;padding:8vh 5vw}.eyebrow{color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1{max-width:900px;margin:18px 0 24px;font-size:clamp(3.4rem,7vw,6.8rem);letter-spacing:-.055em;line-height:.94}h2{margin-top:0;font-size:clamp(2rem,3.4vw,3.4rem);letter-spacing:-.04em;line-height:1.03}h3{font-size:1.45rem;letter-spacing:-.025em}p{max-width:700px;line-height:1.65;font-size:1rem}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.button,button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border:1px solid transparent;text-decoration:none;cursor:pointer;font-weight:700;transition:background .2s ease,color .2s ease,border-color .2s ease}.primary{color:#fff;background:var(--red)}.primary:hover{background:#b9000b}.secondary{color:var(--ink);background:#fff;border-color:var(--ink)}.secondary:hover{color:#fff;background:var(--ink)}.band{border-top:1px solid var(--line);margin-top:10vh;padding-top:5vh}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.item{border-top:2px solid var(--ink);padding:20px 0}.item strong{font-size:1.08rem}.muted{color:var(--muted)}.error{color:#b83a3a}.success{color:#087e6d}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f3b41b;outline-offset:3px}.hero{min-height:700px;display:flex;align-items:flex-end;margin:-8vh -5vw 0;padding:140px 5vw 78px;color:#fff;background:#252525 url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat;position:relative}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.2))}.hero-content{position:relative;z-index:1;max-width:820px}.hero .eyebrow{color:#fff}.hero h1{margin-bottom:22px}.hero p{color:#f0f0ec}.services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.service{min-height:340px;padding:34px 34px 34px 0;border-bottom:1px solid var(--line)}.service+.service{padding-left:34px;border-left:1px solid var(--line)}.service-photo{min-height:245px;margin-bottom:28px;background-position:center;background-size:cover;filter:saturate(.78)}.photo-dental{background-image:url('https://images.unsplash.com/photo-1606811971618-4486d14f3f99?auto=format&fit=crop&w=1200&q=82')}.photo-health{background-image:url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1200&q=82')}.price-band{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;margin:0 -5vw;padding:86px 5vw;color:#fff;background:var(--ink)}.price-band p{color:#d7d7d2}.price{padding-left:44px;border-left:1px solid #686865}.price strong{display:block;font-size:clamp(3.4rem,6vw,5.5rem);letter-spacing:-.06em;line-height:1}.price span{display:block;margin-top:14px;color:#fff;font-weight:700}footer{display:flex;justify-content:space-between;gap:20px;padding:34px 5vw;color:#d4d4d0;background:#202020;font-size:.85rem}footer a{color:#fff}.table-wrap{overflow-x:auto}@media(max-width:800px){header.site-header{align-items:flex-start;flex-direction:column;padding:18px 6vw}nav{justify-content:flex-start;gap:13px;font-size:.92rem}main{padding:6vh 6vw}h1{font-size:3.6rem}.hero{min-height:650px;margin:-6vh -6vw 0;padding:110px 6vw 58px}.grid,.services,.price-band{grid-template-columns:1fr}.service,.service+.service{padding:28px 0;border-left:0}.price{padding:28px 0 0;border-top:1px solid #686865;border-left:0}footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
:where(header:not(.site-header)){position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 5vw;border-bottom:1px solid var(--line);background:#fff}
@media(max-width:800px){:where(header:not(.site-header)){align-items:flex-start;flex-direction:column;padding:18px 6vw}}
:where(#list .item){min-height:220px;padding:24px;background:var(--mist);border-top:3px solid var(--teal)}
:where(#list .item h2){font-size:1.35rem}
:where(#list .item a){color:var(--blue);font-weight:700;text-decoration:none}
:where(.resource-card){overflow:hidden;background:var(--mist)}
#list :where(.resource-card img){display:block;width:100%;height:220px;margin:0;object-fit:cover}
.resource-richtext h2{font-size:1.05rem;margin:14px 0 6px}.resource-richtext p{font-size:.9rem;margin:8px 0}.resource-richtext img{width:100%;height:auto;max-height:240px;object-fit:cover;margin:14px 0}.resource-card .resource-copy{padding:0 24px 24px}.resource-card h2{font-size:1.45rem;margin:0 0 14px}
.attraction-cover{display:block;width:min(100%,920px);max-height:480px;object-fit:cover;margin:30px 0 26px;border:1px solid var(--line);box-shadow:0 10px 24px rgba(7,28,48,.08)}.attraction-address{color:var(--muted);margin-bottom:36px}.richtext{max-width:760px}.richtext h2{margin:34px 0 12px;font-size:1.65rem;letter-spacing:-.03em}.richtext p{margin:0 0 18px}.richtext ul{max-width:700px;padding-left:22px;line-height:1.7}.richtext figure{margin:24px 0}.richtext figure img{display:block;width:100%;height:auto}.richtext figcaption{margin-top:8px;color:var(--muted);font-size:.88rem}
.attraction-page{padding-top:3vh}.attraction-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:clamp(34px,6vw,96px);align-items:stretch;margin-top:34px}.attraction-visual{min-height:520px;background:var(--navy);overflow:hidden}.attraction-visual img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.attraction-facts{display:flex;flex-direction:column;justify-content:center;border-top:3px solid var(--blue);padding:28px 0 34px}.attraction-facts h1{font-size:clamp(2.7rem,5vw,5.4rem);margin:0 0 42px;line-height:.96}.attraction-facts dl{margin:0 0 34px;border-top:1px solid var(--line)}.attraction-facts dl>div{padding:18px 0;border-bottom:1px solid var(--line)}.attraction-facts dt{margin-bottom:7px;color:var(--blue);font:700 .72rem ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.attraction-facts dd{margin:0;line-height:1.55}.attraction-description{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(34px,7vw,120px);margin-top:clamp(72px,11vw,150px);padding-top:34px;border-top:1px solid var(--line)}.description-label h2{margin-top:16px;font-size:clamp(2rem,3.5vw,3.4rem)}
@media(max-width:800px){.attraction-page{padding-top:0}.attraction-hero,.attraction-description{grid-template-columns:1fr;gap:28px}.attraction-hero{margin-top:24px}.attraction-visual,.attraction-visual img{min-height:300px;height:300px}.attraction-facts{padding-top:24px}.attraction-facts h1{margin-bottom:30px}.attraction-description{margin-top:68px;padding-top:26px}}
main>h1{font-size:clamp(2.8rem,5vw,4.8rem);letter-spacing:-.05em}
#list{align-items:start;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}#list .resource-card{width:100%;max-width:520px}#list .resource-card h2{font-size:1.65rem;line-height:1.1}
.mobile-actions{display:none}
@media(max-width:800px){.mobile-actions{position:fixed;z-index:20;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:8px;background:#fff;border-top:1px solid var(--line)}.mobile-actions a{min-height:44px}.mobile-actions+.site-footer{padding-bottom:78px}}
.primary:hover{background:#075aa1}
.site-footer{margin-top:0}
.danger{color:#fff;background:#b83a3a}.danger:hover{background:#922f2f}.table{min-width:720px}

/* Precision interface details */
:root{--blue:#0875d1;--teal:#0875d1;--cyan:#27c7e8;--navy:#071523}
body{background:#fbfcfd;background-image:linear-gradient(rgba(8,117,209,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(8,117,209,.035) 1px,transparent 1px);background-size:32px 32px}
header.site-header{box-shadow:0 1px 0 rgba(8,117,209,.08)}
.brand{letter-spacing:.01em}.brand::before{background:var(--blue);box-shadow:0 0 0 4px rgba(8,117,209,.12)}
.eyebrow{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.hero{isolation:isolate;background-color:var(--navy);box-shadow:inset 0 -1px 0 rgba(39,199,232,.45)}
.hero::after{content:"";position:absolute;z-index:0;right:5vw;bottom:38px;width:110px;height:110px;border:1px solid rgba(39,199,232,.5);border-radius:50%;box-shadow:0 0 0 12px rgba(39,199,232,.06),0 0 36px rgba(39,199,232,.16)}
.hero-content{max-width:820px}.hero .eyebrow{color:var(--cyan)}
.hero h1{letter-spacing:-.065em;text-shadow:0 2px 22px rgba(39,199,232,.18)}
.service,.item{position:relative}.service::before,.item::before{content:"";position:absolute;top:-2px;left:0;width:42px;height:2px;background:var(--cyan)}
.service-photo{border:1px solid rgba(8,117,209,.2);box-shadow:0 10px 24px rgba(7,28,48,.08)}
.price-band{background:var(--navy);border-top:1px solid rgba(39,199,232,.4);border-bottom:1px solid rgba(39,199,232,.25)}
.price strong{color:#fff;text-shadow:0 0 24px rgba(39,199,232,.24)}
:where(#list .item),:where(.resource-card){border:1px solid var(--line);border-top:2px solid var(--blue);background:#fff;box-shadow:0 8px 20px rgba(7,28,48,.05);transition:transform .2s ease,box-shadow .2s ease}
:where(#list .item):hover,:where(.resource-card):hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(7,28,48,.1)}
footer{border-top:2px solid var(--blue)}
@media(max-width:800px){.hero::after{right:6vw;bottom:22px;width:72px;height:72px}.service-photo{min-height:210px}}

/* Keep institution cards aligned when source images and names have different lengths. */
#list .resource-card{display:flex;flex-direction:column;min-width:0}
#list .resource-card img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;margin:0}
#list .resource-card .resource-copy{min-width:0;padding:18px 20px 20px}
#list .resource-card h2{margin:0 0 10px;font-size:1.25rem;line-height:1.2;letter-spacing:-.02em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* Shared navigation system */
header.site-header,:where(header:not(.site-header)){position:sticky;top:0;z-index:100;min-height:72px;padding:16px 5vw}
header.site-header nav,:where(header:not(.site-header)) nav{gap:20px;align-items:center}
header.site-header nav a,:where(header:not(.site-header)) nav a{color:#30383d;font-size:.84rem;font-weight:500;line-height:1.2;white-space:nowrap}
header.site-header nav a:not(.button),:where(header:not(.site-header)) nav a:not(.button){padding:10px 0}
header.site-header nav a:not(.button)::after,:where(header:not(.site-header)) nav a:not(.button)::after{bottom:2px;height:2px;background:var(--blue)}
header.site-header nav .button,:where(header:not(.site-header)) nav .button{min-height:40px;padding:10px 16px;font-size:.82rem}
header.site-header nav .primary,:where(header:not(.site-header)) nav .primary{color:#fff}
@media(max-width:980px){header.site-header nav,:where(header:not(.site-header)) nav{gap:14px}header.site-header nav a,:where(header:not(.site-header)) nav a{font-size:.78rem}}
@media(max-width:800px){header.site-header,:where(header:not(.site-header)){min-height:0;padding:16px 6vw}header.site-header nav,:where(header:not(.site-header)) nav{width:100%;gap:8px 16px}header.site-header nav .button,:where(header:not(.site-header)) nav .button{margin-top:2px}}

/* Normalize legacy page headers to the same Care Companion mark. */
header:not(.site-header)>a:first-child,header:not(.site-header)>strong:first-child{display:inline-flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:800;letter-spacing:.01em;text-decoration:none}
header:not(.site-header)>a:first-child strong{font-weight:800}
header:not(.site-header)>a:first-child::before,header:not(.site-header)>strong:first-child::before{content:"";display:inline-block;width:10px;height:10px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px rgba(8,117,209,.12)}
body>p:first-child:has(>a[href="/"]){margin:0 -5vw;padding:22px 5vw;border-bottom:1px solid var(--line);background:#fff}
body>p:first-child:has(>a[href="/"]) a{display:inline-flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:800;letter-spacing:.01em;text-decoration:none}
body>p:first-child:has(>a[href="/"]) a::before{content:"";width:10px;height:10px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px rgba(8,117,209,.12)}
@media(max-width:800px){body>p:first-child:has(>a[href="/"]){margin:0 -6vw;padding:18px 6vw}}
.live-chat-messages p{display:flex;flex-direction:column;width:fit-content;max-width:88%;padding:9px 11px;line-height:1.45}.live-chat-messages p span{margin-bottom:3px;font-size:.65rem;font-weight:800;text-transform:uppercase}.live-chat-assistant{margin-right:auto!important;background:#f0f4f7;border-left:2px solid #0875d1}.live-chat-assistant span{color:#0875d1}.live-chat-user{margin-left:auto!important;background:#0875d1;color:#fff;text-align:right}.live-chat-user span{color:#c9edff}
.live-chat-launcher{position:relative;border-radius:7px;letter-spacing:.02em;box-shadow:0 10px 26px rgba(8,117,209,.28),0 0 0 4px rgba(8,117,209,.08)}.live-chat-launcher::before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;background:#8ff0c5;border-radius:50%;box-shadow:0 0 0 3px rgba(143,240,197,.18)}.live-chat-panel{border-radius:8px}.live-chat-panel header{border-bottom:2px solid #27c7e8}.live-chat-panel header strong{display:flex;align-items:center;gap:8px;font-size:.88rem}.live-chat-panel header strong::before{content:"";width:9px;height:9px;background:#27c7e8;border-radius:50%;box-shadow:0 0 0 4px rgba(39,199,232,.15)}.live-chat-close{border-radius:4px;font-size:1.1rem;line-height:1}.live-chat-messages{background:#fbfcfd}.live-chat-messages p{border-radius:7px;box-shadow:0 2px 5px rgba(7,28,48,.06)}.live-chat-user{border-bottom-right-radius:2px}.live-chat-assistant{border-bottom-left-radius:2px}.live-chat-panel form{background:#fff}.live-chat-panel input{border-radius:4px;outline:none}.live-chat-panel input:focus{border-color:#0875d1;box-shadow:0 0 0 3px rgba(8,117,209,.12)}.live-chat-panel form button{border-radius:4px}@media(prefers-reduced-motion:no-preference){.live-chat-panel:not([hidden]){animation:chat-panel-in .18s ease-out}}@keyframes chat-panel-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.live-chat{position:fixed;right:24px;bottom:24px;z-index:50}.live-chat-launcher{min-height:48px;padding:12px 18px;border:0;background:#0875d1;color:#fff;font-size:.85rem;font-weight:700;box-shadow:0 8px 24px rgba(8,117,209,.3)}.live-chat-panel{position:absolute;right:0;bottom:60px;width:min(360px,calc(100vw - 32px));overflow:hidden;background:#fff;border:1px solid #cdd5d2;box-shadow:0 16px 40px rgba(7,28,48,.18)}.live-chat-panel header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#071523;color:#fff}.live-chat-close{min-height:28px;padding:2px 8px;color:#fff;background:transparent}.live-chat-messages{max-height:280px;overflow:auto;padding:14px;font-size:.86rem}.live-chat-messages p{margin:0 0 12px;font-size:.86rem}.live-chat-user{padding-left:18px;color:#fff}.live-chat-panel form{display:flex;gap:8px;padding:12px;border-top:1px solid #d8d8d4}.live-chat-panel input{min-width:0;flex:1;padding:10px;border:1px solid #cdd5d2;font-size:.84rem}.live-chat-panel form button{min-height:40px;margin:0;padding:8px 12px;background:#0875d1;color:#fff;font-size:.82rem}@media(max-width:800px){.live-chat{right:16px;bottom:76px}}
.landing-page{padding-top:7vh}.landing-page h1{max-width:980px}.landing-lead{padding:28px 0 34px;border-top:2px solid var(--blue);border-bottom:1px solid var(--line);margin:26px 0 34px}.landing-lead p{font-size:1.2rem}.landing-page .richtext{max-width:820px}.landing-page .richtext h2{margin-top:42px}.landing-page .richtext li{margin:8px 0;line-height:1.6}.landing-cta{margin-top:72px;padding:42px 0;border-top:2px solid var(--blue)}
.service-index{padding-top:7vh}.service-index h1{max-width:920px}.service-index-intro{font-size:1.15rem;max-width:720px;margin-bottom:54px}.service-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;border-top:1px solid var(--line)}.service-index-item{padding:30px 0 34px;border-bottom:1px solid var(--line)}.service-index-item h2{font-size:1.65rem;margin:14px 0}.service-index-item h2 a{text-decoration:none}.service-index-item p{color:var(--muted)}.text-link{color:var(--blue);font-weight:700;text-decoration:none}@media(max-width:800px){.service-index-grid{grid-template-columns:1fr}}
