.aesthetics-page {
  background: var(--monti-cream);
}

.aesthetics-page .btn--champagne {
  border-color: rgba(177, 127, 53, 0.54);
  background:
    linear-gradient(135deg, #f4e2b0 0%, var(--monti-gold-soft) 38%, #c99a45 100%);
  color: var(--monti-midnight);
  box-shadow: none;
}

.aesthetics-hero {
  position: relative;
  overflow: hidden;
  min-height: min(820px, 88vh);
  padding: calc(var(--header-height) + 74px) 0 64px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 37%, rgba(244, 239, 229, 0.18) 72%, rgba(244, 239, 229, 0) 100%),
    linear-gradient(180deg, var(--monti-ivory), var(--monti-cream));
}

.aesthetics-hero::before {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(66vw, 1040px);
  height: 100%;
  background:
    radial-gradient(circle at 58% 32%, rgba(199, 161, 90, 0.18), transparent 30%),
    linear-gradient(100deg, rgba(255, 253, 248, 0), rgba(232, 220, 201, 0.54));
  content: "";
}

.aesthetics-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 34%, rgba(255, 253, 248, 0.34) 59%, rgba(2, 11, 22, 0.08) 100%),
    radial-gradient(circle at 76% 18%, rgba(199, 161, 90, 0.16), transparent 28%);
  content: "";
}

.aesthetics-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  min-height: clamp(520px, 62vh, 680px);
}

.aesthetics-hero__content {
  max-width: 760px;
  display: grid;
  gap: 20px;
  padding-bottom: clamp(18px, 5vw, 72px);
}

.aesthetics-hero h1 {
  max-width: 740px;
  font-size: clamp(3.45rem, 6.9vw, 7.15rem);
  line-height: 0.9;
}

.aesthetics-hero__content p:not(.eyebrow) {
  max-width: 650px;
  color: var(--monti-text);
  font-size: clamp(1.04rem, 1.26vw, 1.22rem);
  line-height: 1.62;
}

.aesthetics-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  transform: translateX(clamp(10px, 3vw, 46px));
}

.aesthetics-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: min(34%, 260px);
  background: linear-gradient(90deg, var(--monti-ivory) 0%, rgba(255, 253, 248, 0.92) 18%, rgba(255, 253, 248, 0.58) 48%, rgba(255, 253, 248, 0) 100%);
  content: "";
  pointer-events: none;
}

.aesthetics-hero__media::after {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(244, 239, 229, 0.54));
  content: "";
  pointer-events: none;
}

.aesthetics-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.aesthetics-treatments {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 7vw, 106px);
}

.aesthetics-treatments::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0));
  content: "";
}

.aesthetics-treatments__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.9fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.aesthetics-treatments__intro {
  position: sticky;
  top: calc(var(--header-height) + 42px);
  max-width: 430px;
  display: grid;
  gap: 18px;
}

.aesthetics-treatments__intro h2 {
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  line-height: 0.92;
}

.aesthetics-treatments__intro p:not(.eyebrow) {
  color: var(--monti-text);
}

.aesthetics-treatments__body {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
}

.aesthetics-treatment-visual {
  position: relative;
  margin: 0;
  padding-top: 34px;
}

.aesthetics-treatment-visual::before {
  position: absolute;
  inset: 0 18% auto 0;
  height: 1px;
  background: rgba(199, 161, 90, 0.68);
  content: "";
}

.aesthetics-treatment-visual img {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92);
}

.aesthetics-accordion {
  display: grid;
  border-top: 1px solid rgba(199, 161, 90, 0.68);
}

.aesthetics-treatment {
  border-bottom-color: rgba(199, 161, 90, 0.45);
}

.aesthetics-treatment .treatment-row__trigger {
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  gap: clamp(18px, 3vw, 34px);
  padding: 31px 0;
  transition: color var(--transition-base), transform var(--transition-base);
}

.aesthetics-treatment .treatment-row__trigger:hover,
.aesthetics-treatment .treatment-row__trigger:focus-visible {
  transform: translateX(8px);
}

.aesthetics-treatment .treatment-row__category {
  color: var(--monti-gold);
  font-family: var(--font-heading);
  font-size: clamp(1.38rem, 1.7vw, 1.78rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.aesthetics-treatment .treatment-row__title {
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 0.98;
}

.aesthetics-treatment .treatment-row__content {
  max-width: 740px;
  padding: 0 0 30px calc(64px + clamp(18px, 3vw, 34px));
}

.aesthetics-treatment .treatment-row__content p {
  color: var(--monti-text);
}

.aesthetics-approach {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 8vw, 132px);
  color: var(--monti-text-on-dark);
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(2, 11, 22, 0.98)),
    var(--monti-navy);
}

.aesthetics-approach::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.98) 0%, rgba(7, 26, 51, 0.9) 40%, rgba(7, 26, 51, 0.55) 100%),
    url("../assets/images/monti-treatment-suite.png") center / cover;
  content: "";
  opacity: 0.48;
}

.aesthetics-approach::after {
  position: absolute;
  inset: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(199, 161, 90, 0.28);
  content: "";
  pointer-events: none;
}

.aesthetics-approach__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.58fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: end;
}

.aesthetics-approach__statement {
  max-width: 900px;
  display: grid;
  gap: 22px;
}

.aesthetics-approach h2 {
  max-width: 880px;
  color: var(--monti-text-on-dark);
  font-size: clamp(3.55rem, 7.4vw, 8rem);
  line-height: 0.88;
}

.aesthetics-approach .eyebrow {
  color: var(--monti-gold-soft);
}

.aesthetics-principles {
  display: grid;
  gap: 0;
  padding: clamp(18px, 3vw, 32px) 0;
  border-top: 1px solid rgba(199, 161, 90, 0.62);
  border-bottom: 1px solid rgba(199, 161, 90, 0.62);
}

.aesthetics-principle {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
}

.aesthetics-principle + .aesthetics-principle {
  border-top: 1px solid rgba(248, 244, 236, 0.16);
}

.aesthetics-principle span {
  color: var(--monti-gold-soft);
  font-family: var(--font-heading);
  font-size: 1.7rem;
  line-height: 1;
}

.aesthetics-principle h3 {
  margin-bottom: 8px;
  color: var(--monti-text-on-dark);
  font-size: clamp(1.28rem, 1.55vw, 1.7rem);
}

.aesthetics-principle p {
  color: rgba(248, 244, 236, 0.8);
}

.aesthetics-final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 118px);
  background:
    linear-gradient(135deg, rgba(2, 11, 22, 0.97), rgba(7, 26, 51, 0.94)),
    var(--monti-midnight);
}

.aesthetics-final::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.88), rgba(2, 11, 22, 0.72)),
    url("../assets/images/monti-aesthetic-suite.png") center / cover;
  content: "";
  opacity: 0.24;
}

.aesthetics-final::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 161, 90, 0.72), transparent);
  content: "";
}

.aesthetics-final__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.aesthetics-final h2 {
  color: var(--monti-text-on-dark);
  font-size: clamp(2.7rem, 5vw, 5.45rem);
  line-height: 0.95;
}

.aesthetics-final p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(248, 244, 236, 0.84);
}

.aesthetics-final .eyebrow {
  color: var(--monti-gold-soft);
}

@media (max-width: 1180px) {
  .aesthetics-treatments__layout,
  .aesthetics-treatments__body {
    grid-template-columns: 1fr;
  }

  .aesthetics-treatments__intro {
    position: static;
    max-width: 760px;
  }

  .aesthetics-treatment-visual {
    display: none;
  }
}

@media (max-width: 1024px) {
  .aesthetics-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 72px) 0 66px;
  }

  .aesthetics-hero::before {
    width: 100%;
    height: 48%;
    inset: auto 0 0;
  }

  .aesthetics-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 44%, rgba(255, 253, 248, 0.34) 78%, rgba(2, 11, 22, 0.1) 100%);
  }

  .aesthetics-hero__inner,
  .aesthetics-approach__layout {
    grid-template-columns: 1fr;
  }

  .aesthetics-hero__inner {
    min-height: auto;
  }

  .aesthetics-hero__content {
    padding-bottom: 0;
  }

  .aesthetics-hero__media {
    max-width: 760px;
    min-height: 340px;
    transform: none;
  }

  .aesthetics-hero__media img {
    min-height: 340px;
    aspect-ratio: 16 / 9;
  }

  .aesthetics-approach__layout {
    align-items: start;
  }

  .aesthetics-principles {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .aesthetics-hero {
    padding: calc(var(--header-height) + 42px) 0 46px;
  }

  .aesthetics-hero::before {
    height: 38%;
  }

  .aesthetics-hero__inner {
    gap: 26px;
  }

  .aesthetics-hero__content {
    gap: 15px;
  }

  .aesthetics-hero h1 {
    font-size: clamp(2.65rem, 12.4vw, 3.9rem);
  }

  .aesthetics-hero__content p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.54;
  }

  .aesthetics-hero__media {
    min-height: 240px;
  }

  .aesthetics-hero__media::before {
    width: 30%;
    background: linear-gradient(90deg, var(--monti-ivory) 0%, rgba(255, 253, 248, 0.72) 38%, rgba(255, 253, 248, 0) 100%);
  }

  .aesthetics-hero__media::after {
    height: 18%;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(244, 239, 229, 0.42));
  }

  .aesthetics-hero__media img {
    min-height: 240px;
    aspect-ratio: 5 / 4;
  }

  .aesthetics-treatments,
  .aesthetics-approach {
    padding-block: 54px;
  }

  .aesthetics-treatments__layout,
  .aesthetics-treatments__body,
  .aesthetics-approach__layout {
    gap: 32px;
  }

  .aesthetics-treatments__intro {
    gap: 14px;
  }

  .aesthetics-treatments__intro h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .aesthetics-treatment .treatment-row__trigger {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 13px;
    padding: 22px 0;
  }

  .aesthetics-treatment .treatment-row__trigger:hover,
  .aesthetics-treatment .treatment-row__trigger:focus-visible {
    transform: none;
  }

  .aesthetics-treatment .treatment-row__category {
    font-size: 1.08rem;
  }

  .aesthetics-treatment .treatment-row__title {
    font-size: clamp(1.45rem, 6.6vw, 1.9rem);
  }

  .aesthetics-treatment .treatment-row__content {
    padding: 0 0 22px 55px;
  }

  .aesthetics-approach::after {
    inset: 16px;
  }

  .aesthetics-approach h2 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .aesthetics-principles {
    padding: 10px 0;
  }

  .aesthetics-principle {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }

  .aesthetics-principle span {
    font-size: 1.35rem;
  }

  .aesthetics-final {
    padding-block: 58px;
  }

  .aesthetics-final__inner {
    justify-items: stretch;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .aesthetics-treatment .treatment-row__trigger {
    grid-template-columns: minmax(0, 1fr) 24px;
    row-gap: 8px;
  }

  .aesthetics-treatment .treatment-row__category {
    grid-column: 1 / -1;
  }

  .aesthetics-treatment .treatment-row__content {
    padding-left: 0;
  }
}
