.skin-shell {
  min-width: 0;
}

.skin-kicker {
  margin: 0;
  color: #d6a962;
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}

.skin-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(1000px, max(760px, 66.7vw));
  padding: 145px clamp(45px, 6.5vw, 105px) 90px;
  overflow: hidden;
  isolation: isolate;
  background: #090806;
}

.skin-hero-background,
.skin-hero-background img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.skin-hero-background img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(1.03);
}

.skin-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 5, 0.97) 0%, rgba(7, 7, 6, 0.88) 37%, rgba(7, 7, 6, 0.42) 66%, rgba(7, 7, 6, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.28), transparent 28%, transparent 75%, rgba(5, 5, 4, 0.6));
  content: "";
}

.skin-hero-content {
  width: min(55vw, 790px);
}

.skin-hero-content h1 {
  margin: clamp(36px, 4vw, 58px) 0 32px;
  font-family: var(--serif);
  font-size: clamp(76px, 7.5vw, 118px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.82;
}

.skin-hero-content h1 span,
.skin-hero-content h1 em {
  display: block;
}

.skin-hero-content h1 em {
  margin-left: clamp(25px, 3vw, 48px);
  color: #d9ad66;
  font-weight: 400;
}

.skin-gold-line {
  width: min(100%, 480px);
  height: 1px;
  background: linear-gradient(90deg, #bd904a, #f5cf82 50%, transparent);
  box-shadow: 0 0 8px rgba(232, 183, 95, 0.34);
}

.skin-hero-content > p:not(.skin-kicker) {
  max-width: 610px;
  margin: 38px 0 0;
  color: rgba(244, 239, 232, 0.75);
  font-size: clamp(16px, 1.32vw, 21px);
  line-height: 1.75;
}

.skin-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 46px;
}

.skin-button {
  display: inline-grid;
  min-width: 260px;
  min-height: 66px;
  padding: 18px 26px;
  border: 1px solid #c2934c;
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, filter 220ms ease, transform 220ms ease;
  place-items: center;
}

.skin-button-primary {
  color: #17110a;
  background: linear-gradient(105deg, #c19857, #f2d799 48%, #c59b58);
}

.skin-button-secondary {
  color: #dfb970;
  background: rgba(0, 0, 0, 0.22);
}

.skin-button:hover,
.skin-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-3px);
}

.skin-button-secondary:hover,
.skin-button-secondary:focus-visible {
  color: #17110a;
  background: #d5ad6c;
}

.skin-scroll-cue {
  position: absolute;
  right: clamp(30px, 4vw, 65px);
  bottom: 40px;
  display: grid;
  width: 50px;
  height: 74px;
  border: 1px solid rgba(221, 180, 111, 0.48);
  border-radius: 999px;
  place-items: center;
}

.skin-scroll-cue span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e3bd7b;
  box-shadow: 0 0 10px rgba(227, 189, 123, 0.65);
  animation: skin-scroll 1.9s ease-in-out infinite;
}

@keyframes skin-scroll {
  0%, 100% { transform: translateY(-10px); opacity: 0.45; }
  50% { transform: translateY(10px); opacity: 1; }
}

.facial-guide {
  padding: clamp(88px, 8vw, 132px) clamp(28px, 6.5vw, 105px) clamp(84px, 7vw, 118px);
  color: #161512;
  background:
    radial-gradient(circle at 7% 14%, rgba(187, 133, 68, 0.12), transparent 30%),
    linear-gradient(145deg, #fbf7ef, #f1e7d8 62%, #f8f2e9);
}

.facial-guide-heading {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.facial-guide-heading h2 {
  margin: 26px 0 24px;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.facial-guide-heading h2 em {
  color: #a77738;
  font-weight: 400;
}

.facial-guide-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(22, 21, 18, 0.66);
  font-family: var(--serif);
  font-size: clamp(18px, 1.65vw, 26px);
  line-height: 1.55;
}

.treatment-jump {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1380px;
  margin: clamp(60px, 6vw, 90px) auto 0;
  border: 1px solid rgba(126, 88, 42, 0.28);
  background: rgba(255, 252, 246, 0.58);
  box-shadow: 0 25px 70px rgba(79, 53, 24, 0.09);
}

.treatment-jump a {
  position: relative;
  display: flex;
  min-height: 180px;
  padding: 25px 22px 22px;
  color: #28231c;
  text-decoration: none;
  flex-direction: column;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.treatment-jump a + a {
  border-left: 1px solid rgba(126, 88, 42, 0.2);
}

.treatment-jump a::after {
  position: absolute;
  right: 21px;
  bottom: 24px;
  width: 32px;
  height: 1px;
  background: #b18245;
  content: "";
  transition: width 220ms ease;
}

.treatment-jump a:hover,
.treatment-jump a:focus-visible,
.treatment-jump a.is-current {
  color: #f7ead4;
  background: #17140f;
  transform: translateY(-6px);
}

.treatment-jump a:hover::after,
.treatment-jump a:focus-visible::after,
.treatment-jump a.is-current::after {
  width: 56px;
  background: #e5bd78;
}

.treatment-jump span {
  color: #b28246;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}

.treatment-jump strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 500;
  line-height: 1.05;
}

.treatment-jump small {
  margin-top: 9px;
  color: currentColor;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  opacity: 0.58;
  text-transform: uppercase;
}

.facials-section {
  padding: 0 clamp(24px, 4.6vw, 74px);
  color: #e9e1d5;
  background:
    radial-gradient(circle at 90% 8%, rgba(184, 126, 60, 0.13), transparent 25%),
    linear-gradient(150deg, #0a0907, #12100d 55%, #090806);
}

.facial-service {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: center;
  max-width: 1420px;
  min-height: 760px;
  margin: 0 auto;
  padding: clamp(90px, 8vw, 130px) clamp(10px, 3vw, 44px);
  border-top: 1px solid rgba(201, 164, 111, 0.24);
  scroll-margin-top: 90px;
}

.facial-service:nth-child(even) {
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
}

.facial-service:nth-child(even) .facial-visual {
  order: 2;
}

.facial-service:nth-child(even) .facial-copy {
  order: 1;
}

.facial-visual {
  position: relative;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 162, 94, 0.7);
  background: #201a13;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.facial-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(5, 4, 3, 0.68));
  content: "";
  pointer-events: none;
}

.facial-visual img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.facial-service:hover .facial-visual img {
  transform: scale(1.025);
}

#express-facial .facial-visual img {
  object-position: center;
}

#custom-signature .facial-visual img {
  object-position: center;
}

#peptide-firming .facial-visual img {
  object-position: 54% center;
}

#hydraglow .facial-visual img {
  object-position: center 44%;
}

.facial-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.facial-visual figcaption span {
  color: #e6c488;
  font-family: var(--serif);
  font-size: clamp(52px, 4.5vw, 72px);
  line-height: 0.8;
}

.facial-visual figcaption small {
  color: rgba(249, 239, 222, 0.82);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.facial-copy {
  max-width: 580px;
}

.facial-copy h2 {
  margin: 25px 0 29px;
  font-family: var(--serif);
  font-size: clamp(60px, 5.25vw, 84px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.facial-copy h2 em {
  display: block;
  color: #d7a95f;
  font-weight: 400;
}

.facial-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.facial-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(205, 162, 97, 0.38);
  color: #e1c18b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  gap: 8px;
}

.facial-meta svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.5;
}

.facial-lede {
  margin: 0;
  color: rgba(239, 231, 221, 0.78);
  font-family: var(--serif);
  font-size: clamp(20px, 1.72vw, 27px);
  line-height: 1.5;
}

.facial-copy ul {
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.facial-copy li {
  position: relative;
  padding: 16px 0 16px 33px;
  border-top: 1px solid rgba(201, 164, 111, 0.17);
  color: rgba(234, 226, 216, 0.67);
  font-size: clamp(12px, 0.93vw, 14px);
  line-height: 1.65;
}

.facial-copy li:last-child {
  border-bottom: 1px solid rgba(201, 164, 111, 0.17);
}

.facial-copy li::before {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 16px;
  height: 1px;
  background: #cf9f59;
  content: "";
}

.facial-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 255px;
  margin-top: 38px;
  padding: 17px 18px;
  border: 1px solid rgba(210, 166, 99, 0.72);
  color: #e1bd80;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
  gap: 26px;
}

.facial-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.facial-service-actions .facial-book-link {
  min-width: 0;
  margin-top: 0;
  flex: 1 1 230px;
}

.facial-book-link svg {
  width: 17px;
  height: 17px;
}

.facial-book-link:hover,
.facial-book-link:focus-visible {
  color: #17110a;
  background: #d8ad6a;
  transform: translateY(-3px);
}

.skin-consultation {
  position: relative;
  display: grid;
  min-height: min(900px, max(680px, 60vw));
  padding: clamp(95px, 9vw, 145px) clamp(30px, 7vw, 112px);
  overflow: hidden;
  color: #17140f;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 45%, rgba(183, 132, 68, 0.26), transparent 24%),
    linear-gradient(135deg, #fbf7ef, #e8dac7 62%, #f8f1e7);
  place-items: center;
}

.skin-consultation::before,
.skin-consultation::after,
.skin-consultation-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(157, 108, 48, 0.2);
  border-radius: 50%;
  content: "";
}

.skin-consultation::before {
  width: min(75vw, 1050px);
  aspect-ratio: 1;
}

.skin-consultation::after {
  width: min(52vw, 730px);
  aspect-ratio: 1;
}

.skin-consultation-orbit {
  width: min(28vw, 390px);
  aspect-ratio: 1;
}

.skin-consultation-content {
  max-width: 900px;
  text-align: center;
}

.skin-consultation-content h2 {
  margin: 30px 0 28px;
  font-family: var(--serif);
  font-size: clamp(60px, 6.2vw, 98px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.skin-consultation-content h2 em {
  color: #9f6f34;
  font-weight: 400;
}

.skin-consultation-content > p:not(.skin-kicker) {
  max-width: 710px;
  margin: 0 auto 42px;
  color: rgba(23, 20, 15, 0.67);
  font-family: var(--serif);
  font-size: clamp(19px, 1.65vw, 26px);
  line-height: 1.55;
}

.skin-consultation-content address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  color: rgba(23, 20, 15, 0.65);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  gap: 10px;
}

.skin-consultation-content address svg {
  width: 18px;
  color: #a67437;
}

@media (max-width: 1100px) {
  .skin-hero-content {
    width: min(67vw, 740px);
  }

  .skin-hero::before {
    background: linear-gradient(90deg, rgba(6, 6, 5, 0.95), rgba(7, 7, 6, 0.72) 55%, rgba(7, 7, 6, 0.28));
  }

  .skin-hero-actions {
    flex-wrap: wrap;
  }

  .treatment-jump {
    grid-template-columns: repeat(3, 1fr);
  }

  .treatment-jump a + a {
    border-left: 1px solid rgba(126, 88, 42, 0.2);
  }

  .treatment-jump a:nth-child(4) {
    border-left: 0;
  }

  .treatment-jump a:nth-child(n + 4) {
    border-top: 1px solid rgba(126, 88, 42, 0.2);
  }

  .facial-service,
  .facial-service:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
    gap: 54px;
    min-height: 680px;
  }

  .facial-visual,
  .facial-visual img {
    min-height: 500px;
  }
}

@media (max-width: 800px) {
  .skin-hero {
    align-items: end;
    min-height: 920px;
    padding: 160px 7vw 88px;
  }

  .skin-hero-background img {
    object-position: 64% center;
  }

  .skin-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 4, 0.22) 0%, rgba(5, 5, 4, 0.22) 32%, rgba(5, 5, 4, 0.84) 65%, #070706 100%),
      linear-gradient(90deg, rgba(5, 5, 4, 0.45), transparent 70%);
  }

  .skin-hero-content {
    width: 100%;
  }

  .skin-scroll-cue {
    display: none;
  }

  .facial-service,
  .facial-service:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
    padding-block: 82px;
  }

  .facial-service:nth-child(even) .facial-visual,
  .facial-service:nth-child(even) .facial-copy {
    order: initial;
  }

  .facial-visual,
  .facial-visual img {
    min-height: 560px;
  }

  .facial-copy {
    max-width: 650px;
  }
}

@media (max-width: 620px) {
  .skin-hero {
    min-height: 850px;
    padding: 148px 7.5vw 66px;
  }

  .skin-hero-content h1 {
    margin-top: 32px;
    font-size: clamp(62px, 19vw, 92px);
    line-height: 0.85;
  }

  .skin-hero-content h1 em {
    margin-left: 0;
  }

  .skin-hero-content > p:not(.skin-kicker) {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.65;
  }

  .skin-hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 34px;
  }

  .skin-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .facial-guide {
    padding: 76px 6vw 72px;
  }

  .facial-guide-heading h2 {
    font-size: clamp(48px, 14.5vw, 74px);
  }

  .treatment-jump {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .treatment-jump a {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    min-height: 92px;
    padding: 18px 20px;
    column-gap: 12px;
  }

  .treatment-jump a + a,
  .treatment-jump a:nth-child(4) {
    border-top: 1px solid rgba(126, 88, 42, 0.2);
    border-left: 0;
  }

  .treatment-jump a::after {
    display: none;
  }

  .treatment-jump strong,
  .treatment-jump small {
    margin: 0;
  }

  .treatment-jump strong {
    font-size: 22px;
  }

  .facials-section {
    padding-inline: 5.5vw;
  }

  .facial-service,
  .facial-service:nth-child(even) {
    gap: 38px;
    padding: 72px 0;
    scroll-margin-top: 72px;
  }

  .facial-visual,
  .facial-visual img {
    min-height: 104vw;
  }

  .facial-copy h2 {
    margin: 21px 0 26px;
    font-size: clamp(54px, 16.5vw, 78px);
  }

  .facial-meta {
    flex-wrap: wrap;
    margin-bottom: 26px;
  }

  .facial-meta span {
    padding-inline: 11px;
    font-size: 9px;
  }

  .facial-lede {
    font-size: 21px;
  }

  .facial-copy ul {
    margin-top: 27px;
  }

  .facial-book-link {
    width: 100%;
  }

  .skin-consultation {
    min-height: 720px;
    padding: 90px 7vw;
  }

  .skin-consultation::before {
    width: 160vw;
  }

  .skin-consultation::after {
    width: 110vw;
  }

  .skin-consultation-orbit {
    width: 62vw;
  }

  .skin-consultation-content h2 {
    font-size: clamp(52px, 15.5vw, 76px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skin-scroll-cue span {
    animation: none;
  }

  .skin-button,
  .treatment-jump a,
  .facial-visual img,
  .facial-book-link {
    transition: none;
  }
}
