:root {
  --charcoal: #2c2c2c;
  --charcoal-soft: #38342f;
  --gold: #a97e39;
  --gold-deep: #805b27;
  --gold-light: #d9bd83;
  --nude: #f5ede3;
  --beige: #e8d6c1;
  --white: #fff;
  --ink-muted: #635d56;
  --line: rgba(44, 44, 44, .17);
  --shell: min(1180px, calc(100% - 36px));
  --title: "Playfair Display", Georgia, serif;
  --body: "Cormorant Garamond", Georgia, serif;
  --section: clamp(60px, 6.5vw, 96px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--charcoal); background: var(--nude); font-family: var(--body); font-size: 18px; line-height: 1.62; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); background: var(--white); padding: 10px 16px; }
.skip-link:focus { transform: none; }
.noscript { position: fixed; inset: auto 0 0; z-index: 100; padding: 12px; text-align: center; background: var(--charcoal); color: var(--white); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--title); line-height: 1.08; font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(40px, 10vw, 64px); letter-spacing: -.045em; margin-bottom: 18px; }
h2 { font-size: clamp(33px, 7vw, 54px); letter-spacing: -.035em; margin-bottom: 22px; }
h3 { font-size: 23px; }
em { color: var(--gold); font-family: var(--body); font-weight: 500; }
h1 em, h2 em { color: var(--gold-deep); font-family: var(--title); font-style: normal; font-weight: 600; }
.face-sculpt h2 em, .masculine h2 em, .journey h2 em, .final-cta h2 em { color: var(--gold-light); }
.eyebrow { display: block; margin: 0 0 15px; color: var(--gold-deep); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.section { padding-block: var(--section); }
.section-copy p:last-child, .global-grid p:last-child { margin-bottom: 0; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(44,44,44,.1); transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.site-header.is-sticky { position: fixed; background: rgba(245,237,227,.95); box-shadow: 0 10px 40px rgba(44,44,44,.07); backdrop-filter: blur(12px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-logo { width: 180px; height: 68px; object-fit: contain; object-position: left center; }
.brand-mark { color: var(--gold); font-family: var(--body); font-size: 35px; font-weight: 500; letter-spacing: -.15em; padding-right: 5px; }
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { font-family: var(--title); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.brand-copy small { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.header-meta { display: none; align-items: center; gap: 14px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.header-meta i { width: 1px; height: 18px; background: var(--line); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--gold-deep); border-radius: 8px; background: linear-gradient(135deg, #805b27 0%, #b28741 54%, #8b642d 100%); color: var(--white); box-shadow: 6px 7px 0 rgba(169,126,57,.13); font-size: 13px; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); box-shadow: 3px 3px 0 rgba(169,126,57,.26); transform: translate(2px, 2px); }
.button-small { min-height: 44px; padding: 10px 15px; font-size: 11px; }

.hero { position: relative; min-height: auto; padding: 86px 0 0; overflow: hidden; background: var(--nude); border-bottom: 1px solid rgba(44,44,44,.08); }
.hero::before { content: ""; position: absolute; inset: 86px auto 0 0; width: 4px; background: var(--gold); opacity: .72; pointer-events: none; }
.hero-grid { position: relative; display: grid; align-items: end; }
.hero-copy { position: relative; z-index: 3; padding: 24px 0 28px; }
.hero-copy::after { content: ""; display: block; width: 64px; height: 1px; margin-top: 22px; background: var(--gold-deep); }
.hero-copy .eyebrow { max-width: 390px; color: #6f4c20; }
.hero-copy h1 { max-width: 700px; color: var(--charcoal); }
.hero-copy h1 em { color: var(--gold-deep); font-family: var(--title); font-style: normal; font-weight: 600; }
.hero-lead { max-width: 560px; margin-bottom: 20px; color: #48433e; font-size: 18px; line-height: 1.48; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hero-actions small { font-style: italic; color: var(--ink-muted); }
.hero-visual { position: relative; z-index: 2; margin: 0; align-self: stretch; min-height: 470px; overflow: visible; }
.hero-primary { position: absolute; z-index: 2; inset: 12px 8px 18px; border-radius: 210px 210px 4px 4px; overflow: hidden; background: #989495; box-shadow: 0 22px 48px rgba(44,44,44,.14); }
.hero-primary::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.68); border-radius: inherit; pointer-events: none; }
.hero-primary img { height: 100%; object-fit: contain; object-position: center bottom; }
.hero-visual figcaption { position: absolute; z-index: 5; inset: auto 14px 26px auto; display: grid; gap: 3px; padding: 10px 12px 10px 30px; background: rgba(245,237,227,.92); }
.hero-visual figcaption::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 1px; background: var(--gold-deep); }
.hero-visual figcaption span { color: var(--charcoal); font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }

.pillars { position: relative; z-index: 4; background: var(--charcoal); color: var(--white); border-block: 0; }
.pillars-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.pillars-grid div { position: relative; min-height: 125px; padding: 24px 14px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); display: grid; align-content: center; gap: 2px; }
.pillars-grid div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--gold); transform: scaleY(.35); transition: transform .3s ease; }
.pillars-grid div:hover::before { transform: scaleY(.7); }
.pillars-grid div:nth-child(2n) { border-right: 0; }
.pillars-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.pillars-grid span { margin-bottom: 7px; color: var(--gold-light); font-family: var(--title); font-size: 20px; font-variant-numeric: lining-nums; letter-spacing: .04em; line-height: 1; }
.pillars-grid strong { font-family: var(--title); font-size: 15px; font-weight: 600; }
.pillars-grid small { color: #bdb4aa; font-style: italic; }

.philosophy { position: relative; overflow: hidden; background: var(--white); }
.philosophy::after { content: "02"; position: absolute; right: 2vw; bottom: -55px; color: rgba(128,91,39,.07); font-family: var(--title); font-size: clamp(140px, 22vw, 310px); line-height: 1; pointer-events: none; }
.split { display: grid; gap: 40px; align-items: center; }
.editorial-photo { position: relative; min-height: 340px; margin: 0; border-radius: 0 170px 0 0; overflow: hidden; box-shadow: 22px 22px 0 var(--beige); }
.editorial-photo::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.68); border-radius: inherit; pointer-events: none; }
.editorial-photo img { height: 100%; min-height: 280px; object-fit: cover; }
.editorial-photo figcaption { position: absolute; z-index: 2; inset: auto 0 0 auto; max-width: 260px; padding: 18px 20px; background: var(--charcoal); color: var(--white); font-size: 16px; font-style: italic; line-height: 1.35; }
.section-copy { max-width: 600px; }

.face-sculpt { position: relative; isolation: isolate; overflow: hidden; background: var(--charcoal); color: var(--white); }
.face-sculpt .eyebrow, .masculine .eyebrow, .final-cta .eyebrow { color: var(--gold-light); }
.face-sculpt::before { content: "SC"; position: absolute; z-index: -1; right: -6vw; top: 50%; transform: translateY(-50%); color: transparent; -webkit-text-stroke: 1px rgba(184,151,90,.14); font-family: var(--body); font-size: min(54vw, 560px); line-height: .8; letter-spacing: -.15em; }
.face-layout { display: grid; gap: 38px; }
.face-intro { position: relative; padding-left: 24px; }
.face-intro::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--gold-light), transparent); }
.face-intro h2 { margin-bottom: 8px; font-size: clamp(48px, 13vw, 96px); letter-spacing: -.04em; text-shadow: 0 10px 35px rgba(0,0,0,.2); }
.face-intro h3 { margin: 0; color: var(--gold-light); font-family: var(--body); font-size: clamp(21px, 5vw, 30px); font-style: italic; font-weight: 400; }
.face-copy { max-width: 620px; color: #e5ddd3; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.face-principles { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.face-principles div { position: relative; min-height: 150px; padding: 25px 18px 15px; border-bottom: 1px solid rgba(255,255,255,.18); }
.face-principles div::before { content: ""; position: absolute; left: 18px; top: 64px; width: 42px; height: 1px; background: linear-gradient(90deg, var(--gold-light), rgba(217,189,131,0)); }
.face-principles div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.face-principles span { color: var(--gold-light); font-family: var(--title); font-size: 29px; font-variant-numeric: lining-nums; line-height: 1; }
.face-principles strong, .face-principles small { display: block; }
.face-principles strong { margin: 27px 0 4px; font-family: var(--title); font-size: 17px; }
.face-principles small { color: #c9c0b5; line-height: 1.35; }

.case { position: relative; background: var(--nude); }
.case::before { content: "CASE REAL"; position: absolute; right: 0; top: 30px; color: rgba(44,44,44,.04); font-family: var(--title); font-size: clamp(46px, 8vw, 110px); letter-spacing: .08em; }
.case-grid { display: grid; gap: 45px; align-items: center; }
.case-copy > p:not(.eyebrow) { color: var(--ink-muted); }
.case-status { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.case-status span { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(169,126,57,.58); border-radius: 7px; background: var(--charcoal); color: var(--white); box-shadow: 0 8px 18px rgba(44,44,44,.09); font-size: 10px; font-weight: 600; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.case-status span::before { content: ""; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--gold-deep)); box-shadow: 0 0 0 3px rgba(217,189,131,.12); }
.case-visual { min-width: 0; }
.case-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.case-comparison figure { position: relative; margin: 0; overflow: hidden; border-radius: 10px; background: var(--beige); box-shadow: 0 14px 32px rgba(44,44,44,.09); }
.case-comparison img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; }
.case-comparison figcaption { position: absolute; inset: auto 8px 8px; width: max-content; padding: 6px 9px; background: rgba(44,44,44,.78); color: var(--white); font-size: 10px; letter-spacing: .1em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(5px); }
.case-visual > small { display: block; margin-top: 12px; color: var(--ink-muted); font-style: italic; line-height: 1.4; text-align: center; }

.global-treatment { position: relative; overflow: hidden; background: var(--white); }
.global-treatment::before { content: "FACE SCULPT"; position: absolute; inset: auto 0 -22px auto; color: rgba(128,91,39,.055); font-family: var(--title); font-size: clamp(66px, 12vw, 180px); line-height: .8; white-space: nowrap; }
.global-grid { display: grid; gap: 30px; }
.global-grid > div:first-child { position: relative; padding: 24px 0 24px 24px; border-left: 3px solid var(--gold-deep); }
.global-grid h2 { margin-bottom: 0; }

.treatments { background: var(--beige); }
.section-heading { display: grid; gap: 20px; margin-bottom: 36px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--ink-muted); }
.treatment-list { display: grid; gap: 12px; }
.treatment-list article { position: relative; min-width: 0; min-height: 200px; display: flex; flex-direction: column; padding: 28px 24px 24px; overflow: hidden; border: 1px solid rgba(44,44,44,.11); background: rgba(255,255,255,.68); clip-path: polygon(0 18px, 18px 0, 100% 0, 100% 100%, 0 100%); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.treatment-list article:nth-child(even) { background: rgba(255,255,255,.86); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); }
.treatment-list article::before { content: ""; width: 46px; height: 1px; margin: 0 0 24px; background: var(--gold); }
.treatment-list article:hover { border-color: rgba(128,91,39,.3); background: var(--white); box-shadow: 0 18px 36px rgba(44,44,44,.08); transform: translateY(-4px); }
.treatment-list article > span { position: absolute; right: 22px; top: 18px; color: rgba(128,91,39,.32); font-family: var(--title); font-size: 32px; line-height: 1; }
.treatment-list article > p { max-width: calc(100% - 52px); margin: 0 0 10px; color: var(--gold-deep); font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.treatment-list h3 { margin: 0 0 18px; font-size: 24px; line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: none; }
.treatment-list small { display: block; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(44,44,44,.1); color: var(--ink-muted); font-size: 16px; line-height: 1.42; }

.masculine { background: var(--charcoal); color: var(--white); }
.masculine-grid { display: grid; gap: 42px; align-items: center; }
.masculine figure { position: relative; margin: 0; min-height: 380px; border-radius: 190px 190px 3px 3px; overflow: hidden; box-shadow: 22px 22px 0 rgba(169,126,57,.18); }
.masculine figure::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; }
.masculine figure img { min-height: 310px; height: 100%; object-fit: cover; object-position: center; }
.masculine p { color: #d8d0c7; }
.masculine ul { margin: 25px 0 32px; padding: 0; list-style: none; }
.masculine li { position: relative; padding: 7px 0 7px 18px; color: #e4dcd3; }
.masculine li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.about { position: relative; overflow: hidden; background: var(--white); }
.about::before { content: "SARA COTA"; position: absolute; left: -25px; bottom: 0; color: rgba(44,44,44,.03); font-family: var(--title); font-size: clamp(70px, 13vw, 190px); line-height: .8; white-space: nowrap; }
.about-grid { display: grid; gap: 42px; align-items: stretch; }
.about-copy { align-self: center; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.credentials div { position: relative; min-height: 180px; padding: 24px 18px 22px 22px; border: 1px solid transparent; border-radius: 18px; background: linear-gradient(var(--nude), var(--nude)) padding-box, linear-gradient(145deg, rgba(169,126,57,.95), rgba(217,189,131,.22) 58%, rgba(44,44,44,.10)) border-box; box-shadow: 0 13px 30px rgba(44,44,44,.055); }
.credentials span, .credentials strong, .credentials small { display: block; }
.credentials span { color: var(--gold-deep); font-family: var(--title); font-size: 28px; line-height: 1; }
.credentials strong { margin: 14px 0 6px; font-family: var(--title); font-size: 14px; line-height: 1.35; }
.credentials small { color: var(--ink-muted); line-height: 1.35; }
.about-photo { position: relative; min-height: 420px; margin: 0; border-radius: 160px 160px 0 0; overflow: hidden; box-shadow: 0 26px 55px rgba(44,44,44,.12); }
.about-photo::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.68); border-radius: inherit; }
.about-photo img { height: 100%; object-fit: cover; }

.journey { position: relative; isolation: isolate; overflow: hidden; background: var(--charcoal); color: var(--white); }
.journey::before { content: "04"; position: absolute; z-index: -1; right: -18px; bottom: -74px; color: transparent; -webkit-text-stroke: 1px rgba(217,189,131,.1); font-family: var(--title); font-size: clamp(210px, 38vw, 490px); line-height: 1; pointer-events: none; }
.journey-heading { display: grid; gap: 18px; margin-bottom: 42px; }
.journey-heading h2 { max-width: 720px; margin: 0; color: var(--white); }
.journey-heading .eyebrow { color: var(--gold-light); }
.journey-heading > p { max-width: 470px; margin: 0; color: #c8beb3; line-height: 1.5; }
.journey-list { position: relative; isolation: isolate; display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.journey-list::before { content: ""; position: absolute; z-index: 0; left: 47px; top: 51px; bottom: 51px; width: 1px; background: linear-gradient(var(--gold-light), var(--gold-deep), rgba(169,126,57,.08)); }
.journey-list li { position: relative; z-index: 1; display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 17px; min-width: 0; padding: 22px 18px; border: 1px solid transparent; border-radius: 15px; background: linear-gradient(#35312d, #302d29) padding-box, linear-gradient(135deg, rgba(217,189,131,.56), rgba(255,255,255,.08) 55%, rgba(169,126,57,.28)) border-box; box-shadow: 0 18px 34px rgba(0,0,0,.14); }
.journey-list li > span { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(217,189,131,.72); border-radius: 50%; background: #272624; color: var(--gold-light); box-shadow: 0 0 0 7px rgba(217,189,131,.055); font-family: var(--title); font-size: 18px; line-height: 1; }
.journey-list small { display: block; margin: 1px 0 7px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.journey-list h3 { margin: 0 0 9px; color: var(--white); font-size: 21px; }
.journey-list p { margin: 0; color: #c9c0b6; font-size: 16px; line-height: 1.45; }
.journey-note { display: flex; align-items: center; gap: 12px; margin: 28px 0 0; color: #a9a097; font-size: 15px; font-style: italic; }
.journey-note::before { content: ""; flex: 0 0 42px; width: 42px; height: 1px; background: linear-gradient(90deg, var(--gold-light), var(--gold-deep)); }

.results { background: var(--white); }
.results-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.result-card { min-width: 0; padding: 6px 6px 0; border: 1px solid transparent; border-radius: 16px; overflow: hidden; background: linear-gradient(var(--nude), var(--nude)) padding-box, linear-gradient(135deg, rgba(169,126,57,.72), rgba(217,189,131,.14) 45%, rgba(44,44,44,.12)) border-box; box-shadow: 0 18px 44px rgba(44,44,44,.07); }
.result-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.result-pair figure { position: relative; margin: 0; overflow: hidden; background: #d8d1c9; }
.result-pair figure:first-child { border-radius: 11px 2px 2px 2px; }
.result-pair figure:last-child { border-radius: 2px 11px 2px 2px; }
.result-pair img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; transition: transform .55s ease; }
.result-card:hover .result-pair img { transform: scale(1.015); }
.result-pair figcaption { position: absolute; inset: auto 8px 8px; padding: 7px 10px; border-radius: 5px; background: rgba(44,44,44,.82); color: var(--white); font-size: 10px; letter-spacing: .12em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(4px); }
.result-card > p { margin: 0; padding: 16px 12px 17px; font-family: var(--title); font-size: 18px; line-height: 1.25; }
.results-disclaimer { max-width: 620px; margin: 20px auto 0; color: var(--ink-muted); font-size: 14px; font-style: italic; text-align: center; }

.faq { background: var(--nude); border-top: 1px solid rgba(128,91,39,.22); }
.faq-grid { display: grid; gap: 45px; }
.faq-intro p:last-child { color: var(--ink-muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; min-height: 66px; display: flex; align-items: center; padding: 15px 42px 15px 0; cursor: pointer; font-family: var(--title); font-size: 16px; line-height: 1.35; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 5px; width: 15px; height: 1px; background: var(--gold); transition: transform .25s ease; }
.accordion summary span::after { content: ""; right: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { padding: 0 28px 22px 0; margin: 0; color: var(--ink-muted); font-size: 17px; }

.final-cta { padding-block: var(--section); background: var(--charcoal); color: var(--white); }
.final-grid { display: grid; gap: 44px; align-items: center; }
.final-grid > div > p:not(.eyebrow) { color: #ddd4ca; }
.button-light { background: var(--gold); }
.final-grid figure { position: relative; margin: 0; min-height: 320px; border-radius: 180px 180px 3px 3px; overflow: hidden; box-shadow: 20px 20px 0 rgba(169,126,57,.18); }
.final-grid figure::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.46); border-radius: inherit; }
.final-grid figure img { min-height: 260px; height: 100%; object-fit: cover; }

.site-footer { position: relative; padding: 64px 0; overflow: hidden; background: #201f1d; color: #d7cec3; border-top: 1px solid rgba(217,189,131,.24); }
.site-footer::before { content: "SC"; position: absolute; right: -18px; bottom: -55px; color: transparent; -webkit-text-stroke: 1px rgba(217,189,131,.1); font-family: var(--title); font-size: 220px; line-height: 1; pointer-events: none; }
.footer-grid { position: relative; display: grid; gap: 36px; }
.footer-logo { width: 250px; height: 125px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 380px; margin: 14px 0 0; color: #bdb4aa; line-height: 1.45; }
.footer-contact { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-label { display: block; margin-bottom: 9px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact strong { display: block; margin-bottom: 7px; color: var(--white); font-family: var(--title); font-size: 21px; }
.footer-contact p { margin: 0; color: #aca399; line-height: 1.5; }
.footer-address { display: grid; gap: 2px; color: #d7cec3; text-decoration: none; }
.footer-address strong { margin-bottom: 2px; line-height: 1.3; }
.footer-address span { line-height: 1.4; }
.footer-address:hover strong { color: var(--gold-light); }
.footer-contact .footer-credentials { margin-top: 13px; }
.footer-map { display: block; width: 100%; height: 160px; margin-top: 16px; border: 1px solid rgba(217,189,131,.26); border-radius: 8px; background: var(--charcoal); }
.footer-links { display: grid; gap: 12px; }
.footer-social, .footer-whatsapp { min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(217,189,131,.26); border-radius: 8px; color: #e6ddd3; text-decoration: none; }
.footer-social svg { flex: 0 0 20px; fill: none; stroke: var(--gold-light); stroke-width: 1.45; }
.footer-social svg .social-dot { fill: var(--gold-light); stroke: none; }
.footer-whatsapp { justify-content: space-between; background: linear-gradient(135deg, rgba(128,91,39,.82), rgba(169,126,57,.45)); color: var(--white); }
.footer-bottom { display: flex; flex-direction: column; gap: 6px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8f877f; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: .1s; }
.js .reveal[data-delay="2"] { transition-delay: .18s; }

@media (min-width: 700px) {
  :root { --shell: min(1180px, calc(100% - 72px)); }
  .header-inner { min-height: 82px; }
  .brand-logo { width: 180px; height: 68px; }
  .header-meta { display: flex; }
  .hero { padding-top: 82px; }
  .hero-grid { height: clamp(600px, calc(100svh - 82px), 680px); grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: stretch; }
  .hero-copy { align-self: center; padding: 42px 56px 42px 0; }
  .hero-copy h1 { max-width: 640px; font-size: clamp(48px, 4vw, 60px); line-height: 1.04; }
  .hero-copy .eyebrow { margin-bottom: 10px; }
  .hero-visual { min-height: 0; }
  .hero-primary { inset: 18px 16px 18px 42px; border-radius: 280px 280px 4px 4px; }
  .hero-visual figcaption { right: 16px; bottom: 30px; }
  .pillars-grid { grid-template-columns: repeat(4, 1fr); }
  .pillars-grid div, .pillars-grid div:nth-child(2n) { min-height: 120px; padding: 25px 22px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .pillars-grid div:last-child { border-right: 0; }
  .split { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 6vw, 82px); }
  .editorial-photo, .editorial-photo img { min-height: 430px; }
  .face-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); }
  .face-principles { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .face-principles div, .face-principles div:nth-child(odd), .face-principles div:nth-child(even) { min-height: 150px; padding: 28px 22px 20px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .face-principles div::before { left: 22px; }
  .face-principles div:last-child { border-right: 0; }
  .global-grid { grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; }
  .section-heading { grid-template-columns: 1.1fr .7fr; align-items: end; justify-content: space-between; }
  .treatment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .treatment-list article { min-height: 220px; padding: 30px 28px 27px; }
  .treatment-list h3 { font-size: 26px; }
  .masculine-grid { grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 6vw, 84px); }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-photo { grid-column: 1 / -1; min-height: 470px; }
  .journey-heading { grid-template-columns: 1.15fr .65fr; align-items: end; gap: 7vw; margin-bottom: 50px; }
  .journey-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .journey-list::before { left: 7%; right: 7%; top: 56px; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, rgba(217,189,131,.12), var(--gold-light), var(--gold-deep), rgba(217,189,131,.12)); }
  .journey-list li { min-height: 265px; display: block; padding: 27px 24px 24px; }
  .journey-list li > span { margin-bottom: 30px; }
  .journey-list h3 { font-size: 22px; }
  .journey-note { margin-top: 32px; }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: clamp(52px, 7vw, 96px); }
  .final-grid { grid-template-columns: 1fr .85fr; gap: 6vw; }
  .final-grid figure, .final-grid figure img { min-height: 460px; }
  .footer-grid { grid-template-columns: 1.15fr .85fr 1fr; align-items: start; column-gap: 54px; }
  .footer-contact { padding-top: 0; border-top: 0; }
  .footer-bottom { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; }
  .site-footer { padding-bottom: 48px; }
}

@media (min-width: 1024px) {
  .case-grid { grid-template-columns: .78fr 1.22fr; gap: 70px; }
  .about-grid { grid-template-columns: .82fr 1.15fr .7fr; gap: 42px; }
  .about-photo { grid-column: auto; min-height: 100%; }
  .credentials div { min-height: 200px; }
  .treatment-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .treatment-list article, .treatment-list article:nth-child(3n) { min-height: 232px; padding: 32px 30px 28px; }
  .treatment-list h3 { max-width: 100%; font-size: clamp(21px, 2.05vw, 26px); letter-spacing: -.035em; }
  .result-card { padding: 10px; }
}

@media (max-width: 699px) {
  .header-meta { display: none; }
  .site-header .button-small { min-width: 126px; padding-inline: 10px; }
  .brand-logo { width: 156px; height: 62px; }
  .hero-copy { order: 1; }
  .hero-copy { padding-top: 30px; }
  .hero-copy h1 { font-size: clamp(40px, 11.5vw, 52px); line-height: 1.04; }
  .hero-visual { order: 2; min-height: 470px; margin-inline: -8px; }
  .hero-primary { inset: 8px 8px 14px; }
  .hero-primary img { object-position: center bottom; }
  .hero-visual figcaption { right: 10px; bottom: 22px; }
  .case-comparison { gap: 7px; }
}

@media (max-width: 389px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 17px; }
  h1 { font-size: 39px; }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand-logo { width: 138px; height: 58px; }
  .site-header .button-small { min-width: 112px; font-size: 10px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 80px; }
  .hero-copy { padding-top: 24px; }
  .hero-visual { min-height: 440px; margin-inline: -6px; }
  .hero-primary { inset: 8px 8px 14px; }
  .face-principles span { font-size: 26px; }
  .face-principles strong { font-size: 15px; }
  .case-status { gap: 6px; }
  .case-status span { padding-inline: 10px; font-size: 9px; letter-spacing: .07em; }
}

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