:root {
  --gold: #b8882a;
  --gold-light: #d4a84b;
  --gold-pale: #f5eed8;
  --gold-border: rgba(184, 136, 42, 0.2);

  --bg: #f4f4f0;
  --bg2: #eeecea;

  --dark: #1a1a1a;
  --dark-section: #2a2a26;

  --body-color: #4a4a4a;
  --muted: #888888;

  --white: #ffffff;
  --dark: #111820;
  --dark-2: #1a2332;
  --grey-bg: #f4f5f3;
  --white: #ffffff;
  --text: #0f1923;
  --muted: #7a8899;
  --border: #e4e6e4;
}

/* ── Base ── */
html {
  scroll-behavior: smooth;
}

.sora {
  font-family: "Sora", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.exo {
  font-family: "Exo 2", sans-serif;
}

/* .jc-page-wrapper {
  padding-top: 64px;
} */

/* ── Page Hero ── */
.jc-page-hero {
  padding: 80px 24px 60px;
  background: linear-gradient(135deg, #fff 0%, var(--gold-pale) 100%);
  position: relative;
  overflow: hidden;
}

.jc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(184, 136, 42, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(184, 136, 42, 0.06) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.jc-page-hero::after {
  content: "ABOUT";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Playfair Display", serif;
  font-size: clamp(60px, 14vw, 160px);
  font-weight: 800;
  color: rgba(184, 136, 42, 0.05);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 20px;
}

.jc-breadcrumb {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.jc-breadcrumb span {
  color: var(--gold);
  font-weight: 600;
}

.jc-hero-title {
  font-size: clamp(36px, 5.5vw, 57px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.jc-hero-title em {
  font-style: normal;
  color: var(--gold);
  position: relative;
}

.jc-hero-title em::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.jc-hero-desc {
  font-size: 16px;
  color: var(--body-color);
  line-height: 1.7;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.jc-hero-stats {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.jc-stat-val {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.jc-stat-label {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ── Sections ── */
.jc-section {
  padding: 60px 0;
}
.jc-bg2 {
  background: var(--bg2);
}

/* ── Section Tag ── */
.jc-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.jc-section-tag::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.jc-tag-light {
  color: var(--gold-light) !important;
}
.jc-tag-light::before {
  background: var(--gold-light) !important;
}

/* ── Section Heading ── */
.jc-section-heading {
  font-family: "Poppins", sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}

.jc-section-heading em {
  font-style: normal;
  color: var(--gold);
}

.jc-heading-white {
  color: #fff !important;
}

/* ── Section Body ── */
.jc-section-body {
  font-size: 15px;
  color: var(--body-color);
  line-height: 1.85;
  text-align: justify;
}

.jc-section-body p + p {
  margin-top: 14px;
}

.jc-gold-text {
  color: var(--gold);
}

/* ── Visual / Dashboard Card ── */
.jc-visual-wrapper {
  position: relative;
}

.jc-img-frame {
  background: linear-gradient(135deg, var(--gold-pale), #e8d5a3);
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  padding: 20px;
}

.jc-img-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Mini Stats */
.jc-mini-stat {
  background: var(--bg);
  border-radius: 8px;
  padding: 14px 10px;
  border: 1px solid var(--gold-border);
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jc-mini-num {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.jc-mini-txt {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* Progress Bars */
.jc-progress-block {
}

.jc-prog-label {
  font-size: 11px;
  color: var(--body-color);
}

.jc-progress-bar-wrap {
  height: 6px;
  background: var(--bg2);
  border-radius: 3px;
  overflow: hidden;
}

.jc-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 3px;
}

/* Override Bootstrap progress */
.progress.jc-progress-bar-wrap {
  height: 6px;
  border-radius: 3px;
  background-color: var(--bg2);
}

.progress-bar.jc-progress-fill {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* Sectors Tags Box */
.jc-sectors-tags-box {
  background: var(--bg);
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid var(--gold-border);
}

.jc-sectors-tags-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.jc-tag {
  background: var(--gold-pale);
  color: var(--gold);
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 700;
}

/* About Badge */
.jc-about-badge {
  position: absolute;
  bottom: -20px;
  right: -14px;
  background: var(--gold);
  color: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 12px 40px rgba(184, 136, 42, 0.35);
  text-align: center;
  z-index: 2;
}

.jc-badge-num {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.jc-badge-txt {
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
  opacity: 0.88;
  line-height: 1.4;
}

/* ── Sector Cards ── */
.jc-sector-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  border: 1px solid var(--gold-border);
  transition: all 0.25s ease;
  cursor: default;
}

.jc-sector-card:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(184, 136, 42, 0.15);
}

.jc-sector-icon {
  font-size: 30px;
  margin-bottom: 12px;
}

.jc-sector-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 8px;
}

.jc-sector-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Mission / Vision Cards ── */
.jc-mv-card {
  background: #fff;
  border-radius: 16px;
  padding: 44px 40px;
  border: 1px solid var(--gold-border);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.jc-mv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(184, 136, 42, 0.12);
}

.jc-mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.jc-mv-icon {
  width: 54px;
  height: 54px;
  background: var(--gold-pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 22px;
  border: 1px solid var(--gold-border);
  color: var(--gold);
}

.jc-mv-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 14px;
}

.jc-mv-text {
  font-size: 14px;
  color: var(--body-color);
  line-height: 1.8;
}

.jc-mv-text p + p {
  margin-top: 12px;
}

.jc-mv-accent {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 800;
  color: rgba(184, 136, 42, 0.05);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* ── Values Dark Section ── */
.jc-values-dark {
  background: var(--section-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.jc-values-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 50% 60% at 80% 50%,
    rgba(184, 136, 42, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.jc-value-card {
  border: 1px solid rgba(184, 136, 42, 0.2);
  border-radius: 12px;
  padding: 32px 26px;
  transition: all 0.3s;
  height: 100%;
}

.jc-value-card:hover {
  border-color: var(--gold);
  background: rgba(184, 136, 42, 0.05);
}

.jc-value-num {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(184, 136, 42, 0.15);
  line-height: 1;
  margin-bottom: 14px;
}

.jc-value-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.jc-value-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

/* ── CTA Strip ── */
.jc-cta-strip {
  background: var(--gold);
  padding: 56px 0;
}

.jc-cta-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  max-width: 560px;
}

.jc-btn-white {
  background: #fff;
  color: var(--gold) !important;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.jc-btn-white:hover {
  background: var(--dark);
  color: #fff !important;
}

.jc-btn-outline-white {
  background: transparent;
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.jc-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* ============================================================
   FAQ SECTION — Append to your existing style.css
   Matches JAILSCORP design system (gold + poppins + cards)
   ============================================================ */

/* ── FAQ Section ── */
.faq-section {
  padding: 80px 60px;
}

.faq-subtitle {
  font-size: 15px;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
}

/* ── FAQ Two-Column Grid ── */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  align-items: start;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── FAQ Item (Accordion) ── */
.faq-item {
  /* background: var(--white); */
  background-color: white;
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
  cursor: pointer;
}

.faq-item:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(184, 136, 42, 0.1);
}

.faq-item.open {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(184, 136, 42, 0.12);
}

/* ── Question Row ── */
.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  user-select: none;
}

.faq-q-num {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--gold);
  opacity: 0.5;
  flex-shrink: 0;
  width: 24px;
  line-height: 1;
}

.faq-item.open .faq-q-num {
  opacity: 1;
}

.faq-q-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  flex: 1;
  line-height: 1.4;
  transition: color 0.2s;
}

.faq-item.open .faq-q-text {
  color: var(--gold);
}

.faq-icon {
  width: 32px;
  height: 32px;
  background: var(--gold-pale);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gold);
  flex-shrink: 0;
  transition:
    background 0.25s,
    transform 0.3s;
}

.faq-item.open .faq-icon {
  background: var(--gold);
  color: #fff;
  transform: rotate(45deg);
  border-color: var(--gold);
}

/* ── Answer ── */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.3s ease;
  padding: 0 24px;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

/* Decorative left border when open */
.faq-item.open .faq-answer {
  border-top: 1px solid var(--gold-border);
  padding-top: 16px;
}

.faq-answer p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--body);
  line-height: 1.8;
}

/* ── Bottom CTA ── */
.faq-bottom {
  padding-top: 16px;
}

.faq-bottom-text {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 16px;
}

.faq-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition:
    background 0.2s,
    transform 0.2s;
}

.faq-contact-btn:hover {
  background: var(--gold-light);
  color: #fff;
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .faq-section {
    padding: 60px 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 44px 16px;
  }

  .faq-question {
    padding: 16px 18px;
    gap: 12px;
  }

  .faq-item.open .faq-answer {
    padding: 0 18px 16px;
  }

  .faq-q-text {
    font-size: 13px;
  }
}

.founder-hero {
  min-height: 340px;
  background: var(--dark-section);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 100px 0 52px;
  overflow: hidden;
}

.founder-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 55% 70% at 18% 60%,
      rgba(184, 136, 42, 0.13) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 35% 55% at 88% 20%,
      rgba(184, 136, 42, 0.06) 0%,
      transparent 55%
    );
}

.founder-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(184, 136, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 136, 42, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.fn-watermark {
  position: absolute;
  right: -10px;
  bottom: -24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(70px, 13vw, 170px);
  font-weight: 800;
  color: rgba(184, 136, 42, 0.05);
  letter-spacing: 12px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  line-height: 1;
}

.founder-hero-inner {
  position: relative;
  z-index: 2;
}

/* Breadcrumb */
.fn-breadcrumb {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.fn-breadcrumb span {
  color: var(--gold-light);
  font-weight: 600;
}

/* Label */
.fn-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.fn-dot {
  width: 7px;
  height: 7px;
  background: var(--gold-light);
  border-radius: 50%;
  animation: fn-pulse 2s infinite;
}

@keyframes fn-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

/* Name */
.fn-hero-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6.5vw, 78px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

/* Firm */
.fn-hero-firm {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ═══════════════════════════════════════════
   MAIN PROFILE SECTION
═══════════════════════════════════════════ */
.fn-profile-section {
  padding: 20px 0 30px;
}

/* ─── LEFT CARD ─── */
.fn-side-card {
  background: var(--white);
  border: 1px solid var(--gold-border);
  border-radius: 16px;
  overflow: visible;
  position: sticky;
  top: 88px;
  box-shadow: 0 8px 40px rgba(184, 136, 42, 0.08);
}

/* Photo */
.fn-photo-wrap {
  position: relative;
  background: linear-gradient(135deg, var(--gold-pale), #e8d5a3);
  border-radius: 16px 16px 0 0;
  aspect-ratio: 4 / 3.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Real photo — swap placeholder with this */
.fn-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px 16px 0 0;
  display: block;
}

/* Placeholder */
.fn-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  width: 100%;
  color: rgba(184, 136, 42, 0.4);
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.fn-photo-placeholder i {
  font-size: 60px;
  color: rgba(184, 136, 42, 0.3);
}

/* Badge on photo */
.fn-photo-badge {
  position: absolute;
  bottom: -15px;
  right: 20px;
  background: var(--gold);
  color: #fff;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 22px rgba(184, 136, 42, 0.42);
  white-space: nowrap;
  z-index: 2;
}

/* Identity block */
.fn-identity {
  padding: 30px 26px 18px;
  border-bottom: 1px solid var(--gold-border);
}
.fn-card-name {
  /* font-family: "Playfair Display", serif; */
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}
.fn-card-role {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}
.fn-card-firm {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

/* Quick Stats */
.fn-stats-row {
  display: flex;
  align-items: stretch;
  padding: 18px 26px;
  border-bottom: 1px solid var(--gold-border);
}
.fn-stat {
  flex: 1;
  text-align: center;
}
.fn-stat-val {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.fn-stat-label {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.fn-stat-divider {
  width: 1px;
  background: var(--gold-border);
  margin: 0 4px;
  flex-shrink: 0;
}

/* Tags */
.fn-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--gold-border);
}
.fn-tag {
  background: var(--gold-pale);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 0.2px;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: default;
}
.fn-tag:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

/* CTA */
.fn-cta-wrap {
  padding: 18px 26px 26px;
}
.fn-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--gold);
  color: #fff;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.fn-cta-btn:hover {
  background: var(--gold-light);
  color: #fff;
  transform: translateY(-2px);
}

/* ─── RIGHT CONTENT BLOCKS ─── */
.fn-block {
  margin-bottom: 40px;
}

/* Section tag */
.fn-tag-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.fn-tag-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--gold);
}

/* Heading */
.fn-block-heading {
  /* font-family: "Playfair Display", serif; */
  font-size: clamp(21px, 2.8vw, 30px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 14px;
}
.fn-block-heading em {
  font-style: normal;
  color: var(--gold);
}

/* Body text */
.fn-block-body {
  font-size: 15px;
  color: var(--body-clr);
  line-height: 1.85;
}
.fn-block-body p + p {
  margin-top: 13px;
}
.fn-block-body strong {
  color: var(--dark);
  font-weight: 600;
}

/* ─── QUOTE ─── */
.fn-quote {
  background: linear-gradient(135deg, var(--dark-section) 0%, #1c1c12 100%);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 34px 38px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.fn-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 65% 80% at 92% 50%,
    rgba(184, 136, 42, 0.06) 0%,
    transparent 60%
  );
}
.fn-quote-icon {
  font-size: 26px;
  color: var(--gold);
  opacity: 0.6;
  margin-bottom: 14px;
}
.fn-quote-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 14px;
  border: none;
  padding: 0;
}
.fn-quote-author {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--gold-light);
  letter-spacing: 1px;
}

/* ─── COMPETENCY CARDS ─── */
.fn-competency-card {
  background: var(--white);
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.fn-competency-card:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(184, 136, 42, 0.12);
}
.fn-cc-icon {
  width: 42px;
  height: 42px;
  background: var(--gold-pale);
  border: 1px solid var(--gold-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--gold);
  flex-shrink: 0;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.fn-competency-card:hover .fn-cc-icon {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.fn-cc-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}
.fn-cc-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
}

/* ─── PHILOSOPHY BARS ─── */
.fn-bar-row {
  display: grid;
  grid-template-columns: 200px 1fr 36px;
  align-items: center;
  gap: 14px;
}
.fn-bar-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 7px;
}
.fn-bar-label i {
  color: var(--gold);
  font-size: 15px;
}
.fn-bar-track {
  height: 8px;
  background: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
}
.fn-bar-fill {
  height: 100%;
  border-radius: 4px;
}
.fn-bar-red {
  background: linear-gradient(90deg, #c0392b, #e74c3c);
}
.fn-bar-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.fn-bar-pct {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  color: var(--gold);
  font-weight: 500;
}

/* ─── IMPACT CARDS ─── */
.fn-impact-card {
  background: var(--white);
  border: 1px solid var(--gold-border);
  border-radius: 14px;
  padding: 30px 18px;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.fn-impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.fn-impact-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(184, 136, 42, 0.12);
}
.fn-ic-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}
.fn-ic-val {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 5px;
}
.fn-ic-label {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .fn-side-card {
    position: static;
    margin-bottom: 8px;
  }
  .founder-hero {
    padding: 80px 0 40px;
    min-height: 260px;
  }
  .fn-profile-section {
    padding: 40px 0 60px;
  }
  .fn-bar-row {
    grid-template-columns: 160px 1fr 30px;
  }
}

@media (max-width: 767.98px) {
  .fn-hero-name {
    font-size: 38px;
  }
  .fn-quote {
    padding: 26px 22px;
  }
  .fn-quote-text {
    font-size: 17px;
  }
  .fn-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .fn-bar-pct {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .fn-identity {
    padding: 26px 18px 16px;
  }
  .fn-stats-row {
    padding: 16px 18px;
  }
  .fn-tags-wrap {
    padding: 16px 18px;
  }
  .fn-cta-wrap {
    padding: 14px 18px 22px;
  }
}

/* founder....................................................................................... */

/*** Team ***/ /* ── Section ── */
.tm-section {
  /* background: #ffffff; */
  padding: 30px 0 30px;
}

/* ── Eyebrow pill ── */
.tm-pill {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #111820;
  border: 1px solid #d0d0d0 !important;
  border-radius: 50px;
  padding: 5px 22px;
  letter-spacing: 0.5px;
  background: #fff;
}

/* ── Heading ── */
.tm-heading {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: #111820;
  letter-spacing: -1px;
}

/* ══════════════════════════════════
   TEAM ITEM   prefix: tm-
══════════════════════════════════ */
.team-item {
  background: #ffffff;
  border: 1px solid #e2e4e2;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition:
    box-shadow 0.35s,
    border-color 0.35s,
    transform 0.35s;
}
.team-item:hover {
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.11);
  border-color: rgba(201, 168, 76, 0.45);
  transform: translateY(-7px);
}

/* Image wrapper */
.tm-img-wrap {
  position: relative;
  overflow: hidden;
  margin: 14px 14px 0;
  border-radius: 12px;
  background: #f5f5f5;
}
.tm-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-item:hover .tm-img-wrap img {
  transform: scale(1.06);
}

/* Gold overlay shimmer on hover */
.tm-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(201, 168, 76, 0.18) 100%
  );
  opacity: 0;
  transition: opacity 0.4s;
}
.team-item:hover .tm-img-wrap::after {
  opacity: 1;
}

/* Text block */
.team-text {
  padding: 18px 16px 20px;
  border-top: 1px solid #f0f0f0;
  transition: border-color 0.3s;
}
.team-item:hover .team-text {
  border-color: rgba(201, 168, 76, 0.15);
}

.team-text h4 {
  font-size: 17px;
  font-weight: 700;
  color: #111820;
  margin-bottom: 4px;
  transition: color 0.3s;
}
.team-item:hover .team-text h4 {
  color: #c9a84c;
}

.tm-role {
  font-size: 12px;
  color: #7a8899;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

/* Social icons */
.team-social {
  justify-content: center;
  gap: 8px;
}

.team-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f3;
  border: 1px solid #e4e6e2;
  color: #7a8899;
  font-size: 14px;
  text-decoration: none;
  transition:
    background 0.3s,
    border-color 0.3s,
    color 0.3s,
    transform 0.3s;
}
.team-social a:hover {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* ── Scroll Reveal ── */
.tm-rv {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.tm-rv.tm-on {
  opacity: 1;
  transform: translateY(0);
}
.tm-d1 {
  transition-delay: 0.05s;
}
.tm-d2 {
  transition-delay: 0.18s;
}
.tm-d3 {
  transition-delay: 0.31s;
}

