.hair-feature{position:relative;margin:0;background:var(--lime);display:grid;grid-template-columns:minmax(0,1fr) 1fr;min-height:520px}
.hair-feature img{width:100%;height:100%;min-height:520px;object-fit:cover}
.hair-feature figcaption{display:flex;flex-direction:column;justify-content:flex-end;padding:5vw}
.hair-feature span{font:400 clamp(3rem,6vw,7rem)/.88 "Archivo Black";letter-spacing:-.06em}
.hair-feature small{margin-top:1.5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
@media(max-width:850px){.hair-feature{grid-template-columns:1fr}.hair-feature img{min-height:430px}}

.consult-strip{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:.65rem;
  padding:.65rem 5vw;
  background:var(--black);
  color:var(--lime);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.11em;
  text-align:center;
  text-transform:uppercase;
  transition:background .2s,color .2s;
}
.consult-strip:hover{background:var(--lime);color:var(--black)}
.virtual-consult{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:7vw;
  align-items:center;
  background:var(--black);
  color:white;
}
.virtual-consult-copy h2{
  margin:0;
  max-width:700px;
  color:var(--lime);
  font:400 clamp(3.2rem,6vw,6.7rem)/.87 "Archivo Black",sans-serif;
  letter-spacing:-.065em;
  text-transform:uppercase;
}
.virtual-consult-copy>p:not(.kicker){max-width:620px;margin:2rem 0 .8rem;color:#dedbd5;font-size:1.15rem}
.consult-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #ffffff40}
.consult-steps article{min-height:320px;padding:2rem 1.5rem;display:flex;flex-direction:column;border-left:1px solid #ffffff40}
.consult-steps article:first-child{border-left:0}
.consult-steps span{color:var(--lime);font:400 1rem "Archivo Black",sans-serif;letter-spacing:.08em}
.consult-steps h3{margin:auto 0 1rem;font:400 clamp(1.3rem,2vw,1.8rem)/1 "Archivo Black",sans-serif;text-transform:uppercase}
.consult-steps p{margin:0;color:#bbb;font-size:.9rem}

@media(max-width:1050px){
  .virtual-consult{grid-template-columns:1fr}
  .virtual-consult-copy{max-width:800px}
}
@media(max-width:700px){
  .consult-strip{font-size:.65rem;line-height:1.35;padding:.65rem 1rem}
  .consult-steps{grid-template-columns:1fr}
  .consult-steps article{min-height:0;border-left:0;border-top:1px solid #ffffff40}
  .consult-steps article:first-child{border-top:0}
  .consult-steps h3{margin:2.8rem 0 .75rem}
}

.social-link{display:inline-flex;align-items:center;gap:.45rem}
.social-link svg{width:1.1rem;height:1.1rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8}
.social-link .social-dot{fill:currentColor;stroke:none}
.site-header .social-link span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
footer>div:nth-child(2){flex-wrap:wrap}
@media(max-width:850px){
  .site-header .social-link span{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}
}
