:root {
  --navy: #0a2a43;
  --green: #1f8a4c;
  --gold: #f3b233;
  --cream: #f7f3eb;
  --sand: #e7ddce;
  --ink: #1d272b;
  --muted: #66737a;
  --white: #ffffff;
  --line: rgba(10, 42, 67, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px 6vw; background: rgba(247,243,235,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; text-decoration: none; color: var(--navy); }
.brand-logo { width: 44px; height: 44px; object-fit: contain; }
.nav { display: flex; gap: 22px; font-size: 14px; font-weight: 700; color: var(--navy); }
.nav a { text-decoration: none; opacity: .82; }
.nav a:hover { opacity: 1; color: var(--green); }
.section { padding: 92px 6vw; }
.section-dark { background: var(--navy); color: var(--white); }
.tinted { background: var(--sand); }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; padding: 0; }
.hero-copy { padding: 120px 6vw; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 760px; font-size: clamp(46px, 6vw, 86px); line-height: .95; margin: 0 0 28px; letter-spacing: -0.06em; }
.lead { max-width: 680px; font-size: 20px; color: rgba(255,255,255,.78); }
.hero-media img { height: 100%; min-height: 760px; object-fit: cover; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; color: var(--green); }
.section-dark .eyebrow { color: var(--gold); }
h2 { margin: 0 0 30px; max-width: 850px; font-size: clamp(34px, 4vw, 60px); line-height: 1.02; letter-spacing: -0.045em; color: var(--navy); }
.section-dark h2 { color: var(--white); }
h3 { margin: 0 0 10px; color: var(--navy); font-size: 22px; line-height: 1.15; }
.section-dark h3 { color: var(--white); }
p { margin: 0 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 20px; font-weight: 800; text-decoration: none; margin-right: 10px; }
.primary { background: var(--green); color: var(--white); }
.secondary { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.text-block { font-size: 20px; color: #334047; }
.stat-grid, .card-grid, .team-grid { display: grid; gap: 18px; }
.stat-grid { grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.stat-grid div, .card, .mini-card, .contact-card, .capital-list article { background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: 0 22px 60px rgba(10,42,67,.06); }
.stat-grid strong { display: block; font-size: 28px; color: var(--navy); }
.stat-grid span { color: var(--muted); font-size: 14px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.five { grid-template-columns: repeat(5, 1fr); }
.card p, .mini-card p, .capital-list p { color: var(--muted); }
.number { display: inline-flex; margin-bottom: 22px; color: var(--green); font-weight: 900; }
.geography { align-items: center; }
.map-wrap { margin: 28px 0 0; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.stacked-cards { display: grid; gap: 18px; }
.team-section { background: var(--white); }
.team-grid { grid-template-columns: repeat(4, 1fr); }
.team-card { background: var(--cream); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.team-card img { aspect-ratio: 1 / 1; object-fit: cover; background: var(--sand); }
.team-card div { padding: 22px; }
.team-card p { color: var(--muted); font-size: 15px; }
.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.process-media { border-radius: 32px; overflow: hidden; min-height: 520px; background: var(--sand); }
.process-media img { height: 520px; object-fit: cover; }
.timeline { list-style: none; padding: 0; margin: 24px 0 0; counter-reset: step; }
.timeline li { position: relative; padding: 24px 0 24px 72px; border-top: 1px solid var(--line); }
.timeline li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 24px; color: var(--green); font-weight: 900; }
.timeline strong { display: block; color: var(--navy); font-size: 22px; }
.timeline span { color: var(--muted); }
.capital-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vision { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.vision figure { margin: 0; border-radius: 32px; overflow: hidden; }
.vision img { height: 560px; object-fit: cover; }
.vision-steps p { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); }
.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; background: var(--white); }
.contact-card a { color: var(--green); font-weight: 800; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 6vw; background: #061d2f; color: rgba(255,255,255,.74); font-size: 14px; }
.footer a { color: var(--white); }
@media (max-width: 1040px) { .hero, .split, .process-section, .vision, .contact-section { grid-template-columns: 1fr; } .hero-copy { padding: 80px 6vw; } .hero-media img { min-height: 420px; } .card-grid.four, .card-grid.five, .team-grid, .stat-grid { grid-template-columns: repeat(2, 1fr); } .nav { display: none; } }
@media (max-width: 640px) { .section { padding: 64px 22px; } .site-header { padding: 14px 22px; } .hero-copy { padding: 72px 22px; } .card-grid.four, .card-grid.five, .team-grid, .stat-grid, .capital-list { grid-template-columns: 1fr; } .hero-actions { display: grid; gap: 10px; } .button { margin-right: 0; } }
