:root {
  --black: #050609;
  --black-blue: #0a0d13;
  --graphite: #34383d;
  --champagne: #D4AF7F;
  --champagne-light: #E8CB9C;
  --pearl: #f5f5f5;
  --white: #fff;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Outfit", Arial, sans-serif;
  --content: min(1160px, calc(100vw - 48px));
  --section-y: clamp(5rem, 10vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #050608; color: var(--pearl); font-family: var(--body); font-size: 16px; font-weight: 300; line-height: 1.7; letter-spacing: .005em; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .035; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.85'/></svg>"); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 300; line-height: .98; }
h1 { font-size: clamp(3.4rem, 7vw, 6.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.7rem, 5.5vw, 5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
em { color: var(--champagne); font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--champagne); color: var(--black); padding: 10px 16px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--champagne-light); outline-offset: 4px; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 76px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 32px; padding: 8px max(24px, calc((100vw - 1280px)/2)); transition: background .5s, border-color .5s, backdrop-filter .5s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(11,12,16,.82); backdrop-filter: blur(18px); border-bottom-color: rgba(37,41,48,.6); }
.brand { opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .6s ease, transform .6s ease; }
.site-header.logo-visible .brand { opacity: 1; transform: none; pointer-events: auto; }
.brand img { width: 132px; height: 54px; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 36px); }
.site-header nav a { text-decoration: none; color: rgba(244,240,232,.8); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a:hover { color: var(--champagne); }
.menu-toggle { display: none; background: none; border: 0; color: white; }

.section-dark, .section-light, .section-pearl, .section-champagne { padding: var(--section-y) max(24px, calc((100vw - 1160px)/2)); }
.section-dark, .section-light, .section-pearl { background: #0B0C10; color: var(--pearl); }
.section-champagne { background: #050608; color: var(--pearl); }
.eyebrow { margin-bottom: 1.3rem; color: var(--champagne); font-size: .68rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--champagne); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--champagne); border-radius: 0; padding: 1rem 1.6rem; min-height: 52px; cursor: pointer; font-size: .69rem; font-weight: 400; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-dark { background: transparent; color: var(--champagne-light); }
.button-primary:hover, .button-dark:hover { background: var(--champagne); color: var(--black); }
.text-link { text-decoration: none; font-size: .85rem; border-bottom: 1px solid rgba(216,192,155,.5); padding-bottom: 4px; }
.actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: center; padding-top: 108px; padding-bottom: 86px; background: #050608; border: 0; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(850px 620px at 76% 42%, rgba(212,175,127,.12), transparent 62%), radial-gradient(760px 520px at 12% 88%, rgba(212,175,127,.035), transparent 74%), #050608; }
.hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -2px; height: 180px; background: linear-gradient(to bottom, transparent, #0B0C10 96%); pointer-events: none; }
.hero > * { position: relative; }
.hero-stage { z-index: 2; width: min(1180px, calc(100vw - 56px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; transition: opacity .12s linear, filter .12s linear, transform .12s linear; }
.hero-copy { max-width: 690px; z-index: 2; text-align: left; }
.hero-logo { width: clamp(270px, 31vw, 440px); height: auto; object-fit: contain; margin: 0 auto; filter: drop-shadow(0 20px 60px rgba(212,175,127,.14)); }
.hero h1 { margin-bottom: 1.8rem; }
.hero-text { max-width: 620px; font-size: clamp(1rem, 1.35vw, 1.15rem); color: rgba(245,245,245,.68); }
.specialty-line { margin: 1.8rem 0; padding-left: 16px; border-left: 1px solid rgba(212,175,127,.65); max-width: 570px; font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; color: var(--champagne-light); }
.hero-objectives { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin: 0 0 2rem; padding: 0; list-style: none; color: rgba(245,245,245,.52); font-size: .75rem; letter-spacing: .08em; }
.hero-objectives li { display: flex; align-items: center; gap: .55rem; }
.hero-objectives li::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--champagne); }
.hero-identity { position: relative; min-height: 560px; display: grid; place-items: center; }
.identity-glow { position: absolute; width: 86%; aspect-ratio: 1; border: 1px solid rgba(212,175,127,.14); transform: rotate(45deg); }
.identity-glow::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(212,175,127,.08); }
.hero-identity span { position: absolute; bottom: 7%; font-family: var(--display); font-size: 1rem; font-style: italic; color: rgba(245,245,245,.34); letter-spacing: .12em; }
.hero-mark { justify-self: center; display: grid; place-items: center; width: min(390px, 34vw); aspect-ratio: 1; position: relative; }
.hero-mark img { width: 80%; opacity: .92; position: relative; z-index: 2; mix-blend-mode: screen; }
.hero-mark .halo { position: absolute; inset: 8%; border: 1px solid rgba(216,192,155,.24); transform: rotate(45deg); }
.hero-mark .halo::before, .hero-mark .halo::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(216,192,155,.12); }
.hero-mark p { position: absolute; z-index: 3; right: -70px; bottom: 15%; font-family: var(--display); color: rgba(244,240,232,.5); font-size: 1.15rem; line-height: 1.45; }
.vertical-note { position: absolute; z-index: 3; right: 18px; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); color: rgba(245,245,245,.25); font-size: .6rem; letter-spacing: .32em; }

.manifesto-bridge { position: relative; z-index: 2; margin-top: -1px; padding: var(--section-y) max(24px, calc((100vw - 1160px)/2)); background: #0B0C10; color: var(--pearl); }
.manifesto-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(4rem, 9vw, 9rem); align-items: end; }
.manifesto-layout h2 { max-width: 720px; margin-bottom: 0; }
.manifesto-copy { padding: 1.8rem 0 0; border-top: 1px solid rgba(212,175,127,.24); }
.manifesto-copy blockquote { margin: 0 0 1.7rem; font-family: var(--display); font-size: clamp(1.4rem, 2.1vw, 1.9rem); font-style: italic; line-height: 1.4; color: rgba(245,245,245,.88); }
.manifesto-copy p { margin: 0; color: rgba(245,245,245,.53); }

.section-intro { max-width: 790px; margin-bottom: 4rem; }
.section-intro > p:last-child { max-width: 620px; color: rgba(245,245,245,.58); }
.interest { position: relative; z-index: 2; margin-top: -1px; }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(212,175,127,.22); }
.interest-card { min-height: 350px; display: flex; flex-direction: column; padding: 36px 32px 28px; border-right: 1px solid rgba(184,148,104,.18); transition: background .3s; }
.interest-card:hover { background: rgba(184,148,104,.035); }
.interest-card:last-child { border-right: 0; }
.card-number { font-size: .7rem; color: #8d7555; letter-spacing: .18em; }
.interest-card h3 { margin: auto 0 1rem; }
.interest-card p { color: rgba(245,245,245,.58); min-height: 86px; }
.card-link { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 0 0; border: 0; border-top: 1px solid rgba(184,148,104,.18); background: none; color: var(--pearl); cursor: pointer; text-align: left; font-weight: 400; }
.interest-card a.card-link { margin-top: auto; text-decoration: none; }
.card-link span { color: #8d7555; }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); }
.method-statement { position: sticky; top: 140px; align-self: start; }
.method-content { padding-top: 72px; }
.method-list { list-style: none; margin: 3rem 0; padding: 0; }
.method-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(184,148,104,.18); }
.method-list li > span { color: #8d7555; font-size: .75rem; }
.method-list h3 { margin-bottom: 6px; font-family: var(--body); font-size: 1.05rem; font-weight: 700; }
.method-list p { margin: 0; color: rgba(245,245,245,.58); }

.specialty { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; background: radial-gradient(circle at 25% 50%, #17181b, var(--black) 50%); }
.specialty-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.specialty-visual img { position: relative; z-index: 2; width: 52%; mix-blend-mode: screen; }
.orbit { position: absolute; border: 1px solid rgba(216,192,155,.24); border-radius: 50%; }
.orbit-one { width: 92%; aspect-ratio: 1; }
.orbit-two { width: 65%; aspect-ratio: 1; transform: rotate(35deg); border-radius: 4%; }
.specialty-copy { max-width: 650px; }
.specialty-copy > p { color: rgba(244,240,232,.72); }
.specialty-list { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(216,192,155,.3); }
.specialty-list li { padding: 14px 0; border-bottom: 1px solid rgba(216,192,155,.18); font-family: var(--display); font-size: 1.25rem; }
.specialty-copy .fine-print { font-size: .8rem; color: rgba(244,240,232,.48); }

.founder { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.portrait-photo { min-height: 660px; background: linear-gradient(150deg, #111318, #292c30); position: relative; overflow: hidden; }
.portrait-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(5,6,9,.68)); pointer-events: none; }
.portrait-photo img { width: 100%; height: 660px; object-fit: cover; object-position: 50% 38%; }
.portrait-photo span { position: absolute; z-index: 2; left: 28px; bottom: 24px; color: var(--pearl); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.founder-copy { max-width: 650px; }
.founder-copy > p:not(.eyebrow) { color: rgba(245,245,245,.62); }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin: 2rem 0; }
.credentials span { padding: 8px 12px; border: 1px solid rgba(184,148,104,.22); color: var(--champagne-light); font-size: .7rem; letter-spacing: .08em; }

.evaluation-heading { max-width: 820px; margin-bottom: 4.5rem; }
.evaluation-heading > p:last-child { max-width: 720px; color: rgba(245,245,245,.58); }
.journey { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(184,148,104,.2); }
.journey li { padding: 32px 28px 24px 0; border-right: 1px solid rgba(184,148,104,.16); }
.journey li + li { padding-left: 28px; }
.journey li:last-child { border-right: 0; }
.journey span { color: #8d7555; font-size: .72rem; }
.journey h3 { margin: 50px 0 14px; font-size: 1.6rem; }
.journey p { color: rgba(245,245,245,.56); }
.evaluation-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(184,148,104,.18); }
.evaluation-cta p { margin: 0; font-size: .8rem; }

.trust { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.trust-copy { max-width: 500px; }
.trust-copy > p:last-child { color: rgba(245,245,245,.58); max-width: 430px; }
.clinic-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 620px; }
.clinic-gallery figure { margin: 0; overflow: hidden; background: var(--champagne-light); }
.clinic-gallery .gallery-main { grid-row: 1 / 3; }
.clinic-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.clinic-gallery figure:hover img { transform: scale(1.025); }

.testimonials-heading { max-width: 760px; margin-bottom: 4rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(184,148,104,.18); }
.testimonial { margin: 0; min-height: 390px; padding: 34px 30px 26px; border-right: 1px solid rgba(184,148,104,.16); display: flex; flex-direction: column; }
.testimonial:last-child { border-right: 0; }
.rating { color: #9e855f; font-size: .82rem; letter-spacing: .14em; }
.testimonial blockquote { margin: auto 0 2rem; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.35; }
.testimonial figcaption { display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid rgba(184,148,104,.16); }
.testimonial figcaption strong { font-size: .82rem; }
.testimonial figcaption span { color: rgba(245,245,245,.48); font-size: .68rem; letter-spacing: .05em; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.accordion details { border-top: 1px solid rgba(216,192,155,.24); }
.accordion details:last-child { border-bottom: 1px solid rgba(216,192,155,.24); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.35rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--champagne); font-family: var(--body); }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; color: rgba(244,240,232,.68); }

.final-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; }
.final-cta h2 em { color: var(--champagne); font-style: italic; }
.final-cta .eyebrow { color: var(--champagne); }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 18px; }
.dark-link { border-color: rgba(5,6,9,.4); }
.final-actions small { opacity: .65; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: end; }
.contact-brand img { width: 150px; margin-bottom: 3rem; }
.contact-grid { display: grid; gap: 26px; }
.contact-grid > div { border-top: 1px solid rgba(216,192,155,.2); padding-top: 18px; }
.contact-grid p { color: rgba(244,240,232,.7); }
.contact-grid .label { color: var(--champagne); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-grid a { text-decoration: none; }

footer { padding: 32px max(24px, calc((100vw - 1160px)/2)); background: var(--black); border-top: 1px solid rgba(216,192,155,.15); display: grid; grid-template-columns: 1fr 1fr auto; gap: 22px; color: rgba(244,240,232,.6); font-size: .72rem; }
footer p { margin: 0; }
footer nav { display: flex; gap: 18px; }
footer small { grid-column: 1/-1; max-width: 850px; }
.mobile-book { display: none; }

.scheduler { width: min(620px, calc(100vw - 28px)); padding: 0; border: 1px solid rgba(216,192,155,.4); border-radius: 3px; background: var(--pearl); color: var(--black); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.scheduler::backdrop { background: rgba(5,6,9,.8); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; right: 20px; top: 16px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.scheduler-progress { height: 3px; background: #ded8cf; }
.scheduler-progress span { display: block; height: 100%; width: 25%; background: var(--champagne); transition: width .3s; }
.scheduler-step { display: none; min-height: 480px; padding: 64px clamp(26px, 7vw, 70px); }
.scheduler-step.is-active { display: block; }
.scheduler-step h2 { font-size: clamp(2.4rem, 7vw, 4rem); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 2.2rem; }
.choice-grid button { min-height: 68px; border: 1px solid rgba(5,6,9,.18); background: white; cursor: pointer; font-weight: 600; }
.choice-grid button:hover { border-color: var(--champagne); background: var(--champagne-light); }
#contact-form { display: grid; gap: 18px; margin-top: 2rem; }
#contact-form label { display: grid; gap: 7px; font-size: .8rem; font-weight: 700; }
#contact-form input { min-height: 52px; border: 1px solid rgba(5,6,9,.22); background: white; padding: 10px 12px; font-size: 1rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 120px 1fr auto; height: 76px; }
  .brand img { width: 108px; }
  .site-header nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; padding: 28px 24px; background: rgba(5,6,9,.98); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: grid; gap: 4px; justify-self: end; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; }
  .header-cta { display: none; }
  .hero, .method, .specialty, .founder, .trust, .faq, .final-cta, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 112px; padding-bottom: 90px; }
  .hero-stage { grid-template-columns: 1fr; width: min(720px, calc(100vw - 48px)); gap: 2.5rem; }
  .hero-copy { max-width: 680px; }
  .hero-identity { min-height: 360px; }
  .hero-logo { width: min(330px, 62vw); }
  .identity-glow { width: min(330px, 64vw); }
  .manifesto-layout { grid-template-columns: 1fr; gap: 3rem; }
  .hero-mark { width: min(330px, 75vw); }
  .hero-mark p, .vertical-note { display: none; }
  .method-statement, .faq-heading { position: static; }
  .method-content { padding-top: 0; }
  .specialty { gap: 35px; }
  .specialty-visual { min-height: 390px; }
  .founder-portrait { max-width: 620px; }
  .portrait-photo { min-height: 540px; }
  .portrait-photo img { height: 540px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey li:nth-child(2) { border-right: 0; }
  .journey li:nth-child(n+3) { border-top: 1px solid rgba(5,6,9,.14); }
  .clinic-gallery { min-height: 580px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: 290px; border-right: 0; border-bottom: 1px solid rgba(5,6,9,.16); }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --content: calc(100vw - 36px); --section-y: 4.5rem; }
  body { padding-bottom: 64px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .section-dark, .section-light, .section-pearl, .section-champagne { padding-left: 18px; padding-right: 18px; }
  .site-header { padding-left: 18px; padding-right: 18px; }
  .hero { min-height: auto; padding-top: 115px; }
  .hero-stage { width: calc(100vw - 36px); gap: 2rem; }
  .hero-copy { text-align: left; }
  .hero-identity { min-height: 290px; order: -1; }
  .hero-logo { width: min(250px, 68vw); }
  .identity-glow { width: min(250px, 66vw); }
  .hero-identity span { display: none; }
  .hero-objectives { display: grid; gap: .55rem; }
  .manifesto-bridge { padding: var(--section-y) 18px; }
  .hero-copy .actions { align-items: stretch; flex-direction: column; }
  .hero-copy .text-link { align-self: flex-start; }
  .hero-mark { width: 85vw; margin: -10px auto -20px; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(5,6,9,.18); padding-left: 0; padding-right: 0; }
  .interest-card p { min-height: auto; }
  .specialty-visual { min-height: 330px; }
  .portrait-photo { min-height: 460px; }
  .portrait-photo img { height: 460px; }
  .journey { grid-template-columns: 1fr; }
  .journey li, .journey li + li { padding: 24px 0; border-right: 0; border-top: 1px solid rgba(5,6,9,.14); }
  .journey h3 { margin-top: 28px; }
  .evaluation-cta { align-items: stretch; flex-direction: column; }
  .clinic-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px; min-height: auto; }
  .clinic-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .testimonial { padding-left: 0; padding-right: 0; }
  .final-actions .button { width: 100%; }
  .mobile-book { display: flex; align-items: center; justify-content: center; position: fixed; z-index: 15; inset: auto 12px 10px; min-height: 50px; border: 0; border-radius: 2px; background: var(--champagne); color: var(--black); font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
  .choice-grid { grid-template-columns: 1fr; }
  .scheduler-step { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Refinamento de ritmo, transições e conversão */
:root { --section-y: clamp(3.6rem, 6.2vw, 6rem); }
.section-dark, .section-light, .section-pearl, .section-champagne, .manifesto-bridge { position: relative; }
.section-dark::before, .section-light::before, .section-pearl::before, .section-champagne::before, .manifesto-bridge::before { content: ""; position: absolute; z-index: 3; top: -36px; left: 0; right: 0; height: 38px; pointer-events: none; background: linear-gradient(to bottom, transparent, rgba(212,175,127,.035)); }
.manifesto-layout { position: relative; z-index: 1; grid-template-columns: minmax(0,1.05fr) minmax(280px,.78fr) 190px; gap: clamp(1.8rem,4vw,4rem); align-items: center; }
.transformation-visual { position: static; grid-column: 3; width: 190px; height: 270px; margin: 0; overflow: hidden; opacity: .88; pointer-events: none; }
.transformation-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center top; mix-blend-mode: screen; }
.section-intro, .evaluation-heading, .testimonials-heading { margin-bottom: clamp(2rem,3.5vw,3rem); }
.interest-card { min-height: 290px; padding-top: 26px; padding-bottom: 22px; }
.method { min-height: min(760px, calc(100svh - 20px)); align-items: center; }
.method-statement { position: static; }
.method-content { padding-top: 0; }
.method-list { margin: 1.7rem 0; }
.method-list li { padding: 15px 0; }
.specialty { min-height: auto; grid-template-columns: .72fr 1.28fr; gap: 7vw; padding-top: clamp(2.4rem,4vw,4rem); padding-bottom: clamp(2.4rem,4vw,4rem); }
.specialty-visual { min-height: 330px; position: relative; display: grid; place-items: center; }
.specialty-visual img { position: relative; z-index: 2; width: min(74%, 320px); max-height: 285px; object-fit: contain; mix-blend-mode: normal; filter: drop-shadow(0 18px 35px rgba(212,175,127,.12)); }
.specialty-glow { width: min(76%, 330px); }
.orbit-one { width: min(84%, 360px); }
.orbit-two { width: min(58%, 250px); }
.specialty-list { margin: 1.3rem 0; }
.specialty-list li { padding: 9px 0; }
.evaluation { min-height: min(760px, 100svh); }
.evaluation-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 3rem; align-items: end; max-width: none; }
.evaluation-heading .eyebrow, .evaluation-heading h2 { grid-column: 1; }
.evaluation-heading h2 { margin-bottom: 0; }
.evaluation-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; }
.journey li { position: relative; min-height: 210px; padding: 22px 22px 18px 0; overflow: hidden; }
.journey li + li { padding-left: 22px; }
.journey h3 { margin: 42px 0 8px; font-size: 1.45rem; }
.journey p { margin-bottom: 0; font-size: .9rem; line-height: 1.55; }
.journey-art { position: absolute; top: 22px; right: 18px; width: 100px; height: 76px; fill: none; stroke: var(--champagne); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; }
.journey li:hover .journey-art { opacity: .72; transform: none; }
.evaluation-cta { margin-top: 1.5rem; padding-top: 1.3rem; }
.trust { align-items: center; }
.clinic-gallery { min-height: min(560px, 68svh); }
.clinic-gallery img { filter: grayscale(1) brightness(.48); transition: transform .7s ease, filter .65s ease; }
.clinic-gallery figure:hover img { filter: grayscale(0) brightness(1); }
.portrait-photo img { filter: grayscale(1) brightness(.68); transition: filter .75s ease, transform .75s ease; }
.portrait-photo:hover img { filter: grayscale(0) brightness(1); transform: scale(1.012); }
.testimonial { min-height: 300px; padding-top: 25px; padding-bottom: 20px; }
.testimonial blockquote { font-size: clamp(1.15rem,1.65vw,1.48rem); }
.contact-grid a:hover { color: var(--champagne-light); }
.contact-grid strong { color: var(--champagne-light); font-weight: 400; }
.final-cta { grid-template-columns: 1fr .62fr .72fr; gap: clamp(2rem,4vw,4.5rem); align-items: center; overflow: hidden; }
.consultation-art { width: 100%; max-height: 300px; object-fit: contain; mix-blend-mode: screen; opacity: .88; }

@media (max-width: 1100px) {
  .manifesto-layout { grid-template-columns: 1fr .8fr 155px; gap: 2rem; }
  .transformation-visual { width: 155px; height: 230px; }
}

@media (max-width: 960px) {
  .method, .specialty, .evaluation { min-height: auto; }
  .specialty, .final-cta { grid-template-columns: 1fr; }
  .evaluation-heading { display: block; }
  .manifesto-layout { grid-template-columns: 1fr 160px; gap: 2rem; }
  .manifesto-layout h2 { grid-column: 1 / -1; }
  .manifesto-copy { grid-column: 1; }
  .transformation-visual { grid-column: 2; width: 160px; height: 230px; opacity: .82; }
  .clinic-gallery { min-height: 520px; }
}

@media (max-width: 680px) {
  :root { --section-y: 3.7rem; }
  .manifesto-layout { grid-template-columns: 1fr; }
  .manifesto-layout h2, .manifesto-copy { grid-column: 1; }
  .transformation-visual { grid-column: 1; width: min(170px,48vw); height: 220px; justify-self: end; margin-top: -1rem; }
  .section-intro { margin-bottom: 2rem; }
  .interest-card { min-height: 245px; }
  .journey li { min-height: 210px; }
  .journey-art { opacity: .58; transform: none; animation: linePulse 4s ease-in-out infinite; }
  .journey li:nth-child(2) .journey-art { animation-delay: 1s; }
  .journey li:nth-child(3) .journey-art { animation-delay: 2s; }
  .journey li:nth-child(4) .journey-art { animation-delay: 3s; }
  .clinic-gallery img { animation: galleryColor 7s ease-in-out infinite; }
  .clinic-gallery figure:nth-child(2) img { animation-delay: 2s; }
  .clinic-gallery figure:nth-child(3) img { animation-delay: 4s; }
  .testimonial { min-height: auto; }
  .portrait-photo img { animation: portraitColor 7s ease-in-out infinite; }
  .final-cta { grid-template-columns: 1fr; }
  .consultation-art { max-height: 260px; order: 2; }
  .final-actions { order: 3; }
}

@keyframes bodyReveal { 0%,32% { clip-path: inset(0 100% 0 0); } 68%,100% { clip-path: inset(0); } }
@keyframes linePulse { 0%,28%,100% { opacity: .28; } 45%,72% { opacity: .78; } }
@keyframes galleryColor { 0%,28%,100% { filter: grayscale(1) brightness(.48); } 42%,70% { filter: grayscale(0) brightness(1); } }
@keyframes portraitColor { 0%,35%,100% { filter: grayscale(1) brightness(.68); } 50%,78% { filter: grayscale(0) brightness(1); } }

@media (prefers-reduced-motion: reduce) {
  .transformation-result, .journey-art, .clinic-gallery img, .portrait-photo img { animation: none !important; }
  .clinic-gallery img, .portrait-photo img { filter: grayscale(0) brightness(1); }
}

/* Escala responsiva por largura e altura da tela */
:root { --section-y: clamp(3.25rem, 5.8vh, 5.8rem); }
h1 { font-size: clamp(3.4rem, min(7vw, 10vh), 6.6rem); }
h2 { font-size: clamp(2.7rem, min(5.5vw, 7.8vh), 5rem); }

@media (min-width: 961px) {
  .manifesto-bridge, .interest, .evaluation, .testimonials { display: grid; }
  .manifesto-bridge, .interest, .method, .specialty, .founder, .evaluation, .trust, .testimonials, .faq, .final-cta, .contact {
    min-height: clamp(620px, 88svh, 920px);
    align-content: center;
  }
  .portrait-photo, .portrait-photo img { height: clamp(490px, 62svh, 660px); min-height: 0; }
  .clinic-gallery { min-height: 0; height: clamp(430px, 59svh, 620px); }
}

/* Notebook: preserva a seção inteira em alturas entre 650 e 800 px */
@media (min-width: 961px) and (max-height: 800px) {
  :root { --section-y: clamp(2.15rem, 4.4vh, 3rem); }
  body { line-height: 1.56; }
  h1 { font-size: clamp(3.4rem, 8.2vh, 4.65rem); }
  h2 { font-size: clamp(2.55rem, 6.7vh, 3.75rem); }
  h3 { font-size: clamp(1.55rem, 3.8vh, 2rem); }
  .manifesto-bridge, .interest, .method, .specialty, .founder, .evaluation, .trust, .testimonials, .faq, .final-cta, .contact { min-height: calc(100svh - 24px); }
  .hero { padding-top: 86px; padding-bottom: 54px; }
  .hero-stage { grid-template-columns: minmax(0,1.16fr) minmax(280px,.84fr); gap: clamp(2rem,5vw,5rem); }
  .hero-identity { min-height: min(430px, 62vh); }
  .hero-logo { width: min(310px, 26vw); }
  .hero h1 { margin-bottom: 1rem; }
  .specialty-line { margin: 1rem 0; }
  .hero-objectives { margin-bottom: 1.2rem; }
  .section-intro, .evaluation-heading, .testimonials-heading { margin-bottom: 1.65rem; }
  .interest-card { min-height: 245px; padding: 20px 24px 18px; }
  .method-list { margin: 1.1rem 0; }
  .method-list li { padding: 10px 0; }
  .specialty-visual { min-height: 270px; }
  .specialty-visual img { width: min(68%,270px); max-height: 230px; }
  .specialty-list { margin: .8rem 0; }
  .specialty-list li { padding: 6px 0; }
  .portrait-photo, .portrait-photo img { height: min(500px, 69vh); }
  .founder-copy > p { margin-bottom: .7rem; }
  .credentials { margin: 1rem 0; }
  .journey li { min-height: 170px; padding-top: 16px; padding-bottom: 12px; }
  .journey h3 { margin-top: 24px; }
  .evaluation-cta { margin-top: .9rem; padding-top: .9rem; }
  .clinic-gallery { height: min(470px, 65vh); }
  .testimonial { min-height: 245px; padding-top: 19px; padding-bottom: 16px; }
  .testimonial blockquote { margin-bottom: 1.2rem; }
  .accordion summary { padding: 14px 0; font-size: 1.15rem; }
  .consultation-art { max-height: 230px; }
}

/* Desktop amplo: recupera presença visual sem criar vazios excessivos */
@media (min-width: 1500px) and (min-height: 850px) {
  :root { --section-y: clamp(4.5rem, 7vh, 6.5rem); }
  .section-dark, .section-light, .section-pearl, .section-champagne, .manifesto-bridge { padding-left: max(48px, calc((100vw - 1380px)/2)); padding-right: max(48px, calc((100vw - 1380px)/2)); }
  .hero-stage { width: min(1380px, calc(100vw - 96px)); }
  .site-header { padding-left: max(48px, calc((100vw - 1460px)/2)); padding-right: max(48px, calc((100vw - 1460px)/2)); }
  .manifesto-bridge, .interest, .method, .specialty, .founder, .evaluation, .trust, .testimonials, .faq, .final-cta, .contact { min-height: min(94svh, 980px); }
  h1 { font-size: clamp(5.5rem, 6.2vw, 7.2rem); }
  h2 { font-size: clamp(4rem, 4.6vw, 5.6rem); }
  .hero-logo { width: min(480px, 30vw); }
  .interest-card { min-height: 330px; }
  .testimonial { min-height: 340px; }
}

/* Tablet */
@media (min-width: 681px) and (max-width: 960px) {
  :root { --section-y: clamp(3.8rem, 7vh, 5.5rem); }
  .section-dark, .section-light, .section-pearl, .section-champagne, .manifesto-bridge { padding-left: 32px; padding-right: 32px; }
  .hero-stage { width: min(760px, calc(100vw - 64px)); }
  .hero-identity { min-height: clamp(320px, 48vw, 430px); }
  .founder-portrait { width: min(100%, 600px); justify-self: center; }
  .portrait-photo, .portrait-photo img { height: min(620px, 78vw); min-height: 0; }
  .clinic-gallery { height: clamp(480px, 70vw, 620px); min-height: 0; }
  .final-cta { gap: 2.4rem; }
}

/* Mobile */
@media (max-width: 680px) {
  :root { --section-y: clamp(3.25rem, 8vh, 4.5rem); }
  body { line-height: 1.58; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .hero { padding-top: 98px; padding-bottom: 68px; }
  .hero-identity { min-height: clamp(245px, 72vw, 310px); }
  .section-intro, .evaluation-heading, .testimonials-heading { margin-bottom: 2rem; }
  .portrait-photo, .portrait-photo img { height: min(520px, 128vw); min-height: 0; }
  .clinic-gallery { height: auto; }
}

/* Telas baixas em orientação horizontal */
@media (min-width: 681px) and (max-height: 600px) {
  :root { --section-y: 2.2rem; }
  .manifesto-bridge, .interest, .method, .specialty, .founder, .evaluation, .trust, .testimonials, .faq, .final-cta, .contact { min-height: auto; }
}

/* Fechamento de conversão: avaliação estratégica */
.final-cta { grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); gap: clamp(3rem,7vw,7rem); align-items: center; }
.final-conversion-copy { max-width: 760px; }
.final-conversion-copy h2 { margin-bottom: 1.35rem; font-size: clamp(2.65rem,4.4vw,4.55rem); line-height: .98; }
.final-conversion-copy > p { max-width: 700px; color: rgba(245,245,245,.66); }
.final-conversion-copy .final-lead { color: rgba(245,245,245,.84); font-size: 1.05rem; }
.clarity-list { margin: 1.5rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(212,175,127,.22); }
.clarity-list li { position: relative; padding: .75rem 0 .75rem 1.5rem; border-bottom: 1px solid rgba(212,175,127,.16); color: rgba(245,245,245,.78); }
.clarity-list li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: 5px; height: 5px; border-radius: 50%; background: var(--champagne); }
.closing-statement { margin: 1.4rem 0 1.6rem; font-family: var(--display); font-size: clamp(1.3rem,1.75vw,1.7rem); line-height: 1.35; }
.closing-statement strong { display: block; color: var(--champagne-light); font-weight: 400; }
.final-actions { padding: 0; gap: .9rem; }
.final-actions small { max-width: 560px; color: rgba(245,245,245,.52); }
.assessment-visual { position: relative; min-height: 590px; margin: 0; overflow: hidden; border: 1px solid rgba(212,175,127,.2); background:#090a0c; }
.assessment-visual::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,transparent 58%,rgba(5,6,9,.38)); }
.assessment-visual img { width:100%; height:590px; object-fit:cover; object-position:center 30%; filter:grayscale(1) brightness(.7); transition:filter .75s ease,transform .75s ease; }
.assessment-visual:hover img { filter:grayscale(0) brightness(1); transform:scale(1.012); }

@media (min-width: 961px) and (max-height: 800px) {
  .final-cta { gap: clamp(2.5rem,5vw,5rem); }
  .final-conversion-copy h2 { font-size: clamp(2.35rem,5.6vh,3.15rem); margin-bottom: .8rem; }
  .final-conversion-copy > p { margin-bottom: .65rem; font-size: .92rem; line-height: 1.48; }
  .final-conversion-copy .final-lead { font-size: .96rem; }
  .clarity-list { margin: .8rem 0; }
  .clarity-list li { padding: .48rem 0 .48rem 1.3rem; font-size: .88rem; }
  .clarity-list li::before { top: .9rem; }
  .closing-statement { margin: .75rem 0 1rem; font-size: 1.25rem; }
  .assessment-visual { min-height:min(520px,72vh); }
  .assessment-visual img { height:min(520px,72vh); }
}

@media (max-width: 960px) {
  .final-cta { grid-template-columns: 1fr; }
  .assessment-visual { width:min(100%,620px); min-height:520px; }
  .assessment-visual img { height:520px; }
}

@media (max-width: 680px) {
  .final-conversion-copy h2 { font-size: clamp(2.35rem,10.5vw,3.25rem); }
  .final-conversion-copy .final-lead { font-size: 1rem; }
  .assessment-visual { min-height:420px; }
  .assessment-visual img { height:420px; object-position:center 24%; animation:assessmentColor 7s ease-in-out infinite; }
  .final-actions .button { width: 100%; }
}

@keyframes assessmentColor { 0%,35%,100% { filter:grayscale(1) brightness(.7); } 50%,78% { filter:grayscale(0) brightness(1); } }

@media (prefers-reduced-motion: reduce) {
  .assessment-visual img { animation:none !important; filter:grayscale(0) brightness(1); }
}
