*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:"Outfit","Inter",sans-serif; background:var(--ink); min-height:100vh; }

:root {
  --ink:#0F1110; --canvas:#F5F4F0; --surface:#ECEAE4; --green:#ABE83D; --gdk:#8FC42E;
  --label:#5A7A1A; --muted:#5A5A57; --rule:rgba(15,17,16,.1); --rule2:rgba(15,17,16,.22);
  --fd:"Cormorant Garamond",Georgia,serif; --fb:"Outfit","Inter",sans-serif;
}


/* LOGO */
.logo-img { display:block; height:32px; width:auto; object-fit:contain; flex-shrink:0; }
.logo-img-sm { display:block; height:24px; width:auto; object-fit:contain; flex-shrink:0; }

/* PLACEHOLDER */
.ph { background:#BAB8B0; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; width:100%; }
.ph::before { content:""; position:absolute; inset:0; background:repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(0,0,0,.035) 14px, rgba(0,0,0,.035) 15px); }
.ph-lbl { position:relative; z-index:1; background:rgba(255,255,255,.84); padding:5px 12px; border-radius:2px; font-size:10px; font-weight:400; color:#444; letter-spacing:.04em; text-transform:uppercase; font-family:var(--fb); text-align:center; max-width:260px; line-height:1.5; }
.ph-dk { background:#1e2120; }
.ph-dk::before { background:repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255,255,255,.02) 14px, rgba(255,255,255,.02) 15px); }
.ph-lbl-dk { background:rgba(15,17,16,.75); color:#ccc; }

.tbd { border:1.5px dashed var(--rule2); border-radius:6px; padding:16px 18px; font-size:15px; line-height:1.6; color:var(--muted); font-style:italic; font-family:var(--fb); }
.tbd-dk { border-color:rgba(245,244,240,.28); color:rgba(245,244,240,.66); }

.eyebrow { font-family:var(--fb); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--label); }
.eyebrow-dk { color:var(--green); }

/* ══════════ DESKTOP ══════════ */
.d-nav { display:flex; align-items:center; justify-content:space-between; padding:0 48px; height:68px; background:var(--canvas); border-bottom:1px solid var(--rule); gap:40px; }
.d-nav-links { display:flex; gap:36px; list-style:none; flex:1; justify-content:center; }
.d-nav-links a { font-size:13px; color:var(--muted); text-decoration:none; font-weight:400; letter-spacing:.02em; font-family:var(--fb); white-space:nowrap; }
.d-nav-links a:hover { color:var(--ink); }
.d-nav-links a.active { color:var(--ink); font-weight:500; }
.d-nav-cta { background:transparent; color:var(--ink); padding:0; font-size:13px; font-weight:500; border:none; border-bottom:1.5px solid var(--ink); cursor:pointer; font-family:var(--fb); letter-spacing:.02em; white-space:nowrap; flex-shrink:0; line-height:1.6; }

/* HERO — text-zone first, then wide image band (distinct from Technology hero) */
.d-hero { background:var(--ink); }
.d-h-txt { padding:72px 48px 56px; }
.d-kicker { font-family:var(--fb); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--green); margin-bottom:22px; }
.d-h1 { font-family:var(--fd); font-size:58px; line-height:1.04; font-weight:300; color:var(--canvas); letter-spacing:-.02em; max-width:none; margin-bottom:30px; }
.d-h1 em { font-style:italic; color:var(--green); }
.d-h-foot { display:flex; align-items:flex-end; justify-content:space-between; gap:48px; }
.d-tagline { flex:1; font-size:21px; line-height:1.68; color:rgba(245,244,240,.82); max-width:none; font-weight:300; font-family:var(--fb); }
.d-btns { display:flex; gap:16px; align-items:center; flex-shrink:0; }
.btn-g { background:var(--green); color:var(--ink); padding:13px 28px; border-radius:3px; font-size:14px; font-weight:600; border:none; cursor:pointer; font-family:var(--fb); white-space:nowrap; }
.btn-o { background:transparent; color:rgba(245,244,240,.82); padding:13px 0; font-size:14px; font-weight:300; border:none; border-bottom:1px solid rgba(245,244,240,.35); cursor:pointer; font-family:var(--fb); white-space:nowrap; }
.btn-o-dk { color:var(--ink); border-bottom:1px solid var(--rule2); }
.d-h-img { width:100%; height:300px; border-top:1px solid rgba(255,255,255,.07); }

/* MISSION & VISION — editorial lead + belief band */
.d-mission { background:var(--canvas); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-mission-intro { font-size:19px; line-height:1.7; color:var(--muted); max-width:none; font-weight:300; margin:18px 0 24px; font-family:var(--fb); }
.d-mission-lead { font-family:var(--fd); font-size:42px; font-weight:300; line-height:1.18; color:var(--ink); letter-spacing:-.02em; max-width:none; }
.d-mission-lead em { font-style:italic; color:var(--gdk); }
.d-belief { margin-top:44px; border-top:1px solid var(--rule); padding-top:32px; }
.d-belief-pre { font-size:18px; line-height:1.7; color:var(--muted); max-width:none; font-weight:300; margin-bottom:26px; font-family:var(--fb); }
.d-belief-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.d-belief-box { border-left:3px solid var(--green); padding-left:20px; }
.d-belief-t { font-family:var(--fd); font-size:25px; font-weight:400; color:var(--ink); line-height:1.22; }

/* FOUNDERS — portrait gallery → modal */
.d-founders { background:var(--ink); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-founders-hdr { max-width:760px; margin-bottom:14px; }
.d-founders-h2 { font-family:var(--fd); font-size:46px; font-weight:300; letter-spacing:-.02em; line-height:1.08; color:var(--canvas); margin:14px 0 14px; }
.d-founders-h2 em { font-style:italic; color:var(--green); }
.d-founders-sub { font-size:17px; line-height:1.7; color:rgba(245,244,240,.78); font-weight:300; max-width:620px; font-family:var(--fb); }
.d-fgrid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:40px; }
.d-fcard { border:1px solid rgba(255,255,255,.1); border-radius:8px; overflow:hidden; background:#141615; cursor:pointer; display:flex; flex-direction:column; transition:transform .16s, border-color .16s; text-align:left; padding:0; }
.d-fcard:hover { border-color:rgba(171,232,61,.55); transform:translateY(-3px); }
.d-fphoto { height:290px; }
.d-fbody { padding:22px 22px 24px; flex:1; display:flex; flex-direction:column; }
.d-fname { font-family:var(--fd); font-size:26px; font-weight:400; color:var(--canvas); line-height:1.14; margin-bottom:7px; }
.d-frole { font-size:10.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); margin-bottom:14px; font-weight:600; font-family:var(--fb); }
.d-ffocus { font-size:15px; line-height:1.6; color:rgba(245,244,240,.72); font-weight:300; margin-bottom:18px; font-family:var(--fb); }
.d-flink { margin-top:auto; font-size:14px; color:var(--canvas); font-weight:500; display:inline-flex; gap:7px; align-items:center; font-family:var(--fb); }
.d-flink span { color:var(--green); }

/* TEAM — roster placeholder (distinct: small circular avatars) */
.d-team { background:var(--canvas); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-team-hdr { max-width:680px; margin-bottom:8px; }
.d-team-h2 { font-family:var(--fd); font-size:39.5px; font-weight:300; letter-spacing:-.02em; line-height:1.1; color:var(--ink); margin-top:12px; }
.d-team-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:22px; margin:36px 0 24px; }
.d-team-cell { text-align:center; }
.d-team-av { width:100%; aspect-ratio:1/1; border-radius:50%; overflow:hidden; margin-bottom:12px; }
.d-team-cap { font-size:11px; color:var(--muted); font-family:var(--fb); }

/* COMPANY HISTORY & MILESTONES — vertical timeline (distinct) */
.d-history { background:var(--surface); padding:72px 48px; border-bottom:1.5px solid var(--ink); }
.d-history-hdr { max-width:680px; margin-bottom:8px; }
.d-history-h2 { font-family:var(--fd); font-size:39.5px; font-weight:300; letter-spacing:-.02em; line-height:1.1; color:var(--ink); margin-top:12px; }
.d-tl { margin:40px 0 0 8px; border-left:2px solid var(--rule2); }
.d-tl-node { position:relative; padding:0 0 34px 34px; }
.d-tl-node:last-child { padding-bottom:0; }
.d-tl-dot { position:absolute; left:-9px; top:3px; width:16px; height:16px; border-radius:50%; background:var(--green); border:3px solid var(--surface); }
.d-tl-year { font-family:var(--fd); font-size:24px; color:var(--label); line-height:1; margin-bottom:10px; }

/* CAREERS / CLOSING CTA */
.d-careers { background:var(--ink); padding:80px 48px; }
.d-careers-grid { display:grid; grid-template-columns:1fr; gap:40px; align-items:start; }
.d-careers-h2 { font-family:var(--fd); font-size:48.5px; font-weight:300; color:var(--canvas); line-height:1.08; letter-spacing:-.02em; margin:14px 0 16px; }
.d-careers-h2 em { font-style:italic; color:var(--green); }
.d-careers-p { font-size:20px; color:rgba(245,244,240,.78); margin-bottom:28px; font-weight:300; line-height:1.66; font-family:var(--fb); }
.d-careers-btns { display:flex; gap:16px; align-items:center; }
.d-roles { display:flex; flex-direction:column; gap:10px; }
.d-role-tile { border:1px dashed rgba(245,244,240,.28); border-radius:8px; padding:18px 20px; display:flex; align-items:center; justify-content:space-between; }
.d-role-tile .rt-t { font-size:13px; color:rgba(245,244,240,.7); font-family:var(--fb); font-style:italic; }
.d-role-tile .rt-c { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-family:var(--fb); }

/* FOOTER */
.d-foot { background:#0A0B0A; padding:0 48px; height:64px; display:flex; align-items:center; justify-content:space-between; gap:40px; border-top:1px solid rgba(255,255,255,.06); }
.d-foot-links { display:flex; gap:28px; list-style:none; flex:1; justify-content:center; }
.d-foot-links a { font-size:12px; color:#aaa; text-decoration:none; font-family:var(--fb); white-space:nowrap; }
.d-foot-links a:hover { color:#ddd; }
.d-foot-copy { font-size:11.5px; color:#666; font-family:var(--fb); white-space:nowrap; flex-shrink:0; }

/* ══════════ PROFILE MODAL (shared chrome) ══════════ */
.pm { position:fixed; inset:0; z-index:10000; display:none; align-items:center; justify-content:center; padding:32px; }
.pm.open { display:flex; }
.pm-backdrop { position:absolute; inset:0; background:rgba(15,17,16,.74); }
.pm-card { position:relative; z-index:1; background:var(--canvas); border-radius:10px; max-width:560px; width:100%; max-height:88vh; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 30px 90px rgba(0,0,0,.5); }
.pm-photo { position:relative; width:100%; height:320px; flex-shrink:0; background:#1e2120; }
.pm-content { padding:34px 38px; overflow-y:auto; }
.pm-close { position:absolute; top:14px; right:14px; z-index:2; width:36px; height:36px; border-radius:50%; border:none; background:rgba(245,244,240,.92); cursor:pointer; font-size:20.5px; color:var(--ink); display:flex; align-items:center; justify-content:center; line-height:1; }
.pm-eyebrow { font-size:10.5px; text-transform:uppercase; letter-spacing:.14em; color:var(--label); font-weight:600; margin-bottom:12px; font-family:var(--fb); }
.pm-name { font-family:var(--fd); font-size:35px; font-weight:300; color:var(--ink); line-height:1.08; margin-bottom:6px; }
.pm-role { font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); font-weight:600; margin-bottom:22px; font-family:var(--fb); }
.pm-bio p { font-size:16px; line-height:1.72; color:#37372f; font-weight:300; margin-bottom:14px; font-family:var(--fb); }
.pm-li { display:inline-flex; align-items:center; gap:8px; margin-top:6px; font-size:15px; font-weight:500; color:var(--ink); text-decoration:none; border:1px solid var(--rule2); border-radius:4px; padding:9px 16px; font-family:var(--fb); }
.pm-li:hover { border-color:var(--ink); }
@media (max-width:680px) {
  .pm { padding:0; }
  .pm-card { max-width:100%; max-height:100vh; height:100%; border-radius:0; }
  .pm-photo { height:240px; }
}

/* ══════════ MOBILE ══════════ */
.m-wrap { background:var(--canvas); width:100%; margin:0 auto; }
.m-nav { display:flex; align-items:center; justify-content:space-between; padding:0 20px; height:52px; background:var(--canvas); border-bottom:1px solid var(--rule); position:sticky; top:0; z-index:100; }
.m-ham { display:flex; flex-direction:column; gap:5px; cursor:pointer; padding:6px 4px; flex-shrink:0; }
.m-ham span { display:block; height:1.5px; background:var(--ink); border-radius:1px; }

.m-hero { background:var(--ink); }
.m-h-txt { padding:28px 20px 26px; }
.m-kicker { font-family:var(--fb); font-size:10px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--green); margin-bottom:14px; }
.m-h1 { font-family:var(--fd); font-size:34px; line-height:1.06; font-weight:300; color:var(--canvas); letter-spacing:-.02em; margin-bottom:16px; }
.m-h1 em { font-style:italic; color:var(--green); }
.m-htag { font-size:17px; line-height:1.6; color:rgba(245,244,240,.82); margin-bottom:22px; font-weight:300; font-family:var(--fb); }
.m-btn-g { display:block; width:100%; background:var(--green); color:var(--ink); padding:14px 20px; text-align:center; font-size:14px; font-weight:600; border:none; border-radius:3px; margin-bottom:10px; font-family:var(--fb); cursor:pointer; }
.m-btn-o { display:block; width:100%; background:transparent; color:rgba(245,244,240,.82); padding:13px 20px; text-align:center; font-size:13.5px; font-weight:300; border:1px solid rgba(245,244,240,.3); border-radius:3px; font-family:var(--fb); cursor:pointer; }
.m-h-img { width:100%; height:200px; border-top:1px solid rgba(255,255,255,.07); }

.m-sec { padding:28px 20px; border-bottom:1px solid var(--rule); }
.m-sec-canvas { background:var(--canvas); }
.m-sec-ink { background:var(--ink); }
.m-sec-surface { background:var(--surface); }
.m-sh2 { font-family:var(--fd); font-size:31px; font-weight:300; letter-spacing:-.02em; line-height:1.1; margin:10px 0 12px; }
.m-sh2.on-ink { color:var(--canvas); }
.m-sh2.on-light { color:var(--ink); }
.m-sh2 em { font-style:italic; color:var(--gdk); }
.m-sh2.on-ink em { color:var(--green); }

/* Mobile mission */
.m-mission-intro { font-size:16.5px; line-height:1.64; color:var(--muted); font-weight:300; margin-bottom:14px; font-family:var(--fb); }
.m-mission-lead { font-family:var(--fd); font-size:27.5px; font-weight:300; line-height:1.28; color:var(--ink); letter-spacing:-.01em; }
.m-mission-lead em { font-style:italic; color:var(--gdk); }
.m-belief-pre { font-size:16.5px; line-height:1.62; color:var(--muted); font-weight:300; margin:22px 0 16px; font-family:var(--fb); }
.m-belief-box { border-left:3px solid var(--green); padding-left:16px; margin-bottom:14px; }
.m-belief-box:last-child { margin-bottom:0; }
.m-belief-t { font-family:var(--fd); font-size:21.5px; font-weight:400; color:var(--ink); line-height:1.22; }

/* Mobile founders */
.m-fgrid { margin-top:20px; display:flex; flex-direction:column; gap:12px; }
.m-fcard { border:1px solid rgba(255,255,255,.1); border-radius:8px; overflow:hidden; background:#141615; cursor:pointer; text-align:left; width:100%; padding:0; display:block; }
.m-fphoto { height:220px; }
.m-fbody { padding:18px 18px 20px; }
.m-fname { font-family:var(--fd); font-size:24px; font-weight:400; color:var(--canvas); line-height:1.14; margin-bottom:6px; }
.m-frole { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); margin-bottom:12px; font-weight:600; font-family:var(--fb); }
.m-ffocus { font-size:14px; line-height:1.55; color:rgba(245,244,240,.72); font-weight:300; margin-bottom:14px; font-family:var(--fb); }
.m-flink { font-size:13.5px; color:var(--canvas); font-weight:500; display:inline-flex; gap:7px; align-items:center; font-family:var(--fb); }
.m-flink span { color:var(--green); }

/* Mobile team */
.m-team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:20px 0 18px; }
.m-team-cell { text-align:center; }
.m-team-av { width:100%; aspect-ratio:1/1; border-radius:50%; overflow:hidden; margin-bottom:9px; }
.m-team-cap { font-size:10px; color:var(--muted); font-family:var(--fb); }

/* Mobile timeline */
.m-tl { margin:20px 0 0 6px; border-left:2px solid var(--rule2); }
.m-tl-node { position:relative; padding:0 0 26px 26px; }
.m-tl-node:last-child { padding-bottom:0; }
.m-tl-dot { position:absolute; left:-8px; top:3px; width:14px; height:14px; border-radius:50%; background:var(--green); border:3px solid var(--surface); }
.m-tl-year { font-family:var(--fd); font-size:20px; color:var(--label); line-height:1; margin-bottom:8px; }

/* Mobile careers */
.m-careers-h2 { font-family:var(--fd); font-size:35px; font-weight:300; color:var(--canvas); line-height:1.08; letter-spacing:-.02em; margin:10px 0 12px; }
.m-careers-h2 em { font-style:italic; color:var(--green); }
.m-careers-p { font-size:17px; color:rgba(245,244,240,.78); margin-bottom:20px; font-weight:300; line-height:1.58; font-family:var(--fb); }
.m-role-tile { border:1px dashed rgba(245,244,240,.28); border-radius:8px; padding:14px 16px; margin-bottom:10px; }
.m-role-tile .rt-c { font-size:9.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); font-family:var(--fb); display:block; margin-bottom:5px; }
.m-role-tile .rt-t { font-size:12px; color:rgba(245,244,240,.7); font-family:var(--fb); font-style:italic; }

.m-foot { background:#0A0B0A; padding:20px; display:flex; align-items:center; justify-content:space-between; gap:16px; border-top:1px solid rgba(255,255,255,.06); }
.m-foot-links { display:flex; flex-direction:column; gap:7px; align-items:flex-end; }
.m-foot-links a { font-size:11px; color:#aaa; text-decoration:none; font-family:var(--fb); white-space:nowrap; }
#site-mobile{display:none}#site-desktop{display:block}
@media (max-width:900px){#site-desktop{display:none}#site-mobile{display:block}}

/* ── Investors & Partners — marquee + edge fade (below the team, About) ── */
.d-partners { background:var(--canvas); padding:76px 0 88px; border-bottom:1.5px solid var(--ink); overflow:hidden; }
.d-partners-h { text-align:center; font-family:var(--fb); font-style:normal; font-size:16px; font-weight:600; letter-spacing:.01em; color:#2A2A28; margin-bottom:56px; padding:0 48px; }
.d-partners-marquee { position:relative; overflow:hidden; }
.d-partners-marquee::before, .d-partners-marquee::after { content:""; position:absolute; top:0; bottom:0; width:170px; z-index:2; pointer-events:none; }
.d-partners-marquee::before { left:0; background:linear-gradient(90deg, var(--canvas) 18%, rgba(245,244,240,0)); }
.d-partners-marquee::after { right:0; background:linear-gradient(270deg, var(--canvas) 18%, rgba(245,244,240,0)); }
.d-partners-track { display:flex; align-items:center; width:max-content; animation:oel-marquee 46s linear infinite; }
.d-partners-marquee:hover .d-partners-track { animation-play-state:paused; }
.d-partner { flex:0 0 auto; display:flex; align-items:center; justify-content:center; height:56px; padding:0 46px; }
.d-partner img { max-height:56px; max-width:180px; width:auto; height:auto; object-fit:contain; display:block; }
@keyframes oel-marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }

.m-partners-h { text-align:center; font-family:var(--fb); font-style:normal; font-size:14px; font-weight:600; color:#2A2A28; margin-bottom:28px; }
.m-partners-marquee { position:relative; overflow:hidden; margin:0 -20px; }
.m-partners-marquee::before, .m-partners-marquee::after { content:""; position:absolute; top:0; bottom:0; width:52px; z-index:2; pointer-events:none; }
.m-partners-marquee::before { left:0; background:linear-gradient(90deg, var(--canvas), rgba(245,244,240,0)); }
.m-partners-marquee::after { right:0; background:linear-gradient(270deg, var(--canvas), rgba(245,244,240,0)); }
.m-partners-track { display:flex; align-items:center; width:max-content; animation:oel-marquee 30s linear infinite; }
.m-partner { flex:0 0 auto; display:flex; align-items:center; justify-content:center; height:40px; padding:0 26px; }
.m-partner img { max-height:40px; max-width:118px; width:auto; height:auto; object-fit:contain; display:block; }
@media (prefers-reduced-motion: reduce) { .d-partners-track, .m-partners-track { animation:none; } }
