:root {
  --pine: #29443a;
  --pine-deep: #1d342c;
  --sage: #87ad9b;
  --mint: #e8f1eb;
  --mint-soft: #f3f7f4;
  --cream: #fbfaf7;
  --white: #fff;
  --ink: #24312c;
  --muted: #68746f;
  --gold: #bd8d2d;
  --line: rgba(41, 68, 58, .13);
  --shadow: 0 22px 60px rgba(35, 52, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: .7rem 1rem;
  color: white;
  background: var(--pine-deep);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  min-width: 160px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.brand img {
  width: 128px;
  height: 108px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 4px 12px rgba(41, 68, 58, .08));
}
.nav-links { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #44534d; font-size: .86rem; font-weight: 700; }
.nav-links a:hover { color: var(--pine); }
.nav-links .nav-cta { padding: .7rem 1rem; color: white; background: var(--pine); border-radius: 6px; }

h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 760px; color: white; font-size: clamp(3.7rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.eyebrow {
  margin-bottom: 1.1rem;
  color: #638a78;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow.light { color: #dceae2; }
.section { padding-block: 7rem; }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--pine-deep);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 35, 29, .92) 0%, rgba(20, 35, 29, .68) 48%, rgba(20, 35, 29, .16) 100%),
    linear-gradient(0deg, rgba(20, 35, 29, .42), transparent 45%);
}
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding-block: 8rem; }
.hero-copy { max-width: 760px; }
.hero-lead { max-width: 620px; margin-top: 1.5rem; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .88rem 1.3rem;
  border: 1px solid var(--pine);
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pine); box-shadow: 0 14px 30px rgba(20,40,32,.2); }
.button-light { color: var(--pine); border-color: white; background: white; }
.button-ghost-light, .button-outline-light { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-top: 3rem; color: rgba(255,255,255,.72); font-size: .76rem; font-weight: 700; }
.trust-row span { position: relative; padding-left: 1rem; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.offer-card {
  width: 225px;
  flex: 0 0 auto;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.91);
  box-shadow: var(--shadow);
}
.offer-card span { display: block; color: #638a78; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-card strong { display: block; margin-block: .35rem; color: var(--pine); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.offer-card p { margin: 0; color: var(--muted); font-size: .78rem; }

.intro-strip { padding-block: 1.25rem; color: #4e635a; background: var(--mint); }
.brand-list { display: flex; justify-content: space-around; gap: 2rem; font-family: Georgia, serif; font-size: .98rem; letter-spacing: .04em; }
.brand-list a { color: var(--gold); font-family: inherit; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 3rem; margin-bottom: 3.2rem; }
.section-heading > p { max-width: 500px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.service-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-featured { background: var(--mint); }
.social-card { color: white; background: var(--pine); }
.social-card p, .social-card .eyebrow { color: rgba(255,255,255,.72); }
.social-card a { color: white !important; }
.service-number { position: absolute; top: 2rem; right: 2rem; color: var(--sage); font-size: .72rem; font-weight: 800; }
.service-card h3 { max-width: 80%; margin: 2.7rem 0 .8rem; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { margin: .8rem 0 1.8rem; padding-left: 1.1rem; }
.service-card a { margin-top: auto; color: var(--pine); font-size: .84rem; font-weight: 800; }
.new-service {
  display: inline-block;
  padding: .18rem .5rem;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: .76rem;
  letter-spacing: .03em;
}

.microneedling { background: var(--mint-soft); }
.treatment-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 6rem; }
.treatment-photo { position: relative; }
.treatment-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.treatment-photo span {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  padding: 1rem 1.25rem;
  color: white;
  background: var(--pine);
  font-family: Georgia, serif;
  font-size: 1.4rem;
}
.treatment-copy h2 { max-width: 680px; }
.treatment-copy > p { max-width: 650px; margin-top: 1.5rem; color: var(--muted); }
.benefit-grid { display: flex; flex-wrap: wrap; gap: .7rem; margin-block: 2rem; }
.benefit-grid span { padding: .75rem 1rem; border: 1px solid rgba(41,68,58,.18); border-radius: 999px; color: var(--pine); background: white; font-size: .84rem; font-weight: 700; }
.treatment-note-copy { font-size: .82rem; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6rem; }
.portrait { position: relative; margin: 0; }
.portrait img { width: 100%; max-height: 650px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; border-radius: 8px; }
.portrait figcaption { position: absolute; right: 0; bottom: 0; padding: .8rem 1rem; color: white; background: rgba(29,52,44,.88); font-size: .78rem; font-weight: 700; }
.about-copy blockquote { margin: 2rem 0; color: var(--pine); font-family: Georgia, serif; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.4; }
.about-copy > p { color: var(--muted); }
.qualification-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 1.4rem; margin: 2rem 0; padding: 0; list-style: none; }
.qualification-list li { position: relative; padding-left: 1.2rem; font-size: .85rem; font-weight: 700; }
.qualification-list li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }
.text-link { color: var(--pine); font-weight: 800; }

.prices { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.price-card { padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: white; }
.price-card h3 { margin-bottom: 1.5rem; color: var(--pine); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.price-card div { display: flex; justify-content: space-between; gap: 1rem; padding-block: .9rem; border-bottom: 1px solid var(--line); font-size: .81rem; }
.price-card div:last-child { border: 0; }
.price-card span { color: var(--muted); }
.price-card strong { white-space: nowrap; color: var(--pine); }

.contact { color: white; background: var(--pine-deep); }
.contact-shell { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 5rem; }
.contact-copy h2 { max-width: 650px; }
.contact-copy > p { max-width: 600px; margin-top: 1.5rem; color: rgba(255,255,255,.7); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.contact-card { display: grid; gap: .5rem; padding: 2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.06); font-style: normal; }
.contact-card img {
  width: 170px;
  height: 186px;
  margin-bottom: .5rem;
  object-fit: contain;
  border-radius: 4px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .12));
}
.contact-card strong { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.contact-card p { margin: .7rem 0; color: rgba(255,255,255,.7); }
.contact-card small { margin-top: 1rem; color: rgba(255,255,255,.55); }

.footer { padding-block: 2rem; color: #59665f; background: white; font-size: .76rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.footer-grid > img { width: 116px; height: 126px; object-fit: contain; }
.footer-grid > p { margin: 0; }
.footer-links { justify-self: end; display: flex; gap: 1rem; }
.imprint { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.imprint summary { width: fit-content; margin-inline: auto; cursor: pointer; font-weight: 700; }
.imprint p { max-width: 500px; margin: 1rem auto 0; text-align: center; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding-block: .7rem; }
  .nav-links { flex-wrap: wrap; gap: .75rem 1rem; }
  .hero-content { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .treatment-grid, .about-grid { gap: 3rem; }
  .treatment-photo { max-width: 580px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding-block: 4.5rem; }
  .site-header { position: relative; }
  .nav-links li:not(:last-child) { display: none; }
  .nav-wrap { min-height: 92px; flex-direction: row; align-items: center; }
  .brand { min-width: 86px; }
  .brand img { width: 82px; height: 84px; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(20,35,29,.9), rgba(20,35,29,.45)); }
  .hero-content { padding-block: 5rem; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-actions, .contact-actions { flex-direction: column; width: 100%; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .offer-card { width: 100%; }
  .brand-list { flex-wrap: wrap; justify-content: center; gap: .7rem 1.4rem; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; padding: 1.7rem; }
  .treatment-photo span { right: 0; }
  .qualification-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
