/*
Theme Name: Ms. V's Hair Braiding - Final 2026
Theme URI: https://msvshairbraiding.com
Author: Ms. V's Hair Braiding
Description: Modern 2026 WordPress theme for Ms. V's Hair Braiding, Original African Hair Braiding.
Version: 2.1.0
Text Domain: ms-vs-hair-braiding
*/

/* =========================================================
   GLOBAL VARIABLES
   ========================================================= */

:root{
  --burgundy:#6d1f35;
  --rose:#b85c72;
  --cream:#fffaf6;
  --gold:#c99a45;
  --ink:#2a2022;
  --muted:#6f6366;
  --white:#fff;
  --shadow:0 16px 40px rgba(42,32,34,.10);
  --radius:22px;
}


/* =========================================================
   RESET / GLOBAL
   ========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1120px,92%);
  margin:auto;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.topbar{
  background:var(--burgundy);
  color:#fff;
  text-align:center;
  padding:9px 15px;
  font-size:.9rem;
}


/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */

header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,250,246,.97);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #eadfe1;
}

.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.logo{
  font-family:Georgia,serif;
  font-size:1.55rem;
  font-weight:700;
  color:var(--burgundy);
  line-height:1.1;
}

.logo span{
  display:block;
  font:600 .68rem Inter,Arial,sans-serif;
  letter-spacing:2px;
  color:var(--gold);
  text-transform:uppercase;
  margin-top:5px;
}

.navlinks{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.navlinks a{
  font-size:.92rem;
  font-weight:700;
  transition:.2s ease;
}

.navlinks a:hover{
  color:var(--rose);
}

.navlinks a.active{
  color:var(--burgundy);
}

.btn{
  display:inline-block;
  padding:13px 21px;
  border-radius:999px;
  background:var(--burgundy);
  color:#fff;
  font-weight:800;
  border:2px solid var(--burgundy);
  transition:.2s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.btn.alt{
  background:transparent;
  color:var(--burgundy);
}

.phone-btn{
  display:inline-block;
  padding:13px 21px;
  border-radius:999px;
  background:#fff;
  color:var(--burgundy);
  font-weight:800;
  border:2px solid #fff;
}

.menu{
  display:none;
  background:none;
  border:0;
  font-size:1.7rem;
  cursor:pointer;
}


/* =========================================================
   GENERAL HEADINGS
   ========================================================= */

h1,
h2,
h3{
  font-family:Georgia,serif;
  line-height:1.15;
}

h1{
  font-size:clamp(3rem,7vw,5.8rem);
  margin:12px 0;
}

h2{
  font-size:clamp(2rem,4vw,3.3rem);
  margin:0 0 14px;
}

h3{
  font-size:1.45rem;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.eyebrow{
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:800;
  color:var(--gold);
  font-size:.85rem;
}


/* =========================================================
   ORIGINAL HOME HERO
   ========================================================= */

.hero{
  position:relative;
  overflow:hidden;
  min-height:610px;
  display:grid;
  place-items:center;
  background:#6d5960;
  color:#fff;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(35,20,25,.58),
      rgba(35,20,25,.12)
    );
  z-index:1;
}

.hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 30%;
  z-index:0;
}

.hero-inner{
  position:relative;
  z-index:2;
  padding:90px 0;
}

.hero p{
  max-width:650px;
  font-size:1.15rem;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section{
  padding:82px 0;
}

.section-head{
  max-width:720px;
  margin-bottom:34px;
}

.section-head p{
  color:var(--muted);
}


/* =========================================================
   GENERAL GRID / CARDS
   ========================================================= */

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.card{
  background:#fff;
  border:1px solid #eadfe1;
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 8px 28px rgba(42,32,34,.05);
  height:100%;
}

.card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:16px;
  margin-bottom:18px;
}

.card p{
  color:var(--muted);
}

.card strong{
  display:block;
  color:var(--burgundy);
  font-size:1.15rem;
  margin-top:7px;
}

.icon{
  font-size:2rem;
}


/* =========================================================
   BURGUNDY BANDS
   ========================================================= */

.band{
  background:var(--burgundy);
  color:#fff;
}

.band .muted{
  color:#f2dfe4;
}

.band .card{
  background:#fff;
  color:var(--ink);
}

.band .card h3{
  color:var(--burgundy);
}


/* =========================================================
   STANDARD PAGE HERO
   ========================================================= */

.page-hero{
  padding:110px 0;
  background:
    linear-gradient(
      120deg,
      #6d1f35,
      #9b4960
    );
  color:#fff;
}

.page-hero p{
  max-width:700px;
  font-size:1.1rem;
}


/* =========================================================
   SERVICES PAGE — HERO
   ========================================================= */

.services-hero{
  min-height:500px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(
      90deg,
      rgba(72,19,39,.98),
      rgba(109,31,53,.94)
    );
  color:#fff;
  padding:90px 0;
}

.services-hero .container{
  width:min(1120px,92%);
  margin:auto;
}

.services-hero .eyebrow{
  color:var(--gold);
  margin-bottom:16px;
}

.services-hero h1{
  color:#fff;
  margin:0;
  font-size:clamp(3.2rem,7vw,6rem);
  line-height:1.05;
}


/* =========================================================
   SERVICES PAGE — FEATURED AREA
   ========================================================= */

.featured-services{
  background:var(--burgundy);
  color:#fff;
  padding:65px 0 55px;
}

.services-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}


/* =========================================================
   FEATURED SERVICE CARD
   ========================================================= */

.service-feature-card{
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.8);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 14px 35px rgba(0,0,0,.14);
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.service-feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(0,0,0,.20);
}


/* =========================================================
   FEATURED SERVICE IMAGE
   ========================================================= */

.service-image{
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#eadfe1;
}

.service-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}

.service-feature-card:hover .service-image img{
  transform:scale(1.04);
}


/* =========================================================
   FEATURED SERVICE CONTENT
   ========================================================= */

.service-content{
  padding:27px 25px 30px;
  text-align:center;
  background:#fff;
}

.service-content h2{
  color:var(--burgundy);
  font-family:Georgia,serif;
  font-size:1.55rem;
  margin:0;
  line-height:1.2;
}

.gold-divider{
  width:72%;
  height:2px;
  background:var(--gold);
  margin:18px auto;
  position:relative;
}

.gold-divider span{
  position:absolute;
  width:9px;
  height:9px;
  background:var(--gold);
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.service-price{
  color:var(--burgundy);
  font-size:1.35rem;
  font-weight:900;
  margin-top:4px;
}

.included{
  color:var(--gold);
  margin:8px 0 0;
  font-size:1rem;
  font-weight:600;
}


/* =========================================================
   SERVICES PAGE — PRICE NOTE
   ========================================================= */

.pricing-note{
  text-align:center;
  color:#fff;
  font-size:1rem;
  font-style:italic;
  margin:28px auto 0;
}


/* =========================================================
   PRICE LIST
   ========================================================= */

.price-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.price{
  background:#fff;
  padding:18px 20px;
  border-radius:16px;
  border:1px solid #eadfe1;
  display:flex;
  justify-content:space-between;
  gap:15px;
}


/* =========================================================
   GALLERY
   ========================================================= */

.gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.gallery img{
  aspect-ratio:1;
  object-fit:cover;
  border-radius:18px;
}


/* =========================================================
   NOTICE
   ========================================================= */

.notice{
  padding:18px 20px;
  border-left:5px solid var(--gold);
  background:#fff4df;
  border-radius:12px;
}

.notice p{
  margin-top:0;
}

.notice p:last-child{
  margin-bottom:0;
}


/* =========================================================
   ACTION BUTTONS
   ========================================================= */

.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}

.actions .btn.alt{
  background:transparent;
  color:#fff;
  border-color:#fff;
}

.actions .btn.alt:hover{
  background:#fff;
  color:var(--burgundy);
}


/* =========================================================
   FOOTER
   ========================================================= */

footer{
  background:#23181c;
  color:#fff;
  padding:55px 0 25px;
}

.footergrid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:35px;
}

footer a{
  color:#eadfe1;
}

footer a:hover{
  color:#fff;
}

.small{
  font-size:.9rem;
  color:#cbbec1;
}


/* =========================================================
   FORMS
   ========================================================= */

.form{
  display:grid;
  gap:15px;
  max-width:700px;
}

input,
textarea,
select{
  width:100%;
  padding:14px 16px;
  border:1px solid #ddcfd2;
  border-radius:12px;
  font:inherit;
  background:#fff;
}

textarea{
  min-height:150px;
}

label{
  font-weight:800;
}


/* =========================================================
   SERVICES PAGE — TABLET
   ========================================================= */

@media(max-width:900px){

  .navlinks{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:78px;
    background:var(--cream);
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
    border-bottom:1px solid #eadfe1;
    box-shadow:0 10px 25px rgba(42,32,34,.08);
  }

  .navlinks.open{
    display:flex;
  }

  .menu{
    display:block;
  }

  .grid{
    grid-template-columns:1fr 1fr;
  }

  .gallery{
    grid-template-columns:1fr 1fr;
  }

  .footergrid{
    grid-template-columns:1fr 1fr;
  }

  .services-cards{
    grid-template-columns:1fr 1fr;
  }

  .service-feature-card:last-child{
    grid-column:1 / -1;
    max-width:calc(50% - 12px);
    width:100%;
    margin:auto;
  }

  .services-hero{
    min-height:420px;
  }

}


/* =========================================================
   SERVICES PAGE — MOBILE
   ========================================================= */

@media(max-width:620px){

  .grid,
  .gallery,
  .price-list,
  .footergrid{
    grid-template-columns:1fr;
  }

  .hero{
    min-height:570px;
  }

  .section{
    padding:60px 0;
  }

  .services-hero{
    min-height:360px;
    padding:70px 0;
  }

  .services-hero h1{
    font-size:clamp(2.8rem,12vw,4.2rem);
  }

  .featured-services{
    padding:50px 0 40px;
  }

  .services-cards{
    grid-template-columns:1fr;
    gap:22px;
  }

  .service-feature-card:last-child{
    grid-column:auto;
    max-width:none;
  }

  .service-content{
    padding:25px 20px 28px;
  }

  .service-content h2{
    font-size:1.45rem;
  }

  .service-price{
    font-size:1.25rem;
  }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media(max-width:420px){

  .container{
    width:90%;
  }

  .services-hero{
    min-height:320px;
  }

  .services-hero h1{
    font-size:2.7rem;
  }

  .service-image{
    aspect-ratio:4/3;
  }

}

/* =========================================================
   CUSTOMER REVIEW PAGE
   ========================================================= */

.glsr-form {
  max-width: 850px;
  margin: 35px auto 60px;
  padding: 38px;
  background: #fff;
  border: 1px solid #eadfe1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Form labels */
.glsr-form label {
  color: var(--ink);
  font-weight: 800;
}

/* Text fields */
.glsr-form input[type="text"],
.glsr-form input[type="email"],
.glsr-form textarea,
.glsr-form select {
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ddcfd2;
  border-radius: 12px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* Highlight field when customer clicks it */
.glsr-form input:focus,
.glsr-form textarea:focus,
.glsr-form select:focus {
  outline: none;
  border-color: var(--burgundy);
  box-shadow: 0 0 0 3px rgba(109,31,53,.10);
}

/* Review text box */
.glsr-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* Stars */
.glsr-form .glsr-star {
  color: var(--gold);
}

/* Submit Review button */
.glsr-form button,
.glsr-form button[type="submit"],
.glsr-form input[type="submit"] {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  border: 2px solid var(--burgundy);
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: .2s ease;
}

.glsr-form button:hover,
.glsr-form button[type="submit"]:hover,
.glsr-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

/* Space between fields */
.glsr-form .glsr-field {
  margin-bottom: 20px;
}

/* Approval information box */
.review-approval-note {
  max-width: 850px;
  margin: 0 auto 25px;
  padding: 18px 22px;
  background: #fff4df;
  border-left: 5px solid var(--gold);
  border-radius: 12px;
  color: var(--ink);
}

/* Mobile */
@media(max-width:620px) {
  .glsr-form {
    padding: 24px 18px;
    margin-top: 25px;
  }
}

/* =========================================================
   SITE REVIEWS - FINAL DESIGN OVERRIDE
   ========================================================= */

/* Review form card */
.glsr .glsr-form,
.glsr-form,
.glsr-form-wrap,
.glsr-default form {
    max-width: 850px !important;
    margin: 35px auto 60px !important;
    padding: 38px !important;
    background: #ffffff !important;
    border: 1px solid #eadfe1 !important;
    border-radius: 22px !important;
    box-shadow: 0 16px 40px rgba(42,32,34,.10) !important;
}

/* Form fields */
.glsr input[type="text"],
.glsr input[type="email"],
.glsr textarea,
.glsr select {
    width: 100% !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border: 1px solid #ddcfd2 !important;
    border-radius: 12px !important;
    font: inherit !important;
}

/* Burgundy focus */
.glsr input:focus,
.glsr textarea:focus,
.glsr select:focus {
    outline: none !important;
    border-color: #6d1f35 !important;
    box-shadow: 0 0 0 3px rgba(109,31,53,.10) !important;
}

/* Gold rating stars */
.glsr .glsr-star {
    color: #c99a45 !important;
}

/* Submit Review button */
.glsr button[type="submit"],
.glsr input[type="submit"],
.glsr .glsr-button {
    background: #6d1f35 !important;
    color: #ffffff !important;
    border: 2px solid #6d1f35 !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

/* Button hover */
.glsr button[type="submit"]:hover,
.glsr input[type="submit"]:hover,
.glsr .glsr-button:hover {
    background: #8b2945 !important;
    border-color: #8b2945 !important;
    transform: translateY(-2px);
}

/* Mobile */
@media(max-width:620px) {
    .glsr .glsr-form,
    .glsr-form,
    .glsr-form-wrap,
    .glsr-default form {
        padding: 24px 18px !important;
        margin: 25px auto 40px !important;
    }
}