:root {
  --black: #050505;
  --ink: #11100f;
  --paper: #f7f5f2;
  --white: #fff;
  --stone: #d8c7b4;
  --taupe: #8b7663;
  --muted: #5f5954;
  --line: rgba(17, 16, 15, .2);
  --light-line: rgba(255, 255, 255, .28);
  --display: 'Bodoni Moda', Didot, 'Times New Roman', serif;
  --serif: 'EB Garamond', Garamond, Georgia, serif;
  --sans: 'Manrope', Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --header-height: 100px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 18px; line-height: 1.55; overflow-x: clip; }
body.menu-open { overflow: hidden; }
body[id] { scroll-padding-top: var(--header-height); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
svg { display: block; }
::selection { color: var(--white); background: var(--taupe); }

html.splash-active, html.splash-active body { overflow: hidden; overscroll-behavior: none; }
.splash-screen { position: fixed; z-index: 10000; inset: 0; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--black); opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .55s var(--ease), visibility .55s; animation: splashFailsafe .01s linear 5.9s forwards; }
.splash-screen.is-exiting { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-seen .splash-screen { display: none; }
.splash-logo { position: relative; width: min(760px, 82vw); aspect-ratio: 1672 / 941; contain: layout paint; }
.splash-parts, .splash-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.splash-parts { animation: splashPartsOff .01s linear 2.38s forwards; }
.splash-layer { object-fit: contain; pointer-events: none; user-select: none; }
.splash-bird { opacity: 0; will-change: transform, opacity; }
.splash-bird-far { transform-origin: 91% 10%; animation: splashBirdFar .92s var(--ease) .04s forwards; }
.splash-bird-middle { transform-origin: 85% 22%; animation: splashBirdMiddle .94s var(--ease) .18s forwards; }
.splash-bird-near { transform-origin: 75% 30%; animation: splashBirdNear .96s var(--ease) .34s forwards; }
.splash-feather { opacity: 0; clip-path: inset(0 100% 0 0); will-change: clip-path, opacity; animation: splashFeatherReveal 1.5s var(--ease) .46s forwards; }
.splash-wordmark { opacity: 0; clip-path: inset(100% 0 0 0); transform: translate3d(0, 3%, 0); will-change: clip-path, transform, opacity; animation: splashWordmarkReveal .82s var(--ease) 1.46s forwards; }
.splash-final-logo { opacity: 0; animation: splashFinalOn .01s linear 2.38s forwards; }

@keyframes splashBirdFar {
  0% { opacity: 0; transform: translate3d(17%, -18%, 0) scale(.7) rotate(-11deg); }
  48% { opacity: 1; }
  78% { transform: translate3d(-1.5%, 1%, 0) scale(1.025) rotate(1.5deg); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); }
}
@keyframes splashBirdMiddle {
  0% { opacity: 0; transform: translate3d(19%, -12%, 0) scale(.72) rotate(-8deg); }
  45% { opacity: 1; }
  80% { transform: translate3d(-1.2%, .8%, 0) scale(1.02) rotate(1deg); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); }
}
@keyframes splashBirdNear {
  0% { opacity: 0; transform: translate3d(22%, -6%, 0) scale(.74) rotate(-6deg); }
  44% { opacity: 1; }
  80% { transform: translate3d(-1%, .6%, 0) scale(1.018) rotate(.8deg); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); }
}
@keyframes splashFeatherReveal {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  12% { opacity: 1; }
  100% { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes splashWordmarkReveal {
  0% { opacity: 0; clip-path: inset(100% 0 0 0); transform: translate3d(0, 3%, 0); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); transform: translate3d(0, 0, 0); }
}
@keyframes splashPartsOff { to { opacity: 0; } }
@keyframes splashFinalOn { to { opacity: 1; } }
@keyframes splashFailsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }

.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 11px 16px; color: var(--black); background: var(--white); font: 600 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--stone); outline-offset: 4px; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-height); color: var(--white); background: rgba(5, 5, 5, .95); border-bottom: 1px solid var(--light-line); transition: height .45s var(--ease), background .45s var(--ease); }
.site-header.scrolled { height: 82px; background: rgba(5, 5, 5, .985); }
.header-inner { width: 100%; height: 100%; padding: 0 clamp(28px, 4vw, 72px); display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(250px, 1fr); align-items: center; gap: 34px; }
.brand-mark { width: clamp(145px, 12vw, 190px); height: 82px; display: flex; align-items: center; transition: height .45s var(--ease); }
.brand-mark img { object-fit: contain; object-position: left center; }
.site-header.scrolled .brand-mark { height: 68px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 2.4vw, 48px); }
.desktop-nav a, .header-phone, .button, .footer-column a, .footer-column > span, .footer-bottom, .arrow-link, .section-label, .breadcrumbs, .specialty-rail span, .form-note, .consultation-form label > span { font-family: var(--sans); }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 10px; font-weight: 500; letter-spacing: .21em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current='page']::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2vw, 34px); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 500; letter-spacing: .1em; white-space: nowrap; }
.header-phone svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.button { display: inline-flex; min-height: 50px; padding: 14px 26px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 10px; font-weight: 600; line-height: 1.25; letter-spacing: .18em; text-align: center; text-transform: uppercase; transition: color .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); }
.button-light { color: var(--black); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: transparent; }
.button-dark { color: var(--white); background: var(--black); border-color: var(--black); }
.button-dark:hover { color: var(--black); background: transparent; }
.button-outline-dark { color: var(--black); background: transparent; border-color: rgba(5, 5, 5, .6); }
.button-outline-dark:hover { color: var(--white); background: var(--black); border-color: var(--black); }
.header-book { min-width: 205px; background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .55); }
.header-book:hover { color: var(--black); background: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; position: relative; }
.menu-toggle span { position: absolute; left: 8px; width: 30px; height: 1px; background: var(--white); transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 28px; }
.menu-toggle[aria-expanded='true'] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:last-child { top: 23px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 950; inset: 0; padding-top: var(--header-height); color: var(--white); background: var(--black); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .45s var(--ease), visibility .45s; }
.mobile-menu.open { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu-inner { height: 100%; padding: 7vh 7vw 6vh; display: flex; flex-direction: column; }
.mobile-menu-inner > a { width: fit-content; font: 400 clamp(2.7rem, 10vw, 5rem)/1.12 var(--display); opacity: 0; transform: translateY(24px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.mobile-menu.open .mobile-menu-inner > a { opacity: 1; transform: translateY(0); }
.mobile-menu.open .mobile-menu-inner > a:nth-child(2) { transition-delay: .05s; }
.mobile-menu.open .mobile-menu-inner > a:nth-child(3) { transition-delay: .1s; }
.mobile-menu.open .mobile-menu-inner > a:nth-child(4) { transition-delay: .15s; }
.mobile-menu.open .mobile-menu-inner > a:nth-child(5) { transition-delay: .2s; }
.mobile-menu-contact { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--light-line); display: flex; gap: 30px; font: 500 10px/1.4 var(--sans); letter-spacing: .15em; text-transform: uppercase; }

.parallax-frame { overflow: hidden; }
.parallax-frame > img { transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08); will-change: transform; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.short-rule { display: block; width: 48px; height: 1px; margin: 26px 0; background: currentColor; opacity: .5; }
.section-label { margin: 0 0 20px; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.section-label.light { color: rgba(255,255,255,.74); }
.arrow-link { position: relative; display: inline-flex; align-items: center; gap: 28px; padding: 0 0 8px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.arrow-link span { font-size: 19px; font-weight: 300; transition: transform .3s var(--ease); }
.arrow-link:hover span { transform: translateX(6px); }
.arrow-link.light { color: var(--white); }

.home-hero { position: relative; min-height: 720px; height: calc(100svh - 118px); color: var(--white); background: var(--black); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media::after, .inner-hero-media::after, .service-hero-media::after, .mens-parallax-media::after, .not-found-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.3) 44%, rgba(0,0,0,.04) 75%), linear-gradient(0deg, rgba(0,0,0,.58) 0%, transparent 50%); }
.hero-content { position: absolute; z-index: 2; left: clamp(36px, 6.5vw, 120px); bottom: 190px; width: min(720px, 51vw); }
.hero-content h1, .inner-hero-copy h1, .service-hero-copy h1, .not-found-copy h1 { margin: 0; font: 400 clamp(4.4rem, 8.1vw, 9rem)/.87 var(--display); letter-spacing: -.055em; }
.hero-content h1 em, .inner-hero-copy h1 em, .service-hero-copy h1 em, .not-found-copy h1 em { font-weight: 400; }
.hero-content > p { margin: 32px 0 28px; font: 400 clamp(1.1rem, 1.5vw, 1.5rem)/1.45 var(--serif); }
.hero-links { display: flex; gap: 48px; }
.specialty-rail { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 130px; display: grid; grid-template-columns: repeat(7, 1fr); background: rgba(5,5,5,.82); border-top: 1px solid var(--light-line); backdrop-filter: blur(10px); }
.specialty-rail a { min-width: 0; padding: 23px 12px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--light-line); transition: background .35s var(--ease), transform .35s var(--ease); }
.specialty-rail a:last-child { border-right: 0; }
.specialty-rail a:hover { background: rgba(255,255,255,.09); transform: translateY(-5px); }
.specialty-rail svg { width: 31px; height: 31px; fill: none; stroke: var(--white); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.specialty-rail span { font-size: 9px; font-weight: 500; line-height: 1.35; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.care-intro { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.care-copy { padding: 56px clamp(45px, 8vw, 145px) 90px; align-self: start; }
.care-copy h2, .editorial-heading h2, .image-statement-copy h2, .consultation-note-copy h2, .contact-heading h2, .consultation-builder-heading h2, .service-overview-heading h2, .service-guidance-copy h2, .faq-heading h2, .philosophy-heading h2, .mens-parallax-copy h2, .appointment-copy h2 { margin: 0; font: 400 clamp(3.4rem, 5.8vw, 6.7rem)/.95 var(--display); letter-spacing: -.045em; }
.care-copy h2 em, .editorial-heading h2 em, .image-statement-copy h2 em, .consultation-note-copy h2 em, .contact-heading h2 em, .consultation-builder-heading h2 em, .service-overview-heading h2 em, .service-guidance-copy h2 em, .faq-heading h2 em, .philosophy-heading h2 em, .mens-parallax-copy h2 em, .appointment-copy h2 em { font-weight: 400; }
.care-copy > p { max-width: 490px; margin: 0 0 35px; color: var(--muted); font-size: 1.18rem; }
.care-image { min-height: 820px; }
.care-image img { object-position: center 28%; }

.treatment-feature { min-height: 740px; display: grid; grid-template-columns: 54% 46%; background: var(--paper); }
.treatment-visual { position: relative; min-height: 740px; color: var(--white); }
.treatment-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.05) 74%); }
.treatment-visual-copy { position: absolute; z-index: 2; top: 50%; left: clamp(40px, 7vw, 120px); transform: translateY(-50%); }
.treatment-visual-copy h2 { margin: 0; font: 400 clamp(3.5rem, 5.8vw, 6.4rem)/.9 var(--display); letter-spacing: -.04em; }
.treatment-visual-copy p { margin-bottom: 34px; }
.treatment-list { padding: 70px clamp(35px, 5vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.treatment-row { display: grid; grid-template-columns: 58px 1fr 26px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); }
.treatment-row:first-child { border-top: 1px solid var(--line); }
.treatment-row > span { color: var(--taupe); font: 400 1.2rem/1 var(--display); }
.treatment-row strong { font: 500 11px/1.4 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.treatment-row svg, .directory-arrow, .mens-service-list svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.3; transition: transform .35s var(--ease); }
.treatment-row:hover svg, .directory-row:hover .directory-arrow, .mens-service-list a:hover svg { transform: translateX(7px); }

.mens-parallax { position: relative; min-height: 720px; height: 86svh; color: var(--white); background: var(--black); isolation: isolate; }
.mens-parallax-media { position: absolute; inset: 0; z-index: -1; }
.mens-parallax-copy { position: absolute; left: clamp(38px, 8vw, 145px); top: 50%; width: min(590px, 50vw); transform: translateY(-50%); }
.mens-parallax-copy > p:not(.section-label) { max-width: 390px; margin-bottom: 34px; font-size: 1.18rem; }

.philosophy-section { padding: clamp(110px, 12vw, 190px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 170px); background: var(--paper); }
.philosophy-body { max-width: 600px; align-self: end; }
.philosophy-body > p { margin: 0 0 42px; font-size: 1.35rem; color: var(--muted); }
.principle-list { margin-bottom: 38px; border-top: 1px solid var(--line); }
.principle-list span { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 0; color: var(--taupe); border-bottom: 1px solid var(--line); font: 400 1.05rem/1.3 var(--display); }
.principle-list strong { color: var(--ink); font: 500 11px/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.inner-hero { position: relative; min-height: 700px; height: 82svh; color: var(--white); background: var(--black); isolation: isolate; }
.inner-hero-media, .service-hero-media, .not-found-media { position: absolute; inset: 0; z-index: -1; }
.inner-hero-copy { position: absolute; left: clamp(36px, 7vw, 130px); bottom: clamp(80px, 10vh, 125px); width: min(790px, 68vw); }
.inner-hero-copy h1 { font-size: clamp(4rem, 7.2vw, 8rem); }
.inner-hero-copy > p:last-child { max-width: 610px; margin: 30px 0 0; font-size: 1.3rem; }
.treatment-index-hero .inner-hero-media img { object-position: center 40%; }
.mens-page-hero .inner-hero-media img { object-position: center 38%; }

.editorial-two-column { padding: clamp(110px, 13vw, 200px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 10vw, 180px); background: var(--white); }
.editorial-prose { align-self: end; max-width: 620px; color: var(--muted); }
.editorial-prose p { margin: 0 0 25px; }
.editorial-prose .lead, .service-overview-content .lead { color: var(--ink); font-size: 1.55rem; line-height: 1.45; }
.editorial-prose .button { margin-top: 22px; }

.image-statement { min-height: 850px; display: grid; grid-template-columns: 53% 47%; background: #d9cbbd; }
.image-statement-media { min-height: 850px; }
.image-statement-media img { object-position: center 28%; }
.image-statement-copy { padding: clamp(80px, 10vw, 150px) clamp(40px, 7vw, 120px); align-self: center; }
.process-list { padding: 0; margin: 45px 0 38px; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--taupe); font: 400 1.15rem/1.3 var(--display); }
.process-list strong { display: block; margin-bottom: 5px; font: 500 11px/1.4 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: 1rem; }

.value-band { padding: 85px clamp(36px, 6vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--black); }
.value-band > div { padding: 20px clamp(28px, 4vw, 70px); border-right: 1px solid var(--light-line); }
.value-band > div:last-child { border-right: 0; }
.value-band span { color: var(--stone); font: 400 1.15rem/1 var(--display); }
.value-band h2 { margin: 24px 0 16px; font: 400 2.35rem/1 var(--display); }
.value-band p { margin: 0; color: rgba(255,255,255,.65); }

.treatment-directory { padding: clamp(100px, 12vw, 180px) clamp(36px, 7vw, 130px); display: grid; grid-template-columns: minmax(300px, .72fr) 1.28fr; gap: clamp(70px, 9vw, 150px); background: var(--white); }
.directory-intro { position: sticky; top: 145px; height: fit-content; }
.directory-intro h2 { margin: 0; font: 400 clamp(3.4rem, 5.5vw, 6.4rem)/.94 var(--display); letter-spacing: -.04em; }
.directory-intro > p:last-child { max-width: 430px; color: var(--muted); }
.directory-row { min-height: 126px; display: grid; grid-template-columns: 58px 54px 1fr 28px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.directory-row:first-child { border-top: 1px solid var(--line); }
.directory-number { color: var(--taupe); font: 400 1.25rem/1 var(--display); }
.directory-icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.directory-copy { display: block; padding: 23px 0; }
.directory-copy strong { display: block; font: 500 12px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.directory-copy small { display: block; max-width: 590px; margin-top: 9px; color: var(--muted); font: 400 1rem/1.45 var(--serif); }

.consultation-note { min-height: 790px; display: grid; grid-template-columns: 48% 52%; background: var(--paper); }
.consultation-note-image { min-height: 790px; }
.consultation-note-copy { padding: clamp(80px, 10vw, 150px); align-self: center; }
.consultation-note-copy > p:last-of-type { max-width: 560px; color: var(--muted); font-size: 1.18rem; }
.consultation-note-copy .button { margin-top: 24px; }

.service-hero { position: relative; min-height: 720px; height: 85svh; color: var(--white); background: var(--black); isolation: isolate; }
.service-hero-media img { object-position: center 36%; }
.service-hero-copy { position: absolute; left: clamp(36px, 7vw, 130px); bottom: clamp(75px, 11vh, 140px); width: min(850px, 70vw); }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 25px; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.breadcrumbs span { opacity: .45; }
.service-hero-copy h1 { font-size: clamp(4rem, 7.4vw, 8.2rem); line-height: .92; }
.service-hero-copy > p { max-width: 650px; margin: 28px 0 34px; font-size: 1.3rem; }
.service-overview { padding: clamp(105px, 13vw, 195px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 170px); background: var(--white); }
.service-overview-content { align-self: end; }
.service-detail-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-detail-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; gap: 20px; font: 500 11px/1.5 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.service-detail-list span { color: var(--taupe); }
.service-guidance { position: relative; min-height: 720px; color: var(--white); background: var(--black); }
.service-guidance-image { position: absolute; inset: 0; }
.service-guidance-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.87), rgba(0,0,0,.18) 70%); }
.service-guidance-copy { position: relative; z-index: 2; width: min(650px, 58vw); padding: 150px 0 145px clamp(36px, 8vw, 145px); }
.service-guidance-copy > p:not(.section-label) { max-width: 560px; color: rgba(255,255,255,.72); font-size: 1.16rem; }
.service-guidance-actions { display: flex; gap: 38px; margin-top: 40px; }

.faq-section { padding: clamp(100px, 12vw, 175px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 170px); background: var(--paper); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 95px; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 28px; list-style: none; font: 500 11px/1.45 var(--sans); letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .35s var(--ease); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -7px 0 32px; padding-right: 42px; color: var(--muted); }

.mens-services { min-height: 740px; display: grid; grid-template-columns: 51% 49%; background: #d9cbbd; }
.mens-services-image { min-height: 740px; }
.mens-services-copy { padding: 105px clamp(40px, 7vw, 120px); align-self: center; }
.mens-service-list { border-top: 1px solid var(--line); }
.mens-service-list a { min-height: 92px; display: grid; grid-template-columns: 50px 1fr 25px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.mens-service-list span { color: var(--taupe); font: 400 1.1rem/1 var(--display); }
.mens-service-list strong { font: 500 11px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.mens-services-note { max-width: 520px; margin-top: 32px; color: var(--muted); }

.contact-layout { padding: clamp(100px, 12vw, 180px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(65px, 10vw, 175px); background: var(--white); }
.contact-heading > p:last-child { max-width: 480px; color: var(--muted); }
.contact-details-grid { display: grid; grid-template-columns: 1fr 1fr; }
.contact-detail { min-height: 215px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transition: color .35s, background .35s; }
.contact-detail:nth-child(n+3) { border-bottom: 1px solid var(--line); }
.contact-detail:nth-child(even) { border-right: 1px solid var(--line); }
.contact-detail:hover { color: var(--white); background: var(--black); }
.contact-detail > span { font: 600 10px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.contact-detail strong { font: 400 1.75rem/1.15 var(--display); overflow-wrap: anywhere; }
.contact-detail small { color: var(--muted); font: 400 .96rem/1.4 var(--serif); }
.contact-detail:hover small { color: rgba(255,255,255,.65); }

.consultation-builder { padding: clamp(100px, 12vw, 180px) clamp(36px, 8vw, 145px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 170px); background: #d9cbbd; }
.consultation-builder-heading > p:last-child { max-width: 480px; color: var(--muted); }
.consultation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 34px; }
.consultation-form label { display: flex; flex-direction: column; gap: 12px; }
.consultation-form label > span { font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.consultation-form select, .consultation-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,16,15,.55); border-radius: 0; padding: 12px 26px 12px 0; background: transparent; font: 400 1.24rem/1.35 var(--serif); outline: 0; }
.consultation-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 7px) 52%, calc(100% - 2px) 52%; background-size: 5px 5px; background-repeat: no-repeat; }
.consultation-form textarea { resize: vertical; min-height: 105px; }
.consultation-form select:focus, .consultation-form textarea:focus { border-bottom-color: var(--black); box-shadow: 0 1px 0 var(--black); }
.full-field { grid-column: 1 / -1; }
.consultation-form .button { width: fit-content; }
.form-note { align-self: center; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.appointment-band { position: relative; min-height: 460px; background: var(--paper); overflow: hidden; }
.appointment-media { position: absolute; top: 0; right: 0; bottom: 0; width: 52%; }
.appointment-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0, transparent 45%); }
.appointment-copy { position: relative; z-index: 2; width: 54%; padding: 72px 0 72px clamp(36px, 6.5vw, 120px); }
.appointment-copy h2 { font-size: clamp(3.8rem, 6.5vw, 7.3rem); }
.appointment-copy > p { margin: 0 0 28px; font-size: 1.2rem; }
.appointment-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.site-footer { padding: 58px clamp(36px, 8vw, 145px) 34px; color: var(--white); background: var(--black); }
.footer-logo { width: clamp(170px, 16vw, 250px); height: 145px; margin: 0 auto 54px; display: block; }
.footer-logo img { object-fit: contain; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 0 54px; }
.footer-column { min-height: 230px; padding: 5px clamp(28px, 4vw, 68px); display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--light-line); }
.footer-column:first-child { padding-left: 0; }
.footer-column:last-child { border-right: 0; }
.footer-column h2 { margin: 0 0 25px; font: italic 400 1.7rem/1 var(--serif); color: rgba(255,255,255,.77); }
.footer-column a, .footer-column > span { position: relative; margin-bottom: 13px; padding-bottom: 4px; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.footer-column a:hover::after { right: 0; }
.footer-column > span { color: rgba(255,255,255,.68); }
.footer-bottom { min-height: 76px; padding-top: 25px; display: grid; grid-template-columns: 1.5fr 2fr .7fr 1fr 1.3fr; gap: 24px; align-items: start; border-top: 1px solid var(--light-line); color: rgba(255,255,255,.66); font-size: 9px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.social-icons { display: flex; gap: 16px; }
.social-icons a { width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); }
.social-icons svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.social-icons svg .fill { fill: currentColor; stroke: none; }
.social-icons a:nth-child(2) svg path { fill: currentColor; stroke: none; }
.back-to-top { justify-self: end; display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.back-to-top svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.floating-whatsapp { position: fixed; z-index: 800; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: #1f7a55; box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .3s var(--ease), background .3s, bottom .45s var(--ease); }
.page-home.on-home-hero .floating-whatsapp { bottom: 265px; }
.floating-whatsapp:hover { transform: translateY(-4px); background: #176142; }
.floating-whatsapp svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }

.legal-page { min-height: 70vh; padding: calc(var(--header-height) + 100px) clamp(36px, 8vw, 145px) 130px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 170px); background: var(--white); }
.legal-heading h1 { margin: 0; font: 400 clamp(4.5rem, 8vw, 8rem)/.9 var(--display); }
.legal-heading > p:last-child { color: var(--muted); }
.legal-content { max-width: 760px; }
.legal-content h2 { margin: 40px 0 10px; font: 400 2rem/1.2 var(--display); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); }
.legal-content a { border-bottom: 1px solid currentColor; }

.not-found { position: relative; min-height: 82svh; color: var(--white); background: var(--black); isolation: isolate; }
.not-found-copy { position: absolute; left: clamp(36px, 8vw, 145px); bottom: 100px; }
.not-found-copy > p:not(.section-label) { font-size: 1.2rem; }
.not-found-copy > div { display: flex; align-items: center; gap: 30px; margin-top: 32px; }

@media (max-width: 1260px) {
  :root { --header-height: 88px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: block; }
  .header-book { min-width: 190px; }
  .brand-mark { height: 72px; }
  .hero-content { bottom: 184px; }
  .specialty-rail { overflow-x: auto; grid-template-columns: repeat(7, 145px); scrollbar-width: none; }
  .specialty-rail::-webkit-scrollbar { display: none; }
  .footer-bottom { grid-template-columns: 1fr 1.6fr .6fr .9fr 1fr; }
}

@media (max-width: 900px) {
  .care-intro, .treatment-feature, .editorial-two-column, .image-statement, .treatment-directory, .consultation-note, .service-overview, .faq-section, .mens-services, .contact-layout, .consultation-builder, .philosophy-section { grid-template-columns: 1fr; }
  .care-copy, .editorial-heading, .editorial-prose, .directory-intro, .service-overview-heading, .service-overview-content, .faq-heading { max-width: none; }
  .care-image { min-height: 620px; }
  .treatment-visual, .treatment-list { min-height: 650px; }
  .mens-parallax-copy { width: min(650px, 78vw); }
  .philosophy-section { gap: 55px; }
  .image-statement-media, .consultation-note-image, .mens-services-image { min-height: 650px; }
  .treatment-directory { gap: 65px; }
  .directory-intro { position: static; }
  .service-guidance-copy { width: 75vw; }
  .contact-layout, .consultation-builder { gap: 70px; }
  .appointment-band { min-height: 720px; display: flex; flex-direction: column-reverse; }
  .appointment-media { position: relative; width: 100%; height: 380px; }
  .appointment-media::after { background: linear-gradient(0deg, var(--paper), transparent 34%); }
  .appointment-copy { width: 100%; padding: 65px 7vw; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-column { padding: 25px 7vw; border-bottom: 1px solid var(--light-line); }
  .footer-column:nth-child(2) { border-right: 0; }
  .footer-column:nth-child(3) { padding-left: 0; }
  .footer-columns { padding-bottom: 35px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; gap: 20px 28px; }
  .back-to-top { justify-self: start; }
  .legal-page { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 620px) {
  :root { --header-height: 78px; }
  body { font-size: 17px; }
  .header-inner { padding: 0 18px; gap: 12px; }
  .brand-mark { width: 124px; height: 67px; }
  .splash-logo { width: min(86vw, 430px); }
  .header-book { display: none; }
  .site-header.scrolled { height: 72px; }
  .site-header.scrolled .brand-mark { height: 60px; }
  .mobile-menu-inner { padding-inline: 24px; }
  .mobile-menu-contact { flex-direction: column; gap: 14px; }
  .home-hero { min-height: 720px; height: 100svh; }
  .hero-media img { object-position: 64% center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.15) 90%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 65%); }
  .hero-content { left: 24px; right: 24px; bottom: 164px; width: auto; }
  .hero-content h1 { font-size: clamp(3.5rem, 17vw, 5.8rem); }
  .hero-content h1 em { letter-spacing: -.07em; }
  .hero-content > p { max-width: 330px; margin: 23px 0 24px; font-size: 1.05rem; }
  .hero-links { gap: 22px; flex-wrap: wrap; }
  .arrow-link { gap: 16px; font-size: 9px; }
  .specialty-rail { height: 124px; grid-template-columns: repeat(7, 122px); }
  .specialty-rail a { padding-inline: 9px; }
  .specialty-rail svg { width: 28px; height: 28px; }
  .specialty-rail span { font-size: 8px; }
  .care-intro, .treatment-feature, .image-statement, .consultation-note, .mens-services { min-height: 0; }
  .care-copy, .editorial-two-column, .treatment-directory, .service-overview, .faq-section, .contact-layout, .consultation-builder, .philosophy-section { padding: 90px 24px; }
  .care-copy h2, .editorial-heading h2, .image-statement-copy h2, .consultation-note-copy h2, .contact-heading h2, .consultation-builder-heading h2, .service-overview-heading h2, .service-guidance-copy h2, .faq-heading h2, .philosophy-heading h2, .mens-parallax-copy h2 { font-size: clamp(3.1rem, 14vw, 4.6rem); }
  .care-image, .image-statement-media, .consultation-note-image, .mens-services-image { min-height: 520px; }
  .treatment-visual { min-height: 590px; }
  .treatment-visual img { object-position: 62% center; }
  .treatment-visual-copy { left: 24px; right: 24px; }
  .treatment-visual-copy h2 { font-size: 4.4rem; }
  .treatment-list { min-height: 0; padding: 55px 24px; }
  .treatment-row { min-height: 83px; grid-template-columns: 44px 1fr 22px; }
  .mens-parallax { min-height: 650px; height: 82svh; }
  .mens-parallax-media img { object-position: 60% center; }
  .mens-parallax-copy { left: 24px; right: 24px; width: auto; }
  .philosophy-section { gap: 48px; }
  .inner-hero { min-height: 660px; height: 84svh; }
  .inner-hero-copy { left: 24px; right: 24px; bottom: 70px; width: auto; }
  .inner-hero-copy h1, .service-hero-copy h1, .not-found-copy h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .inner-hero-copy > p:last-child { font-size: 1.08rem; }
  .inner-hero-media img { object-position: 64% center; }
  .mens-page-hero .inner-hero-media img { object-position: 67% center; }
  .image-statement-copy, .consultation-note-copy, .mens-services-copy { padding: 80px 24px; }
  .value-band { padding: 45px 24px; grid-template-columns: 1fr; }
  .value-band > div { padding: 35px 0; border-right: 0; border-bottom: 1px solid var(--light-line); }
  .value-band > div:last-child { border-bottom: 0; }
  .directory-row { grid-template-columns: 38px 40px 1fr 21px; gap: 10px; }
  .directory-copy small { font-size: .92rem; }
  .service-hero { min-height: 680px; height: 86svh; }
  .service-hero-media img { object-position: 62% center; }
  .service-hero-copy { left: 24px; right: 24px; bottom: 65px; width: auto; }
  .service-hero-copy > p { font-size: 1.05rem; }
  .service-guidance { min-height: 760px; }
  .service-guidance-image img { object-position: 62% center; }
  .service-guidance-copy { width: auto; padding: 120px 24px; }
  .service-guidance-actions { flex-direction: column; align-items: flex-start; gap: 25px; }
  .faq-list summary { min-height: 88px; }
  .mens-services-copy { padding-top: 75px; padding-bottom: 75px; }
  .contact-details-grid { grid-template-columns: 1fr; }
  .contact-detail, .contact-detail:nth-child(even), .contact-detail:nth-child(n+3) { min-height: 175px; border-right: 1px solid var(--line); border-bottom: 0; }
  .contact-detail:last-child { border-bottom: 1px solid var(--line); }
  .contact-detail strong { font-size: 1.5rem; }
  .consultation-form { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .consultation-form .button { width: 100%; }
  .appointment-band { min-height: 660px; }
  .appointment-media { height: 300px; }
  .appointment-copy { padding: 55px 24px; }
  .appointment-copy h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .appointment-actions { flex-direction: column; align-items: stretch; }
  .site-footer { padding: 46px 24px 30px; }
  .footer-logo { width: 175px; height: 105px; margin-bottom: 42px; }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-column, .footer-column:nth-child(3) { min-height: 0; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--light-line); }
  .footer-column:last-child { border-bottom: 0; }
  .footer-bottom { grid-template-columns: 1fr; padding-top: 28px; }
  .floating-whatsapp { width: 50px; height: 50px; right: 16px; bottom: 16px; }
  .page-home.on-home-hero .floating-whatsapp { top: calc(var(--header-height) + 16px); bottom: auto; }
  .legal-page { padding: calc(var(--header-height) + 70px) 24px 95px; }
  .not-found { min-height: 740px; }
  .not-found-copy { left: 24px; right: 24px; bottom: 75px; }
  .not-found-copy > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .parallax-frame > img { transform: scale(1.01); }
  .splash-screen { transition-duration: .28s !important; }
  .splash-parts { display: none; }
  .splash-final-logo { opacity: 1; animation: none !important; }
}
