/* ============================================================
   ROHARA HOLDINGS LLC – Founder / CEO Section Stylesheet
   ============================================================ */

/* ══════════════════════════════════════════════════════════
   FOUNDER HERO
══════════════════════════════════════════════════════════ */
.founder-hero {
  min-height: 100vh;
  background: linear-gradient(150deg, var(--navy-dark) 0%, var(--navy) 55%, #163860 100%);
  display: flex;
  align-items: center;
  padding-top: 82px;
  position: relative;
  overflow: hidden;
}

.founder-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 70% 10%, rgba(184,154,88,.18) 0%, transparent 48%),
    radial-gradient(ellipse at 10% 90%, rgba(184,154,88,.09) 0%, transparent 42%);
  pointer-events: none;
}

.founder-hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.founder-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 80px 0;
}

/* ── Photo Side ── */
.founder-photo-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.founder-photo-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.founder-photo-frame::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -18px;
  right: 18px;
  bottom: 18px;
  border: 2px solid rgba(184,154,88,.35);
  border-radius: 18px;
  z-index: 0;
}

.founder-photo-frame::after {
  content: '';
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 120px;
  height: 120px;
  background: rgba(184,154,88,.12);
  border-radius: 50%;
  z-index: 0;
}

.founder-photo-wrap {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}

.founder-photo-wrap img {
  width: 100%;
  /* Natural 3:2 aspect ratio for the landscape conference photo */
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
  filter: contrast(1.02) saturate(0.98);
}

/* Name plate overlay */
.founder-nameplate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(11,30,53,.96) 60%, transparent 100%);
  padding: 36px 24px 22px;
}

.founder-nameplate-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .04em;
  margin-bottom: 4px;
}

.founder-nameplate-title {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Floating credential badge */
.founder-credential-badge {
  position: absolute;
  top: 28px;
  right: -20px;
  z-index: 3;
  background: var(--gold);
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(184,154,88,.4);
}

.fcb-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.fcb-label {
  font-family: 'Inter', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-top: 3px;
  line-height: 1.3;
}

/* Country badges row */
.founder-country-row {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.founder-country-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(16,42,76,.92);
  border: 1px solid rgba(184,154,88,.35);
  border-radius: 40px;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.founder-country-pill i { color: var(--gold); font-size: .7rem; }

/* ── Hero Content Side ── */
.founder-hero-content {
  padding-top: 8px;
}

.founder-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184,154,88,.15);
  border: 1px solid rgba(184,154,88,.35);
  border-radius: 40px;
  padding: 6px 18px;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
}

.founder-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 10px;
}

.founder-hero-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 28px;
  font-style: italic;
}

.founder-hero-intro {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,.78);
  line-height: 1.82;
  margin-bottom: 32px;
  max-width: 520px;
}

/* Key credentials strip */
.founder-creds-strip {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
}

.founder-cred {
  flex: 1;
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: background .3s;
}

.founder-cred:last-child { border-right: none; }
.founder-cred:hover { background: rgba(255,255,255,.06); }

.founder-cred-val {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.founder-cred-lbl {
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 4px;
  line-height: 1.35;
}

.founder-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════
   CEO MESSAGE SECTION
══════════════════════════════════════════════════════════ */
.ceo-message-section {
  background: var(--white);
}

.ceo-msg-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

/* Left card */
.ceo-msg-aside {}

.ceo-portrait-card {
  background: var(--off-white);
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 24px;
}

.ceo-portrait-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
}

.ceo-portrait-footer {
  background: var(--navy);
  padding: 20px 22px;
}

.cpf-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}

.cpf-title {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}

.cpf-company {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
}

/* Signature strip */
.ceo-signature-strip {
  background: var(--navy);
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ceo-sig-icon {
  width: 40px;
  height: 40px;
  background: rgba(184,154,88,.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ceo-sig-icon i { color: var(--gold); font-size: .95rem; }

.ceo-sig-body {}

.ceo-sig-label {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}

.ceo-sig-text {
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  color: rgba(255,255,255,.7);
}

/* Right: message content */
.ceo-msg-content {}

.ceo-msg-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.ceo-msg-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 10px;
}

.ceo-msg-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 28px;
}

/* Pull quote */
.ceo-pull-quote {
  position: relative;
  background: linear-gradient(135deg, var(--gold-pale) 0%, #f0e8d0 100%);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-bottom: 28px;
  overflow: hidden;
}

.ceo-pull-quote::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 14px;
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: rgba(184,154,88,.2);
  line-height: 1;
  pointer-events: none;
}

.ceo-pull-quote p {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.78;
  position: relative;
  z-index: 1;
  margin: 0;
}

.ceo-msg-body p {
  font-family: 'Inter', sans-serif;
  font-size: .94rem;
  color: var(--gray-700);
  line-height: 1.82;
  margin-bottom: 16px;
}

.ceo-msg-body p:last-child { margin-bottom: 0; }

/* Experience tags */
.ceo-exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.ceo-exp-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--off-white);
  border: 1px solid var(--gray-300);
  border-radius: 40px;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  color: var(--navy);
  transition: all .25s ease;
}

.ceo-exp-tag:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.ceo-exp-tag i { color: var(--gold); font-size: .7rem; }
.ceo-exp-tag:hover i { color: var(--gold); }

/* Signature line */
.ceo-signature-line {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-300);
  margin-top: 8px;
}

.ceo-sig-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}

.ceo-sig-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.ceo-sig-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}

.ceo-sig-role {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  color: var(--gray-500);
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   FOUNDER JOURNEY SECTION
══════════════════════════════════════════════════════════ */
.founder-journey-section {
  background: var(--off-white);
}

.founder-journey-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Journey timeline */
.journey-timeline {
  position: relative;
}

.journey-line {
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--navy) 50%, var(--gold) 100%);
}

.journey-item {
  display: flex;
  gap: 24px;
  padding-bottom: 36px;
  position: relative;
}

.journey-item:last-child { padding-bottom: 0; }

.journey-dot-wrap {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.journey-dot {
  width: 44px;
  height: 44px;
  background: var(--navy);
  border: 3px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-dot i { color: var(--gold); font-size: .9rem; }

.journey-item.active .journey-dot {
  background: var(--gold);
  border-color: var(--navy);
}

.journey-item.active .journey-dot i { color: var(--navy); }

.journey-body {
  padding-top: 8px;
}

.journey-era {
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.journey-body h4 {
  font-size: .98rem;
  margin-bottom: 7px;
  color: var(--navy);
}

.journey-body p {
  font-family: 'Inter', sans-serif;
  font-size: .84rem;
  line-height: 1.7;
  color: var(--gray-700);
  margin: 0;
}

/* Journey visual card */
.journey-visual-card {
  background: var(--navy);
  border-radius: 16px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.journey-visual-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--navy-light));
}

.jvc-photo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}

.jvc-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
}

.jvc-quote {
  margin-bottom: 24px;
}

.jvc-quote i {
  font-size: 1.4rem;
  color: rgba(184,154,88,.45);
  margin-bottom: 8px;
  display: block;
}

.jvc-quote p {
  font-family: 'Libre Baskerville', serif;
  font-size: .9rem;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  font-style: italic;
  margin: 0;
}

.jvc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.jvc-stat {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.jvc-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.jvc-stat .lbl {
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 4px;
  line-height: 1.35;
}

/* ══════════════════════════════════════════════════════════
   VISION & VALUES STRIP
══════════════════════════════════════════════════════════ */
.vision-strip-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.vision-strip-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 50%, rgba(184,154,88,.13) 0%, transparent 50%),
    radial-gradient(circle at 10% 50%, rgba(184,154,88,.07) 0%, transparent 45%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, auto, 56px 56px, 56px 56px;
  pointer-events: none;
}

.vision-strip-inner {
  position: relative;
  z-index: 1;
}

.vision-strip-header {
  text-align: center;
  margin-bottom: 56px;
}

.vision-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vision-pillar {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.vision-pillar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.vision-pillar:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-5px);
  border-color: rgba(184,154,88,.35);
}

.vision-pillar:hover::after { transform: scaleX(1); }

.vision-pillar-icon {
  width: 58px;
  height: 58px;
  background: rgba(184,154,88,.15);
  border: 1px solid rgba(184,154,88,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background .3s ease;
}

.vision-pillar-icon i { color: var(--gold); font-size: 1.3rem; transition: color .3s; }

.vision-pillar:hover .vision-pillar-icon {
  background: var(--gold);
}

.vision-pillar:hover .vision-pillar-icon i { color: var(--navy); }

.vision-pillar h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 10px;
}

.vision-pillar p {
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════
   EXPERTISE AREAS
══════════════════════════════════════════════════════════ */
.expertise-section {
  background: var(--white);
}

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

.expertise-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  background: var(--off-white);
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  transition: all .3s ease;
}

.expertise-item:hover {
  background: var(--white);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.exp-item-icon {
  width: 40px;
  height: 40px;
  background: var(--navy);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s ease;
}

.exp-item-icon i { color: var(--gold); font-size: .9rem; }
.expertise-item:hover .exp-item-icon { background: var(--gold); }
.expertise-item:hover .exp-item-icon i { color: var(--navy); }

.exp-item-body h4 {
  font-size: .9rem;
  margin-bottom: 5px;
  line-height: 1.25;
}

.exp-item-body p {
  font-family: 'Inter', sans-serif;
  font-size: .79rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════
   FOUNDER PAGE HERO — compact version for about.html embed
══════════════════════════════════════════════════════════ */
.ceo-embed-section {
  background: linear-gradient(145deg, #0b1e35 0%, var(--navy) 60%, #163860 100%);
  position: relative;
  overflow: hidden;
}

.ceo-embed-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 90% 20%, rgba(184,154,88,.16) 0%, transparent 44%),
    radial-gradient(ellipse at 5% 80%, rgba(184,154,88,.08) 0%, transparent 40%),
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: auto, auto, 60px 60px, 60px 60px;
  pointer-events: none;
}

.ceo-embed-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: center;
}

/* Photo side (embed) */
.ceo-embed-photo {
  position: relative;
}

.ceo-embed-photo-frame {
  position: relative;
}

.ceo-embed-photo-frame::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: 14px;
  bottom: 14px;
  border: 2px solid rgba(184,154,88,.3);
  border-radius: 16px;
  z-index: 0;
}

.ceo-embed-photo-img {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0,0,0,.45);
}

.ceo-embed-photo-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
}

.ceo-embed-nameplate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(11,30,53,.96) 65%, transparent 100%);
  padding: 44px 22px 20px;
  border-radius: 0 0 14px 14px;
}

.cen-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .03em;
}

.cen-title {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}

.cen-company {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
}

.ceo-embed-badge {
  position: absolute;
  top: 24px;
  right: -16px;
  z-index: 3;
  background: var(--gold);
  border-radius: 10px;
  padding: 13px 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(184,154,88,.4);
}

.ceo-embed-badge .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.ceo-embed-badge .lbl {
  font-family: 'Inter', sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-top: 2px;
  line-height: 1.3;
}

/* Content side (embed) */
.ceo-embed-content {}

.ceo-embed-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.ceo-embed-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 8px;
}

.ceo-embed-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--gold);
  font-style: italic;
  margin-bottom: 24px;
}

.ceo-embed-pull {
  position: relative;
  background: rgba(184,154,88,.1);
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 18px 22px;
  margin-bottom: 24px;
  overflow: hidden;
}

.ceo-embed-pull::before {
  content: '\201C';
  position: absolute;
  top: -12px;
  left: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: rgba(184,154,88,.18);
  line-height: 1;
  pointer-events: none;
}

.ceo-embed-pull p {
  font-family: 'Libre Baskerville', serif;
  font-size: .95rem;
  font-style: italic;
  color: rgba(255,255,255,.88);
  line-height: 1.78;
  position: relative;
  z-index: 1;
  margin: 0;
}

.ceo-embed-body p {
  font-family: 'Inter', sans-serif;
  font-size: .92rem;
  color: rgba(255,255,255,.72);
  line-height: 1.82;
  margin-bottom: 14px;
}

.ceo-embed-body p:last-child { margin-bottom: 0; }

.ceo-embed-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.ceo-embed-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 40px;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.78);
  transition: all .25s ease;
}

.ceo-embed-pill:hover {
  background: rgba(184,154,88,.15);
  border-color: rgba(184,154,88,.35);
  color: var(--gold);
}

.ceo-embed-pill i { color: var(--gold); font-size: .65rem; }

.ceo-embed-sig {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.ceo-embed-sig-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}

.ceo-embed-sig-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.ceo-embed-sig-name {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
}

.ceo-embed-sig-role {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  color: var(--gold);
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   TEASER CARD (for index.html)
══════════════════════════════════════════════════════════ */
.ceo-teaser-section {
  background: var(--off-white);
}

.ceo-teaser-card {
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px 1fr;
  box-shadow: var(--shadow-md);
  transition: box-shadow .3s ease;
}

.ceo-teaser-card:hover { box-shadow: var(--shadow-lg); }

.ceo-teaser-photo {
  position: relative;
  overflow: hidden;
}

.ceo-teaser-photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
  transition: transform .4s ease;
}

.ceo-teaser-card:hover .ceo-teaser-photo img { transform: scale(1.03); }

.ceo-teaser-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,30,53,.9) 0%, transparent 50%);
}

.ceo-teaser-photo-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 1;
}

.ctpl-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}

.ctpl-role {
  font-family: 'Inter', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}

.ceo-teaser-content {
  padding: 40px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ceo-teaser-label {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.ceo-teaser-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 18px;
}

.ceo-teaser-quote {
  position: relative;
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.ceo-teaser-quote p {
  font-family: 'Libre Baskerville', serif;
  font-size: .9rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.72;
  margin: 0;
}

.ceo-teaser-bio {
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 24px;
}

.ceo-teaser-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}

.ceo-teaser-pill {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold-pale);
  border: 1px solid rgba(184,154,88,.3);
  border-radius: 40px;
  padding: 4px 12px;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .vision-pillars { grid-template-columns: 1fr 1fr; }
  .ceo-teaser-card { grid-template-columns: 280px 1fr; }
}

@media (max-width: 1024px) {
  .founder-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .founder-photo-col { justify-content: flex-start; }
  .founder-photo-frame { max-width: 460px; }
  .founder-credential-badge { right: 20px; }
  .ceo-msg-grid { grid-template-columns: 1fr; gap: 40px; }
  .ceo-portrait-card img { height: auto; aspect-ratio: 3/2; }
  .ceo-embed-inner { grid-template-columns: 1fr; gap: 40px; }
  .ceo-embed-photo-img img { height: auto; aspect-ratio: 3/2; }
  .founder-journey-grid { grid-template-columns: 1fr; gap: 48px; }
  .ceo-teaser-card { grid-template-columns: 1fr; }
  .ceo-teaser-photo img { height: 280px; min-height: 280px; aspect-ratio: unset; }
}

@media (max-width: 768px) {
  .founder-creds-strip { flex-direction: column; }
  .founder-cred { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .founder-cred:last-child { border-bottom: none; }
  .expertise-grid { grid-template-columns: 1fr; }
  .vision-pillars { grid-template-columns: 1fr; }
  .jvc-stats { grid-template-columns: 1fr 1fr; }
  .ceo-teaser-content { padding: 28px 24px; }
  .founder-country-row { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .ceo-embed-pills { gap: 6px; }
  .ceo-teaser-pills { gap: 5px; }
}
