/* ===================================================
   KERALA UNANI WELLNESS CLINIC
   Typography: Poppins (loaded via HTML)
=================================================== */

/* ---- TOKENS ---- */
:root {
  --color-bg: #FAF6EF;
  --color-primary: #C9A84C;
  --color-primary-hover: #A8872E;
  --color-dark: #1C1A17;
  --color-dark-2: #2E2A22;
  --color-gold: #C9A84C;
  --color-gold-hover: #A8872E;
  --color-text: #1A1A1A;
  --color-body: #4A4A4A;
  --color-sage: #F5EFE0;
  --color-nav-border: #E8E0D0;
  --radius-premium: 8px;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-nav-scrolled: 0 2px 20px rgba(0, 0, 0, 0.08);

  --gold-600: #A8872E;
  --gold-500: #C9A84C;
  --gold-400: #D4B86A;
  --gold-300: #E2CA8A;
  --gold-100: #F5EAC8;

  --ivory: #FAF6EF;
  --ivory-dark: #F0E8D8;
  --cream: #FDF8F0;

  --text-dark: #1C1A17;
  --text-body: #3A3530;
  --text-muted: #7A7060;
  --text-light: #B0A898;

  --white: #ffffff;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;

  --shadow-sm: 0 2px 8px rgba(28, 26, 23, 0.08);
  --shadow-md: 0 8px 32px rgba(28, 26, 23, 0.12);
  --shadow-lg: 0 20px 60px rgba(28, 26, 23, 0.16);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  --container: 1160px;
  --section-gap: 96px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-family: 'Poppins', sans-serif;
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 0.93rem;
  line-height: 1.65;
  color: #3A3A3A;
  background: var(--color-bg);
  overflow-x: hidden;
}

/* Section headings — reduce all */
.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem !important;
  font-weight: 300 !important;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.section-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 10px;
  display: block;
}

.section-desc {
  font-size: 0.88rem !important;
  line-height: 1.7;
  color: #5A5A5A;
  max-width: 540px;
}

/* Card titles */
.card-title {
  font-size: 1rem !important;
  font-weight: 500;
  margin-bottom: 8px;
}

.card-text {
  font-size: 0.85rem !important;
  line-height: 1.65;
  color: #555;
}

/* Doctor section */
.specialist-content .section-title {
  font-size: 2.2rem !important;
  font-weight: 300 !important;
}

.specialist-intro,
.specialist-body {
  font-size: 0.88rem !important;
  line-height: 1.75;
}

.specialist-creds li {
  font-size: 0.85rem !important;
  margin-bottom: 6px;
}

/* Testimonials */
.testimonial-text {
  font-size: 0.88rem !important;
  line-height: 1.7;
}

/* Footer */
.footer-tagline,
.footer-web {
  font-size: 0.82rem !important;
}

footer h5 {
  font-size: 0.75rem !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer ul li,
footer ul li a {
  font-size: 0.83rem !important;
}

/* Philosophy / pillars */
.pillar h4 {
  font-size: 0.92rem !important;
  font-weight: 600;
}

.pillar p {
  font-size: 0.83rem !important;
}

/* Buttons global */
.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem !important;
  padding: 11px 24px !important;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

/* Section spacing — tighter */
.section {
  padding: 80px 0 !important;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 56px 0 !important; }
  .section-title { font-size: 1.6rem !important; }
}

/* ---- RESET ---- */
.home-page {
  background: var(--color-bg);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, .section-title {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.15;
  font-weight: 500;
}
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 500; }
h4 { font-size: 1.2rem; font-weight: 600; letter-spacing: 0.01em; }
h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.15;
}
em { font-style: italic; color: var(--gold-500); }
p { color: var(--text-body); }

/* ---- BUTTONS (variants) ---- */
.btn-primary {
  background: var(--color-primary);
  color: var(--color-dark);
  box-shadow: 0 4px 20px rgba(28,26,23,0.2);
}
.btn-primary:hover {
  background: var(--color-primary-hover);
  color: var(--color-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(28,26,23,0.3);
}
.btn-light {
  background: #C9A84C;
  color: var(--color-dark);
  border: none;
}
.btn-light:hover {
  background: #A8872E;
  color: var(--color-dark);
}
.btn-ghost-light {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
.btn-ghost-light:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
/* CTA strips & similar: primary action is filled light, not hero green */
.cta-banner .btn-light {
  background: #ffffff;
  color: #C9A84C;
  box-shadow: none;
}
.cta-banner .btn-light:hover {
  background: var(--color-sage);
  transform: translateY(-2px);
}
.btn-full { width: 100%; justify-content: center; }

.section-eyebrow.light { color: var(--gold-300); }
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
  padding: 0 8px;
  box-sizing: border-box;
}
.section-header .section-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

/* ========================================
   NAVIGATION (transparent over hero → solid when scrolled / menu open)
======================================== */
.nav-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 6px 0;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
  overflow: visible;
}
.nav-header.scrolled,
.nav-header.nav-open {
  background: #ffffff;
  border-bottom-color: #EBEBEB;
  box-shadow: var(--shadow-nav-scrolled);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  overflow: visible;
}
.nav-logo {
  display: flex; align-items: center;
  flex-shrink: 0;
  overflow: visible;
}
/* Layout height unchanged; scale “zooms” mark. Multiply drops flat white matting into bar/footer tone. */
.nav-logo-img {
  height: 38px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  transform: scale(1.62);
  transform-origin: left center;
  mix-blend-mode: multiply;
  transition: filter 0.35s ease, mix-blend-mode 0.35s ease;
}
.nav-header:not(.scrolled):not(.nav-open) .nav-logo-img {
  mix-blend-mode: normal;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.72))
    drop-shadow(0 1px 4px rgba(0, 0, 0, 0.85));
}
.footer-logo-img {
  height: 48px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  margin-bottom: 16px;
  transform: scale(1.08);
  transform-origin: left center;
  mix-blend-mode: multiply;
}
.logo-mark {
  font-size: 1.1rem; color: var(--color-gold);
  line-height: 1;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-primary {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem; font-weight: 600;
  color: var(--color-text); letter-spacing: 0.05em;
}
.logo-secondary {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem; font-weight: 400;
  color: var(--color-body); letter-spacing: 0.2em; text-transform: uppercase;
}
.nav-links {
  display: flex; align-items: center; gap: 22px;
}
.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #3A3A3A;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  border: none;
  background: transparent;
  transition: color 0.2s ease;
}
.nav-link:hover { color: #C9A84C; }
.nav-link.active {
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(184, 150, 62, 0.35);
  color: #C9A84C;
  padding: 6px 14px;
  border-radius: 3px;
}
.nav-header:not(.scrolled):not(.nav-open) .nav-link {
  color: rgba(255, 255, 255, 0.98);
  font-weight: 500;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.9),
    0 1px 4px rgba(0, 0, 0, 0.75),
    0 0 24px rgba(0, 0, 0, 0.45);
}
.nav-header:not(.scrolled):not(.nav-open) .nav-link:hover {
  color: #ffffff;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.95),
    0 2px 8px rgba(0, 0, 0, 0.85);
}
.nav-header:not(.scrolled):not(.nav-open) .nav-link.active {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
  font-weight: 600;
}
.nav-cta {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  background: #C9A84C;
  color: var(--color-dark);
  padding: 7px 16px;
  border-radius: 3px;
  margin-left: 8px;
  border: none;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nav-cta:hover {
  background: #A8872E;
  color: var(--color-dark);
}
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; padding: 4px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--color-text); border-radius: 2px;
  transition: var(--transition);
}
.nav-header:not(.scrolled):not(.nav-open) .nav-toggle span {
  background: #ffffff;
}

/* ========================================
   HERO (HOME)
======================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 28px;
  box-sizing: border-box;
}

/* Stacks headline + CTAs + scroll hint in flow so “Scroll” never overlaps buttons */
.hero-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
  gap: clamp(1.25rem, 4vh, 2.75rem);
  min-height: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  /* Charcoal scrim + vignette: readable text over bright windows / busy interiors */
  background:
    radial-gradient(ellipse 95% 75% at 50% 40%, rgba(28, 26, 23, 0.08) 0%, rgba(28, 26, 23, 0.55) 62%, rgba(28, 26, 23, 0.88) 100%),
    linear-gradient(105deg, rgba(28, 26, 23, 0.72) 0%, rgba(28, 26, 23, 0.42) 45%, rgba(28, 26, 23, 0.82) 100%);
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
}
.hero-content > * {
  max-width: 100%;
}
.hero-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold-300);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.8),
    0 2px 14px rgba(0, 0, 0, 0.75);
}
.hero-eyebrow-line {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #D4A84B;
  opacity: 0.85;
  flex-shrink: 0;
}
.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.95rem, 4.2vw, 2.85rem);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  max-width: 680px;
  margin: 0 auto 16px auto;
  text-align: center;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.85),
    0 2px 4px rgba(0, 0, 0, 0.55),
    0 8px 40px rgba(0, 0, 0, 0.65);
}
.hero-title em {
  font-style: normal;
  font-weight: 400;
  color: inherit;
}
.hero-title::after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background: var(--color-gold);
  margin: 18px auto 0 auto;
}
.hero-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.75),
    0 2px 16px rgba(0, 0, 0, 0.55);
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Inner pages: retain readable CTAs on hero-style sections */
.page-hero .btn-primary { border-radius: 4px; }

/* Inner pages: scroll hint pinned to bottom of page hero */
.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  z-index: 2;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

/* Home hero: in-flow below CTAs — no overlap */
.hero > .hero-stack > .hero-scroll-hint.scroll-hint {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  flex-shrink: 0;
  padding-bottom: 8px;
}

a.hero-scroll-hint.scroll-hint {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: color 0.25s ease;
}
a.hero-scroll-hint.scroll-hint:hover {
  color: #ffffff;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(
    to bottom, rgba(226, 202, 138, 0.95), rgba(201, 168, 76, 0.35), transparent
  );
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.65; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.1); }
}

/* PAGE HERO (inner pages — matches index photo + overlay) */
.page-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 96px 24px 120px;
  box-sizing: border-box;
  background: var(--color-dark);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(
    --page-hero-image,
    url('https://akhilmansoor5-maker.github.io/Kerala-Unani-Wellness-Clinic/Gallery/WhatsApp%20Image%202026-04-15%20at%205.15.30%20PM%20(2).jpeg')
  );
  background-size: var(--page-hero-size, cover);
  background-position: var(--page-hero-position, center);
  background-repeat: no-repeat;
  z-index: 0;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Stronger charcoal scrim + bottom weight for headings over busy photos (e.g. brick, glass) */
  background:
    linear-gradient(180deg, rgba(28, 26, 23, 0.45) 0%, rgba(28, 26, 23, 0.72) 55%, rgba(28, 26, 23, 0.86) 100%),
    rgba(28, 26, 23, 0.55);
}

/* Portrait hero (About — doctor photo): taller band + lighter scrim so the subject reads */
.page-hero--portrait {
  min-height: 82vh;
}
.page-hero--portrait::after {
  background:
    linear-gradient(180deg, rgba(28, 26, 23, 0.32) 0%, rgba(28, 26, 23, 0.58) 100%),
    rgba(28, 26, 23, 0.38);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
}

.page-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.78rem, 3.8vw, 2.95rem);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 auto 16px;
  max-width: 680px;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.9),
    0 2px 6px rgba(0, 0, 0, 0.65),
    0 12px 36px rgba(0, 0, 0, 0.55);
}

.page-hero-title em {
  font-style: normal;
  color: var(--gold-300);
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.85),
    0 2px 10px rgba(0, 0, 0, 0.6);
}

.page-hero-accent {
  color: var(--gold-300);
  font-weight: inherit;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.85),
    0 2px 10px rgba(0, 0, 0, 0.6);
}

.page-hero-sub {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 28px;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.85),
    0 2px 14px rgba(0, 0, 0, 0.55);
}

.page-hero .hero-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
  color: var(--gold-300);
  font-weight: 600;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.85),
    0 2px 12px rgba(0, 0, 0, 0.65);
}

.page-hero > .hero-scroll-hint.scroll-hint,
.page-hero > a.hero-scroll-hint.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* ========================================
   SERVICES CARDS (Home)
======================================== */
.services-section { background: var(--ivory); }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  border: 1px solid rgba(28,26,23,0.06);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-400));
  transform: scaleX(0); transform-origin: left;
  transition: var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { transform: scaleX(1); }
.card-icon {
  width: 56px; height: 56px;
  background: var(--ivory);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-500);
  margin-bottom: 20px;
  transition: var(--transition);
}
.service-card:hover .card-icon { background: var(--color-primary); color: var(--white); }
.card-num {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; color: var(--gold-500);
  margin-bottom: 10px;
}
.card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem; font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.card-text { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; margin-bottom: 24px; }
.card-link {
  font-size: 0.85rem; font-weight: 500;
  color: var(--gold-500); letter-spacing: 0.03em;
  display: inline-flex; align-items: center; gap: 6px;
  transition: var(--transition);
}
.card-link span { transition: var(--transition); }
.card-link:hover { color: var(--color-primary-hover); }
.card-link:hover span { transform: translateX(4px); }

/* ========================================
   PHILOSOPHY
======================================== */
.philosophy-section {
  background: var(--color-dark);
  position: relative; overflow: hidden;
}
.philosophy-bg-text {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 700; letter-spacing: -0.04em;
  color: rgba(255,255,255,0.025);
  top: 50%; right: -40px;
  transform: translateY(-50%);
  user-select: none; pointer-events: none;
  line-height: 1;
}
.philosophy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.philosophy-left .section-title { color: var(--white); }
.philosophy-intro { color: rgba(255,255,255,0.65); font-size: 1rem; line-height: 1.8; margin-top: 20px; }
.pillar {
  display: flex; gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pillar:first-child { border-top: 1px solid rgba(255,255,255,0.08); }
.pillar-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem; font-weight: 300;
  color: var(--gold-400); flex-shrink: 0;
  line-height: 1; padding-top: 4px;
}
.pillar h4 { color: var(--white); margin-bottom: 6px; font-weight: 500; }
.pillar p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.7; }

/* ========================================
   SPECIALIST
======================================== */
.specialist-section { background: var(--cream); }
.specialist-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: start;
}
.specialist-image {
  position: relative;
}
.specialist-image img {
  width: 100%; border-radius: var(--radius-xl);
  object-fit: cover; aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.specialist-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--gold-500); color: var(--white);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  padding: 8px 18px; border-radius: 100px;
}
.specialist-content .section-title { margin-top: 8px; }
.specialist-intro {
  font-size: 1.08rem; line-height: 1.8;
  color: var(--text-body);
  margin: 20px 0 16px;
}
.specialist-body { color: var(--text-muted); margin-bottom: 28px; }
.specialist-creds {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 36px;
}
.specialist-creds li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: var(--text-body);
}
.cred-dot { color: var(--gold-500); flex-shrink: 0; margin-top: 2px; }

/* ========================================
   TESTIMONIALS
======================================== */
.testimonials-section { background: var(--ivory); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border: 1px solid rgba(28,26,23,0.06);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.quote-mark {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem; line-height: 0.5;
  color: var(--gold-100); margin-bottom: 20px;
  display: block;
}
.testimonial-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem; font-style: italic;
  color: var(--text-dark); line-height: 1.6;
  margin-bottom: 28px;
}
.testimonial-meta { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--gold-100);
}
.testimonial-tag {
  display: block; font-size: 0.78rem; font-weight: 600;
  color: var(--text-dark); letter-spacing: 0.03em;
}
.testimonial-location {
  display: block; font-size: 0.78rem; color: var(--text-muted);
}

/* ========================================
   VIDEO
======================================== */
.video-section { background: var(--cream); }
.video-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.video-content p { color: var(--text-muted); margin: 16px 0 32px; }
.video-subtitle { font-family: 'Poppins', sans-serif; font-size: 1.3rem; color: var(--text-dark); margin-top: 20px; }
.video-placeholder { border-radius: var(--radius-xl); overflow: hidden; min-height: 320px; }
.video-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 320px;
}

/* ========================================
   CTA BANNER
======================================== */
.cta-banner {
  background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-primary) 100%);
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(200,150,15,0.12), transparent 60%);
}
.cta-inner {
  position: relative; z-index: 2;
  max-width: 680px; margin: 0 auto;
  padding: 100px 24px;
  text-align: center;
}
.cta-ornament {
  font-size: 1.5rem; color: var(--gold-400);
  margin-bottom: 20px; display: block;
  animation: spin 8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.cta-banner h2 { color: var(--white); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.7); margin-bottom: 40px; font-size: 1.05rem; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ========================================
   FOOTER
======================================== */
.footer {
  background: var(--ivory);
  border-top: 1px solid rgba(28, 24, 18, 0.08);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(28, 24, 18, 0.1);
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.footer-tagline { color: rgba(28, 24, 18, 0.72); font-size: 0.9rem; line-height: 1.7; margin-bottom: 8px; }
.footer-web { color: var(--gold-600); font-size: 0.85rem; }
.footer-col h5 {
  color: rgba(28, 24, 18, 0.45);
  font-size: 0.72rem; letter-spacing: 0.18em;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a,
.footer-col ul li span {
  color: rgba(28, 24, 18, 0.78); font-size: 0.9rem;
  transition: var(--transition);
  display: block;
}
.footer-col ul li a:hover { color: var(--color-primary-hover); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0;
  font-size: 0.82rem; color: rgba(28, 24, 18, 0.45);
}
.footer-bottom a { color: var(--gold-600); }
.footer-bottom a:hover { color: var(--color-primary-hover); }

/* ========================================
   ABOUT PAGE
======================================== */
.about-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.about-intro-image img {
  width: 100%; border-radius: var(--radius-xl);
  object-fit: cover; aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.about-intro-text .section-title { margin-top: 8px; margin-bottom: 28px; }
.about-text-block { display: flex; flex-direction: column; gap: 16px; }
.about-text-block p { color: var(--text-muted); line-height: 1.8; }

/* Specialist Full (About) */
.specialist-full-section { background: var(--ivory); }
.specialist-full-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
  align-items: start;
}
.specialist-full-image img {
  width: 100%; border-radius: var(--radius-xl);
  object-fit: cover; aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.specialist-name-card {
  background: var(--color-primary);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-top: 20px;
  display: flex; flex-direction: column; gap: 4px;
}
.specialist-name-card strong { color: var(--white); font-size: 1rem; }
.specialist-name-card span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.specialist-card-tagline {
  color: var(--text-muted); font-size: 0.9rem; line-height: 1.7;
  margin-top: 16px; font-style: italic;
}
.specialist-full-content h3 {
  font-size: 2rem; color: var(--text-dark); margin-bottom: 4px;
}
.specialist-role {
  color: var(--gold-500); font-size: 0.9rem; margin-bottom: 24px;
}
.specialist-full-content p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.8; }
.quals-expertise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 28px 0;
  align-items: start;
}
.quals-expertise > div {
  display: flex;
  flex-direction: column;
}
.quals-expertise h5 {
  color: var(--text-dark);
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  min-height: 2.5em;
}
.qual-list { display: flex; flex-direction: column; gap: 8px; }
.qual-list li {
  color: var(--text-muted); font-size: 0.88rem; line-height: 1.5;
  padding-left: 14px; position: relative;
}
.qual-list li::before {
  content: '–';
  position: absolute; left: 0;
  color: var(--gold-500);
}
.hakim-quote {
  border-left: 3px solid var(--gold-400);
  padding: 16px 24px;
  margin-top: 24px;
  background: var(--gold-100);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem; font-style: italic;
  color: var(--text-dark);
}
.hakim-quote cite {
  display: block; font-size: 0.82rem; color: var(--text-muted);
  font-style: normal; margin-top: 8px; font-family: 'Poppins', sans-serif;
}

/* Approach Steps */
.approach-section { background: var(--cream); }
.approach-section .section-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.approach-steps {
  display: flex; align-items: stretch;
  gap: 0; max-width: 900px; margin: 0 auto;
  flex-direction: column;
}
.approach-step {
  display: flex; gap: 32px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  border: 1px solid rgba(28,26,23,0.06);
  box-shadow: var(--shadow-sm);
}
.step-num {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem; font-weight: 300;
  color: var(--gold-100); flex-shrink: 0;
  line-height: 1; min-width: 60px;
}
.step-content h4 { color: var(--color-primary-hover); margin-bottom: 10px; }
.step-content p { color: var(--text-muted); }
.step-connector {
  width: 1px; height: 32px; background: var(--gold-100);
  margin: 0 0 0 70px;
}

/* ========================================
   SERVICES PAGE
======================================== */
.services-nav-pills {
  display: flex; justify-content: center; gap: 12px;
  flex-wrap: wrap;
}
.pill {
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 20px; border-radius: 100px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.pill:hover { background: rgba(255,255,255,0.15); color: var(--white); }

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: start;
}
.service-detail-layout.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}
.service-detail-layout.reverse .service-detail-content { order: -1; }

/* Photo stays pinned; copy/pricing scrolls alongside */
.service-detail-image {
  position: sticky;
  top: 72px;
  align-self: start;
  min-width: 0;
}
.service-detail-content {
  min-width: 0;
  max-width: min(680px, 100%);
  width: 100%;
  justify-self: start;
}
.service-detail-image img {
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
  display: block;
  max-height: calc(100vh - 88px);
  max-height: calc(100dvh - 88px);
}
.service-badge {
  position: absolute; top: 24px; left: 24px;
  background: var(--color-primary-hover); color: var(--white);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.15);
}
.service-detail-content .section-title { margin-bottom: 20px; }
.service-detail-content p { color: var(--text-muted); margin-bottom: 14px; line-height: 1.8; }
.feature-list {
  margin: 24px 0; display: flex; flex-direction: column; gap: 10px;
}
.feature-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.92rem; color: var(--text-body); line-height: 1.5;
}
.feature-list li::before {
  content: '✓';
  color: var(--gold-400); font-weight: 600; flex-shrink: 0;
  margin-top: 1px;
}

/* Pricing Table */
.pricing-table { margin: 32px 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(28,26,23,0.08); }
.pricing-heading {
  background: var(--color-dark); color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 20px; margin: 0;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(28,26,23,0.05);
  background: var(--white);
  transition: var(--transition);
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row:hover { background: var(--ivory); }
.pricing-row.free { background: var(--gold-100); }
.pricing-name { font-size: 0.88rem; color: var(--text-body); }
.pricing-duration { font-size: 0.8rem; color: var(--text-muted); white-space: nowrap; }
.pricing-price { font-size: 0.95rem; font-weight: 600; color: var(--color-primary); white-space: nowrap; text-align: right; }
.free-tag { color: var(--gold-600) !important; }

.free-note {
  background: var(--ivory);
  border: 1px solid var(--gold-100);
  border-radius: var(--radius-md);
  padding: 24px; margin-top: 8px;
}
.free-note strong { display: block; color: var(--text-dark); margin-bottom: 6px; }
.free-note p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 16px; }

.alt-bg { background: var(--cream); }

/* Journey Cards */
.journey-section { background: var(--ivory); }
.journey-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.journey-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid rgba(28,26,23,0.06);
  box-shadow: var(--shadow-sm);
}
.journey-card h4 { color: var(--color-primary-hover); margin-bottom: 20px; font-size: 1.05rem; }
.journey-label {
  display: inline-block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 100px; padding: 4px 12px; margin-bottom: 8px;
}
.before-label { background: rgba(180,40,40,0.08); color: #a02020; }
.after-label { background: rgba(28, 26, 23, 0.08); color: var(--color-primary); }
.journey-before p, .journey-after p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.journey-arrow {
  font-size: 1.4rem; color: var(--gold-400);
  text-align: center; margin: 12px 0;
}

/* FAQ */
.faq-section { background: var(--cream); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; }
.faq-item { border-radius: var(--radius-md); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left;
  padding: 20px 28px;
  background: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem; font-weight: 500;
  color: var(--text-dark);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  border: 1px solid rgba(28,26,23,0.06);
  transition: var(--transition);
}
.faq-q:hover { background: var(--ivory); }
.faq-q.open { background: var(--color-dark); color: var(--white); border-color: var(--color-dark); }
.faq-icon {
  font-size: 1.3rem; color: var(--gold-500); flex-shrink: 0;
  transition: var(--transition); font-weight: 300;
}
.faq-q.open .faq-icon { transform: rotate(45deg); color: var(--gold-300); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
  background: var(--white);
  border: 1px solid rgba(28,26,23,0.06);
  border-top: none;
}
.faq-a.open { max-height: 200px; padding: 20px 28px; }
.faq-a p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; }

/* ========================================
   CONTACT PAGE
======================================== */
.contact-section { background: var(--ivory); }
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: start;
}
.contact-form-wrap .section-title { margin-bottom: 8px; }
.contact-form-wrap > p { color: var(--text-muted); margin-bottom: 36px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em;
  color: var(--text-muted); text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 18px;
  border: 1.5px solid rgba(28,26,23,0.12);
  border-radius: var(--radius-md);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-light); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; cursor: pointer; }
.form-privacy {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--text-light);
  margin-top: 4px;
}
.whatsapp-shortcut {
  display: flex; align-items: center; gap: 16px;
  background: #25D366; color: var(--white);
  border-radius: var(--radius-md); padding: 18px 22px;
  margin-top: 20px;
  transition: var(--transition);
}
.whatsapp-shortcut:hover { background: #1db954; transform: translateY(-2px); }
.whatsapp-shortcut strong { display: block; font-size: 0.95rem; }
.whatsapp-shortcut span { font-size: 0.82rem; opacity: 0.85; }

/* Info Cards */
.info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid rgba(28,26,23,0.06);
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
}
.info-card h4 { color: var(--color-primary-hover); margin-bottom: 20px; font-size: 1.1rem; }
.info-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(28,26,23,0.05);
}
.info-item:last-child { border-bottom: none; }
.info-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-500); flex-shrink: 0;
}
.info-label {
  display: block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 3px;
}
.info-item a { color: var(--color-primary); font-size: 0.95rem; transition: var(--transition); }
.info-item a:hover { color: var(--gold-400); }
.info-item span { color: var(--text-body); font-size: 0.92rem; line-height: 1.6; }

/* Timings */
.timings-list { display: flex; flex-direction: column; gap: 2px; }
.timing-row {
  display: flex; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(28,26,23,0.05);
  font-size: 0.9rem;
}
.timing-row:last-child { border-bottom: none; }
.timing-day { color: var(--text-body); font-weight: 500; }
.timing-hours { color: var(--gold-500); }
.timing-row.closed .timing-hours { color: var(--text-light); }
.closed-tag { font-style: italic; }
.timings-note {
  margin-top: 14px; font-size: 0.8rem; color: var(--text-muted);
  line-height: 1.5;
}
.map-card { overflow: hidden; }
.map-address { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 16px; }
.map-embed { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 14px; }
.map-link { font-size: 0.85rem; color: var(--gold-500); font-weight: 500; transition: var(--transition); }
.map-link:hover { color: var(--color-primary-hover); }

/* ========================================
   GALLERY PAGE
======================================== */
.gallery-section { background: var(--ivory); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}
.gallery-item {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; cursor: pointer;
}
.gallery-item.large { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(10,24,15,0);
  display: flex; align-items: flex-end;
  padding: 20px;
  transition: var(--transition);
}
.gallery-overlay span {
  color: var(--white);
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em;
  opacity: 0; transform: translateY(8px);
  transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { background: rgba(10,24,15,0.5); }
.gallery-item:hover .gallery-overlay span { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(5,12,8,0.95);
  display: none; align-items: center; justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox-img-wrap { max-width: 900px; width: 100%; text-align: center; }
.lightbox-img-wrap img { max-height: 80vh; border-radius: var(--radius-lg); margin: 0 auto; }
.lightbox-caption { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin-top: 12px; }
.lightbox-close {
  position: fixed; top: 24px; right: 28px;
  font-size: 1.5rem; color: var(--white);
  background: rgba(255,255,255,0.1); border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.lightbox-close:hover { background: rgba(255,255,255,0.2); }
.lightbox-prev, .lightbox-next {
  position: fixed; top: 50%; transform: translateY(-50%);
  font-size: 2.5rem; color: var(--white);
  background: rgba(255,255,255,0.08); border-radius: 50%;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,0.18); }

/* ========================================
   HOME PREMIUM — index.html
======================================== */
.section-divider-top {
  border-top: 1px solid rgba(184, 150, 62, 0.22);
}

.services-section--premium {
  background: var(--color-bg) !important;
}

/* Fixed header + in-page targets (hero “Scroll”, pills): avoids bare gap under nav */
#services-split,
#about-intro,
#contact-main,
#gallery-main,
#consultation,
#hijama,
#counselling {
  scroll-margin-top: 72px;
}

/* ========================================
   SERVICES SPLIT (scroll-pinned layout)
======================================== */
.services-split {
  background: #FAFAF7;
  margin: 0;
  padding: 0;
}

.services-split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0;
}

.services-split-left {
  position: relative;
}

.services-split-sticky {
  position: sticky;
  top: 72px;
  padding: 96px 56px 96px 0;
  height: fit-content;
}

.services-split-heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 12px 0 16px;
}

.services-split-sub {
  font-size: 0.88rem;
  color: #5A5A5A;
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 40px;
}

.services-split-counter {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}

.counter-current {
  font-size: 2rem;
  font-weight: 300;
  color: #C9A84C;
  transition: color 0.4s ease, transform 0.4s ease;
  font-family: 'Poppins', sans-serif;
}

.counter-divider {
  font-size: 1rem;
  color: #CCCCCC;
}

.counter-total {
  font-size: 0.9rem;
  color: #AAAAAA;
  font-weight: 300;
}

.services-split-progress {
  width: 48px;
  height: 2px;
  background: #E0E0E0;
  border-radius: 2px;
  overflow: hidden;
}

.services-split-progress-bar {
  height: 100%;
  width: 33.33%;
  background: #C9A84C;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.services-split-right {
  border-left: 1px solid #EBEBEB;
  padding-left: 56px;
}

.service-panel {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid #F0F0F0;
  opacity: 0.35;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.service-panel:last-child {
  border-bottom: none;
}

.service-panel-num {
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--color-gold);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.service-panel-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 16px;
  line-height: 1.3;
}

.service-panel-text {
  font-size: 0.88rem;
  color: #5A5A5A;
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 28px;
}

.service-panel-link {
  font-size: 0.82rem;
  font-weight: 500;
  color: #C9A84C;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #C9A84C;
  padding-bottom: 2px;
  transition: opacity 0.2s;
  display: inline-block;
}

.service-panel-link:hover {
  opacity: 0.7;
}

/* Tighter handoff between split and following sections */
.services-split + .section.service-detail-section {
  padding-top: 56px !important;
}

.services-split + .section.philosophy-section {
  padding-top: 64px !important;
}

@media (max-width: 768px) {
  .services-split-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .services-split-sticky {
    position: relative;
    top: 0;
    padding: 48px 0 28px;
  }

  .services-split-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #EBEBEB;
  }

  .service-panel {
    min-height: auto;
    opacity: 1;
    transform: none;
    padding: 40px 0;
  }

  .services-split-counter,
  .services-split-progress {
    display: none;
  }

  .services-split + .section.service-detail-section {
    padding-top: 48px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-panel {
    transition: none;
  }

  .services-split-progress-bar {
    transition: none;
  }

  .counter-current {
    transition: none;
  }
}

.cards-grid--premium {
  gap: 32px;
}

.service-card--premium {
  border-radius: var(--radius-premium);
  box-shadow: var(--shadow-soft);
  border: none;
  padding: 40px 36px 36px;
  border-top: 3px solid var(--color-primary);
}
.service-card--premium::before {
  display: none;
}
.service-card--premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card-num--premium {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-gold);
  opacity: 0.25;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.service-card--premium .card-title {
  color: var(--color-text);
  font-weight: 600;
}
.service-card--premium .card-text {
  color: var(--color-body);
}
.service-card--premium .card-link {
  color: var(--color-primary);
}
.service-card--premium .card-link:hover {
  color: var(--color-primary-hover);
}

.philosophy-section--premium {
  background: var(--color-sage) !important;
  position: relative;
  overflow: hidden;
}
.philosophy-bg-text--muted {
  color: rgba(26, 26, 26, 0.04) !important;
}
.philosophy-section--premium .philosophy-left .section-title {
  color: var(--color-text);
}
.philosophy-section--premium .philosophy-intro {
  color: var(--color-body);
}
.philosophy-section--premium .pillar--premium {
  border-bottom-color: rgba(28, 26, 23, 0.1);
}
.philosophy-section--premium .pillar--premium:first-child {
  border-top-color: rgba(28, 26, 23, 0.1);
}
.philosophy-section--premium .pillar-num {
  color: var(--color-gold);
}
.philosophy-section--premium .pillar h4 {
  color: var(--color-text);
}
.philosophy-section--premium .pillar p {
  color: var(--color-body);
}

.specialist-section--premium {
  background: var(--color-bg) !important;
}

.specialist-layout--premium {
  grid-template-columns: minmax(280px, 420px) 1fr;
  align-items: center;
}

.specialist-image--premium {
  border-radius: var(--radius-premium);
  overflow: hidden;
  position: relative;
}
.specialist-image--premium::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(28, 26, 23, 0.12), transparent);
  border-radius: inherit;
}
.specialist-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
  border: 1.5px solid var(--color-gold);
  display: block;
  border-radius: var(--radius-premium);
  box-shadow: var(--shadow-soft);
}

.specialist-badge--premium {
  bottom: 20px !important;
  left: 20px !important;
  background: var(--color-primary) !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  z-index: 2;
}

.specialist-section--premium .specialist-intro {
  color: var(--color-body);
  font-size: 1.0625rem;
}

.btn-specialist-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.25s ease;
}
.btn-specialist-profile:hover {
  background: var(--color-primary-hover);
}

.testimonials-section--premium {
  background: var(--color-sage) !important;
}

.testimonial-card--premium {
  border-radius: var(--radius-premium);
  box-shadow: var(--shadow-soft);
  border: none;
  padding: 32px 28px;
}

.testimonial-stars {
  color: var(--color-gold);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.testimonial-card--premium .quote-mark {
  color: var(--color-sage);
  margin-bottom: 12px;
}

.testimonial-card--premium .testimonial-text {
  color: var(--color-text);
}

.testimonial-avatar-initial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Video block: warm light band — contrasts with dark ambassador CTA below */
.video-section--premium {
  background: linear-gradient(180deg, #faf8f5 0%, #f4efe8 48%, #ebe4da 100%) !important;
  border-bottom: 1px solid rgba(28, 26, 23, 0.08);
}

.video-content--premium .section-eyebrow--on-dark {
  color: #a08028;
}

.section-title--on-dark {
  color: #ffffff !important;
}

.video-section--premium .section-title--on-dark {
  color: var(--color-primary-hover) !important;
}

.video-subtitle--premium {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 400;
}

.video-section--premium .video-subtitle--premium {
  color: var(--text-dark) !important;
}

.video-lede {
  color: rgba(255, 255, 255, 0.85);
  margin: 16px 0 28px;
  line-height: 1.75;
  max-width: 520px;
}

.video-section--premium .video-lede {
  color: var(--text-body);
}

.btn-video-cta {
  background: var(--color-gold);
  color: var(--color-text) !important;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.btn-video-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .video-section--premium .video-content--premium {
    text-align: center;
  }
  .video-section--premium .video-lede {
    margin-left: auto;
    margin-right: auto;
  }
  .video-section--premium .btn-video-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

.video-placeholder--premium {
  border-radius: var(--radius-premium);
  overflow: hidden;
  min-height: 320px;
}

.video-frame--premium {
  border-radius: var(--radius-premium);
  background: linear-gradient(155deg, #1C1A17 0%, #2E2A22 45%, #3A3228 100%);
  border: 1px solid rgba(28, 26, 23, 0.15);
  box-shadow: 0 16px 48px rgba(28, 26, 23, 0.14);
}

.video-frame--premium.video-frame--embed {
  aspect-ratio: 16 / 9;
  min-height: 320px;
  display: block;
  padding: 0;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.video-frame--premium.video-frame--embed::before {
  display: none;
}

.video-iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
  border-radius: 12px;
  display: block;
}

.cta-banner--premium {
  background: var(--color-primary) !important;
}
.cta-banner--premium::before {
  background: radial-gradient(ellipse at 70% 50%, rgba(184, 150, 62, 0.15), transparent 60%);
}
.cta-banner--premium h2 {
  color: #ffffff;
}
.cta-banner--premium > .cta-inner > p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.cta-actions--premium {
  gap: 14px;
}

.btn-cta-solid {
  background: #ffffff !important;
  color: var(--color-primary) !important;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  box-shadow: none;
}
.btn-cta-solid:hover {
  background: var(--color-sage) !important;
  transform: translateY(-2px);
}

.btn-cta-outline {
  background: transparent !important;
  color: #ffffff !important;
  border: 1.5px solid var(--color-gold) !important;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: none;
}
.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}

.footer.footer--premium {
  background: #fafcfa;
  border-top: 1px solid rgba(28, 24, 18, 0.06);
  padding-top: 56px;
}
.footer--premium .footer-grid {
  border-bottom: 1px solid rgba(28, 24, 18, 0.1);
}
.footer--premium .footer-tagline {
  color: rgba(28, 24, 18, 0.72);
}
.footer--premium .footer-web {
  color: var(--color-gold);
}
.footer--premium .footer-col h5 {
  color: rgba(28, 24, 18, 0.45);
}
.footer--premium .footer-col ul li a,
.footer--premium .footer-col ul li span {
  color: rgba(28, 24, 18, 0.78);
}
.footer--premium .footer-col ul li a:hover {
  color: var(--color-primary-hover);
}

.footer-bottom--premium {
  border-top: none;
  color: rgba(28, 24, 18, 0.45);
}
.footer-bottom--premium a,
.footer-designed {
  color: rgba(28, 24, 18, 0.55);
}

/* ========================================
   ANIMATIONS
======================================== */
.fade-up {
  opacity: 0; transform: translateY(28px);
  animation: fadeUp 0.7s cubic-bezier(0.4,0,0.2,1) forwards;
}
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.28s; }
.delay-3 { animation-delay: 0.42s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.12s; }
.reveal.delay-2 { transition-delay: 0.24s; }
.reveal.delay-3 { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-up {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .scroll-line {
    animation: none;
  }
  .hero-bg {
    will-change: auto;
  }
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 1024px) {
  :root { --section-gap: 72px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .specialist-layout { grid-template-columns: 320px 1fr; gap: 48px; }
  .specialist-full-layout { grid-template-columns: 300px 1fr; gap: 48px; }
  .about-intro-layout { grid-template-columns: 1fr 1fr; gap: 48px; }
  .service-detail-layout { grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); gap: 40px 48px; }
  .service-detail-layout.reverse { grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); }
  .philosophy-layout { gap: 48px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr 360px; }
  .quals-expertise { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  :root { --section-gap: 64px; }

  .container {
    padding: 0 20px;
  }

  .nav-inner {
    padding: 0 20px;
    height: 52px;
  }

  .nav-logo-img {
    height: 34px !important;
    transform: scale(1.52);
  }
  .footer-logo-img {
    height: 44px !important;
    transform: scale(1.06);
  }

  /* Nav */
  .nav-links {
    position: fixed; top: 0; right: -100%; bottom: 0;
    width: 80%; max-width: 320px;
    background: #ffffff;
    flex-direction: column; align-items: flex-start;
    padding: 72px 28px 40px;
    gap: 4px;
    transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -8px 0 40px rgba(0,0,0,0.12);
    border-left: 1px solid var(--color-nav-border);
    z-index: 999;
  }
  .nav-links.open { right: 0; }
  .nav-link { font-size: 1rem; padding: 12px 0; width: 100%; border-radius: 0; color: var(--color-text); }
  .nav-link.active {
    padding: 10px 18px;
    width: fit-content;
    border-radius: 4px;
  }
  .nav-cta {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .nav-toggle {
    display: flex;
    z-index: 1000;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-right: -8px;
  }

  /* Hero */
  .hero-stack {
    padding: 0 24px;
    gap: clamp(1rem, 3vh, 2rem);
  }
  .hero-title {
    font-size: clamp(1.52rem, 6vw, 2.15rem);
    max-width: 100%;
  }

  .hero-eyebrow {
    font-size: 10px;
  }

  .page-hero {
    min-height: 62vh;
    padding: 92px 20px 112px;
  }

  .page-hero-title {
    font-size: clamp(1.52rem, 6vw, 2.15rem);
    max-width: 100%;
  }

  .page-hero-content {
    max-width: 100%;
    padding: 0 24px;
  }
  .hero-sub {
    font-size: 16px;
  }

  .page-hero-sub {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 0.875rem !important;
  }

  .page-hero .btn-primary {
    min-height: 48px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .services-nav-pills {
    gap: 10px;
  }
  .pill {
    min-height: 48px;
    padding: 12px 22px;
    flex: 1 1 calc(50% - 10px);
    max-width: 100%;
  }

  /* Grids → single col */
  .cards-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .journey-cards { grid-template-columns: 1fr; }
  .philosophy-layout { grid-template-columns: 1fr; gap: 40px; }
  .specialist-layout { grid-template-columns: 1fr; }
  .specialist-full-layout { grid-template-columns: 1fr; }
  .about-intro-layout { grid-template-columns: 1fr; }
  .video-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .service-detail-layout { grid-template-columns: 1fr; }
  .service-detail-layout.reverse { grid-template-columns: 1fr; }
  .service-detail-layout.reverse .service-detail-content { order: 0; }
  .service-detail-image {
    position: relative;
    top: auto;
    align-self: stretch;
  }
  .service-detail-image img {
    max-height: none;
  }
  .service-detail-content {
    max-width: 100%;
    justify-self: stretch;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .gallery-item.large { grid-column: span 1; }

  /* Form */
  .form-row { grid-template-columns: 1fr; }

  /* Approach */
  .step-connector { margin-left: 24px; }

  /* Lightbox nav */
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }

  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions .btn { width: 100%; max-width: 280px; justify-content: center; }

  .cta-actions--premium {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .cta-actions--premium .btn-cta-solid,
  .cta-actions--premium .btn-cta-outline {
    width: 100%;
    max-width: none;
    justify-content: center;
  }

  .specialist-layout--premium {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .gallery-item.large { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ----- Brand ambassador CTA (index) — BEM, no Tailwind ----- */
.brand-ambassador-cta {
  position: relative;
  overflow-x: clip;
  border-top: 1px solid rgba(201, 168, 76, 0.35);
  background: linear-gradient(135deg, #1c1a17 0%, #2e2a22 50%, #3a3228 100%);
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .brand-ambassador-cta {
    overflow: visible;
    padding-bottom: 5rem;
  }
}

.brand-ambassador-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 0;
}
@media (min-width: 640px) {
  .brand-ambassador-inner {
    padding: 3.5rem 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .brand-ambassador-inner {
    padding: 5rem 2.5rem 0;
  }
}

.brand-ambassador-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .brand-ambassador-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
  }
}
@media (min-width: 1280px) {
  .brand-ambassador-grid {
    column-gap: 4rem;
  }
}

.brand-ambassador-figure {
  order: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding: 0;
}
@media (min-width: 1024px) {
  .brand-ambassador-figure {
    order: 2;
    max-width: 480px;
    justify-self: center;
  }
}
@media (min-width: 1280px) {
  .brand-ambassador-figure {
    max-width: 520px;
  }
}

.brand-ambassador-figure-inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}

.brand-ambassador-cta .brand-ambassador-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: min(100%, 420px);
  max-height: min(72vh, 560px);
  height: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
}
@media (min-width: 640px) {
  .brand-ambassador-cta .brand-ambassador-img {
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .brand-ambassador-cta .brand-ambassador-img {
    max-height: min(76vh, 580px);
    max-width: 100%;
  }
}

.brand-ambassador-caption {
  font-family: 'Poppins', sans-serif;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 0 0.5rem 2rem;
  text-align: center;
}
@media (min-width: 640px) {
  .brand-ambassador-caption {
    margin-top: 1.75rem;
  }
}

.ambassador-cap-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-gold) !important;
}
@media (min-width: 640px) {
  .ambassador-cap-name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .ambassador-cap-name {
    font-size: 1.65rem;
  }
}

.ambassador-cap-role {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.88) !important;
}
@media (min-width: 640px) {
  .ambassador-cap-role {
    font-size: 0.8125rem;
  }
}

.ambassador-cap-tagline {
  display: block;
  margin: 0.75rem auto 0;
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82) !important;
}
@media (min-width: 640px) {
  .ambassador-cap-tagline {
    font-size: 1.05rem;
  }
}

.brand-ambassador-copy {
  order: 2;
  width: 100%;
  max-width: 36rem;
}
@media (min-width: 1024px) {
  .brand-ambassador-copy {
    order: 1;
    justify-self: start;
    padding-right: 0.5rem;
  }
}

.brand-ambassador-eyebrow {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-gold);
}
@media (min-width: 1024px) {
  .brand-ambassador-eyebrow {
    text-align: left;
    font-size: 0.6875rem;
  }
}

.brand-ambassador-cta .brand-ambassador-copy h2 {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}
@media (min-width: 640px) {
  .brand-ambassador-cta .brand-ambassador-copy h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .brand-ambassador-cta .brand-ambassador-copy h2 {
    text-align: left;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.15;
  }
}

.brand-ambassador-cta .brand-ambassador-copy > p {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (min-width: 640px) {
  .brand-ambassador-cta .brand-ambassador-copy > p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .brand-ambassador-cta .brand-ambassador-copy > p {
    text-align: left;
  }
}

.brand-ambassador-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 640px) {
  .brand-ambassador-actions {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .brand-ambassador-actions {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.btn-ambassador-primary,
.btn-ambassador-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
@media (min-width: 640px) {
  .btn-ambassador-primary,
  .btn-ambassador-secondary {
    flex: 1 1 46%;
    width: auto;
    min-width: 0;
  }
}

.btn-ambassador-primary {
  background: #ffffff;
  color: #1c1a17;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.btn-ambassador-primary:hover {
  transform: translateY(-2px);
  background: #faf7f0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

.btn-ambassador-secondary {
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.btn-ambassador-secondary:hover {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.brand-ambassador-trust {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .brand-ambassador-trust {
    font-size: 0.92rem;
  }
}

.brand-ambassador-trust li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9) !important;
}
@media (min-width: 1024px) {
  .brand-ambassador-trust li {
    justify-content: flex-start;
  }
}

.brand-ambassador-trust li span[aria-hidden='true'] {
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: var(--color-gold);
}

@keyframes ambassadorCapIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.brand-ambassador-caption .ambassador-cap-name {
  opacity: 0;
  animation: ambassadorCapIn 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.35s forwards;
}
.brand-ambassador-caption .ambassador-cap-role {
  opacity: 0;
  animation: ambassadorCapIn 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.52s forwards;
}
.brand-ambassador-caption .ambassador-cap-tagline {
  opacity: 0;
  animation: ambassadorCapIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.68s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .brand-ambassador-caption .ambassador-cap-name,
  .brand-ambassador-caption .ambassador-cap-role,
  .brand-ambassador-caption .ambassador-cap-tagline {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Floating WhatsApp (mobile / tablet only) */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}
@media (min-width: 1024px) {
  .whatsapp-float {
    display: none;
  }
}
