:root{
  --bg:#f6f7f9;
  --surface:#ffffff;
  --ink:#0b1020;
  --ink-soft:#1e2236;
  --muted:#64748b;
  --line:#e2e8f0;
  --line-soft:#eef0f4;
  --brand:#7c1f3d;
  --brand-deep:#5b1428;
  --brand-tint:#fbeef2;
  --accent:#fbbf24;
  --font-display:'Geist','Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  --font-body:'Geist','Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:200;background:var(--ink);color:#fff;padding:10px 14px;border-radius:6px}
.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:100;background:rgba(246,247,249,.9);border-bottom:1px solid rgba(226,232,240,.86);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.nav{height:68px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:780;font-size:18px;line-height:1;white-space:nowrap}
.brand img{width:36px;height:36px;border-radius:8px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:6px;margin-left:auto}
.nav-links a{padding:8px 11px;border-radius:8px;color:#475569;font-size:14px;font-weight:570}
.nav-links a:hover,.nav-links a[aria-current="page"]{background:#fff;color:var(--ink)}
.nav-actions{display:flex;align-items:center;gap:9px}
.language-link,.home-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:650;color:#334155}
.language-link:hover,.home-link:hover{border-color:#cbd5e1;color:var(--brand-deep)}
.language-link{min-width:44px}

.hero{background:var(--surface);border-bottom:1px solid var(--line)}
.hero-inner{min-height:min(760px,calc(100svh - 68px));display:grid;grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr);gap:84px;align-items:center;padding:88px 0 96px}
.eyebrow{margin:0 0 22px;color:var(--brand);font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}
.hero h1{max-width:790px;margin:0;font-size:64px;line-height:1.02;letter-spacing:0;font-weight:760}
.hero-lede{max-width:720px;margin:28px 0 0;color:#475569;font-size:21px;line-height:1.55}
.hero-facts{display:flex;flex-wrap:wrap;gap:12px 24px;margin:36px 0 0;padding:24px 0 0;border-top:1px solid var(--line);list-style:none}
.hero-facts li{display:flex;align-items:center;gap:9px;color:#475569;font-size:14px;font-weight:620}
.hero-facts li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand)}
.hero-facts li:nth-child(2)::before{background:var(--accent)}
.hero-facts li:nth-child(3)::before{background:#16a34a}
.team-block{border-left:1px solid var(--line);padding-left:36px}
.team-label{margin:0 0 24px;color:var(--muted);font-size:13px;font-weight:650;text-transform:uppercase}
.founders{margin:0}
.founders div{padding:18px 0;border-top:1px solid var(--line)}
.founders div:last-child{border-bottom:1px solid var(--line)}
.founders dt{font-size:21px;font-weight:720;line-height:1.25}
.founders dd{margin:4px 0 0;color:var(--muted);font-size:14px}
.team-note{margin:24px 0 0;color:#475569;font-size:15px;line-height:1.7}
.email-link{display:inline-block;margin-top:18px;color:var(--brand);font-weight:680;border-bottom:1px solid #d8a7b8}
.email-link:hover{border-color:var(--brand)}

.section{padding:104px 0}
.section-grid{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:96px;align-items:start}
.section-kicker{margin:0 0 14px;color:var(--brand);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}
.section h2{margin:0;font-size:42px;line-height:1.12;letter-spacing:0;font-weight:730}
.prose{max-width:700px}
.prose p{margin:0 0 22px;color:#475569;font-size:18px;line-height:1.75}
.prose p:last-child{margin-bottom:0}
.prose strong{color:var(--ink);font-weight:680}

.product-section{background:#fff;border-block:1px solid var(--line)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:42px}
.section-heading > div{max-width:700px}
.section-heading p:not(.section-kicker){max-width:420px;margin:0;color:var(--muted);font-size:16px}
.product-figure{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f9fafb}
.product-figure img{width:100%;height:auto;aspect-ratio:2074/1294;object-fit:cover}
.product-figure figcaption{display:flex;justify-content:space-between;gap:24px;padding:14px 16px;border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:12px}
.product-figure figcaption span:last-child{font-family:var(--font-mono);white-space:nowrap}
.workstreams{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:48px;border-top:1px solid var(--line)}
.workstream{padding:26px 30px 0 0}
.workstream + .workstream{padding-left:30px;border-left:1px solid var(--line)}
.workstream b{display:block;margin-bottom:10px;color:var(--brand);font-family:var(--font-mono);font-size:12px}
.workstream h3{margin:0 0 9px;font-size:19px;line-height:1.3}
.workstream p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

.status-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.status-list li{display:grid;grid-template-columns:78px 200px minmax(0,1fr);gap:26px;padding:26px 0;border-bottom:1px solid var(--line);align-items:start}
.status-list .step{color:var(--brand);font-family:var(--font-mono);font-size:12px;font-weight:700;text-transform:uppercase}
.status-list strong{font-size:17px}
.status-list p{margin:0;color:var(--muted);font-size:15px}

.honesty{background:var(--ink);color:#fff}
.honesty .section-grid{align-items:center}
.honesty .section-kicker{color:#f4c6d5}
.honesty h2{max-width:460px}
.honesty-copy{max-width:680px}
.honesty-copy p{margin:0 0 18px;color:#cbd5e1;font-size:18px;line-height:1.75}
.honesty-copy p:last-child{margin-bottom:0}
.honesty-copy strong{color:#fff}

.contact{background:#fff}
.contact-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:56px;align-items:end}
.contact h2{max-width:720px}
.contact p{max-width:680px;margin:20px 0 0;color:var(--muted);font-size:18px}
.contact-actions{display:flex;align-items:center;gap:12px}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:8px;padding:11px 18px;background:var(--ink);color:#fff;font-size:14px;font-weight:680;white-space:nowrap}
.button:hover{background:#000;transform:translateY(-1px)}
.button-secondary{background:#fff;color:var(--ink);border-color:var(--line)}
.button-secondary:hover{background:var(--bg);border-color:#cbd5e1}

.site-footer{border-top:1px solid var(--line);background:var(--bg)}
.footer-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-links a:hover{color:var(--ink)}

@media(max-width:900px){
  .container{width:min(var(--max),calc(100% - 32px))}
  .nav{height:60px;gap:12px}
  .brand{font-size:17px}.brand img{width:32px;height:32px}
  .nav-links{display:none}
  .nav-actions{margin-left:auto}
  .home-link{display:none}
  .hero-inner{min-height:auto;grid-template-columns:1fr;gap:52px;padding:68px 0 72px}
  .hero h1{font-size:48px}
  .hero-lede{font-size:19px}
  .team-block{padding-left:26px}
  .section{padding:80px 0}
  .section-grid{grid-template-columns:1fr;gap:38px}
  .section-heading{align-items:start;flex-direction:column;gap:18px}
  .section h2{font-size:36px}
  .workstreams{grid-template-columns:1fr}
  .workstream{padding:24px 0}
  .workstream + .workstream{padding-left:0;border-left:0;border-top:1px solid var(--line)}
  .contact-inner{grid-template-columns:1fr;align-items:start}
  .contact-actions{justify-content:flex-start}
}

@media(max-width:600px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .language-link{min-width:42px;padding:7px 10px}
  .hero-inner{padding:54px 0 60px;gap:44px}
  .eyebrow{margin-bottom:16px}
  .hero h1{font-size:39px;line-height:1.06}
  .hero-lede{margin-top:20px;font-size:17px}
  .hero-facts{display:grid;gap:10px;margin-top:28px;padding-top:20px}
  .team-block{padding-left:20px}
  .founders dt{font-size:19px}
  .section{padding:64px 0}
  .section h2{font-size:31px}
  .prose p,.honesty-copy p,.contact p{font-size:16px}
  .product-figure{margin-inline:-14px;border-radius:0;border-inline:0}
  .product-figure figcaption{display:block;padding:12px 14px;line-height:1.5}
  .product-figure figcaption span{display:block}
  .product-figure figcaption span:last-child{margin-top:4px}
  .status-list li{grid-template-columns:1fr;gap:7px;padding:22px 0}
  .contact-actions{width:100%;align-items:stretch;flex-direction:column}
  .button{width:100%}
  .footer-inner{min-height:0;align-items:flex-start;flex-direction:column;padding:28px 0}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
