:root {
  --paper: #f3f1ea;
  --ink: #10100f;
  --muted: #6f706c;
  --line: rgba(16, 16, 15, 0.17);
  --blue: #008bc7;
  --blue-dark: #006da0;
  --font: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
[data-lang] { display: none; }
html[data-language='en'] [data-lang='en'],
html[data-language='de'] [data-lang='de'] { display: inline; }

.venture-card p[data-lang] { display: none; }
html[data-language='en'] .venture-card p[data-lang='en'],
html[data-language='de'] .venture-card p[data-lang='de'] { display: block; }

.site-shell {
  display: grid;
  grid-template-rows: 88px minmax(0, 1fr) 56px;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(100% - clamp(48px, 7vw, 112px)), rgba(0, 139, 199, .055) 0),
    var(--paper);
}

.site-header,
.site-footer {
  display: grid;
  align-items: center;
  padding-inline: clamp(24px, 5.2vw, 80px);
}
.site-header {
  grid-template-columns: 1fr auto 1fr;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
}
.brand-mark img { width: 37px; height: 40px; object-fit: cover; mix-blend-mode: multiply; }
.brand-name { font-size: .78rem; font-weight: 800; letter-spacing: .25em; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.primary-nav a,
.contact-link {
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  color: #5c5d59;
  font-size: .69rem;
  font-weight: 680;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.primary-nav a:hover,
.primary-nav a.is-active,
.contact-link:hover { border-bottom-color: var(--ink); color: var(--ink); }
.header-actions { display: flex; align-items: center; justify-self: end; gap: clamp(18px, 2.4vw, 36px); }
.language-switch { display: flex; align-items: center; gap: 6px; color: #9a9a94; font-size: .65rem; font-weight: 700; }
.language-switch button { padding: 4px 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.language-switch button.is-active { color: var(--ink); }

.panel-stage { position: relative; min-height: 0; }
.panel {
  position: absolute;
  inset: 0;
  display: grid;
  padding: clamp(42px, 7vh, 88px) clamp(24px, 7.1vw, 112px) clamp(36px, 6vh, 70px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(9px);
  transition: opacity 340ms ease, transform 340ms ease, visibility 0s linear 340ms;
}
.panel.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
.panel::before {
  position: absolute;
  top: 0;
  right: clamp(24px, 5.2vw, 80px);
  width: 1px;
  height: 27%;
  background: var(--blue);
  content: '';
}
.panel-counter { position: absolute; right: clamp(24px, 5.2vw, 80px); bottom: 6px; margin: 0; color: #9c9d98; font-size: .68rem; letter-spacing: .12em; }
.eyebrow { margin: 0 0 clamp(22px, 4vh, 40px); color: var(--blue-dark); font-size: .69rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }

.panel-thesis { grid-template-columns: minmax(0, 1.55fr) minmax(270px, .55fr); gap: clamp(50px, 8vw, 136px); align-items: center; }
.hero-copy { align-self: center; }
.hero-copy h1,
.section-intro h2,
.founder-statement h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(3.3rem, 6.5vw, 7.65rem);
  font-weight: 520;
  letter-spacing: -.068em;
  line-height: .88;
}
.hero-lede { max-width: 650px; margin: clamp(24px, 4vh, 42px) 0 0; color: #5c5d59; font-size: clamp(1.02rem, 1.35vw, 1.24rem); line-height: 1.55; }
.text-cta { display: inline-flex; align-items: center; gap: 16px; margin-top: clamp(26px, 4.3vh, 48px); padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: .76rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.text-cta:hover { border-bottom-color: var(--blue); color: var(--blue-dark); }
.thesis-rail { align-self: stretch; padding: clamp(24px, 4vh, 42px) 0 0 clamp(26px, 3vw, 48px); border-left: 1px solid var(--line); }
.rail-index { margin: 0 0 clamp(36px, 7vh, 86px); color: #9b9b96; font-size: .64rem; letter-spacing: .13em; }
.thesis-rail ol { display: grid; gap: clamp(25px, 4vh, 45px); margin: 0; padding: 0; list-style: none; }
.thesis-rail li { display: grid; grid-template-columns: 28px 1fr; gap: 13px; }
.thesis-rail li > span { color: var(--blue-dark); font-size: .66rem; font-weight: 740; }
.thesis-rail p { margin: 0; }
.thesis-rail strong { display: block; font-size: .93rem; font-weight: 650; letter-spacing: -.015em; }
.thesis-rail em { display: block; margin-top: 7px; color: #777873; font-size: .78rem; font-style: normal; line-height: 1.45; }

.panel-ventures { grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: clamp(54px, 9vw, 148px); align-items: center; }
.section-intro h2 { max-width: 560px; font-size: clamp(3rem, 5.4vw, 6.2rem); }
.section-intro > p:last-child { max-width: 480px; margin: clamp(26px, 4vh, 42px) 0 0; color: #686964; line-height: 1.65; }
.venture-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: min(50vh, 470px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.venture-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(28px, 4vw, 58px); transition: background-color 180ms ease, color 180ms ease; }
.venture-card + .venture-card { border-left: 1px solid var(--line); }
.venture-card > div { display: flex; align-items: center; justify-content: space-between; }
.venture-index { color: #8f908b; font-size: .66rem; letter-spacing: .1em; }
.venture-arrow { font-size: 1.3rem; font-weight: 350; }
.venture-card h3 { margin: auto 0 18px; font-size: clamp(2.1rem, 3.6vw, 4.6rem); font-weight: 540; letter-spacing: -.055em; }
.venture-card p { max-width: 360px; margin: 0; color: #666762; font-size: .93rem; line-height: 1.6; }
.venture-domain { margin-top: 35px; font-size: .67rem; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.venture-card:hover { background: var(--ink); color: var(--paper); }
.venture-card:hover p,
.venture-card:hover .venture-index { color: #b9bbb6; }

.panel-founder { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(58px, 11vw, 180px); align-items: center; }
.founder-statement h2 { font-size: clamp(4rem, 7.2vw, 8.3rem); }
.founder-role { max-width: 550px; margin: clamp(25px, 4vh, 42px) 0 0; color: #666762; font-size: clamp(1.05rem, 1.45vw, 1.3rem); line-height: 1.5; }
.founder-detail { padding-left: clamp(28px, 4.5vw, 70px); border-left: 1px solid var(--line); }
.founder-detail blockquote { margin: 0; font-size: clamp(1.35rem, 2vw, 2.2rem); font-weight: 530; letter-spacing: -.035em; line-height: 1.22; }
.founder-detail > p { margin: clamp(28px, 4vh, 42px) 0 0; color: #6b6c67; font-size: .91rem; line-height: 1.65; }
.founder-links { display: flex; flex-wrap: wrap; gap: 24px 35px; margin-top: clamp(30px, 5vh, 52px); }
.founder-links a { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: .7rem; font-weight: 730; letter-spacing: .1em; text-transform: uppercase; }
.founder-links a:hover { border-bottom-color: var(--blue); color: var(--blue-dark); }

.site-footer { grid-template-columns: 1fr auto 1fr; border-top: 1px solid var(--line); color: #757671; font-size: .66rem; letter-spacing: .07em; }
.site-footer p { margin: 0; }
.footer-note { justify-self: center; text-transform: uppercase; }
.site-footer nav { display: flex; gap: clamp(13px, 1.7vw, 28px); justify-self: end; }
.site-footer a:hover { color: var(--ink); }
.site-footer button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: inherit; letter-spacing: inherit; }
.site-footer button:hover { color: var(--ink); }

.consent {
  position: fixed;
  z-index: 20;
  right: clamp(18px, 3vw, 44px);
  bottom: clamp(18px, 3vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 34px;
  width: min(620px, calc(100vw - 36px));
  padding: clamp(24px, 3vw, 36px);
  background: #111210;
  color: var(--paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}
.consent[hidden] { display: none; }
.consent-label { margin: 0 0 8px; color: #69bce2; font-size: .61rem; font-weight: 720; letter-spacing: .15em; text-transform: uppercase; }
.consent h2 { margin: 0; font-size: 1.28rem; font-weight: 580; letter-spacing: -.025em; }
.consent p:last-child { margin: 12px 0 0; color: #b7b8b4; font-size: .78rem; line-height: 1.55; }
.consent-actions { display: flex; flex-direction: column; gap: 9px; align-self: center; }
.consent-actions button { min-width: 150px; padding: 11px 14px; border: 1px solid #464742; background: transparent; color: var(--paper); cursor: pointer; font-size: .67rem; font-weight: 680; letter-spacing: .06em; }
.consent-actions .consent-accept { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.consent > a { align-self: end; color: #999a96; font-size: .65rem; text-decoration: underline; text-underline-offset: 3px; }

.legal-shell { min-height: 100svh; padding: 0 clamp(24px, 7vw, 110px) 56px; }
.legal-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-bottom: 1px solid var(--line); }
.legal-back { font-size: .68rem; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.legal-main { display: grid; grid-template-columns: minmax(220px, .48fr) minmax(0, 1.2fr); gap: clamp(50px, 10vw, 160px); max-width: 1320px; padding-top: clamp(48px, 8vw, 110px); }
.legal-title p { margin: 0 0 24px; color: var(--blue-dark); font-size: .68rem; font-weight: 740; letter-spacing: .16em; text-transform: uppercase; }
.legal-title h1 { margin: 0; font-size: clamp(3.5rem, 6.5vw, 7rem); font-weight: 520; letter-spacing: -.065em; line-height: .9; }
.legal-content { max-width: 760px; }
.legal-content h2 { margin: 40px 0 10px; font-size: 1rem; font-weight: 680; letter-spacing: -.015em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p,
.legal-content li { color: #5f605c; font-size: .94rem; line-height: 1.7; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content a { border-bottom: 1px solid #b7b8b2; color: var(--ink); }
.legal-disclaimer { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-shell { min-height: 700px; }
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .panel { padding-top: 46px; }
  .panel-thesis,
  .panel-ventures,
  .panel-founder { grid-template-columns: 1fr; gap: 34px; align-content: center; }
  .thesis-rail { display: none; }
  .venture-grid { min-height: 330px; }
  .founder-detail { padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .site-footer { grid-template-columns: 1fr auto; }
  .footer-note { display: none; }
  .consent { grid-template-columns: 1fr; }
  .consent-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .site-shell { display: block; height: auto; min-height: 100svh; overflow: visible; }
  .site-header { position: sticky; top: 0; z-index: 10; min-height: 72px; background: rgba(243, 241, 234, .94); backdrop-filter: blur(14px); }
  .brand-mark { width: 31px; height: 31px; }
  .brand-name { font-size: .7rem; }
  .contact-link { display: none; }
  .panel-stage { min-height: 680px; }
  .panel { position: absolute; padding: 52px 24px 60px; }
  .hero-copy h1 { font-size: clamp(3.05rem, 15vw, 4.45rem); }
  .hero-lede { font-size: .98rem; }
  .panel-ventures { align-content: start; overflow-y: auto; }
  .section-intro h2 { font-size: 3.1rem; }
  .section-intro > p:last-child { display: none; }
  .venture-grid { grid-template-columns: 1fr; min-height: 0; }
  .venture-card { min-height: 220px; padding: 24px; }
  .venture-card + .venture-card { border-top: 1px solid var(--line); border-left: 0; }
  .venture-card h3 { margin-top: 45px; font-size: 2.4rem; }
  .venture-card p { font-size: .83rem; }
  .founder-statement h2 { font-size: 4rem; }
  .founder-detail blockquote { font-size: 1.28rem; }
  .founder-detail > p { font-size: .84rem; }
  .site-footer { min-height: 54px; padding-inline: 24px; }
  .site-footer nav { gap: 12px; }
  .consent { position: fixed; right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 22px; }
  .consent-actions button { flex: 1; min-width: 130px; }
  .legal-shell { padding-inline: 24px; }
  .legal-main { grid-template-columns: 1fr; gap: 46px; }
  .legal-title h1 { font-size: 3.8rem; }
}

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