/* Branch pages and scheduling share the existing clinic typography and palette. */
.location-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.location-card{display:flex;flex-direction:column;padding:34px;background:#fff;border:1px solid var(--line,#d1dfd7);border-radius:18px}
.location-card .eyebrow{margin-bottom:12px}
.location-card h3{font-family:var(--serif,"Lora",serif);font-size:38px;line-height:1.2;margin:0 0 20px}
.location-card h3 a{text-decoration:none;color:var(--navy)}
.location-card h3 em{font-style:normal;color:var(--muted)}
.location-card p{line-height:1.8}
.location-card-detail{padding-top:18px;border-top:1px solid var(--line,#d1dfd7);margin-top:auto;font-size:15px}
.location-card-actions{display:flex;align-items:flex-start;flex-direction:column;gap:18px;margin-top:12px}
.location-card-actions .button{min-height:50px}
.branch-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:70px;align-items:center}
.branch-hero h1{font-size:clamp(38px,4.1vw,61px);line-height:1.2}
.branch-hero .lede{max-width:660px}
.branch-scheduling{padding:35px;border:1px solid #c4d7ca;background:#fff;border-radius:18px}
.branch-scheduling h2{font-size:34px;line-height:1.25;margin-bottom:25px}
.branch-scheduling .branch-phone{display:inline-block;color:var(--navy);font-size:clamp(22px,2.3vw,29px);font-weight:800;text-decoration:none;letter-spacing:-.03em;margin-bottom:12px}
.branch-scheduling p:not(.eyebrow){font-size:15px;line-height:1.8}
.branch-address{font-style:normal;line-height:1.8;margin:20px 0}
.branch-other-location{margin-top:30px}
.branch-hero~.section .therapy-card .care-icon{margin-bottom:20px}
.therapy-overview.branch-therapies{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.care-location-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px 25px;font-size:14px;margin-top:25px}
.care-location-links>span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.care-location-links>a{display:inline-flex;align-items:center;min-height:44px;gap:14px;font-weight:700;color:var(--navy)}
.appointment-location-choice{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.appointment-location-choice a{padding:12px 18px;border:1px solid #b5c8bf;border-radius:6px;color:var(--navy);font-size:14px;font-weight:700;text-decoration:none}
.appointment-location-choice a[aria-current="page"]{background:var(--navy);border-color:var(--navy);color:#fff}
.contact-field select{width:100%;min-height:52px;padding:12px 14px;border:1px solid #a9bcb3;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:16px}
.contact-field select:focus{outline:2px solid var(--navy);outline-offset:2px}
.footer-branch+.footer-branch{margin-top:21px;padding-top:17px;border-top:1px solid #ffffff26}
.footer-branch>a:first-child{display:inline-flex;gap:15px;align-items:center;min-height:32px;font-size:15px;font-weight:700}
.footer-branch .footer-schedule{display:block;font-size:13px;line-height:1.6;padding-block:8px}
.footer-branch address{margin-top:4px}
@media(min-width:1101px){.site-nav{gap:19px}.site-nav>a{font-size:13px}.header-inner{gap:24px}}
@media(max-width:1100px){.branch-hero-grid{gap:30px}.branch-scheduling{padding:28px}.branch-hero h1{font-size:46px}}
@media(max-width:800px){.branch-hero-grid{grid-template-columns:1fr;gap:30px}.branch-scheduling{max-width:600px}.branch-scheduling h2 br{display:none}.location-card{padding:28px}.location-card h3{font-size:32px}}
@media(max-width:700px){.location-cards{grid-template-columns:1fr;gap:20px}.branch-hero h1{font-size:38px}.branch-scheduling{padding:25px}.branch-scheduling h2{font-size:30px}.location-card{padding:25px}.location-card h3{font-size:33px}.care-location-links{gap:4px 18px}.care-location-links>span{flex-basis:100%}.appointment-location-choice a{font-size:13px;padding:12px}.contact-bar-location>a{font-size:11px}}
@media print{.location-cards,.branch-hero-grid{display:block}.location-card,.branch-scheduling{break-inside:avoid;margin-bottom:20px}}
