:root {
  --ink: #f4ead8;
  --muted: #c8bca8;
  --dim: #80766b;
  --black: #0c0d0b;
  --panel: #151613;
  --panel-2: #1e201a;
  --line: rgba(244, 234, 216, 0.15);
  --ember: #b84a36;
  --copper: #c58749;
  --verdigris: #7fb08c;
  --blueprint: #5c7591;
  --wax: #ead9aa;
  --max: 1180px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(184, 74, 54, 0.16), transparent 26rem),
    radial-gradient(circle at 80% 10%, rgba(127, 176, 140, 0.11), transparent 24rem),
    radial-gradient(circle at 56% 78%, rgba(92, 117, 145, 0.12), transparent 28rem),
    linear-gradient(180deg, #0c0d0b 0%, #151511 48%, #0b0c0a 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(244, 234, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 234, 216, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--wax);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border: 1px solid var(--line);
  padding: 10px 12px;
  background: var(--black);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 13, 11, 0.86);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(234, 217, 170, 0.24);
  background: rgba(12, 13, 11, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(197, 135, 73, 0.58);
  background:
    linear-gradient(135deg, rgba(127, 176, 140, 0.12), transparent 48%),
    #171814;
  color: var(--wax);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 24px);
  color: var(--muted);
  font-size: 0.84rem;
}

.nav-links a,
.nav-cta {
  text-decoration: none;
}

.nav-links a:hover,
.nav-cta:hover,
.text-link:hover {
  color: var(--wax);
}

.nav-links a,
.nav-cta,
.text-link,
.button,
.path-card {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-cta {
  border: 1px solid var(--line);
  padding: 9px 14px;
  color: var(--ink);
  background: rgba(244, 234, 216, 0.04);
}

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 13, 11, 0.95) 0%, rgba(12, 13, 11, 0.72) 42%, rgba(12, 13, 11, 0.34) 100%),
    linear-gradient(0deg, rgba(12, 13, 11, 0.96) 0%, rgba(12, 13, 11, 0.18) 54%),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(234, 217, 170, 0.045) 18px 19px),
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(234, 217, 170, 0.04) 18px 19px),
    radial-gradient(circle at 75% 31%, rgba(127, 176, 140, 0.34), transparent 9rem),
    radial-gradient(circle at 69% 54%, rgba(197, 135, 73, 0.32), transparent 15rem),
    radial-gradient(circle at 86% 63%, rgba(184, 74, 54, 0.24), transparent 14rem),
    #0c0d0b;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 8%;
  right: clamp(-90px, -6vw, -24px);
  width: min(56vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(234, 217, 170, 0.16);
  background:
    conic-gradient(from 26deg, transparent 0 9%, rgba(184, 74, 54, 0.42) 10% 11%, transparent 12% 31%, rgba(127, 176, 140, 0.32) 32% 33%, transparent 34% 58%, rgba(197, 135, 73, 0.36) 59% 60%, transparent 61% 100%),
    radial-gradient(circle, transparent 0 38%, rgba(234, 217, 170, 0.08) 39% 40%, transparent 41% 58%, rgba(92, 117, 145, 0.11) 59% 60%, transparent 61%);
  opacity: 0.9;
  transform: rotate(-8deg);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 18%, rgba(234, 217, 170, 0.09) 18.1% 18.4%, transparent 18.5% 100%),
    linear-gradient(25deg, transparent 0 64%, rgba(127, 176, 140, 0.09) 64.1% 64.4%, transparent 64.5% 100%),
    linear-gradient(90deg, transparent 0 79%, rgba(184, 74, 54, 0.12) 79.1% 79.35%, transparent 79.45% 100%);
}

.signal-frame {
  position: absolute;
  right: clamp(24px, 8vw, 112px);
  bottom: clamp(52px, 11vw, 132px);
  width: min(34vw, 420px);
  min-width: 250px;
  aspect-ratio: 1.12;
  border: 1px solid rgba(234, 217, 170, 0.2);
  background:
    linear-gradient(135deg, rgba(234, 217, 170, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(127, 176, 140, 0.12), transparent 42%),
    rgba(12, 13, 11, 0.32);
  box-shadow: inset 0 0 0 9px rgba(12, 13, 11, 0.26);
}

.signal-core {
  position: absolute;
  right: 14%;
  bottom: 13%;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(234, 217, 170, 0.34);
  color: var(--wax);
  background: rgba(12, 13, 11, 0.68);
  font-weight: 900;
  font-size: 1.25rem;
}

.signal-line {
  position: absolute;
  background: rgba(234, 217, 170, 0.18);
}

.line-a {
  left: 12%;
  top: 22%;
  width: 66%;
  height: 1px;
}

.line-b {
  left: 23%;
  top: 22%;
  width: 1px;
  height: 54%;
  background: rgba(127, 176, 140, 0.24);
}

.line-c {
  right: 16%;
  top: 18%;
  width: 1px;
  height: 68%;
  background: rgba(184, 74, 54, 0.28);
}

.line-d {
  left: 12%;
  bottom: 24%;
  width: 55%;
  height: 1px;
  background: rgba(197, 135, 73, 0.28);
}

.signal-line::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(234, 217, 170, 0.4);
  background: #0c0d0b;
  transform: translate(-4px, -4px);
}

.line-a::after {
  left: 100%;
  top: 0;
}

.line-b::after,
.line-c::after {
  left: 0;
  top: 100%;
}

.line-d::after {
  left: 0;
  top: 0;
}

.hero-content {
  position: relative;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 132px clamp(20px, 5vw, 56px) 74px;
}

.eyebrow,
.section-kicker {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin-top: 24px;
}

.hero-status span {
  border: 1px solid rgba(234, 217, 170, 0.18);
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(12, 13, 11, 0.42);
  font-size: 0.84rem;
}

.hero-actions,
.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  border-color: rgba(234, 217, 170, 0.72);
  background: var(--wax);
  color: #15120c;
}

.button.secondary {
  background: rgba(244, 234, 216, 0.06);
  color: var(--ink);
}

.button:hover,
.path-card:hover {
  transform: translateY(-2px);
}

.button.primary:hover {
  background: #f5e5b8;
}

.button.secondary:hover,
.nav-cta:hover {
  border-color: rgba(234, 217, 170, 0.42);
  background: rgba(244, 234, 216, 0.09);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px clamp(20px, 5vw, 56px);
}

.section + .section {
  position: relative;
}

.section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(20px, 5vw, 56px);
  right: clamp(20px, 5vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 217, 170, 0.14), transparent);
}

.proof-strip {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proof-strip div {
  min-height: 118px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.046), rgba(244, 234, 216, 0.014)),
    rgba(12, 13, 11, 0.48);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.1;
}

.proof-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.architecture h2 {
  max-width: 820px;
}

.architecture-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.architecture-flow article {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.052), rgba(244, 234, 216, 0.018)),
    rgba(12, 13, 11, 0.44);
}

.architecture-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 30px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(234, 217, 170, 0.55);
  border-right: 1px solid rgba(234, 217, 170, 0.55);
  background: var(--black);
  transform: rotate(45deg);
  z-index: 2;
}

.architecture-flow span,
.roadmap-list span {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.architecture-flow strong,
.business-grid strong,
.roadmap-list strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.1;
}

.architecture-flow p,
.market-grid p,
.business-grid span,
.roadmap-list p,
.founder p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.copy-stack {
  color: var(--muted);
  font-size: 1.05rem;
}

.flagship {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.flagship-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #11120f;
}

.flagship-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  image-rendering: pixelated;
}

.flagship-media span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  border: 1px solid rgba(234, 217, 170, 0.2);
  padding: 7px 9px;
  background: rgba(12, 13, 11, 0.72);
  color: var(--muted);
  font-size: 0.74rem;
}

.flagship-content p,
.section-heading p,
.investor-copy p,
.boundary p,
.show-panel p {
  color: var(--muted);
}

.metric-row span {
  min-width: 160px;
  border: 1px solid var(--line);
  padding: 14px;
  background: rgba(244, 234, 216, 0.04);
  color: var(--muted);
}

.metric-row strong {
  display: block;
  color: var(--ink);
  font-size: 1.3rem;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--wax);
  font-weight: 800;
  text-decoration: none;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
  margin-bottom: 34px;
  align-items: end;
}

.venture-grid,
.logo-grid,
.family-strip,
.path-grid,
.model-grid,
.market-grid,
.business-grid,
.expansion-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venture-card,
.logo-card,
.family-strip article,
.path-card,
.model-grid article,
.market-grid article,
.business-grid article,
.expansion-grid article,
.trust-grid article,
.roadmap-list article,
.show-panel,
.investors,
.boundary,
.founder,
.legal-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.06), rgba(244, 234, 216, 0.022)),
    linear-gradient(135deg, rgba(127, 176, 140, 0.035), transparent 52%);
}

.venture-card,
.logo-card,
.family-strip article,
.path-card,
.model-grid article,
.market-grid article,
.business-grid article,
.expansion-grid article,
.trust-grid article {
  padding: 24px;
  min-height: 220px;
}

.model-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.model-grid span {
  color: var(--copper);
  font-weight: 900;
  font-size: 0.82rem;
}

.model-grid p {
  color: var(--muted);
}

.business-grid article {
  min-height: 170px;
}

.business-grid span {
  display: block;
  margin-top: 12px;
}

.expansion-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.expansion-grid article {
  grid-column: span 2;
  min-height: 250px;
}

.expansion-grid article.wide {
  grid-column: span 3;
  min-height: 190px;
}

.expansion-grid span {
  color: var(--verdigris);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.expansion-grid h3 {
  margin: 18px 0 14px;
}

.expansion-grid p {
  color: var(--muted);
}

.trust-grid article {
  min-height: 245px;
  border-color: rgba(127, 176, 140, 0.2);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.06), rgba(244, 234, 216, 0.02)),
    linear-gradient(135deg, rgba(127, 176, 140, 0.07), transparent 58%);
}

.trust-grid span {
  color: var(--wax);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-grid h3 {
  margin: 18px 0 14px;
}

.trust-grid p {
  color: var(--muted);
}

.trust-metrics {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  margin-top: 14px;
  border: 1px solid rgba(234, 217, 170, 0.18);
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(197, 135, 73, 0.08), transparent 58%),
    rgba(12, 13, 11, 0.36);
}

.trust-metrics span {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-metrics h3 {
  margin: 14px 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.trust-metrics p,
.trust-metrics li {
  color: var(--muted);
}

.trust-metrics ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-metrics li {
  border-left: 3px solid rgba(127, 176, 140, 0.62);
  padding-left: 14px;
}

.trust-metrics strong {
  color: var(--ink);
}

.venture-card.featured {
  border-color: rgba(197, 135, 73, 0.48);
}

.brand-system {
  max-width: 1320px;
}

.logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-card {
  display: grid;
  min-height: 360px;
  padding: 20px;
  align-content: start;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.logo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: contain;
  border: 1px solid rgba(244, 234, 216, 0.08);
  background: rgba(12, 13, 11, 0.34);
}

.logo-card span {
  margin-top: 8px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-card strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.logo-card p {
  color: var(--muted);
}

.family-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 14px;
}

.family-strip article {
  min-height: 185px;
}

.family-strip span,
.stage-badge {
  color: var(--wax);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.family-strip strong {
  display: block;
  margin: 14px 0 10px;
  line-height: 1.1;
}

.family-strip p {
  color: var(--muted);
  font-size: 0.93rem;
}

.logo-card:hover {
  border-color: rgba(234, 217, 170, 0.3);
  transform: translateY(-2px);
}

.venture-card:hover,
.logo-card:hover,
.model-grid article:hover,
.market-grid article:hover,
.business-grid article:hover,
.expansion-grid article:hover,
.trust-grid article:hover,
.architecture-flow article:hover {
  border-color: rgba(234, 217, 170, 0.28);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.078), rgba(244, 234, 216, 0.028)),
    linear-gradient(135deg, rgba(127, 176, 140, 0.045), transparent 52%);
}

.status {
  color: var(--verdigris);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stage-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 14px 0 18px;
  border: 1px solid rgba(234, 217, 170, 0.22);
  padding: 8px 10px;
  background: rgba(234, 217, 170, 0.06);
  color: var(--wax);
}

.venture-page .section:first-child {
  padding-top: 118px;
}

.venture-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.venture-hero h1 {
  margin-bottom: 20px;
}

.venture-lockup {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(12, 13, 11, 0.38);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.light-lockup {
  background: #f7f3ec;
}

.banner-showcase {
  max-width: 1360px;
  padding-top: 42px;
}

.banner-showcase img {
  display: block;
  width: 100%;
  border: 1px solid rgba(234, 217, 170, 0.18);
  background: #120c1f;
}

.venture-detail {
  max-width: 1240px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-grid article {
  min-height: 230px;
  border: 1px solid var(--line);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.06), rgba(244, 234, 216, 0.022)),
    linear-gradient(135deg, rgba(127, 176, 140, 0.035), transparent 52%);
}

.detail-grid span {
  color: var(--verdigris);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-grid h3 {
  margin: 18px 0 14px;
}

.detail-grid p {
  color: var(--muted);
}

.venture-card p,
.path-card small {
  color: var(--muted);
}

.show-panel {
  padding: clamp(26px, 5vw, 56px);
}

.roadmap-list {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.roadmap-list article {
  display: grid;
  grid-template-columns: 120px minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.roadmap-list strong {
  margin-top: 0;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  border-left: 3px solid var(--ember);
  padding-left: 14px;
  color: var(--muted);
}

.path-card {
  display: grid;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.path-card:hover {
  border-color: rgba(197, 135, 73, 0.42);
}

.path-card span {
  color: var(--copper);
  font-weight: 800;
}

.path-card strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.founder {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.founder-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(197, 135, 73, 0.5);
  background:
    linear-gradient(135deg, rgba(184, 74, 54, 0.14), transparent 52%),
    linear-gradient(315deg, rgba(127, 176, 140, 0.12), transparent 48%),
    rgba(12, 13, 11, 0.55);
  color: var(--wax);
  font-size: 2.6rem;
  font-weight: 900;
}

.founder-points,
.investor-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.founder-points span,
.investor-materials span {
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(244, 234, 216, 0.035);
  font-size: 0.84rem;
}

.investors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.disclaimer {
  font-size: 0.9rem;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.boundary {
  margin-bottom: 92px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a:hover {
  color: var(--wax);
}

.legal-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 96px clamp(20px, 5vw, 56px);
}

.legal-panel {
  padding: clamp(24px, 5vw, 56px);
}

.legal-panel h1 {
  font-size: clamp(2.4rem, 7vw, 4.8rem);
}

.legal-panel h2 {
  margin-top: 42px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.legal-date {
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
  padding-bottom: 20px;
  font-size: 0.95rem;
}

.legal-panel p,
.legal-panel li {
  color: var(--muted);
}

.not-found-main {
  min-height: 100vh;
  display: grid;
  align-items: center;
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 8px;
    padding-bottom: 0;
  }

  .nav-links a {
    border: 1px solid var(--line);
    padding: 7px 9px;
    background: rgba(244, 234, 216, 0.035);
    font-size: 0.78rem;
  }

  .nav-cta {
    display: none;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.94rem;
    line-height: 1.18;
    white-space: normal;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 94px;
  }

  h1 {
    font-size: clamp(2.65rem, 11vw, 3.55rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .split,
  .flagship,
  .venture-hero,
  .section-heading,
  .venture-grid,
  .logo-grid,
  .family-strip,
  .path-grid,
  .model-grid,
  .market-grid,
  .business-grid,
  .detail-grid,
  .detail-grid.four,
  .expansion-grid,
  .trust-grid,
  .trust-metrics,
  .architecture-flow,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .expansion-grid article,
  .expansion-grid article.wide {
    grid-column: auto;
    min-height: auto;
  }

  .proof-strip {
    border-left: 0;
  }

  .proof-strip div {
    min-height: auto;
    border-left: 1px solid var(--line);
  }

  .architecture-flow article:not(:last-child)::after {
    left: 24px;
    right: auto;
    top: auto;
    bottom: -7px;
    transform: rotate(135deg);
  }

  .roadmap-list article,
  .founder {
    grid-template-columns: 1fr;
  }

  .founder-mark {
    width: 132px;
  }

  .button:hover,
  .path-card:hover,
  .logo-card:hover {
    transform: none;
  }

  .logo-card {
    min-height: auto;
  }

  .investors,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
