:root {
  --navy: #0b1f3a;
  --navy-2: #102e58;
  --blue: #2563eb;
  --blue-light: #eaf2ff;
  --orange: #f97316;
  --ink: #111827;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f6f8fb;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(11,31,58,.09);
  --wrap: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Manrope, "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 16px; background: var(--navy); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(229,231,235,.8);
  backdrop-filter: blur(16px);
}
.nav { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; position: relative; display: grid; place-items: center; background: var(--navy); border-radius: 10px; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.05em; }
.brand-mark::after { content: "✦"; position: absolute; right: -5px; top: -8px; color: var(--orange); font-size: 15px; }
.brand-name { color: var(--navy); font-size: 15px; font-weight: 750; letter-spacing: -.01em; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; color: #344054; font-size: 14px; font-weight: 600; padding: 27px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--blue); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a.active { color: var(--navy); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nav-cta:hover, .btn:hover { transform: translateY(-2px); background: var(--navy-2); }
.btn-secondary { background: transparent; border-color: #cdd5df; color: var(--navy); }
.btn-secondary:hover { background: var(--soft); border-color: #aeb8c6; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: #eff5ff; }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); font-size: 21px; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: flex; align-items: center; background: radial-gradient(circle at 80% 45%, #edf5ff 0, rgba(237,245,255,.85) 22%, transparent 53%); }
.hero::before, .page-hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -150px; top: 40px; border: 1px solid rgba(37,99,235,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(37,99,235,.035), 0 0 0 160px rgba(37,99,235,.025); }
.mesh { position: absolute; right: max(6vw, 30px); top: 50%; width: 430px; height: 430px; transform: translateY(-48%); opacity: .95; }
.mesh::before, .mesh::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(37,99,235,.27); border-radius: 45% 55% 53% 47% / 45% 45% 55% 55%; transform: rotate(20deg); }
.mesh::after { inset: 23%; transform: rotate(-31deg); border-color: rgba(11,31,58,.18); }
.mesh-lines { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(37,99,235,.6) 1.4px, transparent 1.6px); background-size: 27px 27px; mask-image: radial-gradient(circle, #000 0, transparent 68%); }
.mesh-star { position: absolute; right: 14%; top: 18%; color: var(--orange); font-size: 32px; animation: drift 5s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(-9px) rotate(8deg); } }
.hero-content { position: relative; z-index: 2; max-width: 710px; padding: 100px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.1; letter-spacing: -.035em; }
h1 { margin-top: 20px; font-size: clamp(50px, 6.7vw, 82px); font-weight: 680; }
h2 { font-size: clamp(34px, 4vw, 50px); font-weight: 650; }
h3 { font-size: 22px; font-weight: 680; }
.hero-copy, .page-lead { max-width: 640px; margin: 26px 0 0; color: #526171; font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 42px; color: var(--muted); font-size: 13px; }
.hero-note::before { content: ""; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(249,115,22,.12); }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.section-dark { position: relative; overflow: hidden; background: var(--navy); color: #dce6f4; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-title { max-width: 730px; margin-top: 13px; }
.section-intro { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link:hover { color: var(--navy); }

.grid { display: grid; gap: 22px; }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(37,99,235,.32); }
.focus-card { min-height: 260px; display: flex; flex-direction: column; }
.icon { width: 45px; height: 45px; display: grid; place-items: center; background: var(--blue-light); border-radius: 12px; color: var(--blue); font-size: 20px; font-weight: 700; }
.focus-card h3 { margin-top: 38px; font-size: 20px; }
.orange-line { width: 28px; height: 3px; margin-top: 16px; background: var(--orange); border-radius: 3px; }
.focus-card p, .feature p, .story-card p { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.feature { padding: 4px 20px 4px 0; }
.feature-number { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.feature h3 { margin-top: 24px; }

.logo-tile { min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.wordmark { color: var(--navy); font-size: 27px; font-weight: 800; letter-spacing: -.05em; }
.wordmark small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.logo-tile .meta { margin-top: 16px; color: var(--muted); font-size: 12px; }
.insight-card { padding: 0; overflow: hidden; }
.insight-visual { min-height: 190px; position: relative; overflow: hidden; background: linear-gradient(145deg, #0b1f3a, #164e90); }
.insight-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 32px 32px; transform: perspective(400px) rotateX(60deg) scale(1.6) translateY(35%); }
.insight-visual.orange { background: linear-gradient(145deg, #132f56, #b45309); }
.insight-visual.cyan { background: linear-gradient(145deg, #0b1f3a, #0e7490); }
.insight-index { position: absolute; right: 22px; bottom: 13px; color: rgba(255,255,255,.85); font-size: 52px; font-weight: 650; letter-spacing: -.07em; }
.insight-body { padding: 27px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.insight-body h3 { margin-top: 15px; }
.insight-body p { margin: 14px 0 21px; color: var(--muted); font-size: 14px; }

.cta { position: relative; overflow: hidden; padding: 90px 0; background: linear-gradient(135deg, var(--navy), #174f91); color: #fff; }
.cta::after { content: ""; position: absolute; width: 430px; height: 430px; right: -70px; top: -180px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta h2 { max-width: 760px; color: #fff; }
.cta p { margin: 18px 0 0; color: #c5d5e9; }

.site-footer { padding: 70px 0 28px; background: #07172c; color: #9fb0c6; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 50px; }
.site-footer .brand-name { color: #fff; }
.footer-about { max-width: 330px; margin: 20px 0 0; font-size: 14px; }
.footer-title { margin-bottom: 18px; color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 11px; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.page-hero { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; background: linear-gradient(180deg, #f7faff, #fff); }
.page-hero .wrap { position: relative; z-index: 2; padding: 90px 0; }
.page-hero h1 { max-width: 920px; font-size: clamp(45px, 6vw, 68px); }
.page-hero.compact { min-height: 390px; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.prose p { margin: 0 0 22px; color: #526171; font-size: 18px; }
.quote-block { padding: 36px; border-left: 3px solid var(--orange); background: var(--soft); color: var(--navy); font-size: 24px; line-height: 1.45; letter-spacing: -.02em; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.stat { padding: 28px 30px 0 0; }
.stat strong { display: block; color: var(--navy); font-size: 31px; line-height: 1; }
.stat span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; }
.strategy-card { min-height: 220px; }
.strategy-card .tag { color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.strategy-card h3 { margin-top: 22px; }
.strategy-card p { color: var(--muted); }
.team-card { display: grid; grid-template-columns: 240px 1fr; gap: 45px; align-items: center; }
.portrait { aspect-ratio: .86; display: grid; place-items: end center; overflow: hidden; border-radius: var(--radius); background: linear-gradient(155deg, #d9e4f1, #7d91aa); color: rgba(255,255,255,.85); font-size: 90px; font-weight: 700; filter: grayscale(.85); }
.team-role { margin-top: 8px; color: var(--orange); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #475467; font-size: 13px; font-weight: 700; }
.filter:hover, .filter.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.portfolio-card { min-height: 350px; display: flex; flex-direction: column; }
.portfolio-card[hidden] { display: none; }
.company-logo { height: 54px; display: flex; align-items: center; }
.portfolio-card .sector { margin-top: 23px; color: var(--blue); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-card h3 { margin-top: 8px; font-size: 26px; }
.portfolio-card p { margin: 15px 0 25px; color: var(--muted); font-size: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.tag-pill { padding: 6px 10px; border-radius: 999px; background: var(--soft); color: #475467; font-size: 11px; font-weight: 700; }
.partner-band { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.partner-band > div { padding: 38px; }
.partner-band > div + div { border-left: 1px solid var(--line); }
.partner-band p { color: var(--muted); font-size: 14px; }

.fund-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; padding: 0; }
.fund-content { padding: 54px; }
.fund-visual { position: relative; min-height: 420px; background: var(--navy); overflow: hidden; }
.fund-visual::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.025); }
.fund-visual::after { content: "Z"; position: absolute; right: 10%; bottom: -10%; color: rgba(255,255,255,.06); font-size: 280px; font-weight: 800; line-height: 1; }
.fund-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0; }
.fund-meta div { padding-top: 15px; border-top: 1px solid var(--line); }
.fund-meta span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.fund-meta strong { display: block; margin-top: 5px; color: var(--navy); font-size: 15px; }
.notice { padding: 20px 24px; border: 1px solid #dce5f1; border-radius: 13px; background: #f7faff; color: #546579; font-size: 12px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.contact-list { display: grid; gap: 24px; margin-top: 36px; }
.contact-item { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-item span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-item strong, .contact-item a { display: block; margin-top: 7px; color: var(--navy); font-size: 17px; font-weight: 650; }
.form-card { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 13px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d6dce5; border-radius: 10px; background: #fff; padding: 13px 14px; color: var(--ink); outline: 0; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.article { width: min(760px, calc(100% - 48px)); margin-inline: auto; padding: 90px 0 110px; }
.article .eyebrow { margin-bottom: 22px; }
.article-logo { display: block; width: 100%; max-width: 220px; height: 90px; margin-bottom: 30px; object-fit: contain; object-position: left center; }
.article h1 { font-size: clamp(42px, 6vw, 66px); }
.article-dek { margin: 24px 0 35px; color: var(--muted); font-size: 21px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; padding-bottom: 30px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.article-body { padding-top: 35px; }
.article-body h2 { margin: 48px 0 18px; font-size: 32px; }
.article-body p { margin: 0 0 22px; color: #3f4e5f; font-size: 18px; }
.article-body .pullquote { margin: 42px 0; padding: 30px 0 30px 28px; border-left: 3px solid var(--orange); color: var(--navy); font-size: 25px; line-height: 1.45; }

.profile-sheet { width: min(1120px, calc(100% - 48px)); margin: 40px auto; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.profile-top { display: flex; justify-content: space-between; align-items: start; padding: 35px 42px; }
.profile-address { text-align: right; color: var(--muted); font-size: 12px; line-height: 1.6; }
.profile-hero { padding: 55px 42px; background: var(--navy); color: #fff; }
.profile-hero h1 { max-width: 800px; color: #fff; font-size: 52px; }
.profile-hero p { max-width: 700px; margin: 20px 0 0; color: #c7d4e5; }
.profile-body { padding: 40px 42px; }
.profile-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; }
.profile-body h2 { font-size: 25px; }
.profile-body p { color: var(--muted); font-size: 14px; }
.mini-focus { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.mini-focus span { padding: 12px; border-radius: 9px; background: var(--soft); color: var(--navy); font-size: 12px; font-weight: 700; }
.profile-portfolio { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.profile-portfolio div { display: grid; place-items: center; min-height: 85px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .mesh-star { animation: none; } }

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero-content { max-width: 650px; }
  .mesh { right: -130px; opacity: .55; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  :root { --wrap: min(calc(100% - 36px), 720px); }
  .nav { min-height: 70px; }
  .nav-links, .nav > .nav-cta { display: none; }
  .menu-button { display: grid; place-items: center; }
  .nav-links.open { position: fixed; display: grid; align-content: start; left: 0; right: 0; top: 70px; height: calc(100vh - 70px); padding: 30px 24px; background: #fff; }
  .nav-links.open a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav-links.open a::after { display: none; }
  .hero { min-height: 620px; }
  .mesh { width: 330px; height: 330px; right: -160px; top: 33%; }
  .hero-content { padding: 80px 0; }
  .section { padding: 82px 0; }
  .grid-5, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .partner-band { grid-template-columns: 1fr; }
  .partner-band > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .team-card { grid-template-columns: 180px 1fr; }
  .fund-feature { grid-template-columns: 1fr; }
  .fund-visual { min-height: 300px; grid-row: 1; }
  .profile-columns { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  :root { --wrap: calc(100% - 30px); }
  .brand-name { font-size: 13px; }
  .hero { min-height: 620px; }
  h1 { font-size: 46px; }
  .hero-copy, .page-lead { font-size: 17px; }
  .section { padding: 70px 0; }
  .grid-5, .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .card { padding: 25px; }
  .focus-card { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 420px; }
  .page-hero .wrap { padding: 70px 0; }
  .stat-row { grid-template-columns: 1fr; }
  .stat { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .team-card { grid-template-columns: 1fr; }
  .portrait { max-width: 240px; }
  .fund-content { padding: 30px 24px; }
  .form-card { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .profile-sheet { width: calc(100% - 20px); margin: 10px auto; border-radius: 12px; }
  .profile-top, .profile-body { padding: 24px; }
  .profile-hero { padding: 40px 24px; }
  .profile-hero h1 { font-size: 39px; }
  .profile-address { display: none; }
  .profile-portfolio { grid-template-columns: 1fr 1fr; }
}

@media print {
  .site-header, .site-footer, .no-print { display: none !important; }
  .profile-sheet { width: 100%; margin: 0; border: 0; box-shadow: none; }
  body { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}

/* Apple-inspired editorial layer: restrained, cinematic, product-led. */
:root {
  --navy: #003d73;
  --navy-2: #00579a;
  --blue: #0071c8;
  --orange: #f47a00;
  --soft: #f5f5f7;
  --line: rgba(0,0,0,.09);
  --radius: 28px;
  --shadow: 0 18px 60px rgba(0,0,0,.08);
}
body { background: #fff; letter-spacing: -.011em; }
.site-header { background: rgba(250,250,252,.78); border-color: rgba(0,0,0,.06); backdrop-filter: saturate(180%) blur(22px); }
.nav { min-height: 58px; gap: 22px; }
.brand-mark { width: 104px; height: 44px; border-radius: 0; font-size: 0; background: transparent url("../Logos/ZVP Logo 2026 512.png") center / contain no-repeat; color: transparent; }
.brand-mark::after { display: none; }
.brand-name { display: none; }
.nav-links { gap: 28px; }
.nav-links a { padding: 18px 0; color: #1d1d1f; font-size: 12px; font-weight: 500; }
.nav-links a::after { bottom: 10px; height: 1px; }
.nav-cta { min-height: 32px; padding: 0 14px; font-size: 12px; }
.lang-switch { display: inline-grid; place-items: center; min-width: 46px; height: 32px; padding: 0 10px; border: 1px solid rgba(0,0,0,.13); border-radius: 999px; color: #1d1d1f; font-size: 12px; font-weight: 600; transition: background .2s ease; }
.lang-switch:hover { background: #e8e8ed; }
.hero { min-height: 840px; text-align: center; background: radial-gradient(circle at 50% 72%, #a8d7ff 0, #dceeff 25%, #f6faff 48%, #fff 70%); }
.hero::before { width: 860px; height: 860px; right: 50%; top: 250px; transform: translateX(50%); border-color: rgba(0,102,204,.1); }
.hero-content { max-width: 1050px; margin-inline: auto; padding: 125px 0 180px; }
.hero h1 { font-size: clamp(62px, 8.2vw, 108px); line-height: .95; font-weight: 680; letter-spacing: -.065em; }
.hero-copy { max-width: 720px; margin-inline: auto; color: #6e6e73; font-size: clamp(22px,2.5vw,30px); line-height: 1.35; }
.hero-actions, .hero-note { justify-content: center; }
.hero-actions .btn { min-height: 50px; padding-inline: 25px; }
.mesh { right: 50%; top: 78%; width: 430px; height: 240px; transform: translate(50%,-50%); opacity: .7; }
.eyebrow { color: var(--blue); letter-spacing: .12em; }
.eyebrow::before { background: var(--blue); }
h1,h2,h3 { color: #1d1d1f; }
h2 { font-size: clamp(42px,5.5vw,68px); line-height: 1.02; letter-spacing: -.052em; }
h3 { letter-spacing: -.025em; }
.section { padding: 135px 0; }
.section-soft { background: var(--soft); }
.section-head { align-items: flex-end; margin-bottom: 62px; }
.section-title { max-width: 900px; }
.section-intro { color: #6e6e73; font-size: 20px; }
.grid { gap: 24px; }
.card { border: 0; border-radius: 28px; box-shadow: none; background: #f5f5f7; }
.section-soft .card { background: #fff; }
.card:hover { transform: translateY(-4px); border-color: transparent; box-shadow: 0 22px 60px rgba(0,0,0,.09); }
.focus-card { min-height: 330px; padding: 36px; }
.focus-card h3 { margin-top: auto; font-size: 24px; }
.focus-card p { font-size: 15px; }
.icon { width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--blue); box-shadow: 0 3px 16px rgba(0,0,0,.06); }
.orange-line { background: var(--blue); }
.logo-tile { min-height: 230px; background: #f5f5f7; }
.wordmark { color: #1d1d1f; font-size: 30px; }
.insight-card { background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.06); }
.insight-visual { min-height: 260px; border-radius: 28px 28px 0 0; }
.cta { padding: 130px 0; background: #000; }
.cta h2 { max-width: 900px; font-size: clamp(44px,6vw,72px); color: #f5f5f7; }
.site-footer { background: #f5f5f7; color: #6e6e73; }
.site-footer .brand-name,.footer-title { color: #1d1d1f; }
.footer-bottom { border-color: rgba(0,0,0,.1); }
.page-hero { min-height: 660px; text-align: center; background: radial-gradient(circle at 50% 100%, #acd9ff 0, #e1f1ff 36%, #fff 72%); }
.page-hero .wrap { padding: 135px 0; }
.page-hero h1 { max-width: 1080px; margin-inline: auto; font-size: clamp(58px,7.4vw,92px); line-height: .98; letter-spacing: -.06em; }
.page-lead { max-width: 760px; margin-inline: auto; color: #6e6e73; font-size: clamp(20px,2.5vw,28px); line-height: 1.35; }
.page-hero.compact { min-height: 560px; }
.strategy-card { min-height: 280px; padding: 36px; }
.strategy-card h3 { margin-top: auto; font-size: 26px; }
.portfolio-card { min-height: 410px; padding: 36px; }
.portfolio-card h3 { color: #1d1d1f; font-size: 31px; }
.portfolio-card .sector { color: var(--blue); }
.filter { border: 0; background: #f5f5f7; }
.filter:hover,.filter.active { background: #1d1d1f; }
.partner-band { border: 0; border-radius: 28px; background: #f5f5f7; }
.partner-band > div + div { border-color: rgba(0,0,0,.08); }
.fund-feature { background: #f5f5f7; border-radius: 36px; }
.fund-visual { background: #000; }
.fund-visual::after { color: rgba(255,255,255,.12); }
.form-card { border: 0; border-radius: 32px; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-result-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 50% 100%, #acd9ff 0, #e1f1ff 36%, #fff 72%); }
.form-result-card { width: min(680px,100%); padding: 48px; border-radius: 32px; background: rgba(255,255,255,.92); box-shadow: 0 22px 70px rgba(0,0,0,.12); }
.form-result-brand { margin-bottom: 38px; }
.form-result-card h1 { margin: 0; font-size: clamp(42px,6vw,64px); letter-spacing: -.05em; }
.form-result-card p { margin: 20px 0 30px; color: #6e6e73; font-size: 20px; line-height: 1.45; }
.form-result-card.error { border: 1px solid rgba(197,72,49,.2); }
.article h1 { font-size: clamp(52px,7vw,82px); letter-spacing: -.06em; }
.article-dek { color: #6e6e73; font-size: 26px; line-height: 1.4; }
.profile-hero { background: #000; }
.icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.company-logo { height: 78px; }
.company-logo-image { display: block; width: 100%; max-width: 190px; height: 68px; object-fit: contain; object-position: left center; }
.logo-tile img { width: 100%; max-width: 190px; height: 76px; object-fit: contain; }
.company-logo-image[src*="Auto-Align"],
.logo-tile img[src*="Auto-Align"] { max-width: 240px; height: 86px; }
.company-logo-image[src*="WeBox"],
.company-logo-image[src*="Wefaa"] { max-width: 220px; height: 78px; }
.fund-logo-chip img[src*="Auto-Align"] { max-width: 160px; height: 60px; }
.logo-tile .logo-caption { margin-top: 17px; color: #6e6e73; font-size: 12px; }
.fund-label { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 999px; background: #e7f3ff; color: #005ea8; font-size: 10px; font-weight: 750; letter-spacing: .02em; }
.fund-label.angel { background: #fff0e4; color: #b95500; }
.fund-label.exited { background: #edf0f3; color: #5d6670; }
.exit-ribbon { position: absolute; right: 18px; top: 18px; padding: 7px 12px; border-radius: 999px; background: #1d1d1f; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-card { position: relative; }
.fund-visual { display: grid; place-items: center; padding: 42px; background: radial-gradient(circle at 30% 20%, #0b72bd, #00355f 56%, #00182c); }
.fund-logo-cloud { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; width: 100%; }
.fund-logo-cloud.two { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 390px; }
.fund-logo-chip { min-height: 86px; display: grid; place-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.fund-logo-chip img { width: 100%; max-width: 135px; height: 50px; object-fit: contain; }
.fund-visual::after { display: none; }
.team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.team-profile { min-height: 330px; display: flex; flex-direction: column; padding: 38px; border-radius: 28px; background: #f5f5f7; }
.team-initial { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--blue),var(--navy)); color: #fff; font-size: 19px; font-weight: 750; }
.team-photo { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; object-position: center; background: linear-gradient(180deg,#fff,#eef4fb); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.team-profile h3 { margin-top: 34px; font-size: 28px; }
.team-profile .team-role { color: var(--blue); }
.team-profile p { margin: 18px 0 0; color: #6e6e73; font-size: 14px; }
.profile-portfolio div { padding: 10px; }
.profile-portfolio img { width: 100%; max-width: 150px; height: 58px; object-fit: contain; }

@media (max-width:860px) {
  .nav { min-height:58px; }
  .nav-links.open { top:58px; height:calc(100vh - 58px); background:rgba(250,250,252,.98); }
  .nav > .nav-cta { display:none; }
  .lang-switch { margin-left:auto; }
  .menu-button { margin-left:0; width:36px; height:36px; border:0; background:transparent; }
  .hero { min-height:720px; }
  .hero-content { padding:100px 0 155px; }
  .section { padding:95px 0; }
  .team-grid { grid-template-columns: 1fr; }
}
@media (max-width:600px) {
  .brand-mark { width: 82px; height: 38px; }
  .hero h1 { font-size:56px; }
  .hero-copy { font-size:21px; }
  .hero { min-height:680px; }
  .section { padding:82px 0; }
  .page-hero { min-height:540px; }
  .page-hero h1 { font-size:51px; }
  .focus-card,.portfolio-card { min-height:310px; }
  .article-logo { max-width: 170px; height: 72px; }
}
