 :root{
  --paper:#f7f4ee;
  --white:#fffdf9;
  --ink:#1c1a18;
  --muted:#6e6a65;
  --line:#ded8cf;
  --gold:#9f7d4b;
  --gold-dark:#89693d;
  --soft:#eee8de;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#ddd8d0;
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button{font:inherit}
.site-shell{
  width:min(1086px,calc(100% - 32px));
  margin:14px auto;
  background:var(--paper);
  box-shadow:0 10px 40px rgba(45,38,28,.14);
  overflow:hidden;
}
.navbar{
  height:70px;
  display:flex;
  align-items:center;
  gap:34px;
  padding:0 46px;
  position:absolute;
  z-index:20;
  width:min(1086px,calc(100% - 32px));
  max-width:1086px;
}
.brand{width:175px;display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.brand-name{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  letter-spacing:.24em;
  font-size:26px;
}
.brand-sub{font-size:7px;letter-spacing:.33em;margin:5px 0 0 5px;color:#4e4a45}
.nav-links{display:flex;gap:33px;align-items:center;margin-left:auto}
.nav-links a{font-size:11px;color:#56514b;padding:26px 0 8px}
.nav-links a.active{font-weight:600;color:#1c1a18;border-bottom:1px solid #8c7a61}
.nav-actions{display:flex;align-items:center;gap:18px}
.search-btn{width:26px;height:26px;border:0;background:transparent;padding:3px;cursor:pointer}
.search-btn svg{fill:none;stroke:#2c2925;stroke-width:1.4}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  padding:12px 22px;
  font-size:12px;
  transition:.2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--gold);color:white}
.btn-primary:hover{background:var(--gold-dark)}
.btn-outline{border:1px solid #b9b1a6;background:rgba(255,255,255,.35)}
.btn-small{padding:10px 18px;font-size:11px}
.menu-toggle{display:none;border:0;background:transparent}
.hero{position:relative;background:#f2eee8;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:45.5% 54.5%;min-height:355px}
.hero-copy{
  padding:87px 26px 18px 47px;
  position:relative;
  z-index:2;
  background:linear-gradient(90deg,#f4f0ea 0%,#f4f0ea 83%,rgba(244,240,234,.92) 100%);
}
.eyebrow{font-size:9px;font-weight:600;letter-spacing:.24em;margin:0 0 14px;color:#59534d}
h1,h2,h3{font-family:"Cormorant Garamond",serif;font-weight:600;margin:0}
.hero h1{font-size:41px;line-height:.93;letter-spacing:-.025em}
.hero-text{font-size:12px;line-height:1.48;color:#48443f;max-width:350px;margin:12px 0 17px}
.hero-buttons{display:flex;gap:10px;align-items:center}
.stats{display:flex;margin-top:28px}
.stats div{padding:0 28px;border-right:1px solid #d7d0c6}
.stats div:first-child{padding-left:0}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-family:"Cormorant Garamond",serif;font-size:20px}
.stats span{font-size:8.5px;color:#625d56}
.hero-visual{position:relative;overflow:hidden;min-height:355px;background:#e8e0d6}
.hero-visual img{height:100%;object-fit:cover;object-position:center}
.hero-visual-mask{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(247,244,238,.55),transparent 15%, transparent 83%, rgba(223,215,204,.08));
}
.hero-script{
  position:absolute;
  top:86px;right:64px;
  transform:rotate(-3deg);
  font-family:"Cormorant Garamond",serif;
  font-style:italic;font-size:22px;line-height:1.1;color:#7a654a;text-align:center;
  opacity:.88;
}
.hero-script span{font-size:16px}
.hero-stamp{position:absolute;right:40px;bottom:33px;text-align:center;color:#786f63}
.hero-stamp b{display:block;letter-spacing:.44em;font-size:10px;font-weight:500}
.hero-stamp small{display:block;letter-spacing:.18em;font-size:6px;line-height:1.7;margin-top:6px}
.hero-stamp i{display:block;width:13px;height:1px;background:#887b6c;margin:9px 0 0 auto}
.section-grid{
  display:grid;
  grid-template-columns:46% 35.2% 18.8%;
  min-height:288px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.photo-card{position:relative;overflow:hidden}
.photo-card img{height:100%;object-fit:cover}
.large-photo{margin:7px 0 7px 7px;border-radius:13px}
.photo-caption{
  position:absolute;top:70px;left:129px;
  font-family:"Cormorant Garamond",serif;
  letter-spacing:.18em;font-size:11px;line-height:1.5;color:#6e6457;
}
.approach-copy{padding:30px 26px 22px 32px;background:#fff}
.approach-copy h2,.section-intro h2,.compact h2,.specialist h2,.membership h2,.faq-title h2,.cta-card h2{
  font-size:29px;line-height:.95;letter-spacing:-.01em;
}
.approach-copy>p:not(.eyebrow),.section-intro>p:not(.eyebrow),.specialist-copy>p:not(.eyebrow),.membership-copy>p:not(.eyebrow),.faq-title>p:not(.eyebrow),.cta-overlay>p:not(.eyebrow){
  font-size:10px;line-height:1.45;color:#625d56;
}
.features{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}
.features article{
  min-height:58px;
  display:flex;align-items:center;gap:10px;
  padding:8px 6px;
  border-top:1px solid #e4dfd7;
}
.features article:nth-child(odd){border-right:1px solid #e4dfd7}
.features h3{font-family:"DM Sans",sans-serif;font-size:9px;font-weight:600}
.features p{font-size:8px;margin:2px 0 0;color:#777168}
.icon{
  width:31px;height:31px;border:1px solid #cbbdaa;border-radius:50%;
  display:grid;place-items:center;flex:0 0 auto;color:#927a56;font-size:15px;
}
.approach-detail{margin:8px 7px 8px 0;border-radius:13px}
.vertical-note{
  position:absolute;right:26px;bottom:53px;
  font-size:7px;line-height:1.9;letter-spacing:.19em;color:#71685e;
}
.treatments{
  min-height:192px;
  background:#fff;
  display:grid;
  grid-template-columns:34% 66%;
  border-bottom:1px solid var(--line);
  padding:20px 47px 11px;
  gap:26px;
}
.section-intro{padding-top:4px}
.section-intro h2{font-size:34px;margin-bottom:7px}
.section-intro>p:not(.eyebrow){max-width:285px;margin:0 0 13px}
.treatment-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:start}
.treatment-card{
  border:1px solid #ebe6df;border-radius:10px;overflow:hidden;background:#fff;text-align:center;
  box-shadow:0 2px 8px rgba(43,32,16,.04)
}
.treatment-card img{height:112px;object-fit:cover}
.treatment-card h3{font-size:13px;margin:7px 4px 0}
.treatment-card p{font-size:7.5px;color:#807a71;margin:1px 0 8px}
.results{
  background:#fff;
  display:grid;
  grid-template-columns:20% 18% 18% 18% 26%;
  gap:10px;
  min-height:177px;
  padding:17px 47px;
  border-bottom:1px solid var(--line);
}
.compact h2{font-size:27px;margin-bottom:6px}
.compact>p:not(.eyebrow){font-size:8.5px}
.result-card{
  border:1px solid #ece6de;border-radius:8px;overflow:hidden;background:#fff;text-align:center;
}
.result-card img{height:115px;object-fit:cover}
.result-card h3{font-size:12px;margin:7px 2px 5px}
.testimonial{margin:0;padding:0 3px 0 15px;position:relative}
.quote-mark{font-family:Georgia,serif;font-size:42px;line-height:.7;color:#b29f84}
.testimonial p{font-family:"Cormorant Garamond",serif;font-size:15px;line-height:1.2;margin:7px 0}
.testimonial footer{font-family:"Cormorant Garamond",serif;font-size:10px}
.testimonial small{font-family:"DM Sans",sans-serif;color:#827b72;font-size:7px}
.dots{position:absolute;left:14px;right:2px;bottom:0;display:flex;align-items:center;justify-content:space-between}
.dots button{border:1px solid #ddd5ca;background:white;width:20px;height:20px;border-radius:50%;color:#8a8177}
.dots i{width:3px;height:3px;background:#c6bba9;border-radius:50%}.dots i.active{background:#8e7c63}
.trust-row{
  display:grid;grid-template-columns:1fr 1fr;
  min-height:185px;background:#fff;border-bottom:1px solid var(--line);
}
.specialist,.membership{margin:0 7px 7px;display:grid;border-radius:11px;overflow:hidden;background:#f6f1ea}
.specialist{grid-template-columns:47% 53%;margin-left:7px;margin-right:4px}
.specialist-photo img{height:100%;object-fit:cover;object-position:center}
.specialist-copy{padding:24px 18px 12px}
.specialist-copy p,.membership-copy p{max-width:250px}
.specialist h2,.membership h2{font-size:27px}
.membership{grid-template-columns:52% 48%;margin-left:4px;margin-right:7px}
.membership-copy{padding:24px 0 12px 30px;z-index:2}
.membership img{height:100%;object-fit:cover}
.faq-cta{
  display:grid;
  grid-template-columns:24% 37% 39%;
  min-height:155px;
  padding:7px 7px 7px 47px;
  background:#fff;
  gap:14px;
  border-bottom:1px solid var(--line);
}
.faq-title{padding:11px 10px 5px 0}
.faq-title h2{font-size:27px}
.faq-list{padding:7px 0}
details{
  border-bottom:1px solid #e7e1d9;
  padding:0 3px;
  font-size:9px;color:#4d4944;
}
summary{
  list-style:none;
  cursor:pointer;
  min-height:31px;
  display:flex;align-items:center;justify-content:space-between;
}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:15px;font-weight:300}
details[open] summary::after{content:"−"}
details p{font-size:8px;line-height:1.4;color:#756f66;margin:0 16px 10px 0}
.cta-card{position:relative;border-radius:11px;overflow:hidden;margin:0}
.cta-card>img{height:100%;object-fit:cover}
.cta-card::after{content:"";position:absolute;inset:0;background:rgba(249,246,241,.55)}
.cta-overlay{
  position:absolute;z-index:2;inset:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:14px 35px;
}
.cta-overlay h2{font-size:25px}
.cta-overlay p:not(.eyebrow){font-size:8px;max-width:300px;margin:8px 0 10px}
.site-footer{background:#fff}
.footer-main{
  min-height:72px;
  display:grid;grid-template-columns:190px 1fr 240px 100px;
  align-items:center;padding:0 46px;gap:18px
}
.footer-main nav{display:flex;gap:30px;justify-content:center}
.footer-main nav a{font-size:8px;color:#5f5a53}
.footer-script{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:15px;white-space:nowrap;text-align:right}
.socials{display:flex;gap:12px;justify-content:flex-end}
.socials a{font-size:10px;width:20px;height:20px;border:1px solid #d7d0c8;border-radius:50%;display:grid;place-items:center}
.footer-bottom{
  height:35px;background:#ece8e2;padding:0 46px;
  display:flex;align-items:center;justify-content:space-between;
  font-size:7px;color:#746e67;
}
@media (max-width:900px){
  .site-shell{width:100%;margin:0}
  .navbar{position:relative;width:100%;padding:0 20px;background:#f5f1eb}
  .nav-links,.nav-actions .search-btn{display:none}
  .nav-actions{margin-left:auto}.nav-actions .btn{display:none}
  .menu-toggle{display:flex;margin-left:auto;flex-direction:column;gap:4px;padding:7px;cursor:pointer}
  .menu-toggle span{display:block;width:20px;height:1px;background:#3f3a34}
  .nav-links.open{
    display:flex;position:absolute;top:69px;left:0;right:0;flex-direction:column;gap:0;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);padding:12px 20px
  }
  .nav-links.open a{padding:12px 0;width:100%}
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:40px 26px 26px}
  .hero-visual{min-height:420px}
  .section-grid{grid-template-columns:1fr}
  .large-photo,.approach-detail{margin:8px;border-radius:12px;min-height:360px}
  .approach-copy{padding:35px 28px}
  .treatments{grid-template-columns:1fr;padding:32px 26px}
  .treatment-row{grid-template-columns:repeat(2,1fr)}
  .results{grid-template-columns:1fr 1fr;padding:28px 26px}
  .results .compact{grid-column:1/-1}
  .testimonial{grid-column:1/-1;min-height:145px;padding:18px}
  .trust-row{grid-template-columns:1fr}
  .specialist,.membership{margin:8px}
  .faq-cta{grid-template-columns:1fr;padding:28px 26px}
  .cta-card{min-height:230px}
  .footer-main{grid-template-columns:1fr;text-align:center;padding:28px 20px}
  .footer-main .brand{margin:auto;align-items:center}
  .footer-main nav{flex-wrap:wrap}
  .footer-script{text-align:center}
  .socials{justify-content:center}
  .footer-bottom{height:auto;padding:12px 20px;gap:8px;flex-direction:column;text-align:center}
}
@media (max-width:520px){
  .brand{width:150px}.brand-name{font-size:23px}
  .hero h1{font-size:42px}
  .hero-buttons{align-items:flex-start;flex-direction:column}
  .stats div{padding:0 12px}
  .hero-visual{min-height:340px}
  .hero-script{right:24px;top:54px}
  .features{grid-template-columns:1fr}
  .features article:nth-child(odd){border-right:0}
  .treatment-row{grid-template-columns:1fr 1fr}
  .results{grid-template-columns:1fr}
  .result-card{min-height:220px}
  .result-card img{height:180px}
  .specialist,.membership{grid-template-columns:1fr}
  .specialist-photo{height:260px}
  .membership img{height:220px}
}
