@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&display=swap");

:root {
  --ivory: #f7f3ee;
  --ivory-2: #efe8df;
  --paper: #fffdf9;
  --ink: #211c19;
  --ink-soft: #5f554f;
  --bronze: #a87343;
  --bronze-dark: #765031;
  --rose: #c98f89;
  --rose-soft: #f0dcd7;
  --sage: #7d8977;
  --line: rgba(33, 28, 25, 0.13);
  --shadow: 0 28px 80px rgba(58, 41, 29, 0.11);
  --shadow-soft: 0 15px 45px rgba(58, 41, 29, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --container: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--paper);
  background: var(--bronze);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2,
.display,
.brand-name,
.treatment-hero h1,
.result-title {
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(3.5rem, 7.4vw, 7.1rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.25;
}

p {
  color: var(--ink-soft);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 120px 0;
}

.section-tight {
  padding: 86px 0;
}

.section-dark {
  color: var(--paper);
  background: var(--ink);
}

.section-dark p {
  color: rgba(255, 253, 249, 0.72);
}

.section-rose {
  background: var(--rose-soft);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bronze-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-dark .eyebrow {
  color: #d9b38e;
}

.lead {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 56px;
}

.section-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 6px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 14px;
  left: 14px;
  padding: 12px 18px;
  transform: translateY(-150%);
  border-radius: 999px;
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  position: relative;
  z-index: 30;
  padding: 8px 20px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247, 243, 238, 0.8);
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 34px rgba(32, 26, 22, 0.05);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 216px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 115, 67, 0.34);
  border-radius: 50%;
  background: var(--paper);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name {
  display: block;
  font-size: 1.18rem;
  line-height: 1;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.87rem;
  font-weight: 600;
}

.main-nav > a,
.nav-dropdown > button {
  position: relative;
  padding: 10px 0;
  border: 0;
  color: var(--ink);
  background: none;
  cursor: pointer;
}

.main-nav > a::after,
.nav-dropdown > button::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  background: var(--bronze);
  transition: transform 0.25s ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after,
.nav-dropdown > button:hover::after,
.nav-dropdown > button:focus-visible::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 270px;
  padding: 12px;
  transform: translate(-50%, 10px);
  visibility: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  opacity: 0;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  transition: 0.2s ease;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--ivory);
}

.header-cta {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 12px 25px rgba(33, 28, 25, 0.16);
}

.btn-primary:hover {
  background: #3a302b;
}

.btn-bronze {
  color: var(--paper);
  background: var(--bronze);
}

.btn-bronze:hover {
  background: var(--bronze-dark);
}

.btn-outline {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.25);
}

.btn-outline:hover {
  border-color: rgba(168, 115, 67, 0.55);
  background: var(--paper);
}

.btn-light {
  color: var(--ink);
  background: var(--paper);
}

.btn-arrow::after {
  content: "↗";
  font-size: 1rem;
  font-weight: 400;
}

.hero {
  position: relative;
  min-height: calc(100svh - 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(201, 143, 137, 0.17), transparent 28%),
    radial-gradient(circle at 76% 23%, rgba(168, 115, 67, 0.11), transparent 25%),
    var(--ivory);
}

.hero::after {
  position: absolute;
  top: -14vw;
  right: -10vw;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(168, 115, 67, 0.25);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 112px);
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.82fr);
  align-items: center;
  gap: clamp(35px, 6vw, 95px);
  padding: 70px 0 60px;
}

.hero-copy {
  padding-bottom: 28px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
}

.hero h1 em {
  color: var(--bronze);
  font-style: normal;
}

.hero .lead {
  max-width: 600px;
  margin-bottom: 34px;
}

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

.hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.hero-note::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(125, 137, 119, 0.13);
}

.hero-visual {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.hero-portrait {
  position: relative;
  z-index: 2;
  aspect-ratio: 0.79;
  overflow: hidden;
  border-radius: 260px 260px 34px 34px;
  background: #cfc9c3;
  box-shadow: var(--shadow);
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-visual::before {
  position: absolute;
  z-index: 1;
  right: -22px;
  bottom: -22px;
  width: 85%;
  height: 76%;
  border: 1px solid rgba(168, 115, 67, 0.48);
  border-radius: 240px 240px 34px 34px;
  content: "";
}

.hero-float {
  position: absolute;
  z-index: 4;
  bottom: 34px;
  left: -56px;
  width: 230px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 19px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.hero-float strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.hero-float span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.45);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 30px 24px;
  text-align: center;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-item strong {
  display: block;
  font-family: "Italiana", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.trust-item span {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.treatment-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #b8afa7;
  box-shadow: var(--shadow-soft);
}

.treatment-card:nth-child(1),
.treatment-card:nth-child(4) {
  grid-column: span 7;
}

.treatment-card:nth-child(2),
.treatment-card:nth-child(3) {
  grid-column: span 5;
}

.treatment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.treatment-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(23, 17, 14, 0.88), transparent 68%);
}

.treatment-card:hover img {
  transform: scale(1.035);
}

.treatment-card-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: var(--paper);
}

.treatment-card-content span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.treatment-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
}

.treatment-card h3::after {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "↗";
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.concierge {
  overflow: hidden;
}

.concierge::before {
  position: absolute;
  top: -260px;
  left: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.concierge-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(270px, 0.52fr) minmax(0, 1fr);
  gap: 80px;
}

.concierge-intro {
  position: sticky;
  top: 150px;
  align-self: start;
}

.concierge-intro h2 {
  font-size: clamp(3.2rem, 5vw, 5.7rem);
}

.concierge-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #d9b38e;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concierge-panel {
  min-height: 590px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.055);
}

.quiz-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 38px;
}

.quiz-progress-bar {
  height: 3px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.quiz-progress-bar span {
  display: block;
  width: 25%;
  height: 100%;
  background: #d9b38e;
  transition: width 0.35s ease;
}

.quiz-progress small {
  color: rgba(255, 255, 255, 0.55);
}

.quiz-step[hidden] {
  display: none;
}

.quiz-step h3 {
  max-width: 650px;
  margin-bottom: 28px;
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 400;
  line-height: 1.04;
}

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

.quiz-option {
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.quiz-option:hover,
.quiz-option:focus-visible,
.quiz-option.is-selected {
  border-color: #d9b38e;
  background: rgba(217, 179, 142, 0.1);
  transform: translateY(-2px);
}

.quiz-option strong {
  display: block;
  margin-bottom: 3px;
}

.quiz-option span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
}

.quiz-back {
  display: inline-flex;
  margin-top: 24px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.64);
  background: transparent;
  cursor: pointer;
}

.quiz-result {
  padding-top: 8px;
}

.result-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #d9b38e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.result-title {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1;
}

.result-copy {
  max-width: 640px;
  margin-bottom: 28px;
}

.result-disclaimer {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.cases-rail {
  display: grid;
  grid-auto-columns: minmax(290px, 0.38fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 0 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--bronze) transparent;
}

.case-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.case-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.case-card figcaption {
  padding: 20px;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.case-note {
  max-width: 780px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.doctor-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.doctor-image {
  position: relative;
}

.doctor-image img {
  width: 100%;
  aspect-ratio: 0.8;
  object-fit: cover;
  object-position: center top;
  border-radius: 240px 240px var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow);
}

.doctor-image::after {
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  width: 80%;
  height: 76%;
  border: 1px solid rgba(168, 115, 67, 0.42);
  border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
  content: "";
}

.doctor-copy blockquote {
  margin: 32px 0;
  padding-left: 24px;
  border-left: 2px solid var(--bronze);
  color: var(--ink);
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.1;
}

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

.doctor-meta div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.doctor-meta strong {
  display: block;
  font-size: 0.88rem;
}

.doctor-meta span {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.journey-step {
  padding: 34px 28px 0 0;
}

.journey-step + .journey-step {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.journey-step span {
  display: block;
  margin-bottom: 42px;
  color: #d9b38e;
  font-family: "Italiana", Georgia, serif;
  font-size: 2rem;
}

.journey-step h3 {
  color: var(--paper);
}

.journey-step p {
  margin-bottom: 0;
  font-size: 0.83rem;
}

.clinic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: 20px;
}

.clinic-media,
.clinic-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.clinic-media {
  position: relative;
  min-height: 650px;
}

.clinic-media video {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.clinic-card {
  display: flex;
  flex-direction: column;
}

.clinic-card img {
  width: 100%;
  min-height: 360px;
  flex: 1;
  object-fit: cover;
}

.clinic-card-copy {
  padding: 30px;
}

.clinic-card-copy p:last-child {
  margin-bottom: 0;
}

.faq-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
  gap: 90px;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-size: 1.1rem;
  font-weight: 400;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 50px 24px 0;
  margin: 0;
}

.appointment {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 10%, rgba(201, 143, 137, 0.19), transparent 24%),
    var(--rose-soft);
}

.appointment-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 80px;
}

.contact-points {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contact-point {
  padding-top: 17px;
  border-top: 1px solid rgba(33, 28, 25, 0.14);
}

.contact-point small {
  display: block;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-point strong {
  display: block;
  margin-top: 3px;
}

.appointment-form {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 249, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(13px);
}

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

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.74rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(33, 28, 25, 0.16);
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 4px rgba(168, 115, 67, 0.1);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 19px 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.form-consent input {
  margin-top: 4px;
  accent-color: var(--bronze);
}

.form-status {
  display: none;
  margin-top: 14px;
  color: var(--bronze-dark);
  font-size: 0.78rem;
}

.form-status.is-visible {
  display: block;
}

.site-footer {
  padding: 78px 0 28px;
  color: var(--paper);
  background: #181412;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 0.55fr 0.8fr;
  gap: 50px;
}

.footer-brand p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-title {
  display: block;
  margin-bottom: 18px;
  color: #d9b38e;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: white;
  background: #1e8f5a;
  box-shadow: 0 13px 35px rgba(12, 92, 54, 0.25);
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

.floating-whatsapp::before {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: "↗";
}

.treatment-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--ink);
}

.treatment-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.64;
}

.treatment-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 18, 15, 0.96) 0%, rgba(23, 18, 15, 0.76) 43%, rgba(23, 18, 15, 0.16) 100%),
    linear-gradient(0deg, rgba(23, 18, 15, 0.55), transparent 60%);
}

.treatment-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 690px;
  max-width: 760px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 0;
  color: var(--paper);
}

.treatment-hero h1 {
  margin-bottom: 25px;
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.treatment-hero .lead {
  color: rgba(255, 255, 255, 0.76);
}

.treatment-hero .eyebrow {
  color: #e0ba96;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.3fr);
  gap: 90px;
}

.content-main h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
}

.content-main h3 {
  margin-top: 38px;
  font-family: "Italiana", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.content-aside {
  align-self: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.content-aside h3 {
  font-family: "Italiana", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
}

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

.feature-list li {
  position: relative;
  padding: 16px 0 16px 26px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.feature-list li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--bronze);
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.info-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.info-card span {
  color: var(--bronze);
  font-family: "Italiana", Georgia, serif;
  font-size: 2rem;
}

.info-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.privacy-content {
  max-width: 820px;
}

.privacy-content h1 {
  margin: 65px 0 24px;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.privacy-content h2 {
  margin-top: 48px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (max-width: 1060px) {
  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav.is-open {
    position: fixed;
    z-index: 999;
    inset: 112px 0 auto;
    display: grid;
    max-height: calc(100svh - 112px);
    gap: 4px;
    overflow-y: auto;
    padding: 24px 20px 32px;
    border-bottom: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open > a,
  .main-nav.is-open .nav-dropdown > button {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    text-align: left;
  }

  .main-nav.is-open .dropdown-menu {
    position: static;
    width: auto;
    padding: 4px 0 10px 12px;
    transform: none;
    visibility: visible;
    border: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
  }

  .hero-float {
    left: -30px;
  }

  .concierge-grid {
    gap: 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 88px 0;
  }

  .section-heading,
  .hero-grid,
  .concierge-grid,
  .doctor-grid,
  .clinic-grid,
  .faq-wrap,
  .appointment-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 38px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding: 72px 0 75px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 680px;
  }

  .hero-visual {
    width: min(82%, 520px);
    margin: 30px auto 0;
  }

  .hero-float {
    left: -46px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .treatment-card,
  .treatment-card:nth-child(n) {
    grid-column: span 6;
  }

  .treatment-card {
    min-height: 390px;
  }

  .concierge-intro {
    position: static;
  }

  .journey {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-step:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .journey-step:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .clinic-media,
  .clinic-media video {
    min-height: 540px;
  }

  .faq-wrap,
  .appointment-grid,
  .content-grid {
    gap: 45px;
  }

  .info-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 590px) {
  :root {
    --radius-xl: 24px;
    --radius-lg: 20px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.6rem, 13vw, 3.8rem);
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .announcement {
    font-size: 0.68rem;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .main-nav.is-open {
    inset: 101px 0 auto;
    max-height: calc(100svh - 101px);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 1.04rem;
  }

  .brand-sub {
    font-size: 0.54rem;
  }

  .hero-grid {
    padding-top: 58px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    width: 88%;
    margin-top: 22px;
  }

  .hero-float {
    right: -12px;
    bottom: 18px;
    left: auto;
    width: 190px;
    padding: 15px;
  }

  .trust-item {
    padding: 24px 12px;
  }

  .trust-item strong {
    font-size: 1.35rem;
  }

  .treatment-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .treatment-card,
  .treatment-card:nth-child(n) {
    min-height: 360px;
    grid-column: auto;
  }

  .concierge-panel {
    min-height: 570px;
    padding: 24px 18px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .quiz-option {
    min-height: 75px;
  }

  .cases-rail {
    grid-auto-columns: 82%;
  }

  .doctor-meta,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .journey {
    grid-template-columns: 1fr;
  }

  .journey-step,
  .journey-step + .journey-step {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .journey-step:first-child {
    border-top: 0;
  }

  .journey-step span {
    margin-bottom: 20px;
  }

  .clinic-media,
  .clinic-media video {
    min-height: 470px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    padding: 12px;
    justify-content: center;
  }

  .floating-whatsapp span {
    display: none;
  }

  .treatment-hero,
  .treatment-hero-content {
    min-height: 610px;
  }

  .treatment-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
