@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap");

:root {
  --navy: #071a33;
  --navy2: #0d2b4e;
  --gold: #c8922e;
  --gold2: #f2c56b;
  --silver: #dbe3ec;
  --ink: #10233a;
  --muted: #627086;
  --paper: #f5f7fa;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}
body.menu-open {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  line-height: 1.12;
  margin: 0 0 1rem;
}
h1 {
  font-size: clamp(2.8rem, 6vw, 5.7rem);
}
h2 {
  font-size: clamp(2.15rem, 4vw, 3.8rem);
}
h3 {
  font-size: 1.55rem;
}
p {
  margin: 0 0 1.1rem;
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.section {
  padding: 110px 0;
}
.section-soft {
  background: var(--paper);
}
.section-dark {
  background: linear-gradient(135deg, #06172e, #0b2949);
  color: #fff;
}
.section-dark p {
  color: #cbd5e1;
}
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}
.section-head {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-head p {
  font-size: 1.05rem;
}
.gold-text {
  background: linear-gradient(110deg, var(--gold), var(--gold2));
  background-clip: text;
  color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: 0.3s;
  cursor: pointer;
}
.btn-gold {
  background: linear-gradient(110deg, #b77a1c, #f4cf7b, #b77a1c);
  background-size: 200%;
  color: #08182d;
  box-shadow: 0 12px 32px #c8922e35;
}
.btn-gold:hover {
  background-position: 100%;
  transform: translateY(-3px);
}
.btn-outline {
  border-color: #ffffff80;
  color: #fff;
}
.btn-outline:hover {
  background: #fff;
  color: var(--navy);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: 0.35s;
}
.site-header.scrolled {
  background: #071a33f5;
  box-shadow: 0 10px 30px #0002;
  backdrop-filter: blur(15px);
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 148px;
  height: 72px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 7px;
}
.nav-links > a,
.nav-item > button {
  background: none;
  border: 0;
  color: #fff;
  font: 600 0.86rem Inter;
  padding: 12px 14px;
  cursor: pointer;
  transition: 0.25s;
}
.nav-links > a:hover,
.nav-links > a.active,
.nav-item > button:hover {
  color: var(--gold2);
}
.nav-item {
  position: relative;
}
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 14px;
  box-shadow: 0 18px 50px #06172e2b;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s;
}
.dropdown a {
  display: block;
  padding: 11px 13px;
  border-radius: 9px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.85rem;
}
.dropdown a:hover {
  background: #f4f0e8;
  color: #9b671d;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #ffffff40;
  background: #ffffff10;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
}
.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  background: center/cover no-repeat;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #041326ed 0%, #06162caf 55%, #06162c55),
    linear-gradient(0deg, #06172e85, transparent 50%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #f0c56a40;
  border-radius: 50%;
  right: -180px;
  top: 15%;
  box-shadow:
    0 0 0 45px #ffffff08,
    0 0 0 90px #ffffff05;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 830px;
  padding-top: 70px;
}
.hero-content p {
  color: #d7e0eb;
  font-size: clamp(1rem, 2vw, 1.23rem);
  max-width: 680px;
}
.hero-home {
  background-image: url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=2000&q=85");
}
.page-hero {
  min-height: 62svh;
  text-align: center;
}
.page-hero:before {
  background: linear-gradient(#041326cc, #041326e8);
}
.page-hero .hero-content {
  max-width: 860px;
}
.hero-services {
  background-image: url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=2000&q=85");
}
.hero-hair {
  background-image: url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=2000&q=85");
}
.hero-skin {
  background-image: url("https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?auto=format&fit=crop&w=2000&q=85");
}
.hero-gallery {
  background-image: url("https://images.unsplash.com/photo-1629909615957-be38d48fbbe6?auto=format&fit=crop&w=2000&q=85");
}
.hero-about {
  background-image: url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=2000&q=85");
}
.hero-contact {
  background-image: url("../images/hair-transplant-page-hero.jpg");
  background-position: center 58%;
}
.hero-contact .hero-content {
  margin-inline: auto;
}
.hero-contact .hero-content p {
  margin-inline: auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid #e7ebf0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 55px #0b29490c;
  transition: 0.35s;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 65px #0b29491a;
  border-color: #d6b46a;
}
.card-body {
  padding: 30px;
}
.icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff7e7, #ead39e);
  color: #9a6515;
  font-size: 1.45rem;
  margin-bottom: 22px;
}
.feature-card {
  padding: 30px;
}
.service-card {
  position: relative;
  min-height: 510px;
  color: #fff;
  background: center/cover;
}
.service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, #06172ef5 88%);
}
.service-card .card-body {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.service-card p {
  color: #d6deea;
}
.image-wrap {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.image-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 0.6s;
}
.image-wrap:hover img {
  transform: scale(1.04);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: grid;
  gap: 13px;
}
.check-list li {
  position: relative;
  padding-left: 31px;
  color: var(--muted);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 25px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--silver));
}
.step {
  position: relative;
  text-align: center;
}
.step-num {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  background: #fff;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Playfair Display";
  font-size: 1.3rem;
  box-shadow: 0 8px 25px #08213f15;
}
.stars {
  color: #d99b2b;
  letter-spacing: 3px;
}
.quote {
  font-size: 1rem;
  color: #33445a;
}
.faq {
  max-width: 850px;
  margin: auto;
}
.faq-item {
  border-bottom: 1px solid #dce2e9;
}
.faq-q {
  width: 100%;
  padding: 22px 0;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font: 600 1rem Inter;
  color: var(--ink);
  cursor: pointer;
}
.faq-q span:last-child {
  color: var(--gold);
  font-size: 1.3rem;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
}
.faq-item.open .faq-a {
  max-height: 220px;
}
.faq-item.open .faq-q span:last-child {
  transform: rotate(45deg);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ffffff20;
  border: 1px solid #ffffff20;
  border-radius: 24px;
  overflow: hidden;
}
.stat {
  text-align: center;
  padding: 42px 18px;
  background: #ffffff08;
}
.stat strong {
  font: 600 2.7rem "Playfair Display";
  color: var(--gold2);
  display: block;
}
.stat span {
  font-size: 0.82rem;
  color: #d5dfeb;
}
.cta {
  border-radius: 30px;
  padding: 70px;
  background: linear-gradient(110deg, #071a33, #0f3a64);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.cta:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid #e4b34c70;
  border-radius: 50%;
  right: -60px;
  top: -110px;
}
.cta p {
  color: #d6dfeb;
  max-width: 650px;
}
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid #dce3ea;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.masonry {
  columns: 3;
  column-gap: 20px;
}
.gallery-item {
  break-inside: avoid;
  margin: 0 0 20px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.gallery-item img {
  width: 100%;
  transition: 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-item.hidden {
  display: none;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: #020914ed;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 30px;
}
.lightbox.open {
  display: grid;
}
.lightbox img {
  max-height: 88vh;
  border-radius: 16px;
}
.lightbox button {
  position: absolute;
  right: 25px;
  top: 20px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2.3rem;
}
.gallery-note {
  text-align: center;
  margin-top: 35px;
}
.center-actions {
  justify-content: center;
}
.mt-section-head {
  margin-top: 70px;
}
.procedure-grid {
  grid-template-columns: 1fr 1fr;
}
.faq-light {
  color: #fff;
}
.btn-silver {
  border-color: #ccd4de;
}
.map-copy {
  color: #dbe4ed;
}
.service-hair {
  background-image: url("../images/hair-transplant-card.jpg");
}
.service-skin {
  background-image: url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=1000&q=85");
}
.service-skin-alt {
  background-image: url("https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?auto=format&fit=crop&w=1000&q=85");
}
.form-card {
  padding: 36px;
}
.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.field label {
  font-size: 0.82rem;
  font-weight: 700;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid #dce2ea;
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px #c8922e18;
}
.field .error {
  border-color: #b42318;
}
.form-status {
  font-size: 0.86rem;
  min-height: 24px;
}
.contact-list {
  display: grid;
  gap: 18px;
}
.contact-row {
  display: flex;
  gap: 16px;
}
.contact-row .icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}
.map {
  min-height: 400px;
  border-radius: 24px;
  background:
    linear-gradient(#071a3366, #071a3366),
    url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1200&q=70")
      center/cover;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.footer {
  background: #041326;
  color: #fff;
  padding: 75px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 45px;
}
.footer-logo {
  width: 190px;
  margin-bottom: 20px;
}
.footer p,
.footer a {
  color: #aebccd;
  font-size: 0.88rem;
}
.footer a:hover {
  color: var(--gold2);
}
.footer-links {
  display: grid;
  gap: 10px;
}
.footer h4 {
  font: 600 1.1rem Inter;
}
.footer-bottom {
  border-top: 1px solid #ffffff18;
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #8290a3;
  font-size: 0.8rem;
}
.floating {
  position: fixed;
  right: 20px;
  z-index: 40;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 25px #0003;
  transition: 0.25s;
}
.floating:hover {
  transform: scale(1.08);
}
.float-whatsapp {
  bottom: 90px;
  background: #1da851;
}
.float-call {
  bottom: 30px;
  background: var(--navy2);
}
.back-top {
  position: fixed;
  right: 23px;
  bottom: 155px;
  z-index: 40;
  width: 43px;
  height: 43px;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  background: #071a33;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.back-top.show {
  opacity: 1;
  visibility: visible;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 960px) {
  .menu-toggle {
    display: grid;
    place-items: center;
  }
  .nav-links {
    position: fixed;
    inset: 0 0 0 22%;
    background: #06172ef9;
    backdrop-filter: blur(20px);
    padding: 110px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transform: translateX(105%);
    transition: 0.35s;
  }
  .nav-links.open {
    transform: none;
  }
  .nav-links > a,
  .nav-item > button {
    text-align: left;
    font-size: 1rem;
    width: 100%;
  }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin: 5px 0 10px;
  }
  .nav-item.open .dropdown {
    display: block;
  }
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .split {
    gap: 40px;
  }
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline:before {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .section {
    padding: 78px 0;
  }
  .nav {
    height: 78px;
  }
  .brand img {
    width: 118px;
    height: 62px;
  }
  .hero-content {
    padding-top: 80px;
  }
  .page-hero {
    min-height: 56svh;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .split,
  .stats,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 430px;
  }
  .image-wrap img {
    height: 380px;
  }
  .cta {
    padding: 45px 25px;
  }
  .masonry {
    columns: 1;
  }
  .footer-bottom {
    display: grid;
    gap: 8px;
  }
  .nav-links {
    left: 10%;
  }
  .floating {
    right: 14px;
  }
  .stats {
    gap: 0;
  }
  .section-head {
    margin-bottom: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 680px) {
  .testimonial-page.grid-3 {
    grid-template-columns: 1fr;
  }
  .testimonial-page .card {
    min-height: 235px;
    padding: 28px;
  }
}

/* 2026 editorial homepage refresh */
:root {
  --navy: #12231f;
  --navy2: #1d3932;
  --gold: #b8794c;
  --gold2: #e7bd98;
  --silver: #dfe4df;
  --ink: #18231f;
  --muted: #66706a;
  --paper: #f5f1ea;
  --sage: #dfe8df;
  --cream: #fbf8f2;
}
body {
  background: var(--cream);
}
h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.025em;
}
.section {
  padding: 88px 0;
}
.section-head {
  max-width: 780px;
  margin-bottom: 48px;
}
.section-head h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  color: var(--gold);
  letter-spacing: 0.24em;
}
.btn {
  border-radius: 7px;
  padding: 16px 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: none;
}
.btn-gold:hover {
  background: #98603b;
}
.site-header.scrolled {
  background: #12231ff2;
}
.nav-links > a,
.nav-item > button {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.hero-home {
  min-height: 92svh;
  background-image: url("../images/hair-transplant-page-hero.jpg");
  background-position: center 58%;
}
.hero-hair {
  background-image: url("../images/hair-transplant-page-hero.jpg");
  background-position: center 58%;
}
.hero-gallery {
  background-image: url("../images/hair-transplant-card.jpg");
  background-position: center;
}
.back-top {
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}
.back-top svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-home:before {
  background:
    linear-gradient(90deg, #0f1f1bd9 0%, #142a248f 55%, #142a242b),
    linear-gradient(0deg, #10231da3, transparent 52%);
}
.hero:after {
  width: 680px;
  height: 680px;
  border-color: #e7bd9833;
  right: -280px;
  top: 7%;
  box-shadow:
    0 0 0 65px #fff0,
    0 0 0 66px #ffffff14;
}
.hero-home {
  place-items: center start;
}
.hero-home .hero-content {
  width: min(1180px, calc(100% - 80px));
  max-width: none;
  margin-inline: auto;
  padding-top: 112px;
  padding-bottom: 72px;
}
.hero-home .hero-content > * {
  max-width: 720px;
}
.hero-home .hero-content .eyebrow {
  margin-bottom: 26px;
}
.hero-home .hero-content h1 {
  font-size: clamp(3.75rem, 6.4vw, 6.8rem);
  max-width: 820px;
  margin-bottom: 26px;
  line-height: 0.96;
}
.hero-home .hero-content p {
  max-width: 660px;
  color: #e5e7e2;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.75;
  margin-bottom: 0;
}
.hero-home .actions {
  margin-top: 36px;
  gap: 16px;
}
.hero-home .btn {
  min-height: 54px;
  padding-inline: 28px;
}
.gold-text {
  background: none;
  color: var(--gold2);
  font-style: italic;
}
.trust-bar {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #e3ded4;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.trust-grid > div {
  padding: 30px 34px;
  border-right: 1px solid #e3ded4;
  display: grid;
  gap: 3px;
}
.trust-grid > div:first-child {
  border-left: 1px solid #e3ded4;
}
.trust-grid strong {
  font: 600 1.45rem "Playfair Display";
  color: var(--navy);
}
.trust-grid span {
  font-size: 0.71rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.card {
  border-radius: 4px;
  border-color: #e5dfd4;
  box-shadow: none;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px #24362e12;
  border-color: #cfb295;
}
.difference-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid #ded7cc;
  border-left: 1px solid #ded7cc;
}
.difference-grid .feature-card {
  grid-column: span 2;
  border: 0;
  border-right: 1px solid #ded7cc;
  border-bottom: 1px solid #ded7cc;
  border-radius: 0;
  padding: 42px 36px;
  background: transparent;
}
.difference-grid .feature-card:hover {
  background: #fff;
  transform: none;
  box-shadow: none;
}
.difference-grid .icon {
  background: transparent;
  border: 1px solid #cfb295;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: var(--gold);
}
.expertise-section {
  background: var(--sage);
}
.expertise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-card {
  border: 0;
  border-radius: 4px;
  min-height: 620px;
}
.expertise-grid .service-card:last-child {
  margin-top: 0;
  min-height: 620px;
}
.service-card:after {
  background: linear-gradient(transparent 25%, #10231ff0 92%);
}
.service-card .card-body {
  padding: 44px;
  max-width: 580px;
}
.expertise-grid .service-card .card-body {
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.expertise-grid .service-card h2 {
  min-height: 1.12em;
  margin-bottom: 18px;
  white-space: nowrap;
}
.expertise-grid .service-card p {
  min-height: 3.5em;
  max-width: 500px;
  margin-bottom: 22px;
}
.expertise-grid .service-card .btn {
  margin-top: auto;
}
.results-section .split {
  grid-template-columns: 1.12fr 0.88fr;
  gap: 100px;
}
.results-section .image-wrap {
  border-radius: 4px;
}
.results-section .image-wrap:after {
  content: "EVA / CLINICAL CARE";
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 9px 12px;
  background: #fff;
  color: var(--navy);
  font-size: 0.63rem;
  letter-spacing: 0.16em;
}
.results-section h2 {
  max-width: 520px;
}
.journey-section {
  background: #ece6dc;
}
.journey-section .section-head {
  max-width: 820px;
}
.journey-section .section-head h2 em {
  color: var(--gold);
  font-weight: 500;
}
.journey-section .section-head p {
  max-width: 620px;
  margin: 18px auto 0;
}
.journey-mark {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 1px solid #b8794c66;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: #f7f2ea;
}
.journey-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
}
.treatment-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: journey;
}
.treatment-journey:before {
  display: none;
}
.treatment-journey .step {
  position: relative;
  text-align: left;
  padding: 32px;
  min-height: 275px;
  background: #f8f4ed;
  border: 1px solid #d9cdbd;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}
.treatment-journey .step:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid #b8794c24;
  border-radius: 50%;
  right: -62px;
  bottom: -62px;
  transition: 0.35s;
}
.treatment-journey .step:hover {
  transform: translateY(-7px);
  background: #fff;
  border-color: #b8794c;
}
.treatment-journey .step:hover:after {
  transform: scale(1.35);
  border-color: #b8794c55;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8ddd0;
  color: var(--gold);
}
.step-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-icon img,
.process-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.treatment-journey .step-num {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  font: 500 0.75rem Inter;
  color: #9a755a;
  letter-spacing: 0.18em;
}
.treatment-journey .step-num:before {
  content: "STEP ";
  font-size: 0.62rem;
}
.treatment-journey h3 {
  font-size: 1.45rem;
  margin-bottom: 13px;
  max-width: 280px;
}
.treatment-journey p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
  max-width: 300px;
}
.stories-section {
  background: #12231f;
}
.stories-section .section-head {
  text-align: left;
  margin-left: 0;
}
.stories-section .grid-3 {
  gap: 1px;
  background: #ffffff1a;
}
.stories-section .card {
  border: 0;
  border-radius: 0;
  background: #ffffff09;
  color: #fff;
}
.stories-section .card:hover {
  transform: none;
  background: #ffffff10;
  box-shadow: none;
}
.stories-section .quote {
  color: #d8ded9;
  font-family: "Playfair Display";
  font-size: 1.22rem;
  line-height: 1.55;
}
.testimonial-slider {
  overflow: hidden;
}
.testimonial-track {
  display: flex;
  width: 200%;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-page {
  width: 50%;
  flex: 0 0 50%;
}
.testimonial-page .card {
  min-height: 325px;
  display: flex;
  flex-direction: column;
  padding: 38px;
}
.testimonial-page .stars {
  margin-bottom: 14px;
}
.testimonial-page .quote {
  margin-bottom: 24px;
}
.testimonial-page strong {
  margin-top: auto;
  display: block;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.testimonial-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid var(--gold2);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: 0.25s;
}
.testimonial-dots button.active {
  width: 30px;
  border-radius: 10px;
  background: var(--gold2);
}
.faq {
  border-top: 1px solid #d7d0c5;
}
.faq-q {
  padding: 26px 4px;
  font-family: "Playfair Display";
  font-size: 1.15rem;
}
.cta {
  border-radius: 4px;
  background: var(--navy);
  padding: 82px;
}
.cta:after {
  border-color: #e7bd9850;
}
.footer {
  background: #0c1915;
}
.footer-brand {
  min-width: 0;
  max-width: 350px;
}
.footer-logo-wrap {
  width: 105px;
  height: 82px;
  overflow: hidden;
  margin-bottom: 18px;
}
.footer-logo {
  width: 182px;
  max-width: none;
  margin: 0;
  transform: translate(-40px, -22px);
}
.footer-brand p {
  max-width: 340px;
  margin: 0;
  overflow-wrap: break-word;
}
.floating svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: currentColor;
}
.float-whatsapp svg {
  width: 25px;
  height: 25px;
}
.icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-process-section .section-head {
  margin-bottom: 42px;
}
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #c9b8a633;
  border: 1px solid #c9b8a633;
}
.process-step {
  min-height: 205px;
  padding: 28px;
  background: #f8f4ed;
  color: var(--ink);
  transition: 0.3s;
}
.process-step:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px #00000010;
  position: relative;
  z-index: 2;
}
.process-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.process-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eadfd1;
  color: var(--gold);
}
.process-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-number {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: #a67859;
}
.process-step h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}
.process-step p {
  font-size: 0.84rem;
  line-height: 1.6;
  margin: 0;
}
.process-dark .process-step {
  background: #18312a;
  color: #fff;
}
.process-dark .process-step:hover {
  background: #203c34;
}
.process-dark .process-step p {
  color: #c9d4cf;
}
.process-dark .process-icon {
  background: #ffffff10;
  color: var(--gold2);
}
.service-process-split {
  grid-template-columns: 1fr;
}
.service-process-card {
  padding: 46px;
}
.service-process-card > h2 {
  max-width: 720px;
}
.process-intro {
  max-width: 620px;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .service-process-grid {
    grid-template-columns: 1fr;
  }
  .process-step {
    min-height: 0;
    padding: 24px;
  }
  .service-process-card {
    padding: 28px;
  }
}
.treatment-gallery-section {
  background: #f1ece4;
}
.treatment-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.treatment-image-card {
  background: #fff;
  border: 1px solid #ded5c9;
  min-width: 0;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.treatment-image-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 55px #253b3118;
}
.treatment-image {
  height: 280px;
  overflow: hidden;
  background: #ddd5ca;
}
.treatment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.treatment-image-card:hover img {
  transform: scale(1.045);
}
.treatment-card-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 245px;
}
.treatment-tag {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.61rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
}
.treatment-card-copy h3 {
  font-size: 1.55rem;
  margin-bottom: 12px;
}
.treatment-card-copy p {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 22px;
}
.treatment-card-copy a {
  margin-top: auto;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--navy);
}
.treatment-card-copy a span {
  color: var(--gold);
  margin-left: 6px;
}
.hero-hair,
.hero-skin {
  min-height: 760px;
}
.hero-hair .hero-content,
.hero-skin .hero-content {
  padding-top: 145px;
  padding-bottom: 105px;
}
.hero-hair .actions,
.hero-skin .actions {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .treatment-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .hero-hair,
  .hero-skin {
    min-height: 680px;
  }
  .hero-hair .hero-content,
  .hero-skin .hero-content {
    padding-top: 125px;
    padding-bottom: 80px;
  }
  .treatment-image-grid {
    grid-template-columns: 1fr;
  }
  .treatment-image {
    height: 240px;
  }
  .treatment-card-copy {
    min-height: 0;
    padding: 24px;
  }
}
.comparison-card {
  cursor: default !important;
  background: #fff;
  border: 1px solid #ded5c9;
}
.comparison {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #d7d0c7;
  isolation: isolate;
}
.comparison img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  user-select: none;
  pointer-events: none;
}
.comparison-after-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}
.comparison-after {
  width: 100% !important;
  max-width: none !important;
}
.comparison-divider {
  position: absolute;
  z-index: 4;
  left: var(--position);
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px #0002;
  pointer-events: none;
}
.comparison-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 25px #0004;
}
.comparison-divider svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.comparison-label {
  position: absolute;
  z-index: 3;
  top: 16px;
  padding: 7px 10px;
  background: #10231fd9;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 3px;
  pointer-events: none;
}
.label-before {
  left: 14px;
}
.label-after {
  right: 14px;
  background: #b8794ce8;
}
.comparison-range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.comparison-range:focus-visible {
  opacity: 0.01;
  outline: 3px solid var(--gold);
  outline-offset: -4px;
}
.comparison-card figcaption {
  padding: 22px 24px;
  display: grid;
  gap: 3px;
}
.comparison-card figcaption span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.58rem;
  font-weight: 700;
}
.comparison-card figcaption strong {
  font: 600 1.25rem "Playfair Display";
}
.comparison-card figcaption small {
  color: var(--muted);
  font-size: 0.72rem;
}
@media (max-width: 960px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .difference-grid .feature-card {
    grid-column: span 1;
  }
  .expertise-grid {
    grid-template-columns: 1fr 1fr;
  }
  .results-section .split {
    gap: 45px;
  }
  .treatment-journey {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .section {
    padding: 64px 0;
  }
  .section-head {
    margin-bottom: 34px;
  }
  .hero-home {
    min-height: 88svh;
  }
  .hero-home .hero-content {
    width: min(100% - 36px, 1180px);
    padding-top: 112px;
    padding-bottom: 54px;
  }
  .hero-home .hero-content h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
    line-height: 1.02;
    margin-bottom: 22px;
  }
  .hero-home .hero-content p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .hero-home .hero-content .eyebrow {
    margin-bottom: 20px;
  }
  .hero-home .actions {
    margin-top: 30px;
  }
  .hero-home .actions .btn {
    width: 100%;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-grid > div {
    padding: 22px 16px;
  }
  .trust-grid > div:first-child {
    border-left: 0;
  }
  .trust-grid strong {
    font-size: 1.15rem;
  }
  .trust-grid span {
    font-size: 0.6rem;
  }
  .difference-grid,
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .expertise-grid .service-card:last-child {
    margin-top: 0;
  }
  .service-card {
    min-height: 500px !important;
  }
  .service-card .card-body {
    padding: 28px;
  }
  .expertise-grid .service-card h2 {
    white-space: normal;
  }
  .results-section .split {
    grid-template-columns: 1fr;
  }
  .treatment-journey {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .treatment-journey .step {
    min-height: 0;
    padding: 26px;
  }
  .step-top {
    margin-bottom: 22px;
  }
  .cta {
    padding: 50px 28px;
  }
}
