.home-v4 .header:not(.is-fixed) {
  color: var(--ink);
  border-bottom-color: rgba(6,39,57,.11);
}

.home-v4 .header:not(.is-fixed) .logo small {
  color: var(--muted);
}

.home-v4 .header:not(.is-fixed) .nav-appointment {
  color: #fff;
  background: var(--ink);
}

.hero-perfect {
  position: relative;
  min-height: 860px;
  padding-top: 128px;
  background:
    linear-gradient(90deg, rgba(225,179,79,.035) 1px, transparent 1px),
    linear-gradient(rgba(225,179,79,.035) 1px, transparent 1px),
    radial-gradient(circle at 14% 30%, rgba(225,179,79,.09), transparent 24%),
    var(--ivory);
  background-size: 82px 82px, 82px 82px, auto, auto;
  overflow: hidden;
}

.hero-perfect::before {
  position: absolute;
  top: 128px;
  bottom: 104px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(6,39,57,.12), transparent);
  content: "";
}

.hero-perfect__rings {
  position: absolute;
  top: 175px;
  left: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(225,179,79,.13);
  border-radius: 50%;
}

.hero-perfect__rings::before,
.hero-perfect__rings::after {
  position: absolute;
  border: 1px solid rgba(225,179,79,.09);
  border-radius: 50%;
  content: "";
}

.hero-perfect__rings::before {
  inset: 78px;
}

.hero-perfect__rings::after {
  inset: 156px;
}

.hero-perfect__grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(70px, 8.5vw, 135px);
  padding-top: 42px;
  padding-bottom: 55px;
}

.hero-perfect__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-perfect__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-perfect__eyebrow span {
  color: var(--ink);
}

.hero-perfect__eyebrow i {
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.hero-perfect__eyebrow small {
  color: var(--muted);
  font-size: inherit;
  font-weight: inherit;
}

.hero-perfect h1 {
  max-width: 790px;
  margin-bottom: 28px;
  color: var(--ink-deep);
  font-size: clamp(61px, 6.35vw, 96px);
  line-height: .91;
}

.hero-perfect h1 em {
  color: var(--gold);
}

.hero-perfect__content > p {
  max-width: 590px;
  margin-bottom: 33px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.hero-perfect__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-perfect__actions .button--navy {
  min-height: 59px;
  padding-inline: 31px;
  box-shadow: 0 18px 45px rgba(6,39,57,.15);
}

.hero-perfect__call {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  border-left: 1px solid rgba(6,39,57,.16);
  line-height: 1.3;
}

.hero-perfect__call small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-perfect__call strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.hero-perfect__proof {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 46px;
}

.hero-perfect__proof > div {
  display: flex;
  flex-direction: column;
}

.hero-perfect__proof strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-perfect__proof span {
  color: var(--gold);
  font-size: 7px;
  letter-spacing: 1px;
}

.hero-perfect__proof small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-perfect__proof > i {
  width: 1px;
  height: 39px;
  background: rgba(6,39,57,.13);
}

.hero-perfect__visual {
  position: relative;
  z-index: 2;
  min-height: 610px;
  padding: 0 0 48px 42px;
}

.hero-perfect__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 48px;
  left: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-perfect__frame::before {
  position: absolute;
  inset: 18px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.33);
  content: "";
  pointer-events: none;
}

.hero-perfect__frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(2,23,34,.66), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-perfect__frame figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 1.2s ease, visibility 1.2s, transform 6s ease;
}

.hero-perfect__frame figure.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

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

.hero-perfect__frame figure:nth-child(2) img {
  object-position: center;
}

.hero-perfect__frame figure:nth-child(3) img {
  object-position: center 34%;
}

.hero-perfect__frame-label {
  position: absolute;
  right: 31px;
  bottom: 28px;
  left: 31px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.hero-perfect__frame-label span {
  font-family: var(--serif);
  font-size: 19px;
}

.hero-perfect__frame-label small {
  color: var(--gold-pale);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-perfect__inset {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 180px;
  height: 235px;
  margin: 0;
  padding: 7px;
  background: var(--paper);
  box-shadow: 0 24px 65px rgba(2,23,34,.2);
}

.hero-perfect__inset img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.hero-perfect__inset figcaption {
  padding-top: 8px;
  color: var(--muted);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.hero-perfect__seal {
  position: absolute;
  top: 43px;
  left: 2px;
  z-index: 6;
  width: 106px;
  height: 106px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 18px 55px rgba(2,23,34,.28);
}

.hero-perfect__seal::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(225,179,79,.6);
  border-radius: inherit;
  content: "";
}

.hero-perfect__seal span {
  margin-bottom: -28px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 30px;
}

.hero-perfect__seal small {
  margin-top: 12px;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.hero-perfect__controls {
  position: absolute;
  right: 24px;
  bottom: 15px;
  z-index: 7;
  display: flex;
  gap: 7px;
}

.hero-perfect__controls button {
  width: 28px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(6,39,57,.22);
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
}

.hero-perfect__controls button.is-active {
  width: 52px;
  background: var(--gold);
}

.hero-perfect__treatments {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 21px;
  border-top: 1px solid rgba(6,39,57,.13);
}

.hero-perfect__treatments > span {
  margin-right: 11px;
  color: var(--gold);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-perfect__treatments a {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  transition: color .2s ease;
}

.hero-perfect__treatments a:hover {
  color: var(--gold);
}

.hero-perfect__treatments > i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(6,39,57,.25);
}

.hero-perfect__treatments .hero-perfect__all {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .hero-perfect__grid {
    grid-template-columns: 1fr .82fr;
    gap: 54px;
  }

  .hero-perfect h1 {
    font-size: clamp(56px, 6.8vw, 78px);
  }

  .hero-perfect__visual {
    min-height: 560px;
  }

  .hero-perfect__inset {
    width: 155px;
    height: 210px;
  }

  .hero-perfect__inset img {
    height: 165px;
  }

  .hero-perfect__treatments {
    gap: 14px;
  }

  .hero-perfect__treatments a {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .hero-perfect {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-perfect::before {
    display: none;
  }

  .hero-perfect__grid {
    grid-template-columns: 1fr;
    padding-top: 75px;
  }

  .hero-perfect__content {
    max-width: 760px;
  }

  .hero-perfect h1 {
    font-size: clamp(60px, 10vw, 86px);
  }

  .hero-perfect__visual {
    min-height: 600px;
  }

  .hero-perfect__treatments {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-perfect__treatments::-webkit-scrollbar {
    display: none;
  }

  .hero-perfect__treatments > * {
    flex: 0 0 auto;
  }

  .hero-perfect__treatments .hero-perfect__all {
    margin-left: 20px;
  }
}

@media (max-width: 620px) {
  .hero-perfect {
    padding-top: 104px;
  }

  .hero-perfect__grid {
    gap: 48px;
    padding-top: 54px;
    padding-bottom: 40px;
  }

  .hero-perfect__eyebrow {
    font-size: 7px;
  }

  .hero-perfect h1 {
    font-size: clamp(49px, 14.8vw, 66px);
    line-height: .94;
  }

  .hero-perfect__content > p {
    font-size: 13px;
  }

  .hero-perfect__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-perfect__actions .button {
    width: 100%;
  }

  .hero-perfect__call {
    padding-left: 0;
    border-left: 0;
  }

  .hero-perfect__proof {
    justify-content: space-between;
    gap: 12px;
  }

  .hero-perfect__proof strong {
    font-size: 16px;
  }

  .hero-perfect__proof small {
    font-size: 6px;
  }

  .hero-perfect__proof > i {
    height: 34px;
  }

  .hero-perfect__visual {
    min-height: 500px;
    padding: 0 0 35px 18px;
  }

  .hero-perfect__frame {
    bottom: 35px;
    left: 18px;
  }

  .hero-perfect__frame-label {
    right: 22px;
    bottom: 20px;
    left: 22px;
  }

  .hero-perfect__inset {
    width: 118px;
    height: 168px;
    padding: 5px;
  }

  .hero-perfect__inset img {
    height: 130px;
  }

  .hero-perfect__inset figcaption {
    font-size: 5px;
  }

  .hero-perfect__seal {
    top: 30px;
    left: -1px;
    width: 82px;
    height: 82px;
  }

  .hero-perfect__seal span {
    margin-bottom: -22px;
    font-size: 24px;
  }

  .hero-perfect__seal small {
    font-size: 4px;
  }

  .hero-perfect__controls {
    right: 10px;
    bottom: 10px;
  }

  .hero-perfect__treatments {
    min-height: 70px;
    gap: 13px;
  }

  .hero-perfect__treatments > span {
    display: none;
  }
}

