
: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}
}
