:root {
  --bg: #0a0a0b;
  --bg-elevated: #131316;
  --border: #232327;
  --border-strong: #34343a;
  --text: #f2f2f0;
  --text-dim: #8b8b93;
  --text-faint: #55555c;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id], div[id], main[id] { scroll-margin-top: 80px; }

.reveal {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1);
}
.reveal.in-view { opacity: 1; }
.reveal-rise {
  transform: translateY(26px);
  transition-property: opacity, transform;
}
.reveal-rise.in-view { transform: translateY(0); }
.value-row:nth-child(2) { transition-delay: .07s; }
.value-row:nth-child(3) { transition-delay: .14s; }
.founder-row:nth-child(2) { transition-delay: .1s; }
.contact-row:nth-child(2) { transition-delay: .07s; }
.contact-row:nth-child(3) { transition-delay: .14s; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(10, 10, 11, 0.72);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 16px; }
.brand-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 16px;
}
.brand-word {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 34px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-dim);
  margin-right: auto;
  margin-left: 48px;
}
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--text); display: block; }
.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 8px 32px 20px;
  gap: 4px;
  border-top: 1px solid var(--border);
}
.nav-mobile a {
  padding: 12px 0;
  font-size: 15px;
  color: var(--text-dim);
  border-bottom: 1px solid var(--border);
  transition: color .2s ease;
}
.nav-mobile.open { display: flex; }

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 0 80px;
}
.hero > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.hero-logo {
  width: 190px;
  height: 190px;
  object-fit: contain;
  border-radius: 48px;
  filter: drop-shadow(0 12px 40px rgba(255, 255, 255, 0.06));
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(56px, 11vw, 140px);
  letter-spacing: 0.18em;
  line-height: 1.05;
  text-transform: uppercase;
}
.scroll-hint {
  margin-top: 48px;
  color: var(--text-faint);
  transition: color .2s ease;
}
.scroll-hint:hover { color: var(--text); }
.scroll-arrow {
  width: 34px;
  height: 34px;
  animation: scroll-bounce 2s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.assets { padding: 120px 0 160px; }
.eyebrow {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.assets-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 48px;
}
.asset-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.carousel-btn {
  width: 30px;
  height: 38px;
  border: none;
  background: transparent;
  color: var(--text-dim);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: color .2s ease, transform .2s ease;
}
.carousel-btn:hover {
  color: var(--text);
  transform: translateX(2px);
}
#assetPrev:hover { transform: translateX(-2px); }
.asset-viewport {
  overflow: hidden;
}
.asset-track {
  display: flex;
  transition: transform .55s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}
.asset-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
}
.asset-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  max-width: 420px;
}
.asset-slide-name {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.asset-slide-sub {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(10px, 1.1vw, 12px);
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.asset-slide-blurb {
  font-size: 13.5px;
  color: var(--text-dim);
  max-width: 420px;
}
.asset-slide-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  width: 100%;
}
.asset-slide-price {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.asset-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 12px 34px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  transition: background .25s ease, color .25s ease;
}
.asset-more:hover {
  background: var(--text);
  color: var(--bg);
}
.asset-platforms {
  display: flex;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.asset-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.asset-bars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.asset-bar {
  width: 24px;
  height: 5px;
  border-radius: 3px;
  border: none;
  background: #3a3a42;
  cursor: pointer;
  padding: 0;
  transition: background .15s ease;
}
.asset-bar:hover { background: #6a6a74; }
.asset-bar.active {
  background: #f2f2f0;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.status-released { color: #34d399; }
.status-estimated { color: #fbbf24; }
.status-soon { color: #a78bfa; }

.asset-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 0 120px;
}
.asset-page-icon {
  position: absolute;
  right: 4%;
  top: 60px;
  width: clamp(220px, 34vw, 540px);
  height: auto;
  filter: invert(1);
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}
.asset-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color .2s ease;
}
.asset-back:hover { color: var(--text); }
.asset-page-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}
.asset-page-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 28px;
  max-width: 760px;
}
.asset-page-name {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(54px, 9vw, 118px);
  line-height: 1.02;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.asset-page-sub {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text);
}
.asset-page-blurb {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 300;
  color: var(--text);
  line-height: 1.75;
  max-width: 640px;
}
.compare { margin-top: 88px; }
.compare-scroll { overflow-x: auto; }
.compare-note {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--text-dim);
  max-width: 780px;
  line-height: 1.6;
}
.compare-table { min-width: 800px; }
.compare-row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  align-items: center;
  gap: 36px;
  padding: 22px 8px;
  border-top: 1px solid var(--border-strong);
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}
.compare-row > span + span {
  border-left: 1px solid var(--border-strong);
  padding: 8px 0 8px 36px;
}
.compare-row:last-child {
  border-bottom: 1px solid var(--border-strong);
  font-size: 21px;
  font-weight: 500;
}
.compare-head {
  border-top: none;
  border-bottom: 1px solid var(--border-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.compare-head > span + span {
  border-left: 1px solid var(--border-strong);
  padding: 4px 0 4px 36px;
}
.compare-section {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text);
  padding: 36px 8px 10px;
  border-top: 1px solid var(--border-strong);
}
.compare-row + .compare-head,
.compare-head + .compare-row { border-top: 1px solid var(--border-strong); }
.compare-head + .compare-section { border-top: none; }
.compare-point {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9c9d2;
  line-height: 1.5;
}
.compare-us {
  color: #ffffff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 12px 18px;
  margin: -4px 0;
}
.compare-row .compare-us {
  padding: 12px 18px;
}

.values {
  position: relative;
  padding: 0 0 160px;
}
.values-list { display: flex; flex-direction: column; }
.value-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 28px;
  padding: 46px 0;
  border-top: 1px solid var(--border);
  position: relative;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease, border-radius .3s ease, border-color .3s ease;
}
.value-row:last-child { border-bottom: 1px solid var(--border); }
.value-row:hover {
  background: #1a1a20;
  border-top-color: var(--border-strong);
  border-radius: 24px;
  transform: scale(1.035);
  z-index: 2;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}
.value-label {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--text-faint);
  display: flex;
  align-items: center;
  gap: 14px;
}
.value-label::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text);
  opacity: 0.35;
  transition: opacity .25s ease;
}
.value-copy { position: relative; z-index: 1; }
.value-copy h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(24px, 3vw, 34px);
}
.value-copy p { color: var(--text-dim); font-size: 15px; margin-top: 6px; }
.value-big {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(110px, 14vw, 190px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  transition: color .3s ease;
  pointer-events: none;
  user-select: none;
}
.value-row:hover .value-big {
  color: var(--text);
  -webkit-text-stroke: 0;
  animation: font-shuffle 0.5s linear;
}
@keyframes font-shuffle {
  0%   { font-family: 'Poppins', sans-serif; }
  20%  { font-family: 'Playfair Display', serif; }
  40%  { font-family: 'Bebas Neue', sans-serif; }
  60%  { font-family: 'JetBrains Mono', monospace; }
  80%  { font-family: 'Caveat', cursive; }
  100% { font-family: 'Poppins', sans-serif; }
}

.founders { padding: 0 0 160px; }
.founder-list { display: flex; flex-direction: column; }
.founder-row {
  display: grid;
  grid-template-columns: 380px 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 52px 0;
  border-top: 1px solid var(--border);
  position: relative;
  transition: background .3s ease, box-shadow .3s ease, border-radius .3s ease, border-color .3s ease, transform .3s ease;
}
.founder-row:last-child { border-bottom: 1px solid var(--border); }
.founder-row:hover {
  background: #1a1a20;
  border-top-color: var(--border-strong);
  border-radius: 24px;
  transform: scale(1.015);
  z-index: 2;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}
.founder-info { display: flex; flex-direction: column; gap: 10px; padding-left: 28px; }
.founder-tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.26em;
  color: var(--text-dim);
  text-transform: uppercase;
}
.founder-name {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(48px, 7.5vw, 88px);
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  transition: letter-spacing .3s ease;
}
.founder-row:hover .founder-name { letter-spacing: 0.1em; }
.founder-quote {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  color: var(--text);
  max-width: 380px;
  min-height: 97px;
  display: flex;
  align-items: center;
}
.founder-pfp {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  margin-right: 28px;
  transition: transform .3s ease;
}
.founder-row:hover .founder-pfp { transform: scale(1.06); }

.footer {
  border-top: 1px solid var(--border);
  padding: 56px 0 48px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 12px;
}
.footer-word {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 22px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-dim);
}
.footer-links a { transition: color .2s ease; }
.footer-links a:hover { color: var(--text); }
.footer-copy {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  margin-top: 28px;
}
.footer-legal {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--text-faint);
  margin-top: 14px;
}
.footer-legal a {
  color: var(--text-dim);
  transition: color .2s ease;
}
.footer-legal a:hover { color: var(--text); }

.legal-page {
  min-height: 100vh;
  padding: 140px 0 120px;
}
.brand-legal { margin-bottom: 48px; }
.legal-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 48px 0 16px;
}
.legal-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.lang-switch {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.lang-switch button {
  background: none;
  border: 1px solid var(--border-strong);
  color: var(--text-dim);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.lang-switch button:hover {
  color: var(--text);
  border-color: var(--text-dim);
}
.lang-switch button.active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}
.lang-en { display: none; }
body[data-lang="en"] .lang-en { display: block; }
body[data-lang="en"] .lang-de { display: none; }
.legal-body {
  max-width: 720px;
  border-top: 1px solid var(--border-strong);
}
.legal-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin: 40px 0 10px;
}
.legal-body p {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-dim);
}

.contact {
  padding: 120px 0 160px;
}

.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.brand-404 { align-self: flex-start; margin-bottom: 40px; }
.page-404-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(120px, 24vw, 300px);
  line-height: 1;
  letter-spacing: 0.06em;
}
.page-404-sub {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.contact-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300;
  color: var(--text-dim);
  margin-top: 18px;
}
.contact-list {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
}
.contact-row {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 34px 12px;
  border-top: 1px solid var(--border);
  transition: background .3s ease, border-radius .3s ease, padding .3s ease,
    transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease;
}
.contact-row:last-child { border-bottom: 1px solid var(--border); }
.contact-row:hover {
  background: #1a1a20;
  border-radius: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transform: scale(1.015) translateY(-2px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.contact-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color .3s ease;
}
.contact-row:hover .contact-label { color: var(--text); }
.contact-value {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--text);
  letter-spacing: 0.02em;
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.cv-char {
  display: inline-block;
}
.contact-value.chars-jumping .cv-char {
  animation: cv-jump .4s ease both;
}
@keyframes cv-jump {
  0% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}
.contact-row:hover .contact-value { transform: translateX(10px); }
.contact-arrow {
  font-size: 26px;
  color: var(--text-faint);
  transition: color .2s ease, transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.contact-row:hover .contact-arrow {
  color: var(--text);
  transform: translate(4px, -4px) scale(1.15);
}
@media (max-width: 720px) {
  .contact-row { grid-template-columns: 1fr; gap: 10px; }
  .contact-arrow { display: none; }
}

@media (max-width: 720px) {
  .asset-page-icon { top: 90px; width: 190px; right: 6%; }
  .compare-table { min-width: 640px; }
  .compare-row { grid-template-columns: 200px 1fr 1fr 1fr; gap: 18px; font-size: 14.5px; }
  .compare-row > span + span { padding-left: 14px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-word { font-size: 24px; }
  .asset-carousel { grid-template-columns: 1fr; }
  .asset-slide { padding: 14px 4px; }
  .carousel-btn { width: 38px; height: 38px; }
  .value-row { grid-template-columns: 44px 1fr; gap: 16px; padding: 38px 0; }
  .value-big { display: none; }
  .founder-row { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 20px; padding: 44px 0; }
  .founder-info { justify-self: center; align-items: center; padding-left: 0; }
  .founder-pfp { width: 90px; height: 90px; justify-self: center; margin-right: 0; }
  .founder-quote { justify-self: center; min-height: auto; }
  .founder-name { font-size: clamp(40px, 11vw, 60px); }
  .assets, .values, .founders { padding-bottom: 100px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
}