/* ============================================================
   KUNENE WEALTH MANAGEMENT — style.css  v2
   Premium Autumn Wealth Theme · Bootstrap 5
   ============================================================ */

/*  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
/* ── Tokens ── */

:root {
    --navy: #0F172A;
    --charcoal: #1E293B;
    --brown: #6B4423;
    --bronze: #A97142;
    --gold: #C89B3C;
    --gold-hi: #D4AE58;
    --gold-pale: #E8D09A;
    --cream: #FAF7F2;
    --beige: #F5EBDD;
    --sand: #EADCC8;
    --copper: #B66A3C;
    --orange: #C46A2B;
    --muted: #64748B;
    --serif: 'Playfair Display',  serif;
    --sans: 'Inter', sans-serif;
    --ease: cubic-bezier(.25,.46,.45,.94);
    --py: 110px;
    --py-sm: 70px;
}

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -.01em; }

/* ── Helpers ── */
.serif       { font-family: var(--serif); }
.text-gold   { color: var(--gold); }
.text-cream  { color: var(--cream); }
.bg-navy     { background: var(--navy); }
.bg-charcoal { background: var(--charcoal); }
.bg-cream    { background: var(--cream); }
.bg-beige    { background: var(--beige); }
.bg-sand     { background: var(--sand); }
.py-section  { padding: var(--py) 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.eyebrow-light { color: var(--gold-pale); }
.eyebrow-light::before { background: var(--gold-pale); }

.gold-rule {
  display: block;
  width: 56px; height: 2px;
  background: var(--gold);
}

/* ── Buttons ── */
.btn-kwm {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  padding: 15px 38px;
  border-radius: 0;
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn-kwm-gold {
  background: var(--gold);
  color: var(--navy);
  border: 2px solid var(--gold);
}
.btn-kwm-gold:hover {
  background: var(--gold-hi);
  border-color: var(--gold-hi);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,155,60,.3);
}
.btn-kwm-outline-cream {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(250,247,242,.4);
}
.btn-kwm-outline-cream:hover {
  border-color: var(--cream);
  color: var(--cream);
  background: rgba(250,247,242,.08);
  transform: translateY(-2px);
}
.btn-kwm-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-kwm-outline-gold:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-kwm-dark {
  background: var(--navy);
  color: #fff;
  border: 2px solid var(--navy);
}
.btn-kwm-dark:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: #fff;
  transform: translateY(-2px);
}

/* ══════════════════════
   NAVBAR
══════════════════════ */
#mainNav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1050;
  padding: 20px 0;
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s;
}
#mainNav.scrolled {
  background: rgba(15,23,42,.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 13px 0;
  box-shadow: 0 4px 40px rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(200,155,60,.12);
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar-brand-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 20px 0 0;
}
.navbar-logo {
    height: 52px;
    width: auto;
    display: block;
}
.brand-logo {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.brand-mark { width: 34px; height: 34px; flex-shrink: 0; }
.brand-wordmark b {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.1;
}
.brand-wordmark small {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-top: 2px;
}
.nav-link-kwm {
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.65) !important;
  padding: 6px 0 !important;
  margin: 0 16px !important;
  position: relative;
  transition: color .2s !important;
}
.nav-link-kwm::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.nav-link-kwm:hover, .nav-link-kwm.active {
  color: #fff !important;
}
.nav-link-kwm:hover::after, .nav-link-kwm.active::after { width: 100%; }
.navbar-toggler {
  border: none !important;
  padding: 4px !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ══════════════════════
   HERO
══════════════════════ */
#hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  will-change: transform;
  transition: transform 8s ease-out;
}
.hero-bg.loaded { transform: scale(1) !important; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15,23,42,.82) 0%,
    rgba(15,23,42,.65) 50%,
    rgba(107,68,35,.40) 100%
  );
}
.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 75% 35%, rgba(200,155,60,.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 55% at 15% 75%, rgba(107,68,35,.10) 0%, transparent 55%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  width: 100%;
}
.hero-eyebrow {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 28px;
}
.hero-h1 em {
  font-style: italic;
  color: var(--gold-hi);
}
.hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,.58);
  max-width: 500px;
  margin-bottom: 48px;
}
.hero-btns { margin-bottom: 72px; display: flex; flex-wrap: wrap; gap: 14px; }

.hero-side-stats {
    border-left: 1px solid rgba(200,155,60,.25);
    padding-left: 30px;
}

.hero-side-stat {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .hero-side-stat:last-child {
        border-bottom: none;
    }

    .hero-side-stat h3 {
        font-family: var(--serif);
        font-size: 36px;
        color: var(--gold);
        margin-bottom: 4px;
        line-height: 1;
    }

    .hero-side-stat p {
        margin: 0;
        font-size: 11px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(255,255,255,.65);
        line-height: 1.5;
    }

/* Trust strip */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
  gap: 0;
}
.trust-item {
  padding: 0 40px 0 0;
  margin-right: 40px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.trust-item:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.trust-num {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.trust-label {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .08em;
  color: rgba(255,255,255,.38);
}

/* Scroll indicator — removed */

/* ══════════════════════
   ABOUT
══════════════════════ */
.about-modern {
    padding: 120px 0;
    background: #F5EBDD;
}

.about-modern-title {
    font-family: var(--serif);
    font-size: clamp(44px, 4.8vw, 68px);
    font-weight: 300;
    line-height: .96;
    letter-spacing: -.02em;
}

    .about-modern-title em {
        display: block;
        font-style: italic;
        color: #A45F35;
    }

.about-modern-text {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 22px;
}

    .about-modern-text.dark {
        color: #020617;
    }

.about-dark-card {
    background: #0F172A;
    border-radius: 36px;
    padding: 72px 64px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

    .about-dark-card h3 {
        font-family: var(--serif);
        font-size: clamp(40px, 4.2vw, 60px);
        font-weight: 300;
        line-height: .96;
        letter-spacing: -.02em;
    }

    .about-dark-card p {
        font-size: 16px;
        line-height: 1.65;
        color: rgba(255,255,255,0.75);
        margin-bottom: 24px;
    }

    .about-dark-card .fw-bold {
        color: rgba(255,255,255,0.9);
    }

@media (max-width: 768px) {
    .about-modern {
        padding: 80px 0;
    }

    .about-dark-card {
        padding: 44px 30px;
        border-radius: 24px;
    }

        .about-modern-text,
        .about-dark-card p {
            font-size: 16px;
        }
}

/* ══════════════════════
   PHILOSOPHY
══════════════════════ */
#philosophy-modern {
    padding: 110px 0;
    background: #f8efe1;
}

.modern-phil-title {
    font-family: var(--serif);
    font-size: clamp(44px, 4.8vw, 68px);
    font-weight: 300;
    line-height: .96;
    letter-spacing: -.02em;
}

    .modern-phil-title em {
        font-style: italic;
        color: #a55d32;
    }

.modern-phil-text {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.55;
    color: #334155;
    margin-bottom: 32px;
}

.modern-quote {
    max-width: 700px;
    background: #111827;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    padding: 34px 42px;
    border-radius: 0 26px 26px 26px;
    border-left: 5px solid var(--gold);
}

.season-modern-card {
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 26px;
    padding: 34px 32px;
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 22px;
    align-items: start;
}

    .season-modern-card span {
        font-family: var(--serif);
        font-size: 16px;
        font-weight: 700;
        color: #a55d32;
    }

    .season-modern-card h3 {
        font-family: var(--serif);
        font-size: 22px;
        font-weight: 400;
    }

    .season-modern-card p {
        font-size: 16px;
        line-height: 1.5;
        color: #536174;
        margin: 0;
    }

@media (max-width: 991px) {
    .modern-phil-title {
        font-size: 54px;
    }

    .season-modern-card {
        grid-template-columns: 40px 1fr;
    }
}


/* Quote box */
.phil-quote-box {
  margin-top: 72px;
  padding: 60px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(200,155,60,.2);
}
.phil-quote-box::before,
.phil-quote-box::after {
  content: '';
  position: absolute;
  width: 56px; height: 56px;
  border-style: solid;
  border-color: var(--gold);
  opacity: .3;
}
.phil-quote-box::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.phil-quote-box::after  { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }
.phil-quote {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400; font-style: italic;
  color: #fff; line-height: 1.28; margin-bottom: 20px;
}
.phil-quote-attr {
  font-size: 10.5px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); font-weight: 500;
}

/* ══════════════════════
   SERVICES
══════════════════════ */
#services { padding: var(--py) 0; background: var(--beige); }

.svc-heading {
  font-size: clamp(40px, 4.2vw, 60px); font-weight: 400;
  color: var(--navy); line-height: 1.05;
}
.svc-heading em { font-style: italic; color: var(--bronze); }
.svc-intro-para {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.82;
  color: #475569;
  max-width: 680px;
  margin-top: 22px;
}

.svc-card {
  background: #fff;
  padding: 44px 36px;
  height: 100%;
  border-bottom: 2px solid transparent;
  transition: box-shadow .3s var(--ease), transform .3s, border-color .3s;
}
.svc-card:hover {
  box-shadow: 0 16px 56px rgba(15,23,42,.1);
  transform: translateY(-5px);
  border-color: var(--gold);
}
.svc-icon {
  width: 46px; height: 46px;
  color: var(--gold); margin-bottom: 26px;
}
.svc-title {
  font-size: 22px; font-weight: 500;
  color: var(--navy); margin-bottom: 12px; line-height: 1.15;
}
.svc-body {
  font-size: 15px; font-weight: 300;
  line-height: 1.72; color: var(--muted); margin-bottom: 22px;
}
.svc-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.svc-list li {
  font-size: 13px; color: var(--charcoal);
  display: flex; align-items: flex-start; gap: 10px;
}
.svc-list li::before {
  content: '';
  display: block;
  width: 14px; height: 1px;
  background: var(--gold); flex-shrink: 0; margin-top: 9px;
}

/* ══════════════════════
   CLIENTS
══════════════════════ */
.clients-premium {
    padding: var(--py) 0;
    background: var(--navy);
    position: relative;
    overflow: hidden;
}

.clients-intro {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,.55);
    max-width: 620px;
    margin-top: 20px;
}

.client-card-premium {
    height: 100%;
    padding: 42px 34px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(200,155,60,.16);
    border-radius: 26px;
    transition: all .3s var(--ease);
}

    .client-card-premium:hover {
        background: rgba(200,155,60,.07);
        border-color: rgba(200,155,60,.45);
        transform: translateY(-6px);
    }

.client-bi {
    font-size: 34px;
    color: var(--gold);
    margin-bottom: 26px;
    display: inline-block;
}

.client-card-premium h3 {
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15;
}

.client-card-premium p {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,.52);
    margin: 0;
}

#clients { padding: var(--py) 0; background: var(--charcoal); position: relative; overflow: hidden; }
.clients-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 50% at 80% 50%, rgba(200,155,60,.07) 0%, transparent 60%);
  pointer-events: none;
}
.clients-heading {
  font-size: clamp(40px, 4.2vw, 60px); font-weight: 300;
  color: #fff; line-height: 1.05;
}
.clients-heading em { font-style: italic; color: var(--gold-hi); }

.client-card {
  border: 1px solid rgba(200,155,60,.15);
  padding: 34px 28px; height: 100%;
  background: rgba(255,255,255,.02);
  position: relative; overflow: hidden;
  transition: all .3s var(--ease);
}
.client-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--gold);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .35s var(--ease);
}
.client-card:hover {
  background: rgba(200,155,60,.04);
  border-color: rgba(200,155,60,.3);
  transform: translateX(5px);
}
.client-card:hover::before { transform: scaleY(1); }
.client-icon { font-size: 26px; margin-bottom: 14px; }
.client-name {
  font-family: var(--serif); font-size: 22px;
  font-weight: 500; color: #fff; margin-bottom: 8px;
}
.client-desc {
  font-size: 12.5px; font-weight: 300;
  line-height: 1.65; color: rgba(255,255,255,.42);
}

/* ══════════════════════
   PARTNERS
══════════════════════ */

.logo-slider {
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding: 48px 0;
    background: transparent;
    border: none;
    margin-left: calc(-50vw + 50%);
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: logoSlide 30s linear infinite;
}

    .logo-track img {
        height: 52px;
        width: 140px;
        object-fit: contain;
        object-position: center;
        opacity: .75;
        transition: all .3s ease;
        filter: grayscale(0%) contrast(1);
        mix-blend-mode: multiply;
        background: transparent;
    }

        .logo-track img:hover {
            opacity: 1;
            transform: scale(1.05);
        }



.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

@keyframes logoSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#partners { padding: var(--py) 0; background: var(--cream); }
.partners-heading {
  font-size: clamp(40px, 4.2vw, 60px); font-weight: 400;
  color: var(--navy); line-height: 1.1;
}
.partners-heading em { font-style: italic; color: var(--bronze); }
.partner-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  padding: 32px 24px;
  text-align: center;
  transition: all .25s var(--ease);
  cursor: default;
}
.partner-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 24px rgba(200,155,60,.14);
  transform: translateY(-3px);
}
.partner-name {
  font-family: var(--serif); font-size: 20px;
  font-weight: 500; color: var(--navy); margin-bottom: 4px;
}
.partner-type {
  font-size: 10px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--bronze);
}

/* ══════════════════════
   MEET STRIP
══════════════════════ */
#meet-strip {
  background: var(--brown);
  position: relative; overflow: hidden;
}
.meet-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.meet-grid-flipped {
  /* text left, image right */
}
.meet-img-col {
    position: relative;
    overflow: hidden;
}
.meet-img-col-right {
    order: 2;
}
.meet-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.meet-img-col::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to left, transparent 55%, var(--brown) 100%);
}
.meet-text-col {
  padding: 90px 72px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
  order: 1;
}
.meet-title {
  font-size: clamp(40px, 4.2vw, 60px); font-weight: 400;
  color: #fff; line-height: 1.1; margin-bottom: 18px;
}
.meet-title em { font-style: italic; color: var(--gold-pale); }
.meet-bio {
  font-size: 14.5px; font-weight: 300;
  line-height: 1.78; color: rgba(255,255,255,.6);
  max-width: 380px; margin-bottom: 32px;
}
.meet-name {
  font-family: var(--serif); font-size: 22px;
  font-weight: 500; color: var(--gold-pale); margin-bottom: 3px;
}
.meet-creds {
  font-size: 10.5px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-bottom: 32px;
}

/* ══════════════════════
   CONTACT
══════════════════════ */
#contact { padding: var(--py) 0; background: var(--cream); position: relative; overflow: hidden; }
.contact-heading {
  font-size: clamp(40px, 4.2vw, 60px); font-weight: 400;
  color: var(--navy); line-height: 1.05;
}
.contact-heading em { font-style: italic; color: var(--bronze); }

.contact-info-panel {
  background: var(--navy);
  padding: 52px 44px;
  height: 100%;
}
.ci-title {
  font-family: var(--serif); font-size: 26px;
  font-weight: 500; color: #fff; margin-bottom: 32px;
}
.ci-item { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
.ci-item:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ci-label {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 5px;
}
.ci-val { font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,.72); }
.ci-val a { color: inherit; transition: color .2s; }
.ci-val a:hover { color: var(--gold); }

.advisor-tag {
  display: flex; align-items: center; gap: 16px;
  margin-top: 36px; padding-top: 28px;
  border-top: 1px solid rgba(200,155,60,.2);
}
.advisor-init {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 19px; font-weight: 700;
  color: var(--navy); flex-shrink: 0;
}
.advisor-n {
  font-family: var(--serif); font-size: 17px;
  font-weight: 500; color: #fff; margin-bottom: 2px;
}
.advisor-c {
  font-size: 10.5px; font-weight: 300;
  color: rgba(255,255,255,.4); letter-spacing: .06em;
}

.contact-form-panel { background: #fff; padding: 52px 44px; }
.cf-title {
  font-family: var(--serif); font-size: 26px;
  font-weight: 500; color: var(--navy); margin-bottom: 32px;
}
.cf-label {
  display: block; font-size: 9.5px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(30,41,59,.42); margin-bottom: 7px;
}
.cf-input, .cf-select, .cf-textarea {
  width: 100%;
  background: var(--beige);
  border: 1.5px solid rgba(30,41,59,.1);
  border-radius: 0;
  font-family: var(--sans); font-size: 14px;
  font-weight: 300; color: var(--navy);
  padding: 13px 16px; outline: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
}
.cf-input:focus, .cf-select:focus, .cf-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,155,60,.1);
  background: #fff;
}
.cf-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C89B3C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: var(--beige);
  padding-right: 42px;
}
.cf-select:focus { background-color: #fff; }
.cf-textarea { height: 116px; resize: none; }
.cf-mb { margin-bottom: 18px; }

/* ══════════════════════
   FOOTER
══════════════════════ */
#footer {
  background: var(--navy);
  border-top: 1px solid rgba(200,155,60,.12);
  padding: 72px 0 32px;
}
.footer-name {
  font-family: var(--serif); font-size: 21px;
  font-weight: 600; color: #fff; letter-spacing: .04em;
}
.footer-fsp {
  font-size: 9px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin-top: 4px;
}
.footer-tagline {
  font-size: 13px; font-weight: 300;
  line-height: 1.7; color: rgba(255,255,255,.35);
  margin-top: 14px; max-width: 270px;
}
.footer-heading {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
  font-size: 12.5px; font-weight: 300;
  color: rgba(255,255,255,.4); transition: color .2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-divider { border-color: rgba(255,255,255,.06); margin: 40px 0 22px; }
.footer-copy {
  font-size: 11px; font-weight: 300;
  color: rgba(255,255,255,.22);
}
.footer-copy a { color: rgba(200,155,60,.55); }
.footer-copy a:hover { color: var(--gold); }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.38); font-size: 13px; margin-left: 8px;
  transition: all .2s; text-decoration: none;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

/* ══════════════════════
   ABOUT-NKULULEKO PAGE
══════════════════════ */
.adv-hero {
  min-height: 100vh;
  background: var(--navy);
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden; position: relative;
}
.adv-hero-img-col { position: relative; }
.adv-hero-img {
  width: 100%; height: 100%; min-height: 100vh;
  object-fit: cover; object-position: center top; display: block;
}
.adv-hero-img-col::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 50%, var(--navy) 95%);
}
.adv-hero-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px 64px 80px 52px;
  position: relative; z-index: 2;
}
.adv-name {
  font-family: var(--serif);
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 300; color: #fff;
  line-height: .97; letter-spacing: -.02em;
  margin-bottom: 16px;
}
.adv-name span { display: block; font-style: italic; color: var(--gold-hi); }
.adv-role {
  font-size: 13px; font-weight: 300;
  letter-spacing: .1em; color: rgba(255,255,255,.5);
  margin-bottom: 40px;
}
.cred-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 18px;
  border: 1px solid rgba(200,155,60,.25);
  margin-right: 10px; margin-bottom: 10px;
  font-size: 11.5px; font-weight: 500;
  letter-spacing: .07em; color: var(--gold-pale);
}

/* Bio */
.bio-section { padding: var(--py) 0; background: var(--cream); }
.bio-pull {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300; font-style: italic;
  color: var(--navy); line-height: 1.3;
  border-left: 3px solid var(--gold);
  padding-left: 28px; margin-bottom: 40px;
}
.bio-body {
  font-size: 16px; font-weight: 300;
  line-height: 1.84; color: #475569; margin-bottom: 20px;
}
.cred-row {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.cred-row:first-child { border-top: 1px solid rgba(15,23,42,.08); }
.cred-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
.cred-text {
  font-family: var(--serif); font-size: 19px;
  font-weight: 400; color: var(--navy);
}

/* Pillar mini-cards */
.pillar-card {
  padding: 20px 24px;
  background: var(--beige);
  border-left: 2px solid var(--gold);
}
.pillar-title {
  font-family: var(--serif); font-size: 17px;
  font-weight: 500; color: var(--navy); margin-bottom: 4px;
}
.pillar-text {
  font-size: 12.5px; font-weight: 300;
  color: var(--muted); line-height: 1.55;
}

/* Expertise */
.exp-card {
  background: var(--navy); padding: 36px 28px; height: 100%;
  transition: all .3s var(--ease);
}
.exp-card:hover { background: var(--charcoal); transform: translateY(-3px); }
.exp-icon { font-size: 24px; margin-bottom: 14px; }
.exp-title {
  font-family: var(--serif); font-size: 21px;
  font-weight: 500; color: #fff; margin-bottom: 8px;
}
.exp-text {
  font-size: 12.5px; font-weight: 300;
  color: rgba(255,255,255,.42); line-height: 1.65;
}

/* Timeline */
.timeline { position: relative; }
.timeline::before {
  content: '';
  position: absolute; left: 23px; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), rgba(200,155,60,.1));
}
.tl-item {
  display: flex; gap: 28px; margin-bottom: 44px;
  position: relative;
}
.tl-dot {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--navy); border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-family: var(--serif);
  font-size: 13px; font-weight: 700; color: var(--gold);
  position: relative; z-index: 1;
}
.tl-year {
  font-size: 10px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 5px;
}
.tl-title {
  font-family: var(--serif); font-size: 22px;
  font-weight: 500; color: var(--navy); margin-bottom: 6px;
}
.tl-text {
  font-size: 15px; font-weight: 300;
  color: var(--muted); line-height: 1.65;
}

/* Philosophy box */
.phil-box {
  background: var(--navy); padding: 48px 36px;
}
.phil-box-quote {
  font-family: var(--serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 300; font-style: italic;
  color: #fff; line-height: 1.4; margin-bottom: 20px;
}
.phil-box-sub {
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,.38); line-height: 1.65; margin-bottom: 28px;
}

.footer-credit-link {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(200,155,60,.4);
    transition: border-color .25s, color .25s;
}

    .footer-credit-link:hover {
        color: var(--gold-hi, var(--gold));
        border-color: var(--gold);
    }
/* Legacy CTA */
.legacy-cta {
  padding: 120px 0;
  background: var(--navy);
  position: relative; overflow: hidden; text-align: center;
}
.legacy-cta-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(200,155,60,.07) 0%, transparent 65%);
  pointer-events: none;
}
.legacy-cta h2 {
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 300; font-style: italic;
  color: #fff; line-height: 1.05; margin-bottom: 40px;
}
.legacy-cta h2 em {
  font-style: normal; color: var(--gold-hi);
}

/* ══════════════════════
   ANIMATIONS
══════════════════════ */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal-left {
  opacity: 0; transform: translateX(-30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal-right {
  opacity: 0; transform: translateX(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.revealed { opacity: 1 !important; transform: none !important; }

/* Safety: if JS has not run after 1s, force all reveals visible */
@keyframes forceReveal { to { opacity: 1; transform: none; } }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}

/* ══════════════════════
   RESPONSIVE
══════════════════════ */
@media (max-width: 991.98px) {
  :root { --py: 72px; }
  #mainNav, #mainNav.scrolled { padding: 14px 0; }
  .hero-h1 { font-size: clamp(46px, 11vw, 74px); }
  .trust-item { border-right: none; padding-right: 0; margin-right: 0; width: 50%; margin-bottom: 16px; }
  .about-main-img { height: 400px; }
  .about-img-corner { display: none; }
  .meet-grid { grid-template-columns: 1fr; }
  .meet-img-col { min-height: 320px; order: 1; }
  .meet-img-col-right { order: 1; }
  .meet-text-col { order: 2; }
  .meet-img-col::after { background: linear-gradient(to bottom, transparent 60%, var(--brown) 100%); }
  .meet-text-col { padding: 56px 28px; }
  .adv-hero { grid-template-columns: 1fr; }
  .adv-hero-img-col { display: none; }
  .adv-hero-content { padding: 130px 28px 80px; }
  .phil-quote-box { padding: 36px 24px; }
  .contact-info-panel, .contact-form-panel { padding: 40px 28px; }
}
@media (max-width: 767.98px) {
  .trust-row { flex-direction: column; gap: 20px; }
  .trust-item { width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 16px; }
  .trust-item:last-child { border-bottom: none; }
  #footer { padding: 48px 0 24px; }
  .footer-social { display: flex; flex-wrap: wrap; gap: 6px; }
  .footer-social a { margin-left: 0; }
}

/* ══════════════════════
   REVEAL SAFETY FALLBACK
   Ensures nothing stays blank if JS is slow or the
   IntersectionObserver misses elements on page load
══════════════════════ */
.reveal, .reveal-left, .reveal-right {
  animation: safeReveal 0s 1.5s forwards;
}
@keyframes safeReveal {
  to { opacity: 1; transform: none; }
}
/* Once JS adds .revealed the animation is overridden immediately */
.revealed {
  animation: none !important;
}
