@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap");:root{--bg:#f7f9fb;--surface:#ffffff;--text:#1a2b3c;--muted:#5c6b7a;--accent:#0b7285;--accent-dark:#095c6b;--accent-soft:rgba(11,114,133,0.1);--border:#dde5ec;--header-bg:rgba(255,255,255,0.96);--shadow:0 10px 40px rgba(26,43,60,0.08);--max-width:1140px;--radius:12px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{min-height:calc(100vh - 180px)}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--header-bg);border-bottom:1px solid var(--border);box-shadow:0 1px 0 rgba(255,255,255,.8)}.site-header-inner{justify-content:space-between;gap:1rem;padding:.75rem 0}.brand,.site-header-inner{display:flex;align-items:center}.brand{gap:.65rem;flex-shrink:1;min-width:0}.brand-icon{height:38px;width:auto;object-fit:contain;flex-shrink:0}.brand-text{display:flex;flex-direction:column;gap:0;min-width:0}.brand-name{font-family:"Source Serif 4",Georgia,serif;font-size:1rem;font-weight:600;letter-spacing:.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-tagline{display:none}.nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.15rem .75rem;flex-shrink:0}.nav-link{font-size:.84rem;font-weight:500;color:var(--muted);padding:.35rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.nav-link.active,.nav-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .95rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.82rem;font-weight:600;margin-left:.15rem;white-space:nowrap;transition:background .15s ease,transform .15s ease}.nav-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer}.nav-toggle span{display:block;height:2px;width:18px;margin:0 auto;background:var(--text);border-radius:2px}.nav-backdrop{display:none}.hero{padding:4rem 0 3rem}.hero h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.1;margin:0 0 1rem;font-weight:600}.hero p{color:var(--muted);font-size:1.08rem;max-width:42rem}.page-header{padding:3rem 0 1.5rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff 0,var(--bg) 100%)}.page-header h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);margin:0 0 .5rem;font-weight:600}.page-header p{margin:0;color:var(--muted);max-width:40rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding-bottom:4rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease}.card:hover{transform:translateY(-3px);border-color:rgba(11,114,133,.35)}.card-body{padding:1.25rem}.card h2,.card h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.card p{margin:0;color:var(--muted);font-size:.95rem}.page-content{padding:0 0 4rem}.page-content .container>h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);margin:0 0 1rem}.prose{font-size:1.02rem;color:var(--text)}.prose blockquote,.prose ol,.prose p,.prose ul{margin:0 0 1.25rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.gallery img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%}.site-footer{margin-top:3rem;border-top:1px solid var(--border);background:#fff}.site-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:2rem;gap:2rem;padding:3rem 0 2rem}.footer-title{margin:0 0 .85rem;font-weight:600;font-size:.95rem;color:var(--text)}.footer-text{margin:0;color:var(--muted);font-size:.92rem;max-width:28rem}.footer-links{list-style:none;margin:0;padding:0;display:grid;grid-gap:.55rem;gap:.55rem}.footer-links a{color:var(--muted);font-size:.92rem}.footer-links a:hover{color:var(--accent)}.site-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1.25rem 0 2rem;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.divi-page{width:100%;overflow-x:hidden}.divi-layout{display:flex;flex-direction:column;gap:0}.divi-section{position:relative;padding:3.5rem 0;background-size:cover;background-position:50%}.divi-section-inner{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.divi-section-fullwidth .divi-section-inner{width:min(1280px,calc(100% - 2rem))}.divi-section-hero{min-height:clamp(420px,72vh,760px);display:flex;align-items:center;padding:4.5rem 0;color:#fff}.divi-section-hero .divi-section-inner{width:min(1180px,calc(100% - 2rem))}.divi-section-hero .divi-blurb-body h1,.divi-section-hero .divi-blurb-body h2,.divi-section-hero .divi-heading,.divi-section-hero .divi-text{color:#fff}.divi-section-hero .divi-text{font-size:1.05rem;opacity:.95}.divi-section-specialty .divi-row{align-items:center}.divi-row{display:flex;flex-wrap:wrap;gap:1.75rem}.divi-row,.divi-row-inner{width:100%}.divi-col{flex:1 1 100%;min-width:0}.divi-col-half{flex-basis:calc(50% - 0.875rem)}.divi-col-third{flex-basis:calc(33.333% - 1.17rem)}.divi-col-two-thirds{flex-basis:calc(66.666% - 0.58rem)}.divi-col-quarter{flex-basis:calc(25% - 1.31rem)}.divi-col-three-quarters{flex-basis:calc(75% - 0.44rem)}.divi-heading{font-family:"Source Serif 4",Georgia,serif;font-weight:600;line-height:1.15;margin:0 0 1rem}.divi-section-hero .divi-heading{font-size:clamp(1.75rem,4vw,2.75rem)}.divi-blurb{margin-bottom:1.25rem}.divi-blurb-icon,.divi-blurb-icon-fallback{width:56px;height:56px;margin-bottom:1rem;border-radius:14px}.divi-blurb-icon-fallback{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25)}.divi-blurb-body h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08;margin:0 0 1rem;font-weight:600}.divi-blurb-title{margin:0 0 .75rem;font-size:1.35rem}.divi-blurb,.divi-fallback,.divi-text{margin-bottom:1rem}.divi-blurb h3,.divi-text h1,.divi-text h2,.divi-text h3{font-family:"Source Serif 4",Georgia,serif}.divi-image img{border-radius:var(--radius);width:100%;object-fit:cover}.divi-button{display:inline-block;margin:.75rem .5rem .75rem 0;padding:.85rem 1.5rem;border-radius:999px;background:var(--accent);border:0;color:#fff;font-weight:600;font-size:.92rem;transition:background .15s ease,transform .15s ease}.divi-button:hover{background:var(--accent-dark);transform:translateY(-1px)}.divi-button-center{display:table;margin-left:auto;margin-right:auto}.divi-button-outline{background:transparent;border:1px solid var(--accent);color:var(--accent)}.divi-button-outline:hover{background:var(--accent-soft)}.divi-section-hero .divi-button{background:#fff;color:var(--accent-dark)}.divi-section-hero .divi-button:hover{background:#e8f4f7}.divi-cta{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.divi-cta-title{margin:0 0 1rem;font-family:"Source Serif 4",Georgia,serif}.divi-contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.divi-contact-note{color:var(--muted);margin:0 0 1.25rem}.divi-contact-actions{display:flex;flex-wrap:wrap;gap:.75rem}.divi-blog-module{padding:2rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.divi-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.divi-gallery,.divi-slider{display:grid;grid-gap:1rem;gap:1rem}.divi-slide{min-height:320px;border-radius:var(--radius);padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;color:#fff}.divi-slide-heading{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem}.divi-video iframe{width:100%;min-height:360px;border:0;border-radius:var(--radius)}.divi-spacer{width:100%}.divi-divider{border:0;border-top:1px solid var(--border);margin:2rem 0}.divi-icon{width:48px;height:48px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:1.5rem;margin-bottom:1rem}@media (max-width:1100px){.nav-toggle{display:flex;flex-shrink:0}.brand-name{font-size:.95rem}.nav{position:fixed;top:0;right:0;width:min(320px,88vw);height:100vh;flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;padding:5rem 1.25rem 1.5rem;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow);transform:translateX(105%);transition:transform .2s ease;z-index:50}.nav-open{transform:translateX(0)}.nav-link{padding:.65rem 0;border-bottom:1px solid var(--border)}.nav-cta{margin:.75rem 0 0;text-align:center}.nav-backdrop{display:block;position:fixed;inset:0;background:rgba(26,43,60,.35);border:0;cursor:pointer;z-index:45}}@media (max-width:768px){.site-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.brand-text{display:none}.site-footer-grid{grid-template-columns:1fr}}@media (max-width:768px){.divi-section-hero{min-height:auto;padding:3rem 0}.divi-col-half,.divi-col-quarter,.divi-col-third,.divi-col-three-quarters,.divi-col-two-thirds{flex-basis:100%}}.page-sections{display:flex;flex-direction:column}.hero-block{background:linear-gradient(135deg,#063847,#0b7285);color:#fff;padding:5rem 0}.hero-block,.hero-block-bg{background-size:cover;background-position:50%}.hero-block-bg{min-height:clamp(440px,56vh,680px);padding:5.5rem 0;background-repeat:no-repeat}.hero-block-bg .hero-block-inner{grid-template-columns:1fr;min-height:clamp(320px,44vh,520px);align-items:center}.hero-block-bg .hero-block-copy{max-width:38rem}.hero-block-photo{padding:4rem 0}.hero-block-photo .hero-block-copy{max-width:40rem}.hero-block-inner{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.hero-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;opacity:.85;margin:0 0 .75rem}.hero-block h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,5vw,3.4rem);line-height:1.08;margin:0 0 1rem}.hero-body,.hero-subtitle{color:rgba(255,255,255,.92);max-width:42rem}.hero-highlights{margin:1.25rem 0 0;padding-left:1.1rem}.hero-highlights li{margin-bottom:.35rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero-block-media img{border-radius:var(--radius);box-shadow:var(--shadow)}.section-block{padding:4rem 0}.section-muted{background:#fff}.section-title{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem}.section-lead{color:var(--muted);font-size:1.05rem;max-width:46rem;margin:0 0 1.5rem}.container.narrow{width:min(760px,calc(100% - 2rem))}.container.centered{text-align:center}.container.centered .section-lead{margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.feature-card-image{width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;object-position:center;border-radius:calc(var(--radius) - 4px);margin-bottom:1rem}.split-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.split-grid-reverse .split-media{order:-1}.split-media img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow)}.cta-block{padding:4.5rem 0;background:linear-gradient(135deg,#063847,#0b7285);background-size:cover;background-position:50%;color:#fff;text-align:center}.cta-block-inner h2{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.contact-card h3{margin:0 0 .5rem;font-size:.95rem;color:var(--muted)}.faq-list{display:grid;grid-gap:.75rem;gap:.75rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p{margin:.75rem 0 0;color:var(--muted)}.appointment-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.appointment-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.appointment-qr{text-align:center}.appointment-qr img{width:min(280px,100%);margin:0 auto;border-radius:var(--radius);box-shadow:var(--shadow)}.appointment-qr p{margin:.75rem 0 0;color:var(--muted);font-size:.92rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.35rem;border-radius:999px;font-weight:600;font-size:.92rem;border:1px solid transparent}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{border-color:var(--accent);color:var(--accent);background:transparent}.btn-outline:hover{background:var(--accent-soft)}.btn-light{background:#fff;color:var(--accent-dark)}.page-header-inline{padding:3rem 0 1.5rem}.bio-page{display:flex;flex-direction:column}.bio-hero .bio-titles{color:rgba(255,255,255,.96);font-size:1.05rem;line-height:1.55;margin:0 0 1rem}.bio-hero .bio-intro{color:rgba(255,255,255,.88);font-size:.95rem;line-height:1.6;max-width:38rem}.bio-hero .bio-credentials li{color:rgba(255,255,255,.92);font-size:.9rem}.bio-hero .bio-credentials li:before{background:#fff}.bio-section+.bio-section{padding-top:0}.btn-outline-light{border:1px solid rgba(255,255,255,.75);color:#fff;background:transparent;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.35rem;border-radius:999px;font-weight:600;font-size:.92rem}.btn-outline-light:hover{background:rgba(255,255,255,.12)}.bio-profile{background:linear-gradient(180deg,#fff,#f0f5f8);border-bottom:1px solid var(--border);padding:2.75rem 0}.bio-profile-inner{display:grid;grid-template-columns:180px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.bio-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.bio-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--accent);margin:0 0 .5rem;font-weight:600}.bio-profile-copy h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.85rem,4vw,2.75rem);line-height:1.12;margin:0 0 .5rem}.bio-titles{font-size:1.05rem;color:var(--accent-dark);font-weight:600;margin:0 0 1rem}.bio-intro{color:var(--muted);max-width:52rem;margin:0 0 1.25rem;line-height:1.7}.bio-credentials{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.bio-credentials li{position:relative;padding-left:1.1rem;color:var(--text);font-size:.95rem}.bio-credentials li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.bio-prose{max-width:none}.bio-prose-compact{font-size:.92rem;line-height:1.55;color:var(--text)}.bio-prose-compact p{margin:0 0 .65rem}.bio-prose-compact ul{margin:0 0 .85rem;padding-left:1.1rem}.bio-prose-compact li{margin-bottom:.3rem}.bio-prose-compact li p{margin:0}.bio-prose-flow{column-count:2;column-gap:2rem}.bio-specialties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.bio-specialty-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.bio-specialty-card h3{margin:0 0 .65rem;font-size:1rem;color:var(--accent-dark)}.bio-specialty-card p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.65}.bio-cta{background:linear-gradient(135deg,#063847,#0b7285);color:#fff;padding:3rem 0}.bio-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.bio-cta-inner h2{font-family:"Source Serif 4",Georgia,serif;margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2rem)}.bio-cta-inner p{margin:0;opacity:.92}@media (max-width:900px){.bio-profile-inner{grid-template-columns:1fr}.bio-photo{max-width:200px}.bio-prose-flow{column-count:1}.appointment-layout,.hero-block-bg .hero-block-inner,.hero-block-inner,.split-grid{grid-template-columns:1fr}.split-grid-reverse .split-media{order:0}}