/* =========================================================
   Narendra Verma — World-Class Executive Portfolio
   Black · White · Gold · Glassmorphism · Editorial Luxury
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --black: #07070a;
  --ink: #0e0e12;
  --ink-2: #16161c;
  --ink-3: #1f1f27;
  --paper: #f6f4ef;
  --paper-2: #efece4;
  --white: #ffffff;
  --muted: #6c6c75;
  --muted-2: #9a9aa3;
  --line: rgba(7, 7, 10, 0.08);
  --line-dark: rgba(255, 255, 255, 0.10);

  --gold: #c9a24b;
  --gold-2: #e9c878;
  --gold-3: #f7e3a3;
  --gold-deep: #8a6a2a;
  --gold-soft: rgba(201, 162, 75, 0.14);

  --grad-gold: linear-gradient(135deg, #f7e3a3 0%, #e9c878 35%, #c9a24b 65%, #8a6a2a 100%);
  --grad-dark: radial-gradient(120% 80% at 20% 0%, #1b1b22 0%, #0a0a0e 60%, #07070a 100%);
  --grad-light: linear-gradient(180deg, #f6f4ef 0%, #fffdf8 100%);

  --shadow-sm: 0 4px 16px rgba(7, 7, 10, 0.06);
  --shadow-md: 0 18px 50px rgba(7, 7, 10, 0.10);
  --shadow-lg: 0 30px 80px rgba(7, 7, 10, 0.18);
  --shadow-gold: 0 18px 60px -18px rgba(201, 162, 75, 0.55);
  --shadow-glass: 0 8px 32px rgba(7, 7, 10, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);

  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --container: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  overflow-x: hidden;
  cursor: default;
}
::selection { background: var(--gold); color: var(--black); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }

/* ---------- Utility ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.gold { color: var(--gold); font-family: var(--font-serif); font-style: italic; font-weight: 500; }
em.gold { color: var(--gold); font-family: var(--font-serif); font-style: italic; font-weight: 500; }
.muted { color: var(--muted); }
.small { font-size: 0.875rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-body); font-size: 0.72rem;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 22px;
}
.eyebrow .line { width: 40px; height: 1px; background: var(--gold); display: inline-block; }

/* ---------- Glassmorphism ---------- */
.glass {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-glass);
}
.section--dark .glass,
.philosophy .glass {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ---------- Scroll progress ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad-gold); z-index: 999;
  box-shadow: 0 0 16px rgba(201, 162, 75, 0.6);
  transition: width 0.1s linear;
}

/* ---------- Cursor glow (desktop only) ---------- */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 420px; height: 420px;
  border-radius: 50%; pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.18), transparent 60%);
  transform: translate(-50%, -50%);
  opacity: 0; transition: opacity 0.4s var(--ease);
  mix-blend-mode: screen;
}
@media (hover: hover) and (pointer: fine) {
  .cursor-glow { opacity: 1; }
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0;
  transition: padding 0.5s var(--ease), background 0.5s var(--ease), border-color 0.5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  padding: 12px 0;
  background: rgba(246, 244, 239, 0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__brand { display: flex; align-items: center; gap: 14px; }
.nav__monogram {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--ink); color: var(--gold-2);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 0.05em;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-gold);
}
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav__name { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; }
.nav__role { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; }

.nav__links { display: flex; gap: 32px; }
.nav__links a {
  position: relative; padding: 8px 0;
  font-size: 0.82rem; letter-spacing: 0.04em; font-weight: 400;
  color: var(--ink); transition: color 0.3s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); transform: translate(-50%, 6px) scale(0);
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.nav__links a:hover { color: var(--gold-deep); }
.nav__links a.is-active { color: var(--ink); font-weight: 500; }
.nav__links a.is-active::after { transform: translate(-50%, 6px) scale(1); box-shadow: 0 0 10px var(--gold); }

.nav__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  background: var(--ink); color: var(--white);
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
  transition: all 0.4s var(--ease);
  border: 1px solid var(--ink);
}
.nav__cta:hover { background: transparent; color: var(--ink); transform: translateY(-2px); }
.nav__cta i { font-size: 0.7rem; transition: transform 0.4s; }
.nav__cta:hover i { transform: translateX(4px); }

.nav__toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; flex-direction: column;
  justify-content: center; align-items: center; gap: 5px;
}
.nav__toggle span {
  width: 22px; height: 1.5px; background: var(--ink);
  transition: transform 0.4s var(--ease), opacity 0.3s;
}
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 34px; border-radius: 999px;
  font-family: var(--font-body); font-size: 0.78rem;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent;
  transition: all 0.5s var(--ease);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn span { position: relative; z-index: 2; }
.btn i { position: relative; z-index: 2; transition: transform 0.5s var(--ease); }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  transform: translateY(101%); transition: transform 0.55s var(--ease);
}
.btn:hover i { transform: translateX(4px); }

.btn--gold {
  background: var(--grad-gold); color: var(--black);
  box-shadow: var(--shadow-gold);
}
.btn--gold::before { background: var(--ink); }
.btn--gold:hover { color: var(--gold-2); box-shadow: 0 24px 70px -20px rgba(201,162,75,0.75); border-color: var(--gold); }
.btn--gold:hover::before { transform: translateY(0); }

.btn--ghost {
  background: transparent; color: var(--ink);
  border-color: rgba(7,7,10,0.2);
}
.btn--ghost::before { background: var(--ink); }
.btn--ghost:hover { color: var(--white); border-color: var(--ink); }
.btn--ghost:hover::before { transform: translateY(0); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; flex-direction: column; justify-content: center;
  padding: 160px 0 0;
  overflow: hidden;
  background: var(--grad-light);
}
.hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85'/%3E%3CfeColorMatrix values='0 0 0 0 0.08 0 0 0 0 0.08 0 0 0 0 0.1 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero__orb--gold { width: 600px; height: 600px; right: -150px; top: -100px;
  background: radial-gradient(circle, rgba(201,162,75,0.45), transparent 60%); }
.hero__orb--dark { width: 500px; height: 500px; left: -120px; bottom: -100px;
  background: radial-gradient(circle, rgba(7,7,10,0.12), transparent 60%); }

.hero__inner {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: center;
  position: relative; z-index: 2; flex: 1; padding-bottom: 60px;
}

.hero__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.8rem, 6.5vw, 5.6rem); line-height: 1.04;
  letter-spacing: -0.025em; margin: 16px 0 30px;
}
.hero__title-line { display: block; }
.hero__title em { font-family: var(--font-serif); font-weight: 500; font-style: italic; color: var(--ink); }

.hero__subtitle {
  font-size: 0.92rem; color: var(--ink); font-weight: 400;
  letter-spacing: 0.04em; margin-bottom: 24px; max-width: 600px;
}
.hero__name { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; margin-right: 6px; }

.hero__summary {
  font-size: 1.05rem; color: var(--muted); max-width: 560px;
  margin-bottom: 44px; line-height: 1.75;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }
.hero__meta {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  padding-top: 30px; border-top: 1px solid var(--line);
}
.hero__meta-item { display: flex; flex-direction: column; gap: 4px; }
.hero__meta-label { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.hero__meta-value { font-family: var(--font-display); font-size: 0.98rem; font-weight: 500; }
.hero__meta-divider { width: 1px; height: 32px; background: var(--line); }

/* Hero visual */
.hero__visual { display: flex; justify-content: center; align-items: center; position: relative; }
.hero__photo {
  position: relative; width: 420px; height: 540px;
  border-radius: 260px 260px 28px 28px;
  overflow: visible;
}
.hero__photo img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 260px 260px 28px 28px;
  filter: grayscale(20%) contrast(1.05);
  box-shadow: var(--shadow-lg);
}
.hero__photo-frame {
  position: absolute; inset: -16px; border-radius: 270px 270px 36px 36px;
  border: 1px solid var(--gold); opacity: 0.55; pointer-events: none;
  animation: floatY 8s ease-in-out infinite;
}
@keyframes floatY { 50% { transform: translateY(-10px); } }

.hero__badge {
  position: absolute; bottom: 40px; left: -40px;
  background: var(--white); border-radius: 16px;
  padding: 14px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-md);
  animation: floatY 6s ease-in-out infinite reverse;
}
.hero__badge i { color: var(--gold); font-size: 1.6rem; }
.hero__badge strong { display: block; font-family: var(--font-display); font-size: 1.1rem; }
.hero__badge span { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; }

.hero__chip {
  position: absolute; padding: 10px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);
  border: 1px solid var(--line); font-size: 0.78rem; font-weight: 500;
  display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-sm);
  animation: floatY 7s ease-in-out infinite;
}
.hero__chip i { color: var(--gold); }
.hero__chip--1 { top: 60px; right: -30px; animation-delay: -2s; }
.hero__chip--2 { top: 220px; left: -80px; animation-delay: -4s; }

/* Marquee */
.hero__marquee {
  position: relative; z-index: 2; width: 100%;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.4); backdrop-filter: blur(10px);
  padding: 18px 0; overflow: hidden;
}
.hero__marquee-track {
  display: flex; gap: 36px; align-items: center;
  white-space: nowrap; animation: marquee 50s linear infinite;
  font-family: var(--font-display); font-size: 1rem; color: var(--ink);
}
.hero__marquee-track span { display: inline-block; }
.hero__marquee-track span:nth-child(even) { color: var(--gold); font-size: 0.7rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */
.section { padding: 140px 0; position: relative; }
.section--dark {
  background: var(--grad-dark); color: var(--white); overflow: hidden;
}
.section--dark .section__title,
.section--dark .section__head,
.section--dark h3,
.section--dark h4 { color: var(--white); }
.section--dark .section__lede { color: rgba(255,255,255,0.65); }
.section--dark .card p { color: rgba(255,255,255,0.7); }
.section__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 400px at 80% 20%, rgba(201,162,75,0.16), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(201,162,75,0.08), transparent 60%);
}

.section__head { text-align: center; max-width: 820px; margin: 0 auto 80px; position: relative; z-index: 2; }
.section__head .eyebrow { justify-content: center; }
.section__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1.1;
  letter-spacing: -0.02em;
}
.section__title.small { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 28px; }
.section__lede {
  margin-top: 20px; max-width: 620px; margin-left: auto; margin-right: auto;
  color: var(--muted); font-size: 1.02rem;
}

/* ---------- ABOUT ---------- */
.about {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: center;
  margin-bottom: 100px;
}
.about__visual { position: relative; }
.about__img { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.about__img:hover img { transform: scale(1.05); }
.about__img--main { width: 100%; aspect-ratio: 4/5; }
.about__img--sub {
  position: absolute; width: 60%; aspect-ratio: 4/3;
  bottom: -40px; right: -40px; border: 6px solid var(--paper);
}
.about__quote {
  position: absolute; top: 30px; left: -40px;
  padding: 20px 24px; border-radius: 16px; max-width: 240px;
  font-family: var(--font-serif); font-style: italic; font-size: 1.05rem;
  line-height: 1.4;
}
.about__quote i { color: var(--gold); display: block; margin-bottom: 8px; }

.about__text p { margin-bottom: 20px; color: #34343c; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat {
  padding: 36px 28px; border-radius: var(--radius); text-align: left;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  position: relative; overflow: hidden;
}
.stat::before {
  content: ""; position: absolute; top: 0; left: 0; width: 0;
  height: 2px; background: var(--grad-gold);
  transition: width 0.6s var(--ease);
}
.stat:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.stat:hover::before { width: 100%; }
.stat__num {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.6rem, 4vw, 3.4rem); line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: flex; align-items: flex-start; gap: 2px;
}
.stat__num sup { font-size: 0.5em; line-height: 1.3; }
.stat__label {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  margin-top: 14px; color: var(--ink);
}
.stat__line { width: 36px; height: 1px; background: var(--gold); margin: 14px 0; }
.stat__caption { font-size: 0.82rem; color: var(--muted); }

/* ---------- EXPERTISE ---------- */
.expertise {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  margin-bottom: 100px; position: relative; z-index: 2;
}
.exp-card {
  position: relative; padding: 40px 28px 32px;
  border-radius: var(--radius); transition: all 0.5s var(--ease);
  overflow: hidden;
}
.exp-card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--grad-gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.exp-card:hover { transform: translateY(-10px); }
.exp-card:hover::after { transform: scaleX(1); }
.exp-card__num {
  position: absolute; top: 20px; right: 24px;
  font-family: var(--font-display); font-size: 0.9rem;
  color: var(--gold); letter-spacing: 0.1em;
}
.exp-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold);
  font-size: 1.4rem; margin-bottom: 24px;
  transition: transform 0.5s var(--ease);
}
.exp-card:hover .exp-card__icon { transform: rotate(-6deg) scale(1.08); }
.exp-card h3 {
  font-family: var(--font-display); font-weight: 500; font-size: 1.25rem;
  margin-bottom: 12px; letter-spacing: -0.01em;
}
.exp-card p { font-size: 0.92rem; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.exp-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.exp-card__tags span {
  font-size: 0.7rem; padding: 5px 10px; border-radius: 999px;
  background: rgba(201,162,75,0.12); color: var(--gold-2);
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* Leadership feature */
.leadership {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; align-items: stretch;
  border-radius: var(--radius-lg); overflow: hidden; position: relative; z-index: 2;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark);
}
.leadership__img { position: relative; min-height: 360px; overflow: hidden; }
.leadership__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.leadership:hover .leadership__img img { transform: scale(1.06); }
.leadership__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(7,7,10,0.55), rgba(7,7,10,0.1));
}
.leadership__content {
  padding: 56px 48px; display: flex; flex-direction: column; justify-content: center;
  background: rgba(7,7,10,0.6); backdrop-filter: blur(10px);
  border: none !important; box-shadow: none !important;
}
.leadership__content h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.2;
  margin-bottom: 18px; color: var(--white);
}
.leadership__content p { color: rgba(255,255,255,0.7); }

/* ---------- TIMELINE ---------- */
.timeline {
  position: relative; max-width: 980px; margin: 0 auto;
  padding-left: 70px;
}
.timeline__spine {
  position: absolute; left: 24px; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 8%, var(--gold) 92%, transparent);
  opacity: 0.4;
}
.tl { position: relative; margin-bottom: 32px; }
.tl__marker {
  position: absolute; left: -70px; top: 28px;
  width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--gold-2);
  border: 1px solid var(--gold);
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  box-shadow: 0 0 0 6px var(--paper), var(--shadow-gold);
  z-index: 2; transition: transform 0.5s var(--ease);
}
.section--dark .tl__marker { box-shadow: 0 0 0 6px var(--ink), var(--shadow-gold); }
.tl:hover .tl__marker { transform: scale(1.1) rotate(6deg); }
.tl__marker i { font-size: 1.1rem; }

.tl__card {
  padding: 32px 36px; border-radius: var(--radius);
  transition: all 0.5s var(--ease);
}
.tl__card:hover { transform: translateX(8px); box-shadow: var(--shadow-md); }
.tl__head {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 12px;
}
.tl__date {
  font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); font-weight: 500;
}
.tl__tag {
  font-size: 0.65rem; padding: 4px 10px; border-radius: 999px;
  background: var(--ink); color: var(--gold-2); border: 1px solid var(--gold);
  letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
}
.tl__tag--gov { background: var(--gold-soft); color: var(--gold-deep); border-color: var(--gold); }
.tl__card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.4rem; margin-bottom: 6px; letter-spacing: -0.01em;
}
.tl__org {
  display: flex; align-items: center; gap: 10px;
  color: var(--ink); font-weight: 500; font-size: 0.95rem;
  margin-bottom: 18px;
}
.tl__org i { color: var(--gold); }
.tl__card ul { display: grid; gap: 10px; }
.tl__card li {
  position: relative; padding-left: 22px; color: var(--muted);
  font-size: 0.95rem; line-height: 1.7;
}
.tl__card li strong { color: var(--ink); font-weight: 600; }
.tl__card li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 12px; height: 1px; background: var(--gold);
}

/* ---------- ASSOCIATIONS ---------- */
.assoc {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  position: relative; z-index: 2; margin-bottom: 80px;
}
.assoc__card {
  text-align: center; padding: 40px 24px; border-radius: var(--radius);
  transition: all 0.5s var(--ease);
}
.assoc__card i {
  font-size: 1.8rem; color: var(--gold); margin-bottom: 18px;
  display: inline-flex; width: 64px; height: 64px;
  align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(201,162,75,0.12);
  transition: transform 0.5s var(--ease);
}
.assoc__card:hover { transform: translateY(-8px); }
.assoc__card:hover i { transform: rotate(10deg) scale(1.1); }
.assoc__card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.08rem; margin-bottom: 6px;
}
.assoc__card p { color: rgba(255,255,255,0.6); font-size: 0.84rem; }

/* Presence feature */
.presence {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px;
  align-items: center; position: relative; z-index: 2;
}
.presence__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.presence__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 1s var(--ease); }
.presence__img:hover img { transform: scale(1.05); }
.presence__content h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.2;
  margin-bottom: 18px; color: var(--white);
}
.presence__content p { color: rgba(255,255,255,0.7); }

/* ---------- GRIDS / CARDS ---------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }

.card {
  padding: 36px 32px; border-radius: var(--radius);
  transition: all 0.5s var(--ease); position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--grad-gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.card:hover { transform: translateY(-8px); }
.card:hover::before { transform: scaleX(1); }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold);
  font-size: 1.3rem; margin-bottom: 22px;
  transition: transform 0.5s var(--ease);
}
.card:hover .card__icon { transform: rotate(-6deg) scale(1.08); }
.card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.2rem; margin-bottom: 10px; letter-spacing: -0.01em;
}
.card p { color: var(--muted); font-size: 0.96rem; }
.card__meta {
  color: var(--gold) !important; font-size: 0.7rem !important;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  margin-bottom: 10px !important;
}

/* ---------- PROFILE (Affiliations / Languages) ---------- */
.profile-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.aff-card {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 24px 28px; border-radius: var(--radius);
  margin-bottom: 16px; transition: all 0.4s var(--ease);
}
.aff-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.aff-card i {
  font-size: 1.3rem; color: var(--gold);
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.aff-card h3 { font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 4px; }
.aff-card p { color: var(--muted) !important; font-size: 0.8rem !important; letter-spacing: 0.12em; text-transform: uppercase; }

.lang { display: flex; flex-direction: column; gap: 18px; }
.lang__row { display: flex; flex-direction: column; gap: 10px; }
.lang__label {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 0.95rem;
}
.lang__label strong { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; }
.lang__label span {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.lang__bar {
  height: 4px; background: var(--line); border-radius: 4px; overflow: hidden;
}
.lang__bar span {
  display: block; height: 100%; background: var(--grad-gold);
  border-radius: 4px; width: 0; transition: width 1.8s var(--ease);
}
.lang__row.is-visible .lang__bar span { width: var(--target, 0%); }

/* ---------- PHILOSOPHY ---------- */
.philosophy {
  padding: 160px 0; position: relative; overflow: hidden;
  background: var(--grad-dark); color: var(--white);
}
.philosophy__bg {
  position: absolute; inset: 0;
  background: radial-gradient(700px 500px at 50% 50%, rgba(201,162,75,0.18), transparent 70%);
}
.philosophy__inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; padding: 0 32px; }
.philosophy__mark { font-size: 2.6rem; color: var(--gold); opacity: 0.6; margin-bottom: 28px; }
.philosophy__quote {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.7;
  color: var(--white); font-weight: 400;
}
.philosophy__by {
  margin-top: 36px; letter-spacing: 0.32em; text-transform: uppercase;
  font-size: 0.74rem; color: var(--gold);
}

/* ---------- CONTACT ---------- */
.section--contact { background: var(--paper); }
.contact {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: start;
}
.contact__intro p { color: var(--muted); font-size: 1.02rem; margin-bottom: 30px; }
.contact__photo {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.contact__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact__card {
  display: flex; align-items: center; gap: 18px;
  padding: 24px 26px; border-radius: var(--radius);
  transition: all 0.5s var(--ease); position: relative; overflow: hidden;
}
.contact__card::after {
  content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 3px;
  background: var(--grad-gold); transform: scaleY(0); transform-origin: top;
  transition: transform 0.5s var(--ease);
}
.contact__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact__card:hover::after { transform: scaleY(1); }
.contact__icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--gold-2); font-size: 1.15rem;
  flex-shrink: 0;
  transition: all 0.5s var(--ease);
}
.contact__card:hover .contact__icon { background: var(--grad-gold); color: var(--ink); }
.contact__card h3 { font-family: var(--font-display); font-size: 1rem; margin-bottom: 2px; }
.contact__card p { color: var(--muted); font-size: 0.88rem; word-break: break-word; }
.contact__arrow {
  margin-left: auto; color: var(--muted); font-size: 0.8rem;
  transition: transform 0.5s var(--ease), color 0.4s;
}
.contact__card:hover .contact__arrow { color: var(--gold); transform: translateX(4px); }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 70px 0 0; }
.footer__inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: center;
  padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__brand { display: flex; align-items: center; gap: 16px; }
.footer__brand h4 { font-family: var(--font-display); color: var(--white); font-size: 1.2rem; margin-bottom: 4px; }
.footer__brand p { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer__nav { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer__nav a { font-size: 0.85rem; transition: color 0.3s; }
.footer__nav a:hover { color: var(--gold); }
.footer__social { display: flex; gap: 12px; justify-content: flex-end; }
.footer__social a {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s var(--ease); font-size: 0.95rem;
}
.footer__social a:hover { background: var(--grad-gold); color: var(--ink); border-color: transparent; transform: translateY(-3px); }
.footer__bottom { padding: 24px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.82rem; }
.footer__bottom .muted { color: rgba(255,255,255,0.4); }

/* ---------- Reveal Animation ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; gap: 60px; text-align: center; }
  .hero__cta, .hero__meta { justify-content: center; }
  .hero__summary, .hero__subtitle { margin-left: auto; margin-right: auto; }
  .hero__photo { width: 360px; height: 460px; }
  .hero__chip--2 { left: -40px; }
  .about { grid-template-columns: 1fr; gap: 80px; }
  .about__img--sub { right: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .expertise { grid-template-columns: repeat(2, 1fr); }
  .assoc { grid-template-columns: repeat(2, 1fr); }
  .leadership, .presence { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .nav__cta { display: none; }
}
@media (max-width: 780px) {
  .section { padding: 90px 0; }
  .container { padding: 0 22px; }
  .nav__links {
    position: fixed; top: 0; right: -100%; bottom: 0; width: 80%; max-width: 320px;
    flex-direction: column; gap: 14px; padding: 100px 32px;
    background: var(--paper); border-left: 1px solid var(--line);
    transition: right 0.5s var(--ease); z-index: 99;
  }
  .nav__links.is-open { right: 0; box-shadow: var(--shadow-lg); }
  .nav__links a { font-size: 1.1rem; padding: 10px 0; }
  .nav__toggle { display: flex; z-index: 101; }
  .nav__brand-text { display: none; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .expertise { grid-template-columns: 1fr; }
  .assoc { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat { padding: 26px 22px; }
  .stat__num { font-size: 2.4rem; }
  .profile-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact__cards { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero__photo { width: 280px; height: 360px; }
  .hero__chip { display: none; }
  .hero__badge { left: 50%; transform: translateX(-50%); bottom: -20px; }
  .hero__meta { gap: 14px; }
  .hero__meta-divider { display: none; }
  .timeline { padding-left: 50px; }
  .timeline__spine { left: 18px; }
  .tl__marker { left: -50px; width: 38px; height: 38px; font-size: 0.8rem; }
  .tl__card { padding: 24px 22px; }
  .about__quote { left: 10px; top: 10px; max-width: 200px; font-size: 0.95rem; padding: 14px 16px; }
  .about__img--sub { width: 50%; bottom: -30px; }
  .leadership__content { padding: 36px 28px; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .footer__brand, .footer__social { justify-content: center; }
  .cursor-glow { display: none; }
}
