/* SKIN N U CLINICS — SHARED DESIGN SYSTEM */
/* ============================================
   SKIN N U CLINICS — SHARED DESIGN SYSTEM
   ============================================ */
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --gold:#C9A96E;--gold-light:#E8D5B0;--gold-dark:#9A7A4A;--gold-xs:#FAF3E8;
  --blush:#F5EDE8;--blush-mid:#ECD9D0;--blush-deep:#D4B5A8;
  --nude:#F9F5F1;--nude-dark:#EDE5DC;
  --champagne:#FAF6EE;
  --charcoal:#2C2825;--charcoal-mid:#4A443F;--charcoal-light:#7A7068;
  --footer-bg:#1C1A17;
  --header-h:106px;
  --white:#FFFFFF;--off-white:#FDFBF8;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--charcoal);background:var(--white);overflow-x:hidden}

/* HEADER */
.header{position:fixed;top:0;left:0;right:0;z-index:200;padding:0 3rem;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,0.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,169,110,0.18);transition:all .35s}
.header.scrolled{height:92px;box-shadow:0 2px 24px rgba(44,40,37,0.07)}
.logo-wrap{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.logo-img{height:74px;width:auto;max-width:190px;object-fit:contain;display:block}
.logo-mark{width:36px;height:36px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center}
.logo-mark svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.2}
.logo-text{display:flex;flex-direction:column}
.logo-name{font-family:var(--serif);font-size:1.25rem;font-weight:500;letter-spacing:.04em;color:var(--charcoal);line-height:1}
.logo-tag{font-size:.55rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-top:2px}
.nav{display:flex;align-items:center;gap:0}
.nav-item{position:relative}
.nav-item > .nav-link{display:inline-flex;align-items:center;gap:.35rem}
.nav-item > .nav-link::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-top:1px;transition:transform .2s;flex-shrink:0}
.nav-item:hover > .nav-link::after{transform:rotate(180deg)}
.nav-link{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--charcoal-mid);text-decoration:none;padding:.5rem 1rem;transition:color .2s;display:block}
.nav-link:hover{color:var(--charcoal)}
.nav-link.active{color:var(--charcoal)}
.nav > .nav-link.active{position:relative}
.nav > .nav-link.active::after{content:'';position:absolute;bottom:0;left:1rem;right:1rem;height:1px;background:var(--gold)}
.nav-item > .nav-link.active{box-shadow:inset 0 -2px 0 var(--gold)}
.nav-dropdown{position:absolute;top:100%;left:0;min-width:300px;max-width:340px;background:var(--white);border:1px solid rgba(201,169,110,0.25);padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .25s;z-index:300;box-shadow:0 8px 32px rgba(44,40,37,0.1)}
.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown a{display:block;padding:.5rem 1.25rem;font-size:.72rem;color:var(--charcoal-mid);text-decoration:none;transition:all .2s;letter-spacing:.04em;line-height:1.45}
.nav-dropdown a.active{color:var(--charcoal);font-weight:500;background:var(--nude)}
.nav-dropdown a:hover{color:var(--charcoal);background:var(--nude);padding-left:1.5rem}
.header-cta{display:flex;align-items:center;gap:.75rem}
.btn-header-wa{width:36px;height:36px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s}
.btn-header-wa:hover{transform:scale(1.08)}
.btn-header-wa svg{width:18px;height:18px;fill:white}
.btn-book-header{background:var(--charcoal);color:var(--white);padding:.55rem 1.4rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:all .22s;font-family:var(--sans);text-decoration:none;display:inline-block}
.btn-book-header:hover{background:var(--gold)}

/* MOBILE NAV */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}
.hamburger span{width:22px;height:1.5px;background:var(--charcoal);transition:all .3s;display:block}
.mobile-nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:var(--white);z-index:250;padding:1.5rem 1.25rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:transform .3s ease;visibility:hidden}
.mobile-nav.open{transform:translateX(0);visibility:visible}
.mobile-nav>a{display:block;font-family:var(--serif);font-size:1.6rem;font-weight:300;color:var(--charcoal);text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--blush-mid)}
.mobile-nav>a:last-child{border:none}
.mobile-nav-item{border-bottom:1px solid var(--blush-mid)}
.mobile-nav-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.mobile-nav-item-head .mobile-nav-link{flex:1;border:none;font-family:var(--serif);font-size:1.6rem;font-weight:300;color:var(--charcoal);text-decoration:none;padding:.75rem 0}
.mobile-nav-submenu-toggle{background:none;border:none;padding:.75rem .5rem;cursor:pointer;color:var(--charcoal);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mobile-nav-chevron{display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .25s;margin-top:-3px}
.mobile-nav-item.open .mobile-nav-chevron{transform:rotate(-135deg);margin-top:3px}
.mobile-nav-submenu{display:none;padding:0 0 .25rem 1rem}
.mobile-nav-item.open .mobile-nav-submenu{display:block}
.mobile-nav-submenu a{font-family:var(--serif);font-size:1.25rem;font-weight:300;color:var(--charcoal-mid);text-decoration:none;padding:.45rem 0;display:block;border:none}
.mobile-nav-submenu a:last-child{padding-bottom:.75rem}

/* FLOATING ELEMENTS */
.sticky-book{position:fixed;bottom:2.5rem;right:2.5rem;left:auto;z-index:999;display:inline-flex;align-items:center;gap:.65rem;background:var(--gold);color:var(--white);padding:.95rem 1.5rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-family:var(--sans);box-shadow:0 4px 24px rgba(201,169,110,0.45);transition:all .2s;white-space:nowrap}
.sticky-book:hover{background:var(--gold-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 28px rgba(201,169,110,0.5)}
.sticky-book svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;flex-shrink:0}
.float-wa{position:fixed;bottom:6.5rem;right:2.5rem;z-index:999;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:all .2s;text-decoration:none}
.float-wa:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,0.5)}
.float-wa svg{width:28px;height:28px;fill:white}

/* MOBILE BOTTOM BAR */
.mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:var(--charcoal);height:58px;grid-template-columns:1fr 1fr 1fr;border-top:1px solid rgba(201,169,110,0.2)}
.mob-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:rgba(255,255,255,0.7);font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}
.mob-bar a:hover,.mob-bar a.wa{color:var(--gold)}
.mob-bar a svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5}
.mob-bar a.wa svg{fill:#25D366;stroke:none}
.mob-bar a.mob-book{background:var(--gold);color:var(--white)!important;font-size:.48rem;line-height:1.2;text-align:center;padding:0 .35rem}
.mob-bar a.mob-book:hover{color:var(--white)!important;background:var(--gold-dark)}
.mob-bar a.mob-book svg{stroke:var(--white)}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--charcoal);color:var(--white);padding:.9rem 2rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:all .25s;font-family:var(--sans);text-decoration:none}
.btn-primary:hover{background:var(--gold)}
.btn-outline{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--gold);color:var(--gold-dark);padding:.85rem 1.75rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .25s;font-family:var(--sans);text-decoration:none;background:transparent}
.btn-outline:hover{background:var(--gold);color:var(--white)}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,0.35);color:var(--white);padding:.85rem 1.75rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .25s;font-family:var(--sans);text-decoration:none;background:transparent}
.btn-ghost:hover{background:rgba(255,255,255,0.12)}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--white);padding:.9rem 2rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:all .25s;font-family:var(--sans);text-decoration:none}
.btn-gold:hover{background:var(--gold-dark)}

/* TYPOGRAPHY */
.eyebrow{font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}
.eyebrow-dark{color:rgba(201,169,110,0.85)}
.h1{font-family:var(--serif);font-size:3.8rem;font-weight:300;line-height:1.1;color:var(--charcoal)}
.h1 em,.h2 em,.h3 em{font-style:italic;color:var(--gold-dark)}
.h2{font-family:var(--serif);font-size:2.8rem;font-weight:300;line-height:1.2;color:var(--charcoal);margin-bottom:1rem}
.h2-white{color:var(--white)}
.h3{font-family:var(--serif);font-size:1.8rem;font-weight:300;line-height:1.3;color:var(--charcoal)}
.body-lg{font-size:.95rem;line-height:1.85;color:var(--charcoal-light)}
.body{font-size:.875rem;line-height:1.8;color:var(--charcoal-light)}
.body-sm{font-size:.78rem;line-height:1.75;color:var(--charcoal-light)}
.body-white{color:rgba(255,255,255,0.68)}

/* DIVIDERS */
.gold-line{width:56px;height:1px;background:var(--gold);margin:1.4rem 0}
.gold-line-c{margin:1.4rem auto}
.gold-line-white{background:rgba(201,169,110,0.6)}

/* SECTIONS */
.section{padding:6rem 5rem}
.section-sm{padding:4rem 5rem}
.section-alt{background:var(--nude)}
.section-dark{background:var(--charcoal)}
.section-blush{background:var(--blush)}
.section-champagne{background:var(--champagne)}
.sec-header{margin-bottom:3.5rem}
.sec-header-c{text-align:center;display:flex;flex-direction:column;align-items:center}

/* TRUST BAR */
.trust-bar{background:var(--charcoal);padding:1.4rem 5rem;display:flex;gap:2.5rem;align-items:center;justify-content:center;flex-wrap:wrap}
.tb-item{display:flex;align-items:center;gap:.7rem;color:rgba(255,255,255,0.82)}
.tb-icon{width:30px;height:30px;border:1px solid rgba(201,169,110,0.38);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tb-icon svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5}
.tb-text{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}

/* CARDS */
.card{background:var(--white);border:1px solid var(--blush-mid);padding:2.25rem;transition:all .3s}
.card:hover{border-color:var(--gold);box-shadow:0 6px 32px rgba(201,169,110,0.1)}
.card-dark{background:rgba(255,255,255,0.04);border:1px solid rgba(201,169,110,0.18);padding:2.25rem}
.card-dark:hover{border-color:rgba(201,169,110,0.5);background:rgba(255,255,255,0.07)}

/* FORMS */
.form-group{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.1rem}
.form-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal-light)}
.form-input,.form-select,.form-textarea{border:none;border-bottom:1px solid var(--blush-deep);padding:.55rem 0;font-size:.88rem;font-family:var(--sans);background:transparent;color:var(--charcoal);outline:none;transition:border .2s;width:100%}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-bottom-color:var(--gold)}
.form-textarea{resize:vertical;min-height:80px}
.form-select option{background:var(--white)}
.btn-submit{width:100%;background:var(--charcoal);color:var(--white);padding:.9rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;font-family:var(--sans);transition:background .2s;margin-top:.5rem}
.btn-submit:hover{background:var(--gold)}

/* FAQ */
.faq-item{border-bottom:1px solid var(--blush-mid)}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:1.2rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--sans);font-size:.88rem;font-weight:500;color:var(--charcoal);gap:1rem}
.faq-toggle{font-size:1.1rem;color:var(--gold);flex-shrink:0;transition:transform .3s;line-height:1;font-weight:300}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;font-size:.83rem;line-height:1.8;color:var(--charcoal-light)}
.faq-a.open{max-height:300px;padding-bottom:1.2rem}
.faq-toggle.open{transform:rotate(45deg)}

/* BREADCRUMB */
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.68rem;letter-spacing:.08em;margin-bottom:2rem}
.breadcrumb a{color:var(--charcoal-light);text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb span{color:var(--charcoal-light)}
.breadcrumb-sep{color:var(--gold)}

/* PAGE HERO */
.page-hero{padding:8rem 5rem 5rem;background:var(--nude);position:relative;overflow:hidden}
.page-hero-bg{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);font-family:var(--serif);font-size:14rem;font-weight:300;color:rgba(201,169,110,0.06);line-height:1;pointer-events:none;white-space:nowrap}
.page-hero-content{position:relative;z-index:1;max-width:680px}

/* SERVICES HUB */
body.services-page{padding-top:var(--header-h)}
.services-hero{padding:8rem 5rem 4rem;background:var(--charcoal);text-align:center}
.services-hero .h1{color:var(--white)}
.services-hero .body-lg{color:rgba(255,255,255,0.62);max-width:560px;margin:0 auto}
.services-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:0 auto}
.services-hub-grid .service-hub-card:nth-child(4):last-child{grid-column:2}
.service-hub-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--blush-mid);text-decoration:none;color:inherit;transition:all .3s;overflow:hidden}
.service-hub-card:hover{border-color:rgba(201,169,110,0.45);box-shadow:0 12px 40px rgba(26,26,26,0.08);transform:translateY(-3px)}
.service-hub-img{height:220px;object-fit:cover;width:100%;background:var(--nude)}
.service-hub-img--contain{object-fit:contain;padding:1.5rem;background:linear-gradient(160deg,#ECD9D0 0%,#F5EDE8 100%)}
.service-hub-card .blog-img{position:relative;width:100%;aspect-ratio:3/2;background:var(--blush-mid);overflow:hidden}
.service-hub-card .blog-img-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.service-hub-body{padding:1.75rem 1.75rem 2rem;flex:1;display:flex;flex-direction:column}
.service-hub-tag{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.service-hub-title{font-family:var(--serif);font-size:1.65rem;font-weight:300;color:var(--charcoal);line-height:1.15;margin-bottom:.65rem}
.service-hub-desc{font-size:.82rem;line-height:1.75;color:var(--charcoal-light);margin-bottom:1rem;flex:1}
.service-hub-list{display:flex;flex-wrap:wrap;gap:.4rem .65rem;margin-bottom:1.25rem}
.service-hub-list span{font-size:.62rem;letter-spacing:.06em;color:var(--charcoal-light);padding:.2rem .55rem;border:1px solid var(--blush-mid);background:var(--nude)}
.service-hub-link{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);font-weight:500}

/* DOCTOR STRIP */
.doctor-strip{padding:3.5rem 5rem 4.5rem;background:var(--nude)}
.doctor-strip-wrap{max-width:920px;margin:0 auto}
.doctor-strip-card,.sd-doctor-card{display:flex;align-items:center;gap:1.5rem;background:var(--white);border:1px solid var(--blush-mid);padding:2.25rem 2.75rem;min-height:152px;text-decoration:none;color:inherit;transition:border-color .25s,box-shadow .25s}
.doctor-strip-card:hover{border-color:rgba(201,169,110,0.45);box-shadow:0 10px 36px rgba(26,26,26,0.07)}
.doctor-strip-card img,.sd-doctor-card img{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0}
.doctor-strip-name,.sd-doctor-name{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--charcoal);margin-bottom:.4rem;line-height:1.2}
.doctor-strip-role,.sd-doctor-role{font-size:.9rem;line-height:1.65;color:var(--charcoal-light)}

/* SCROLL */
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--nude)}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.anim-1{animation:fadeUp .7s ease forwards}
.anim-2{animation:fadeUp .7s .15s ease forwards;opacity:0}
.anim-3{animation:fadeUp .7s .3s ease forwards;opacity:0}
.anim-4{animation:fadeUp .7s .45s ease forwards;opacity:0}

/* FOOTER */
.footer{background:var(--footer-bg);padding:3.5rem 2rem 2rem;color:rgba(255,255,255,0.82)}
.footer-inner{max-width:1280px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:minmax(160px,1.15fr) minmax(120px,.9fr) minmax(160px,1.2fr) minmax(180px,1fr);gap:2.5rem 2.5rem;align-items:start;margin-bottom:2.5rem}
.f-col{min-width:0}
.f-brand-logo{display:inline-block;margin-bottom:1.1rem;text-decoration:none}
.f-logo-img{height:84px;width:auto;max-width:220px;object-fit:contain;display:block}
.f-address-short{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.55;color:rgba(255,255,255,0.7);margin-bottom:1.35rem}
.f-address-short svg{width:16px;height:16px;stroke:var(--gold-light);fill:none;stroke-width:1.5;flex-shrink:0;margin-top:2px}
.f-socials{display:flex;gap:.6rem;flex-wrap:wrap}
.f-social{width:38px;height:38px;border-radius:50%;background:rgba(232,213,176,0.92);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s,background .2s}
.f-social:hover{transform:translateY(-2px);background:var(--gold)}
.f-social svg{width:17px;height:17px;stroke:var(--charcoal);fill:none;stroke-width:1.6;transition:stroke .2s,fill .2s}
.f-social:hover svg{stroke:var(--white);fill:var(--white)}
.f-social-yt svg,.f-social-gmb svg{stroke:none}
.f-social-yt svg{fill:var(--charcoal)}
.f-social-gmb svg{fill:var(--charcoal);width:18px;height:18px}
.f-col-title{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:1.1rem;line-height:1.2}
.f-nav{display:flex;flex-direction:column;gap:.15rem}
.f-link{display:block;font-size:.84rem;color:rgba(255,255,255,0.68);text-decoration:none;padding:.28rem 0;transition:color .2s}
.f-link:hover{color:var(--gold-light)}
.f-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;margin-bottom:.75rem;color:rgba(255,255,255,0.7);line-height:1.5}
.f-contact-item svg{width:16px;height:16px;stroke:var(--gold-light);fill:none;stroke-width:1.5;flex-shrink:0;margin-top:3px}
.f-contact-item a{color:inherit;text-decoration:none;transition:color .2s}
.f-contact-item a:hover{color:var(--gold-light)}
.f-hours{align-items:flex-start}
.f-hours-text{display:flex;flex-direction:column;gap:.25rem}
.f-map-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,0.14);width:100%;max-width:100%;box-shadow:0 4px 20px rgba(0,0,0,0.25);background:#1e1b17}
.f-map-iframe{width:100%;height:240px;min-height:240px;border:0;display:block}
.f-map-place-card{position:absolute;top:10px;left:10px;z-index:2;width:min(260px,calc(100% - 20px));padding:.65rem .75rem .7rem;background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,0.2);text-decoration:none;color:inherit;transition:box-shadow .2s}
.f-map-place-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.24)}
.f-map-place-title{display:block;font-size:.68rem;font-weight:600;line-height:1.35;color:#1a73e8;margin-bottom:.25rem}
.f-map-place-address{display:block;font-size:.58rem;line-height:1.45;color:#5f6368;margin-bottom:.35rem}
.f-map-place-rating{display:flex;align-items:center;gap:.25rem;font-size:.58rem;font-weight:500;color:#202124;margin-bottom:.45rem}
.f-map-place-stars{color:#f4b400;font-size:.55rem;letter-spacing:-.04em}
.f-map-place-reviews{color:#5f6368;font-weight:400}
.f-map-place-actions{display:flex;gap:.35rem}
.f-map-place-btn{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .55rem;border-radius:999px;font-size:.58rem;font-weight:500;color:#1a73e8;background:#e8f0fe}
.f-col-cta{display:flex;align-items:flex-start;justify-content:center;padding-top:2.3rem}
.f-book-btn{display:inline-block;background:var(--gold-light);color:var(--charcoal);font-size:.88rem;font-weight:600;letter-spacing:.03em;padding:.95rem 1.75rem;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s;box-shadow:0 4px 16px rgba(0,0,0,0.15)}
.f-book-btn:hover{background:var(--gold);transform:translateY(-2px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);padding-top:1.35rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}
.footer-copy{font-size:.75rem;color:rgba(255,255,255,0.5)}
.footer-dev{font-size:.72rem;color:rgba(255,255,255,0.38)}
.footer-dev a{color:rgba(255,255,255,0.55);text-decoration:none}
.footer-dev a:hover{color:var(--gold-light)}

/* PHOTO FRAMES — CSS art photography */
.photo-frame{position:relative;overflow:hidden}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.photo-frame-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem}

/* IMAGE PLACEHOLDERS — Premium SVG art */
.img-hero-skin{background:linear-gradient(145deg,#ECD9D0 0%,#D4B5A8 40%,#C9A96E22 100%)}
.img-hero-hair{background:linear-gradient(145deg,#F0E8E2 0%,#E2CFC5 40%,#9A7A4A15 100%)}
.img-hero-laser{background:linear-gradient(145deg,#E8E0F0 0%,#D0C8E0 40%,#8B7AB820 100%)}
.img-hero-aesthetic{background:linear-gradient(145deg,#F5EDE8 0%,#E8D5C8 40%,#C9A96E18 100%)}
.img-hero-doctor{background:linear-gradient(135deg,#EDE5DC 0%,#D8CBBC 50%,#C9A96E22 100%)}
.img-accent-gold{background:linear-gradient(135deg,var(--blush) 0%,var(--blush-mid) 60%,rgba(201,169,110,0.2) 100%)}
.img-dark{background:linear-gradient(145deg,#3A3430 0%,#2C2825 100%)}

/* SVG FACE/SKIN ILLUSTRATION */
.skin-art{width:100%;height:100%;display:flex;align-items:center;justify-content:center}

/* SERVICE PAGE HERO IMAGE */
.svc-hero-image{position:relative;overflow:hidden;min-height:480px;background:#1E1B17}
.svc-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.svc-hero-overlay{position:absolute;inset:0;pointer-events:none;z-index:1}
.svc-hero-image--light{background:#ececec}
.svc-hero-image--light .svc-hero-overlay{background:linear-gradient(180deg,rgba(249,245,241,0.05) 40%,rgba(44,40,37,0.18) 100%)}
.svc-hero-image--dark .svc-hero-overlay{background:linear-gradient(180deg,rgba(30,27,23,0.05) 40%,rgba(30,27,23,0.45) 100%)}
.svc-hero-image--product{background:#ececec}
.svc-hero-image--product .svc-hero-overlay{background:transparent}
.svc-hero-photo--product{object-fit:contain;object-position:center;padding:2.5rem 2rem}

/* RESPONSIVE */
@media(max-width:1200px){.section{padding:5rem 3rem}.section-sm{padding:3.5rem 3rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.f-col-brand{grid-column:1/-1}.f-map-wrap{max-width:100%}.trust-bar{padding:1.4rem 3rem}.services-hub-grid{grid-template-columns:repeat(2,1fr)}.services-hub-grid .service-hub-card:nth-child(4):last-child{grid-column:1/-1;max-width:520px;margin:0 auto;width:100%}}
@media(max-width:900px){.doctor-strip{padding:2.5rem 2rem 3rem}.doctor-strip-card,.sd-doctor-card{padding:1.75rem 1.5rem;min-height:128px;gap:1.15rem}.doctor-strip-card img,.sd-doctor-card img{width:80px;height:80px}.doctor-strip-name,.sd-doctor-name{font-size:1.2rem}.section{padding:4rem 2rem}.section-sm{padding:2.5rem 2rem}.header{padding:0 1.25rem}.page-hero{padding:7rem 2rem 4rem}.services-hero{padding:7rem 2rem 3rem}.services-hub-grid{grid-template-columns:1fr}.services-hub-grid .service-hub-card:nth-child(4):last-child{grid-column:auto}.footer{padding:3rem 1.5rem 2rem}.footer-top{grid-template-columns:1fr;gap:2rem}.f-map-iframe{height:220px;min-height:220px}.f-map-place-card{position:static;width:100%;border-radius:8px 8px 0 0;box-shadow:none;border-bottom:1px solid rgba(0,0,0,0.08)}.svc-hero{grid-template-columns:1fr!important;min-height:auto!important}.svc-hero-image{min-height:340px;max-height:48vh}.svc-hero-content,.svc-left,.svc-right{padding:3.5rem 2rem!important}.svc-hero-photo--product{padding:1.75rem 1.25rem}.philosophy,.philosophy-strip,.two-col{grid-template-columns:1fr!important;gap:2rem!important}.inline-cta,.book-strip{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.5rem 2rem}.treatments-detail-grid,.tmt-grid{grid-template-columns:1fr!important}}
@media(max-width:768px){
:root{--header-h:88px}
.nav{display:none}.hamburger{display:flex}.mobile-nav{display:block}.mob-bar{display:grid}
body{padding-bottom:58px}
.header{padding:0 1rem;height:var(--header-h)}.header.scrolled{height:80px}
.btn-book-header{display:none}
.logo-img{height:58px;max-width:140px}
.sticky-book{display:none}
.float-wa{bottom:4.75rem;right:1.25rem;width:48px;height:48px}
.float-wa svg{width:24px;height:24px}
.section{padding:3rem 1.25rem}.section-sm{padding:2.25rem 1.25rem}
.h1{font-size:2.4rem}.h2{font-size:1.85rem}.h3{font-size:1.45rem}
.page-hero{padding:6rem 1.25rem 3rem}
img{max-width:100%;height:auto}
.form-input,.form-select,.form-textarea,.form-row input,.form-row select{font-size:16px}
.btn-primary,.btn-gold,.btn-outline,.btn-ghost,.btn-submit,.btn-form{width:100%;justify-content:center;text-align:center}
.btn-primary,.btn-gold,.btn-outline,.btn-ghost{width:100%}
.doc-hero{grid-template-columns:1fr;min-height:auto}
.doc-hero-image{min-height:360px;max-height:50vh;order:1}
.doc-hero-info{padding:2.5rem 1.25rem;order:2}
.phil-left,.phil-right{padding:3rem 1.25rem!important}
.phil-right{min-height:auto}
.expertise-grid,.doc-reviews,.safety-grid,.prp-compare{grid-template-columns:1fr!important}
.book-strip,.inline-cta{padding:2.5rem 1.25rem;text-align:left}
.book-strip-title{font-size:1.75rem}
.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}
.trust-bar{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem}
.breadcrumb{flex-wrap:wrap;margin-bottom:1.25rem}
}
@media(max-width:480px){
.h1{font-size:2rem}.h2{font-size:1.65rem}
.section{padding:2.5rem 1rem}.section-sm{padding:2rem 1rem}
.svc-hero-image{min-height:280px;max-height:42vh}
.doc-hero-image,.doctor-photo{min-height:300px;max-height:45vh}
.hero-card{width:100%!important;padding:1.5rem}
.mobile-nav a{font-size:1.35rem;padding:.65rem 0}
}

/* Performance — faster paint & image decode */
img{max-width:100%;height:auto}
img[decoding="async"]{image-rendering:auto}
.blog-img-photo,.sd-hero-photo,.hero-doctor-img,.doc-hero-photo{will-change:auto}
iframe[loading="lazy"]{content-visibility:auto}
