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

:root {
  --ink: #0a2540;
  --ink-mid: #2A3F5F;
  --ink-muted: #4A5568;
  --ink-light: #7A8FA8;
  --ink-xlight: #B8C5D3;
  --rule: #E2E8F0;
  --blue: #1A3A6B;
  --blue-mid: #2756A8;
  --blue-light: #EBF1FA;
  --blue-pale: #F4F7FC;
  --bg: #FAFCFF;
  --bg-soft: #F5F8FC;
  --bg-pale: #F0F4F9;
}

html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: "Poppins",sans-serif; background: var(--bg); color: var(--ink); overflow-x: hidden; }

/* ── PROGRESS ─────────────────────────────────────────────── */
.abv7-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: var(--blue-mid); z-index: 300; transition: width 0.1s linear; }

/* ── SECTION DOTS ─────────────────────────────────────────── */
.abv7-section-nav { position: fixed; right: 32px; top: 50%; transform: translateY(-50%); z-index: 100; display: flex; flex-direction: column; gap: 14px; }
.abv7-section-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-xlight); cursor: pointer; transition: all 0.3s ease; position: relative; }
.abv7-section-dot:hover, .abv7-section-dot.active { background: var(--blue-mid); transform: scale(1.4); }
.abv7-section-dot::after { content: attr(data-label); position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); white-space: nowrap; opacity: 0; transition: opacity 0.2s; pointer-events: none; background: white; padding: 4px 8px; border-radius: 2px; box-shadow: 0 1px 6px rgba(0,0,0,0.1); }
.abv7-section-dot:hover::after { opacity: 1; }

/* ── SHARED ───────────────────────────────────────────────── */
section { padding: 100px 120px; position: relative; }
.section-label { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.section-label::before { content: ''; display: block; width: 24px; height: 2px; background: var(--blue-mid); flex-shrink: 0; }
.serif-title { font-family: "Poppins",sans-serif; font-weight: 300; line-height: 1.15; color: var(--ink); }
.serif-title em { font-style: italic; color: var(--blue-mid); }
.body-text { font-size: 15px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); margin-bottom: 20px; }
.body-text strong { font-weight: 500; color: var(--ink-mid); }

/* ── REVEAL ───────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; } .d4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════════════════════════ */
/* HERO                                                       */
/* ══════════════════════════════════════════════════════════ */
#hero { background: var(--bg-pale); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 140px; }
.hero-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 32px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--blue-mid); }
.hero-headline { font-family: "Poppins",sans-serif; font-size: 3.25rem; font-weight: 300; line-height: 4.25rem; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 6px; }
.hero-headline em { color: var(--blue-mid); }
.hero-divider { width: 60px; height: 2px; background: var(--blue-mid); margin: 40px 0; }
.hero-sub { max-width: 720px; font-size: clamp(15px, 1.4vw, 17px); font-weight: 300; line-height: 1.9; color: var(--ink-muted); }
.hero-sub strong { font-weight: 500; color: var(--ink-mid); }
.hero-descriptor { max-width: 720px; font-size: clamp(14px, 1.3vw, 16px); font-weight: 300; line-height: 1.85; color: var(--ink-muted); margin-top: 20px; }
.hero-stats { display: flex; gap: 48px; margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--rule); flex-wrap: wrap; }
.hero-stat-num { font-family: "Poppins",sans-serif; font-size: clamp(28px, 2.8vw, 40px); font-weight: 300; color: var(--blue); line-height: 1; margin-bottom: 6px; }
.hero-stat-label { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-light); max-width: 110px; line-height: 1.4; }

/* ══════════════════════════════════════════════════════════ */
/* ORIGIN                                                     */
/* ══════════════════════════════════════════════════════════ */
#abv7-origin { background: var(--bg); }
.origin-grid { display: grid; grid-template-columns: 1fr 1.8fr; gap: 80px; align-items: start; max-width: 1400px; }
.origin-sticky { position: sticky; top: 120px; }
.pull-quote { font-family: "Poppins",sans-serif; font-size: clamp(16px, 1.6vw, 21px); font-weight: 400; font-style: italic; line-height: 1.65; color: var(--blue); padding: 24px 28px; border-left: 3px solid var(--blue-mid); background: var(--blue-pale); margin: 32px 0; }

/* ══════════════════════════════════════════════════════════ */
/* PASSION SECTION                                            */
/* ══════════════════════════════════════════════════════════ */
#abv7-passion { background: var(--blue); padding: 100px 120px; }
.passion-headline { font-family: "Poppins",sans-serif; font-size: 2.5rem; font-weight: 300; line-height: 1.2; color: white; margin-bottom: 56px; max-width: 800px; }
.passion-headline em { font-style: italic; color: rgba(255,255,255,0.5); }
.passion-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 56px; max-width: 1400px; }
.passion-block { border-left: 2px solid rgba(255,255,255,0.2); padding-left: 24px; }
.passion-block-text { font-family: "Poppins",sans-serif; font-size: clamp(16px, 1.8vw, 22px); font-weight: 300; font-style: italic; line-height: 1.65; color: rgba(255,255,255,0.8); }
.passion-conviction { font-size: clamp(15px, 1.4vw, 17px); font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.65); max-width: 900px; margin-bottom: 20px; }
.passion-invite { font-size: clamp(15px, 1.4vw, 17px); font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.65); max-width: 900px; }

/* ══════════════════════════════════════════════════════════ */
/* RECORD                                                     */
/* ══════════════════════════════════════════════════════════ */
#abv7-record { background: var(--bg-soft); }
.record-header { max-width: 900px; margin-bottom: 64px; }
.record-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1400px; }
.timeline-item { display: flex; gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.timeline-year { font-family: "Poppins",sans-serif; font-size: 20px; font-weight: 400; color: var(--blue-mid); min-width: 52px; padding-top: 2px; }
.timeline-text { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-muted); }
.team-cards-vertical { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.team-card-h { display: flex; align-items: center; gap: 16px; padding: 14px 16px; background: var(--bg); border: 1px solid var(--rule); transition: box-shadow 0.2s ease; }
.team-card-h:hover { box-shadow: 0 2px 12px rgba(26,58,107,0.07); }
.team-photo-sm { width: 56px; height: 56px; border-radius: 50%; background: var(--bg-pale); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.team-photo-sm img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.team-photo-sm .team-photo-placeholder { font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-xlight); text-align: center; }
.team-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 3px; }
.team-role { font-size: 12px; font-weight: 300; color: var(--ink-light); line-height: 1.4; margin-bottom: 8px; }
.team-bio { font-size: 12px; font-weight: 300; line-height: 1.7; color: var(--ink-muted); margin-bottom: 8px; font-style: italic; }
.team-linkedin { font-size: 11px; font-weight: 500; letter-spacing: 0.06em; color: var(--blue-mid); text-decoration: none; }
.team-linkedin:hover { color: var(--blue); }

/* ══════════════════════════════════════════════════════════ */
/* CTA BANDS                                                  */
/* ══════════════════════════════════════════════════════════ */
.abv7-cta-band { background: #1A3A6B; padding: 40px 120px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band-text { font-family: "Poppins",sans-serif; font-size: clamp(18px, 1.9vw, 26px); font-weight: 400; font-style: italic; color: rgba(255,255,255,0.9); max-width: 680px; line-height: 1.5; }
.cta-band-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: white; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: gap 0.2s ease; padding: 12px 24px; border: 1px solid rgba(255,255,255,0.35); }
.cta-band-link:hover { gap: 16px; background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
.cta-band-link .arrow { font-size: 16px; }

/* ── LOGO BAND ──────────────────────────────────────────── */
.abv7-logo-band { background: var(--bg-soft); padding: 56px 120px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.logo-band-label { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-light); text-align: center; margin-bottom: 40px; }
.logo-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 24px 32px; max-width: 1400px; margin: 0 auto; }
.logo-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.logo-mark { width: 100%; aspect-ratio: 3 / 1.4; background: var(--rule); border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.logo-mark-inner { width: 60%; height: 40%; background: var(--ink-xlight); border-radius: 2px; opacity: 0.5; }
.logo-name { font-size: 10px; font-weight: 400; letter-spacing: 0.04em; color: var(--ink-light); text-align: center; line-height: 1.4; }

/* ══════════════════════════════════════════════════════════ */
/* ICP SECTION                                                */
/* ══════════════════════════════════════════════════════════ */
#abv7-icp { background: var(--bg); padding-bottom: 0; }
.icp-intro { max-width: 780px; margin-bottom: 64px; }
.icp-intro-title { font-family: "Poppins",sans-serif; font-size: 2.25rem; font-weight: 300; line-height: 3rem; color: var(--ink); margin-bottom: 20px; }
.icp-intro-title em { font-style: italic; color: var(--blue-mid); }
.icp-intro-body { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--ink-muted); }
.icp-layout { display: grid; grid-template-columns: 260px 1fr; border-top: 1px solid var(--rule); max-width: 1400px; padding-bottom: 80px; }
.icp-tabs { border-right: 1px solid var(--rule); position: sticky; top: 80px; align-self: start; max-height: calc(100vh - 120px); overflow-y: auto; scrollbar-width: none; }
.icp-tabs::-webkit-scrollbar { display: none; }
.icp-tab { display: block; width: 100%; text-align: left; padding: 16px 20px; font-size: 13px; font-weight: 400; color: var(--ink-light); background: none; border: none; border-right: 3px solid transparent; cursor: pointer; transition: all 0.2s ease; line-height: 1.4; border-bottom: 1px solid var(--rule); }
.icp-tab:last-child { border-bottom: none; }
.icp-tab:hover { color: var(--blue); background: var(--blue-pale); }
.icp-tab.active { color: var(--blue); font-weight: 500; background: var(--blue-pale); border-right-color: var(--blue-mid); }
.icp-content { padding: 40px 60px; }
.icp-entry { display: none; animation: fadeUp 0.35s ease; }
.icp-entry.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.icp-heading { font-family: "Poppins",sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 2.25rem; color: var(--ink); margin-bottom: 24px; max-width: 680px; }
.icp-body { font-size: 15px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); margin-bottom: 32px; max-width: 680px; }
.icp-capability { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--blue-mid); font-style: italic; max-width: 680px; padding: 24px 28px; background: var(--blue-pale); border-left: 3px solid var(--blue-mid); margin-bottom: 12px; }
.icp-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue-mid); text-decoration: none; margin-top: 16px; margin-right: 24px; transition: gap 0.2s ease; }
.icp-cta:hover { gap: 12px; color: var(--blue); }

/* ══════════════════════════════════════════════════════════ */
/* FINAL CTA                                                  */
/* ══════════════════════════════════════════════════════════ */
#abv7-cta { background: var(--blue); padding: 0; }
.cta-two-col { display: grid; grid-template-columns: 1.4fr auto 1fr; min-height: 400px; }
.cta-main { padding: 80px 80px 80px 120px; }
.cta-divider { width: 1px; background: rgba(255,255,255,0.15); margin: 60px 0; }
.cta-secondary { padding: 80px 120px 80px 80px; display: flex; flex-direction: column; justify-content: center; }
.cta-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.cta-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: rgba(255,255,255,0.35); }
.cta-title { font-family: "Poppins",sans-serif; font-size: 2.25rem; font-weight: 300; line-height: 3.25rem; color: white; margin-bottom: 28px; }
.cta-title em { font-style: italic; color: rgba(255,255,255,0.45); }
.cta-body { font-size: 15px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.55); margin-bottom: 36px; max-width: 520px; }
.cta-button { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; color: white; text-decoration: none; padding: 16px 32px; border: 1px solid rgba(255,255,255,0.35); transition: all 0.25s ease; }
.cta-button:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
.cta-button .arrow { transition: transform 0.2s ease; }
.cta-button:hover .arrow { transform: translateX(4px); }
.cta-secondary-stat { font-family: "Poppins",sans-serif; font-size: clamp(40px, 6vw, 80px); font-weight: 300; color: white; line-height: 1; margin-bottom: 4px; }
.cta-secondary-stat-label { font-size: 11px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 28px; }
.cta-secondary-text { font-size: 15px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.6); margin-bottom: 32px; }
.cta-secondary-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.8); text-decoration: none; transition: gap 0.2s ease; }
.cta-secondary-link:hover { gap: 14px; color: white; }
.cta-secondary-link .arrow { transition: transform 0.2s ease; }
.cta-secondary-link:hover .arrow { transform: translateX(4px); }

/* ══════════════════════════════════════════════════════════ */
/* OFFICES                                                    */
/* ══════════════════════════════════════════════════════════ */
.abv7-offices-section { background: var(--bg); padding: 72px 120px; border-top: 1px solid var(--rule); }
.offices-heading { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 40px; display: flex; align-items: center; gap: 12px; }
.offices-heading::before { content: ''; display: block; width: 24px; height: 2px; background: var(--blue-mid); flex-shrink: 0; }
.offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1200px; }
.office-card { background: var(--bg-pale); padding: 32px 36px; }
.office-country { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 16px; }
.office-address { font-size: 13px; font-weight: 300; line-height: 1.85; color: var(--ink-muted); font-style: normal; }
