:root{--font-sans:"DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Libre Baskerville", Baskerville, Georgia, serif;--font-mono:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;--color-primary:#0e655b;--color-primary-dark:#0a554d;--color-heading:#0d574f;--color-accent:#d85568;--color-text:#354845;--color-text-muted:#4a5f5c;--color-text-subtle:#7d746d;--color-surface:#fff;--color-surface-warm:#fbfaf6;--color-surface-soft:#eef6f4;--color-border:#135d521f;--color-accent-soft:#d855681a;--header-height:5rem;--content-max:80rem;--content-narrow:46rem;--page-gutter:clamp(1.25rem, 4vw, 4.5rem);--section-space:clamp(3.75rem, 7vw, 6rem);--radius-sm:.75rem;--radius-md:1rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--radius-pill:999px;--shadow-sm:0 .375rem 1.5rem #1d3d3812;--shadow-md:0 .875rem 2.25rem #1d3d3821;--shadow-button:0 .75rem 1.5rem #0e655b2e;--ease-standard:cubic-bezier(.2, .8, .2, 1);--duration-fast:.18s;--duration-normal:.25s;color:var(--color-text);background:var(--color-surface-warm);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:20rem;scroll-padding-top:var(--header-height)}body{background:var(--color-surface-warm);min-width:20rem;min-height:100svh;margin:0;overflow-x:hidden}#root{min-height:100svh}main{display:block}img,picture,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}:where(h1,h2,h3,h4,p,figure),:where(ul,ol){margin:0}#home,#services,#branches,#about,#contact{scroll-margin-top:0}::selection{color:var(--color-heading);background:#d8556833}:where(a,button):focus-visible{outline-offset:.1875rem;outline:.1875rem solid #d85568bf}.skip-link{z-index:999;border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;transition:transform var(--duration-fast) var(--ease-standard);padding:.75rem 1rem;font-weight:700;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.text-pink{color:var(--color-accent)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.services-section,.branches-section,.about-section,.contact-section{padding:var(--section-space) var(--page-gutter)}.services-header,.branches-header,.about-header,.contact-header{width:min(100%, var(--content-narrow));text-align:center;margin-inline:auto}.services-section h2,.branches-section h2,.about-section h2,.contact-section h2{color:var(--color-heading);font-family:var(--font-heading);letter-spacing:-.035em;font-size:clamp(2.25rem,7vw,3.375rem);font-weight:400;line-height:1.12}.services-subtitle,.branches-subtitle,.about-subtitle,.contact-subtitle{color:var(--color-text-muted);margin-top:.75rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.site-header{z-index:50;background:var(--color-surface);width:100%;transition:background var(--duration-normal) var(--ease-standard), box-shadow var(--duration-normal) var(--ease-standard), border-color var(--duration-normal) var(--ease-standard);border-bottom:1px solid #135d520f;position:sticky;top:0;box-shadow:0 .125rem .75rem #1d3d380a}.site-header.is-scrolled{-webkit-backdrop-filter:blur(.75rem);background:#fffffff5;border-color:#135d5214;box-shadow:0 .25rem 1rem #1d3d3814}.navbar{width:100%;min-height:var(--header-height);padding-inline:var(--page-gutter);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.brand{color:var(--color-heading);flex:0 auto;align-items:center;text-decoration:none;display:inline-flex}.clinic-mark{object-fit:contain;width:clamp(10.25rem,48vw,12rem);height:auto}.menu-toggle{z-index:2;background:var(--color-surface-soft);width:2.75rem;height:2.75rem;color:var(--color-primary);cursor:pointer;border:0;border-radius:50%;flex:0 0 2.75rem;place-content:center;padding:0;display:grid;position:relative}.menu-toggle span{border-radius:var(--radius-pill);transform-origin:50%;width:1.375rem;height:.125rem;transition:transform var(--duration-fast) var(--ease-standard), opacity var(--duration-fast) var(--ease-standard);background:currentColor;margin-block:.1875rem;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(.5rem)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-.5rem)rotate(-45deg)}.nav-panel{top:calc(100% + .5rem);right:var(--page-gutter);width:min(20rem,100vw - 2rem);max-height:calc(100svh - var(--header-height) - 1rem);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:opacity var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard), visibility var(--duration-fast);padding:.75rem 1rem 1rem;display:grid;position:absolute;overflow-y:auto;transform:translateY(-.5rem)}.nav-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-links{gap:0;padding:0;list-style:none;display:grid}.nav-links a{color:#232522;transition:color var(--duration-fast) var(--ease-standard);border-bottom:1px solid #135d5214;padding:.75rem .25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:block;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--color-primary)}.appointment-button{border-radius:var(--radius-pill);background:var(--color-primary);min-height:2.75rem;box-shadow:var(--shadow-button);color:#fff;letter-spacing:.08em;text-transform:uppercase;transition:background var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);justify-content:center;align-items:center;margin-top:.75rem;padding-inline:1.25rem;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.hero-section{background:var(--color-surface-warm);text-align:left;flex-direction:column;display:flex;position:relative;overflow:clip}.hero-image-wrap{background:#e5dfd4;order:1;width:100%;height:clamp(15rem,68vw,25rem);position:relative;overflow:hidden}@media (width<=30rem){.hero-image-wrap{width:100%;height:11.25rem}}.hero-image-wrap img{object-fit:cover;object-position:center 48%;width:100%;height:100%}@media (width<=30rem){.hero-image-wrap img{object-position:center 40%}}.hero-content{z-index:2;padding:clamp(2.75rem, 8vw, 4.5rem) var(--page-gutter) var(--section-space);order:2;position:relative}.hero-intro{width:min(100%,42rem)}.hero-kicker{max-width:20rem;color:var(--color-heading);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.8125rem;font-weight:800;display:flex}.hero-kicker i{background:#4d7771;flex:1;height:1px}.hero-section h1{color:var(--color-heading);font-family:var(--font-heading);letter-spacing:-.04em;margin-top:1rem;font-size:clamp(3.25rem,14vw,5rem);font-weight:400;line-height:.96}.hero-section h1 span{color:var(--color-accent);display:block}.hero-description{max-width:37.5rem;color:var(--color-text);margin-top:clamp(1.75rem,5vw,3rem);font-size:clamp(1.0625rem,3.8vw,1.375rem);line-height:1.55}.hero-actions{gap:.875rem;width:100%;margin-top:1.75rem;display:grid}.hero-btn{border-radius:var(--radius-pill);letter-spacing:.075em;text-align:center;text-transform:uppercase;width:100%;min-height:3.25rem;transition:background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);justify-content:center;align-items:center;gap:.625rem;padding-inline:1.5rem;font-size:.8125rem;font-weight:800;text-decoration:none;display:inline-flex}.hero-btn svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:1.125rem;height:1.125rem}.hero-btn--primary{background:var(--color-primary);box-shadow:var(--shadow-button);color:#fff}.hero-btn--ghost{color:var(--color-heading);background:0 0;border:1px solid #0e584f66}.hero-features,.promise-card{display:none}.services-section{background:var(--color-surface);text-align:center}.services-header{margin-bottom:clamp(2rem,5vw,3rem)}.services-grid{width:min(100%, var(--content-max));grid-template-columns:1fr;gap:1rem;margin-inline:auto;display:grid}.service-card{border-radius:var(--radius-md);background:var(--color-surface);text-align:center;height:100%;transition:box-shadow .2s var(--ease-standard), transform .2s var(--ease-standard);border:1px solid #135d521a;padding:clamp(1.75rem,5vw,2.5rem) clamp(1.25rem,4vw,1.75rem)}.service-icon{background:var(--color-accent-soft);border-radius:50%;place-items:center;width:4rem;height:4rem;margin-bottom:1.125rem;display:inline-grid}.service-icon svg{fill:none;width:2.125rem;height:2.125rem;stroke:var(--color-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.service-card h3{color:var(--color-heading);font-size:1.0625rem;font-weight:700;line-height:1.3}.service-card p{color:var(--color-text-muted);margin-top:.625rem;font-size:.9375rem;line-height:1.6}.branches-section{background:var(--color-surface-warm);text-align:center}.branches-section h2 em{color:var(--color-accent);font-style:normal}.branches-header{margin-bottom:clamp(2rem,5vw,3rem)}.branches-grid{grid-template-columns:1fr;gap:1.5rem;width:min(100%,31rem);margin-inline:auto;display:grid}.branch-card{border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--shadow-sm);text-align:left;transition:box-shadow .2s var(--ease-standard), transform .2s var(--ease-standard);flex-direction:column;display:flex;overflow:hidden}.branch-photo{aspect-ratio:16/9;background:#e5dfd4;position:relative;overflow:hidden}.branch-photo img{object-fit:cover;object-position:center;width:100%;height:100%}.branch-tags{flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;top:.75rem;left:.75rem;right:.75rem}.branch-tag{border-radius:var(--radius-pill);color:#2d4a45;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(.5rem);background:#ffffffe6;align-items:center;gap:.25rem;min-height:1.75rem;padding-inline:.625rem;font-size:.625rem;font-weight:700;display:inline-flex;box-shadow:0 .125rem .5rem #1d3d381f}.branch-tag svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:.75rem;height:.75rem}.branch-info{flex-direction:column;flex:1;padding:clamp(1.25rem,4vw,1.5rem);display:flex}.branch-info h3{color:var(--color-heading);align-items:center;gap:.625rem;font-size:1.0625rem;font-weight:700;line-height:1.35;display:flex}.branch-pin{border:2px solid #d8556866;border-radius:50%;flex:0 0 2.125rem;place-items:center;width:2.125rem;height:2.125rem;display:grid}.branch-pin svg{fill:none;width:1.125rem;height:1.125rem;stroke:var(--color-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.branch-address{color:var(--color-text-muted);margin-top:.625rem;font-size:.9375rem;line-height:1.55}.branch-divider{background:var(--color-border);height:1px;margin-block:1rem}.branch-hours{margin-bottom:1rem}.branch-hours-label{color:var(--color-accent);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}.branch-hours-label svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.0625rem;height:1.0625rem}.branch-hours-rows{gap:.25rem;display:grid}.branch-hours-rows p{color:var(--color-text);grid-template-columns:minmax(4.75rem,auto) 1fr;gap:.875rem;font-size:.875rem;line-height:1.55;display:grid}.branch-hours-rows p span:first-child{color:var(--color-text-muted)}.branch-map{border-radius:var(--radius-sm);background:#e7ecea;margin-top:auto;overflow:hidden}.branch-map iframe{border:0;width:100%;height:8rem;display:block}.branch-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1rem;display:flex}.branch-map-link{color:var(--color-primary);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.375rem;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.branch-map-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:.875rem;height:.875rem}.branch-call{border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;min-height:2.5rem;transition:background var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard);align-items:center;gap:.5rem;padding-inline:1rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.branch-call svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:.9375rem;height:.9375rem}.about-section{background:var(--color-surface);text-align:center}.about-header{margin-bottom:clamp(2rem,5vw,2.75rem)}.about-throwbacks{grid-template-columns:1fr;gap:1.25rem;width:min(100%,32rem);margin:0 auto clamp(3.5rem,8vw,4.5rem);display:grid}.throwback{border-radius:var(--radius-md);background:#f0ebe2;overflow:hidden;box-shadow:0 .5rem 1.75rem #1d3d3817}.throwback img{aspect-ratio:4/3;object-fit:cover;filter:sepia(.15);width:100%}.throwback figcaption{color:var(--color-text-muted);padding:.875rem 1rem;font-size:.875rem;font-style:italic}.dentists-block{width:min(100%,68.75rem);margin-inline:auto}.dentists-title{color:var(--color-heading);font-family:var(--font-heading);letter-spacing:-.025em;font-size:clamp(1.875rem,5vw,2.5rem);font-weight:400;line-height:1.2}.dentists-intro{max-width:45rem;color:var(--color-text-muted);margin:.875rem auto 2.5rem;font-size:1rem;line-height:1.65}.dentists-grid{grid-template-columns:1fr;gap:1.5rem;width:min(100%,24rem);margin-inline:auto;display:grid}.dentist-card{border-radius:var(--radius-lg);background:var(--color-surface-warm);box-shadow:var(--shadow-sm);transition:box-shadow .2s var(--ease-standard), transform .2s var(--ease-standard);overflow:hidden}.dentist-photo{aspect-ratio:4/5;background:#e5dfd4;overflow:hidden}.dentist-photo img{object-fit:cover;transform-origin:50%;width:100%;height:100%}.dentist-info{text-align:center;padding:1.375rem 1.25rem 1.625rem}.dentist-role{color:var(--color-accent);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:.4375rem;font-size:.75rem;font-weight:800;line-height:1.4;display:inline-flex}.dentist-role svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:.9375rem;height:.9375rem}.dentist-info h4{color:var(--color-heading);font-family:var(--font-heading);margin-top:.5rem;font-size:1.5rem;font-weight:400}.contact-section{background:var(--color-surface-warm);text-align:center;flex-direction:column;padding-bottom:0;display:flex}.contact-header{margin-bottom:clamp(2rem,5vw,3rem)}.contact-grid{width:min(100%,30rem);margin:0 auto var(--section-space);text-align:left;grid-template-columns:1fr;gap:1.25rem;display:grid}.contact-card{border-radius:var(--radius-lg);background:var(--color-surface);min-height:100%;box-shadow:var(--shadow-sm);border:1px solid #135d521a;flex-direction:column;padding:clamp(1.5rem,5vw,2rem);display:flex}.contact-icon{background:var(--color-accent-soft);width:3.5rem;height:3.5rem;color:var(--color-accent);border-radius:.875rem;place-items:center;margin-bottom:1.125rem;display:grid}.contact-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.75rem;height:1.75rem}.contact-icon--fb svg{fill:currentColor;stroke:none}.contact-card h3{color:var(--color-heading);font-size:1.125rem;font-weight:700}.contact-text{color:var(--color-text-muted);margin:.75rem 0 1.25rem;font-size:1rem;line-height:1.6}.contact-action-button{border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;min-height:2.5rem;transition:background var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard);justify-content:center;align-self:flex-start;align-items:center;margin-top:auto;padding-inline:1.125rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.contact-footer{margin-top:auto;margin-inline:calc(-1 * var(--page-gutter));padding:1rem var(--page-gutter);border-top:1px solid var(--color-border);background:var(--color-surface)}.contact-footer p{color:var(--color-text-subtle);font-size:.8125rem}@media (width>=30rem){.hero-actions{flex-wrap:wrap;display:flex}.hero-btn{width:auto}}@media (width>=48rem){.clinic-mark{width:12rem}.hero-image-wrap{height:clamp(23rem,52vw,30rem)}.hero-content{padding-block:clamp(3.5rem,7vw,5rem)}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.about-throwbacks{grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,68.75rem)}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,47.5rem)}}@media (width>=64rem){.site-header{box-shadow:none;background:0 0;border-color:#0000;position:fixed}.site-header.is-scrolled{background:#fffffff5;border-color:#135d5214;box-shadow:0 .25rem 1rem #1d3d3814}.navbar{gap:2rem}.clinic-mark{width:clamp(11.5rem,15vw,13.125rem)}.menu-toggle{display:none}.nav-panel{width:auto;max-height:none;box-shadow:none;opacity:1;visibility:visible;background:0 0;border:0;border-radius:0;flex:1;justify-content:flex-end;align-items:center;gap:clamp(1.25rem,3vw,3rem);padding:0;display:flex;position:static;overflow:visible;transform:none}.nav-links{align-items:center;gap:clamp(1rem,2vw,2.5rem);display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{white-space:nowrap;border-bottom:0;padding-block:.625rem;font-size:.875rem;font-weight:600}.nav-links a:after{border-radius:var(--radius-pill);background:var(--color-accent);transform-origin:50%;height:.125rem;transition:transform var(--duration-fast) var(--ease-standard);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.appointment-button{white-space:nowrap;min-height:2.75rem;margin-top:0;padding-inline:clamp(1.125rem,2vw,1.5625rem);font-size:.75rem}.hero-section{grid-template-columns:minmax(0,52%) minmax(0,48%);min-height:100svh;display:grid}.hero-content{order:initial;padding:calc(var(--header-height) + clamp(2.25rem, 4vw, 3.75rem)) var(--page-gutter) clamp(2.25rem, 4vw, 3.5rem);grid-column:1}.hero-intro{flex-direction:column;min-height:100%;display:flex}.hero-section h1{font-size:clamp(4rem,7vw,6rem)}.hero-description{font-size:clamp(1.125rem,1.55vw,1.5rem)}.hero-kicker{margin-top:2.5rem}.hero-image-wrap{order:initial;width:58%;height:auto;position:absolute;top:0;bottom:0;right:0}.hero-image-wrap:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fbfaf6fc 0%,#fbfaf666 45%,#fbfaf600 100%);width:46%;position:absolute;inset:0 auto 0 0}.hero-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.75rem,1.4vw,1.25rem);margin-top:clamp(6rem,14vh,12rem);padding-top:0;display:grid}.hero-feature{align-items:flex-start;gap:.75rem;min-width:0;display:flex}.hero-feature svg{fill:none;width:2.5rem;height:2.5rem;stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;flex:0 0 2.5rem}.hero-feature p,.hero-feature strong,.hero-feature span{display:block}.hero-feature strong{color:#124f49;font-size:.8125rem;font-weight:800;line-height:1.25}.hero-feature span{color:#27433f;max-width:9rem;margin-top:.25rem;font-size:.75rem;line-height:1.45}.promise-card{z-index:3;-webkit-backdrop-filter:blur(.5rem);background:#ffffffeb;border-radius:1.125rem;align-items:flex-start;gap:.875rem;max-width:20rem;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:clamp(2rem,6vh,4.5rem);right:clamp(1.5rem,3vw,2.75rem);box-shadow:0 1.125rem 2.5rem #1d3d3829}.promise-icon{border-radius:var(--radius-sm);background:var(--color-accent-soft);width:2.5rem;height:2.5rem;color:var(--color-accent);flex:0 0 2.5rem;place-items:center;display:grid}.promise-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.375rem;height:1.375rem}.promise-copy strong{color:var(--color-heading);letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:800;display:block}.promise-copy p{color:#3a4d4a;margin-top:.375rem;font-size:.8125rem;line-height:1.45}.promise-locations{gap:.375rem;margin-top:.625rem;padding:0;list-style:none;display:grid}.promise-locations li{color:#6b6360;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.branches-grid{width:min(100%, var(--content-max));grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.dentists-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:none}.contact-section{min-height:calc(100svh - var(--header-height))}}@media (width>=75rem){.navbar{gap:3rem}.nav-links a{font-size:1rem}.hero-content{padding-top:clamp(3rem,5vw,4.5rem)}.hero-feature{gap:1rem}.hero-feature svg{flex-basis:3rem;width:3rem;height:3rem}.hero-feature strong{font-size:.9375rem}.hero-feature span{font-size:.8125rem}}@media (hover:hover) and (pointer:fine){.appointment-button:hover,.hero-btn--primary:hover,.branch-call:hover,.contact-action-button:hover{background:var(--color-primary-dark);transform:translateY(-.125rem)}.appointment-button:hover,.hero-btn--primary:hover{box-shadow:0 1rem 1.875rem #0e655b3d}.hero-btn--ghost:hover{background:#0e584f0f;border-color:#0e584fb3;transform:translateY(-.125rem)}.service-card:hover,.dentist-card:hover{box-shadow:var(--shadow-md);transform:translateY(-.25rem)}.branch-card:hover{box-shadow:var(--shadow-md);transform:translateY(-.1875rem)}.branch-map-link:hover{text-underline-offset:.2em;text-decoration:underline}}
