.service-detail-page {
  background: #101116;
  color: #ffffff;
}

.service-hero {
  min-height: 82vh;
  padding: 140px 130px 70px;
  background: #101116;
}

.service-hero-inner,
.service-content-inner {
  width: min(100%, 1680px);
  margin-inline: auto;
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
}

.service-kicker {
  margin: 0 0 1rem;
  color: #23ACCF;
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.4rem, 9vw, 8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.service-hero-copy {
  margin: 1.5rem 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.service-hero-media {
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
  background: #1d1f27;
}

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

.service-content {
  padding: 78px 130px 92px;
  background: #ffffff;
  color: #101116;
}

.service-content-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.service-section {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(16, 17, 22, 0.14);
}

.service-section + .service-section {
  padding-top: 2.4rem;
}

.service-section h2,
.service-aside h2 {
  margin: 0 0 1rem;
  color: #101116;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.service-section p,
.service-section li,
.service-aside p {
  color: #4d5159;
  font-size: 1rem;
}

.service-section p {
  max-width: 880px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.2rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  background: #f2fbfc;
  border-left: 4px solid #23ACCF;
  font-weight: 800;
}

.service-list li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 1rem;
  color: inherit;
  cursor: pointer;
}

.service-list li > a::after {
  content: "View";
  color: #23ACCF;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.service-list li:hover,
.service-list li:focus-within {
  background: #e8f8fb;
}

.service-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 1.2rem;
  padding: 1.4rem;
  background: #101116;
  color: #ffffff;
}

.service-aside h2,
.service-aside p {
  color: #ffffff;
}

.service-actions {
  display: grid;
  gap: 0.8rem;
}

.service-action,
.service-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.2rem;
  border: 1px solid #23ACCF;
  color: #23ACCF;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.treatment-page {
  background: #08090d;
}

.treatment-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 130px 78px;
  background:
    radial-gradient(circle at 18% 22%, rgba(35, 172, 207, 0.2), transparent 34%),
    linear-gradient(135deg, #08090d 0%, #101116 48%, #071c24 100%);
}

.treatment-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, #000000 0%, transparent 82%);
}

.treatment-hero::after {
  content: "ADL";
  position: absolute;
  right: -0.06em;
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(13rem, 32vw, 38rem);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.treatment-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  width: min(100%, 1680px);
  min-height: calc(100vh - 218px);
  margin-inline: auto;
}

.treatment-title-row {
  display: grid;
  gap: 1.2rem;
}

.treatment-initials {
  display: inline-grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(150, 238, 250, 0.6);
  border-radius: 999px;
  background: rgba(35, 172, 207, 0.12);
  color: #23ACCF;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.treatment-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 5.7vw, 6.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.treatment-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.treatment-hero-media {
  position: relative;
  min-height: min(68vh, 760px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(150, 238, 250, 0.22);
  background: #151821;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.treatment-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(8, 9, 13, 0.72), transparent 58%);
}

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

.treatment-hero-media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  padding: 0.78rem 1rem;
  background: rgba(8, 9, 13, 0.82);
  border: 1px solid rgba(150, 238, 250, 0.28);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.treatment-content {
  padding: 86px 130px 100px;
  background: #ffffff;
  color: #101116;
}

.treatment-content-inner {
  display: grid;
  gap: 1rem;
  width: min(100%, 1680px);
  margin-inline: auto;
}

.treatment-main-panel,
.treatment-split,
.treatment-feature {
  border: 1px solid rgba(16, 17, 22, 0.12);
  background: #f8fbfc;
}

.treatment-main-panel {
  display: grid;
  gap: 1.1rem;
  min-height: 330px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.treatment-label {
  color: #23ACCF;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.treatment-main-panel h2,
.treatment-split h2,
.treatment-booking-card h2 {
  max-width: 840px;
  margin: 0;
  color: #101116;
  font-size: clamp(1.95rem, 3.8vw, 4.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.treatment-booking-card h2 {
  font-size: clamp(2rem, 3.1vw, 3.4rem);
}

.treatment-main-panel p,
.treatment-split p,
.treatment-booking-card p {
  max-width: 900px;
  margin: 0;
  color: #4d5159;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 650;
}

.treatment-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.treatment-feature {
  display: grid;
  align-content: space-between;
  min-height: 178px;
  padding: 1.2rem;
}

.treatment-feature span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #101116;
  color: #23ACCF;
  font-size: 0.68rem;
  font-weight: 950;
}

.treatment-feature strong {
  color: #101116;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 850;
  line-height: 1;
}

.treatment-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: stretch;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.treatment-split > div {
  display: grid;
  align-content: center;
  gap: 1.1rem;
}

.treatment-booking-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.35rem;
  background: #101116;
  color: #ffffff;
}

.treatment-booking-card span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(150, 238, 250, 0.5);
  border-radius: 999px;
  color: #23ACCF;
  font-size: 0.8rem;
  font-weight: 950;
}

.treatment-booking-card h2,
.treatment-booking-card p {
  color: #ffffff;
}

.service-action {
  background: #23ACCF;
  color: #000000;
}

.service-back:hover,
.service-back:focus-visible,
.service-action:hover,
.service-action:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.category-page .service-hero {
  min-height: 72vh;
}

.category-page .service-hero-inner {
  grid-template-columns: minmax(0, 1fr);
}

.category-page .service-hero-copy {
  max-width: 880px;
}

.category-page .service-hero h1 {
  max-width: 1120px;
  font-size: clamp(2.8rem, 6.2vw, 6.2rem);
  line-height: 0.98;
}

.category-services {
  padding: 78px 130px 92px;
  background: #ffffff;
  color: #101116;
}

.category-services-inner {
  width: min(100%, 1680px);
  margin-inline: auto;
}

.category-services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.category-services-heading h2 {
  margin: 0;
  color: #23ACCF;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.category-services-heading p {
  max-width: 520px;
  margin: 0;
  color: #596068;
  font-weight: 700;
}

.category-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.category-service-card {
  display: grid;
  gap: 1rem;
  min-height: 260px;
  padding: 1.25rem;
  background: #f4fbfd;
  border: 1px solid rgba(35, 172, 207, 0.24);
  border-radius: 8px;
}

.category-service-card strong {
  color: #23ACCF;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-service-card h3 {
  margin: 0;
  color: #23ACCF;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.category-service-card p {
  margin: 0;
  color: #555c64;
  font-weight: 650;
}

.category-service-card a {
  align-self: end;
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 42px;
  padding: 0.75rem 1rem;
  background: #23ACCF;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.category-service-card a:hover,
.category-service-card a:focus-visible {
  background: #101116;
  color: #ffffff;
}

@media (max-width: 980px) {
  .service-hero,
  .service-content,
  .treatment-hero,
  .treatment-content {
    padding-inline: 24px;
  }

  .service-hero-inner,
  .service-content-inner,
  .treatment-hero-inner,
  .treatment-split {
    grid-template-columns: 1fr;
  }

  .treatment-hero-inner {
    min-height: auto;
  }

  .category-services {
    padding-inline: 24px;
  }

  .category-services-heading {
    display: grid;
  }

  .category-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .treatment-hero-media {
    min-height: 430px;
  }

  .service-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .service-hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 46px;
  }

  .treatment-hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 46px;
  }

  .service-content,
  .treatment-content {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .service-list,
  .treatment-feature-grid {
    grid-template-columns: 1fr;
  }

  .category-service-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-media {
    min-height: 260px;
  }

  .treatment-hero-media {
    min-height: 320px;
  }

  .treatment-initials {
    width: 58px;
    height: 58px;
  }

  .category-page .service-hero h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .treatment-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
    line-height: 1;
  }

  .treatment-main-panel h2,
  .treatment-split h2,
  .treatment-booking-card h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }
}
