:root {
  --ink: #2d211d;
  --muted: #6f625d;
  --paper: #fffaf7;
  --paper-2: #f4ece7;
  --paper-3: #eadbd2;
  --brown: #62473e;
  --brown-deep: #3f2b25;
  --green: #147443;
  --green-dark: #0d5d35;
  --line: rgba(73, 49, 41, 0.15);
  --shadow: 0 22px 60px rgba(58, 37, 30, 0.11);
  --radius: 26px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.has-sticky { padding-bottom: 0; }
img, video { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -90px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { top: 14px; }
.cv-shell { width: var(--shell); margin-inline: auto; }
.cv-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(2.45rem, 5.6vw, 5.15rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.55rem); }
h3 { margin-bottom: 10px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
p:last-child { margin-bottom: 0; }
.cv-lead { max-width: 760px; color: #554741; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.7; }
.cv-muted { color: var(--muted); }
.cv-section { padding: clamp(64px, 8vw, 112px) 0; }
.cv-section--soft { background: var(--paper-2); }
.cv-section--dark { color: #fffaf7; background: var(--brown-deep); }
.cv-section--dark .cv-eyebrow, .cv-section--dark .cv-muted { color: #eadbd3; }
.cv-heading { max-width: 790px; margin-bottom: 36px; }
.cv-heading p { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.cv-section--dark .cv-heading p { color: #eadbd3; }

.cv-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 247, 0.94);
  backdrop-filter: blur(15px);
}
.cv-nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.cv-brand { text-decoration: none; line-height: 1.2; }
.cv-brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 400; }
.cv-brand span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.cv-links { display: flex; align-items: center; gap: 24px; }
.cv-links > a:not(.cv-btn) { color: #51433d; font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.cv-links > a:not(.cv-btn):hover { color: var(--green); }
.cv-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(20, 116, 67, 0.2);
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cv-btn:hover { background: var(--green-dark); transform: translateY(-2px); }
.cv-btn--secondary {
  border: 1px solid rgba(20, 116, 67, 0.38);
  background: transparent;
  box-shadow: none;
  color: var(--green-dark);
}
.cv-btn--secondary:hover { background: rgba(20, 116, 67, 0.08); color: var(--green-dark); }
.cv-btn:focus-visible, .cv-text-link:focus-visible, summary:focus-visible, .cv-links a:focus-visible {
  outline: 3px solid rgba(20, 116, 67, 0.35);
  outline-offset: 4px;
}
.cv-btn--light { background: #fff; color: var(--brown-deep); box-shadow: none; }
.cv-text-link { color: var(--green-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.cv-hero { padding: clamp(54px, 8vw, 110px) 0; overflow: hidden; }
.cv-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr); align-items: center; gap: clamp(38px, 7vw, 88px); }
.cv-hero-copy { min-width: 0; }
.cv-hero-media { position: relative; }
.cv-hero-media::before {
  position: absolute;
  z-index: -1;
  inset: -25px 20% 22% -28px;
  border-radius: 48% 52% 42% 58%;
  background: var(--paper-3);
  content: "";
}
.cv-hero-media img, .cv-hero-media video {
  aspect-ratio: 4 / 5;
  border-radius: 42% 42% 24px 24px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center top;
}
.cv-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.cv-trust-line { margin: 24px 0 0; color: var(--muted); font-size: 0.86rem; font-weight: 600; }
.cv-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.cv-fact {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.52);
  color: #594a44;
  font-size: 0.78rem;
  font-weight: 650;
}

.cv-quick-answer {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(46px, 6vw, 74px) 0;
  background: #fff;
}
.cv-quick-answer-intro { max-width: 760px; margin-bottom: 28px; }
.cv-quick-answer-intro h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.cv-quick-answer-intro p { color: var(--muted); }
.cv-quick-answer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; }
.cv-quick-answer-grid div { min-width: 0; border-left: 3px solid var(--green); border-radius: 0 18px 18px 0; padding: 22px 24px; background: var(--paper-2); }
.cv-quick-answer-grid dt { margin-bottom: 8px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.cv-quick-answer-grid dd { margin: 0; color: var(--muted); }
.cv-editorial-review { margin: 24px 0 0; color: var(--muted); font-size: .78rem; }

.cv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cv-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cv-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cv-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(67, 42, 33, 0.055);
}
.cv-card p { color: var(--muted); }
.cv-card .cv-text-link { display: inline-block; margin-top: 14px; }
.cv-card--accent { border: 0; background: var(--brown); color: #fffaf7; }
.cv-card--accent p, .cv-card--accent .cv-muted { color: #f0dfd7; }
.cv-card--accent .cv-text-link { color: #fff; }
.cv-card-number { display: block; margin-bottom: 16px; color: var(--green); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; }
.cv-wide-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 42px);
  background: var(--paper-3);
}
.cv-wide-card h3 { margin-bottom: 7px; }

.cv-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cv-result { margin: 0; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.cv-result img { aspect-ratio: 16 / 10; object-fit: cover; background: #eee4df; }
.cv-result figcaption { padding: 19px 22px 23px; color: var(--muted); font-size: 0.9rem; }
.cv-result figcaption strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.cv-disclaimer { max-width: 900px; margin: 24px auto 0; color: var(--muted); font-size: 0.78rem; text-align: center; }

.cv-split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.cv-split-media img, .cv-split-media video { max-height: 660px; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.cv-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.cv-list li { position: relative; padding-left: 28px; }
.cv-list li::before { position: absolute; left: 0; top: 0; color: var(--green); content: "✓"; font-weight: 800; }
.cv-section--dark .cv-list li::before { color: #9bdfb7; }

.cv-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cv-review { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: #fff; }
.cv-review blockquote { margin: 0 0 20px; color: #4e403a; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.55; }
.cv-review cite { display: block; color: var(--ink); font-size: 0.83rem; font-style: normal; font-weight: 750; }
.cv-review small { color: var(--muted); }

.cv-consult {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  gap: clamp(26px, 5vw, 62px);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(30px, 5vw, 64px);
  background: var(--brown);
  color: #fffaf7;
  box-shadow: var(--shadow);
}
.cv-consult .cv-eyebrow, .cv-consult p { color: #f0dfd7; }
.cv-price-box { border-radius: 22px; padding: 28px; background: rgba(255, 255, 255, 0.1); }
.cv-price-box dl { margin: 0; }
.cv-price-box div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.cv-price-box div:last-child { border-bottom: 0; }
.cv-price-box dt { color: #dbc7bd; font-size: 0.72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cv-price-box dd { margin: 3px 0 0; font-weight: 700; }

.cv-faq { display: grid; gap: 12px; max-width: 900px; }
.cv-faq details { border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; background: rgba(255,255,255,.68); }
.cv-faq summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 700; }
.cv-faq summary::-webkit-details-marker { display: none; }
.cv-faq summary::after { color: var(--green); content: "+"; font-size: 1.4rem; }
.cv-faq details[open] summary::after { content: "–"; }
.cv-faq-answer { padding: 0 0 22px; color: var(--muted); }

.cv-article-hero { padding: clamp(56px, 8vw, 100px) 0 48px; }
.cv-article-hero h1 { max-width: 980px; }
.cv-article-body { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 80px; }
.cv-article-block { padding: 42px 0; border-bottom: 1px solid var(--line); }
.cv-article-block:last-child { border-bottom: 0; }
.cv-article-block .cv-grid { margin-top: 26px; }
.cv-checklist { counter-reset: checklist; display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.cv-checklist li { position: relative; min-height: 46px; padding-left: 58px; color: #51443e; }
.cv-checklist li::before {
  position: absolute;
  left: 0;
  top: -5px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-3);
  color: var(--brown-deep);
  content: counter(checklist);
  counter-increment: checklist;
  font-weight: 800;
}
.cv-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cv-related a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; color: #5c4b44; font-size: .84rem; font-weight: 650; text-decoration: none; }

.cv-footer { padding: 44px 0 100px; border-top: 1px solid var(--line); background: #f0e6e0; }
.cv-footer-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; }
.cv-footer p { color: var(--muted); font-size: .86rem; }
.cv-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 10px 18px; }
.cv-footer-links a, .cv-footer button { border: 0; padding: 0; background: none; color: #584940; font: inherit; font-size: .84rem; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.cv-footer > .cv-shell { width: var(--shell); margin-inline: auto; }
.cv-footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.cv-footer-brand .cv-btn { margin-top: 18px; }
.cv-footer-map { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.cv-footer-group { display: flex; flex-direction: column; gap: 8px; }
.cv-footer-group strong { margin-bottom: 4px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.cv-footer-group a { color: #584940; font-size: .82rem; text-decoration: none; }
.cv-footer-group a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.cv-footer-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 38px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-size: .76rem; }
.cv-footer-meta a, .cv-footer-meta button { border: 0; padding: 0; background: none; color: #584940; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

.cv-sticky {
  position: fixed;
  z-index: 900;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  display: none;
  width: min(420px, calc(100% - 28px));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .24s ease, transform .24s ease;
}
.cv-sticky.cv-sticky--visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.cv-sticky .cv-btn { width: 100%; box-shadow: 0 14px 38px rgba(11, 64, 36, .34); }
body.has-cookie-consent .cv-sticky { opacity: 0; pointer-events: none; }

@media (max-width: 920px) {
  .cv-links > a:not(.cv-btn) { display: none; }
  .cv-hero-grid, .cv-split, .cv-consult { grid-template-columns: 1fr; }
  .cv-hero-media { width: min(560px, 100%); margin-inline: auto; }
  .cv-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cv-quick-answer-grid { grid-template-columns: 1fr; }
  .cv-reviews { grid-template-columns: 1fr; }
  .cv-consult { gap: 24px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1160px); --radius: 22px; }
  body { font-size: 15.5px; }
  body.has-sticky { padding-bottom: 82px; }
  .cv-nav { min-height: 68px; }
  .cv-brand strong { font-size: 1rem; }
  .cv-brand span { display: none; }
  .cv-nav > .cv-links .cv-btn { min-height: 44px; padding: 11px 16px; font-size: .82rem; }
  .cv-section { padding: 62px 0; }
  .cv-hero { padding: 46px 0 66px; }
  .cv-hero-grid { gap: 42px; }
  .cv-hero-media img, .cv-hero-media video { max-height: 590px; border-radius: 34% 34% 20px 20px; }
  .cv-actions { align-items: stretch; flex-direction: column; }
  .cv-actions .cv-btn { width: 100%; }
  .cv-actions .cv-text-link { text-align: center; }
  .cv-facts { gap: 7px; }
  .cv-fact { font-size: .72rem; }
  .cv-quick-answer-grid div { padding: 20px; }
  html[data-procedure="lifting-facial"] .cv-quick-answer { padding: 42px 0 50px; }
  html[data-procedure="lifting-facial"] .cv-quick-answer-intro { margin-bottom: 20px; }
  html[data-procedure="lifting-facial"] .cv-quick-answer-grid { gap: 12px; }
  html[data-procedure="lifting-facial"] .cv-quick-answer-grid div {
    border: 1px solid var(--line);
    border-left: 3px solid var(--green);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(73, 45, 35, .05);
  }
  html[data-procedure="lifting-facial"] .cv-quick-answer-grid dt {
    margin-bottom: 6px;
    font-size: 1.08rem;
    line-height: 1.3;
  }
  html[data-procedure="lifting-facial"] .cv-quick-answer-grid dd {
    margin: 0;
    line-height: 1.62;
  }
  .cv-grid, .cv-grid--2, .cv-grid--4, .cv-results { grid-template-columns: 1fr; }
  .cv-card { padding: 24px 21px; }
  .cv-wide-card { grid-template-columns: 1fr; }
  .cv-wide-card .cv-btn { width: 100%; }
  .cv-results { gap: 16px; }
  .cv-result img { aspect-ratio: 4 / 3; }
  .cv-split { gap: 34px; }
  .cv-consult { padding: 28px 20px; }
  .cv-price-box { padding: 21px; }
  .cv-faq details { padding: 0 17px; }
  .cv-faq summary { min-height: 62px; }
  .cv-article-body { width: min(100% - 28px, 820px); }
  .cv-article-block { padding: 34px 0; }
  .cv-footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .cv-footer-links { justify-content: flex-start; }
  .cv-footer-map { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .cv-sticky { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cv-btn, .cv-sticky { transition: none; }
}
