/* A quiet layer of depth and feedback for the clinic's existing design. */
:root{--ease-out:cubic-bezier(.22,1,.36,1);--shadow-soft:0 12px 36px #103f320c}
html{scroll-padding-top:144px;scroll-padding-bottom:110px}
.site-header{background:#fffffff0;box-shadow:0 5px 24px #103f3205}
@supports(backdrop-filter:blur(16px)){
  .site-header{background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
}
.site-header .brand-full-logo{mix-blend-mode:multiply}
.primary-nav a{transition:color .2s ease}
.primary-nav a:after{height:2px;transform-origin:left;transition:width .25s var(--ease-out)}
.button{border-radius:8px;transition:background .2s ease,box-shadow .2s ease,transform .2s var(--ease-out)}
.button>span,.text-link>span,.hero-photo figcaption>a{transition:transform .25s var(--ease-out),background .2s ease}
.button:active{transform:translateY(1px) scale(.985)}
.text-link:active>span{transform:translate(1px,-1px)}
.menu-toggle{border-radius:9px;transition:background .2s ease,border-color .2s ease}
.menu-toggle[aria-expanded=true]{background:var(--soft);border-color:#b5cdbf}
.hero{position:relative;gap:56px}
.hero-copy>.eyebrow{display:flex;align-items:center;gap:12px}
.hero-copy>.eyebrow:before{content:'';width:26px;height:1px;background:var(--green);flex-shrink:0}
.hero-photo{position:relative;border-radius:18px;background:var(--soft);box-shadow:0 18px 46px #163e3214;isolation:isolate}
.hero-photo>img{height:522px;object-position:48% 42%;transition:transform .8s var(--ease-out)}
.hero-photo figcaption{position:absolute;inset:auto 18px 18px;padding:20px 21px;border:1px solid #ffffff40;border-radius:12px;background:#103f32ed;box-shadow:0 8px 24px #082e2520;gap:16px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.hero-photo figcaption>a{width:44px;height:44px;flex-shrink:0;background:#ffffff0c}
.hero-photo small{font-size:10px;letter-spacing:.13em}
.photo-location{position:absolute;inset:18px auto auto 18px;padding:8px 12px;display:flex;align-items:center;gap:7px;border:1px solid #ffffffaa;border-radius:7px;background:#fffffff0;color:var(--forest);font-size:11px;font-weight:600;letter-spacing:.02em;box-shadow:0 4px 18px #163e3210}
.photo-location svg{width:14px;height:14px}
.quick-strip{background:linear-gradient(110deg,#f0f6ee,#f7f9f5);border-color:#dfe8dc}
.quick-grid{padding-block:29px}
.step{border-radius:12px;border-color:#dce7dd;box-shadow:0 4px 14px #103f3203;transition:border-color .25s ease,box-shadow .25s ease,transform .25s var(--ease-out)}
.step-number{border-bottom:1px solid var(--line);padding-bottom:15px;width:100%;font-size:11px}
.step h3{margin-top:25px}
.step:focus-within{border-color:#96b89f;box-shadow:var(--shadow-soft)}
.photo-link{border-radius:12px}
.photo-link img{transition:transform .65s var(--ease-out)}
.enlarge{width:44px;height:44px;box-shadow:0 4px 16px #082e2520;transition:background .2s ease,transform .25s var(--ease-out)}
.photo-hint{position:absolute;bottom:18px;left:18px;display:flex;gap:9px;align-items:center;padding:10px 14px;border:1px solid #ffffff45;border-radius:7px;background:#103f32ed;color:#fff;font-size:12px;font-weight:500;pointer-events:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:opacity .25s ease,transform .3s var(--ease-out)}
.photo-hint>span{color:var(--accent);font-size:16px;line-height:1}
.photo-link:focus-visible{outline-offset:5px}
.photo-link:focus-visible img{transform:scale(1.025)}
.provider-card{border-radius:12px;border-top-width:2px;background:linear-gradient(145deg,#f1f6f2,#fafcf9)}
.provider-number{width:34px;height:34px;display:grid;place-items:center;border:1px solid #cbdccf;border-radius:50%;font-size:10px;letter-spacing:.04em;margin-bottom:24px}
.provider-role{margin-top:25px}
.photo-aside,.patient-aside,.hours-panel,.sign-photo,.contact-gallery>img{border-radius:12px}
.hours-panel{background:linear-gradient(135deg,#194f3e,#103f32 65%,#123d34);box-shadow:0 16px 40px #103f3210}
.faq-list summary{transition:color .2s ease}
.faq-list summary:after{top:22px;right:3px;width:27px;height:27px;border-radius:50%;background:#dfebdf;display:grid;place-items:center;font-size:21px;line-height:1;transition:background .2s ease,transform .2s ease}
.faq-list details[open] summary{color:var(--green)}
.faq-list details[open] summary:after{background:#d2e4d2}
.copy-address{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;border:0;background:transparent;color:var(--green);font-size:13px;font-weight:600;min-height:44px;transition:color .2s ease}
.copy-address svg{width:16px;height:16px}
.address-tools{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:8px}
.copy-feedback{color:var(--muted);font-size:12px;line-height:1.4}
.copy-address[data-copied=true]{color:#226d42}
.call-band{background:radial-gradient(ellipse at 95% 10%,#28664a 0,transparent 52%),var(--forest)}
.footer-grid .brand-full-logo{width:240px;height:auto;mix-blend-mode:multiply}
.site-footer{background:#fafbf8}
dialog{border:1px solid #ffffff24;border-radius:16px;box-shadow:0 25px 90px #0007}
dialog::backdrop{background:#071d17dc;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.photo-prev,.photo-next{transition:background .2s ease,border-color .2s ease}
.mobile-actions{display:none}
@media(hover:hover) and (pointer:fine){
  .button:hover{transform:translateY(-2px);box-shadow:0 7px 18px #103f321c}
  .button:hover>span,.button:focus-visible>span,.text-link:hover>span,.text-link:focus-visible>span{transform:translate(3px,-3px)}
  .step:hover{transform:translateY(-4px);border-color:#b6cebc;box-shadow:var(--shadow-soft)}
  .hero-photo:hover>img{transform:scale(1.025)}
  .hero-photo figcaption>a:hover{transform:translate(2px,-2px);background:#ffffff23}
  .photo-hint{opacity:0;transform:translateY(8px)}
  .photo-link:hover .photo-hint,.photo-link:focus-visible .photo-hint{opacity:1;transform:none}
  .photo-link:hover .enlarge{background:var(--accent);transform:rotate(90deg)}
  .photo-prev:hover,.photo-next:hover{background:#266447;border-color:#dceeae}
  .faq-list summary:hover{color:var(--green)}
  .copy-address:hover{text-decoration:underline;text-underline-offset:4px}
}
@media(max-width:1150px){.hero{gap:38px}.hero-photo>img{height:510px}.hero-photo figcaption{padding:18px 17px;font-size:15px}}
@media(max-width:1020px){.hero{gap:30px}.hero-photo>img{height:500px}.hero-photo figcaption{inset:auto 12px 12px;padding:17px 15px;font-size:14px}.hero-photo small{font-size:9px}.photo-location{inset:12px auto auto 12px}}
@media(max-width:700px){
  html{scroll-padding-top:120px;scroll-padding-bottom:112px}
  .header-inner{min-height:100px}.site-header .brand-full-logo{width:208px}
  .hero{gap:32px}.hero-photo{border-radius:14px}.hero-photo>img{height:400px}
  .hero-photo figcaption{inset:auto 14px 14px;padding:17px;font-size:15px;border-radius:10px}
  .hero-photo small{font-size:9px}.photo-location{inset:14px auto auto 14px;font-size:10px}
  .quick-grid{padding-block:8px}.step{padding:27px}.step h3{margin-top:24px}
  .photo-hint{left:12px;bottom:12px;padding:8px 10px;font-size:11px}
  .enlarge{bottom:12px;right:12px;width:38px;height:38px}
  .home-gallery .photo-hint,.gallery-grid .gallery-item:not(:first-child):not(:last-child) .photo-hint{bottom:58px}
  .footer-grid .brand-full-logo{width:220px;height:auto}
  .site-footer{padding-bottom:100px}
  .mobile-actions{position:fixed;z-index:15;bottom:max(12px,env(safe-area-inset-bottom));left:20px;right:20px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid #d5e2d8;border-radius:15px;background:#fffffff2;box-shadow:0 6px 32px #0d382329;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .mobile-actions a{min-height:48px;display:flex;justify-content:center;align-items:center;gap:9px;border-radius:9px;font-size:13px;font-weight:600;line-height:1.2;transition:background .2s ease,transform .15s ease}
  .mobile-actions a:first-child{background:var(--forest);color:#fff}
  .mobile-actions a:last-child{background:#edf4eb;color:var(--forest)}
  .mobile-actions a:active{transform:scale(.98)}
  .mobile-actions svg{width:17px;height:17px;flex-shrink:0}
  .modal-open .mobile-actions,.menu-is-open .mobile-actions{display:none}
}
@media(max-width:370px){.hero-photo>img{height:360px}.hero-photo figcaption{padding:14px;font-size:13px}.hero-photo small{font-size:8px}.mobile-actions{left:12px;right:12px}.footer-grid .brand-full-logo{width:200px}}
@media(prefers-reduced-motion:reduce){
  .button:hover,.button:active,.step:hover,.hero-photo:hover>img,.photo-link:hover img,.photo-link:focus-visible img,.button:hover>span,.button:focus-visible>span,.text-link:hover>span,.text-link:focus-visible>span,.text-link:active>span,.enlarge,.hero-photo figcaption>a:hover,.mobile-actions a:active{transform:none!important}
}
@media print{.mobile-actions,.address-tools,.photo-location,.photo-hint{display:none!important}.site-footer{padding-bottom:0}.site-header{background:white;backdrop-filter:none;box-shadow:none}.hero-photo figcaption{position:static;background:var(--forest)}.hours-panel{background:#fff;box-shadow:none}}

/* Clear routes to the people and practical details behind a visit. */
.quick-grid{padding-block:0;gap:0}
.essential-link{display:flex;gap:18px;align-items:center;min-width:0;padding:29px 22px;border-right:1px solid #dbe5d9;transition:background .2s ease}
.essential-link:first-child{padding-left:0}.essential-link:last-child{border-right:0;padding-right:0}
.essential-link p{flex:1}.essential-arrow{font-size:20px;color:var(--green);transition:transform .2s var(--ease-out)}
.team-section{padding-bottom:88px}
.team-preview{display:grid;grid-template-columns:1fr 1.2fr;gap:68px;padding:48px;background:#f5f7f1;border:1px solid #e0e7db;border-radius:18px}
.team-intro{padding-top:12px}.team-intro h2{margin-top:20px;font-size:clamp(34px,3.6vw,48px)}
.team-intro>p:not(.eyebrow){max-width:330px;margin-top:23px;font-size:15px;color:var(--muted)}
.team-intro>.text-link{margin-top:22px}
.specialty-list{border-top:1px solid #cedbca}
.specialty-link{display:flex;align-items:center;gap:18px;padding:21px 4px;border-bottom:1px solid #cedbca;min-height:82px;transition:background .2s ease,padding .25s var(--ease-out)}
.specialty-index{font-size:10px;color:var(--muted);align-self:flex-start;padding-top:5px}
.specialty-link>span:nth-child(2){flex:1;min-width:0}
.specialty-link strong{display:block;font-family:var(--heading);font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:1.4}
.specialty-link>span>span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.specialty-arrow{display:grid;place-items:center;width:32px;height:32px;border:1px solid #b8cbb3;border-radius:50%;font-size:19px;color:var(--green);flex-shrink:0;transition:background .2s ease,color .2s ease}
.provider-card:target{border-color:var(--green);box-shadow:0 0 0 3px #195f401a;background:#edf5e8}
.provider-card:focus-visible{outline:3px solid var(--green);outline-offset:5px}
.page-jump{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:30px;font-size:13px}
.page-jump>span{margin-right:10px;color:var(--muted);font-size:12px}
.page-jump>a{padding:10px 15px;border:1px solid var(--line);border-radius:24px;background:#fff;min-height:44px;display:flex;align-items:center;transition:background .2s ease,border-color .2s ease}
.page-jump>a:hover,.page-jump>a:focus-visible{background:var(--soft);border-color:#9cbaa4}
.visit-guide{display:flex;gap:24px;padding:29px;margin-top:35px;border:1px solid #cedecc;background:linear-gradient(130deg,#f0f5ea,#fafcf8);border-radius:12px}
.guide-icon{width:50px;flex-shrink:0;padding-top:6px;color:var(--green)}.guide-icon svg{width:40px;height:50px;filter:drop-shadow(4px 5px 0 #d5e3c7)}
.visit-guide .eyebrow{font-size:9px;letter-spacing:.11em}
.visit-guide h3{font-size:21px;margin-top:10px}
.visit-guide p:not(.eyebrow){font-size:14px;margin-top:11px;color:var(--muted)}
.visit-guide .text-link{margin-top:11px;gap:15px}
.visit-guide small{display:block;font-size:11px;color:var(--muted);margin-top:1px}
.faq-toggle{display:inline-flex;align-items:center;padding:10px 0;min-height:44px;margin-top:17px;background:none;border:0;border-bottom:1px solid #a3bea7;font-size:13px;font-weight:600;color:var(--green)}
.faq-toggle:hover{border-bottom-color:var(--green)}
.route-guide-link{display:flex;max-width:max-content;margin-top:8px}.service-team-link{margin-top:25px}
#appointments:focus,#preparation:focus,#questions:focus,#clinic-hours:focus{outline:none}
@media(hover:hover) and (pointer:fine){
  .essential-link:hover{background:#e9f1e3}.essential-link:hover .essential-arrow{transform:translate(2px,-2px)}
  .specialty-link:hover{background:#eaf0e2;padding-inline:12px}
  .specialty-link:hover .specialty-arrow{background:var(--forest);color:#fff;border-color:var(--forest)}
}
.specialty-link:focus-visible .specialty-arrow{background:var(--forest);color:#fff}
@media(max-width:1020px){
  .team-preview{gap:35px;padding:34px;grid-template-columns:.9fr 1.2fr}
  .essential-link{padding-inline:16px;gap:12px}.essential-link .index{display:none}
}
@media(max-width:700px){
  .quick-grid{grid-template-columns:1fr}
  .essential-link,.essential-link:first-child,.essential-link:last-child{padding:17px 0;border:0;border-bottom:1px solid #dbe5d9;gap:18px}
  .essential-link:last-child{border-bottom:0}.essential-link .index{display:block}
  .team-section{padding-bottom:58px}.team-preview{grid-template-columns:1fr;gap:29px;padding:29px 24px;border-radius:14px}
  .team-intro{padding-top:0}.team-intro h2{font-size:36px}.team-intro h2 br{display:none}.team-intro>p:not(.eyebrow){max-width:none;margin-top:17px}
  .team-intro>.text-link{margin-top:14px}.specialty-link{padding-block:19px;gap:13px}.specialty-link strong{font-size:15px}
  .page-jump{gap:7px;margin-top:25px}.page-jump>span{width:100%;margin-bottom:3px}.page-jump>a{padding-inline:12px;font-size:12px}
  .visit-guide{padding:24px 20px;gap:17px}.guide-icon{width:30px}.guide-icon svg{width:27px;height:35px}
}
@media(max-width:370px){.team-preview{padding:25px 20px}.specialty-index{display:none}.specialty-link{gap:10px}.visit-guide{display:block}.guide-icon{display:block;margin-bottom:16px}.visit-guide .text-link{font-size:13px}}
@media(prefers-reduced-motion:reduce){.essential-link:hover .essential-arrow{transform:none}.specialty-link{transition:none}}
@media print{.page-jump,.faq-toggle{display:none!important}.team-preview,.visit-guide{background:white;box-shadow:none}.team-preview{break-inside:avoid}}
