.styling-experience {
  position: relative;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  padding: clamp(110px, 11vw, 172px) clamp(22px, 3.5vw, 52px) clamp(120px, 11vw, 180px);
  color: #f8f3ef;
  background: linear-gradient(180deg, #151311 0%, #151311 13%, #0d0c0b 58%, #090909 100%);
}

.styling-experience.section {
  width: 100%;
  margin: 0;
}

.styling-experience::before {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(120px, 14vw, 220px);
  content: "";
  background: linear-gradient(180deg, #151311 0%, rgba(21,19,17,.5) 58%, rgba(21,19,17,0) 100%);
  opacity: .9;
  pointer-events: none;
}

.styling-experience::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,.03) 0 1px, transparent 1px 100%);
  background-size: 25% 100%, 100% 100%;
  opacity: .16;
  pointer-events: none;
}

.styling-experience > * {
  position: relative;
  z-index: 2;
}

.styling-experience__intro {
  max-width: min(1180px, 94vw);
  margin: 0 auto clamp(30px, 4.2vw, 54px);
  text-align: center;
}

.styling-experience__eyebrow {
  margin: 0 0 12px;
  color: rgba(248,243,239,.58);
  font-family: var(--mono);
  font-size: clamp(9px, .8vw, 12px);
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.styling-experience__intro h2 {
  margin: 0;
  color: #f8f3ef;
  font-family: var(--font-headline);
  font-size: clamp(44px, 5vw, 82px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
}

.styling-experience__intro h2 span,
.styling-experience__intro h2 em {
  display: block;
}

.styling-experience__intro h2 em {
  color: var(--accent-text);
  font-style: normal;
  white-space: nowrap;
}

.styling-experience__intro h2::after {
  display: none;
  width: 38px;
  height: 1px;
  margin: 16px auto 0;
  content: "";
  background: rgba(247,178,181,.72);
}

.styling-experience__intro > p:last-child {
  margin: 17px 0 0;
  color: rgba(248,243,239,.78);
  font-family: var(--font-subtext);
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 600;
}

.styling-experience__cards {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.15vw, 22px);
}

.styling-card {
  position: relative;
  min-height: clamp(510px, 46vw, 650px);
  overflow: hidden;
  border: 1px solid rgba(248,243,239,.22);
  background: #12100f;
}

.styling-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  transition: transform .8s var(--ease), filter .6s ease;
}

.styling-card:nth-child(1) img { object-position: 56% center; }
.styling-card:nth-child(2) img { object-position: 57% center; }
.styling-card:nth-child(3) img { object-position: 54% center; }

.styling-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,7,7,.62) 0%, rgba(8,7,7,.14) 38%, rgba(61,16,32,.96) 100%),
    linear-gradient(0deg, rgba(243,161,169,.24) 0%, rgba(247,178,181,.12) 28%, rgba(247,178,181,0) 58%),
    linear-gradient(90deg, rgba(8,7,7,.48) 0%, rgba(8,7,7,.06) 55%, rgba(8,7,7,.4) 100%);
  transition: opacity .45s ease;
}

.styling-card:hover img {
  filter: saturate(.98) contrast(1.05);
  transform: scale(1.055);
}

.styling-card:hover .styling-card__shade {
  opacity: .88;
}

.styling-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: clamp(24px, 2.6vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.styling-card__number {
  display: block;
  color: var(--accent-text);
  font-family: var(--font-headline);
  font-size: clamp(50px, 4.3vw, 78px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .82;
}

.styling-card__label {
  margin: 12px 0 0;
  color: rgba(248,243,239,.76);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.styling-card h3 {
  margin: 0 0 20px;
  color: #f8f3ef;
  font-family: var(--font-subtext);
  font-size: clamp(27px, 2vw, 38px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .86;
  text-transform: uppercase;
}

.styling-card p:not(.styling-card__label) {
  max-width: 320px;
  margin: 0 0 34px;
  color: rgba(248,243,239,.76);
  font-family: var(--font-para);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

.styling-card a {
  width: 100%;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #f8f3ef;
  border-bottom: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}

.styling-card a span {
  color: var(--accent-text);
  font-size: 16px;
  line-height: 1;
}

.styling-card a span {
  margin-right: auto;
  padding-left: 2px;
}

.styling-card a i {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  border: 1px solid rgba(247,178,181,.72);
  border-radius: 50%;
}

.styling-card a i::before {
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #f8f3ef;
  border-right: 2px solid #f8f3ef;
  transform: rotate(45deg) translateX(-1px);
}

.styling-experience__closing {
  max-width: 780px;
  margin: clamp(46px, 5vw, 72px) auto 0;
  color: #f8f3ef;
  font-family: var(--font-subtext);
  font-size: clamp(30px, 3.5vw, 56px);
  font-weight: 700;
  line-height: .98;
  text-align: center;
}

.styling-experience__closing em {
  color: var(--accent-text);
  font-style: italic;
}

@media (max-width: 980px) {
  .styling-experience__cards {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .styling-card {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .styling-experience {
    padding: 64px 16px;
  }

  .styling-experience__intro h2 {
    font-size: clamp(38px, 11.6vw, 54px);
  }

  .styling-card {
    min-height: 520px;
  }

  .styling-card__content {
    padding: 24px;
  }

  .styling-experience__closing { font-size: clamp(31px, 9vw, 42px); }
}
