/* =========================================================
   I'm Sergio Men's Hair — static recreation
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
  --blue:        #000098;   /* headings / book buttons */
  --blue-bright: #0000ff;   /* phone button / accents */
  --ink:         #333333;   /* body text */
  --ink-soft:    #474747;   /* prices / muted */
  --reason-label:#c8d5dc;   /* faint WCU labels */
  --reason-box:  #f2f4fa;   /* WCU card bg */
  --contact-bg:  #f9fafd;
  --card-bg:     #f4f4f4;
  --white:       #f3f3f3;
  --header-h:    92px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins',sans-serif;
  color:var(--ink);
  background:#ffffff;
  line-height:1.6;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* soft cream vignette that bleeds at the top/edges of white sections */
.glow{position:relative}
.glow::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(255,224,205,.165), rgba(255,224,205,0) 60%),
    radial-gradient(60% 100% at 0% 50%, rgba(255,224,205,.105), rgba(255,224,205,0) 55%),
    radial-gradient(60% 100% at 100% 50%, rgba(255,224,205,.105), rgba(255,224,205,0) 55%);
}
.glow > *{position:relative;z-index:1}

/* ---------- Section headings ---------- */
.section{padding:70px 0}
h2.heading{
  font-weight:600;font-size:65px;line-height:1.2;
  color:var(--blue);text-align:center;margin-bottom:10px;
}
.subheading{
  text-align:center;font-weight:300;font-size:22px;color:var(--ink-soft);
  max-width:900px;margin:0 auto 40px;
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:fixed;top:0;left:0;width:100%;z-index:1000;
  background:linear-gradient(180deg, rgba(8,8,20,.96) 0%, rgba(20,20,40,.72) 60%, rgba(20,20,40,.30) 100%);
  border-top:4px solid var(--blue-bright);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  max-width:1320px;margin:0 auto;padding:14px 28px;gap:18px;
}
.logo img{height:42px;width:auto}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.main-nav a{
  color:#fff;font-weight:300;font-size:16px;position:relative;padding:6px 0;white-space:nowrap;
}
.main-nav a:hover{color:#cfd6ff}
.has-sub{position:relative}
.has-sub > a::after{content:" ▾";font-size:12px}
.submenu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%);
  background:rgba(10,10,25,.97);min-width:180px;padding:8px 0;display:none;border-top:3px solid var(--blue-bright);
}
.has-sub:hover .submenu{display:block}
.submenu a{display:block;padding:8px 18px;font-size:15px}

.header-cta{display:flex;align-items:center;gap:0;margin-left:8px}
.btn-phone,.btn-book{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:600;font-size:14.4px;color:#fff;padding:12px 20px;white-space:nowrap;
}
.btn-phone{background:var(--blue-bright)}
.btn-book{background:var(--blue)}
.btn-phone:hover{filter:brightness(1.15)}
.btn-book:hover{filter:brightness(1.3)}

.nav-toggle{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.nav-toggle span{width:28px;height:3px;background:#fff;border-radius:2px;transition:.3s}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;
  text-align:center;color:var(--white);padding:var(--header-h) 24px 40px;overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:
    linear-gradient(180deg, rgba(20,20,90,.55), rgba(30,20,120,.55)),
    url('images/hero-bg.jpg') center/cover no-repeat;
  background-blend-mode:multiply;
}
.hero::after{ /* extra blue duotone wash */
  content:"";position:absolute;inset:0;z-index:0;background:rgba(40,40,160,.30);mix-blend-mode:screen;
}
.hero-inner{position:relative;z-index:2;max-width:1100px}
.hero h1{
  font-weight:600;font-size:85px;line-height:1.0;color:var(--white);
  text-shadow:0 5px 5px rgba(0,0,0,.4);margin-bottom:30px;
}
.hero h4{
  font-weight:300;font-size:27px;letter-spacing:10px;text-transform:uppercase;
  color:var(--white);margin-bottom:40px;line-height:1.5;
}
.hero-book{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--blue-bright);color:#fff;font-weight:600;font-size:18px;
  padding:18px 36px;border-radius:30px;box-shadow:0 8px 20px rgba(0,0,0,.3);
  transition:.25s;
}
.hero-book:hover{transform:translateY(-2px);filter:brightness(1.15)}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.wcu-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:20px;
}
.reason{background:var(--reason-box);padding:26px 22px;text-align:center}
.reason h5{
  color:var(--reason-label);font-weight:600;font-size:22px;text-transform:capitalize;margin-bottom:12px;
}
.reason p{color:var(--ink-soft);font-weight:300;font-size:16px}

/* =========================================================
   SERVICES
   ========================================================= */
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:48px 56px;margin-top:10px;
}
.service{display:flex;flex-direction:column}
.service-head{
  display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:14px;
}
.service-head .name{color:var(--blue);font-weight:600;font-size:22px}
.service-head .price{color:var(--ink-soft);font-weight:600;font-size:22px;text-align:right;white-space:nowrap}
.service-head .price.small{font-size:18px;line-height:1.25}
.service p{color:var(--ink-soft);font-weight:300;font-size:16px;margin-bottom:auto}
.service p .note{font-style:italic}
.service-btns{display:flex;gap:14px;margin-top:22px}
.book-now{
  flex:1;display:block;text-align:center;background:var(--blue);color:#fff;
  font-weight:600;font-size:13px;letter-spacing:1px;padding:12px 8px;text-transform:uppercase;
  transition:.2s;
}
.book-now:hover{filter:brightness(1.4)}

/* =========================================================
   TEAM
   ========================================================= */
.team-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;margin:20px 0 30px;
}
.team-grid.single{display:flex;justify-content:center}
.team-grid.single > .stylist{width:calc((100% - 60px)/3)}
.stylist{position:relative;display:block;aspect-ratio:1/1;border-radius:50%;overflow:hidden}
.stylist img{width:100%;height:100%;object-fit:cover}
.stylist .name{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,152,.55);color:#fff;font-weight:600;font-size:34px;letter-spacing:4px;
  text-transform:uppercase;opacity:0;transition:.3s;
}
.stylist:hover .name{opacity:1}
.team-note{text-align:center;color:var(--ink-soft);font-weight:300;font-size:18px;max-width:980px;margin:0 auto}

/* =========================================================
   ABOUT
   ========================================================= */
.about-text p{font-size:18px;color:var(--ink);margin-bottom:18px}

/* Reviews carousel */
.reviews{margin-top:40px;position:relative}
.reviews-track{
  display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;
  padding-bottom:10px;-ms-overflow-style:none;scrollbar-width:none;
}
.reviews-track::-webkit-scrollbar{display:none}
.review{
  flex:0 0 calc(25% - 18px);min-width:260px;background:var(--card-bg);padding:18px 20px;scroll-snap-align:start;position:relative;
}
.review .gicon{position:absolute;top:16px;right:16px;width:22px;height:22px}
.review-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.avatar{width:40px;height:40px;border-radius:50%;flex:0 0 40px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;overflow:hidden}
.review .who{font-weight:600;color:var(--blue);font-size:15px;line-height:1.1}
.review .when{font-size:13px;color:#777}
.stars{color:#f5a623;letter-spacing:2px;font-size:16px;margin-bottom:8px}
.review p{font-size:14px;color:var(--ink)}
.review .rm{color:var(--blue-bright);cursor:pointer}
.rev-arrow{
  position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;
  background:#eee;border:0;cursor:pointer;font-size:18px;color:#555;display:flex;align-items:center;justify-content:center;z-index:3;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.rev-arrow.prev{left:-6px}
.rev-arrow.next{right:-6px}
.rev-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.rev-dots span{width:9px;height:9px;border-radius:50%;background:#ccc}
.rev-dots span.active{background:var(--blue)}

/* =========================================================
   CONTACT / HOURS
   ========================================================= */
.contact-section{background:var(--contact-bg)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}
.contact-col h4,.hours-col h4{
  color:var(--blue);font-weight:600;font-size:28px;text-align:center;margin-bottom:24px;
}
.contact-list{max-width:300px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.contact-list li{display:flex;align-items:flex-start;gap:14px;list-style:none;font-size:17px;color:var(--ink)}
.contact-list svg{flex:0 0 22px;width:22px;height:22px;fill:var(--blue-bright);margin-top:3px}
.hours-table{max-width:260px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:10px 14px}
.hours-table .day{color:var(--blue);font-weight:600;text-align:right;font-size:17px}
.hours-table .time{color:var(--ink-soft);font-size:17px}
.map-col iframe{width:100%;height:200px;border:0;display:block}

/* divider image strip */
.divider{height:160px;background:url('images/hero-bg.jpg') center/cover fixed;position:relative}
.divider::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,90,.6),rgba(30,20,120,.6));}
.divider::after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--blue-bright)}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:linear-gradient(180deg,#2a2a3a,#15151f);color:#cfcfd6}
.footer-top{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;max-width:1320px;margin:0 auto}
.footer-top .flame{height:46px}
.social{display:flex;gap:16px}
.social a{width:36px;height:36px;border-radius:50%;background:var(--blue-bright);display:flex;align-items:center;justify-content:center}
.social svg{width:18px;height:18px;fill:#fff}
.footer-bottom{background:#0e0e16;text-align:center;padding:18px 20px;font-size:14px;color:#a9aab4}
.footer-bottom a{color:var(--blue-bright)}

/* =========================================================
   MOBILE STICKY BAR
   ========================================================= */
.mobile-bar{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:1100}
.mobile-bar a{flex:1;text-align:center;padding:16px 8px;font-weight:600;color:#fff;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px}
.mobile-bar .call{background:var(--blue-bright)}
.mobile-bar .book{background:var(--blue)}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1100px){
  h2.heading{font-size:52px}
  .hero h1{font-size:64px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .reviews .review{flex-basis:calc(33.333% - 16px)}
}
@media (max-width:900px){
  :root{--header-h:80px}
  .main-nav,.header-cta{
    position:fixed;top:0;right:0;height:100vh;width:280px;max-width:80%;
    background:rgba(10,10,25,.98);flex-direction:column;align-items:flex-start;
    padding:90px 28px 28px;gap:22px;transform:translateX(100%);transition:.3s;margin:0;
  }
  .header-cta{top:auto;bottom:0;height:auto;width:280px;max-width:80%;padding:0 28px 28px;transform:translateX(100%)}
  body.nav-open .main-nav,body.nav-open .header-cta{transform:translateX(0)}
  .header-cta{flex-direction:column;gap:12px}
  .btn-phone,.btn-book{width:100%;justify-content:center}
  .nav-toggle{display:flex;margin-left:auto}
  .submenu{position:static;transform:none;display:block;background:transparent;border:0;padding:4px 0 0 14px}
  .has-sub > a::after{content:""}
  .wcu-grid{grid-template-columns:repeat(2,1fr)}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .team-grid.single > .stylist{width:calc((100% - 30px)/2)}
  .contact-grid{grid-template-columns:1fr;gap:46px}
  .reviews .review{flex-basis:calc(50% - 12px)}
  .stylist .name{opacity:1;background:rgba(0,0,152,.35);align-items:flex-end;padding-bottom:14px;font-size:26px}
}
@media (max-width:600px){
  h2.heading{font-size:40px}
  .subheading{font-size:18px}
  .hero h1{font-size:42px}
  .hero h4{font-size:18px;letter-spacing:6px}
  .section{padding:48px 0}
  .services-grid{grid-template-columns:1fr;gap:40px}
  .wcu-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto}
  .team-grid.single > .stylist{width:100%;max-width:340px}
  .reviews .review{flex-basis:calc(100% - 0px);min-width:82%}
  .mobile-bar{display:flex}
  .divider{background-attachment:scroll}
  body{padding-bottom:56px}
}

/* =========================================================
   STYLIST DETAIL PAGES
   ========================================================= */
.stylist-page{padding-top:var(--header-h)}
.stylist-hero{display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start;padding:60px 0 50px}
.stylist-photo{width:100%;aspect-ratio:1/1;object-fit:cover}
.stylist-info h1{color:var(--blue);font-weight:600;font-size:72px;line-height:1;margin-bottom:26px}
.stylist-info .lead{font-size:18px;color:var(--ink);margin-bottom:18px}
.stylist-quotes{display:flex;flex-direction:column;gap:16px;margin-bottom:26px}
.stylist-quotes blockquote{margin:0;font-size:17px;color:var(--ink-soft);font-style:italic;line-height:1.55}
.stylist-quotes cite{display:block;font-style:normal;font-weight:600;color:var(--blue);margin-top:4px}
.stylist-book{
  display:inline-flex;align-items:center;gap:10px;background:var(--blue-bright);color:#fff;
  font-weight:600;font-size:18px;padding:14px 30px;border-radius:4px;transition:.2s;
}
.stylist-book:hover{filter:brightness(1.15)}

.other-stylists{border-top:1px solid #e3e3e3;padding:50px 0 80px}
.other-stylists h3{color:var(--blue);font-weight:600;font-size:28px;text-align:center;margin-bottom:36px}
.other-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;max-width:1100px;margin:0 auto}
.other-grid a{position:relative;display:block;aspect-ratio:1/1;border-radius:50%;overflow:hidden}
.other-grid img{width:100%;height:100%;object-fit:cover}
.other-grid .name{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,152,.55);color:#fff;font-weight:600;font-size:22px;letter-spacing:3px;
  text-transform:uppercase;opacity:0;transition:.3s;
}
.other-grid a:hover .name{opacity:1}

@media (max-width:900px){
  .stylist-hero{grid-template-columns:280px 1fr;gap:36px}
  .stylist-info h1{font-size:54px}
  .other-grid{grid-template-columns:repeat(3,1fr);max-width:560px}
  .other-grid .name{opacity:1;background:rgba(0,0,152,.35);align-items:flex-end;padding-bottom:12px;font-size:18px}
}
@media (max-width:600px){
  .stylist-hero{grid-template-columns:1fr;gap:24px;text-align:center;padding:40px 0 30px}
  .stylist-photo{max-width:300px;margin:0 auto}
  .stylist-info h1{font-size:44px}
  .stylist-quotes blockquote{text-align:left}
  .other-grid{grid-template-columns:repeat(2,1fr);max-width:340px}
}
