:root{--bg:#fafaf7;--bg-warm:#f5f1eb;--bg-card:#fff;--text:#1a2a3a;--text-secondary:#5e6e7e;--text-light:#8a96a3;--gold:#b8965a;--gold-hover:#9e7d45;--gold-light:#f5ede0;--navy:#1b2d4f;--border:#e8e3dc;--border-light:#f0ece6;--white:#fff;--shadow-sm:0 1px 3px rgba(26,42,58,0.04);--shadow-md:0 4px 20px rgba(26,42,58,0.06);--shadow-lg:0 8px 40px rgba(26,42,58,0.08);--radius:12px;--font-display:'Cormorant Garamond',Georgia,serif;--font-body:'Outfit',-apple-system,sans-serif}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--text);background:var(--bg);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;transition:all .4s cubic-bezier(0.16,1,0.3,1)}.nav.scrolled{background:rgba(250,250,247,0.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);padding:.75rem 2rem}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--navy);text-decoration:none;letter-spacing:-.02em}.nav-brand span{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--text-secondary);text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--white) !important;text-transform:uppercase !important;padding:.6rem 1.5rem;border-radius:100px;font-size:.8rem !important;font-weight:600 !important;letter-spacing:.06em !important;transition:all .3s;text-decoration:none}.nav-cta:hover{background:var(--gold-hover) !important;color:var(--white) !important;transform:translateY(-1px);box-shadow:0 4px 16px rgba(184,150,90,0.3)}.nav-mobile-toggle{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:4px}.nav-mobile-toggle span{width:24px;height:2px;background:var(--navy);transition:all .3s}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:6rem 3rem 2rem;gap:3rem}.hero-content{max-width:560px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.hero-eyebrow::before{content:'';width:24px;height:1px;background:var(--gold)}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:500;line-height:1.15;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.hero h1 em{font-style:italic;color:var(--gold)}.hero-desc{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;max-width:460px}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.65rem;background:var(--gold);color:var(--white);padding:1rem 2.25rem;border-radius:100px;font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-decoration:none;border:0;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,150,90,0.35)}.btn-primary svg{width:18px;height:18px;fill:currentColor}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-size:.9rem;font-weight:500;text-decoration:none;padding:1rem 1.5rem;border:1px solid var(--border);border-radius:100px;transition:all .3s}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.hero-image{position:relative;justify-self:end}.hero-image img{width:100%;max-width:480px;border-radius:200px 200px 24px 24px;object-fit:cover;height:600px;box-shadow:var(--shadow-lg)}.hero-image::after{content:'';position:absolute;bottom:-12px;right:-12px;width:120px;height:120px;border:2px solid var(--gold);border-radius:0 0 24px 0;opacity:.4;z-index:-1}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.hero-stat-number{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--navy);line-height:1}.hero-stat-label{font-size:.78rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem}.section{padding:6rem 2rem}.section-inner{max-width:960px;margin:0 auto}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-eyebrow::before{content:'';width:20px;height:1px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:500;color:var(--navy);line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.section-subtitle{font-size:1.05rem;color:var(--text-secondary);max-width:560px;line-height:1.8}.section-header{margin-bottom:3.5rem}.services{background:var(--bg-warm)}.services-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.services-image{border-radius:var(--radius);overflow:hidden;position:sticky;top:6rem}.services-image img{width:100%;height:auto;display:block;border-radius:var(--radius)}.services-image-caption{font-size:.85rem;color:var(--text-light);margin-top:.75rem;text-align:center;font-style:italic}.services-list{display:flex;flex-direction:column}.service-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-light)}.service-item:first-child{padding-top:0}.service-item:last-child{border-bottom:0}.service-item-link{text-decoration:none;color:inherit;transition:color .2s}.service-item-link:hover .service-name{color:var(--gold)}.service-item-link:hover .service-icon{background:var(--gold);color:var(--white)}.service-item-link:hover .service-icon svg{stroke:var(--white)}.service-icon{width:38px;height:38px;min-width:38px;background:var(--gold-light);border-radius:10px;display:flex;align-items:center;justify-content:center}.service-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-name{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--navy)}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:start}.about-image{position:sticky;top:6rem}.about-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.about-image::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}.about-content .section-subtitle{margin-bottom:2rem}.about-credentials{margin-bottom:1.5rem}.about-credentials-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.about-credentials-quals{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.about-credentials-interests{margin-top:.75rem}.about-credentials-interests-title{font-size:.85rem;font-weight:500;color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.about-credentials-interests ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.about-credentials-interests li{font-size:.8rem;color:var(--gold-hover);background:var(--gold-light);padding:.25rem .75rem;border-radius:100px;font-weight:500}.about-highlights{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.about-highlight{display:flex;align-items:flex-start;gap:.85rem}.about-highlight-icon{width:24px;height:24px;min-width:24px;background:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.about-highlight-icon svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:2.5}.about-highlight p{font-size:.95rem;color:var(--text-secondary)}.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-md);max-width:720px;margin:0 auto}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.telemedicine{background:var(--bg-warm)}.tele-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:center}.tele-content{order:1}.tele-image{order:2}.tele-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.tele-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.tele-step{display:flex;gap:1.25rem;align-items:flex-start}.tele-step-num{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold);line-height:1;min-width:28px}.tele-step-title{font-weight:600;font-size:.95rem;color:var(--navy);margin-bottom:.2rem}.tele-step-desc{font-size:.88rem;color:var(--text-secondary)}.clinics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem}.clinic-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:2rem;transition:all .3s}.clinic-card.primary{border-color:var(--gold);position:relative}.clinic-card.primary::after{content:'Dr Joel Practices Here';position:absolute;top:-10px;left:1.5rem;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .75rem;border-radius:100px}.clinic-name{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.clinic-address{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.team-photo{margin:3rem auto;max-width:600px;text-align:center}.team-photo img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-md)}.team-photo-caption{font-size:.85rem;color:var(--text-light);margin-top:.75rem;font-style:italic}.map-heading{font-family:var(--font-heading);font-size:1.4rem;color:var(--navy);text-align:center;margin-bottom:1rem}.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.map-wrap iframe{display:block;width:100%;height:400px;border:0}.banner-section{padding:0 2rem 4.5rem;margin-top:-2.5rem}.banner-inner{max-width:960px;margin:0 auto}.banner-link{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.banner-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.banner-link img{width:100%;height:auto;display:block}@media(max-width:768px){.banner-section{padding:0 1.25rem 4rem}}.section.mid-cta-section{padding:0 2rem 5rem;margin-top:-2.5rem}.mid-cta{background:var(--bg-card);border:1px solid var(--border-light);border-top:3px solid var(--gold);border-radius:var(--radius);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;box-shadow:var(--shadow-md);max-width:720px;margin:0 auto}.mid-cta-heading{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:500;color:var(--navy);line-height:1.25;margin:0;letter-spacing:-.01em}.mid-cta-text{color:var(--text-secondary);font-size:1rem;line-height:1.75;margin:0}.mid-cta-text strong{color:var(--navy);font-weight:600;font-variant-numeric:tabular-nums}@media(max-width:640px){.mid-cta{padding:2rem 1.5rem}.section.mid-cta-section{padding:0 1.25rem 3.5rem}}.cta-section{background:var(--navy);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(184,150,90,0.08) 0,transparent 70%);pointer-events:none}.cta-section::after{content:'';position:absolute;bottom:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(184,150,90,0.06) 0,transparent 70%);pointer-events:none}.cta-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}.cta-section .section-eyebrow{color:var(--gold);justify-content:center}.cta-section .section-eyebrow::before{background:var(--gold)}.cta-section .section-title{color:var(--white);margin-bottom:1rem}.cta-section .section-subtitle{color:rgba(255,255,255,0.6);margin:0 auto 2.5rem;text-align:center}.cta-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-buttons .btn-primary:only-child{display:flex;width:100%;justify-content:center;padding-left:1rem;padding-right:1rem}.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,0.8);font-size:.9rem;font-weight:500;text-decoration:none;padding:1rem 1.75rem;border:1px solid rgba(255,255,255,0.15);border-radius:100px;transition:all .3s}.btn-cta-secondary:hover{border-color:var(--gold);color:var(--gold)}.footer{background:#141e2e;padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-brand{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:rgba(255,255,255,0.9)}.footer-brand span{color:var(--gold)}.footer-copy{font-size:.8rem;color:rgba(255,255,255,0.35)}.footer-socials{display:flex;gap:1.25rem}.footer-socials a{color:rgba(255,255,255,0.45);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .3s}.footer-socials a:hover{color:var(--gold)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(0.16,1,0.3,1),transform .8s cubic-bezier(0.16,1,0.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.page-hero{padding:9rem 2rem 4.5rem;background:linear-gradient(180deg,var(--bg-warm) 0,var(--bg) 100%)}.page-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center}.page-hero-content{min-width:0}.breadcrumbs{font-size:.8rem;color:var(--text-light);margin-bottom:1.25rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs span[aria-current]{color:var(--text)}.page-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,3.8vw,3rem);font-weight:500;color:var(--navy);line-height:1.15;letter-spacing:-.01em;margin:.5rem 0 1.25rem}.page-hero-lead{font-size:1.05rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.75rem}.page-hero-badges{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.page-hero-badges li{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:var(--white);border:1px solid var(--border);border-radius:100px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;color:var(--text);box-shadow:var(--shadow-sm);text-align:center;line-height:1.3}.page-hero-badges svg{width:16px;height:16px;flex-shrink:0;color:var(--gold)}.page-hero .hero-actions{display:block}.page-hero .hero-actions .btn-primary{display:flex;width:100%;justify-content:center;padding-left:1rem;padding-right:1rem}.page-hero-image{position:relative}.page-hero-image img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.page-hero-image::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}.content-section{padding:4rem 2rem}.section-warm{background:var(--bg-warm)}.section-inner-wide{max-width:1200px}.split-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.split-grid-reverse{grid-template-columns:1.15fr 1fr}.split-image{position:relative}.split-image img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.split-image-accent::before{content:'';position:absolute;top:-16px;left:-16px;width:80px;height:80px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);border-radius:4px 0 0 0;opacity:.5}.book-image-col{display:flex;flex-direction:column;gap:1.5rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:100px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.88rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,transform .2s;box-shadow:var(--shadow-sm);flex:1 1 auto;justify-content:center;min-width:110px}.contact-btn:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.contact-btn svg{width:16px;height:16px;flex-shrink:0}.book-lead{font-size:1rem;color:var(--text-secondary);line-height:1.75;margin:.75rem 0 1.5rem}.book-lead strong{color:var(--navy);font-weight:600}.book-lead a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s}.book-lead a:hover{color:var(--gold-hover)}.book-lead a strong{color:inherit}.prose h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.6vw,2rem);font-weight:500;color:var(--navy);line-height:1.25;margin:2.75rem 0 1rem;letter-spacing:-.01em}.prose h2:first-child{margin-top:0}.split-content>.section-title{font-size:clamp(1.6rem,2.6vw,2rem);line-height:1.25}.prose h3{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--navy);margin:2rem 0 .75rem}.prose p{color:var(--text);line-height:1.8;margin-bottom:1.25rem;font-size:1rem}.prose a{color:var(--gold);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.prose a:hover{color:var(--gold-hover)}.content-list{list-style:none;padding:0;margin:0 0 1.5rem}.content-list li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;color:var(--text);line-height:1.7}.content-list li::before{content:'';position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:var(--gold)}.content-list.numbered{counter-reset:list}.content-list.numbered li{counter-increment:list;padding-left:2.25rem}.content-list.numbered li::before{content:counter(list);background:transparent;color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:1rem;width:auto;height:auto;top:0;border-radius:0}.reviewer{background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--radius);padding:.9rem 1.25rem;margin:0 0 2.25rem;box-shadow:var(--shadow-sm)}.reviewer-line{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin:0}.reviewer-line strong{color:var(--navy);font-weight:600}.reviewer-name{color:var(--text);font-weight:500}.reviewer-sep{color:var(--border);margin:0 .4rem;user-select:none}.reviewer-updated{font-size:.8rem;color:var(--text-light);margin:.35rem 0 0;font-style:italic}@media(min-width:1025px){.reviewer{margin-bottom:2.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.reviewer-updated{margin:0;white-space:nowrap}}@media(max-width:640px){.reviewer{padding:.85rem 1rem}.reviewer-line{font-size:.84rem}.reviewer-sep{margin:0 .25rem}}.price-table-wrap{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);margin:1.5rem 0 1.25rem;overflow-x:auto}.price-table{width:100%;border-collapse:collapse;font-size:1rem}.price-table thead{background:var(--navy);color:var(--white)}.price-table th{padding:1rem 1.5rem;text-align:left;font-weight:500;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.price-table th:last-child{text-align:right}.price-table td{padding:1.1rem 1.5rem;border-top:1px solid var(--border-light);color:var(--text)}.price-table tbody tr:first-child td{border-top:0}.price-table td:first-child strong{color:var(--navy);font-weight:600}.price-detail{display:block;font-size:.82rem;color:var(--text-light);font-weight:400;line-height:1.5;margin-top:.35rem}.price-table td:last-child{text-align:right;font-weight:500;color:var(--navy);white-space:nowrap}.price-table td:last-child strong{color:var(--gold);font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.price-note{font-size:.88rem !important;color:var(--text-light) !important;font-style:italic;line-height:1.65 !important;margin-bottom:.3rem !important}.price-note:last-child{margin-bottom:0 !important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.faq-section .section-subtitle{max-width:none}.faq-section .section-header{margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq-item[open]{border-color:var(--border);box-shadow:var(--shadow-sm)}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:500;font-size:1rem;color:var(--navy);transition:color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--gold)}.faq-icon{position:relative;width:14px;height:14px;flex-shrink:0}.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:var(--gold);transition:transform .25s ease}.faq-icon::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq-icon::after{left:50%;top:0;width:2px;height:100%;transform:translateX(-50%)}.faq-item[open] .faq-icon::after{transform:translateX(-50%) rotate(90deg)}.faq-answer{padding:0 1.5rem 1.3rem;color:var(--text-secondary);line-height:1.8;font-size:.98rem}.faq-answer p{margin:0}@media(min-width:1200px){.hero{grid-template-columns:auto auto;justify-content:center}}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto;padding:7rem 2rem 3rem;gap:3rem}.hero-image{justify-self:center;order:-1}.hero-image img{max-width:360px;height:450px}.hero-content{text-align:center;max-width:100%}.hero-eyebrow{justify-content:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center}.about-grid,.tele-grid{grid-template-columns:1fr;gap:3rem}.about-image{position:static}.tele-content{order:2}.tele-image{order:1}.services-layout{grid-template-columns:1fr;gap:2rem}.services-image{position:static;max-width:400px;margin:0 auto}.clinics-grid{grid-template-columns:repeat(2,1fr)}.page-hero{padding:8rem 1.5rem 6.5rem}.page-hero-inner{grid-template-columns:1fr;gap:2.25rem}.page-hero-image{max-width:560px;margin:0 auto;order:1}.page-hero-content{order:0}.split-grid{grid-template-columns:1fr;gap:1.5rem}.split-grid>.split-image{max-width:560px;margin:0 auto;order:1}.split-content{order:0}.book-image-col{order:1;max-width:560px;margin:2.5rem auto 0;gap:1.25rem}}@media(max-width:768px){.page-hero{padding:7rem 1.25rem 2.75rem}.content-section{padding:2.5rem 1.25rem}.page-hero-badges{grid-template-columns:repeat(2,1fr)}.faq-item summary{padding:1rem 1.25rem;font-size:.95rem}.faq-answer{padding:0 1.25rem 1.1rem}.price-table th,.price-table td{padding:.85rem 1rem;font-size:.92rem}.price-table td:last-child strong{font-size:1rem}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(250,250,247,0.98);backdrop-filter:blur(20px);padding:1.5rem 2rem 2rem;border-bottom:1px solid var(--border-light);gap:1rem}.nav-links.open .nav-cta{align-self:flex-start}.nav-mobile-toggle{display:flex}.hero{padding:6rem 1.25rem 2rem}.section{padding:4rem 1.25rem}.hero-image img{max-width:280px;height:360px}}@media(max-width:640px){.clinics-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}.cta-buttons{flex-direction:column}.cta-buttons .btn-primary,.cta-buttons .btn-cta-secondary{width:100%;justify-content:center}}