:root {
  --ink: #171412;
  --paper: #f4eee7;
  --paper-2: #ebe0d5;
  --plum: #3b1f2b;
  --plum-2: #5a3144;
  --rose: #b99083;
  --gold: #c59a55;
  --white: #fffaf5;
  --muted: #756a63;
  --line: rgba(23, 20, 18, .14);
  --shadow: 0 24px 70px rgba(35, 22, 18, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .75rem 1rem; z-index: 999; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(244,238,231,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { max-width: 1440px; margin: auto; height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: baseline; gap: .75rem; text-decoration: none; color: var(--white); }
.scrolled .brand { color: var(--ink); }
.brand strong { font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.03em; }
.brand span { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { text-decoration: none; color: rgba(255,250,245,.88); font-size: .88rem; }
.scrolled .nav-links a { color: var(--ink); }
.nav-links a:hover { color: var(--gold); }
.button, .button:visited { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.35rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: var(--white); }
.button-primary:hover { background: var(--plum-2); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border-color: currentColor; background: transparent; }
.nav-cta { background: var(--white); color: var(--ink) !important; padding: .65rem 1rem; }
.scrolled .nav-cta { background: var(--plum); color: var(--white) !important; }
.menu-button { display: none; width: 46px; height: 46px; border: 0; background: transparent; color: var(--white); }
.scrolled .menu-button { color: var(--ink); }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; }
.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: end; background: #1c1514; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media video { height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(18,10,13,.86) 0%, rgba(18,10,13,.56) 42%, rgba(18,10,13,.14) 75%), linear-gradient(0deg, rgba(18,10,13,.55), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 92vw); padding: 10rem 0 8rem 6vw; }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 7rem); max-width: 950px; }
h2 { margin: 0; font-size: clamp(2.45rem, 4.4vw, 5rem); }
h3 { margin: 0; font-size: clamp(1.45rem, 2.1vw, 2.2rem); }
.hero-copy { max-width: 640px; margin: 1.6rem 0 0; font-size: clamp(1rem, 1.35vw, 1.22rem); color: rgba(255,250,245,.82); }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.hero-trust { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); background: rgba(19,12,14,.34); backdrop-filter: blur(10px); }
.hero-trust span { padding: 1rem 2vw; text-align: center; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.15); }
.section { padding: clamp(5rem, 9vw, 9rem) 5vw; }
.section-shell { max-width: 1380px; margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: 5vw; align-items: end; margin-bottom: 3.2rem; }
.section-head p:last-child { margin: 0; color: var(--muted); max-width: 620px; }
.chooser { background: var(--paper); }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.choice-card { position: relative; min-height: 610px; overflow: hidden; background: #24191b; color: var(--white); box-shadow: var(--shadow); }
.choice-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s ease; }
.choice-card:hover img { transform: scale(1.03); }
.choice-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(22,11,15,.92), rgba(22,11,15,.08) 72%); }
.choice-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 2rem; }
.choice-number { color: var(--gold); font-size: .75rem; letter-spacing: .18em; }
.choice-content p { color: rgba(255,255,255,.75); }
.text-link { display: inline-block; color: var(--gold); text-decoration: none; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: .35rem; }
.treatments { background: var(--plum); color: var(--white); }
.treatments .section-head p:last-child { color: rgba(255,255,255,.68); }
.treatment-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.treatment-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.treatment-media { height: 360px; overflow: hidden; background: #1d1417; }
.treatment-media img, .treatment-media video { height: 100%; object-fit: cover; }
.treatment-body { padding: 1.7rem; }
.descriptor { margin: .5rem 0 1rem; color: var(--gold); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.treatment-body p { color: rgba(255,255,255,.72); }
.best-for { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }
.best-for strong { color: var(--white); }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.split-media { min-height: 620px; }
.split-media img, .split-media video { height: 100%; object-fit: cover; }
.split-content { padding: clamp(4rem,7vw,8rem); display: flex; flex-direction: column; justify-content: center; background: var(--paper-2); }
.split-content > p { color: var(--muted); }
.point-list { margin-top: 2.2rem; }
.point { display: grid; grid-template-columns: 36px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.point-index { color: var(--gold); font-size: .74rem; }
.point h3 { font-size: 1.45rem; }
.point p { margin: .4rem 0 0; color: var(--muted); }
.coverage { margin-top: 1.8rem; padding: 1.15rem; background: rgba(255,255,255,.45); border-left: 3px solid var(--gold); font-size: .9rem; }
.process { background: var(--ink); color: var(--white); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5vw; align-items: start; }
.process-sticky { position: sticky; top: 110px; }
.process-sticky video { margin-top: 2rem; aspect-ratio: 16/10; object-fit: cover; }
.steps { counter-reset: steps; }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 1.4rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.step-number { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.step p { color: rgba(255,255,255,.66); margin-bottom: 0; }
.reviews { background: var(--paper); }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.quote-card { padding: 2rem; min-height: 330px; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem,2vw,1.9rem); line-height: 1.25; }
.quote-card cite { font-style: normal; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .11em; }
.sample-note { margin-top: 1.5rem; color: var(--muted); font-size: .78rem; }
.about { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: center; }
.about-image { min-height: 650px; }
.about-image img { height: 100%; object-fit: cover; }
.about-copy p { color: var(--muted); font-size: 1.04rem; }
.founder-name { margin: 1.5rem 0 .2rem; font-family: var(--serif); font-size: 1.5rem; }
.founder-statement { margin-top: 2rem; padding: 1.4rem 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.65rem !important; color: var(--plum) !important; }
.booking { position: relative; min-height: 730px; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.booking-bg, .booking-shade { position: absolute; inset: 0; }
.booking-bg img { height: 100%; object-fit: cover; object-position: center; }
.booking-shade { background: linear-gradient(90deg, rgba(30,13,20,.9), rgba(30,13,20,.45) 60%, rgba(30,13,20,.18)); }
.booking-content { position: relative; z-index: 2; width: min(720px, 90vw); margin-left: 6vw; }
.booking-content p { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.booking-notes { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin-top: 1.7rem; color: rgba(255,255,255,.7); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer { padding: 3rem 5vw 1.5rem; background: #120d0f; color: rgba(255,255,255,.72); }
.footer-top { max-width: 1380px; margin: auto; display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand strong { display: block; color: var(--white); font-family: var(--serif); font-size: 2rem; }
.footer-brand span { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-links { display: flex; gap: 1.2rem; align-items: center; }
.footer-links a { text-decoration: none; font-size: .8rem; }
.footer-bottom { max-width: 1380px; margin: 1.4rem auto 0; display: flex; justify-content: space-between; gap: 2rem; font-size: .72rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .nav-links { position: fixed; inset: 0; background: var(--plum); padding: 7rem 8vw 3rem; flex-direction: column; align-items: flex-start; transform: translateX(100%); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { color: var(--white) !important; font-family: var(--serif); font-size: 2rem; }
  .nav-links .nav-cta { font-family: var(--sans); font-size: .8rem; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .brand { position: relative; z-index: 2; }
  .card-grid, .quote-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 520px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .split, .about-grid, .process-layout { grid-template-columns: 1fr; }
  .process-sticky { position: static; }
  .about-image { min-height: 500px; }
}
@media (max-width: 720px) {
  .nav-shell { height: 70px; }
  .brand span { display: none; }
  .hero-content { padding: 8rem 5vw 4.5rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(18,10,13,.89) 0%, rgba(18,10,13,.42) 75%); }
  .hero-trust { grid-template-columns: repeat(2,1fr); }
  .hero-trust span { border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding-left: 5vw; padding-right: 5vw; }
  .section-head { grid-template-columns: 1fr; gap: 1.3rem; }
  .treatment-media { height: 270px; }
  .split-media { min-height: 440px; }
  .split-content { padding: 4rem 6vw; }
  .step { grid-template-columns: 52px 1fr; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .booking-content { margin: 0 5vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
