/* =============================================================
   Queen Dee's Braids & Locs — Main Stylesheet
   ============================================================= */

/* --- Reset & Base ------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --purple:    #6B21A8;
  --purple-dk: #4A1570;
  --purple-lt: #8B35C8;
  --purple-lt2: #A64BCF;
  --purple-bg: rgba(107, 33, 168, 0.18);
  --gold:      #C9A84C;
  --gold-lt:   #DEAD6A;
  --dark:      #0F0F0F;
  --dark2:     #1A1A1A;
  --dark3:     #252525;
  --dark4:     #333333;
  --light:     #F8F4EE;
  --light2:    #EDE8DF;
  --white:     #FFFFFF;
  --text:      #1A1A1A;
  --muted:     #7A7A7A;
  --border:    #E2DDD6;

  --font-head: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Lato', 'Segoe UI', Arial, sans-serif;

  --ease:      0.3s ease;
  --ease-fast: 0.15s ease;

  --shadow:    0 4px 20px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.22);
  --shadow-xl: 0 16px 60px rgba(0, 0, 0, 0.30);

  --r:   4px;
  --r-md: 8px;
  --r-lg: 14px;

  --max-w: 1200px;
  --pad:   clamp(16px, 4vw, 48px);
  --sec:   clamp(64px, 8vw, 100px);
}

html  { scroll-behavior: smooth; }
body  {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a   { text-decoration: none; color: inherit; transition: color var(--ease-fast); }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* --- Layout helpers ---------------------------------------- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.section { 
    padding: var(--sec) 0; 
    scroll-margin-top: 50px;
}
.bg-dark    { background: var(--dark);   color: var(--white); }
.bg-dark2   { background: var(--dark2);  color: var(--white); }
.bg-light   { background: var(--light);  }
.bg-white   { background: var(--white);  }
.bg-purple  { background: var(--purple); color: var(--white); }

/* --- Typography -------------------------------------------- */
.eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}
.eyebrow--gold { color: var(--gold); }
.eyebrow--lt   { color: var(--purple-lt); }

.h2 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
}
.h2--white { color: var(--white); }
.h2 em { font-style: normal; color: var(--gold); }

.lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 540px;
  margin-top: 14px;
}
.lead--light { color: #aaa; }

.sec-head { margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head--center { text-align: center; }
.sec-head--center .lead { margin-left: auto; margin-right: auto; }

/* --- Buttons ----------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: var(--r);
  transition: all var(--ease);
  white-space: nowrap;
  cursor: pointer;
}
.btn-purple { background: var(--purple); color: var(--white); border-color: var(--purple); }
.btn-purple:hover {
  background: var(--purple-dk); border-color: var(--purple-dk);
  transform: translateY(-1px); box-shadow: 0 4px 16px rgba(107,33,168,.35);
}
.btn-gold-ol { background: transparent; color: var(--white); border-color: var(--gold); }
.btn-gold-ol:hover { background: var(--gold); color: var(--dark); transform: translateY(-1px); }
.btn-dark-ol { background: transparent; color: var(--dark); border-color: var(--dark); }
.btn-dark-ol:hover { background: var(--dark); color: var(--white); }
.btn-white-ol { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-white-ol:hover { background: var(--white); color: var(--purple); border-color: var(--white); }
.btn-gold { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 800; }
.btn-gold:hover { background: var(--gold-lt); border-color: var(--gold-lt); transform: translateY(-1px); }

/* --- Image Placeholder ------------------------------------- */
.img-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #1E1828;
  color: #5A5068;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  min-height: 160px;
  position: relative;
  overflow: hidden;
}
.img-ph::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 14px,
    rgba(255,255,255,0.018) 14px, rgba(255,255,255,0.018) 28px
  );
}
.img-ph i { font-size: 1.6rem; color: #3D3349; position: relative; z-index: 1; }
.img-ph span { position: relative; z-index: 1; }

.img-ph--neutral { background: #DDD9D0; color: #9D9488; }
.img-ph--neutral::after {
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 14px,
    rgba(0,0,0,0.02) 14px, rgba(0,0,0,0.02) 28px
  );
}
.img-ph--neutral i { color: #BEB5AA; }

/* =============================================================
   TOP BAR
   ============================================================= */
.top-bar {
  background: var(--dark2);
  border-bottom: 1px solid var(--dark4);
  position: sticky;
  top: 0;
  z-index: 999;
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  flex-wrap: wrap;
}
.top-bar__info {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.top-bar__info a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #999;
  font-size: 0.78rem;
}
.top-bar__info a:hover { color: var(--gold); }
.top-bar__info i { color: var(--purple-lt); font-size: 0.72rem; }
.top-bar__right { display: flex; align-items: center; gap: 18px; }
.socials { display: flex; gap: 11px; }
.socials a { color: #777; font-size: 0.88rem; }
.socials a:hover { color: var(--gold); }
.top-bar .btn { padding: 6px 16px; font-size: 0.7rem; }

/* Floating Appointment Button (Mobile) */
.floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  display: none;
}
.floating-cta.show { display: block; }
.floating-cta .btn {
  box-shadow: 0 8px 32px rgba(107,33,168,0.4);
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 0.7rem;
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@media (min-width: 769px) {
  .floating-cta { display: none !important; }
}

/* =============================================================
   NAVBAR
   ============================================================= */
.navbar {
  background: transparent;
  box-shadow: none;
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 998;
  transition: background var(--ease), box-shadow var(--ease);
}
.navbar.scrolled {
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.35);
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  /* padding-bottom: 14px; */
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo__crown { display: inline-flex; align-items: center; line-height: 1; }
.nav-logo__crown img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.nav-logo__name {
  display: block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  white-space: nowrap;
}
.nav-logo__tagline {
  display: block;
  font-family: 'Rouge Script', cursive;
  font-size: 1.3rem;
  font-style: normal;
  color: var(--purple-lt2);
  letter-spacing: 0.04em;
  text-transform: none;
  text-align: center;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  padding: 4px 0;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 100%; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--ease);
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.nav-mobile { display: none; background: var(--white); border-top: 1px solid var(--border); }
.nav-mobile.is-open { display: block; }
.nav-mobile a {
  display: block;
  padding: 12px var(--pad);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid #f5f3ef;
}
.nav-mobile a:hover { color: var(--purple); background: var(--light); }
.nav-mobile .sub {
  padding-left: calc(var(--pad) + 16px);
  font-weight: 400;
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* =============================================================
   CTA BANNER
   ============================================================= */
.cta-banner {
  background: linear-gradient(130deg, var(--purple-dk) 0%, var(--purple) 55%, var(--purple-lt) 100%);
  padding: 58px 0;
}
.cta-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.cta-banner__body { display: flex; align-items: center; gap: 20px; }
.cta-banner__icon {
  width: 60px; height: 60px;
  background: rgba(255,255,255,0.14);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.cta-banner__title {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}
.cta-banner__sub { color: rgba(255,255,255,0.72); font-size: 0.93rem; }

/* =============================================================
   FOOTER
   ============================================================= */
.footer { background: var(--dark); color: #999; padding: 60px 0 0; }
.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  padding-bottom: 48px;
  border-bottom: 1px solid #222;
}
.footer__col-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 22px;
}
.footer__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.87rem;
  line-height: 1.55;
}
.footer__item i { color: var(--purple-lt); font-size: 0.78rem; margin-top: 4px; flex-shrink: 0; }
.footer__hr {
  display: flex;
  justify-content: space-between;
  font-size: 0.87rem;
  padding: 7px 0;
  border-bottom: 1px solid #1e1e1e;
}
.footer__hr:last-child { border-bottom: none; }
.footer__hr .day { color: #ccc; }
.footer__socials { display: flex; gap: 10px; margin-bottom: 18px; }
.footer__socials a {
  width: 38px; height: 38px;
  border: 1px solid #2c2c2c;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #666; font-size: 0.85rem;
  transition: all var(--ease-fast);
}
.footer__socials a:hover { border-color: var(--purple-lt); color: var(--purple-lt); background: rgba(139,53,200,0.08); }
.footer__bottom {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
  font-size: 0.77rem; color: #444;
}
.footer__bottom .accent { color: var(--gold); }

/* =============================================================
   RESPONSIVE — Shared
   ============================================================= */
@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .top-bar__info a + a { display: none; }
  .top-bar .btn { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 4px; }
  .cta-banner .container { flex-direction: column; text-align: center; }
  .cta-banner__body { flex-direction: column; text-align: center; }
}

    /* ---- HERO ---- */
    .hero {
      background: var(--dark);
      overflow: hidden;
      position: relative;
    }
    .hero::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 140px;
      background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 100%);
      pointer-events: none;
      z-index: 3;
    }
    .hero .container {
      display: flex;
      align-items: stretch;
      min-height: 88vh;
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
    }
    .hero__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 80px 56px 80px 0;
      flex: 1;
      position: relative;
      z-index: 2;
    }
    .hero__tagline {
      font-family: var(--font-head);
      /* font-style: italic; */
      color: var(--gold);
      font-size: 1.1rem;
      margin-bottom: 14px;
    }
    .hero__title {
      font-family: var(--font-head);
      font-size: clamp(2.8rem, 5.5vw, 4.4rem);
      font-weight: 600;
      line-height: 1.0;
      color: var(--white);
    }
    .hero__title-accent {
      display: block;
      color: var(--purple-lt);
    }
    .hero__desc {
      color: #aaa;
      font-size: 0.98rem;
      line-height: 1.75;
      max-width: 420px;
      margin: 18px 0 32px;
    }
    .hero__actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 52px;
    }
    .hero__badges {
      display: flex;
      gap: 28px;
      flex-wrap: wrap;
    }
    .badge {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .badge__icon {
      width: 38px; height: 38px;
      background: rgba(139,53,200,0.2);
      border: 1px solid rgba(139,53,200,0.3);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--purple-lt);
      font-size: 0.82rem;
      flex-shrink: 0;
    }
    .badge strong {
      display: block;
      font-size: 0.78rem;
      font-weight: 700;
      color: #ddd;
    }
    .badge span {
      display: block;
      font-size: 0.66rem;
      color: #666;
    }
    .hero__visual {
      position: absolute;
      top: 0;
      right: -40%;
      bottom: -25%;
      width: 100%;
      /* height: 50%; */
      /* background: linear-gradient(160deg, #1a003a 0%, #2e0054 45%, #1a1a30 100%); */
      overflow: hidden;
      z-index: 1;
    }
    .hero__visual .img-ph {
      height: 100%;
      min-height: 88vh;
      /* background: linear-gradient(160deg, #1a003a 0%, #2e0054 45%, #1a1a30 100%); */
      font-size: 0.75rem;
    }
    .hero__call-card {
      position: absolute;
      bottom: 38px;
      right: 30px;
      background: rgba(12,12,12,0.88);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid #2e2e2e;
      border-radius: var(--r-md);
      padding: 18px 22px;
      z-index: 5;
      box-shadow: var(--shadow-lg);
      min-width: 200px;
    }
    .hero-scroll-hint {
      position: absolute;
      left: 50%;
      bottom: 16px;
      transform: translateX(-50%);
      z-index: 6;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      color: rgba(255,255,255,0.72);
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 0.82rem;
      font-weight: 700;
      transition: color var(--ease-fast), opacity var(--ease), visibility var(--ease);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
    .hero-scroll-hint.show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .hero-scroll-hint:hover { color: var(--gold); }
    .hero-scroll-hint__arrow {
      width: 20px;
      height: 20px;
      border-right: 2px solid rgba(255, 255, 255, 0.5);
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      transform: rotate(45deg);
      animation: hint-bounce 2.5s ease-in-out infinite;
    }
    @keyframes hint-bounce {
      0%, 100% { transform: rotate(45deg) translateY(-10px); opacity: 0.55; }
      50% { transform: rotate(45deg) translateY(0px); opacity: 1; }
    }
    .call-label {
      display: flex;
      align-items: center;
      gap: 6px;
      color: var(--gold);
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
    .call-number {
      font-family: var(--font-head);
      font-size: 1.35rem;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 6px;
    }
    .call-note {
      font-size: 0.7rem;
      color: #777;
      line-height: 1.55;
    }

    /* ---- ABOUT PREVIEW ---- */
    .about-preview .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: center;
    }
    .about-imgs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }
    .about-imgs__item {
      border-radius: var(--r-md);
      overflow: hidden;
      aspect-ratio: 3 / 4;
    }
    .about-imgs__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .about-imgs__item .img-ph { min-height: 0; height: 100%; }
    .about-text .eyebrow { margin-bottom: 14px; }
    .about-text .h2 { margin-bottom: 4px; }
    .about-text .h2 em { font-style: italic; color: var(--purple); }
    .about-text .lead { margin-bottom: 30px; }

    /* ---- SERVICES ---- */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }
    .svc-card {
      background: var(--dark3);
      border: 1px solid #2a2a2a;
      border-radius: var(--r-md);
      overflow: hidden;
      transition: transform var(--ease), box-shadow var(--ease);
    }
    .svc-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
    }
    .svc-card__img {
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .svc-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .svc-card__img .img-ph { height: 100%; min-height: 0; }
    .svc-card__icon {
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 38px; height: 38px;
      background: var(--purple);
      border: 3px solid var(--dark3);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--white);
      font-size: 0.8rem;
      z-index: 2;
    }
    .svc-card__body {
      padding: 28px 16px 18px;
      text-align: center;
    }
    .svc-card__name {
      font-family: var(--font-head);
      font-size: 0.98rem;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 6px;
    }
    .svc-card__desc {
      font-size: 0.75rem;
      color: #888;
      line-height: 1.55;
    }
    .services-action { text-align: center; margin-top: 40px; }

    /* ---- GALLERY ---- */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px;
    }
    .gallery-grid__item {
      border-radius: var(--r);
      overflow: hidden;
      aspect-ratio: 3 / 4;
      transition: transform var(--ease), box-shadow var(--ease);
    }
    .gallery-grid__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .gallery-grid__item button {
      width: 100%;
      height: 100%;
      padding: 0;
      border: 0;
      background: none;
      display: block;
      cursor: pointer;
    }
    .gallery-grid__item:hover { transform: scale(1.03); box-shadow: var(--shadow); }
    .gallery-grid__item .img-ph--neutral { height: 100%; min-height: 0; }
    .gallery-action { text-align: center; margin-top: 36px; }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.88);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 22px;
      z-index: 1200;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity var(--ease), visibility var(--ease);
    }
    .lightbox.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .lightbox__close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.14);
      color: var(--white);
      font-size: 1.2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background var(--ease-fast);
    }
    .lightbox__close:hover { background: rgba(255, 255, 255, 0.24); }
    .lightbox__img {
      max-width: min(92vw, 1400px);
      max-height: 88vh;
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: var(--r-md);
      box-shadow: var(--shadow-xl);
    }

    /* ---- REVIEWS ---- */
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .review-card {
      background: var(--dark3);
      border: 1px solid #2a2a2a;
      border-radius: var(--r-md);
      padding: 28px 26px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: border-color var(--ease);
    }
    .review-card:hover { border-color: #3d3d3d; }
    .review-stars { color: var(--gold); font-size: 0.88rem; letter-spacing: 3px; }
    .review-quote {
      font-style: italic;
      color: #ccc;
      font-size: 0.93rem;
      line-height: 1.7;
      flex: 1;
    }
    .review-quote::before { content: '\201C'; }
    .review-quote::after  { content: '\201D'; }
    .review-author {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .review-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      border: 2px solid var(--dark4);
    }
    .review-avatar .img-ph { min-height: 0; height: 100%; font-size: 0; }
    .review-avatar .img-ph i { font-size: 1.1rem; }
    .review-avatar .img-ph span { display: none; }
    .review-name {
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--gold);
    }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1100px) {
      .services-grid { grid-template-columns: repeat(3, 1fr); }
      .gallery-grid  { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .hero .container { grid-template-columns: 1fr; min-height: auto; }
      .hero__content { padding: 64px var(--pad); }
      .hero__visual { display: none; }
      .hero-scroll-hint { bottom: 10px; }
      .about-preview .container { grid-template-columns: 1fr; gap: 40px; }
      .reviews-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      .services-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
      .svc-card__body { padding: 22px 10px 14px; }
      .svc-card__name { font-size: 0.82rem; }
      .svc-card__desc { font-size: 0.68rem; }
      .gallery-grid  { grid-template-columns: repeat(3, 1fr); gap: 6px; }
      .reviews-grid  { grid-template-columns: 1fr 1fr; gap: 12px; }
      .review-card   { padding: 16px 14px; gap: 10px; }
      .review-quote  { font-size: 0.82rem; }
      .about-imgs    { grid-template-columns: repeat(3, 1fr); }
      .hero__badges  { gap: 18px; }
    }
    @media (max-width: 420px) {
      .services-grid { grid-template-columns: repeat(3, 1fr); }
      .gallery-grid  { grid-template-columns: repeat(3, 1fr); }
      .reviews-grid  { grid-template-columns: 1fr; }
    }