:root {
  --black: #050504;
  --black-soft: #0b0a08;
  --gold: #c9974f;
  --gold-light: #e0b869;
  --white: #f4f0e8;
  --muted: #bdb8ae;
  --line: rgba(202, 153, 78, .42);
  --sans: "Montserrat", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Allura", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
.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: 1000; top: 8px; left: 8px; padding: 10px 15px; color: var(--black); background: var(--gold-light); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 122px;
  padding: 0 clamp(32px, 3.2vw, 66px);
  display: grid;
  grid-template-columns: 280px 1fr 246px;
  gap: 34px;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-solid {
  background: rgba(3, 3, 3, .94);
  border-bottom-color: rgba(202,153,78,.2);
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-logo { position: relative; width: 265px; height: 102px; overflow: hidden; }
.nav-logo img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-width: none; transform: translate(-50%, -50%); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(27px, 3vw, 58px); }
.main-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .3s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { right: 0; }
.outline-button, .gold-button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 28px; border: 1px solid var(--gold); border-radius: 5px; text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 500; transition: color .25s, background .25s, box-shadow .25s, transform .25s; }
.outline-button { color: var(--gold-light); background: rgba(8,7,5,.32); }
.outline-button:hover { color: var(--black); background: var(--gold-light); box-shadow: 0 12px 35px rgba(202,153,78,.16); transform: translateY(-2px); }
.nav-book { justify-self: end; width: 246px; }
.nav-book svg, .gold-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 26px; height: 1px; margin: 7px 0; background: var(--gold-light); transition: transform .3s ease; }

.hero { position: relative; isolation: isolate; width: 100%; min-height: 850px; height: 100svh; max-height: 1080px; overflow: hidden; }
.hero-photo { position: absolute; z-index: -4; inset: 0; background: url("assets/hero-woman.png") 50% center / cover no-repeat; animation: heroZoom 14s ease-out both; }
.hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.77) 30%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.03) 67%), linear-gradient(0deg, rgba(0,0,0,.36) 0, transparent 34%); }
.gold-glow { position: absolute; z-index: -2; pointer-events: none; filter: blur(38px); opacity: .55; }
.glow-left { width: 34px; height: 250px; left: -18px; top: 31%; background: var(--gold); }
.glow-bottom { width: 320px; height: 23px; left: 31%; bottom: -12px; background: var(--gold); transform: rotate(-8deg); }
.hero-content { position: relative; z-index: 2; width: min(820px, 52vw); margin-left: clamp(70px, 5.8vw, 110px); padding-top: clamp(200px, 22vh, 245px); }
.brand-lockup { position: relative; width: clamp(480px, 41vw, 710px); height: clamp(270px, 30vh, 345px); overflow: hidden; }
.brand-lockup img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-width: none; transform: translate(-50%, -50%); }
.tagline { margin: -6px 0 20px clamp(25px, 3vw, 60px); color: var(--gold-light); font-family: var(--script); font-size: clamp(46px, 3.7vw, 70px); line-height: 1; white-space: nowrap; }
.treatments { display: flex; align-items: center; gap: 16px; margin: 36px 0 38px; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .095em; font-size: clamp(12px, 1.05vw, 16px); white-space: nowrap; }
.treatments i { flex: 0 0 5px; width: 5px; height: 5px; background: var(--gold-light); border-radius: 50%; }
.hero-actions { display: flex; gap: 22px; }
.hero-actions .outline-button, .hero-actions .gold-button { min-height: 64px; font-size: 14px; }
.gold-button { min-width: 370px; color: #120e08; background: linear-gradient(120deg, #d8af68, #b98743); box-shadow: 0 12px 36px rgba(184,133,61,.18); }
.gold-button:hover { color: #090705; background: linear-gradient(120deg, #edcb8e, #c8954d); transform: translateY(-2px); box-shadow: 0 16px 42px rgba(184,133,61,.28); }
.hero-services { min-width: 285px; }
.social-row { display: flex; align-items: center; gap: clamp(27px, 3.2vw, 58px); margin-top: 40px; }
.social-row a { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.78); font-size: 14px; transition: color .2s; white-space: nowrap; }
.social-row a:hover { color: var(--gold-light); }
.social-row svg { width: 29px; height: 29px; fill: none; stroke: var(--gold-light); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-row .fill-dot { fill: var(--gold-light); stroke: none; }
.hero-badge { position: absolute; z-index: 3; right: 0; bottom: 40px; min-width: 385px; min-height: 105px; display: flex; align-items: center; gap: 20px; padding: 14px 42px 14px 18px; border: 1px solid var(--line); border-right: 0; border-radius: 15px 0 0 15px; background: linear-gradient(90deg, rgba(40,25,11,.76), rgba(7,7,6,.85)); backdrop-filter: blur(12px); }
.badge-icon { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; }
.badge-icon svg { width: 34px; fill: none; stroke: var(--gold-light); stroke-width: 1.7; }
.hero-badge p { margin: 0; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .1em; line-height: 1.65; font-size: 12px; }
.hero-badge strong { color: var(--gold-light); font-weight: 500; }
.scroll-cue { display: none; }

.services-section { position: relative; isolation: isolate; min-height: 850px; padding: 94px 0 76px; overflow: hidden; background: linear-gradient(180deg, #050504 0%, #050504 68%, #040403 100%); }
.services-section::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .3; background: radial-gradient(circle at 50% 0%, rgba(190,135,61,.12), transparent 36%), repeating-linear-gradient(120deg, transparent 0 120px, rgba(255,255,255,.012) 121px, transparent 122px); }
.services-aura { position: absolute; z-index: -1; left: 50%; top: 34%; width: 72%; height: 280px; transform: translateX(-50%); background: rgba(175,116,41,.055); filter: blur(90px); border-radius: 50%; pointer-events: none; }
.services-container { width: min(1360px, calc(100% - 72px)); margin-inline: auto; }
.services-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-kicker { display: block; margin-bottom: 14px; color: #8f7755; font-size: 10px; font-weight: 500; letter-spacing: .23em; text-transform: uppercase; }
.services-heading h2 { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(48px, 4.4vw, 72px); font-weight: 500; line-height: 1; letter-spacing: .055em; text-transform: uppercase; }
.title-ornament, .card-ornament { display: flex; align-items: center; justify-content: center; gap: 0; }
.title-ornament { margin: 25px auto 20px; }
.title-ornament i { width: 100px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.title-ornament i:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.title-ornament b, .card-ornament b { width: 8px; height: 8px; background: var(--gold-light); transform: rotate(45deg); }
.services-heading > p { max-width: 610px; margin: 0 auto; color: #8f8a81; font-size: 13px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.service-card { position: relative; min-height: 326px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px 22px 0; overflow: hidden; border: 1px solid rgba(218,168,91,.56); border-radius: 14px; background: linear-gradient(155deg, rgba(21,19,16,.72), rgba(5,5,4,.97) 58%); box-shadow: inset 0 0 42px rgba(0,0,0,.25); text-align: left; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 20%, rgba(217,167,89,.08), transparent 35%); opacity: 0; transition: opacity .4s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--gold-light); box-shadow: 0 20px 52px rgba(0,0,0,.32), inset 0 0 42px rgba(0,0,0,.18); }
.service-card:hover::before { opacity: 1; }
.card-index { position: absolute; top: 18px; right: 19px; color: #64543e; font-family: var(--serif); font-size: 13px; letter-spacing: .1em; }
.service-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 0 16px; color: var(--gold-light); }
.service-icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 2.05; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 7px rgba(218,168,91,.16)); }
.service-icon.crown-icon svg { width: 57px; }
.service-card h3 { min-height: 49px; display: flex; align-items: flex-start; margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(18px, 1.3vw, 22px); font-weight: 600; line-height: 1.14; letter-spacing: .025em; text-transform: uppercase; }
.card-ornament { width: 145px; margin: 16px 0 20px; }
.card-ornament i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(218,168,91,.66)); }
.card-ornament i:last-child { background: linear-gradient(90deg, rgba(218,168,91,.66), transparent); }
.card-ornament b { width: 6px; height: 6px; }
.service-card > p { min-height: 68px; max-width: 290px; margin: 9px 0 21px; color: #c3beb5; font-size: 12px; line-height: 1.65; }
.service-price { width: calc(100% + 60px); min-height: 83px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 28px; border-top: 1px solid rgba(218,168,91,.28); border-bottom: 1px solid rgba(218,168,91,.28); background: rgba(201,151,79,.055); text-align: left; }
.service-price > span { max-width: 90px; color: #777168; font-size: 8px; font-weight: 500; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }
.service-price strong { color: var(--gold-light); font-family: var(--serif); font-size: 29px; font-weight: 500; white-space: nowrap; }
.service-price strong small { color: #8f806c; font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.service-price strong sup { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.service-link { width: calc(100% + 44px); min-height: 49px; margin: auto -22px 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: #a9977d; border-top: 1px solid rgba(218,168,91,.22); background: rgba(201,151,79,.035); font-size: 9px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; transition: color .25s, background .25s; }
.service-link span { color: var(--gold); font-size: 14px; transition: transform .25s; }
.service-link:hover { color: var(--black); background: var(--gold-light); }
.service-link:hover span { color: var(--black); transform: translate(2px,-2px); }
.price-catalog-disclosure { margin: 42px auto 0; }
.price-catalog-toggle { min-height: 94px; padding: 19px 24px 19px 29px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; color: var(--white); border: 1px solid rgba(218,168,91,.62); border-radius: 15px; outline: 0; background: linear-gradient(105deg, rgba(202,153,78,.12), rgba(13,10,7,.94) 48%, rgba(5,5,4,.98)); box-shadow: 0 17px 45px rgba(0,0,0,.24); cursor: pointer; list-style: none; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.price-catalog-toggle::-webkit-details-marker { display: none; }
.price-catalog-toggle:hover { border-color: var(--gold-light); background: linear-gradient(105deg, rgba(202,153,78,.17), rgba(13,10,7,.96) 48%, rgba(5,5,4,.99)); transform: translateY(-2px); }
.price-catalog-toggle:focus-visible { outline: 3px solid rgba(224,184,105,.42); outline-offset: 4px; }
.price-catalog-toggle-copy { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.price-catalog-toggle-copy small { color: #a48a65; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.price-catalog-toggle-copy strong { color: var(--gold-light); font-family: var(--serif); font-size: clamp(22px, 2vw, 31px); font-weight: 500; line-height: 1.08; }
.toggle-label-open { display: none; }
.price-catalog-toggle-icon { position: relative; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(218,168,91,.55); border-radius: 50%; background: rgba(202,153,78,.06); }
.price-catalog-toggle-icon i { position: absolute; width: 19px; height: 1px; background: var(--gold-light); transition: opacity .25s ease, transform .25s ease; }
.price-catalog-toggle-icon i:last-child { transform: rotate(90deg); }
.price-catalog-disclosure[open] .toggle-label-closed { display: none; }
.price-catalog-disclosure[open] .toggle-label-open { display: inline; }
.price-catalog-disclosure[open] .price-catalog-toggle-icon i:last-child { opacity: 0; transform: rotate(0); }
.price-catalog-disclosure[open] .price-catalog-toggle { border-color: rgba(224,184,105,.8); }
.price-catalog { position: relative; margin: 18px auto 0; padding: 42px 30px 30px; overflow: hidden; border: 1px solid rgba(202,153,78,.28); border-radius: 16px; background: linear-gradient(145deg, rgba(202,153,78,.045), rgba(5,5,4,.96) 42%); }
.price-catalog::before { content: ""; position: absolute; top: -1px; left: 0; width: min(220px, 24%); height: 1px; background: var(--gold-light); box-shadow: 0 0 18px rgba(224,184,105,.36); }
.price-catalog-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); align-items: end; gap: 35px; margin-bottom: 31px; }
.price-catalog-heading .section-kicker { margin-bottom: 10px; }
.price-catalog-heading h3 { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(35px, 3.1vw, 50px); font-weight: 500; line-height: 1; letter-spacing: .03em; }
.price-catalog-heading > p { max-width: 380px; margin: 0 0 4px; color: #9b958b; font-size: 13px; line-height: 1.8; }
.price-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.price-catalog-card { position: relative; min-width: 0; padding: 30px 32px 28px; overflow: hidden; border: 1px solid rgba(202,153,78,.38); border-radius: 16px; background: linear-gradient(135deg, rgba(202,153,78,.065), rgba(8,7,5,.94) 53%); }
.price-catalog-card::after { content: ""; position: absolute; right: -75px; bottom: -100px; width: 215px; height: 215px; border: 1px solid rgba(202,153,78,.1); border-radius: 50%; pointer-events: none; }
.price-catalog-index { display: block; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.price-catalog-card h4 { min-height: 61px; margin: 13px 0 23px; color: var(--white); font-family: var(--serif); font-size: clamp(25px, 2vw, 33px); font-weight: 500; line-height: .98; letter-spacing: .015em; }
.catalog-price-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.catalog-price-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(202,153,78,.2); }
.catalog-price-list li > span { min-width: 0; color: #c4bdb2; font-size: 12px; line-height: 1.45; }
.catalog-price-list li strong { color: var(--gold-light); font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1; white-space: nowrap; }
.price-catalog-card-custom { grid-column: 1 / -1; }
.price-catalog-card-custom .catalog-consultation-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
.price-catalog-card-custom .catalog-consultation-list li { gap: 12px; }
.catalog-consultation-list li strong { color: #cdb894; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.price-note { margin: 28px auto 0; color: #777168; text-align: center; font-size: 9px; line-height: 1.7; letter-spacing: .05em; }
.price-note span { color: var(--gold); }

.why-section { position: relative; padding: 82px 18px 84px; overflow: hidden; background: linear-gradient(180deg, #040403 0%, #030303 72%, #050403 100%); }
.why-section::before { content: ""; position: absolute; left: 8%; bottom: -120px; width: 55%; height: 320px; pointer-events: none; background: rgba(177,120,46,.055); filter: blur(100px); border-radius: 50%; }
.why-shell { position: relative; width: min(1660px, 100%); min-height: 670px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 59%) minmax(0, 41%); overflow: hidden; border: 1px solid rgba(218,168,91,.82); border-radius: 25px; background: linear-gradient(135deg, rgba(13,12,10,.86), rgba(3,3,3,.98) 65%); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.why-content { display: flex; flex-direction: column; justify-content: center; padding: 66px 54px 58px; }
.why-heading { margin-bottom: 66px; text-align: center; }
.why-heading .section-kicker { margin-bottom: 13px; }
.why-heading h2 { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(39px, 3vw, 54px); font-weight: 600; line-height: 1.05; letter-spacing: .045em; text-transform: uppercase; }
.why-title-line { display: block; width: 82px; height: 2px; margin: 24px auto 0; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.why-item { min-width: 0; padding: 0 22px; text-align: center; }
.why-item + .why-item { border-left: 1px solid rgba(202,153,78,.48); }
.why-icon { width: 112px; height: 112px; margin: 0 auto 32px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); box-shadow: inset 0 0 28px rgba(218,168,91,.04); transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
.why-item:hover .why-icon { transform: translateY(-5px); background: rgba(202,153,78,.07); box-shadow: 0 14px 35px rgba(0,0,0,.22), inset 0 0 30px rgba(218,168,91,.07); }
.why-icon svg { width: 61px; height: 61px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.why-item h3 { min-height: 65px; display: flex; align-items: flex-start; justify-content: center; margin: 0 0 13px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(20px, 1.45vw, 25px); font-weight: 600; line-height: 1.25; letter-spacing: .025em; text-transform: uppercase; }
.why-item p { max-width: 190px; margin: 0 auto; color: #c2bdb5; font-size: 12px; line-height: 1.75; }
.why-visual { position: relative; min-width: 0; min-height: 670px; margin: 0; overflow: hidden; border-left: 1px solid rgba(202,153,78,.55); }
.why-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,3,3,.2), transparent 18%), linear-gradient(0deg, rgba(2,2,2,.26), transparent 30%); }
.why-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.why-shell:hover .why-visual img { transform: scale(1.025); }
.why-visual figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 7px 10px; color: rgba(255,255,255,.55); background: rgba(3,3,3,.55); border: 1px solid rgba(255,255,255,.12); border-radius: 3px; backdrop-filter: blur(8px); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }

.cases-section { position: relative; isolation: isolate; padding: 88px 0 76px; overflow: hidden; background: linear-gradient(180deg, #050403 0%, #070604 68%, #030303 100%); }
.cases-section::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 58%, rgba(184,128,51,.1), transparent 40%), repeating-linear-gradient(135deg, transparent 0 150px, rgba(255,255,255,.012) 151px, transparent 152px); }
.cases-container { width: min(1240px, calc(100% - 72px)); margin-inline: auto; }
.cases-heading { max-width: 790px; margin: 0 auto 62px; text-align: center; }
.cases-heading h2 { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(50px, 4.7vw, 76px); font-weight: 500; line-height: 1; letter-spacing: .055em; text-transform: uppercase; }
.cases-heading > p { max-width: 610px; margin: 0 auto; color: #8f8a81; font-size: 13px; line-height: 1.8; }
.cases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1240px; margin-inline: auto; }
.case-showcase { display: flex; min-width: 0; flex-direction: column; gap: 22px; }
.case-copy { display: flex; min-height: 200px; flex-direction: column; align-items: flex-start; padding: 0 7px; }
.case-number { display: block; margin-bottom: 10px; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.case-copy h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(29px, 2.25vw, 36px); font-weight: 500; line-height: 1.02; letter-spacing: -.01em; }
.case-copy-line { display: none; }
.case-copy > p { max-width: 410px; margin: 13px 0 0; color: #a59f96; font-size: 11px; line-height: 1.75; }
.case-control-hint { display: flex; align-items: center; gap: 9px; margin: auto 0 2px; color: #716a60; font-size: 7px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.case-control-hint svg { width: 25px; height: 25px; fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.comparison-frame { min-width: 0; padding: 10px; border: 1px solid rgba(218,168,91,.72); border-radius: 19px; background: linear-gradient(135deg, rgba(218,168,91,.07), rgba(4,4,3,.9)); box-shadow: 0 30px 90px rgba(0,0,0,.36); }
.image-comparison { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; background: #0b0907; user-select: none; touch-action: none; }
.comparison-before, .comparison-after { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.comparison-after-wrap { position: absolute; z-index: 2; inset: 0; overflow: hidden; clip-path: inset(0 0 0 var(--comparison-position)); }
.comparison-after { position: absolute; inset: 0; }
.comparison-label { position: absolute; z-index: 5; top: 19px; padding: 8px 14px; color: rgba(255,255,255,.92); background: rgba(4,4,3,.62); border: 1px solid rgba(218,168,91,.6); border-radius: 3px; backdrop-filter: blur(8px); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; pointer-events: none; }
.label-after { right: 19px; }
.label-before { left: 19px; }
.comparison-range { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: none; }
.comparison-divider { position: absolute; z-index: 7; top: 0; bottom: 0; left: var(--comparison-position); width: 2px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(201,151,79,.5), 0 0 18px rgba(0,0,0,.3); transform: translateX(-50%); pointer-events: none; }
.comparison-handle { position: absolute; top: 50%; left: 50%; width: 58px; height: 58px; display: grid; place-items: center; color: #17110a; background: linear-gradient(135deg, #e1ba75, #b7833e); border: 3px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 8px 30px rgba(0,0,0,.38); transform: translate(-50%,-50%); transition: transform .2s, box-shadow .2s; }
.comparison-handle svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.comparison-range:active + .comparison-divider .comparison-handle { transform: translate(-50%,-50%) scale(1.09); box-shadow: 0 10px 38px rgba(0,0,0,.48); }
.comparison-range:focus-visible + .comparison-divider .comparison-handle { outline: 3px solid var(--white); outline-offset: 4px; }
.cases-note { max-width: 1180px; margin: 28px auto 0; color: #777168; text-align: right; font-size: 8px; line-height: 1.7; letter-spacing: .05em; }
.cases-note span { color: var(--gold); }
.cases-grid .case-showcase:nth-child(2) { transition-delay: .1s; }
.cases-grid .case-showcase:nth-child(3) { transition-delay: .2s; }

.testimonials-section { position: relative; isolation: isolate; padding: 90px 0 84px; overflow: hidden; background: linear-gradient(180deg, #030303 0%, #030303 70%, #070503 100%); }
.testimonials-section::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 17% 28%, rgba(193,139,66,.11), transparent 31%), linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,.012) 62.1% 62.2%, transparent 62.3%); }
.testimonials-container { width: min(1240px, calc(100% - 72px)); margin-inline: auto; }
.testimonials-heading { display: grid; grid-template-columns: minmax(0,1fr) 410px; gap: 60px; align-items: end; margin-bottom: 58px; }
.testimonials-heading .section-kicker { margin-bottom: 14px; }
.testimonials-heading h2 { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(52px, 5vw, 78px); font-weight: 500; line-height: .95; letter-spacing: .055em; text-transform: uppercase; }
.testimonials-heading > p { max-width: 400px; margin: 0 0 4px; color: #918b82; font-size: 12px; line-height: 1.9; }
.testimonials-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.testimonial-card { position: relative; min-height: 380px; padding: 38px 32px 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(202,153,78,.36); border-radius: 18px; background: linear-gradient(145deg, rgba(202,153,78,.045), rgba(8,7,5,.9) 55%); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease; }
.testimonial-card::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 230px; height: 230px; border: 1px solid rgba(202,153,78,.12); border-radius: 50%; pointer-events: none; }
.testimonial-card:hover { border-color: rgba(224,184,105,.72); background: linear-gradient(145deg, rgba(202,153,78,.08), rgba(8,7,5,.96) 58%); }
.testimonial-card-featured { border-color: rgba(224,184,105,.62); background: radial-gradient(circle at 20% 0, rgba(207,153,77,.14), transparent 38%), linear-gradient(145deg, #0d0a06, #060605); }
.testimonial-index { position: relative; z-index: 2; color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.testimonial-quote { position: absolute; top: 14px; right: 25px; color: rgba(224,184,105,.13); font-family: Georgia, serif; font-size: 112px; line-height: 1; pointer-events: none; }
.testimonial-card blockquote { position: relative; z-index: 2; margin: auto 0; padding: 42px 0 34px; }
.testimonial-card blockquote p { margin: 0; color: #e8e1d6; font-family: var(--serif); font-size: clamp(24px, 2vw, 31px); font-weight: 500; line-height: 1.24; }
.testimonial-card footer { position: relative; z-index: 2; padding-top: 22px; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid rgba(202,153,78,.22); }
.testimonial-card cite { color: var(--gold-light); font-style: normal; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-card footer span { color: #6f6960; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.testimonials-grid .testimonial-card:nth-child(2) { transition-delay: .08s; }
.testimonials-grid .testimonial-card:nth-child(3) { transition-delay: .16s; }
.testimonials-disclaimer { margin: 34px 0 0; color: #68625a; text-align: right; font-size: 8px; line-height: 1.7; letter-spacing: .045em; }
.testimonials-disclaimer span { color: var(--gold); }

.contact-section { position: relative; isolation: isolate; padding: 86px 0 28px; overflow: hidden; background: linear-gradient(180deg, #070503 0%, #080604 42%, #050504 100%); }
.contact-section::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 50%, rgba(202,153,78,.13), transparent 32%), radial-gradient(circle at 88% 15%, rgba(160,105,37,.08), transparent 26%); }
.contact-shell { width: min(1320px, calc(100% - 72px)); margin-inline: auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.06fr); overflow: hidden; border: 1px solid rgba(218,168,91,.56); border-radius: 26px; background: rgba(4,4,3,.84); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.contact-hours { grid-column: 1 / -1; padding: 31px 58px 29px; border-bottom: 1px solid rgba(202,153,78,.35); background: linear-gradient(105deg, rgba(202,153,78,.105), rgba(23,17,10,.42) 44%, rgba(5,4,3,.15)); }
.contact-hours-heading { display: grid; grid-template-columns: auto minmax(200px, 1fr) minmax(290px, .92fr); align-items: center; gap: 16px; }
.contact-hours-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(218,168,91,.54); border-radius: 50%; background: rgba(202,153,78,.07); }
.contact-hours-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.contact-hours .section-kicker { display: block; margin-bottom: 5px; }
.contact-hours h3 { margin: 0; color: var(--white); font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1; letter-spacing: .01em; }
.contact-emergency { margin: 0; padding: 14px 18px 15px; display: flex; flex-direction: column; gap: 5px; border: 1px solid rgba(238,91,83,.76); border-radius: 10px; background: linear-gradient(100deg, rgba(179,36,37,.26), rgba(92,19,20,.12)); box-shadow: inset 4px 0 0 #e7534e, 0 10px 28px rgba(108,16,17,.16); }
.contact-emergency > span { color: #ff9c95; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-emergency .contact-emergency-details { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 13px; }
.contact-emergency strong { color: #ff6f68; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: .045em; text-transform: uppercase; }
.contact-emergency a { color: var(--gold-light); font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.1; letter-spacing: .045em; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.contact-emergency a:hover { color: var(--white); }
.contact-hours-grid { margin: 26px 0 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid rgba(202,153,78,.22); }
.contact-hours-grid > div { min-width: 0; padding: 19px 15px 7px; border-right: 1px solid rgba(202,153,78,.18); }
.contact-hours-grid > div:first-child { padding-left: 0; }
.contact-hours-grid > div:last-child { padding-right: 0; border-right: 0; }
.contact-hours-grid dt { margin: 0 0 8px; color: #b1a79a; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-hours-grid dd { margin: 0; color: #f4ecdf; font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: .02em; white-space: nowrap; }
.contact-hours-grid dd span { color: var(--gold); }
.contact-hours-grid .is-closed dd { color: var(--gold-light); }
.contact-form-panel { min-width: 0; padding: 68px 58px 58px; }
.contact-form-panel .section-kicker { margin-bottom: 14px; }
.contact-form-panel h2 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(50px, 4.2vw, 68px); font-weight: 500; line-height: .98; letter-spacing: -.015em; }
.contact-form-panel > p { max-width: 570px; margin: 22px 0 0; color: #9b958b; font-size: 11px; line-height: 1.85; }
.contact-form { margin-top: 36px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 16px; }
.form-field { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.form-field-full { grid-column: 1 / -1; }
.form-field > span { color: #9b9388; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; color: var(--white); background: rgba(255,255,255,.025); border: 1px solid rgba(202,153,78,.33); border-radius: 7px; outline: 0; font: 400 12px/1.5 var(--sans); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.form-field input, .form-field select { height: 54px; padding: 0 16px; }
.form-field textarea { min-height: 128px; padding: 15px 16px; resize: vertical; }
.form-field select { color-scheme: dark; cursor: pointer; }
.form-field select option { color: #17110a; background: #f4f0e8; }
.form-field select option:checked { color: #090705; background: #d8af68; }
.form-field select option[value=""] { color: #655f57; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #625d55; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: rgba(202,153,78,.04); border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(202,153,78,.09); }
.contact-consent { display: flex; align-items: flex-start; gap: 11px; color: #7f786f; font-size: 9px; line-height: 1.55; cursor: pointer; }
.contact-consent input { flex: 0 0 16px; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--gold); }
.contact-submit-row { display: flex; align-items: center; gap: 20px; margin-top: 27px; }
.contact-submit { min-width: 230px; min-height: 57px; border: 0; cursor: pointer; }
.contact-submit svg { width: 20px; height: 20px; }
.contact-submit-row > p { max-width: 250px; margin: 0; color: #6f6960; font-size: 8px; line-height: 1.65; }
.form-status { min-height: 17px; margin: 12px 0 0; color: var(--gold-light); font-size: 9px; }
.contact-map-panel { position: relative; min-width: 0; min-height: 720px; overflow: hidden; border-left: 1px solid rgba(202,153,78,.35); background: #0b0907; }
.contact-map-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,3,2,.18), transparent 24% 70%, rgba(4,3,2,.35)); }
.contact-map-panel iframe { width: 100%; height: 100%; min-height: 720px; display: block; border: 0; filter: grayscale(.28) sepia(.12) brightness(.76) contrast(1.12); transition: filter .45s ease, transform .7s ease; }
.contact-map-panel:hover iframe { filter: grayscale(.08) sepia(.04) brightness(.88) contrast(1.05); }
.map-location-card { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; max-width: 410px; padding: 24px 25px; color: var(--white); background: rgba(6,5,3,.91); border: 1px solid rgba(218,168,91,.68); border-radius: 13px; box-shadow: 0 18px 45px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.map-location-card > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.map-location-card strong { color: var(--gold-light); font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: .04em; }
.map-location-card p { margin: 5px 0 18px; color: #aaa299; font-size: 10px; }
.map-location-card a { width: max-content; display: flex; align-items: center; gap: 9px; color: #e2dcd3; font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.map-location-card a span { color: var(--gold); font-size: 14px; transition: transform .25s ease; }
.map-location-card a:hover span { transform: translate(3px,-3px); }
.contact-signature { grid-column: 1 / -1; min-height: 72px; padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #716a61; border-top: 1px solid rgba(202,153,78,.35); background: #030303; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.contact-signature strong { color: var(--gold-light); font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: .08em; }
.contact-signature span:nth-child(2) { color: #9b8060; font-family: var(--script); font-size: 24px; letter-spacing: normal; text-transform: none; }
.contact-signature a { color: #b8b0a5; transition: color .2s ease; }
.contact-signature a:hover { color: var(--gold-light); }

.site-footer { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0 0; border-top: 1px solid rgba(224,184,105,.4); background: radial-gradient(circle at 16% 8%, rgba(201,151,79,.12), transparent 28%), linear-gradient(180deg, #080705 0%, #030303 68%, #020202 100%); }
.site-footer::before { content: ""; position: absolute; z-index: -1; top: 0; left: 50%; width: min(760px, 70vw); height: 1px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); transform: translateX(-50%); box-shadow: 0 0 30px rgba(224,184,105,.42); }
.footer-glow { position: absolute; z-index: -1; right: -120px; bottom: 40px; width: 330px; height: 330px; border: 1px solid rgba(201,151,79,.08); border-radius: 50%; box-shadow: 0 0 0 50px rgba(201,151,79,.018), 0 0 0 110px rgba(201,151,79,.012); pointer-events: none; }
.footer-main { width: min(1320px, calc(100% - 72px)); margin-inline: auto; padding-bottom: 64px; display: grid; grid-template-columns: minmax(250px, 1.22fr) minmax(150px, .68fr) minmax(190px, .82fr) minmax(260px, 1.18fr); gap: clamp(34px, 4vw, 72px); align-items: start; }
.footer-brand { min-width: 0; padding-right: 10px; }
.footer-logo { position: relative; width: 242px; height: 90px; display: block; margin: -22px 0 17px; overflow: hidden; }
.footer-logo img { position: absolute; top: 50%; left: 50%; width: 100%; height: auto; max-width: none; transform: translate(-50%, -50%); }
.footer-brand p { max-width: 350px; margin: 0 0 24px; color: #a49d93; font-size: 14px; line-height: 1.8; }
.footer-appointment { width: max-content; min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; gap: 13px; color: var(--gold-light); border: 1px solid rgba(224,184,105,.48); border-radius: 5px; background: rgba(201,151,79,.045); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-appointment span { font-size: 16px; transition: transform .25s ease; }
.footer-appointment:hover { color: #100c07; border-color: var(--gold-light); background: var(--gold-light); transform: translateY(-2px); }
.footer-appointment:hover span { transform: translate(2px,-2px); }
.footer-column { min-width: 0; }
.footer-column h2 { margin: 5px 0 26px; color: var(--gold-light); font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.1; letter-spacing: .065em; text-transform: uppercase; }
.footer-navigation { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-navigation h2 { margin-bottom: 13px; }
.footer-navigation a { position: relative; width: max-content; max-width: 100%; padding: 4px 0 4px 18px; color: #bbb4aa; font-size: 12px; line-height: 1.35; transition: color .22s ease, transform .22s ease; }
.footer-navigation a::before { content: ""; position: absolute; top: 50%; left: 0; width: 7px; height: 1px; background: var(--gold); transform: translateY(-50%); transition: width .22s ease; }
.footer-navigation a:hover { color: var(--white); transform: translateX(3px); }
.footer-navigation a:hover::before { width: 11px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-contact h2 { margin-bottom: 14px; }
.footer-contact a, .footer-contact p { margin: 0; color: #bbb4aa; font-size: 12px; line-height: 1.5; transition: color .22s ease; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact strong { margin-top: 7px; padding: 10px 11px; color: #ff7871; border-left: 2px solid #e7534e; background: rgba(179,36,37,.1); font-size: 11px; font-weight: 700; line-height: 1.45; letter-spacing: .055em; text-transform: uppercase; }
.footer-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-legal h2 { margin-bottom: 13px; }
.footer-legal a { position: relative; padding: 4px 0 4px 18px; color: #a69f95; font-size: 11px; line-height: 1.5; transition: color .22s ease, transform .22s ease; }
.footer-legal a::before { content: ""; position: absolute; top: 50%; left: 1px; width: 5px; height: 5px; border: 1px solid var(--gold); transform: translateY(-50%) rotate(45deg); transition: background .22s ease, border-color .22s ease; }
.footer-legal a:hover { color: var(--white); transform: translateX(3px); }
.footer-legal a:hover::before { border-color: var(--gold-light); background: var(--gold-light); }
.footer-bottom { width: min(1320px, calc(100% - 72px)); min-height: 86px; margin-inline: auto; padding: 23px 0 26px; display: grid; grid-template-columns: minmax(210px,1fr) minmax(270px,auto) minmax(120px,1fr); gap: 28px; align-items: center; border-top: 1px solid rgba(201,151,79,.25); }
.footer-bottom > p { margin: 0; color: #746e66; font-size: 9px; line-height: 1.6; letter-spacing: .07em; text-transform: uppercase; }
.footer-author { justify-self: center; min-width: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 8px; color: #6f6960; }
.footer-author > span:first-child { color: #6f6960; font-size: 7px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.footer-author strong { color: #a79579; font-size: 9px; font-weight: 600; line-height: 1.4; letter-spacing: .08em; }
.footer-author-phones { display: inline-flex; align-items: center; gap: 6px; color: #82786a; font-size: 8px; font-weight: 500; letter-spacing: .035em; }
.footer-author-phones a { transition: color .22s ease; }
.footer-author-phones a:hover { color: var(--gold-light); }
.footer-author-phones i { color: #675b4b; font-style: normal; }
.footer-back-top { justify-self: end; display: inline-flex; align-items: center; gap: 10px; color: #938b80; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .22s ease, transform .22s ease; }
.footer-back-top span { color: var(--gold-light); font-size: 16px; }
.footer-back-top:hover { color: var(--white); transform: translateY(-2px); }
.site-footer a:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 5px; }

.scroll-reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.scroll-reveal.in-view { opacity: 1; transform: translateY(0); }
.testimonial-card.scroll-reveal { transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease; }
.services-grid .service-card:nth-child(2) { transition-delay: .08s; }
.services-grid .service-card:nth-child(3) { transition-delay: .16s; }
.services-grid .service-card:nth-child(4) { transition-delay: .24s; }
.services-grid .service-card:nth-child(6) { transition-delay: .08s; }
.services-grid .service-card:nth-child(7) { transition-delay: .16s; }
.services-grid .service-card:nth-child(8) { transition-delay: .24s; }

.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s cubic-bezier(.2,.7,.2,1) forwards; }
.delay-1 { animation-delay: .14s; }
.delay-2 { animation-delay: .28s; }
.delay-3 { animation-delay: .42s; }
.delay-4 { animation-delay: .58s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.025); } to { transform: scale(1); } }

@media (max-width: 1380px) {
  .site-header { grid-template-columns: 220px 1fr 205px; padding-inline: 30px; gap: 20px; }
  .nav-logo { width: 210px; }
  .main-nav { gap: 27px; }
  .main-nav a { font-size: 11px; }
  .nav-book { width: 205px; }
  .hero-content { margin-left: 70px; width: 700px; padding-top: 185px; }
  .brand-lockup { width: 570px; height: 280px; }
  .tagline { font-size: 56px; }
  .treatments { font-size: 12px; }
  .gold-button { min-width: 330px; }
  .hero-services { min-width: 245px; }
  .social-row { gap: 30px; }
  .social-row a { font-size: 13px; }
  .hero-badge { min-width: 330px; }
  .services-container { width: min(1220px, calc(100% - 52px)); }
  .service-card { min-height: 326px; padding-inline: 20px; }
  .service-link { width: calc(100% + 40px); margin-inline: -20px; }
  .price-catalog-card { padding-inline: 27px; }
  .service-price { padding-inline: 20px; }
  .service-card > p { font-size: 12px; }
  .why-section { padding-inline: 14px; }
  .why-shell { min-height: 610px; grid-template-columns: minmax(0, 61%) minmax(0, 39%); }
  .why-content { padding: 54px 32px 48px; }
  .why-heading { margin-bottom: 50px; }
  .why-item { padding-inline: 13px; }
  .why-icon { width: 92px; height: 92px; margin-bottom: 26px; }
  .why-icon svg { width: 51px; height: 51px; }
  .why-item h3 { font-size: 18px; }
  .why-item p { font-size: 10px; }
  .why-visual { min-height: 610px; }
  .cases-container { width: min(1160px, calc(100% - 52px)); }
  .cases-grid { gap: 24px; }
  .case-showcase { gap: 20px; }
  .case-copy h3 { font-size: 31px; }
  .testimonials-container, .contact-shell { width: min(1160px, calc(100% - 52px)); }
  .contact-hours { padding-inline: 48px; }
  .contact-form-panel { padding-inline: 48px; }
}

@media (max-width: 1050px) {
  .site-header { height: 92px; grid-template-columns: 1fr auto; padding-inline: 24px; }
  .nav-logo { width: 205px; height: 78px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-book { display: none; }
  .main-nav { position: absolute; top: 0; left: 0; z-index: 1; width: 100vw; height: 100svh; flex-direction: column; gap: 24px; background: rgba(4,4,3,.985); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: .3s ease; }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { font-family: var(--serif); font-size: 29px; letter-spacing: .02em; text-transform: none; }
  .hero { min-height: 780px; height: 100svh; }
  .hero-content { width: min(660px, calc(100% - 70px)); margin-left: 35px; padding-top: 180px; }
  .hero-photo { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.66) 52%, rgba(0,0,0,.05) 85%), linear-gradient(0deg, rgba(0,0,0,.64), transparent 55%); }
  .brand-lockup { width: 520px; height: 285px; }
  .hero-badge { display: none; }
  .services-section { padding-block: 82px 68px; }
  .services-container { width: min(850px, calc(100% - 40px)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .service-card { min-height: 305px; }
  .price-catalog-disclosure { margin-top: 38px; }
  .price-catalog { margin-top: 16px; padding-top: 38px; }
  .price-catalog-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 26px; }
  .price-catalog-heading > p { max-width: 560px; }
  .why-section { padding-block: 72px; }
  .why-shell { grid-template-columns: 1fr; }
  .why-content { padding: 66px 42px 58px; }
  .why-heading { margin-bottom: 54px; }
  .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 42px 0; }
  .why-item:nth-child(3) { border-left: 0; }
  .why-item h3 { min-height: 52px; }
  .why-item p { max-width: 230px; }
  .why-visual { min-height: 520px; border-top: 1px solid rgba(202,153,78,.55); border-left: 0; }
  .cases-section { padding-block: 74px 68px; }
  .cases-container { width: min(850px, calc(100% - 40px)); }
  .cases-grid { gap: 20px; }
  .case-showcase { gap: 18px; }
  .case-copy { display: block; min-height: 210px; padding-inline: 5px; }
  .case-number { margin: 0 0 10px; }
  .case-copy h3 { font-size: 29px; }
  .case-copy > p { min-height: 62px; margin-top: 12px; }
  .case-control-hint { margin-top: 14px; }
  .cases-note { text-align: center; }
  .testimonials-section { padding-block: 78px 72px; }
  .testimonials-container { width: min(850px, calc(100% - 40px)); }
  .testimonials-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 44px; }
  .testimonials-heading > p { max-width: 620px; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonial-card-featured { grid-column: 1 / -1; min-height: 320px; }
  .testimonial-card-featured blockquote p { max-width: 680px; }
  .testimonial-card { min-height: 345px; }
  .testimonials-disclaimer { text-align: center; }
  .contact-section { padding-top: 72px; }
  .contact-shell { width: min(850px, calc(100% - 40px)); grid-template-columns: 1fr; }
  .contact-hours { padding: 29px 48px 27px; }
  .contact-hours-heading { grid-template-columns: auto 1fr; }
  .contact-emergency { grid-column: 1 / -1; margin-top: 5px; }
  .contact-hours-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-hours-grid > div { padding-inline: 15px; }
  .contact-hours-grid > div:first-child { padding-left: 0; }
  .contact-hours-grid > div:nth-child(4) { padding-right: 0; border-right: 0; }
  .contact-hours-grid > div:nth-child(5) { padding-left: 0; }
  .contact-hours-grid > div:nth-child(n+5) { padding-top: 20px; }
  .contact-form-panel { padding: 62px 48px 56px; }
  .contact-map-panel { min-height: 600px; border-top: 1px solid rgba(202,153,78,.35); border-left: 0; }
  .contact-map-panel iframe { min-height: 600px; }
  .footer-main, .footer-bottom { width: min(850px, calc(100% - 40px)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 70px; }
  .footer-brand { padding-right: 0; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 22px 30px; }
  .footer-author { grid-column: 1 / -1; grid-row: 1; width: auto; justify-self: start; }
  .footer-bottom > p { grid-column: 1; grid-row: 2; }
  .footer-back-top { grid-column: 2; grid-row: 2; }
}

@media (max-width: 700px) {
  .site-header { height: 78px; padding-inline: 15px; }
  .nav-logo { width: 164px; height: 66px; }
  .hero { min-height: 760px; height: auto; padding-bottom: 52px; }
  .hero-photo { background-size: auto 63%; background-position: 68% 72px; background-repeat: no-repeat; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,2,2,.76), rgba(2,2,2,.06) 95%), linear-gradient(0deg, #050504 0%, #050504 39%, rgba(5,5,4,.69) 61%, rgba(5,5,4,.06) 84%); }
  .hero-content { width: calc(100% - 36px); margin: 0 18px; padding-top: 320px; }
  .brand-lockup { width: min(365px, 100%); height: 205px; margin-inline: auto; }
  .tagline { margin: -7px 0 15px; text-align: center; font-size: clamp(36px, 11vw, 48px); white-space: normal; }
  .treatments { flex-wrap: wrap; justify-content: center; gap: 9px 11px; margin: 25px auto 28px; max-width: 350px; font-size: 9px; white-space: normal; line-height: 1.5; }
  .treatments i { width: 3px; height: 3px; flex-basis: 3px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .gold-button, .hero-services { width: 100%; min-width: 0; min-height: 55px; }
  .hero-actions .gold-button, .hero-actions .hero-services { min-height: 55px; font-size: 13px; }
  .social-row { justify-content: center; gap: 28px; margin-top: 29px; }
  .social-row a { gap: 0; }
  .social-row a span { display: none; }
  .social-row svg { width: 25px; height: 25px; }
  .glow-left { top: 19%; }
  .glow-bottom { display: none; }
  .scroll-cue { display: block; margin: 31px auto 0; width: max-content; color: #777168; font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
  .scroll-cue i { display: inline-block; width: 25px; height: 1px; vertical-align: middle; background: var(--gold); margin-right: 8px; }
  .services-section { min-height: 0; padding: 64px 0 52px; }
  .services-container { width: calc(100% - 32px); }
  .services-heading { margin-bottom: 38px; }
  .section-kicker { font-size: 8px; }
  .services-heading h2 { font-size: clamp(38px, 12vw, 50px); letter-spacing: .03em; }
  .title-ornament { margin-block: 20px 16px; }
  .title-ornament i { width: 68px; }
  .services-heading > p { max-width: 330px; font-size: 11px; }
  .services-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { min-height: 0; padding: 23px 20px 0; }
  .service-icon { width: 62px; height: 62px; margin-bottom: 10px; }
  .service-icon svg { width: 47px; height: 47px; }
  .service-card h3 { min-height: 0; font-size: 22px; }
  .service-card > p { min-height: 0; max-width: 340px; margin-bottom: 20px; }
  .service-link { width: calc(100% + 40px); margin-inline: -20px; }
  .service-price { padding-inline: 26px; }
  .price-note { max-width: 335px; }
  .price-catalog-disclosure { margin-top: 31px; }
  .price-catalog-toggle { min-height: 88px; padding: 17px 16px 17px 19px; gap: 13px; border-radius: 13px; }
  .price-catalog-toggle-copy { gap: 5px; }
  .price-catalog-toggle-copy small { font-size: 8px; letter-spacing: .13em; }
  .price-catalog-toggle-copy strong { font-size: 21px; }
  .price-catalog-toggle-icon { width: 43px; height: 43px; }
  .price-catalog { margin-top: 13px; padding: 30px 13px 20px; }
  .price-catalog-heading { margin-bottom: 22px; text-align: center; }
  .price-catalog-heading h3 { font-size: 38px; }
  .price-catalog-heading > p { margin-inline: auto; font-size: 12px; }
  .price-catalog-grid { grid-template-columns: 1fr; gap: 15px; }
  .price-catalog-card { padding: 25px 20px 22px; border-radius: 13px; }
  .price-catalog-card h4 { min-height: 0; margin: 11px 0 18px; font-size: 28px; }
  .catalog-price-list li { gap: 13px; padding: 10px 0; }
  .catalog-price-list li span { font-size: 11px; }
  .catalog-price-list li strong { font-size: 16px; }
  .price-catalog-card-custom { grid-column: auto; }
  .price-catalog-card-custom .catalog-consultation-list { grid-template-columns: 1fr; gap: 0; }
  .why-section { padding: 56px 10px 60px; }
  .why-shell { border-radius: 17px; }
  .why-content { padding: 55px 18px 50px; }
  .why-heading { margin-bottom: 43px; }
  .why-heading h2 { max-width: 320px; margin-inline: auto; font-size: 37px; }
  .why-title-line { margin-top: 19px; }
  .why-grid { grid-template-columns: 1fr; gap: 0; }
  .why-item { padding: 34px 12px; }
  .why-item:first-child { padding-top: 0; }
  .why-item + .why-item { border-top: 1px solid rgba(202,153,78,.3); border-left: 0; }
  .why-icon { width: 104px; height: 104px; margin-bottom: 24px; }
  .why-item h3 { min-height: 0; margin-bottom: 12px; font-size: 22px; }
  .why-item p { max-width: 280px; font-size: 11px; }
  .why-visual { min-height: 390px; }
  .cases-section { padding: 60px 0 56px; }
  .cases-container { width: calc(100% - 30px); }
  .cases-heading { margin-bottom: 42px; }
  .cases-heading h2 { font-size: clamp(39px, 12vw, 51px); letter-spacing: .03em; }
  .cases-heading > p { max-width: 320px; font-size: 11px; }
  .cases-grid { grid-template-columns: 1fr; gap: 48px; }
  .case-showcase { gap: 22px; }
  .case-copy { display: block; min-height: 0; padding-inline: 8px; text-align: center; }
  .case-number { margin-bottom: 17px; }
  .case-copy h3 { font-size: 38px; }
  .case-copy-line { margin: 21px auto; }
  .case-copy > p { min-height: 0; max-width: 315px; margin-inline: auto; font-size: 11px; }
  .case-control-hint { justify-content: center; margin-top: 22px; }
  .comparison-frame { padding: 5px; border-radius: 12px; }
  .image-comparison { border-radius: 8px; }
  .comparison-label { top: 10px; padding: 6px 9px; font-size: 7px; }
  .label-after { right: 10px; }
  .label-before { left: 10px; }
  .comparison-handle { width: 46px; height: 46px; border-width: 2px; }
  .comparison-handle svg { width: 22px; height: 22px; }
  .cases-note { max-width: 320px; margin-top: 20px; font-size: 7px; }
  .testimonials-section { padding: 60px 0 58px; }
  .testimonials-container { width: calc(100% - 30px); }
  .testimonials-heading { margin-bottom: 36px; text-align: center; }
  .testimonials-heading h2 { font-size: clamp(42px, 13vw, 54px); letter-spacing: .035em; }
  .testimonials-heading > p { max-width: 330px; margin-inline: auto; font-size: 11px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .testimonial-card-featured { grid-column: auto; }
  .testimonial-card { min-height: 310px; padding: 32px 25px 26px; border-radius: 15px; }
  .testimonial-card blockquote { padding-block: 35px 28px; }
  .testimonial-card blockquote p { font-size: 25px; }
  .testimonial-quote { right: 18px; font-size: 94px; }
  .testimonials-disclaimer { max-width: 330px; margin: 25px auto 0; font-size: 7px; }
  .contact-section { padding: 56px 0 16px; }
  .contact-shell { width: calc(100% - 20px); border-radius: 17px; }
  .contact-hours { padding: 27px 20px 24px; }
  .contact-hours-heading { grid-template-columns: auto 1fr; gap: 13px; }
  .contact-hours-icon { width: 38px; height: 38px; }
  .contact-hours h3 { font-size: 28px; }
  .contact-emergency { margin-top: 4px; padding: 13px 15px; }
  .contact-emergency strong { font-size: 22px; }
  .contact-hours-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 21px; }
  .contact-hours-grid > div { padding: 14px 12px 13px; border-bottom: 1px solid rgba(202,153,78,.18); }
  .contact-hours-grid > div:nth-child(odd) { padding-left: 0; }
  .contact-hours-grid > div:nth-child(even) { padding-right: 0; border-right: 0; }
  .contact-hours-grid > div:nth-child(5), .contact-hours-grid > div:nth-child(6) { padding-top: 16px; }
  .contact-hours-grid > div:nth-child(7) { padding-top: 16px; border-bottom: 0; }
  .contact-hours-grid dt { margin-bottom: 6px; font-size: 10px; }
  .contact-hours-grid dd { font-size: 19px; }
  .contact-form-panel { padding: 48px 20px 43px; }
  .contact-form-panel h2 { font-size: clamp(43px, 13vw, 54px); }
  .contact-form-panel > p { margin-top: 18px; font-size: 10px; }
  .contact-form { margin-top: 30px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .form-field-full { grid-column: auto; }
  .form-field input, .form-field select { height: 52px; }
  .contact-submit-row { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 24px; }
  .contact-submit { width: 100%; min-width: 0; }
  .contact-submit-row > p { max-width: none; text-align: center; }
  .contact-map-panel, .contact-map-panel iframe { min-height: 520px; }
  .map-location-card { right: 15px; bottom: 15px; left: 15px; padding: 20px; }
  .map-location-card strong { font-size: 23px; }
  .contact-signature { padding: 25px 20px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .contact-signature span:nth-child(2) { order: 3; font-size: 22px; }
  .site-footer { padding-top: 57px; }
  .footer-glow { right: -210px; bottom: 210px; }
  .footer-main, .footer-bottom { width: calc(100% - 34px); }
  .footer-main { grid-template-columns: 1fr; gap: 0; padding-bottom: 35px; }
  .footer-brand { padding-bottom: 35px; }
  .footer-logo { width: 225px; height: 84px; margin-top: -22px; }
  .footer-brand p { max-width: 380px; font-size: 13px; }
  .footer-column { padding: 30px 0; border-top: 1px solid rgba(201,151,79,.18); }
  .footer-column h2 { margin-top: 0; font-size: 21px; }
  .footer-navigation { gap: 11px; }
  .footer-navigation h2 { margin-bottom: 14px; }
  .footer-navigation a, .footer-contact a, .footer-contact p { font-size: 13px; }
  .footer-contact strong { font-size: 12px; }
  .footer-legal a { font-size: 12px; }
  .footer-bottom { min-height: 0; padding: 27px 0 34px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .footer-bottom > p, .footer-author, .footer-back-top { grid-column: auto; grid-row: auto; }
  .footer-bottom > p { font-size: 9px; }
  .footer-author { padding: 0; justify-content: flex-start; }
  .footer-author strong { font-size: 9px; }
  .footer-author-phones { flex-wrap: wrap; font-size: 8px; }
  .footer-back-top { justify-self: start; }
}

@media (max-height: 860px) and (min-width: 1051px) {
  .site-header { height: 96px; }
  .nav-logo { height: 83px; }
  .hero-content { padding-top: 150px; }
  .brand-lockup { height: 255px; width: 535px; }
  .tagline { font-size: 52px; }
  .treatments { margin-block: 25px 30px; }
  .hero-actions a { min-height: 58px; }
  .social-row { margin-top: 30px; }
  .hero-badge { bottom: 26px; min-height: 90px; }
  .badge-icon { width: 62px; height: 62px; }
}

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

/* Readability pass: keep supporting text comfortably legible on every screen. */
.section-kicker { font-size: 12px; }
.services-heading > p,
.cases-heading > p,
.testimonials-heading > p,
.contact-form-panel > p { font-size: 15px; }
.service-card > p,
.why-item p,
.case-copy > p { font-size: 14px; }
.service-price > span { max-width: 105px; color: #a69f95; font-size: 11px; }
.service-price strong small,
.service-price strong sup { font-size: 10px; }
.service-link { min-height: 50px; font-size: 11px; }
.price-note,
.cases-note,
.testimonials-disclaimer { color: #918a80; font-size: 11px; }
.why-visual figcaption,
.case-control-hint,
.comparison-label,
.testimonial-index,
.testimonial-card cite,
.testimonial-card footer span { font-size: 11px; }
.case-number { font-size: 11px; }
.form-field > span,
.contact-consent,
.contact-submit-row > p,
.form-status,
.map-location-card > span,
.map-location-card p,
.map-location-card a,
.contact-signature { font-size: 11px; }

@media (max-width: 600px) {
  .section-kicker { font-size: 11px; }
  .services-heading > p,
  .cases-heading > p,
  .testimonials-heading > p,
  .contact-form-panel > p { font-size: 14px; }
  .service-card > p,
  .why-item p,
  .case-copy > p { font-size: 13px; }
  .price-note,
  .cases-note,
  .testimonials-disclaimer { font-size: 10px; }
  .comparison-label { font-size: 10px; }
}
