*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f2744;--navy-mid: #1a3a5c;--navy-light: #2b5282;--slate: #475569;--slate-light: #94a3b8;--border: #e2e8f0;--bg: #f8fafc;--white: #ffffff;--text: #1e293b;--text-muted: #475569;--accent: #0369a1;--accent-mid: #0284c7;--accent-pale: #e0f2fe;--radius-sm: 6px;--radius: 12px;--radius-lg: 20px;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 4px 12px rgba(0,0,0,.04);--shadow: 0 2px 6px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.05);--shadow-lg: 0 4px 12px rgba(0,0,0,.07), 0 16px 40px rgba(0,0,0,.07)}html{scroll-behavior:smooth;scroll-padding-top:76px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--navy);letter-spacing:-.025em;line-height:1.2;margin-bottom:.75rem}.section-sub{font-size:1.05rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#ffffffb3;-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid transparent;transition:background .3s,border-color .3s,box-shadow .3s}.nav--scrolled{background:#fffffff5;border-color:var(--border);box-shadow:var(--shadow-xs)}.nav-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;height:76px;display:flex;align-items:center;justify-content:space-between}.nav-brand{text-decoration:none;display:flex;align-items:baseline;gap:0}.nav-brand-name{font-size:1.1rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.nav-brand-suffix{font-size:.95rem;font-weight:400;color:var(--slate)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--navy)!important;color:var(--white)!important;padding:.55rem 1.25rem!important;border-radius:999px!important;font-size:.875rem!important;font-weight:600!important;transition:background .2s,box-shadow .2s!important}.nav-cta:hover{background:var(--navy-mid)!important;box-shadow:0 2px 12px #0f274440!important}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s,opacity .25s}.bar--open-top{transform:translateY(7px) rotate(45deg)}.bar--open-mid{opacity:0}.bar--open-bot{transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--white);text-align:center}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#081428d1,#0a1e3cad 55%,#050f1ebf)}.hero-body{position:relative;z-index:2;max-width:740px;padding:7rem 1.5rem 5rem}.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6;border:1px solid rgba(255,255,255,.25);padding:.35rem .9rem;border-radius:999px;margin-bottom:1.5rem}.hero-body h1{font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:1.5rem}.hero-body h1 em{font-style:normal;font-weight:300;color:#ffffffbf}.hero-desc{font-size:1.1rem;line-height:1.75;color:#ffffffd1;max-width:580px;margin:0 auto 2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.875rem;border-radius:999px;font-size:.925rem;font-weight:600;text-decoration:none;transition:all .22s;white-space:nowrap}.btn-primary{background:var(--white);color:var(--navy)}.btn-primary:hover{background:#f0f6ff;box-shadow:0 4px 16px #ffffff40;transform:translateY(-1px)}.btn-ghost{border:1.5px solid rgba(255,255,255,.5);color:var(--white)}.btn-ghost:hover{background:#ffffff1a;border-color:#fffc}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2}.hero-scroll-hint span{display:block;width:1px;height:52px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);margin:0 auto;animation:scrollLine 1.8s ease-in-out infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.trust-bar{background:var(--navy);padding:1.1rem 0}.trust-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 0}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:500;color:#ffffffd1;padding:.4rem 1.5rem}.trust-item svg{color:#7dd3fc;flex-shrink:0}.trust-divider{width:1px;height:24px;background:#ffffff26;flex-shrink:0}.about{padding:7rem 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-img-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5}.about-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.about-copy .section-label{margin-bottom:.5rem}.about-copy h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;color:var(--navy);letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.about-copy .lead{font-size:1.1rem;font-weight:500;color:var(--text);line-height:1.7;margin-bottom:1rem}.about-copy p{font-size:.975rem;color:var(--text-muted);line-height:1.75;margin-bottom:.9rem}.credential-list{list-style:none;margin-top:1.75rem;display:flex;flex-direction:column;gap:.6rem}.credential-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;font-weight:500;color:var(--text)}.credential-list svg{color:var(--accent);flex-shrink:0;margin-top:.15rem}.services{padding:7rem 0;background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.25rem 1.875rem;transition:box-shadow .25s,transform .25s,border-color .25s;cursor:default}.service-card:hover{border-color:#bfdbfe;box-shadow:var(--shadow);transform:translateY(-3px)}.service-icon{width:52px;height:52px;border-radius:var(--radius-sm);background:var(--accent-pale);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;letter-spacing:-.01em}.service-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.contact{padding:7rem 0;background:var(--white)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.contact-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;transition:box-shadow .25s}.contact-card:hover{box-shadow:var(--shadow)}.contact-icon{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.contact-card h3{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--slate-light);margin-bottom:.75rem}.contact-card address{font-style:normal;font-size:1rem;line-height:1.75;color:var(--text);margin-bottom:.75rem}.card-link{font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none}.card-link:hover{text-decoration:underline}.phone-link{display:block;font-size:1.05rem;font-weight:600;color:var(--navy);text-decoration:none;line-height:1.8}.phone-link:hover{color:var(--accent)}.contact-note{margin-top:.75rem;font-size:.82rem;color:var(--slate-light);line-height:1.6}.hours-table{width:100%;border-collapse:collapse;font-size:.9rem}.hours-table td{padding:.35rem 0;vertical-align:top}.hours-table td:first-child{color:var(--text-muted);padding-right:1rem}.hours-table td:last-child{font-weight:600;color:var(--text);text-align:right}.hours-closed td{color:var(--slate-light)!important;font-weight:400!important}.conditions{padding:7rem 0;background:var(--bg)}.conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 3rem}.conditions-grid ul{list-style:none}.conditions-grid li{padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.935rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.conditions-grid li:last-child{border-bottom:none}.conditions-grid li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.conditions-note{margin-top:2.5rem;text-align:center;font-size:.925rem;color:var(--text-muted)}.conditions-note a{color:var(--accent);font-weight:600;text-decoration:none}.conditions-note a:hover{text-decoration:underline}.footer{background:var(--navy);color:#ffffffbf}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.25fr;gap:3rem;padding:4rem 0 3rem}.footer-name{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.footer-practice{font-size:.875rem;margin-bottom:.25rem}.footer-cert{font-size:.8rem;color:#fff6}.footer-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7dd3fc;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.875rem;color:#ffffffb3;text-decoration:none}.footer-links a:hover{color:var(--white)}.footer-address{font-style:normal;font-size:.875rem;line-height:1.7;margin-bottom:.5rem}.footer-phone{font-size:.875rem;line-height:1.6}.footer-hours{font-size:.875rem;line-height:1.7}.footer-closed{color:#fff6}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;text-align:center}.footer-bottom p{font-size:.78rem;color:#ffffff59}@media(max-width:1024px){.about-grid{gap:3rem}}@media(max-width:900px){.about-grid,.services-grid,.contact-grid,.conditions-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.about-img-wrap{aspect-ratio:4/3}.trust-divider{display:none}.trust-inner{gap:.25rem;justify-content:flex-start}.pullquote-inner{flex-direction:column;gap:0}.pq-mark{font-size:5rem;line-height:.8}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:var(--white);flex-direction:column;gap:0;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav-links--open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.9rem 1.5rem;font-size:.975rem}.nav-cta{margin:.5rem 1.5rem;text-align:center;border-radius:var(--radius-sm)!important}.nav-toggle{display:flex}}@media(max-width:640px){.services-grid,.footer-grid{grid-template-columns:1fr}.hero-body h1{font-size:2.1rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;justify-content:center}}
