/* Apgujeong Hair Studio — 2026 revamp
   Design tokens sourced from Figma: jNuKOMZlE3edweaQK0ECIF (Apgujeong Website Revamp) */

@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400;600&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root{
  --brown: #96622f;
  --brown-dark: #7a4f25;
  --ink: #0e0e0e;
  --charcoal: #211818;
  --paper: #ffffff;
  --mist: #f1f1f1;
  --mist-2: #f2f2f2;
  --line: #dcdcdc;
  --whatsapp: #27d045;
  --whatsapp-dark: #1fac38;

  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "Kode Mono", monospace;

  --container: 1300px;
  --radius-pill: 200px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,p{ margin:0; }
.shell{
  max-width:var(--container);
  margin:0 auto;
  padding:0 40px;
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:49px;
  padding:0 34px;
  border-radius:var(--radius-pill);
  font-size:18px;
  font-weight:500;
  white-space:nowrap;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover{ transform:translateY(-1px); }
.btn--solid{ background:var(--brown); color:#fff; }
.btn--solid:hover{ background:var(--brown-dark); }
.btn--outline{ background:transparent; color:var(--ink); border-color:var(--ink); }
.btn--outline:hover{ background:var(--ink); color:#fff; }
.btn--outline-light{ background:transparent; color:#fff; border-color:#fff; }
.btn--outline-light:hover{ background:#fff; color:var(--ink); }
.btn--dark{ background:var(--ink); color:#fff; height:32px; padding:0 24px; font-size:16px; }
.btn--sm{ height:40px; padding:0 20px; font-size:15px; }
.btn--whatsapp{
  background:var(--whatsapp); color:#fff; gap:8px; height:40px; padding:0 26px 0 20px;
}
.btn--whatsapp:hover{ background:var(--whatsapp-dark); }
.btn--whatsapp svg{ width:18px; height:18px; }
.btn--block{ width:100%; }

/* ---------- nav ---------- */
.nav{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
.nav__row{
  max-width:var(--container);
  margin:0 auto;
  padding:16px 40px;
  display:flex;
  align-items:center;
  gap:32px;
}
.nav__logo{ height:52px; margin-right:auto; }
.nav__logo img{ height:100%; width:auto; }
.nav__links{ display:flex; align-items:center; gap:30px; }
.nav__links a{
  font-size:17px;
  color:var(--ink);
  position:relative;
  padding:6px 0;
}
.nav__links a[aria-current="page"]{ font-weight:700; }
.nav__links a::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0;
  height:2px; background:var(--brown);
  transform:scaleX(0); transform-origin:left;
  transition:transform .2s ease;
}
.nav__links a:hover::after,
.nav__links a[aria-current="page"]::after{ transform:scaleX(1); }
.nav__has-sub{ position:relative; padding-bottom:16px; margin-bottom:-16px; }
.nav__caret{
  display:inline-block; width:7px; height:7px;
  border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor;
  transform:rotate(45deg); margin-left:6px; position:relative; top:-2px;
}
.nav__sub{
  position:absolute; top:100%; left:50%; transform:translateX(-50%);
  background:#fff; border:1px solid var(--line); border-radius:12px;
  padding:8px; min-width:170px; box-shadow:0 18px 40px rgba(0,0,0,.1);
  opacity:0; visibility:hidden; transition:opacity .15s ease, transform .15s ease;
}
.nav__has-sub:hover .nav__sub{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.nav__sub a{ display:block; padding:9px 14px; border-radius:8px; font-size:15px; }
.nav__sub a:hover{ background:var(--mist); }
.nav__sub a::after{ display:none; }
.nav__cta{ flex-shrink:0; }
.nav__burger{
  display:none; width:38px; height:38px; border:1px solid var(--line); border-radius:8px;
  background:#fff; flex-shrink:0; align-items:center; justify-content:center; cursor:pointer;
}
.nav__burger span, .nav__burger span::before, .nav__burger span::after{
  display:block; width:18px; height:1.6px; background:var(--ink); position:relative; transition:transform .2s ease, opacity .2s ease;
}
.nav__burger span::before, .nav__burger span::after{ content:""; position:absolute; left:0; }
.nav__burger span::before{ top:-6px; }
.nav__burger span::after{ top:6px; }
.nav.is-open .nav__burger span{ background:transparent; }
.nav.is-open .nav__burger span::before{ top:0; transform:rotate(45deg); }
.nav.is-open .nav__burger span::after{ top:0; transform:rotate(-45deg); }
.nav__mobile-panel{ display:none; }

/* ---------- hero / page banner ---------- */
.pagehero{
  padding:120px 0 60px;
  text-align:left;
}
.pagehero .shell{ max-width:1100px; }
.pagehero h1{
  font-size:70px; line-height:1; text-transform:capitalize;
  font-weight:400;
}
.pagehero p{
  margin-top:20px; font-size:19px; line-height:1.5; color:#3a3a3a; max-width:700px;
}
.pagehero--center{ text-align:center; }
.pagehero--center .shell{ margin:0 auto; }
.pagehero--center p{ margin-left:auto; margin-right:auto; }

/* ---------- section basics ---------- */
.section{ padding:90px 0; }
.section--tight{ padding:60px 0; }
.section--mist{ background:var(--mist); }
.section--mist2{ background:var(--mist-2); }
.section--ink{ background:var(--charcoal); color:#fff; }
.section__head{ text-align:center; margin-bottom:56px; }
.section__head h2{
  font-size:56px; line-height:1.05; font-weight:400; text-transform:capitalize;
}
.section__head p{ margin-top:16px; font-size:18px; color:#5c5c5c; max-width:640px; margin-left:auto; margin-right:auto; }
.section--ink .section__head p{ color:rgba(255,255,255,.7); }

/* ---------- footer ---------- */
.footer{ background:var(--charcoal); color:#fff; padding:56px 0 28px; }
.footer__top{ display:flex; flex-wrap:wrap; gap:40px; justify-content:space-between; align-items:flex-start; }
.footer__brand img{ height:64px; width:auto; margin-bottom:8px; }
.footer__social-label{ font-size:16px; font-weight:700; text-transform:uppercase; letter-spacing:.03em; margin:24px 0 14px; }
.footer__social{ display:flex; flex-direction:column; gap:12px; }
.footer__social a{
  display:inline-flex; align-items:center; gap:10px; font-size:14px; color:rgba(255,255,255,.82);
}
.footer__social a:hover{ color:#fff; }
.footer__social-icon{
  width:32px; height:32px; flex-shrink:0; border-radius:50%; border:1px solid rgba(255,255,255,.3);
  display:flex; align-items:center; justify-content:center; transition:background .15s ease, color .15s ease;
}
.footer__social a:hover .footer__social-icon{ background:#fff; color:var(--ink); }
.footer__social svg{ width:15px; height:15px; }
.footer__cols{ display:flex; gap:70px; flex-wrap:wrap; }
.footer__col h4{ font-size:16px; font-weight:700; text-transform:uppercase; letter-spacing:.03em; margin-bottom:16px; }
.footer__col a, .footer__col li{ display:block; font-size:14px; color:rgba(255,255,255,.82); line-height:2; }
.footer__col a:hover{ color:#fff; text-decoration:underline; }
.footer__contact{ font-size:14px; line-height:1.7; color:rgba(255,255,255,.6); max-width:230px; }
.footer__contact span{ display:inline-block; margin-top:4px; color:rgba(255,255,255,.92); cursor:text; user-select:all; }
.footer__bottom{
  margin-top:44px; padding-top:22px; border-top:1px solid rgba(255,255,255,.18);
  font-size:12px; color:rgba(255,255,255,.6);
}

/* ---------- misc utility ---------- */
.eyebrow{
  display:inline-block; padding:7px 20px; border-radius:100px;
  background:var(--ink); color:#fff; font-size:15px; margin-bottom:14px;
}
.stars{ letter-spacing:3px; font-weight:700; }

/* ============================================================
   HOME
   ============================================================ */
.hero{
  position:relative; height:min(82vh, 760px); min-height:560px; display:flex; align-items:center;
  overflow:hidden; background:#0c0c0c;
}
.hero__bg{ position:absolute; inset:0; }
.hero__bg img{ width:100%; height:100%; object-fit:cover; object-position:70% 20%; }
.hero__scrim{
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 32%, rgba(255,255,255,.15) 62%, rgba(255,255,255,0) 78%);
}
.hero__content{ position:relative; z-index:2; max-width:560px; padding:0 40px; }
.hero__content h1{
  font-size:80px; line-height:1; text-transform:capitalize; font-weight:400;
  text-shadow:
    0 0 2px rgba(255,255,255,.9), 0 0 6px rgba(255,255,255,.9),
    0 0 18px rgba(255,255,255,.8), 0 4px 30px rgba(255,255,255,.6);
}
.hero__accent{ color:var(--brown); }
.hero__content p{ margin-top:22px; font-size:20px; line-height:1.55; color:#1c1c1c; max-width:440px; }
.hero__actions{ margin-top:34px; display:flex; gap:18px; flex-wrap:wrap; }

/* A quiet entrance -- each line settles in just after the one above it,
   so the hero reads as a considered reveal rather than a static slab of
   text. Skipped entirely for reduced-motion users. */
@media (prefers-reduced-motion: no-preference){
  .hero__content h1, .hero__content p, .hero__actions{
    animation:heroReveal .7s cubic-bezier(.16,.8,.3,1) backwards;
  }
  .hero__content h1{ animation-delay:.05s; }
  .hero__content p{ animation-delay:.22s; }
  .hero__actions{ animation-delay:.36s; }
}
@keyframes heroReveal{
  from{ opacity:0; transform:translateY(16px); }
  to{ opacity:1; transform:translateY(0); }
}

.cta-photo{
  position:relative; min-height:520px; display:flex; align-items:center;
  overflow:hidden; background:#fff;
}
.cta-photo__bg{ position:absolute; inset:0; }
.cta-photo__bg img{ width:100%; height:100%; object-fit:cover; object-position:85% center; }
.cta-photo__content{ position:relative; z-index:2; max-width:480px; padding:0 40px; }
.cta-photo__content h2{ font-size:48px; line-height:1.08; font-weight:400; color:var(--ink); }
.cta-photo__content p{ margin-top:16px; font-size:17px; line-height:1.5; color:#444; max-width:400px; }
.cta-photo__actions{ margin-top:28px; display:flex; flex-direction:column; align-items:flex-start; gap:14px; }
.cta-photo__actions .btn{ width:220px; }

.looks{ padding:90px 0; }
.looks__head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:48px; flex-wrap:wrap; gap:20px; }
.looks__head h2{ font-size:56px; font-weight:400; }
.looks__grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
.look{
  background:var(--mist); border-radius:6px; overflow:hidden; position:relative;
  display:flex; flex-direction:column;
}
.look__media{ aspect-ratio:274/300; overflow:hidden; }
.look__media img{ width:100%; height:100%; object-fit:cover; }
.look__body{ padding:20px 18px 26px; text-align:center; }
.look__icon{
  width:50px; height:50px; border-radius:50%; background:#fff; margin:-45px auto 14px;
  display:flex; align-items:center; justify-content:center; box-shadow:0 8px 18px rgba(0,0,0,.12);
  position:relative; z-index:2;
}
.look__icon svg{ width:24px; height:24px; }
.look__icon img{ max-width:26px; max-height:26px; width:auto; height:auto; }
.look__body h3{ font-size:18px; font-weight:700; }
.look__body p{ font-size:13.5px; color:#5c5c5c; margin-top:8px; line-height:1.4; }
.looks__cta{ text-align:center; margin-top:52px; }

.team-preview{ background:#fff; padding:90px 0; }
.team-preview__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.tp-card{ text-align:left; }
.tp-card__media{ aspect-ratio:425/500; overflow:hidden; border-radius:4px; background:var(--mist); }
.tp-card__media img{ width:100%; height:100%; object-fit:cover; }
.tp-card__badge{
  display:inline-block; margin:20px 0 10px; padding:6px 18px; border-radius:100px;
  background:var(--ink); color:#fff; font-size:14px;
}
.tp-card h3{ font-size:22px; font-weight:700; }
.tp-card p{ font-size:14px; color:#5c5c5c; margin-top:8px; line-height:1.55; }
.team-preview__cta{ text-align:center; margin-top:52px; }

.transform{ background:var(--charcoal); color:#fff; padding:90px 0; }
.transform__head{ text-align:center; margin-bottom:52px; }
.transform__eyebrow{
  display:inline-block; margin:0 0 14px; font-size:13px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--brown); font-weight:600;
}
.transform__head h2{ font-size:56px; font-weight:400; }

.compare{ max-width:820px; margin:0 auto; }
.compare-slide{ align-items:center; justify-content:center; gap:36px; }
.compare-slide__side{ flex:1; max-width:320px; }
.compare-slide__frame{
  aspect-ratio:530/650; border-radius:12px; overflow:hidden; background:#111;
  box-shadow:0 24px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.08);
}
.compare-slide__frame img{ width:100%; height:100%; object-fit:cover; display:block; }
.compare-slide__label{
  display:block; text-align:center; margin-top:16px; font-size:12px; letter-spacing:.18em;
  text-transform:uppercase; color:rgba(255,255,255,.5);
}
.compare-slide__label--after{ color:#fff; font-weight:600; }
.compare-slide__arrow{ font-size:26px; color:var(--brown); flex-shrink:0; }

.slider__nav{ display:flex; justify-content:center; align-items:center; gap:26px; margin-top:38px; }
.slider__nav button{
  background:none; border:none; color:#fff; font-family:var(--font-mono); font-size:34px;
  cursor:pointer; line-height:1; padding:6px 14px;
}
.slider__dots{ display:flex; gap:8px; }
.slider__dots span{ width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.35); }
.slider__dots span.active{ background:#fff; }

.experience{ background:var(--charcoal); color:#fff; padding:90px 0 100px; }
.experience h2{ font-size:60px; font-weight:400; line-height:1.05; text-align:center; margin-bottom:56px; }
.experience__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.experience__col{ padding:0 40px; text-align:center; border-left:1px solid rgba(255,255,255,.18); }
.experience__col:first-child{ border-left:none; }
.experience__num{ font-size:44px; font-weight:300; margin-bottom:14px; font-family:var(--font-display); }
.experience__col h3{ font-size:23px; margin-bottom:10px; }
.experience__col p{ font-size:15px; color:rgba(255,255,255,.72); line-height:1.6; }

.review{ padding:90px 0; text-align:center; }
.reviews-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; text-align:left; }
.review-card{ background:var(--mist); border-radius:10px; padding:32px 30px; display:flex; flex-direction:column; }
.review-card__stars{ color:var(--brown); font-size:15px; letter-spacing:1px; margin-bottom:14px; }
.review-card__text{ font-size:15px; line-height:1.6; color:#333; flex:1; }
.review-card__name{ margin-top:18px; font-size:14px; font-weight:600; color:#5c5c5c; }
.review__cta{ margin-top:48px; }


.locations{ padding:90px 0; }
.locations__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:48px; }
.outlet{ background:#fff; border-radius:6px; overflow:hidden; }
.outlet__media{ aspect-ratio:425/300; overflow:hidden; }
.outlet__media img{ width:100%; height:100%; object-fit:cover; }
.outlet__body{ padding:22px 24px 26px; }
.outlet__body h3{ font-size:21px; font-weight:600; }
.outlet__mrt{
  display:inline-block; margin-top:10px; padding:4px 14px; border-radius:100px;
  background:#eaeaea; font-size:11px; letter-spacing:.02em;
}
.outlet__meta{ display:grid; grid-template-columns:56px 1fr; gap:4px 12px; font-size:13.5px; margin-top:16px; color:#333; }
.outlet__meta dt{ color:#8a8a8a; }
.outlet__meta dd{ margin:0; }
.outlet__actions{ margin-top:18px; padding-top:16px; border-top:1px solid var(--line); display:flex; gap:10px; }
.outlet__actions .btn{ flex:1; height:auto; min-height:40px; padding:9px 14px; font-size:14.5px; gap:7px; line-height:1.25; }
.outlet__actions .btn svg{ width:17px; height:17px; flex-shrink:0; }
.btn__label{ text-align:left; }

.final-cta{ padding:80px 0; text-align:center; }
.final-cta .btn{ margin-top:6px; }

/* ============================================================
   SERVICES / PRICING
   ============================================================ */
.tabs{
  display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
  margin:-10px 0 60px;
}
.tabs a{
  padding:16px 28px; border-radius:14px; background:var(--mist); font-size:16px; font-weight:600;
  transition:background .15s ease, color .15s ease;
}
.tabs a:hover, .tabs a.active{ background:var(--ink); color:#fff; }

.pricecard{ margin-bottom:70px; scroll-margin-top:110px; }
.pricecard__banner{
  position:relative; border-radius:10px; overflow:hidden; aspect-ratio:1301/237; margin-bottom:0;
}
.pricecard__banner img{ width:100%; height:100%; object-fit:cover; }
.pricetable-wrap{ overflow-x:auto; }
.pricetable{ width:100%; min-width:560px; border-collapse:collapse; margin-top:0; background:#fff; }
.pricetable th, .pricetable td{
  text-align:right; padding:15px 8px; font-size:16px; border-bottom:1px solid var(--line);
}
.pricetable th:first-child, .pricetable td:first-child{ text-align:left; }
.pricetable thead th{ font-weight:600; color:#666; font-size:13px; text-transform:uppercase; letter-spacing:.03em; padding-top:24px; }
.pricetable td:first-child{ font-weight:500; }
.pricetable td.note{ text-align:right; font-style:italic; color:#777; }
.pricetable td.allprice{ text-align:right; font-weight:500; color:var(--ink); }
.allprice__tag{
  display:inline-block; margin-right:12px; padding:4px 12px; border-radius:100px;
  background:var(--mist); color:#666; font-size:11px; font-weight:600;
  letter-spacing:.04em; text-transform:uppercase; vertical-align:middle;
}
.pricetable tbody tr:last-child td{ border-bottom:none; }

.length-guide-solo{ margin-top:70px; border-radius:10px; overflow:hidden; }
.length-guide-solo img{ width:100%; display:block; }

/* ============================================================
   PROMOTIONS
   ============================================================ */
.promo{ background:var(--mist); border-radius:10px; overflow:hidden; margin-bottom:40px; }
.promo__media img{ width:100%; display:block; }
.promo__terms{ padding:30px 40px; }
.promo__terms p{ font-weight:600; margin-bottom:10px; }
.promo__terms ul{ font-size:15px; color:#333; line-height:1.9; }
.promo__terms li::before{ content:"• "; color:var(--brown); }
.promotions__cta{ text-align:center; margin-top:44px; }

/* ============================================================
   TEAM
   ============================================================ */
.team-hero{
  position:relative; padding:100px 0 56px; min-height:560px; display:flex; align-items:flex-end;
  text-align:center; color:#fff; overflow:hidden;
}
.team-hero__bg{ position:absolute; inset:0; }
.team-hero__bg img{ width:100%; height:100%; object-fit:cover; object-position:center 22%; }
.team-hero__bg::after{ content:""; }
.team-hero__scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.65) 82%, rgba(0,0,0,.8) 100%);
}
.team-hero .shell{ position:relative; z-index:2; }
.team-hero h1{ font-size:52px; font-weight:400; }
.team-hero p{ margin-top:12px; font-size:16px; color:rgba(255,255,255,.85); max-width:560px; margin-left:auto; margin-right:auto; }

.stylist-grid{ display:grid; gap:26px; }
.stylist-grid--three{ grid-template-columns:repeat(3,1fr); }
.stylist-grid--two{ grid-template-columns:repeat(2,minmax(0,1fr)); max-width:800px; margin:0 auto; }
.stylist-card{
  display:flex; flex-direction:column; border-radius:16px; overflow:hidden;
  background:#fff; border:1px solid var(--line); box-shadow:0 12px 30px rgba(20,14,8,.05);
  transition:box-shadow .2s ease, transform .2s ease;
}
.stylist-card:hover{ box-shadow:0 18px 44px rgba(20,14,8,.09); transform:translateY(-4px); }
.stylist-card__media{ aspect-ratio:4/5; background:var(--mist); }
.stylist-card__media img{ width:100%; height:100%; object-fit:cover; object-position:center 22%; display:block; }
.stylist-card__body{ padding:22px 22px 26px; }
.stylist-card__body h3{ font-size:21px; font-weight:600; }
.stylist-card__role{
  margin-top:4px; font-size:11px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:var(--brown);
}
.stylist-card__body p{ font-size:13.5px; line-height:1.55; color:#3a3a3a; margin-top:10px; }
.stylist-card__label{
  margin-top:16px; font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#9a9a9a;
}
.stylist-card__chips{ display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }
.stylist-card__chips span{
  padding:4px 11px; border-radius:100px; background:var(--mist); font-size:11px; color:#3a3a3a;
}

/* ============================================================
   LOOKBOOK
   ============================================================ */
.gallery{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.gallery__item{ aspect-ratio:281/393; overflow:hidden; border-radius:4px; background:var(--mist); }
.gallery img{ width:100%; height:100%; object-fit:cover; display:block; }

/* ============================================================
   SALON
   ============================================================ */
.salon-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:50px; }

/* ---------- responsive ---------- */
@media (max-width:1080px){
  .looks__grid{ grid-template-columns:repeat(3,1fr); }
  .team-preview__grid, .locations__grid, .salon-grid, .reviews-grid{ grid-template-columns:repeat(2,1fr); }
  .stylist-grid--three{ grid-template-columns:repeat(2,1fr); }
  .experience__grid{ grid-template-columns:1fr; gap:36px; }
  .experience__col{ border-left:none; border-top:1px solid rgba(255,255,255,.18); padding:30px 10px 0; }
  .experience__col:first-child{ border-top:none; padding-top:0; }
  .gallery{ grid-template-columns:repeat(3,1fr); }
  .length-guide{ grid-template-columns:1fr; }
}
@media (max-width:860px){
  .reviews-grid{ grid-template-columns:1fr; }
  .nav__row{ padding:14px 20px; gap:14px; }
  .nav__logo{ height:38px; }
  .nav__links{ display:none; }
  .nav__burger{ display:flex; }
  .nav__cta{ padding:0 20px; height:40px; font-size:15px; }
  .nav__mobile-panel{
    display:none; flex-direction:column; gap:2px; padding:10px 20px 18px;
    border-top:1px solid var(--line); background:#fff;
    position:absolute; top:100%; left:0; right:0;
    max-height:calc(100vh - 64px); overflow-y:auto;
    box-shadow:0 18px 40px rgba(0,0,0,.14);
  }
  .nav.is-open .nav__mobile-panel{ display:flex; }
  .nav__mobile-panel a{ display:block; padding:12px 4px; font-size:17px; border-bottom:1px solid var(--line); }
  .nav__mobile-panel a[aria-current="page"]{ font-weight:700; }
  .nav__mobile-sub{ padding-left:16px; }
  .nav__mobile-sub a{ font-size:15px; color:#555; }
  /* Same text-over-photo treatment as desktop, just re-proportioned: a
     vw-based height (not vh) so it tracks the screen WIDTH the photo crop
     actually depends on, instead of screen height -- height:min(82vh,760px)
     produced a tall, mostly-empty box on tall-viewport phones. A lighter,
     later-starting scrim keeps her face/hair visible up top and only
     thickens where the text needs contrast. */
  .hero{ height:132vw; min-height:460px; max-height:620px; padding:0; }
  .hero__bg img{ object-position:66% 20%; }
  .hero__scrim{
    background:linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.55) 42%, rgba(255,255,255,.92) 68%);
  }
  .hero__content{ max-width:100%; padding:0 24px; }
  .hero__content h1{ font-size:44px; }
  .team-hero{ min-height:420px; padding:80px 0 40px; }
  .team-hero h1{ font-size:34px; }
  .cta-photo{ flex-direction:column; align-items:stretch; min-height:0; }
  .cta-photo__bg{ position:relative; height:260px; }
  .cta-photo__bg img{ object-position:center 20%; }
  .cta-photo__content{ max-width:100%; padding:36px 24px; }
  .cta-photo__actions .btn{ width:100%; }
  .pagehero{ padding:90px 0 40px; }
  .pagehero h1, .section__head h2, .looks__head h2{ font-size:38px; }
  .looks__head{ justify-content:center; text-align:center; }
  .tabs{
    display:grid; grid-template-columns:repeat(2,1fr); gap:10px;
    margin:6px 0 40px;
  }
  .tabs a{ padding:14px 10px; font-size:14.5px; text-align:center; }
  .looks__grid{ grid-template-columns:repeat(2,1fr); }
  .team-preview__grid{ grid-template-columns:1fr; }
  .stylist-grid--three, .stylist-grid--two{ grid-template-columns:1fr; max-width:420px; }
  .stylist-card__body{ padding:24px 22px; }
  .stylist-card__body h3{ font-size:22px; }
  .locations__grid, .salon-grid{ grid-template-columns:1fr; }
  .gallery{ grid-template-columns:repeat(2,1fr); }
  .footer__cols{ gap:36px; }
  .shell{ padding:0 20px; }
  .compare-slide{ flex-direction:column; gap:20px; }
  .compare-slide__arrow{ transform:rotate(90deg); }
  .compare-slide__side{ max-width:260px; }

  /* price table: stack Short/Medium/Long/Very Long as labelled rows
     instead of a table that needs horizontal scrolling. Scoped to
     .pricetable-wrap so the simple 2-column (Cut-style) table, which
     already fits without scrolling, is left untouched. */
  .pricetable-wrap{ overflow-x:visible; }
  .pricetable-wrap .pricetable{ min-width:0; }
  .pricetable-wrap .pricetable thead{ display:none; }
  .pricetable-wrap .pricetable tbody tr{ display:block; padding:16px 0; border-bottom:1px solid var(--line); }
  .pricetable-wrap .pricetable tbody tr td{ display:block; border-bottom:none; padding:3px 0; text-align:left; }
  .pricetable-wrap .pricetable tbody tr td:first-child{ font-weight:700; font-size:16.5px; margin-bottom:8px; }

  /* Short/Medium/Long/Very Long rows: a fixed-width label column keeps
     every price starting at the same x position (no more ragged "Short:
     $35.95" / "Very Long: $52.30" text lengths pushing prices around).
     The label itself is a pill sized to its length tier -- Short is the
     narrowest pill, Very Long the widest -- as a visual echo of "how much
     hair", the same idea as the existing "All Lengths" pill below. */
  .pricetable-wrap .pricetable td[data-label]{
    display:grid; grid-template-columns:108px 1fr; align-items:center; column-gap:14px;
    padding:5px 0; font-size:15.5px; font-weight:600; color:var(--ink);
  }
  .pricetable-wrap .pricetable td[data-label]::before{
    content:attr(data-label);
    justify-self:start;
    display:inline-flex; align-items:center; justify-content:flex-start;
    height:23px; padding:0 10px; box-sizing:border-box;
    border-radius:100px; background:var(--mist); color:#666;
    font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.03em;
  }
  .pricetable-wrap .pricetable td[data-label="Short"]::before{ width:54px; }
  .pricetable-wrap .pricetable td[data-label="Medium"]::before{ width:72px; }
  .pricetable-wrap .pricetable td[data-label="Long"]::before{ width:90px; }
  .pricetable-wrap .pricetable td[data-label="Very Long"]::before{ width:108px; }
}
