/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#10202e;--blue:#07a9ea;--deep:#071a27;--pale:#eaf7fc;--line:#d9e8ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.site-shell{grid-template-columns:minmax(0,1fr) 390px;min-height:100vh;display:grid}.content-column{min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"nav brand action";align-items:center;gap:24px;min-height:104px;padding:14px clamp(24px,4vw,60px);display:grid;position:relative}.brand{grid-area:brand;justify-self:center;align-items:center;width:230px;max-width:32vw;display:flex}.brand img{width:100%;height:auto;display:block}.topbar nav{grid-area:nav;justify-self:start;gap:26px;font-size:14px;font-weight:700;display:flex}.topbar nav a{border-bottom:3px solid #0000;padding:16px 0 13px}.topbar nav a:hover,.topbar nav a.active{color:#008dca;border-color:var(--blue)}.hero{background:var(--deep);height:620px;position:relative;overflow:hidden}.hero-slide{opacity:0;color:#fff;transition:opacity .8s,transform 1.2s;position:absolute;inset:0;transform:scale(1.02)}.hero-slide.visible{opacity:1;z-index:1;transform:scale(1)}.hero-slide>img{object-fit:cover}.hero-slide:after{content:"";z-index:1;background:linear-gradient(90deg,#02131ee6 0%,#031a287a 52%,#031a281a 100%);position:absolute;inset:0}.hero-copy{z-index:2;flex-direction:column;justify-content:center;height:100%;padding:0 clamp(28px,7vw,90px);display:flex;position:relative}.hero-copy>p:last-child{color:#d7eef7;max-width:510px;margin:24px 0 0;font-size:17px;line-height:1.6}.eyebrow{letter-spacing:.2em;margin:0 0 16px;font-size:12px;font-weight:800;line-height:1}.eyebrow.blue{color:#008dca}.hero h1,.services-hero h1{letter-spacing:-.045em;max-width:680px;margin:0;font-family:Georgia,serif;font-size:clamp(48px,7vw,86px);font-weight:400;line-height:.98}.slide-dots{z-index:3;gap:10px;display:flex;position:absolute;bottom:38px;left:clamp(28px,7vw,90px)}.slide-dots button{cursor:pointer;background:0 0;border:1px solid #fff;border-radius:50%;width:9px;height:9px;padding:0}.slide-dots button.selected{background:var(--blue);border-color:var(--blue);border-radius:10px;width:34px}.section-pad{padding:90px clamp(28px,7vw,90px)}.welcome h2,.team h2,.contact h2,.services-cta h2{letter-spacing:-.035em;margin:0;font-family:Georgia,serif;font-size:clamp(36px,4vw,55px);font-weight:400;line-height:1.08}.welcome>p:not(.eyebrow){color:#5b6c76;max-width:750px;font-size:18px;line-height:1.7}.quick-facts{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;padding-top:28px;display:grid}.quick-facts span{color:#6d7d85;flex-direction:column;gap:7px;font-size:13px;display:flex}.quick-facts strong{color:var(--ink);font-size:16px}.team{background:#f2f9fb}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px;display:flex}.section-heading p{color:#687982;max-width:410px;line-height:1.6}.doctor-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:24px;display:grid}.doctor-card{background:#fff;border-radius:6px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 35px #09334612}.doctor-photo{aspect-ratio:4/5;background:#fff;position:relative;overflow:hidden}.doctor-photo img{object-fit:cover;object-position:center top}.doctor-details{text-align:left;flex-direction:column;flex:1;padding:25px 24px 28px;display:flex}.doctor-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:23px;font-weight:400;line-height:1.15}.doctor-designation{color:#008dca;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:12px;font-weight:800;line-height:1.45}.doctor-experience{color:#087ead;letter-spacing:.03em;background:#eaf7fc;border-radius:999px;align-self:flex-start;margin:17px 0 16px;padding:7px 10px;font-size:11px;font-weight:800}.doctor-bio{color:#5f717a;margin:0;font-size:14px;line-height:1.65}.doctor-bio.no-experience{margin-top:20px}.testimonial-wrap{background:var(--deep)}.testimonial-card{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;max-width:900px;min-height:410px;margin:auto;display:flex}.review-label{color:#7fd8f7}.stars{color:#f8c44f;letter-spacing:.25em}blockquote{margin:24px 0;font-family:Georgia,serif;font-size:clamp(21px,2.45vw,35px);line-height:1.4}.patient{color:#8fb3c4;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.testimonial-controls{color:#85a6b6;justify-content:center;align-items:center;gap:18px;margin-top:28px;font-size:12px;display:flex}.testimonial-controls button{color:#fff;cursor:pointer;background:0 0;border:1px solid #315366;border-radius:50%;width:42px;height:42px}.contact{background:var(--blue);color:#fff;grid-template-columns:1.1fr .9fr;gap:60px;display:grid}.contact a{font-family:Georgia,serif;font-size:28px}.contact p:not(.eyebrow){color:#dff6ff;margin:0 0 8px;font-size:13px}.contact .hours{margin-top:30px!important}footer{color:#7193a2;background:#061620;padding:24px clamp(28px,7vw,90px);font-size:12px}.appointment-panel{border-left:1px solid var(--line);background:#eff8fb;position:relative}.appointment-inner{height:100vh;padding:38px 38px 28px;position:sticky;top:0;overflow-y:auto}.panel-logo{object-fit:cover;border-radius:50%;width:72px;height:72px;margin-bottom:24px;display:block}.appointment-inner h2{margin:0;font-family:Georgia,serif;font-size:38px;font-weight:400;line-height:1.05}.panel-intro{color:#64747c;font-size:14px;line-height:1.55}.primary-button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:4px;justify-content:space-between;width:100%;padding:15px;font-weight:800;display:flex}.primary-button:hover{background:#008dca}.recomed-card{background:#fff;border:1px solid #c9dde5;border-radius:6px;align-items:center;gap:13px;margin:28px 0 16px;padding:17px;display:flex}.recomed-mark{color:#008dca;background:#e8f7fd;border-radius:50%;place-items:center;min-width:42px;height:42px;font-family:Georgia,serif;font-size:24px;font-weight:700;display:grid}.recomed-card strong{font-size:13px}.recomed-card p{color:#687982;margin:4px 0 0;font-size:11px;line-height:1.45}.recomed-button{margin-top:0;text-decoration:none}.booking-details{border-top:1px solid #c9dde5;border-bottom:1px solid #c9dde5;margin-top:25px;padding:4px 0}.booking-details p{color:#64747c;margin:17px 0;font-size:12px;line-height:1.55}.booking-details strong{color:#173a49}.emergency-call{background:#fff;border-radius:6px;margin-top:24px;padding:18px}.emergency-call p{color:#64747c;margin:0 0 10px;font-size:12px;line-height:1.5}.emergency-call a{color:#008dca;font-size:17px;font-weight:800}.services-page{background:#fff;min-height:100vh}.service-nav{position:sticky;top:0}.nav-appointment{background:var(--blue);color:#fff;border-radius:3px;grid-area:action;justify-self:end;padding:13px 18px;font-size:12px;font-weight:800}.services-hero{color:#fff;background:radial-gradient(circle at 80% 30%,#166d8e,#0000 24%),linear-gradient(120deg,#061923,#0c3a50);flex-direction:column;justify-content:center;min-height:520px;padding:90px clamp(28px,8vw,120px);display:flex}.services-hero>p:last-child{color:#c6e2ed;max-width:550px;font-size:17px;line-height:1.65}.services-grid{grid-template-columns:repeat(6,1fr);gap:18px;max-width:1450px;margin:auto;display:grid}.service-card{border:1px solid var(--line);text-align:center;flex-direction:column;grid-column:span 2;min-height:310px;padding:32px;transition:all .25s;display:flex;position:relative}.service-card.final-row-left{grid-column:2/span 2}.service-card.final-row-right{grid-column:4/span 2}.service-card:hover{border-color:#98d8ef;transform:translateY(-5px);box-shadow:0 18px 40px #0b36481a}.service-card>span{color:#a6bdc7;font-size:12px;position:absolute;top:20px;right:22px}.service-icon{background:var(--pale);width:58px;height:58px;color:var(--blue);border-radius:50%;place-items:center;margin:0 auto;display:grid}.service-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:39px;height:39px}.service-card h2{margin:22px 0 10px;font-family:Georgia,serif;font-size:26px;font-weight:400}.service-card p{color:#64747c;flex:1;font-size:14px;line-height:1.6}.service-card a{color:#008dca;font-size:12px;font-weight:800}.services-cta{background:var(--blue);color:#fff;justify-content:space-between;align-items:center;gap:30px;margin:0 clamp(28px,8vw,120px) 90px;padding:55px 60px;display:flex}.services-cta a{color:#087ead;white-space:nowrap;background:#fff;padding:15px 20px;font-size:13px;font-weight:700}.map-location{color:inherit;display:inline-block}.map-location span{color:#9bddf5;margin-top:14px;font-size:13px;font-weight:800;display:inline-block}.map-location:hover span{text-decoration:underline}footer a{color:inherit;text-underline-offset:3px;text-decoration:underline}.service-icon{will-change:transform;animation:3.2s ease-in-out infinite serviceIconFloat;position:relative;box-shadow:0 8px 22px #0097d21f}.service-icon:after{content:"";pointer-events:none;border:2px dashed #0097d257;border-radius:50%;animation:7s linear infinite serviceIconOrbit;position:absolute;inset:-7px}.service-card:nth-child(3n+2) .service-icon,.service-card:nth-child(3n+2) .service-icon:after,.service-card:nth-child(3n+2) .service-icon svg{animation-delay:.45s}.service-card:nth-child(3n) .service-icon,.service-card:nth-child(3n) .service-icon:after,.service-card:nth-child(3n) .service-icon svg{animation-delay:.9s}.service-icon svg{transform-origin:50%;animation:2.2s ease-in-out infinite serviceIconBreathe}.service-card:hover .service-icon svg,.service-card:focus-within .service-icon svg{animation:.85s ease-in-out infinite serviceIconSmile}.service-card:hover .service-icon,.service-card:focus-within .service-icon{background:#d9f4ff;animation:.8s ease-in-out infinite serviceIconBounce;box-shadow:0 12px 28px #0097d247}@keyframes serviceIconFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-10px)rotate(2deg)}}@keyframes serviceIconOrbit{to{transform:rotate(360deg)}}@keyframes serviceIconBreathe{0%,to{transform:scale(.94)}50%{transform:scale(1.1)}}@keyframes serviceIconBounce{0%,to{transform:translateY(-4px)scale(1)}50%{transform:translateY(-12px)scale(1.08)}}@keyframes serviceIconSmile{0%,to{transform:rotate(-8deg)scale(1.05)}50%{transform:rotate(8deg)scale(1.18)}}@media (prefers-reduced-motion:reduce){.service-icon,.service-icon:after,.service-icon svg,.service-card:hover .service-icon,.service-card:focus-within .service-icon,.service-card:hover .service-icon svg,.service-card:focus-within .service-icon svg{animation:none}.service-card,.service-icon{transition:none}}.staff-page{background:#fff;min-height:100vh}.staff-hero{color:#fff;background:radial-gradient(circle at 78% 22%,#07a9ea61,#0000 24%),linear-gradient(120deg,#061923,#0c3a50);flex-direction:column;justify-content:center;min-height:500px;padding:90px clamp(28px,8vw,120px);display:flex}.staff-hero h1{letter-spacing:-.045em;max-width:760px;margin:0;font-family:Georgia,serif;font-size:clamp(48px,7vw,86px);font-weight:400;line-height:.98}.staff-hero>p:last-child{color:#c6e2ed;max-width:590px;margin-top:24px;font-size:17px;line-height:1.65}.staff-section{max-width:1500px;margin:auto}.staff-section-heading{margin-bottom:42px}.staff-section-heading h2{letter-spacing:-.035em;max-width:760px;margin:0;font-family:Georgia,serif;font-size:clamp(36px,4vw,55px);font-weight:400;line-height:1.08}.staff-clinical-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.staff-profile,.support-profile{border:1px solid var(--line);background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 10px 35px #09334612}.staff-photo,.support-photo{aspect-ratio:4/5;background:#f5f9fa;position:relative;overflow:hidden}.staff-photo img,.support-photo img{object-fit:cover;object-position:center top}.staff-profile-copy{padding:26px 24px 30px}.staff-profile h3,.support-profile h3{margin:0 0 10px;font-family:Georgia,serif;font-size:24px;font-weight:400;line-height:1.15}.staff-role,.support-profile-copy p{color:#008dca;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:12px;font-weight:800;line-height:1.5}.staff-experience{color:#087ead;background:#eaf7fc;border-radius:999px;margin:17px 0 0;padding:7px 10px;font-size:11px;font-weight:800;display:inline-block}.staff-bio{color:#5f717a;margin:18px 0 0;font-size:14px;line-height:1.65}.staff-support{background:#f2f9fb;max-width:none}.staff-support>.staff-section-heading,.staff-support-grid{max-width:1320px;margin-left:auto;margin-right:auto}.staff-support>.staff-section-heading{margin-bottom:42px}.staff-support-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.support-profile-copy{padding:25px 24px 28px}.staff-cta{margin-top:90px}@media (width<=1200px) and (width>=1001px){.site-shell .topbar{grid-template-columns:1fr;grid-template-areas:"brand""nav";gap:4px;min-height:128px}.site-shell .topbar nav{justify-self:center}}@media (width<=1000px){.site-shell{display:block}.appointment-panel{border-left:0;border-top:1px solid var(--line)}.appointment-inner{max-width:680px;height:auto;margin:auto;padding:60px 28px;position:static}.hero{height:570px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card,.service-card.final-row-left,.service-card.final-row-right{grid-column:auto}.staff-support-grid{grid-template-columns:repeat(2,1fr)}.staff-support-grid .support-profile:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:calc(50% - 12px)}}@media (width<=700px){.topbar{grid-template-columns:1fr;grid-template-areas:"brand""nav";gap:4px;min-height:128px;padding:15px 20px 8px}.brand{width:215px;max-width:70vw}.topbar nav{justify-content:center;justify-self:center;gap:15px;width:100%}.topbar nav a{padding:10px 0 8px}.service-nav .nav-appointment{display:none}.hero{height:540px}.placeholder-icon{font-size:150px}.section-pad{padding:65px 24px}.quick-facts,.doctor-grid,.contact,.services-grid,.staff-clinical-grid,.staff-support-grid{grid-template-columns:1fr}.section-heading{display:block}.doctor-grid{gap:28px}.doctor-photo{aspect-ratio:4/5}.services-hero,.staff-hero{min-height:450px;padding:70px 24px}.services-cta{margin:0 24px 60px;padding:40px 28px;display:block}.services-cta a{margin-top:24px;display:inline-block}.staff-support-grid .support-profile:last-child{grid-column:auto;max-width:none}.staff-cta{margin-top:60px}}
