body {
  background: var(--bg-body);
  color: var(--text-body);
  font-family: var(--font-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: var(--text-m);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--text-title);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0px;
}

p {
  margin: 0px;
}

a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

.site-nav {
  position: sticky;
  top: 0px;
  z-index: 90;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--bg-body) 78%, transparent);
  border-bottom: 1px solid var(--border-primary);
}

.nav-inner {
  max-width: 1240px;
  margin: 0px auto;
  padding: var(--space-2xs) var(--space-m);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-m);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--space-3xs);
}

.brand-mark {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 2.2em;
  height: 2.2em;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--bg-body);
  background: linear-gradient(135deg, var(--secondary), var(--primary));
}

.brand-text {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--text-title);
  font-size: var(--text-s);
  letter-spacing: -0.02em;
}

.brand-dot {
  color: var(--secondary);
}

.nav-links {
  display: flex;
  gap: var(--space-m);
  font-size: var(--text-xs);
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .nav-links {
  display: none;
  }
}

.nav-links a {
  position: relative;
  padding: var(--space-4xs) 0;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  background: var(--secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

.nav-links a:hover {
  color: var(--text-title);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  font-size: var(--text-xs);
  font-weight: 500;
  padding: var(--space-4xs) var(--space-xs);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border: 1px solid var(--border-primary);
  color: var(--text-title);
  background: var(--bg-elevated);
  transition-behavior: normal, normal, normal;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: border-color, background, transform;
}

.nav-cta:hover {
  border-color: var(--secondary);
  background: color-mix(in srgb, var(--secondary) 14%, var(--bg-elevated));
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: var(--space-3xl) var(--space-m) 0;
  border-bottom: 1px solid var(--border-primary);
}

@media (max-width: 768px) {
  .hero {
  padding-top: var(--space-2xl);
  }
}

.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.orb-1 {
  width: 44vw;
  height: 44vw;
  left: -10vw;
  top: -12vw;
  background: var(--primary);
  animation-duration: 18s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: drift1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.orb-2 {
  width: 34vw;
  height: 34vw;
  right: -6vw;
  top: 4vw;
  background: var(--secondary);
  opacity: 0.32;
  animation-duration: 22s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: drift2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.orb-3 {
  width: 26vw;
  height: 26vw;
  left: 40vw;
  bottom: -12vw;
  background: var(--tertiary);
  opacity: 0.22;
  animation-duration: 26s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: drift3;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes drift1 {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
  100% {
    transform: translate3d(6vw, 4vw, 0px) scale(1.15);
  }
}

@keyframes drift2 {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1.1);
  }
  100% {
    transform: translate3d(-7vw, 6vw, 0px) scale(0.9);
  }
}

@keyframes drift3 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-8vw, -5vw, 0px);
  }
}

.hero-grid {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(var(--border-primary) 1px, transparent 1px), linear-gradient(90deg, var(--border-primary) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(80% 60% at 50% 30%, rgb(0, 0, 0) 20%, transparent 80%);
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: gridpan;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes gridpan {
  0% {
    background-position-x: 0px, 0px;
    background-position-y: 0px, 0px;
  }
  100% {
    background-position-x: 64px, 64px;
    background-position-y: 64px, 64px;
  }
}

.hero-scan {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--secondary), transparent);
  opacity: 0.35;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: scan;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes scan {
  0% {
    top: 5%;
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    top: 95%;
    opacity: 0;
  }
}

.hero-inner {
  position: relative;
  max-width: 1240px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-2xl);
  align-items: center;
  padding-bottom: var(--space-4xl);
}

@media (max-width: 768px) {
  .hero-inner {
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  }
}

.hero-copy > * + * {
  margin-top: var(--space-s);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--secondary);
  border: 1px solid color-mix(in srgb, var(--secondary) 35%, transparent);
  background: color-mix(in srgb, var(--secondary) 10%, transparent);
  padding: 0.35em 0.9em;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: no-preference) {
  .eyebrow {
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--secondary) 70%, transparent);
  }
  70% {
    box-shadow: transparent 0px 0px 0px 0.7em;
  }
  100% {
    box-shadow: transparent 0px 0px 0px 0px;
  }
}

.hero-title {
  font-weight: 700;
  font-size: var(--text-3xl);
}

@media (max-width: 900px) {
  .hero-title {
  font-size: var(--text-2xl);
  }
}

.hero-line {
  display: block;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-line {
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.hero-line:nth-of-type(1) {
  animation-delay: 0.1s;
}

.hero-line:nth-of-type(2) {
  animation-delay: 0.22s;
}

.hero-line:nth-of-type(3) {
  animation-delay: 0.34s;
}

.hero-line-muted {
  color: var(--text-body);
  font-weight: 500;
}

@keyframes fadeup {
  0% {
    transform: translateY(22px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-rotator {
  display: flex;
  row-gap: 0.25em;
  column-gap: 0.25em;
  align-items: flex-start;
  line-height: 1.08;
  flex-wrap: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

@media (max-width: 900px) {
  .hero-rotator {
  flex-wrap: wrap;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  }
}

.rotator-static {
  background: linear-gradient(90deg, var(--secondary), var(--primary) 60%, var(--tertiary));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotator-words {
  display: inline-block;
  height: 1.05em;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  vertical-align: top;
}

.rotator-words > span {
  display: block;
  height: 1.05em;
  line-height: 1.05em;
  animation-duration: 12s;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: roll;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  color: var(--text-title);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.rotator-words > span + span {
  margin-top: 0px;
}

@keyframes roll {
  0%, 16% {
    transform: translateY(0px);
  }
  20%, 36% {
    transform: translateY(-100%);
  }
  40%, 56% {
    transform: translateY(-200%);
  }
  60%, 76% {
    transform: translateY(-300%);
  }
  80%, 100% {
    transform: translateY(-400%);
  }
}

.hero-sub {
  font-size: var(--text-m);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.44s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  max-width: min(54ch, 100%);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-sub {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.44s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.56s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-actions {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.56s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  row-gap: 0.5em;
  column-gap: 0.5em;
  padding: 0.85em 1.5em;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-weight: 600;
  font-size: var(--text-s);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.25s, 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: transform, box-shadow, background, border-color;
}

.btn-primary {
  color: var(--bg-body);
  background: linear-gradient(100deg, var(--secondary), var(--primary));
  box-shadow: 0 12px 40px -12px var(--primary);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px -12px var(--primary);
}

.btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-ghost {
  color: var(--text-title);
  border: 1px solid var(--border-primary);
  background: color-mix(in srgb, var(--bg-surface) 70%, transparent);
}

.btn-ghost:hover {
  border-color: var(--secondary);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-l);
  padding-top: var(--space-2xs);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.68s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-stats {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.68s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

@media (max-width: 768px) {
  .hero-stats {
  gap: var(--space-m);
  }
}

@media (max-width: 375px) {
  .hero-stats {
  gap: var(--space-s);
  }
}

.hero-stats li {
  display: flex;
  flex-direction: column;
}

.hero-stats strong {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  color: var(--text-title);
}

.hero-stats span {
  font-size: var(--text-xs);
  color: var(--text-body);
  font-family: var(--font-mono);
}

.hero-panel {
  position: relative;
  animation-duration: 1.1s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  overflow-x: visible;
  overflow-y: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-panel {
  animation-duration: 1.1s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeup;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.terminal {
  border: 1px solid var(--border-primary);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: color-mix(in srgb, var(--bg-surface) 88%, transparent);
  box-shadow: 0 40px 90px -30px var(--shadow-primary);
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: floaty;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

.terminal-bar {
  display: flex;
  align-items: center;
  row-gap: 0.45em;
  column-gap: 0.45em;
  padding: var(--space-3xs) var(--space-2xs);
  border-bottom: 1px solid var(--border-primary);
  background: color-mix(in srgb, var(--bg-elevated) 80%, transparent);
}

.terminal-title {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.terminal-body {
  padding: var(--space-2xs) var(--space-s) var(--space-s);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: 2;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .terminal-body {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  }
}

.tl {
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 1;
  animation-name: typein;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .tl {
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  }
}

.tl:nth-child(1) {
  animation-delay: 0.8s;
}

.tl:nth-child(2) {
  animation-delay: 1.4s;
}

.tl:nth-child(3) {
  animation-delay: 2s;
}

.tl:nth-child(4) {
  animation-delay: 2.6s;
}

.tl:nth-child(5) {
  animation-delay: 3.2s;
}

.tl:nth-child(6) {
  animation-delay: 3.8s;
}

.tl:nth-child(7) {
  animation-delay: 4.4s;
}

@keyframes typein {
  0% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(0px);
  }
}

.tp {
  color: var(--primary);
  margin-right: 0.6em;
}

.tl-ok {
  color: var(--secondary);
}

.tl-warn {
  color: var(--tertiary);
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

.float-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 0.1em;
  column-gap: 0.1em;
  padding: var(--space-2xs) var(--space-xs);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border: 1px solid var(--border-primary);
  background: color-mix(in srgb, var(--bg-elevated) 92%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 50px -20px var(--shadow-primary);
}

.float-card-1 {
  animation-duration: 6.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: floaty;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  right: auto;
  left: 2%;
  bottom: -22%;
}

@media (max-width: 1100px) {
  .float-card-1 {
  right: 58%;
  left: 0px;
  bottom: -20%;
  }
}

@media (max-width: 768px) {
  .float-card-1 {
  right: auto;
  left: 0px;
  bottom: -14%;
  }
}

.float-card-2 {
  animation-duration: 7.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: floaty;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  right: -2%;
  top: -12%;
}

@media (max-width: 768px) {
  .float-card-2 {
  right: 0px;
  top: -10%;
  }
}

.fc-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.fc-value {
  font-family: var(--font-heading);
  font-size: var(--text-l);
  color: var(--text-title);
  font-weight: 600;
}

.fc-value small {
  font-size: var(--text-xs);
  color: var(--text-body);
}

.spark {
  display: flex;
  align-items: flex-end;
  row-gap: 3px;
  column-gap: 3px;
  height: 22px;
  margin-top: 0.3em;
}

.spark i {
  width: 5px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: linear-gradient(180deg, var(--secondary), var(--primary));
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: bar;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.spark i:nth-child(1) {
  height: 40%;
  animation-delay: 0s;
}

.spark i:nth-child(2) {
  height: 65%;
  animation-delay: 0.12s;
}

.spark i:nth-child(3) {
  height: 30%;
  animation-delay: 0.24s;
}

.spark i:nth-child(4) {
  height: 85%;
  animation-delay: 0.36s;
}

.spark i:nth-child(5) {
  height: 50%;
  animation-delay: 0.48s;
}

.spark i:nth-child(6) {
  height: 70%;
  animation-delay: 0.6s;
}

.spark i:nth-child(7) {
  height: 45%;
  animation-delay: 0.72s;
}

@keyframes bar {
  0%, 100% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(1);
  }
}

.marquee {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--border-primary);
  padding: var(--space-2xs) 0;
  mask-image: linear-gradient(90deg, transparent, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, transparent);
}

@media (max-width: 768px) {
  .marquee {
  margin-inline: calc(var(--space-m) * -1);
  }
}

.marquee-track {
  display: flex;
  gap: var(--space-s);
  width: max-content;
  animation-duration: 32s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 375px) {
  .float-card-1, .float-card-2 {
  display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .hero-grid, .hero-scan, .terminal, .float-card, .marquee-track, .rotator-words > span, .spark i {
  animation-duration: auto !important;
  animation-timing-function: ease !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  animation-name: none !important;
  animation-timeline: auto !important;
  animation-range-start: normal !important;
  animation-range-end: normal !important;
  }
}

.hero-copy {
  max-width: 100%;
}

.section {
  position: relative;
  padding: var(--space-3xl) var(--space-m);
}

.section-inner {
  max-width: 1240px;
  margin: 0px auto;
}

.section-head {
  max-width: 62ch;
  margin-bottom: var(--space-2xl);
}

.section-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: var(--space-2xs);
}

.section-title {
  font-size: var(--text-2xl);
  font-weight: 700;
}

.section-title em {
  font-style: normal;
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-lede {
  margin-top: var(--space-2xs);
  font-size: var(--text-m);
  color: var(--text-body);
}

.services {
  background: radial-gradient(ellipse 60% 50% at 80% 0%, color-mix(in srgb, var(--primary) 14%, transparent), transparent 70%);
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-s);
}

@media (max-width: 768px) {
  .svc-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .svc-grid {
  grid-template-columns: 1fr;
  }
}

.svc-card {
  position: relative;
  padding: var(--space-m);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--border-primary);
  background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.35s, 0.35s, 0.35s;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1), ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: transform, border-color, background;
}

.svc-card::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--secondary) 18%, transparent), transparent 60%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.svc-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--secondary) 45%, transparent);
}

.svc-card:hover::before {
  opacity: 1;
}

.svc-card > * {
  position: relative;
}

.svc-card-wide {
  grid-column-start: span 2;
  grid-column-end: auto;
}

@media (max-width: 768px) {
  .svc-card-wide {
  grid-column-start: span 2;
  grid-column-end: auto;
  }
}

@media (max-width: 375px) {
  .svc-card-wide {
  grid-column-start: span 1;
  grid-column-end: auto;
  }
}

.svc-card-accent {
  background: linear-gradient(160deg, color-mix(in srgb, var(--primary) 18%, var(--bg-surface)), var(--bg-surface));
}

.svc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-s);
}

.svc-icon {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 2.6em;
  height: 2.6em;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  font-size: var(--text-m);
  color: var(--secondary);
  border: 1px solid color-mix(in srgb, var(--secondary) 30%, transparent);
  background: color-mix(in srgb, var(--secondary) 10%, transparent);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, color;
}

.svc-card:hover .svc-icon {
  transform: rotate(-8deg) scale(1.06);
}

.svc-index {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: color-mix(in srgb, var(--text-body) 60%, transparent);
}

.svc-card h3 {
  font-size: var(--text-l);
  margin-bottom: var(--space-3xs);
}

.svc-card p {
  font-size: var(--text-s);
}

.svc-list {
  margin-top: var(--space-s);
  display: grid;
  gap: var(--space-4xs);
}

.svc-card-wide .svc-list {
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4xs) var(--space-s);
}

@media (max-width: 375px) {
  .svc-card-wide .svc-list {
  grid-template-columns: 1fr;
  }
}

.svc-list li {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  padding-left: 1.4em;
  position: relative;
  color: var(--text-body);
}

.svc-list li::before {
  content: "▹";
  position: absolute;
  left: 0px;
  color: var(--secondary);
}

.svc-addons {
  margin-top: var(--space-xl);
  padding-top: var(--space-l);
  border-top: 1px solid var(--border-primary);
}

.addon-title {
  font-size: var(--text-s);
  font-family: var(--font-mono);
  font-weight: 400;
  color: var(--text-body);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: var(--space-s);
}

.addon-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3xs);
}

.chip {
  font-size: var(--text-xs);
  padding: 0.5em 1.1em;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border: 1px solid var(--border-primary);
  background: var(--bg-surface);
  color: var(--text-body);
  transition-behavior: normal, normal, normal;
  transition-duration: 0.25s, 0.25s, 0.25s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, border-color, transform;
}

.chip:hover {
  color: var(--text-title);
  border-color: var(--tertiary);
  transform: translateY(-2px);
}

.process {
  background: var(--bg-surface);
  border-block: 1px solid var(--border-primary);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-s);
  counter-reset: s 0;
}

@media (max-width: 768px) {
  .steps {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 375px) {
  .steps {
  grid-template-columns: 1fr;
  }
}

.step {
  position: relative;
  padding-top: var(--space-m);
  border-top: 2px solid var(--border-primary);
}

.step::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  height: 2px;
  width: 0px;
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: 0s;
  transition-property: width;
}

.step:hover::after {
  width: 100%;
}

.step-num {
  font-family: var(--font-mono);
  font-size: var(--text-l);
  color: color-mix(in srgb, var(--primary) 70%, transparent);
  display: block;
  margin-bottom: var(--space-2xs);
}

.step-body h3 {
  font-size: var(--text-m);
  margin-bottom: var(--space-4xs);
}

.step-body p {
  font-size: var(--text-s);
}

.step-meta {
  display: inline-block;
  margin-top: var(--space-2xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--secondary);
}

.stack-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-2xl);
  align-items: start;
}

@media (max-width: 768px) {
  .stack-inner {
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  }
}

.stack-copy .section-lede {
  margin-bottom: var(--space-l);
}

.stack-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-s);
}

@media (max-width: 375px) {
  .stack-groups {
  grid-template-columns: 1fr;
  }
}

.stack-groups li {
  padding: var(--space-2xs) 0 var(--space-2xs) var(--space-2xs);
  border-left: 2px solid var(--border-primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
}

.stack-groups li:hover {
  border-color: var(--secondary);
}

.stack-groups h4 {
  font-family: var(--font-heading);
  font-size: var(--text-s);
  color: var(--text-title);
  margin: 0px 0px 0.2em;
}

.stack-groups p {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.stack-aside {
  display: grid;
  gap: var(--space-2xs);
}

.metric-card {
  padding: var(--space-s) var(--space-m);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid var(--border-primary);
  background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
}

.metric-label {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.metric-big {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  color: var(--text-title);
  font-weight: 600;
  line-height: 1.2;
}

.metric-big small {
  font-size: var(--text-xs);
  color: var(--text-body);
  font-weight: 400;
}

.meter {
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: var(--bg-elevated);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: var(--space-3xs);
}

.meter span {
  display: block;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: grow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  transform-origin: left center;
  min-width: 2px;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.quote-card {
  padding: var(--space-m);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--primary) 40%, transparent);
  background: linear-gradient(150deg, color-mix(in srgb, var(--primary) 20%, var(--bg-surface)), var(--bg-surface));
}

.quote-card p {
  font-size: var(--text-s);
  color: var(--text-title);
  font-family: var(--font-heading);
  line-height: 1.5;
}

.quote-who {
  display: block;
  margin-top: var(--space-2xs);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.work {
  background: var(--bg-surface);
  border-block: 1px solid var(--border-primary);
}

.work-list {
  display: grid;
}

.work-item {
  display: grid;
  grid-template-columns: 6rem 1fr 14rem 10rem;
  align-items: center;
  gap: var(--space-m);
  padding: var(--space-m) var(--space-2xs);
  border-top: 1px solid var(--border-primary);
  transition-behavior: normal, normal;
  transition-duration: 0.35s, 0.35s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: background, padding-left;
}

@media (max-width: 768px) {
  .work-item {
  grid-template-columns: 1fr auto;
  gap: var(--space-2xs);
  }
}

.work-item:last-child {
  border-bottom: 1px solid var(--border-primary);
}

.work-item:hover {
  background: color-mix(in srgb, var(--primary) 8%, transparent);
  padding-left: var(--space-s);
}

.work-year {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

@media (max-width: 768px) {
  .work-year {
  order: 0;
  }
}

.work-main h3 {
  font-size: var(--text-m);
  margin-bottom: 0.25em;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.work-item:hover .work-main h3 {
  color: var(--secondary);
}

.work-main p {
  font-size: var(--text-s);
  max-width: 56ch;
}

.work-tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.35em;
  column-gap: 0.35em;
}

@media (max-width: 768px) {
  .work-tags {
  grid-column-start: 1;
  grid-column-end: -1;
  order: 3;
  }
}

.work-tags span {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  padding: 0.25em 0.7em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid var(--border-primary);
  color: var(--text-body);
}

.work-result {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--text-s);
  color: var(--tertiary);
  text-align: right;
}

@media (max-width: 768px) {
  .work-result {
  order: 1;
  text-align: right;
  }
}

@media (max-width: 768px) {
  .work-main {
  grid-column-start: 1;
  grid-column-end: -1;
  order: 2;
  }
}

.cta {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

.cta-glow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: radial-gradient(ellipse 55% 65% at 50% 105%, color-mix(in srgb, var(--primary) 40%, transparent), transparent 70%);
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: glowpulse;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes glowpulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.cta-inner {
  position: relative;
  max-width: 900px;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--text-title);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: var(--space-2xs) 0 0;
}

.cta-sub {
  margin: var(--space-s) auto 0;
  max-width: 60ch;
}

.cta-actions {
  justify-content: center;
  margin-top: var(--space-m);
}

.cta-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-l);
  margin-top: var(--space-xl);
  padding-top: var(--space-m);
  border-top: 1px solid var(--border-primary);
}

@media (max-width: 768px) {
  .cta-facts {
  gap: var(--space-m);
  }
}

.cta-facts li {
  display: flex;
  flex-direction: column;
}

.cta-facts strong {
  font-family: var(--font-heading);
  color: var(--text-title);
  font-size: var(--text-s);
}

.cta-facts span {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-body);
}

.site-footer {
  border-top: 1px solid var(--border-primary);
  background: var(--bg-surface);
  padding: var(--space-l) var(--space-m);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-m);
}

@media (max-width: 768px) {
  .footer-inner {
  flex-direction: column;
  align-items: flex-start;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
  max-width: 38ch;
}

.footer-brand p {
  font-size: var(--text-xs);
  color: var(--text-body);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
}

.footer-links a {
  color: var(--text-body);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-copy {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: color-mix(in srgb, var(--text-body) 70%, transparent);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.nav-links a.is-active {
  color: var(--text-title);
}

.nav-links a.is-active::after {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .eyebrow, .hero-line, .hero-sub, .hero-actions, .hero-stats, .hero-panel, .terminal-body .tl, .meter span {
  animation-duration: auto !important;
  animation-timing-function: ease !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  animation-name: none !important;
  animation-timeline: auto !important;
  animation-range-start: normal !important;
  animation-range-end: normal !important;
  opacity: 1 !important;
  transform: none !important;
  }
}

html {
  font-size: 62.5%;
}

.svc-card h3, .step-body h3, .work-main h3 {
  line-height: 1.2;
}

.section-title, .cta-title, .hero-title {
  line-height: 1.08;
}

.rotator-words, .rotator-words > span {
  height: 1.15em;
  line-height: 1.15em;
}

.hero, .cta, .services {
  overflow-x: clip;
}

.hero-inner > * {
  min-width: 0px;
}

.terminal-dots {
  width: 0.7em;
  height: 0.7em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 95, 87);
  box-shadow: rgb(254, 188, 46) 1.1em 0px 0px, rgb(40, 200, 64) 2.2em 0px 0px;
  margin-right: 2.2em;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.tl-cmd::after {
  content: "";
  display: inline-block;
  width: 0.55em;
  height: 1.05em;
  background: var(--secondary);
  vertical-align: -0.18em;
  margin-left: 0.3em;
  animation-duration: 1.1s;
  animation-timing-function: steps(1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.spark-bars {
  height: 22px;
  width: 100%;
  background-image: linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary)),
    linear-gradient(var(--secondary), var(--primary));
  background-repeat: no-repeat;
  background-size: 5px 40%, 5px 65%, 5px 30%, 5px 85%, 5px 50%, 5px 70%, 5px 45%;
  background-position-x: 0px, 8px, 16px, 24px, 32px, 40px, 48px;
  background-position-y: 100%, 100%, 100%, 100%, 100%, 100%, 100%;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: sparkpulse;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes sparkpulse {
  0% {
    background-size: 5px 40%, 5px 65%, 5px 30%, 5px 85%, 5px 50%, 5px 70%, 5px 45%;
  }
  100% {
    background-size: 5px 70%, 5px 35%, 5px 60%, 5px 45%, 5px 90%, 5px 40%, 5px 75%;
  }
}

.hero-bg > * {
  pointer-events: none;
}

.eyebrow::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--secondary);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  animation-duration: 2.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: pulse;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.footer-name {
  color: var(--text-title);
  font-family: var(--font-heading);
  font-size: var(--text-s);
}

.about {
  border-bottom: 1px solid var(--border-primary);
}

.about-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: var(--space-2xl);
  align-items: center;
}

@media (max-width: 768px) {
  .about-inner {
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  }
}

.portrait-wrap {
  position: relative;
}

@media (max-width: 768px) {
  .portrait-wrap {
  max-width: 32rem;
  }
}

.portrait-frame {
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid var(--border-primary);
  background: linear-gradient(160deg, color-mix(in srgb, var(--primary) 22%, var(--bg-surface)), var(--bg-surface));
  aspect-ratio: 4 / 5;
  box-shadow: 0 40px 90px -30px var(--shadow-primary);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, transparent 55%, color-mix(in srgb, var(--bg-body) 80%, transparent));
  pointer-events: none;
}

.portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portrait-badge {
  position: absolute;
  left: var(--space-s);
  bottom: var(--space-s);
  z-index: 2;
  display: flex;
  flex-direction: column;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--text-s);
  color: var(--text-title);
}

.portrait-badge small {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: var(--text-xs);
  color: var(--secondary);
}

.about-copy > * + * {
  margin-top: var(--space-s);
}

.about-points {
  display: grid;
  gap: var(--space-2xs);
}

.about-points li {
  font-size: var(--text-s);
  padding-left: 1.5em;
  position: relative;
}

.about-points li::before {
  content: "▹";
  position: absolute;
  left: 0px;
  color: var(--secondary);
}

.about-points strong {
  color: var(--text-title);
}