:root {
  --ink: #050505;
  --muted: #5d6563;
  --line: #dfe5e2;
  --soft-line: #edf1ef;
  --green: #477270;
  --green-soft: #bbc7c3;
  --green-pale: #f2f7f0;
  --white: #ffffff;
  --gray: #e0e0e0;
  --radius: 8px;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(5, 5, 5, 0.08);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 42px;
  border-bottom: 1px solid var(--soft-line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.brand-logo {
  width: 132px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
}

.brand small {
  margin-top: 0;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #343a39;
  font-size: 14px;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.nav a {
  padding: 28px 0;
}

.nav a[aria-current="page"] {
  color: var(--green);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  min-width: 130px;
  color: var(--white);
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 54px;
  align-items: center;
  max-width: 1320px;
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 74px 42px 54px;
}

.hero-copy {
  max-width: 610px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.2vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy > p {
  max-width: 560px;
  margin-top: 28px;
  color: #38413f;
  font-size: 19px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button.primary {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.button.primary:hover,
.nav-cta:hover {
  background: #315c5a;
  border-color: #315c5a;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--gray);
}

.button.dark {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 580px;
  margin: 48px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-row div {
  padding: 21px 18px 21px 0;
}

.proof-row div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.proof-row dt {
  font-size: 24px;
  font-weight: 800;
}

.proof-row dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-pale);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-real img {
  object-position: center bottom;
}

.hero-media-doctor {
  background: #eef3f1;
}

.hero-media-doctor img {
  object-position: center center;
}

.media-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
}

.media-note strong {
  font-size: 16px;
}

.media-note span {
  color: var(--muted);
  font-size: 13px;
}

section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 42px;
}

.section-heading {
  max-width: 710px;
  margin-bottom: 42px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}

h2 {
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.06;
}

.section-heading p,
.consultation p,
.about-preview p,
.pricing p,
.contact p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.text-link {
  flex: 0 0 auto;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values article {
  min-height: 245px;
  padding: 34px 32px 32px 0;
}

.values article + article {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.values span {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.values h3,
.treatment-grid h3 {
  margin-top: 24px;
  font-size: 23px;
  line-height: 1.15;
}

.values p,
.treatment-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.treatments {
  max-width: none;
  background: var(--green-pale);
}

.treatments > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background: #d7e0db;
}

.treatment-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: rgba(255, 255, 255, 0.76);
  transition: background 180ms ease, transform 180ms ease;
}

.treatment-card:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.treatment-grid h3 {
  margin-top: 0;
}

.treatment-grid span {
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.consultation {
  max-width: none;
  padding-top: 76px;
  padding-bottom: 76px;
  background: var(--ink);
}

.consultation-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 42px;
  color: var(--white);
}

.consultation h2 {
  max-width: 680px;
}

.consultation p {
  color: #c7cfcc;
}

.consultation ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.consultation li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.consultation li strong {
  color: var(--green-soft);
}

.consultation li span {
  color: #e7ecea;
  line-height: 1.5;
}

.reviews {
  padding-bottom: 70px;
}

.review-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-row-full {
  grid-template-columns: 1fr;
}

blockquote {
  min-height: 235px;
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}

.review-row-full blockquote {
  min-height: 0;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.55;
}

cite {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.about-preview {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
  max-width: none;
  padding-right: calc((100vw - var(--max)) / 2 + 42px);
  padding-left: calc((100vw - var(--max)) / 2 + 42px);
  color: var(--white);
  background: var(--green);
}

.portrait-placeholder {
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 18px);
}

.portrait-placeholder span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 60px;
  font-weight: 800;
  line-height: 0.96;
}

.portrait-photo {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.portrait-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 78%;
}

.about-preview p {
  color: #e8efec;
}

.about-preview .button {
  margin-top: 30px;
}

.pricing {
  padding-bottom: 72px;
}

.price-list {
  border-top: 1px solid var(--line);
}

.price-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.price-list strong {
  color: var(--green);
  font-size: 20px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px auto;
  gap: 38px;
  align-items: center;
  max-width: none;
  padding-right: calc((100vw - var(--max)) / 2 + 42px);
  padding-left: calc((100vw - var(--max)) / 2 + 42px);
  border-top: 1px solid var(--line);
  background: var(--green-pale);
}

.contact h2 {
  font-size: 36px;
}

.location-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  max-width: none;
  padding-right: calc((100vw - var(--max)) / 2 + 42px);
  padding-left: calc((100vw - var(--max)) / 2 + 42px);
  background: var(--green-pale);
}

.location-story > * {
  min-width: 0;
}

.location-story p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.clinic-photo-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
  margin-top: 28px;
}

.clinic-photo-tiles figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(71, 114, 112, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(5, 5, 5, 0.06);
}

.clinic-photo-tiles img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.brand-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(242, 247, 240, 0.9)),
    var(--green-pale);
  box-shadow: var(--shadow);
}

.map-iframe-card {
  position: relative;
  z-index: 1;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background: var(--green-pale);
  box-shadow: var(--shadow);
}

.map-iframe-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
  filter: saturate(0.78) contrast(0.96);
}

.interactive-map {
  width: 100%;
  height: 430px;
}

.custom-pin {
  position: relative;
  width: 26px;
  height: 26px;
  border: 4px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.22);
  transform: rotate(-45deg);
}

.custom-pin::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--white);
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
  border: 1px solid rgba(71, 114, 112, 0.16);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.leaflet-popup-content {
  min-width: 230px;
  margin: 0;
}

.map-popup {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.map-popup-city {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.map-popup-address {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.map-popup-link,
.map-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 4px;
  padding: 0 14px;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.leaflet-container a {
  color: var(--green);
}

.leaflet-control-zoom a {
  color: var(--ink) !important;
  font-family: inherit;
}

.leaflet-container,
.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}

.leaflet-popup-pane {
  z-index: 2;
}

.interactive-map.is-unavailable {
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--green-pale);
}

.brand-map::before,
.brand-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(71, 114, 112, 0.18);
  border-radius: 50%;
}

.brand-map::before {
  inset: 72px 90px 84px 78px;
}

.brand-map::after {
  inset: 128px 42px 44px 148px;
}

.map-line {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(71, 114, 112, 0.28);
  transform-origin: left center;
}

.map-line-a {
  top: 132px;
  left: -28px;
  width: 112%;
  transform: rotate(-12deg);
}

.map-line-b {
  top: 282px;
  left: 34px;
  width: 96%;
  transform: rotate(18deg);
}

.map-line-c {
  top: 0;
  left: 48%;
  width: 2px;
  height: 100%;
  background: rgba(71, 114, 112, 0.2);
  transform: rotate(8deg);
}

.map-district {
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-pin {
  position: absolute;
  top: 196px;
  left: 54%;
  width: 22px;
  height: 22px;
  border: 5px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  box-shadow: 0 14px 34px rgba(5, 5, 5, 0.24);
  transform: rotate(-45deg);
}

.map-pin::after {
  position: absolute;
  inset: 4px;
  content: "";
  border-radius: 50%;
  background: var(--white);
}

.map-card {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  min-width: 250px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.map-card strong,
.map-card span {
  display: block;
}

.map-card strong {
  font-size: 20px;
}

.map-card span {
  margin-top: 8px;
  color: var(--muted);
}

.hours h3 {
  margin: 0;
  font-size: 16px;
}

.hours p {
  margin-top: 10px;
  font-size: 15px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 58px;
  align-items: end;
  max-width: var(--max);
  min-height: 430px;
  margin: 0 auto;
  padding: 82px 42px 62px;
  border-bottom: 1px solid var(--line);
}

.hero > *,
.page-hero > *,
.content-split > *,
.consultation-panel > *,
.about-preview > *,
.contact > *,
.form-grid > * {
  min-width: 0;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.8vw, 58px);
}

.page-hero p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.page-aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-pale);
}

.page-aside strong {
  display: block;
  font-size: 18px;
}

.page-aside span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.45fr);
  gap: 64px;
  align-items: start;
}

.prose h2 {
  margin-top: 44px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.76;
}

.prose p {
  margin-top: 18px;
}

.prose ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.side-panel {
  position: sticky;
  top: 110px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.side-panel h3 {
  margin-top: 0;
  font-size: 22px;
}

.side-panel p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.side-panel .button {
  width: 100%;
  margin-top: 22px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.category-list a {
  min-height: 190px;
  padding: 28px;
  background: var(--white);
  transition: background 180ms ease;
}

.category-list a:hover {
  background: var(--green-pale);
}

.category-list h2 {
  font-size: 28px;
}

.category-list p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.treatment-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.9fr);
  gap: 44px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 42px 24px;
}

.treatment-feature-copy span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.treatment-feature-copy h2 {
  max-width: 560px;
  margin-top: 14px;
  font-size: 42px;
}

.treatment-feature-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.treatment-feature-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.treatment-feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 42%;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.detail-meta div {
  padding: 20px;
  background: var(--white);
}

.detail-meta span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.detail-meta strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
}

.treatment-visual-band {
  padding-top: 34px;
  padding-bottom: 34px;
}

.treatment-photo-placeholder {
  display: grid;
  min-height: 330px;
  place-items: end start;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(71, 114, 112, 0.82), rgba(187, 199, 195, 0.2)),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.7) 0 7%, transparent 8%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0 24%, transparent 24% 100%),
    var(--green-pale);
  box-shadow: var(--shadow);
}

.treatment-photo-placeholder > div {
  max-width: 520px;
  margin: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
}

.treatment-photo-placeholder span {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.treatment-photo-placeholder strong {
  display: block;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.1;
}

.treatment-photo-placeholder p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.treatment-photo-media {
  margin: 0;
}

.treatment-photo-media img {
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.treatment-photo-media figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.simple-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.simple-list div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  background: var(--white);
}

.simple-list strong {
  color: var(--green);
}

.notice {
  padding: 18px 20px;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background: var(--green-pale);
  color: #38413f;
  line-height: 1.6;
}

.treatment-notice {
  margin-top: 28px;
  padding: 0 0 0 14px;
  border: 0;
  border-left: 2px solid #d7e0db;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label,
.checkbox-field {
  font-size: 14px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #343a39;
  line-height: 1.5;
}

.checkbox-field input {
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.form-status.is-error {
  color: #8b2f2f;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.faq-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.faq-list details {
  padding: 24px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.faq-list p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding: 64px 42px 28px;
  border-top: 1px solid var(--line);
  background: #050505;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 0.8fr;
  gap: 34px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer-grid h2 {
  margin: 0 0 14px;
  font-size: 15px;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: #c7cfcc;
  font-size: 14px;
  line-height: 1.7;
}

.footer-brand {
  min-width: 0;
  margin-bottom: 18px;
  color: var(--white);
}

.footer-brand .brand-logo {
  padding: 6px 8px;
  border-radius: 4px;
  background: var(--white);
}

.footer-brand small {
  color: #c7cfcc;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-signature {
  display: grid;
  gap: 2px;
}

.footer-signature small {
  color: #89918e;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.footer-signature a {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
  transition: color 160ms ease;
}

.footer-signature a:hover {
  color: var(--white);
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: min(520px, calc(100vw - 44px));
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(5, 5, 5, 0.38);
}

.cookie-modal-panel {
  display: grid;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  gap: 18px;
  overflow: auto;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.cookie-modal-panel h2 {
  font-size: 30px;
}

.cookie-modal-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.cookie-option {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cookie-option input {
  margin-top: 4px;
}

.cookie-option strong,
.cookie-option small {
  display: block;
}

.cookie-option small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.status-hero {
  min-height: 560px;
}

.home-editorial .site-header {
  position: sticky;
  right: 0;
  left: 0;
  border-bottom-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.9);
}

.editorial-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: max(560px, calc(100svh - 78px));
  max-width: none;
  margin: 0;
  padding: clamp(34px, 5vh, 58px) max(42px, calc((100vw - var(--max)) / 2 + 42px)) clamp(42px, 6vh, 64px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.editorial-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.42) 36%, rgba(5, 5, 5, 0.06) 72%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.54) 0%, rgba(5, 5, 5, 0) 38%);
  pointer-events: none;
}

.editorial-hero > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.editorial-hero-copy {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
}

.editorial-hero-copy h1 {
  color: var(--white);
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
}

.editorial-hero-copy h1 span {
  display: block;
}

.editorial-hero-copy p {
  max-width: 600px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.56;
}

.button.hero-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.editorial-hero-copy .hero-actions {
  gap: 10px;
  margin-top: 22px;
}

.editorial-hero-copy .button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.editorial-hero-copy .button.primary {
  border-color: rgba(71, 114, 112, 0.88);
  background: rgba(71, 114, 112, 0.86);
}

.editorial-hero-copy .button.secondary {
  border-color: rgba(255, 255, 255, 0.48);
}

.editorial-hero-copy .button:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.18);
}

.editorial-hero-copy .button.primary:hover {
  border-color: var(--green);
  background: var(--green);
}

.editorial-proof {
  position: absolute;
  z-index: 1;
  right: max(42px, calc((100vw - var(--max)) / 2 + 42px));
  bottom: 42px;
  left: max(42px, calc((100vw - var(--max)) / 2 + 42px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.editorial-proof div {
  min-width: 0;
  padding: 18px 22px;
}

.editorial-proof div + div {
  border-left: 1px solid rgba(71, 114, 112, 0.24);
}

.editorial-proof dt {
  font-size: 24px;
  font-weight: 800;
}

.editorial-proof dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 70px;
  align-items: center;
  max-width: none;
  padding: 108px calc((100vw - var(--max)) / 2 + 42px);
  background: var(--white);
}

.editorial-intro-copy {
  min-width: 0;
  max-width: 720px;
}

.editorial-intro-copy > span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-intro-copy h2 {
  max-width: 700px;
  margin-top: 16px;
  font-size: 46px;
}

.editorial-intro-copy > p {
  max-width: 680px;
  margin-top: 22px;
  color: #38413f;
  font-size: 18px;
  line-height: 1.78;
}

.editorial-intro-points {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.editorial-intro-points article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-intro-points strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.editorial-intro-points p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.editorial-intro-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-pale);
  box-shadow: var(--shadow);
}

.editorial-intro-photo img {
  width: 100%;
  height: min(680px, 72vh);
  min-height: 560px;
  object-fit: cover;
  object-position: center 62%;
}

.editorial-treatments {
  max-width: none;
  background: var(--green-pale);
}

.editorial-treatments > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.editorial-treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.editorial-treatment-card {
  position: relative;
  min-width: 0;
  height: 430px;
  overflow: hidden;
  border: 1px solid #d7e0db;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.07);
}

.editorial-card-surface {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px);
  cursor: pointer;
  list-style: none;
}

.editorial-card-image {
  display: block;
  height: 100%;
  min-height: 0;
  background: var(--green-soft);
}

.editorial-card-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
  transition: transform 760ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 760ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.editorial-treatment-card:hover .editorial-card-image img,
.editorial-treatment-card:focus .editorial-card-image img,
.editorial-treatment-card:focus-within .editorial-card-image img,
.editorial-treatment-card[open] .editorial-card-image img {
  filter: saturate(0.9) contrast(0.96);
  transform: scale(1.045);
}

.editorial-card-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 18px 18px 18px 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.editorial-card-icon {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid var(--green);
  border-radius: 50%;
}

.editorial-card-icon::before,
.editorial-card-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: var(--green);
  transform: translate(-50%, -50%);
}

.editorial-card-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 180ms ease;
}

.editorial-treatment-card:hover .editorial-card-icon::after,
.editorial-treatment-card:focus .editorial-card-icon::after,
.editorial-treatment-card:focus-within .editorial-card-icon::after,
.editorial-treatment-card[open] .editorial-card-icon::after {
  opacity: 0;
}

.editorial-card-body {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  max-height: 72px;
  gap: 0;
  overflow: hidden;
  padding: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.1);
  transition: max-height 760ms cubic-bezier(0.2, 0.72, 0.2, 1), background 620ms ease;
}

.editorial-treatment-card:hover .editorial-card-body,
.editorial-treatment-card:focus .editorial-card-body,
.editorial-treatment-card:focus-within .editorial-card-body,
.editorial-treatment-card[open] .editorial-card-body {
  max-height: 245px;
  background: rgba(255, 255, 255, 0.94);
}

.editorial-card-body p {
  margin: 8px 20px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease 210ms, transform 560ms cubic-bezier(0.2, 0.72, 0.2, 1) 180ms;
}

.editorial-card-body a {
  width: max-content;
  margin: 16px 20px 0;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease 280ms, transform 560ms cubic-bezier(0.2, 0.72, 0.2, 1) 240ms;
}

.editorial-treatment-card:hover .editorial-card-body p,
.editorial-treatment-card:hover .editorial-card-body a,
.editorial-treatment-card:focus .editorial-card-body p,
.editorial-treatment-card:focus .editorial-card-body a,
.editorial-treatment-card:focus-within .editorial-card-body p,
.editorial-treatment-card:focus-within .editorial-card-body a,
.editorial-treatment-card[open] .editorial-card-body p,
.editorial-treatment-card[open] .editorial-card-body a {
  opacity: 1;
  transform: translateY(0);
}

.editorial-consultation {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 68px;
  align-items: center;
  max-width: none;
  padding-right: calc((100vw - var(--max)) / 2 + 42px);
  padding-left: calc((100vw - var(--max)) / 2 + 42px);
}

.editorial-consultation figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-pale);
  box-shadow: var(--shadow);
}

.editorial-consultation img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
}

.editorial-consultation p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.editorial-consultation ol {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.editorial-consultation li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-consultation strong {
  color: var(--green);
}

.editorial-consultation span {
  color: #38413f;
  line-height: 1.5;
}

.editorial-consultation .editorial-section-label {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.editorial-reviews {
  max-width: none;
  background: var(--green-pale);
}

.editorial-reviews > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.editorial-about {
  background: var(--ink);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: auto;
    padding: 18px 22px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    order: 4;
    padding-top: 14px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 16px 0;
    border-top: 1px solid var(--line);
  }

  .brand {
    min-width: 0;
  }

  .hero,
  .consultation-panel,
  .about-preview,
  .contact,
  .page-hero,
  .content-split,
  .location-story,
  .treatment-feature,
  .editorial-intro,
  .editorial-consultation {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 56px 22px 30px;
  }

  .editorial-hero {
    min-height: max(560px, calc(100svh - 78px));
    padding: 42px 22px 58px;
  }

  h1 {
    font-size: clamp(40px, 8vw, 48px);
  }

  h2 {
    font-size: clamp(30px, 5.8vw, 34px);
  }

  .page-hero h1 {
    font-size: clamp(40px, 7.2vw, 48px);
  }

  .hero-media {
    min-height: 460px;
  }

  .values,
  .treatment-grid,
  .review-row,
  .editorial-treatment-grid {
    grid-template-columns: 1fr;
  }

  .values article,
  .values article + article {
    min-height: auto;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .values article:first-child {
    border-top: 0;
  }

  section,
  .consultation-panel,
  .about-preview,
  .contact,
  .page-hero,
  .location-story,
  .treatment-feature,
  .editorial-intro,
  .editorial-consultation {
    padding-right: 22px;
    padding-left: 22px;
  }

  .editorial-intro {
    gap: 42px;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .editorial-intro-copy h2 {
    font-size: 38px;
  }

  .editorial-intro-photo img {
    height: 560px;
    min-height: 0;
    object-position: center 68%;
  }

  .editorial-hero-copy {
    width: min(600px, 100%);
  }

  .editorial-hero-copy h1 {
    font-size: 44px;
  }

  .editorial-proof {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .editorial-consultation img {
    min-height: 420px;
  }

  .treatment-feature {
    padding-top: 42px;
    padding-bottom: 10px;
  }

  .treatment-feature-photo,
  .treatment-feature-photo img {
    min-height: 320px;
  }

  .category-list,
  .detail-meta,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .home-editorial .nav-cta {
    display: none;
  }

  .home-editorial .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: initial;
  }

  .home-editorial .menu-toggle {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 2;
    justify-self: end;
  }

  .home-editorial .nav {
    grid-column: 1 / -1;
    width: 100%;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 112px;
  }

  .nav-cta {
    min-width: 112px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  h1 {
    font-size: clamp(34px, 10.4vw, 39px);
  }

  .page-hero h1 {
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.02;
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .proof-row div,
  .proof-row div + div {
    padding: 17px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-row div:first-child {
    border-top: 0;
  }

  .hero-media {
    min-height: 360px;
  }

  .editorial-hero {
    min-height: max(540px, calc(100svh - 76px));
    padding: 38px 18px 54px;
  }

  .editorial-hero-copy {
    width: 100%;
  }

  .editorial-hero-copy h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .editorial-hero-copy p {
    font-size: 15px;
  }

  .editorial-proof {
    grid-template-columns: 1fr;
  }

  .editorial-proof div {
    padding: 12px 16px;
  }

  .editorial-proof div + div {
    border-top: 1px solid rgba(71, 114, 112, 0.24);
    border-left: 0;
  }

  .editorial-card-title {
    font-size: 18px;
  }

  .editorial-treatment-card {
    height: 360px;
  }

  .editorial-card-body {
    max-height: 72px;
  }

  .editorial-treatment-card:hover .editorial-card-body,
  .editorial-treatment-card:focus .editorial-card-body,
  .editorial-treatment-card:focus-within .editorial-card-body,
  .editorial-treatment-card[open] .editorial-card-body {
    max-height: 250px;
  }

  .editorial-consultation li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .editorial-intro {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .editorial-intro-copy h2 {
    font-size: 32px;
  }

  .editorial-intro-copy > p {
    font-size: 16px;
  }

  .editorial-intro-points article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .editorial-intro-photo img {
    height: 430px;
    object-position: center 70%;
  }

  .media-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading.split {
    align-items: flex-start;
    flex-direction: column;
  }

  .consultation li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .portrait-placeholder {
    min-height: 330px;
  }

  .portrait-placeholder span {
    font-size: 42px;
  }

  .portrait-photo,
  .portrait-photo img {
    min-height: 330px;
  }

  .price-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .brand-map {
    min-height: 340px;
  }

  .map-iframe-card {
    min-height: 340px;
  }

.map-iframe-card iframe {
    height: 340px;
  }

  .interactive-map {
    height: 340px;
  }

  .map-card {
    right: 18px;
    bottom: 18px;
    left: 18px;
    min-width: 0;
  }

  .clinic-photo-tiles {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    flex-direction: column;
  }
}
