/* Consumer directory HOME — self-contained light system.
   The home keeps its own hero-overlay nav + parallax hero (a deliberate brand
   treatment); interior pages (city/listing) use dir.css sticky chrome. Footer
   markup is the shared consumerFooter(), so footer headings are <h3>. */
:root{
  --ink:#1b120c; --paper:#fbf6f1; --paper2:#f6ede3; --peach:#f7e0d2;
  --rose:#c0784f; --rose-d:#a5623c; --rose-deep:#8a3f29;
  --band:linear-gradient(100deg,#f2cdb4 0%,#e4ab93 50%,#d39a85 100%);
  --line:rgba(27,18,12,.12); --line-2:rgba(27,18,12,.2); --muted:#7a6b60;
  --serif:'Instrument Serif',Georgia,serif;
  --ease:cubic-bezier(.22,1,.36,1);
  --shadow:0 24px 60px -28px rgba(27,18,12,.35);
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Hanken Grotesk',system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.wrap{max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,56px);}

/* ---------- shared type ---------- */
.eyebrow{font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--rose);
  display:inline-flex;align-items:center;gap:14px;}
.eyebrow::before{content:"";width:38px;height:1.5px;background:var(--rose);flex:none;}
.h2{font-size:clamp(32px,4.8vw,54px);font-weight:800;line-height:1.02;letter-spacing:-.03em;color:var(--ink);}
.h2 em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--rose);letter-spacing:-.005em;}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:#fdf2eb;
  font-weight:700;font-size:14px;letter-spacing:.02em;padding:15px 28px;border-radius:12px;
  transition:background .2s,transform .2s;}
.btn:hover{background:#33231a;transform:translateY(-2px);}
.ghost{display:inline-flex;align-items:center;gap:9px;padding:14px 24px;border-radius:12px;
  border:1.5px solid var(--line-2);color:var(--ink);font-weight:700;font-size:14px;transition:border-color .2s,background .2s;}
.ghost:hover{border-color:var(--ink);background:rgba(27,18,12,.04);}

/* ---------- section shell ---------- */
.block{padding:clamp(58px,8vw,104px) 0;}
.paper{background:var(--paper);}
.shead{max-width:660px;margin-bottom:clamp(30px,4vw,50px);}
.shead .eyebrow{margin-bottom:20px;}
.shead p.sub{margin-top:16px;font-size:17px;line-height:1.6;color:var(--muted);}
.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.head-row .seeall{flex:none;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--rose);display:inline-flex;align-items:center;gap:9px;}
.head-row .seeall:hover{color:var(--rose-d);}

/* ---------- top nav (shared header, transparent hero variant) ---------- */
.topbar.hero{position:absolute;left:0;right:0;top:0;z-index:20;background:transparent;}
.topbar.hero .row{padding:20px clamp(20px,4vw,40px);
  display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{display:flex;align-items:center;gap:10px;}
.brand .mark{width:28px;height:28px;object-fit:contain;display:block;}
.brand .wm{font-size:14px;letter-spacing:.34em;font-weight:700;text-transform:uppercase;color:var(--ink);}
.topbar.hero .cnav{display:flex;gap:2px;background:rgba(255,255,255,.55);
  backdrop-filter:blur(12px);border:1px solid rgba(27,18,12,.07);border-radius:100px;padding:6px;}
.topbar.hero .cnav a{color:#5a4a40;font-weight:700;font-size:12.5px;letter-spacing:.16em;
  text-transform:uppercase;padding:9px 18px;border-radius:100px;transition:background .2s,color .2s;}
.topbar.hero .cnav a:hover{color:var(--ink);background:rgba(255,255,255,.7);}
.topbar.hero .cnav a[aria-current="page"]{color:var(--ink);background:#fff;box-shadow:0 1px 3px rgba(27,18,12,.08);}
.topbar.hero .spacer{flex:1;}
.topbar.hero .ghost.sm{display:inline-flex;align-items:center;gap:9px;padding:10px 18px;border-radius:100px;
  border:1px solid rgba(27,18,12,.2);color:var(--ink);font-weight:700;font-size:11px;letter-spacing:.14em;
  text-transform:uppercase;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);transition:background .2s,border-color .2s;}
.topbar.hero .ghost.sm:hover{background:#fff;border-color:var(--ink);}
.topbar.hero .ghost.sm .arr{font-weight:400;transition:transform .3s var(--ease);}
.topbar.hero .ghost.sm:hover .arr{transform:translateX(4px);}

/* hero search */
.dh-search{margin-top:28px;display:flex;gap:8px;background:#fff;border-radius:16px;padding:8px;
  max-width:660px;box-shadow:0 26px 60px -26px rgba(42,22,16,.6);}
.dh-search .f{display:flex;align-items:center;gap:11px;flex:1;min-width:0;padding:13px 16px;}
.dh-search .f+.f{border-left:1px solid rgba(42,22,16,.12);}
.dh-search svg{width:19px;height:19px;stroke:var(--rose);fill:none;stroke-width:2;flex:none;}
.dh-search input{border:0;outline:0;font:inherit;font-size:15px;background:transparent;width:100%;min-width:0;color:#2a1610;}
.dh-search input::placeholder{color:#a68a78;}
.dh-search .go{display:flex;align-items:center;gap:8px;background:var(--ink);color:#fdf2eb;border:0;border-radius:11px;
  padding:0 26px;font:inherit;font-weight:700;font-size:14px;letter-spacing:.02em;cursor:pointer;transition:background .2s;}
.dh-search .go:hover{background:#33231a;}
.dh-search .go svg{stroke:#fdf2eb;}

/* ---------- floating parallax hero ---------- */
.dh-hero{position:relative;overflow:hidden;min-height:clamp(580px,82vh,800px);
  display:grid;place-items:center;padding:150px clamp(20px,5vw,56px) 92px;
  background:radial-gradient(120% 92% at 50% -12%,#fdf4ec 0%,#f7e6d9 46%,#f0d4c0 100%);}
.dh-hero::before{content:"";position:absolute;left:0;right:0;top:0;height:118px;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,#fdf4ec 0%,rgba(253,244,236,.62) 42%,transparent 100%);}
.floats{position:absolute;inset:0;z-index:1;pointer-events:none;}
.float{position:absolute;will-change:transform;border-radius:20px;overflow:hidden;
  box-shadow:0 40px 80px -30px rgba(27,18,12,.55),0 8px 24px -12px rgba(27,18,12,.4);
  outline:6px solid rgba(255,255,255,.72);outline-offset:-1px;
  animation:bob var(--dur,7s) var(--ease) infinite alternate;}
.float img{width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.03);}
.float::after{content:"";position:absolute;inset:0;
  background:linear-gradient(160deg,rgba(192,120,79,.06),rgba(92,47,31,.14));}
.f1{top:19%;left:9%;width:clamp(116px,11.5vw,182px);aspect-ratio:4/5;rotate:-7deg;--dur:8s;}
.f2{top:15%;right:9%;width:clamp(134px,14vw,214px);aspect-ratio:3/4;rotate:6deg;--dur:9s;}
.f3{bottom:11%;left:11%;width:clamp(138px,15vw,220px);aspect-ratio:1/1;rotate:5deg;--dur:7.5s;}
.f4{bottom:9%;right:10%;width:clamp(124px,14vw,204px);aspect-ratio:3/4;rotate:-6deg;--dur:8.5s;}
.f5{top:46%;left:1%;width:clamp(96px,10vw,140px);aspect-ratio:4/5;rotate:9deg;--dur:10s;display:none;}
@keyframes bob{from{transform:translateY(-10px)}to{transform:translateY(10px)}}
.dh-center{position:relative;z-index:20;text-align:center;max-width:720px;
  display:flex;flex-direction:column;align-items:center;}
.dh-hero .eyebrow{color:var(--rose-deep);margin-bottom:22px;}
.dh-hero .eyebrow::before{background:var(--rose-deep);}
.dh-hero .eyebrow::after{content:"";width:30px;height:1.5px;background:var(--rose-deep);flex:none;}
.dh-hero h1{font-weight:800;color:#2a1b15;font-size:clamp(38px,5.8vw,70px);line-height:1.12;
  letter-spacing:-.035em;}
.rot-wrap{display:inline-flex;justify-content:center;overflow:hidden;vertical-align:bottom;
  line-height:1.12;padding:.04em .04em;color:var(--rose-deep);
  transition:width .5s cubic-bezier(.16,1,.3,1);}
.wrapA,.wrapB{justify-content:center;}
.rot{display:inline-flex;font-family:var(--serif);font-style:italic;font-weight:400;letter-spacing:-.01em;padding-right:.06em;}
.rot.plain{font-family:'Hanken Grotesk',system-ui,sans-serif;font-style:normal;font-weight:800;
  letter-spacing:-.035em;color:#2a1b15;padding-right:0;}
.rot .ch{display:inline-block;will-change:transform,opacity;}
.dh-hero .lead{margin-top:22px;font-size:clamp(16px,1.7vw,19px);line-height:1.55;color:#6e3f2c;
  max-width:44ch;font-weight:500;}
.dh-hero .dh-search{margin:34px auto 0;width:100%;max-width:680px;}
.pills{margin-top:20px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.pills a{font-size:12.5px;font-weight:700;color:#6e3f2c;background:rgba(255,255,255,.6);
  border:1px solid rgba(27,18,12,.1);padding:8px 15px;border-radius:100px;transition:background .2s,border-color .2s;}
.pills a:hover{background:#fff;border-color:var(--rose);}
.pills span{font-size:12.5px;color:var(--muted);align-self:center;font-weight:600;}

/* ---------- country tabs ---------- */
.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:clamp(22px,3vw,32px);}
.tab{border:1px solid var(--line-2);background:#fff;border-radius:100px;padding:10px 18px;
  font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5a4c42;cursor:pointer;
  font-family:inherit;transition:border-color .2s,color .2s,background .2s;}
.tab:hover{border-color:var(--rose);color:var(--ink);}
.tab.on{background:var(--ink);color:#fff;border-color:var(--ink);}

/* ---------- city tiles (peach / rose-gold) ---------- */
.city-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:clamp(14px,1.6vw,20px);}
.ctile{position:relative;aspect-ratio:1/1;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;
  justify-content:flex-end;padding:24px;isolation:isolate;color:#4e2619;
  background:var(--tile,linear-gradient(155deg,#fbe3d3,#f0b6a4));box-shadow:0 20px 40px -26px rgba(176,90,66,.5);
  transition:transform .4s var(--ease),box-shadow .4s;}
.ctile::before{content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(120% 95% at 20% 8%,rgba(255,255,255,.55),transparent 56%);}
.ctile .motif{position:absolute;z-index:0;top:22px;left:22px;width:44px;height:44px;opacity:.32;
  stroke:currentColor;fill:none;stroke-width:1.5;}
.ctile:hover{transform:translateY(-4px);box-shadow:0 34px 62px -26px rgba(176,90,66,.6);}
.ctile h3{position:relative;z-index:2;font-size:24px;font-weight:800;letter-spacing:-.015em;line-height:1;}
.ctile .n{position:relative;z-index:2;margin-top:8px;font-size:13px;font-weight:600;letter-spacing:.02em;opacity:.72;}
.ctile .go{position:absolute;z-index:2;top:16px;right:16px;width:34px;height:34px;border-radius:50%;
  background:rgba(78,38,25,.09);border:1px solid rgba(78,38,25,.2);display:grid;place-items:center;
  opacity:0;transform:translateY(-4px);transition:.25s var(--ease);}
.ctile .go svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;}
.ctile:hover .go{opacity:1;transform:translateY(0);}
.tilewrap[hidden]{display:none;}

/* ---------- nearby salons ---------- */
.near-note{font-size:13px;color:var(--muted);font-weight:600;margin-top:14px;display:inline-flex;align-items:center;gap:8px;}
.near-note svg{width:14px;height:14px;stroke:var(--rose);fill:none;stroke-width:2;flex:none;}
.near-note a{color:var(--rose-d);text-decoration:underline;text-underline-offset:2px;font-weight:700;}
.near-row{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.5vw,20px);margin-top:clamp(24px,3vw,34px);}
.salon{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  transition:transform .3s var(--ease),box-shadow .3s,border-color .2s;}
.salon:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(192,120,79,.45);}
.salon-img{position:relative;aspect-ratio:5/4;overflow:hidden;}
.salon-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease);}
.salon:hover .salon-img img{transform:scale(1.05);}
.salon-rate{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;
  background:rgba(255,255,255,.93);backdrop-filter:blur(6px);border-radius:100px;padding:5px 11px;
  font-size:12.5px;font-weight:800;color:var(--ink);box-shadow:0 6px 16px -8px rgba(27,18,12,.5);}
.salon-rate svg{width:13px;height:13px;fill:var(--rose);}
.salon-rate .rv{font-weight:600;color:var(--muted);}
.salon-body{padding:16px 17px 17px;display:flex;flex-direction:column;flex:1;}
.salon-body h3{font-size:16.5px;font-weight:800;letter-spacing:-.01em;color:var(--ink);line-height:1.15;}
.salon-area{margin-top:6px;font-size:13px;color:var(--muted);font-weight:600;display:flex;align-items:center;gap:6px;}
.salon-area svg{width:13px;height:13px;stroke:var(--rose);fill:none;stroke-width:2;flex:none;}
.salon-tags{margin-top:13px;display:flex;flex-wrap:wrap;gap:6px;}
.salon-tags span{font-size:11.5px;font-weight:700;color:#6e3f2c;background:var(--peach);border-radius:100px;padding:5px 11px;}
.salon-foot{margin-top:auto;padding-top:15px;display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid var(--line);}
.salon-foot .from{font-size:13px;color:var(--muted);font-weight:600;}
.salon-foot .bk{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--rose-d);
  display:inline-flex;align-items:center;gap:7px;transition:gap .2s var(--ease);}
.salon-foot .bk svg{width:14px;height:14px;stroke:var(--rose-d);fill:none;stroke-width:2.2;}
.salon:hover .salon-foot .bk{gap:11px;}
#near[hidden]{display:none;}
@media(max-width:960px){.near-row{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){
  .near-row{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:78%;
    overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:calc(clamp(20px,5vw,56px)*-1);
    padding-inline:clamp(20px,5vw,56px);scrollbar-width:none;}
  .near-row::-webkit-scrollbar{display:none;}
  .salon{scroll-snap-align:start;}
}

/* ---------- lash style cards ---------- */
.sgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(196px,1fr));gap:clamp(14px,1.6vw,20px);}
.scard{display:flex;flex-direction:column;gap:16px;border:1px solid var(--line);border-radius:20px;padding:24px 22px 26px;
  background:#fff;transition:border-color .2s,transform .3s var(--ease),box-shadow .3s;}
.scard:hover{border-color:var(--rose);transform:translateY(-3px);box-shadow:var(--shadow);}
.scard .ic{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:var(--peach);}
.scard .ic svg{width:24px;height:24px;stroke:var(--rose-d);fill:none;stroke-width:1.6;}
.scard h3{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.01em;}
.scard p{margin-top:6px;font-size:13.5px;color:var(--muted);line-height:1.5;}

/* ---------- device frames ---------- */
.phone-wrap{position:relative;justify-self:center;}
.phone-wrap::after{content:"";position:absolute;inset:8% 10%;z-index:0;border-radius:50%;filter:blur(72px);
  background:radial-gradient(circle,rgba(124,63,44,.4),transparent 70%);}
.iphone{position:relative;z-index:1;width:min(320px,74vw);padding:11px;border-radius:48px;
  background:linear-gradient(155deg,#2c2824,#100e0c 62%);
  box-shadow:0 44px 90px -26px rgba(27,18,12,.55),inset 0 0 0 1.5px #3b352e;}
.iphone .screen{border-radius:38px;overflow:hidden;line-height:0;background:#000;}
.iphone .screen img{width:100%;display:block;}
.ipad{position:relative;z-index:1;width:min(460px,84vw);padding:15px;border-radius:32px;
  background:linear-gradient(155deg,#2c2824,#100e0c 62%);
  box-shadow:0 48px 100px -30px rgba(27,18,12,.55),inset 0 0 0 1.5px #3b352e;}
.ipad .screen{border-radius:19px;overflow:hidden;line-height:0;background:#000;aspect-ratio:3/4;}
.ipad .screen img{width:100%;height:100%;object-fit:cover;}

/* ---------- rose "every studio" band ---------- */
.roseband{background:var(--band);}
.rose-split{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(40px,6vw,80px);align-items:center;}
.roseband .eyebrow{color:var(--rose-deep);margin-bottom:22px;}
.roseband .eyebrow::before{background:var(--rose-deep);}
.roseband .h2{color:#2a1b15;}
.roseband .h2 em{color:#7c3f2c;}
.roseband .lead{margin-top:24px;font-size:18px;line-height:1.62;color:#5e3322;max-width:48ch;}
.roseband .points{margin-top:28px;display:grid;gap:14px;}
.roseband .points li{list-style:none;display:flex;gap:12px;align-items:center;font-size:15.5px;color:#3a1c11;line-height:1.4;font-weight:500;}
.roseband .points li::before{content:"\2713";color:#fff;font-weight:800;flex:none;
  width:22px;height:22px;border-radius:50%;background:#7c3f2c;display:grid;place-items:center;font-size:12px;}

/* ---------- owner showcase ---------- */
.owner{background:var(--peach);}
.owner-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,6vw,84px);align-items:center;}
.owner .eyebrow{margin-bottom:22px;}
.owner .h2 em{color:var(--rose-d);}
.owner .lead{margin-top:24px;font-size:18px;line-height:1.62;color:#6b5849;max-width:46ch;}
.owner .lead b{color:var(--ink);font-weight:700;}
.owner .cta-row{margin-top:36px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.owner .device{justify-self:center;}

/* ---------- browse-all SEO columns ---------- */
.colgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px 30px;}
.col h3{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--rose-d);margin-bottom:14px;font-weight:700;}
.col ul{list-style:none;display:grid;gap:10px;}
.col a{font-size:14.5px;color:#5b4d43;}
.col a:hover{color:var(--rose);}
.col a.more{color:var(--rose);font-weight:700;}

/* ---------- browse-by-city: country tabs -> city columns -> services ---------- */
.btabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:clamp(22px,3vw,32px);}
.btab{border:1px solid var(--line-2);background:#fff;border-radius:100px;padding:10px 18px;
  font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;transition:.18s;}
.btab:hover{border-color:var(--rose);color:var(--ink);}
.btab.on{background:var(--ink);color:#fff;border-color:var(--ink);}
.bpanel[hidden]{display:none;}
.bcolgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:30px 30px;}
.bcol h3{font-size:14.5px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:12px;}
.bcol h3 a{color:inherit;}
.bcol h3 a:hover{color:var(--rose);}
.bcol ul{list-style:none;display:grid;gap:9px;}
.bcol a{font-size:14px;color:#5b4d43;}
.bcol a:hover{color:var(--rose);}
.bpanel .more{display:inline-block;margin-top:26px;color:var(--rose-d);font-weight:700;font-size:14.5px;}
.bpanel .more:hover{color:var(--rose);}

/* ---------- footer (dark anchor) — shared consumerFooter markup (h3) ---------- */
.foot{background:#131110;color:#cbb9ab;padding:clamp(48px,6vw,72px) 0 40px;}
.foot .cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px;}
.foot .brand{margin-bottom:16px;}
.foot .brand .wm{color:#fff;}
.foot .blurb{max-width:32ch;font-size:14px;line-height:1.65;color:#a99e92;}
.foot h3{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;font-weight:700;}
.foot ul{list-style:none;display:grid;gap:11px;}
.foot a{font-size:14px;color:#a99e92;}
.foot a:hover{color:var(--rose);}
.foot .base{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;font-size:12.5px;color:#7a6f63;}
.foot .base a{color:#a99e92;text-decoration:underline;text-underline-offset:2px;}

@media(max-width:900px){
  .rose-split{grid-template-columns:1fr;gap:40px;}
  .rose-split .phone-wrap{order:-1;}
  .owner-split{grid-template-columns:1fr;gap:36px;}
  .foot .cols{grid-template-columns:1fr 1fr;}
  .f5{display:block;}
  .f1{top:14%;left:-3%;}.f2{top:12%;right:-4%;}
  .f3{bottom:5%;left:-5%;}.f4{bottom:4%;right:-6%;}
}
@media(max-width:640px){
  .topbar.hero .cnav{display:none;}
  .dh-hero{padding:132px 18px 78px;}
  .dh-hero h1{font-size:clamp(27px,7.6vw,34px);}
  .dh-search{flex-wrap:wrap;}
  .dh-search .f{flex:1 1 100%;}
  .dh-search .f+.f{border-left:0;border-top:1px solid rgba(42,22,16,.12);}
  .dh-search .go{width:100%;justify-content:center;padding:14px;}
  .foot .cols{grid-template-columns:1fr;}
  .float{opacity:.42;filter:blur(1px);}
}
@media(prefers-reduced-motion:reduce){
  .float{animation:none;}
  .rot .ch{transition:none!important;transform:none!important;opacity:1!important;filter:none!important;}
}
