:root {
  --tp-ink: #17110e;
  --tp-dark: #1a1410;
  --tp-deep: #100c0a;
  --tp-cream: #f3eadc;
  --tp-paper: #eadcc8;
  --tp-bronze: #ad8049;
  --tp-gold: #c8a96e;
  --tp-muted: #8b7967;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.treatment-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--tp-cream);
  color: var(--tp-ink);
  font-family: Inter, Arial, sans-serif;
}

.tp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(232, 220, 200, 0.18);
  color: #f8efe1;
}

.tp-brand {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.28em;
  line-height: 1.4;
}

.tp-brand small {
  display: block;
  color: var(--tp-gold);
  font-size: 8px;
  letter-spacing: 0.48em;
}

.tp-brand strong {
  font-size: 18px;
  font-weight: 400;
}

.tp-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 38px);
}

.tp-nav a {
  color: inherit;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-decoration: none;
  text-transform: uppercase;
}

.tp-nav .tp-book-small {
  border: 1px solid rgba(200, 169, 110, 0.65);
  padding: 13px 18px;
}

.tp-hero {
  position: relative;
  display: grid;
  min-height: min(920px, 100svh);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  background: var(--tp-dark);
  color: #f8efe1;
}

.tp-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(28px, 7vw, 140px) 90px clamp(28px, 7vw, 140px);
}

.tp-kicker,
.tp-section-label {
  color: var(--tp-gold);
  font-size: 9px;
  letter-spacing: 0.44em;
  text-transform: uppercase;
}

.tp-breadcrumbs {
  margin-bottom: 50px;
  color: rgba(243, 234, 220, 0.55);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tp-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.tp-hero h1 {
  max-width: 760px;
  margin: 22px 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 7vw, 118px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.84;
}

.tp-lead {
  max-width: 610px;
  margin: 0;
  color: rgba(243, 234, 220, 0.72);
  font-size: 14px;
  line-height: 1.9;
}

.tp-facts {
  display: flex;
  gap: 52px;
  margin-top: 44px;
  padding-top: 25px;
  border-top: 1px solid rgba(200, 169, 110, 0.24);
}

.tp-facts dt {
  margin-bottom: 8px;
  color: rgba(243, 234, 220, 0.42);
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.tp-facts dd {
  margin: 0;
  color: var(--tp-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
}

.tp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.tp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--tp-gold);
  background: var(--tp-gold);
  color: var(--tp-dark);
  font-size: 9px;
  letter-spacing: 0.25em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.tp-button:hover {
  background: #e0c38a;
}

.tp-button-secondary {
  background: transparent;
  color: #f8efe1;
}

.tp-hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.tp-hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--tp-dark) 0%, transparent 28%),
    linear-gradient(0deg, rgba(16, 12, 10, 0.45), transparent 50%);
  content: "";
}

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

.tp-section {
  padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 140px);
}

.tp-intro-grid {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 9vw, 150px);
  align-items: start;
}

.tp-section h2 {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(45px, 5vw, 78px);
  font-weight: 300;
  line-height: 0.95;
}

.tp-prose {
  color: #6f5f50;
  font-size: 15px;
  line-height: 2;
}

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

.tp-audience {
  display: grid;
  margin-top: 45px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  list-style: none;
}

.tp-audience li {
  padding: 16px 0 16px 25px;
  border-bottom: 1px solid rgba(91, 66, 42, 0.16);
  color: #4e4035;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}

.tp-audience li::before {
  position: absolute;
  left: 0;
  color: var(--tp-bronze);
  content: "◇";
}

.tp-visit {
  background: var(--tp-dark);
  color: #f5ead9;
}

.tp-visit-inner,
.tp-related-inner,
.tp-faq-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.tp-visit-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
}

.tp-visit h2 {
  color: #f5ead9;
}

.tp-steps {
  display: grid;
  margin-top: 85px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(200, 169, 110, 0.18);
  border: 1px solid rgba(200, 169, 110, 0.18);
}

.tp-step {
  min-height: 250px;
  padding: 36px;
  background: var(--tp-dark);
}

.tp-step span {
  color: var(--tp-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
}

.tp-step h3 {
  margin: 55px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.tp-step p {
  margin: 0;
  color: rgba(243, 234, 220, 0.55);
  font-size: 12px;
  line-height: 1.8;
}

.tp-gallery-strip {
  display: grid;
  min-height: 620px;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 8px;
  background: var(--tp-dark);
}

.tp-gallery-strip img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.tp-faq {
  background: #eadcc8;
}

.tp-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(50px, 8vw, 130px);
}

.tp-faq details {
  border-top: 1px solid rgba(91, 66, 42, 0.22);
}

.tp-faq details:last-child {
  border-bottom: 1px solid rgba(91, 66, 42, 0.22);
}

.tp-faq summary {
  padding: 27px 45px 27px 0;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  list-style: none;
  position: relative;
}

.tp-faq summary::after {
  position: absolute;
  right: 5px;
  color: var(--tp-bronze);
  content: "+";
}

.tp-faq details[open] summary::after {
  content: "−";
}

.tp-faq details p {
  max-width: 800px;
  margin: 0 0 28px;
  color: #6f5f50;
  font-size: 13px;
  line-height: 1.9;
}

.tp-related {
  background: var(--tp-deep);
  color: #f5ead9;
}

.tp-related-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}

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

.tp-related-card {
  color: inherit;
  text-decoration: none;
}

.tp-related-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tp-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tp-related-card:hover img {
  transform: scale(1.04);
}

.tp-related-card h3 {
  margin: 20px 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 300;
}

.tp-related-card p {
  margin: 0;
  color: rgba(243, 234, 220, 0.48);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tp-location-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 55px clamp(22px, 7vw, 140px);
  background: var(--tp-bronze);
  color: #18110d;
}

.tp-location-band h2 {
  max-width: 820px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 300;
  line-height: 1;
}

.tp-location-band a {
  flex: 0 0 auto;
  border: 1px solid rgba(24, 17, 13, 0.55);
  color: inherit;
}

.tp-footer {
  display: grid;
  padding: 70px clamp(22px, 7vw, 140px);
  grid-template-columns: 1fr auto;
  gap: 40px;
  background: #0c0907;
  color: rgba(243, 234, 220, 0.58);
  font-size: 11px;
  line-height: 1.9;
}

.tp-footer a {
  color: var(--tp-gold);
  text-decoration: none;
}

.tp-floating {
  position: fixed;
  z-index: 40;
  bottom: 22px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 169, 110, 0.65);
  border-radius: 50%;
  background: rgba(26, 20, 16, 0.92);
  color: var(--tp-gold);
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.tp-call {
  left: 22px;
}

.tp-whatsapp {
  right: 22px;
}

@media (max-width: 900px) {
  .tp-nav a:not(.tp-book-small) {
    display: none;
  }

  .tp-header {
    min-height: 76px;
  }

  .tp-hero {
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
  }

  .tp-hero-media {
    min-height: 62svh;
  }

  .tp-hero-media::after {
    background: linear-gradient(0deg, var(--tp-dark) 0%, transparent 40%);
  }

  .tp-hero-copy {
    margin-top: -95px;
    padding: 30px 22px 80px;
  }

  .tp-breadcrumbs {
    margin-bottom: 30px;
  }

  .tp-hero h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .tp-facts {
    gap: 28px;
  }

  .tp-intro-grid,
  .tp-visit-top,
  .tp-faq-grid {
    grid-template-columns: 1fr;
  }

  .tp-steps,
  .tp-related-grid {
    grid-template-columns: 1fr;
  }

  .tp-step {
    min-height: 210px;
  }

  .tp-step h3 {
    margin-top: 28px;
  }

  .tp-gallery-strip {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .tp-gallery-strip img {
    min-height: 62vw;
  }

  .tp-gallery-strip img:last-child {
    display: none;
  }

  .tp-related-header,
  .tp-location-band {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 540px) {
  .tp-brand strong {
    font-size: 15px;
  }

  .tp-nav .tp-book-small {
    padding: 11px 12px;
    font-size: 8px;
  }

  .tp-audience {
    grid-template-columns: 1fr;
  }

  .tp-actions .tp-button {
    width: 100%;
  }
}
