:root {
  color-scheme: light;
  --ink: #171914;
  --muted: #6c6e64;
  --paper: #f4f0e8;
  --paper-deep: #e8e1d4;
  --lime: #c7f36b;
  --lime-deep: #94c936;
  --line: rgba(23, 25, 20, 0.16);
  --panel: rgba(255, 255, 255, 0.5);
  --shadow: 0 32px 90px rgba(49, 48, 36, 0.14);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(23, 25, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 25, 20, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: radial-gradient(circle at 49% 35%, rgba(255, 255, 255, 0.92), transparent 48%);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.ambient {
  position: fixed;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  filter: blur(2px);
  opacity: 0.52;
  border-radius: 50%;
  pointer-events: none;
}

.ambient--one {
  top: -17rem;
  right: 8vw;
  background: radial-gradient(circle, rgba(199, 243, 107, 0.82), transparent 68%);
}

.ambient--two {
  bottom: -21rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(231, 199, 157, 0.55), transparent 66%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: 0.025;
  pointer-events: none;
  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");
}

.site-header,
.site-footer,
.hero {
  width: min(1400px, calc(100% - 96px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
  border-radius: 10px;
  place-items: center;
  box-shadow: 3px 3px 0 var(--ink);
}

.brand__mark svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.brand__text {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.brand__text strong {
  font-weight: 750;
}

.status-pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 9px 14px;
  color: #484b42;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(14px);
}

.status-pill__dot {
  width: 7px;
  height: 7px;
  background: var(--lime-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(148, 201, 54, 0.15);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  min-height: calc(100vh - 210px);
  padding-block: 64px;
}

.hero__copy {
  max-width: 790px;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 34px;
  color: #5b5d54;
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.85rem, 7.15vw, 8.4rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.068em;
}

h1 em {
  display: inline-block;
  color: #5d6056;
  font-weight: 400;
  white-space: nowrap;
}

.lead {
  max-width: 620px;
  margin: 40px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
  text-wrap: balance;
}

.launch-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 54px;
}

.launch-note__line {
  width: 54px;
  height: 1px;
  background: var(--ink);
}

.launch-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.6;
}

.launch-note .launch-note__label {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.factory-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 640px;
  justify-self: end;
  padding: 28px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(23, 25, 20, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.factory-card::before {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 360px;
  height: 360px;
  content: "";
  background: radial-gradient(circle, rgba(199, 243, 107, 0.36), transparent 68%);
  border-radius: 50%;
  transform: translateX(-50%);
}

.factory-card__topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #686b62;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}

.live-label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.live-label i {
  width: 6px;
  height: 6px;
  background: var(--lime-deep);
  border-radius: 50%;
}

.orbital {
  position: relative;
  display: grid;
  width: min(76vw, 300px);
  height: min(76vw, 300px);
  margin: 35px auto 29px;
  place-items: center;
}

.orbital__ring {
  position: absolute;
  border: 1px solid rgba(23, 25, 20, 0.2);
  border-radius: 50%;
}

.orbital__ring--outer {
  inset: 0;
  border-style: dashed;
  animation: spin 30s linear infinite;
}

.orbital__ring--inner {
  inset: 46px;
  border-color: rgba(23, 25, 20, 0.13);
}

.orbital__core {
  display: grid;
  width: 110px;
  height: 110px;
  background: var(--ink);
  border: 10px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  box-shadow: 0 20px 45px rgba(23, 25, 20, 0.2);
  place-items: center;
  transform: rotate(-4deg);
}

.orbital__core svg {
  width: 58px;
  fill: none;
  stroke: var(--lime);
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.orbital__node {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--lime);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--paper);
}

.orbital__node--one {
  top: 28px;
  right: 49px;
}

.orbital__node--two {
  right: 5px;
  bottom: 93px;
}

.orbital__node--three {
  bottom: 25px;
  left: 47px;
}

.pipeline {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pipeline__item {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  color: #77796f;
  font-size: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.pipeline__number {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
}

.pipeline__name {
  color: var(--ink);
  font-weight: 680;
}

.pipeline__state {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pipeline__item.is-active .pipeline__state {
  padding: 5px 8px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 98px;
  color: #73756c;
  font-size: 0.72rem;
  border-top: 1px solid var(--line);
}

.site-footer__motto {
  color: var(--ink);
  font-weight: 650;
  letter-spacing: 0.02em;
}

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

@keyframes pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

@media (max-width: 1050px) {
  .site-header,
  .site-footer,
  .hero {
    width: min(100% - 48px, 760px);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-block: 80px;
  }

  .factory-card {
    max-width: none;
    min-height: 620px;
    justify-self: stretch;
  }

  .site-footer {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  .hero {
    width: min(100% - 32px, 760px);
  }

  .site-header {
    min-height: 90px;
  }

  .brand__text {
    font-size: 0.94rem;
  }

  .status-pill {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    background: var(--lime-deep);
    border: 0;
    box-shadow: 0 0 0 5px rgba(148, 201, 54, 0.13);
  }

  .status-pill__dot {
    display: none;
  }

  .hero {
    gap: 52px;
    padding-block: 60px;
  }

  .eyebrow {
    margin-bottom: 28px;
    font-size: 0.64rem;
  }

  h1 {
    font-size: clamp(3.25rem, 16.2vw, 5.3rem);
    line-height: 0.92;
  }

  h1 em {
    white-space: normal;
  }

  .lead {
    margin-top: 30px;
    font-size: 0.98rem;
  }

  .launch-note {
    margin-top: 38px;
  }

  .factory-card {
    min-height: 0;
    padding: 21px;
    border-radius: 22px;
  }

  .orbital {
    margin-block: 34px 26px;
  }

  .orbital__ring--inner {
    inset: 40px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 8px 22px;
    padding-block: 24px;
  }

  .site-footer__motto {
    width: 100%;
    order: -1;
  }
}

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

@media (prefers-contrast: more) {
  :root {
    --muted: #3f413a;
    --line: rgba(23, 25, 20, 0.38);
  }
}
