
:root{--bg:#0c0b09;--panel:#15130f;--panel2:#1b1813;--gold:#d0aa63;--gold2:#f0d494;--cream:#f7f1e6;--muted:#aaa297;--line:#302a20;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,Arial,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.top{background:#050505;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.top .container{display:flex;justify-content:space-between;padding:8px 0}
header{position:sticky;top:0;z-index:50;background:rgba(12,11,9,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;gap:10px;align-items:center}.mark{width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-family:Georgia;font-weight:bold}.logo b{font-size:22px}.logo small{display:block;color:var(--gold2);font-size:8px;letter-spacing:.25em}.links{display:flex;gap:22px;font-size:14px;color:#ddd5c7}.links a:hover{color:var(--gold2)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:5px;background:var(--gold);color:#111;font-weight:800;font-size:13px;border:1px solid var(--gold)}.btn.alt{background:transparent;color:var(--gold2)}
.hero{padding:78px 0;background:radial-gradient(circle at 85% 10%,rgba(208,170,99,.18),transparent 35%),linear-gradient(180deg,#17130d,#0c0b09)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow{color:var(--gold2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}.hero h1{font:600 clamp(44px,6vw,74px)/1.02 Georgia,serif;margin:15px 0 20px}.hero h1 em{font-style:normal;color:var(--gold2)}.hero p{font-size:18px;color:#c5bdb0;max-width:640px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin:26px 0}.hero img{width:100%;border:1px solid #493a24;border-radius:10px;box-shadow:0 25px 70px #0008}
section{padding:76px 0}.dark{background:#11100d}.head{text-align:center;max-width:760px;margin:0 auto 40px}.head h2{font:600 42px/1.1 Georgia,serif;margin:10px 0}.head p{color:var(--muted)}.gold{color:var(--gold2)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.card{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:24px}.card:hover{border-color:#6c5731}.card h3{font:600 25px Georgia,serif;margin:5px 0 8px}.card p{color:#aaa297;font-size:14px}.pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.pill{font-size:11px;color:#ddd3c1;border:1px solid #3c352a;border-radius:50px;padding:4px 8px}
.offergrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.offer{padding:28px;border:1px solid #6a542c;border-radius:10px;background:linear-gradient(145deg,#1b160e,#110f0c)}.offer h3{font:600 30px Georgia;margin:0 0 8px;color:var(--gold2)}.price{font-size:31px;font-weight:800;margin:12px 0}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.feature{background:var(--panel);padding:20px;border-left:2px solid var(--gold)}.feature b{display:block}.feature span{font-size:12px;color:var(--muted)}
.banner{background:linear-gradient(90deg,#20170b,#120f0b);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.banner .container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px 0}.banner h2{font:600 31px Georgia;margin:0 0 6px}.banner p{color:var(--muted);margin:0}
.breadcrumb{padding:20px 0;font-size:13px;color:var(--muted)}.service-hero{padding:28px 0 60px}.service-hero h1{font:600 54px Georgia;margin:12px 0}.service-layout{display:grid;grid-template-columns:1.5fr .5fr;gap:24px}.article,.side{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}.article h2{font:600 30px Georgia;color:var(--gold2)}.article h3{font:600 22px Georgia}.article p,.article li{color:#c2baad}.side{height:max-content;position:sticky;top:95px}.side h3{font:600 24px Georgia;margin-top:0}.side ul{list-style:none;padding:0}.side li{padding:8px 0;border-bottom:1px solid var(--line);font-size:13px;color:#d8d0c3}
.faq{margin-top:25px}.faq details{border-bottom:1px solid var(--line);padding:15px 0}.faq summary{cursor:pointer;font-weight:700}.faq p{color:var(--muted)}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:20px}.box{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}.box h2{font:600 35px Georgia}.row{display:flex;gap:12px;margin:17px 0;color:#c9c0b3}.row strong{display:block;color:#fff}.map{width:100%;height:330px;border:0;border-radius:8px}
footer{border-top:1px solid var(--line);padding:30px 0;color:#918a80;font-size:12px}.foot{display:flex;justify-content:space-between;gap:20px}.float{position:fixed;right:18px;bottom:18px;z-index:60;background:#25d366;color:#fff;padding:13px 17px;border-radius:50px;font-weight:800;font-size:13px;box-shadow:0 8px 30px #0008}
@media(max-width:850px){.links{display:none}.hero-grid,.service-layout,.contact{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.offergrid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.side{position:static}.hero{padding:55px 0}.hero h1{font-size:47px}}
@media(max-width:560px){.top{display:none}.grid,.features{grid-template-columns:1fr}.hero h1{font-size:42px}.head h2{font-size:34px}.banner .container,.foot{flex-direction:column;align-items:flex-start}}

/* Be U Smart Salon V4 premium header */
.logo{display:flex;align-items:center;flex:0 0 auto;min-width:0}
.brand-logo{display:block;width:205px;height:72px;object-fit:contain;object-position:left center;background:transparent;border-radius:0;padding:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.gallery-card{overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:9px}
.gallery-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.gallery-caption{padding:12px 14px;color:#c9c0b3;font-size:12px;line-height:1.45}
@media(max-width:1050px){nav{gap:14px}.links{gap:14px}.brand-logo{width:185px;height:66px}.btn{padding:11px 14px}}
@media(max-width:850px){.links{gap:12px;font-size:13px}.gallery-grid{grid-template-columns:1fr 1fr}.brand-logo{width:165px;height:60px}}
@media(max-width:680px){.links{gap:9px;font-size:12px}.btn{padding:10px 12px;font-size:12px}.brand-logo{width:145px;height:54px}}
@media(max-width:560px){.links{display:none}.gallery-grid{grid-template-columns:1fr}.brand-logo{width:150px;height:56px}}

/* V5 compact premium header override */
header.site-header .container,
.site-header .container{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
  min-height:92px !important;
}
.site-header .logo{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:210px !important;
  min-width:210px !important;
  max-width:210px !important;
  height:68px !important;
  overflow:hidden !important;
}
.site-header .brand-logo{
  display:block !important;
  width:200px !important;
  height:64px !important;
  max-width:200px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}
.site-header nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:26px !important;
  flex:1 1 auto !important;
  min-width:0 !important;
}
.site-header nav a{white-space:nowrap !important}
.site-header .btn,
.site-header .button,
.site-header a[href*="wa.me"]{white-space:nowrap !important}

@media(max-width:1050px){
  header.site-header .container,.site-header .container{gap:18px !important}
  .site-header .logo{width:175px !important;min-width:175px !important;max-width:175px !important}
  .site-header .brand-logo{width:165px !important;max-width:165px !important}
  .site-header nav{gap:16px !important}
}
@media(max-width:760px){
  header.site-header .container,.site-header .container{
    min-height:76px !important;
    gap:10px !important;
  }
  .site-header .logo{width:150px !important;min-width:150px !important;max-width:150px !important;height:55px !important}
  .site-header .brand-logo{width:145px !important;max-width:145px !important;height:52px !important}
  .site-header nav{gap:12px !important}
}
@media(max-width:560px){
  header.site-header .container,.site-header .container{min-height:70px !important}
  .site-header .logo{width:125px !important;min-width:125px !important;max-width:125px !important;height:48px !important}
  .site-header .brand-logo{width:120px !important;max-width:120px !important;height:45px !important}
}

/* V6 desktop header refinement */
.site-header .container{
  min-height:82px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
.site-header .logo{
  width:185px !important;
  min-width:185px !important;
  max-width:185px !important;
  height:58px !important;
}
.site-header .brand-logo{
  width:175px !important;
  max-width:175px !important;
  height:54px !important;
  object-fit:contain !important;
  object-position:left center !important;
  padding:0 !important;
  background:transparent !important;
}
.site-header nav{
  gap:30px !important;
}
.site-header nav a{
  font-size:15px !important;
}
.site-header nav .btn,
.site-header nav .button{
  padding:13px 22px !important;
}
@media(max-width:1050px){
  .site-header .logo{width:160px !important;min-width:160px !important;max-width:160px !important}
  .site-header .brand-logo{width:150px !important;max-width:150px !important}
  .site-header nav{gap:18px !important}
}
@media(max-width:760px){
  .site-header .container{min-height:76px !important;padding-top:5px !important;padding-bottom:5px !important}
  .site-header .logo{width:150px !important;min-width:150px !important;max-width:150px !important;height:55px !important}
  .site-header .brand-logo{width:145px !important;max-width:145px !important;height:52px !important}
}

/* V7 final brand logo refinement */
.site-header .logo{
  width:195px !important;
  min-width:195px !important;
  max-width:195px !important;
  height:60px !important;
}
.site-header .brand-logo{
  width:190px !important;
  max-width:190px !important;
  height:57px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  padding:0 !important;
  filter:none !important;
}
.site-header nav{gap:28px !important}
@media(max-width:1050px){
  .site-header .logo{width:170px !important;min-width:170px !important;max-width:170px !important}
  .site-header .brand-logo{width:165px !important;max-width:165px !important;height:54px !important}
}
@media(max-width:760px){
  .site-header .logo{width:150px !important;min-width:150px !important;max-width:150px !important}
  .site-header .brand-logo{width:145px !important;max-width:145px !important;height:52px !important}
}
@media(max-width:560px){
  .site-header .logo{width:125px !important;min-width:125px !important;max-width:125px !important}
  .site-header .brand-logo{width:120px !important;max-width:120px !important;height:45px !important}
}

/* V8 final logo visibility */
.site-header .logo{
  width:200px !important;
  min-width:200px !important;
  max-width:200px !important;
}
.site-header .brand-logo{
  width:195px !important;
  max-width:195px !important;
  height:58px !important;
  object-fit:contain !important;
  object-position:left center !important;
  opacity:1 !important;
}
@media(max-width:1050px){
  .site-header .logo{width:170px !important;min-width:170px !important;max-width:170px !important}
  .site-header .brand-logo{width:165px !important;max-width:165px !important;height:54px !important}
}
@media(max-width:760px){
  .site-header .logo{width:150px !important;min-width:150px !important;max-width:150px !important}
  .site-header .brand-logo{width:145px !important;max-width:145px !important;height:52px !important}
}
@media(max-width:560px){
  .site-header .logo{width:125px !important;min-width:125px !important;max-width:125px !important}
  .site-header .brand-logo{width:120px !important;max-width:120px !important;height:45px !important}
}

/* V9 FINAL HEADER — targets the actual HTML structure */
header > nav.container{
  min-height:82px !important;
  display:grid !important;
  grid-template-columns:220px 1fr auto !important;
  align-items:center !important;
  gap:24px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
header > nav.container > .logo{
  width:200px !important;
  min-width:200px !important;
  max-width:200px !important;
  height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
header > nav.container > .logo .brand-logo{
  display:block !important;
  width:195px !important;
  max-width:195px !important;
  height:56px !important;
  object-fit:contain !important;
  object-position:left center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  opacity:1 !important;
}
header > nav.container > .links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:30px !important;
  font-size:15px !important;
  white-space:nowrap !important;
}
header > nav.container > .btn{
  justify-self:end !important;
  white-space:nowrap !important;
  padding:14px 24px !important;
}
@media(max-width:1050px){
  header > nav.container{
    grid-template-columns:175px 1fr auto !important;
    gap:16px !important;
  }
  header > nav.container > .logo{
    width:165px !important;
    min-width:165px !important;
    max-width:165px !important;
  }
  header > nav.container > .logo .brand-logo{
    width:160px !important;
    max-width:160px !important;
    height:52px !important;
  }
  header > nav.container > .links{
    gap:18px !important;
    font-size:14px !important;
  }
  header > nav.container > .btn{
    padding:12px 18px !important;
  }
}
@media(max-width:760px){
  header > nav.container{
    grid-template-columns:150px 1fr auto !important;
    min-height:76px !important;
    gap:10px !important;
  }
  header > nav.container > .logo{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
    height:54px !important;
  }
  header > nav.container > .logo .brand-logo{
    width:145px !important;
    max-width:145px !important;
    height:50px !important;
  }
}
@media(max-width:560px){
  header > nav.container{
    grid-template-columns:125px auto !important;
    justify-content:space-between !important;
  }
  header > nav.container > .links{display:none !important}
  header > nav.container > .logo{
    width:125px !important;
    min-width:125px !important;
    max-width:125px !important;
  }
  header > nav.container > .logo .brand-logo{
    width:120px !important;
    max-width:120px !important;
    height:46px !important;
  }
}

/* V10: final logo asset + desktop header */
header > nav.container{
  min-height:82px !important;
  display:grid !important;
  grid-template-columns:220px 1fr auto !important;
  align-items:center !important;
  gap:24px !important;
}
header > nav.container > .logo{
  width:200px !important;
  min-width:200px !important;
  max-width:200px !important;
  height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
header > nav.container > .logo .brand-logo{
  width:195px !important;
  max-width:195px !important;
  height:56px !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  opacity:1 !important;
}
header > nav.container > .links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:30px !important;
  white-space:nowrap !important;
}
header > nav.container > .btn{
  justify-self:end !important;
  white-space:nowrap !important;
  padding:14px 24px !important;
}
@media(max-width:1050px){
  header > nav.container{grid-template-columns:175px 1fr auto !important;gap:16px !important}
  header > nav.container > .logo{width:165px !important;min-width:165px !important;max-width:165px !important}
  header > nav.container > .logo .brand-logo{width:160px !important;max-width:160px !important;height:52px !important}
  header > nav.container > .links{gap:18px !important;font-size:14px !important}
}
@media(max-width:760px){
  header > nav.container{grid-template-columns:150px 1fr auto !important;min-height:76px !important;gap:10px !important}
  header > nav.container > .logo{width:150px !important;min-width:150px !important;max-width:150px !important}
  header > nav.container > .logo .brand-logo{width:145px !important;max-width:145px !important;height:50px !important}
}
@media(max-width:560px){
  header > nav.container{grid-template-columns:125px auto !important;justify-content:space-between !important}
  header > nav.container > .links{display:none !important}
  header > nav.container > .logo{width:125px !important;min-width:125px !important;max-width:125px !important}
  header > nav.container > .logo .brand-logo{width:120px !important;max-width:120px !important;height:46px !important}
}


/* V12: Instagram feed */
.instagram-section{background:#f8f5ee;padding:82px 0}
.instagram-section .head{text-align:center;max-width:760px;margin:0 auto 34px}
.instagram-handle{display:inline-block;margin-top:10px;color:#b68a2c;font-weight:700;text-decoration:none}
.instagram-feed{max-width:1120px;margin:0 auto;min-height:120px}
.instagram-feed > div{width:100%}
@media(max-width:560px){.instagram-section{padding:60px 0}.instagram-feed{width:100%;overflow:hidden}}

.hero-tagline{font-size:18px;letter-spacing:.08em;text-transform:uppercase;color:#d6c7a5;margin:-8px 0 18px}


/* V14 service expansion */
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.service-card{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:24px;display:flex;flex-direction:column}.service-card h3{font:600 25px Georgia,serif;margin:4px 0 8px}.service-card p{color:#aaa297;font-size:14px;margin:0 0 18px}.service-card .gold{margin-top:auto;font-weight:700}.service-index{padding:30px 0 70px}.service-index .head{margin-bottom:30px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-list a{padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#11100d;color:#ddd5c7}.service-list a:hover{border-color:#6c5731;color:var(--gold2)}.service-cta{margin-top:28px;padding:24px;border:1px solid #6a542c;border-radius:10px;background:linear-gradient(145deg,#1b160e,#110f0c);display:flex;align-items:center;justify-content:space-between;gap:20px}.service-cta h3{font:600 25px Georgia;margin:0 0 5px;color:var(--gold2)}.service-cta p{margin:0;color:var(--muted)}
@media(max-width:850px){.service-cards{grid-template-columns:1fr 1fr}.service-list{grid-template-columns:1fr}}
@media(max-width:560px){.service-cards{grid-template-columns:1fr}.service-cta{flex-direction:column;align-items:flex-start}}

/* V15 local-authority + conversion layer */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:24px}.trust-item{background:#11100d;padding:20px}.trust-item strong{display:block;color:var(--gold2);font:600 22px Georgia}.trust-item span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.location-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.location-card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}.location-card h3{font:600 27px Georgia;margin:0 0 12px}.checklist{list-style:none;padding:0;margin:20px 0}.checklist li{padding:11px 0;border-bottom:1px solid var(--line);color:#c8c0b3}.checklist li::before{content:'✓';color:var(--gold2);font-weight:800;margin-right:10px}.nearby{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.nearby .card{padding:18px}.booking-wrap{display:grid;grid-template-columns:1fr .75fr;gap:20px}.booking-form{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:28px}.booking-form label{display:block;font-size:12px;color:#d9d0c2;margin:0 0 6px;font-weight:700}.booking-form input,.booking-form select,.booking-form textarea{width:100%;padding:13px 14px;background:#0f0e0c;border:1px solid #3a3329;color:#fff;border-radius:6px;margin:0 0 16px;font:inherit}.booking-form textarea{min-height:110px;resize:vertical}.booking-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.review-box{background:linear-gradient(145deg,#1b160e,#110f0c);border:1px solid #6a542c;border-radius:10px;padding:28px}.stars{letter-spacing:.12em;color:var(--gold2);font-size:22px}.notice{padding:15px 17px;border:1px solid #493a24;background:#15110b;border-radius:8px;color:#cfc6b8;font-size:13px}.service-meta{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.service-meta span{border:1px solid #3d352a;border-radius:50px;padding:5px 10px;font-size:11px;color:#ddd4c5}.section-kicker{font-size:12px;color:var(--gold2);font-weight:800;text-transform:uppercase;letter-spacing:.18em}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote{border-left:2px solid var(--gold);padding:4px 0 4px 18px;color:#d6cec1}.sticky-book{position:sticky;top:95px}
@media(max-width:850px){.trust-strip{grid-template-columns:1fr 1fr}.location-grid,.booking-wrap,.split{grid-template-columns:1fr}.nearby{grid-template-columns:1fr 1fr}.sticky-book{position:static}.booking-form .form-row{grid-template-columns:1fr}}
@media(max-width:560px){.trust-strip,.nearby{grid-template-columns:1fr}}

/* V16 SEO/entity + service detail layer */
.entity-intro{max-width:760px;color:var(--muted);font-size:15px;line-height:1.75;margin-top:18px}.authority-section{padding:74px 0}.service-authority-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.service-authority-links a{display:flex;flex-direction:column;gap:6px;padding:20px;background:var(--panel);border:1px solid var(--line);border-radius:9px;color:#ddd5c7;text-decoration:none}.service-authority-links a:hover{border-color:#6c5731}.service-authority-links strong{font:600 21px Georgia,serif;color:var(--gold2)}.service-authority-links span{font-size:13px;color:var(--muted)}.process-list{list-style:none;padding:0;margin:18px 0 28px;display:grid;gap:10px}.process-list li{display:grid;grid-template-columns:125px 1fr;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#11100d}.process-list strong{color:var(--gold2)}.process-list span{color:#c8c0b3}@media(max-width:850px){.service-authority-links{grid-template-columns:1fr 1fr}}@media(max-width:560px){.service-authority-links{grid-template-columns:1fr}.process-list li{grid-template-columns:1fr;gap:4px}}
