:root {
  --bg: #10100f;
  --surface: #171715;
  --surface-2: #1d1d1a;
  --text: #eee9df;
  --muted: #9c9991;
  --faint: #575750;
  --line: #32322d;
  --accent: #d9ff46;
  --orange: #ff6b34;
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
.site-shell {
  overflow: hidden;
  position: relative;
}
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.section-pad {
  padding-left: clamp(24px, 7vw, 116px);
  padding-right: clamp(24px, 7vw, 116px);
}
.nav-wrap {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 clamp(24px, 7vw, 116px);
  position: relative;
  z-index: 10;
}
.brand {
  align-items: center;
  color: var(--text);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.brand-mark {
  align-items: center;
  background: var(--accent);
  color: var(--bg);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  width: 26px;
}
.nav {
  align-items: center;
  display: flex;
  gap: 32px;
}
.nav a,
.footer-links a {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s;
}
.nav a:hover,
.footer-links a:hover,
.text-link:hover,
.arrow-link:hover {
  color: var(--accent);
}
.nav-cta {
  border: 1px solid var(--line);
  color: var(--text) !important;
  padding: 10px 14px;
}
.nav-cta span {
  color: var(--accent);
  margin-left: 8px;
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: calc(100vh - 82px);
  padding-bottom: 40px;
  padding-top: clamp(80px, 12vh, 150px);
  position: relative;
}
.hero-grid-line {
  background: linear-gradient(
    90deg,
    transparent 49.9%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 50.1%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-copy {
  max-width: 730px;
  position: relative;
  z-index: 2;
}
.eyebrow,
.section-kicker,
.project-number,
.card-meta,
.repo-top,
.repo-bottom,
.contact-top,
.footer-bottom,
.focus-index,
.focus-notes span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 32px;
}
.status-dot {
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 255, 70, 0.1);
  height: 6px;
  width: 6px;
}
.hero h1 {
  font-size: clamp(64px, 10vw, 144px);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.87;
  margin: 0;
  position: relative;
}
.hero h1 em,
.section-heading em,
.intro h2 em,
.capabilities h2 em,
.oss-copy h2 em,
.focus h2 em,
.contact h2 em {
  color: var(--accent);
  font-style: normal;
}
.hero-lede {
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.4;
  margin: 38px 0 34px;
  max-width: 490px;
}
.hero-actions {
  align-items: center;
  display: flex;
  gap: 26px;
}
.button {
  display: inline-flex;
  gap: 28px;
  padding: 15px 18px;
  text-decoration: none;
}
.button-primary {
  background: var(--accent);
  color: var(--bg);
  font-weight: 600;
}
.button-primary span {
  font-size: 18px;
}
.text-link,
.arrow-link {
  color: var(--text);
  font-family: var(--mono);
  font-size: 11px;
  text-decoration: none;
}
.text-link span,
.arrow-link span {
  color: var(--accent);
  font-size: 17px;
  margin-left: 8px;
}
.hero-art {
  height: 460px;
  position: absolute;
  right: clamp(25px, 8vw, 140px);
  top: 17%;
  width: 460px;
}
.hero-art:before {
  background: repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 35px,
      rgba(255, 255, 255, 0.05) 36px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 35px,
      rgba(255, 255, 255, 0.05) 36px
    );
  content: "";
  inset: 10%;
  mask-image: radial-gradient(circle, black 20%, transparent 70%);
  position: absolute;
}
.orbit {
  border: 1px solid rgba(217, 255, 70, 0.5);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.orbit-one {
  height: 330px;
  width: 330px;
}
.orbit-two {
  border-color: rgba(255, 107, 52, 0.55);
  height: 220px;
  transform: translate(-50%, -50%) rotate(65deg);
  width: 420px;
}
.orbit-three {
  border-color: rgba(238, 233, 223, 0.22);
  height: 430px;
  transform: translate(-50%, -50%) rotate(10deg);
  width: 210px;
}
.core {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--bg);
  display: flex;
  flex-direction: column;
  height: 94px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 94px;
}
.core span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.08em;
}
.core b {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  margin-top: 6px;
}
.crosshair {
  border: 1px solid var(--orange);
  height: 14px;
  position: absolute;
  width: 14px;
}
.crosshair:before,
.crosshair:after {
  background: var(--orange);
  content: "";
  position: absolute;
}
.crosshair:before {
  height: 1px;
  left: -8px;
  top: 6px;
  width: 28px;
}
.crosshair:after {
  height: 28px;
  left: 6px;
  top: -8px;
  width: 1px;
}
.crosshair-a {
  left: 16%;
  top: 34%;
}
.crosshair-b {
  bottom: 18%;
  right: 14%;
}
.art-label {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  position: absolute;
}
.label-top {
  right: 11%;
  top: 12%;
}
.label-bottom {
  bottom: 10%;
  left: 5%;
}
.hero-foot {
  align-items: center;
  bottom: 40px;
  color: var(--muted);
  display: flex;
  font-family: var(--mono);
  font-size: 9px;
  gap: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}
.hero-foot .line {
  background: var(--line);
  display: block;
  height: 1px;
  width: 80px;
}
.marquee {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  align-items: center;
  animation: marquee 28s linear infinite;
  display: flex;
  gap: 30px;
  padding: 19px 0;
  width: max-content;
}
.marquee span {
  font-size: 13px;
  letter-spacing: 0.15em;
}
.marquee i {
  color: var(--accent);
  font-style: normal;
}
.intro,
.work,
.capabilities,
.open-source,
.philosophy,
.focus {
  padding-bottom: clamp(100px, 12vw, 190px);
  padding-top: clamp(100px, 12vw, 190px);
}
.section-kicker {
  align-items: center;
  display: flex;
  gap: 16px;
}
.section-kicker > span:first-child {
  color: var(--accent);
}
.kicker-rule {
  background: var(--line);
  height: 1px;
  width: 48px;
}
.intro-layout,
.cap-layout {
  display: grid;
  gap: 12%;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 65px;
}
.intro h2,
.section-heading h2,
.capabilities h2,
.oss-copy h2,
.focus h2 {
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
}
.large-copy {
  font-size: clamp(24px, 3vw, 39px);
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 0 32px;
}
.intro-body > p:not(.large-copy),
.project-info > p,
.card-visual + p,
.oss-copy > p,
.focus-statement > p {
  color: var(--muted);
  font-size: 16px;
  max-width: 460px;
}
.arrow-link {
  display: inline-block;
  margin-top: 32px;
}
.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 65px 0 62px;
}
.section-heading p {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
  max-width: 210px;
}
.project-feature {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  min-height: 520px;
}
.project-visual {
  background: var(--surface-2);
  min-height: 480px;
  padding: 24px;
  position: relative;
}
.pay-visual {
  background: radial-gradient(
    circle at 50% 49%,
    #434d22 0,
    #1b1d17 24%,
    #171715 54%
  );
  overflow: hidden;
}
.pay-visual:after {
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(217, 255, 70, 0.12),
    transparent 60%
  );
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
  animation: scan 7s ease-in-out infinite;
}
.pay-top,
.pay-bottom {
  display: flex;
  font-family: var(--mono);
  font-size: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.mini-status {
  color: var(--accent);
}
.pay-bottom {
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
}
.pay-orbit {
  height: 290px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
}
.pay-ring {
  border: 1px solid rgba(217, 255, 70, 0.45);
  border-radius: 50%;
  inset: 10%;
  position: absolute;
  transform: rotate(30deg) skewX(-12deg);
}
.ring-b {
  border-color: rgba(255, 107, 52, 0.45);
  inset: 0;
  transform: rotate(-45deg) skewX(20deg);
}
.ring-c {
  border-color: rgba(238, 233, 223, 0.2);
  inset: 22%;
  transform: rotate(70deg) skewX(-20deg);
}
.pay-center {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--bg);
  display: flex;
  font-size: 30px;
  height: 90px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
}
.pay-center small {
  font-size: 14px;
  margin-left: 8px;
}
.pay-node {
  background: var(--orange);
  border-radius: 50%;
  height: 8px;
  position: absolute;
  width: 8px;
}
.node-a {
  left: 15%;
  top: 22%;
}
.node-b {
  right: 8%;
  top: 48%;
}
.node-c {
  bottom: 17%;
  left: 33%;
}
.project-info {
  background: var(--surface);
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 58px);
}
.project-number span {
  color: var(--faint);
  margin-left: 12px;
}
.project-info h3,
.project-card h3,
.repo-card h3 {
  font-size: clamp(30px, 4vw, 51px);
  font-weight: 500;
  letter-spacing: -0.06em;
  margin: 55px 0 12px;
}
.project-info > p {
  margin: 0;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}
.tag-row span,
.repo-bottom span {
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  padding: 7px 9px;
}
.project-info .arrow-link {
  margin-top: 33px;
}
.project-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}
.project-card {
  background: var(--surface);
  padding-bottom: 35px;
}
.card-visual {
  height: 330px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}
.ai-visual {
  background: linear-gradient(140deg, #22281a, #11110f);
}
.ai-visual:after {
  background: repeating-linear-gradient(
    135deg,
    transparent 0 17px,
    rgba(217, 255, 70, 0.12) 18px 19px
  );
  content: "";
  inset: -100px;
  position: absolute;
  transform: rotate(25deg);
}
.visual-code {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.signal-bars {
  align-items: end;
  bottom: 45px;
  display: flex;
  gap: 9px;
  left: 25%;
  position: absolute;
  transform: rotate(-25deg);
}
.signal-bars i {
  background: var(--accent);
  display: block;
  height: 40px;
  width: 10px;
}
.signal-bars i:nth-child(2) {
  height: 70px;
}
.signal-bars i:nth-child(3) {
  height: 115px;
}
.signal-bars i:nth-child(4) {
  height: 85px;
}
.signal-bars i:nth-child(5) {
  height: 145px;
}
.spatial-visual {
  background: #1b1816;
}
.spatial-visual:after {
  background: radial-gradient(
    circle,
    rgba(255, 107, 52, 0.7) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  content: "";
  inset: 0;
  opacity: 0.3;
  position: absolute;
}
.cube {
  height: 130px;
  left: 50%;
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%) rotate(30deg) skewY(-12deg);
  width: 130px;
  z-index: 1;
}
.cube span {
  border: 1px solid var(--orange);
  height: 50%;
  position: absolute;
  width: 50%;
}
.cube span:nth-child(1) {
  left: 0;
  top: 0;
}
.cube span:nth-child(2) {
  left: 50%;
  top: 0;
}
.cube span:nth-child(3) {
  left: 25%;
  top: 50%;
}
.card-visual .visual-code {
  bottom: 22px;
  left: 22px;
  position: absolute;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  margin: 27px 28px 0;
}
.card-meta span:last-child {
  color: var(--accent);
  font-size: 16px;
}
.project-card h3,
.project-card p {
  margin-left: 28px;
  margin-right: 28px;
}
.project-card h3 {
  font-size: 30px;
  margin-bottom: 7px;
  margin-top: 16px;
}
.project-card p {
  color: var(--muted);
  margin-bottom: 0;
}
.cap-list {
  border-top: 1px solid var(--line);
  margin-top: 4px;
}
.cap-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 28px 1fr 1.2fr 18px;
  min-height: 93px;
}
.cap-row > span:first-child {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
}
.cap-row strong {
  font-size: 19px;
  font-weight: 500;
}
.cap-row p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.cap-row .plus {
  color: var(--accent);
  font-size: 22px;
}
.oss-layout {
  display: grid;
  gap: 12%;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 65px;
}
.oss-copy > p {
  line-height: 1.7;
  margin-top: 31px;
}
.repo-card {
  background: var(--surface);
  color: var(--text);
  display: block;
  padding: 28px 30px;
  text-decoration: none;
  transition: transform 0.25s, border-color 0.25s;
}
.repo-card:hover {
  border-color: var(--accent);
  transform: translateY(-5px);
}
.repo-top {
  display: flex;
  justify-content: space-between;
}
.repo-top span:last-child {
  color: var(--accent);
  font-size: 17px;
}
.repo-icon {
  color: var(--accent);
  font-size: 22px;
}
.repo-card h3 {
  font-family: var(--mono);
  font-size: 30px;
  margin: 78px 0 15px;
}
.repo-card p {
  color: var(--muted);
  max-width: 430px;
}
.repo-bottom {
  display: flex;
  gap: 8px;
  margin-top: 72px;
}
.repo-bottom span {
  border: 0;
  padding: 0 10px 0 0;
}
.philosophy {
  background: var(--surface);
  overflow: hidden;
  position: relative;
}
.philosophy-bg {
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(100px, 18vw, 275px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 0.73;
  position: absolute;
  right: -3%;
  top: 17%;
  transform: rotate(-8deg);
}
.philosophy-bg em {
  color: rgba(217, 255, 70, 0.08);
  font-style: normal;
}
.philosophy-content {
  position: relative;
}
.philosophy blockquote {
  font-size: clamp(48px, 7vw, 100px);
  letter-spacing: -0.08em;
  line-height: 0.9;
  margin: 120px 0 130px;
  max-width: 900px;
}
.philosophy blockquote em {
  color: var(--accent);
  font-style: normal;
}
.principles {
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(3, 1fr);
  max-width: 950px;
}
.principle {
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.principle span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
}
.principle strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 35px 0 10px;
}
.principle p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.focus-grid {
  display: grid;
  gap: 12%;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 65px;
}
.focus-statement {
  border-left: 2px solid var(--accent);
  padding-left: 28px;
}
.focus h2 {
  margin: 30px 0;
}
.focus-statement > p {
  line-height: 1.7;
}
.focus-notes {
  border-top: 1px solid var(--line);
}
.focus-notes div {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 22px 0;
}
.focus-notes span {
  color: var(--accent);
}
.focus-notes strong {
  font-size: 18px;
  font-weight: 500;
}
.contact {
  padding-bottom: clamp(100px, 14vw, 190px);
}
.contact-card {
  background: var(--accent);
  color: var(--bg);
  min-height: 500px;
  overflow: hidden;
  padding: 28px clamp(28px, 5vw, 75px);
  position: relative;
}
.contact-card:after {
  border: 1px solid rgba(16, 16, 15, 0.2);
  border-radius: 50%;
  content: "";
  height: 650px;
  position: absolute;
  right: -110px;
  top: -210px;
  width: 650px;
}
.contact-top {
  color: rgba(16, 16, 15, 0.65);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.contact h2 {
  font-size: clamp(65px, 10vw, 145px);
  letter-spacing: -0.09em;
  line-height: 0.83;
  margin: 115px 0 25px;
  position: relative;
  z-index: 1;
}
.contact h2 em {
  color: var(--bg);
}
.contact-card p {
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.contact-email {
  border-bottom: 1px solid rgba(16, 16, 15, 0.5);
  color: var(--bg);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 14px;
  gap: 20px;
  margin-top: 55px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.contact-email span {
  font-size: 20px;
}
.contact-orbit {
  border: 1px solid rgba(16, 16, 15, 0.25);
  border-radius: 50%;
  height: 240px;
  position: absolute;
  right: -15px;
  top: 70px;
  transform: rotate(30deg) skewX(-20deg);
  width: 500px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-bottom: 35px;
  padding-top: 35px;
}
.footer-top {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-top p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: end;
  text-align: right;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 18px;
}
.footer-bottom a {
  color: var(--text);
  text-decoration: none;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes scan {
  50% {
    transform: translateX(100%);
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: 760px;
  }
  .hero-art {
    opacity: 0.55;
    right: -90px;
    top: 27%;
    transform: scale(0.8);
  }
  .project-feature {
    grid-template-columns: 1fr;
  }
  .project-visual {
    min-height: 420px;
  }
  .cap-layout,
  .intro-layout,
  .oss-layout,
  .focus-grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  .intro h2,
  .capabilities h2 {
    max-width: 500px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }
  .principles {
    gap: 30px;
  }
  .footer-top {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-links {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 640px) {
  .nav-wrap {
    min-height: 70px;
  }
  .nav {
    align-items: flex-start;
    background: var(--surface);
    border: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 25px;
    left: 24px;
    padding: 25px;
    position: absolute;
    right: 24px;
    top: 82px;
  }
  .nav.open {
    display: flex;
  }
  .nav-cta {
    margin-top: 4px;
  }
  .menu-toggle {
    background: none;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 10px;
  }
  .menu-toggle span {
    background: var(--text);
    display: block;
    height: 1px;
    width: 22px;
  }
  .hero {
    min-height: 760px;
    padding-top: 75px;
  }
  .hero h1 {
    font-size: clamp(62px, 18vw, 100px);
  }
  .hero-art {
    opacity: 0.18;
    right: -150px;
    top: 40%;
    transform: scale(0.62);
  }
  .hero-lede {
    font-size: 17px;
    max-width: 320px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-foot {
    bottom: 28px;
  }
  .hero-foot .line {
    width: 35px;
  }
  .intro,
  .work,
  .capabilities,
  .open-source,
  .philosophy,
  .focus {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .section-heading {
    margin-bottom: 38px;
    margin-top: 45px;
  }
  .project-visual {
    min-height: 330px;
  }
  .pay-orbit {
    transform: translate(-50%, -50%) scale(0.77);
  }
  .project-info h3 {
    margin-top: 45px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .card-visual {
    height: 275px;
  }
  .cap-row {
    align-items: start;
    display: grid;
    gap: 5px;
    grid-template-columns: 25px 1fr 16px;
    padding: 22px 0;
  }
  .cap-row p {
    grid-column: 2/4;
    margin-top: 6px;
  }
  .cap-row .plus {
    grid-column: 3;
    grid-row: 1;
  }
  .philosophy blockquote {
    margin: 80px 0 90px;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principle strong {
    margin-top: 20px;
  }
  .contact-card {
    min-height: 490px;
  }
  .contact h2 {
    margin-top: 90px;
  }
  .contact-card:after {
    height: 400px;
    right: -210px;
    top: 40px;
    width: 400px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 30px;
    text-align: left;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 65px;
  }
  .footer-bottom a {
    margin-top: 8px;
  }
  .repo-bottom {
    margin-top: 50px;
  }
}
.profile-heading {
  position: relative;
}
.profile-heading h2 {
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
}
.profile-label {
  color: var(--muted);
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.profile-seal {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  bottom: 0;
  color: var(--accent);
  display: flex;
  font-family: var(--mono);
  font-size: 28px;
  height: 92px;
  justify-content: center;
  line-height: 0.7;
  position: absolute;
  right: 8%;
  text-align: center;
  transform: rotate(-16deg);
  width: 92px;
}
.profile-seal small {
  color: var(--muted);
  font-size: 6px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin-left: 6px;
}
.profile-facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  padding: 17px 0;
}
.profile-facts div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.profile-facts span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.profile-facts strong {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .profile-seal {
    bottom: -10px;
    right: 0;
    transform: scale(0.78) rotate(-16deg);
  }
  .profile-facts {
    gap: 8px;
  }
  .profile-facts strong {
    font-size: 10px;
  }
}
.profile-dossier {
  background: #131312;
  padding-bottom: clamp(100px, 12vw, 180px);
  padding-top: clamp(100px, 12vw, 180px);
}
.dossier-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 65px 0 55px;
}
.dossier-heading h2 {
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
}
.dossier-heading h2 em {
  color: var(--accent);
  font-style: normal;
}
.dossier-heading p {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
  max-width: 245px;
}
.dossier-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
.dossier-card {
  background: var(--surface);
  min-height: 300px;
  padding: 26px 28px;
  position: relative;
}
.dossier-card-wide {
  grid-column: span 2;
}
.dossier-card-accent {
  background: var(--accent);
  color: var(--bg);
}
.dossier-card-accent .dossier-index,
.dossier-card-accent p {
  color: rgba(16, 16, 15, 0.65);
}
.dossier-index {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}
.dossier-card h3 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 76px 0 16px;
}
.dossier-card h3 em {
  color: var(--accent);
  font-style: normal;
}
.dossier-card-accent h3 em {
  color: var(--bg);
}
.dossier-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 470px;
}
.dossier-card ul {
  list-style: none;
  margin: 74px 0 0;
  padding: 0;
}
.dossier-card li {
  border-top: 1px solid var(--line);
  font-size: 17px;
  padding: 11px 0;
}
.dossier-line {
  border-top: 1px solid var(--line);
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  left: 28px;
  padding-top: 13px;
  position: absolute;
  right: 28px;
}
.dossier-line span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}
.dossier-line strong {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .dossier-heading {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }
  .dossier-grid {
    grid-template-columns: 1fr;
  }
  .dossier-card-wide {
    grid-column: auto;
  }
  .dossier-card {
    min-height: 275px;
  }
  .dossier-card h3 {
    margin-top: 58px;
  }
  .dossier-card ul {
    margin-top: 55px;
  }
  .dossier-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .marquee-inner,
  .pay-visual:after {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
