.hair-body {
  background: #08020d;
  color: var(--white);
}

.hair-page .site-header {
  background:
    radial-gradient(circle at 82% 12%, rgba(144, 44, 197, .36), transparent 32%),
    linear-gradient(180deg, rgba(8, 2, 13, .98), rgba(16, 5, 28, .92));
}

.hair-page .brand img {
  width: 245px;
}

.hair-page .site-footer {
  background:
    radial-gradient(circle at 82% 18%, rgba(154, 45, 211, .28), transparent 34%),
    linear-gradient(135deg, #08020e 0%, #180522 52%, #09020f 100%);
  color: #fff;
}

.hair-page .site-footer .footer-brand img {
  filter: brightness(1.35) contrast(1.12) saturate(1.3);
  opacity: 1;
}

.hair-page .site-footer .footer-services {
  color: #f6c8ee;
}

.hair-page .site-footer .footer-brand h2 {
  color: #fff;
  line-height: 1.14;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
}

.hair-page .site-footer .footer-brand h2 span.footer-title-gradient {
  display: inline;
  background: linear-gradient(110deg, #ff8e48, #ff6b75 42%, #ee3f91 76%, #b954ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.hair-page .site-footer .footer-brand > p:not(.footer-services) {
  color: #fff;
}

.hair-page .site-footer .footer-main {
  grid-template-columns: minmax(0, 1.2fr) minmax(130px, .42fr) minmax(240px, .65fr) minmax(130px, .48fr);
  gap: clamp(24px, 2.6vw, 40px);
}

.hair-page .site-footer .footer-main h3 {
  color: #ff79c8;
}

.hair-page .site-footer .footer-main a:not(.btn),
.hair-page .site-footer .footer-main span:not(.btn-icon):not(.founder-chip__icon):not(.footer-title-gradient) {
  color: #fff;
}

.hair-page .site-footer .btn--ghost {
  color: #fff;
  border-color: #ff67bd;
  background: linear-gradient(105deg, #7c166f, #d72c89);
  box-shadow: 0 10px 28px rgba(238, 63, 145, .22);
}

.hair-page .site-footer .footer-bottom {
  color: #f7dff2;
  border-top-color: rgba(255, 255, 255, .28);
}

.hair-page .site-footer .footer-bottom a {
  color: #fff;
}

.hair-hero {
  min-height: 830px;
  padding: 118px 0 34px;
  background:
    radial-gradient(circle at 77% 44%, rgba(145, 44, 211, .56), transparent 36%),
    radial-gradient(circle at 50% 72%, rgba(238, 63, 145, .18), transparent 30%),
    linear-gradient(135deg, #090211 0%, #16051f 45%, #09020e 100%);
  overflow: hidden;
}

.hair-hero::before {
  content: "";
  position: absolute;
  inset: 8% -18% auto auto;
  width: min(760px, 62vw);
  aspect-ratio: 1;
  border: 2px solid rgba(211, 92, 255, .45);
  border-radius: 50%;
  box-shadow:
    0 0 34px rgba(211, 92, 255, .42),
    inset 0 0 34px rgba(211, 92, 255, .16);
  pointer-events: none;
}

.hair-hero::after {
  content: "";
  position: absolute;
  left: -11%;
  bottom: -18%;
  width: 56vw;
  height: 190px;
  background:
    linear-gradient(110deg, rgba(244, 191, 73, .82), rgba(238, 63, 145, .62) 40%, rgba(115, 36, 174, .2)),
    repeating-linear-gradient(164deg, rgba(255,255,255,.2) 0 1px, transparent 1px 28px);
  border-radius: 56% 44% 0 0;
  opacity: .56;
  filter: blur(.1px);
  pointer-events: none;
}

.hair-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(500px, 610px) 1fr;
  gap: 42px;
  align-items: center;
}

.hair-hero__copy {
  position: relative;
  z-index: 3;
}

.hair-hero h1 {
  font-size: clamp(58px, 7.3vw, 112px);
}

.hair-hero h1 span,
.hair-section h2 span {
  background: linear-gradient(110deg, #ff8e48, #ff6b75 42%, #ee3f91 76%, #b954ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hair-hero__gold {
  margin: 18px 0 12px;
  width: fit-content;
  background: linear-gradient(90deg, #c879ff, #ee58c7 58%, #ff77a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
}

.hair-hero__lead {
  max-width: 670px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 1.8vw, 21px);
}

.hair-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

.hair-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 30%, rgba(9,2,17,0), rgba(9,2,17,.04) 45%, rgba(9,2,17,.18) 100%),
    linear-gradient(90deg, rgba(9,2,17,.16) 0%, rgba(9,2,17,.08) 18%, transparent 38%),
    linear-gradient(180deg, rgba(8,2,13,.1), transparent 42%, rgba(8,2,13,.14) 100%);
}

.hair-hero__visual picture,
.hair-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 0;
  filter: brightness(1.1) saturate(1.08) contrast(1.03);
  box-shadow: none;
}

.hair-kpis {
  position: relative;
  z-index: 6;
  min-height: 126px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 128, 177, .7);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035) 34%, rgba(255,255,255,.015)),
    radial-gradient(circle at 8% 0, rgba(185,84,255,.25), transparent 30%),
    radial-gradient(circle at 96% 90%, rgba(238,63,145,.22), transparent 28%),
    linear-gradient(135deg, rgba(18,8,23,.86), rgba(49,13,62,.76));
  box-shadow:
    0 22px 72px rgba(0,0,0,.3),
    0 0 36px rgba(185,84,255,.2),
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -22px 50px rgba(18,8,23,.34);
  backdrop-filter: blur(24px) saturate(1.28);
  transition: transform .28s ease, box-shadow .28s ease;
}

.hair-kpis::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255,255,255,.18), transparent 24% 72%, rgba(255,163,56,.1)),
    radial-gradient(circle at 18% 0, rgba(255,255,255,.18), transparent 30%);
  opacity: .62;
  mix-blend-mode: screen;
}

.hair-kpi {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-right: 1px solid rgba(255,128,177,.36);
  text-align: center;
}

.hair-kpi .hair-line-icon {
  width: 54px;
  height: 54px;
  transform: translateY(-5px);
}

@media (hover: hover) and (pointer: fine) {
  .hair-kpis:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 26px 46px rgba(48, 11, 44, .22), 0 10px 0 rgba(238, 63, 145, .1);
  }
}

.hair-kpi:last-child { border-right: 0; }

.hair-kpi span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(238,63,145,.48);
  background: none;
  color: #ff97d1;
  font-size: 30px;
  line-height: 1;
  text-shadow: 0 0 22px rgba(238,63,145,.38);
}

.hair-line-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hair-line-icon img {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(1.08) drop-shadow(0 0 7px rgba(238, 63, 145, .42));
}

.hair-kpi strong,
.hair-kpi small {
  display: block;
}

.hair-kpi strong {
  font-size: 16px;
  line-height: 1.2;
}

.hair-kpi small {
  margin-top: 4px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
}

@media (min-width: 981px) {
  .hair-hero__grid {
    position: static;
    width: min(1440px, calc(100% - 80px));
  }

  .hair-hero__copy {
    padding-top: 18px;
  }

  .hair-hero__visual {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }

  .hair-hero__visual::before {
    z-index: 2;
    background:
      radial-gradient(ellipse at 78% 28%, rgba(18,8,23,0), rgba(18,8,23,.08) 44%, rgba(18,8,23,.22) 100%),
      linear-gradient(90deg, #090211 0%, rgba(18,8,23,.97) 27%, rgba(18,8,23,.72) 40%, rgba(18,8,23,.38) 50%, rgba(18,8,23,.14) 60%, rgba(18,8,23,.04) 76%, transparent 100%),
      linear-gradient(180deg, rgba(8,3,15,.16), rgba(8,3,15,.04) 46%, rgba(8,3,15,.17) 100%);
  }

  .hair-hero__visual picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    width: 82%;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 6%, rgba(0,0,0,.72) 14%, #000 25%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 6%, rgba(0,0,0,.72) 14%, #000 25%);
  }

  .hair-hero__visual img {
    /* Keep the portrait slightly right-weighted while preserving the full halo. */
    object-position: 52% center;
  }

  .hair-kpis {
    width: min(1180px, calc(100% - 180px));
  }
}

.hair-proof {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.hair-proof span {
  padding: 8px 0;
}

.hair-proof i {
  color: var(--pink);
  font-style: normal;
  margin-right: 8px;
}

.hair-section {
  position: relative;
  padding: 76px 0;
  background: linear-gradient(180deg, #fff0e8, #fff8f3);
  color: var(--ink);
  overflow: hidden;
}

.hair-section--dark {
  background:
    radial-gradient(circle at 20% 18%, rgba(238,63,145,.16), transparent 30%),
    linear-gradient(135deg, #08030f, #19071f 54%, #0b0310);
  color: var(--white);
}

.hair-card-grid,
.hair-offer-grid,
.hair-look-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hair-offer-grid {
  align-items: stretch;
  gap: 18px;
}

.hair-offer-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 63, 145, .2);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 48px rgba(58, 17, 44, .12);
  transition: transform .28s ease, box-shadow .28s ease;
}

.hair-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(58, 17, 44, .2);
}

.hair-card-photo {
  width: 100%;
  height: 245px;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

.hair-card-icon,
.hair-look-icon {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ff7e73;
  background: radial-gradient(circle at 34% 28%, #4f164f, #18071e 72%);
  border: 2px solid #ff8c6c;
  box-shadow: 0 8px 22px rgba(76, 17, 72, .28), 0 0 0 5px rgba(255,255,255,.86);
}

.hair-card-icon {
  top: 208px;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
}

.hair-card-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hair-card-body {
  min-height: 395px;
  padding: 49px 24px 22px;
  display: flex;
  flex-direction: column;
}

.hair-card-body h3 {
  margin: 0 0 14px;
  text-align: center;
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 24px;
  line-height: 1.15;
}

.hair-card-body ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #745d70;
  font-size: 14px;
  line-height: 1.55;
}

.hair-card-body li {
  position: relative;
  padding: 4px 0 4px 22px;
}

.hair-card-body li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid #ee3f91;
  border-radius: 50%;
}

.hair-card-button {
  min-height: 48px;
  margin-top: auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(110deg, #270833, #650556);
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.hair-card-button--pink { background: linear-gradient(110deg, #ef3c8c, #de0c71); }
.hair-card-button--orange { background: linear-gradient(110deg, #ff6f69, #ff923d); }
.hair-card-button span { font-size: 22px; }

.hair-style-section {
  padding-top: 84px;
  background:
    radial-gradient(circle at 4% 12%, rgba(175,89,233,.11), transparent 21%),
    radial-gradient(circle at 96% 88%, rgba(255,111,105,.12), transparent 22%),
    linear-gradient(180deg, #fff8f3, #fff0e8);
}

.hair-look-grid {
  gap: 20px;
}

.hair-service-card {
  min-height: 270px;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid rgba(238, 63, 145, .22);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.hair-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.hair-service-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.hair-service-card h3 {
  margin-bottom: 10px;
}

.hair-service-card p {
  color: var(--muted);
}

.hair-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    rgba(24,10,31,.64);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.hair-cta h2 {
  margin-bottom: 8px;
}

.hair-cta p {
  margin: 0;
  color: rgba(255,255,255,.76);
}

.hair-comfort-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 28%, rgba(184, 55, 255, .32), transparent 34%),
    radial-gradient(circle at 8% 94%, rgba(238, 63, 145, .26), transparent 31%),
    linear-gradient(135deg, #10031b 0%, #260a3a 48%, #160522 100%);
}

.hair-comfort-section::before,
.hair-comfort-section::after {
  content: none;
  display: none;
}

.hair-comfort-section::before {
  width: 440px;
  height: 440px;
  right: -190px;
  top: -270px;
  box-shadow: 0 0 80px rgba(185, 84, 255, .18);
}

.hair-comfort-section::after {
  width: 280px;
  height: 280px;
  left: -180px;
  bottom: -170px;
  box-shadow: 0 0 70px rgba(238, 63, 145, .18);
}

.hair-comfort-layout {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 60px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(46px, 6vw, 88px);
  align-items: center;
}

.hair-comfort-copy .eyebrow {
  margin-bottom: 20px;
  color: #ff75bd;
}

.hair-comfort-copy h2 {
  max-width: 670px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.06;
}

.hair-comfort-copy h2 span {
  background: linear-gradient(105deg, #ff9b55, #ff6f7b 42%, #ee3f91 72%, #c55dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hair-comfort-lead {
  max-width: 690px;
  width: fit-content;
  margin: 24px 0 12px;
  background: linear-gradient(90deg, #c879ff, #ee58c7 58%, #ff77a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.55;
}

.hair-comfort-description {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.hair-comfort-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 0;
  margin: 0;
}

.hair-comfort-benefits article {
  min-width: 0;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 111, 184, .24);
}

.hair-comfort-benefits article:first-child,
.hair-comfort-benefits article:nth-child(3) { padding-left: 22px; }
.hair-comfort-benefits article:nth-child(2),
.hair-comfort-benefits article:last-child { padding-right: 22px; border-right: 0; }

.hair-comfort-benefits span {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 101, 180, .4);
  border-radius: 50%;
  color: #ff70bd;
  background:
    radial-gradient(circle at 35% 28%, rgba(190, 70, 255, .32), transparent 48%),
    rgba(49, 11, 68, .78);
  box-shadow: 0 12px 28px rgba(0,0,0,.28), inset 0 0 18px rgba(238,63,145,.14);
}

.hair-comfort-benefits svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hair-comfort-benefits strong,
.hair-comfort-benefits small {
  display: block;
}

.hair-comfort-benefits strong {
  color: #ff78bd;
  font-size: 14px;
  text-transform: uppercase;
}

.hair-comfort-benefits small {
  margin-top: 7px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.5;
}

.hair-comfort-actions {
  flex-wrap: nowrap;
}

.hair-comfort-actions .btn {
  min-width: 230px;
}

.hair-comfort-media {
  position: relative;
}

.hair-comfort-fairy {
  position: absolute;
  z-index: 5;
  top: 38%;
  left: 0;
  width: clamp(220px, 17vw, 260px);
  height: auto;
  pointer-events: none;
  transform: translateX(-42%);
  filter: drop-shadow(0 18px 24px rgba(10, 0, 19, .55)) drop-shadow(0 0 18px rgba(238, 63, 145, .3));
}

.hair-comfort-frame {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  padding: 4px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #c75cff, #ee3f91 48%, #ff934d);
  box-shadow:
    0 34px 90px rgba(0,0,0,.46),
    0 0 58px rgba(185,84,255,.32),
    0 0 0 1px rgba(255,255,255,.1);
}

.hair-comfort-frame::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  pointer-events: none;
  border-radius: 27px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.32),
    inset 0 0 45px rgba(112, 31, 153, .18);
}

.hair-comfort-frame::after {
  content: "✦";
  position: absolute;
  z-index: 3;
  left: 26px;
  bottom: 24px;
  color: #ff82c5;
  font-size: 30px;
  text-shadow: 38px -24px 0 rgba(255,151,79,.72), 0 0 22px rgba(238,63,145,.8);
}

.hair-comfort-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}

.hair-reviews-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
}

.hair-reviews-section .reviews-heading {
  display: block;
  max-width: 980px;
  margin: 0 auto 34px;
  padding-top: 0;
  border-top: 0;
}

.hair-reviews-section .reviews-heading .eyebrow,
.hair-reviews-section .reviews-heading h2,
.hair-reviews-section .reviews-heading > p:not(.eyebrow) {
  grid-column: 1;
}

.hair-reviews-section .reviews-heading h2 {
  color: var(--ink);
}

.hair-reviews-section .fairy-client-love-wrap {
  position: absolute;
  right: -155px;
  top: -18px;
  width: 285px;
  max-width: none;
  z-index: 4;
  pointer-events: none;
}

.hair-reviews-section .fairy-client-love {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}

.hair-reviews-section .fairy-wand-sparkles {
  position: absolute;
  left: 41.5%;
  top: 17.6%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 56%, #ffd66f 0 2px, transparent 3px),
    radial-gradient(circle at 76% 22%, #ff8bcf 0 2px, transparent 3px),
    radial-gradient(circle at 82% 72%, #ffbd45 0 1.5px, transparent 3px),
    radial-gradient(circle at 34% 14%, #fff2bd 0 1.5px, transparent 3px);
  filter: drop-shadow(0 0 8px rgba(255, 104, 190, .9));
}

.hair-reviews-section .fairy-wand-sparkles::before {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffc84f;
  font-size: 30px;
  line-height: 1;
  text-shadow:
    0 0 5px #fff5c8,
    0 0 12px #ffb02e,
    0 0 22px rgba(238, 63, 145, .92);
}

.hair-reviews-section .fairy-wand-sparkles::after {
  content: "✧  ·  ✦";
  position: absolute;
  left: -7px;
  top: 49px;
  color: #ff78bf;
  font-size: 16px;
  letter-spacing: 5px;
  text-shadow: 0 0 8px rgba(255, 120, 191, .9);
  transform: rotate(-24deg);
}

.hair-reviews-section .reviews-heading > p:not(.eyebrow) {
  font-size: 16px;
}

.hair-reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
}

.hair-reviews-grid .review-card {
  min-height: 390px;
}

.hair-reviews-section .google-review-links {
  margin-top: 30px;
}

.hair-reviews-section .google-review-links .btn {
  min-width: 260px;
}

@media (max-width: 1120px) {
  .hair-page .site-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hair-hero__grid,
  .hair-cta,
  .hair-comfort-layout {
    grid-template-columns: 1fr;
  }

  .hair-comfort-layout {
    width: min(100% - 40px, 760px);
  }

  .hair-comfort-media {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .hair-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .hair-comfort-fairy {
    top: -86px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
  }

  .hair-hero__visual {
    min-height: 0;
  }

  .hair-hero__visual picture,
  .hair-hero__visual img {
    height: auto;
    max-height: 620px;
    border-radius: 8px;
  }

  .hair-hero__visual::before {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(9,2,17,.78), rgba(9,2,17,.28) 48%, transparent 78%);
  }

  .hair-kpis,
  .hair-card-grid,
  .hair-offer-grid,
  .hair-look-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 621px) and (max-width: 820px) {
  .hair-reviews-section .fairy-client-love-wrap {
    display: none;
  }
}

@media (max-width: 620px) {
  .hair-page .site-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .hair-page .brand img {
    width: 176px;
  }

  .hair-hero {
    /* The mobile navbar is fixed, so reserve space for it above the hero. */
    padding-top: 104px;
  }

  .hair-hero__grid {
    gap: 28px;
  }

  .hair-kpis,
  .hair-card-grid,
  .hair-offer-grid,
  .hair-look-grid {
    grid-template-columns: 1fr;
  }

  .hair-kpi {
    min-height: 104px;
  }

  .hair-cta .button-row .btn {
    width: 100%;
  }

  .hair-comfort-section {
    padding: 68px 0;
  }

  .hair-comfort-layout {
    width: min(100% - 26px, 760px);
    gap: 38px;
  }

  .hair-comfort-fairy {
    top: -62px;
    width: 180px;
  }

  .hair-comfort-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .hair-comfort-benefits article:nth-child(2) {
    border-right: 0;
  }

  .hair-comfort-actions {
    flex-wrap: wrap;
  }

  .hair-comfort-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hair-reviews-section .reviews-heading {
    display: block;
  }

  .hair-reviews-section .fairy-client-love-wrap {
    display: block;
    position: static;
    width: 210px;
    margin: 4px auto -38px;
  }
}
