:root {
  --bg: #0c0d0f;
  --surface: #131519;
  --surface-2: #191c21;
  --text: #f4f4f2;
  --muted: #aeb2ba;
  --line: #2a2d33;
  --red: #e73130;
  --red-2: #ff4a49;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 28px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--text);
  color: var(--bg);
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(12,13,15,.74);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled {
  background: rgba(12,13,15,.92);
  border-color: rgba(255,255,255,.07);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { text-decoration: none; }
.brand-word {
  font-size: 1.55rem;
  font-weight: 760;
  letter-spacing: -.055em;
}
.brand-dot { color: var(--red); }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.primary-nav a {
  color: #c9ccd2;
  font-size: .93rem;
  text-decoration: none;
  transition: color .2s ease;
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--text); }
.nav-contact {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .58rem .95rem;
}
.menu-button { display: none; }

.hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 150px 0 88px;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(231,49,48,.24);
  border-radius: 50%;
  right: -250px;
  top: 120px;
  box-shadow: 0 0 0 120px rgba(231,49,48,.025), 0 0 0 240px rgba(231,49,48,.014);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 6vw;
}
.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--red-2);
  font-size: .78rem;
  font-weight: 720;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 1.55rem;
  font-size: clamp(3rem, 6.4vw, 6.6rem);
  line-height: .98;
  letter-spacing: -.066em;
  font-weight: 735;
}
h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.2vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 700;
}
h3 {
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.hero-lead {
  max-width: 760px;
  color: #c8cbd1;
  font-size: clamp(1.09rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .96rem;
  font-weight: 690;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-2); }
.button-secondary { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.02); }
.button-secondary:hover { border-color: #52565e; }
.status-line {
  margin: 1.4rem 0 0;
  color: #8e929b;
  font-size: .82rem;
}
.status-line span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .5rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(231,49,48,.12);
}
.hero-mark {
  position: relative;
  padding: 22px;
}
.hero-mark::before, .hero-mark::after {
  content: "";
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.hero-mark::after {
  inset: 14%;
  border-style: dashed;
  border-color: rgba(231,49,48,.26);
  animation: spin 36s linear infinite;
}
.hero-mark img {
  position: relative;
  z-index: 1;
  border-radius: 18%;
  box-shadow: var(--shadow);
}

.section { padding: 122px 0; }
.section-dark { background: #0f1114; }
.section-accent { background: #111317; border-block: 1px solid var(--line); }
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.prose-large p {
  color: #c8cbd1;
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
}
.prose-large p + p { margin-top: 1.5rem; }
.section-heading { max-width: 820px; margin-bottom: 3.6rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.principle-card {
  min-height: 285px;
  padding: clamp(1.8rem, 4vw, 3.15rem);
  background: var(--surface);
}
.principle-card p { color: var(--muted); }
.card-number {
  display: inline-block;
  margin-bottom: 4rem;
  color: var(--red-2);
  font: 600 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.stage-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1rem;
}
.stage-intro { padding-right: 2.2rem; }
.stage-panel {
  padding: 2rem;
  border: 1px solid #343840;
  border-radius: var(--radius);
  background: var(--surface-2);
}
.stage-panel-muted { background: #15171b; }
.check-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: .88rem 0 .88rem 1.45rem;
  color: #c8cbd1;
  border-top: 1px solid rgba(255,255,255,.07);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.42rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.founder-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
}
.founder-monogram {
  width: 124px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-top: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red-2);
  font-size: 1.15rem;
  font-weight: 720;
  letter-spacing: .12em;
}
.founder-copy { max-width: 720px; }
.founder-copy .role { color: var(--red-2); font-weight: 700; }
.founder-copy > p:not(.role) { color: var(--muted); font-size: 1.12rem; }
.founder-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.founder-links a { text-decoration: none; }
.contact-section { padding: 0 0 120px; }
.contact-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 5vw, 4.2rem);
  border: 1px solid #3a3e46;
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at 88% 20%, rgba(231,49,48,.15), transparent 26%),
    var(--surface);
}
.contact-card > div { max-width: 760px; }
.contact-card p:last-child { color: var(--muted); margin-bottom: 0; }
.site-footer { padding: 58px 0; border-top: 1px solid var(--line); }
.footer-layout { display: flex; justify-content: space-between; gap: 2rem; }
.footer-brand { font-size: 2rem; }
.footer-layout p { margin: .55rem 0 0; color: #8f939b; font-size: .9rem; }
.footer-meta { text-align: right; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-mark { width: min(64vw, 440px); margin: 1.5rem auto 0; }
  .stage-layout { grid-template-columns: 1fr 1fr; }
  .stage-intro { grid-column: 1 / -1; max-width: 790px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
  }
  .menu-button span:not(.sr-only) { width: 18px; height: 1px; background: var(--text); }
  .primary-nav {
    position: absolute;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .5rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(19,21,25,.98);
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: .88rem 1rem; }
  .nav-contact { border: 0; border-radius: 0; }
  .hero { padding: 126px 0 70px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-mark { width: min(82vw, 400px); }
  .section { padding: 82px 0; }
  .split-layout, .founder-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .principles-grid, .stage-layout { grid-template-columns: 1fr; }
  .stage-intro { grid-column: auto; }
  .principle-card { min-height: 250px; }
  .contact-card { align-items: stretch; flex-direction: column; }
  .contact-card .button { width: 100%; }
  .footer-layout { flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
