:root {
  --paper: #ece9df;
  --ink: #11110f;
  --muted: #625f57;
  --line: #aaa69b;
  --acid: #c7ff36;
  --red: #ff5a4f;
  --white: #f7f5ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", sans-serif;
  overflow-x: hidden;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.045;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.wrap {
  width: min(1420px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.03em;
}
.brand-mark {
  width: 20px;
  height: 20px;
  background: var(--ink);
  display: inline-block;
  position: relative;
}
.brand-mark:after {
  content: "";
  position: absolute;
  inset: 5px;
  background: var(--acid);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.nav-source {
  padding: 11px 15px;
  background: var(--ink);
  color: var(--white) !important;
}
.hero {
  padding: 100px 0 150px;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font:
    500 12px/1.2 "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero h1 {
  font-size: clamp(60px, 7.6vw, 122px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  max-width: 76rem;
  margin: 25px 0 34px;
}
.hero-lede {
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.4;
  max-width: 700px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  justify-content: center;
  padding: 16px 22px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.25s,
    background 0.25s;
}
.button:hover {
  transform: translateY(-3px);
}
.primary {
  background: var(--acid);
  color: var(--ink);
  border: 1px solid var(--ink);
}
.secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.preview-shell {
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 18px 18px 0 #c8c3b7;
  transform: rotate(1.5deg);
}
.window-bar {
  height: 44px;
  background: #272724;
  color: #898980;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  font:
    500 11px "IBM Plex Mono",
    monospace;
}
.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #565650;
}
.window-bar b {
  margin-left: auto;
  font-weight: 500;
}
.preview-content {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: #d7d3c8;
}
.fake-app {
  padding: 50px;
  color: #25241f;
}
.fake-app small {
  font:
    500 10px "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
}
.fake-app strong {
  display: block;
  font-size: 28px;
  margin: 25px 0;
}
.blackout {
  position: absolute;
  inset: 0;
  background: #050505;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blackout strong,
.blackout span,
.blackout .pulse {
  position: relative;
  z-index: 1;
}
.blackout strong {
  font-size: clamp(25px, 3vw, 45px);
  letter-spacing: -0.05em;
}
.blackout span {
  font:
    400 10px "IBM Plex Mono",
    monospace;
  color: #8c8c83;
  text-transform: uppercase;
}
.pulse {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(255, 90, 79, 0.5);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 18px rgba(255, 90, 79, 0);
  }
}
.preview-foot {
  height: 44px;
  color: #8c8c83;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 15px;
  font:
    400 9px "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
}
.preview-foot .armed {
  margin-left: auto;
  color: var(--acid);
}
.marquee {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  padding: 18px 0;
  font:
    500 13px "IBM Plex Mono",
    monospace;
  white-space: nowrap;
}
.marquee div {
  width: max-content;
  animation: marquee 35s linear infinite;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
section {
  padding: 170px 0;
}
.section-intro {
  margin-bottom: 70px;
}
.section-intro h2 {
  width: 66.666%;
  margin-left: auto;
}
.section-intro h2,
.sequence h2,
.install h2 {
  font-size: clamp(45px, 6vw, 90px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  margin: 0;
}
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(340px, auto));
  grid-auto-flow: dense;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.card {
  grid-column: span 4;
  padding: 34px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.card:hover {
  transform: translateY(-7px);
  z-index: 2;
}
.card.wide {
  grid-column: span 7;
}
.card.dark {
  grid-column: span 5;
  background: var(--ink);
  color: var(--paper);
}
.card.acid {
  background: var(--acid);
}
.card.red {
  background: var(--red);
}
.card h3 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 12px 0 20px;
}
.card p {
  font-size: 17px;
  line-height: 1.5;
  max-width: 570px;
}
.timeline {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 35px;
  display: flex;
  gap: 6px;
}
.timeline i {
  height: 9px;
  flex: 1;
  background: #c3bfb4;
}
.timeline .danger {
  background: var(--red);
  flex: 2;
}
.timeline .safe {
  background: var(--acid);
  flex: 2;
}
.local-ring {
  position: absolute;
  width: 112px;
  height: 112px;
  border: 1px solid #55554f;
  border-radius: 50%;
  right: 30px;
  bottom: 22px;
  display: grid;
  place-items: center;
  animation: spin 14s linear infinite;
}
.card.dark p {
  max-width: calc(100% - 130px);
}
.local-ring:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--acid);
  border-radius: 50%;
  top: 8px;
}
.local-ring span {
  font:
    500 10px "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.sequence {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 100px;
  align-items: start;
}
.sequence-title {
  padding-top: 50px;
  position: sticky;
  top: 120px;
}
.sequence-title > p:last-child {
  max-width: 430px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}
.sequence-cards {
  position: relative;
}
.sequence-cards article {
  min-height: 430px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid #44443e;
  padding: 48px;
  position: sticky;
  top: 70px;
  margin-bottom: 70px;
}
.sequence-cards article:nth-child(2) {
  background: #282824;
  top: 90px;
}
.sequence-cards article:nth-child(3) {
  background: #45443e;
  top: 110px;
}
.sequence-cards article:nth-child(4) {
  background: var(--acid);
  color: var(--ink);
  top: 130px;
}
.sequence-cards span {
  font:
    500 11px "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
}
.sequence-cards h3 {
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 85px 0 20px;
}
.sequence-cards p {
  font-size: 19px;
  line-height: 1.5;
  max-width: 600px;
}
.install {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid var(--ink);
}
.install-copy > p:not(.eyebrow) {
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 700px;
}
.support {
  margin-top: 14px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
}
.install ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
  border-top: 1px solid var(--line);
}
.install li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font:
    500 13px "IBM Plex Mono",
    monospace;
}
.terminal {
  background: var(--ink);
  color: var(--paper);
  padding: 20px;
  box-shadow: 18px 18px 0 var(--acid);
  overflow: hidden;
}
.terminal-top {
  display: flex;
  justify-content: space-between;
  color: #818178;
  font:
    500 11px "IBM Plex Mono",
    monospace;
}
.terminal button {
  border: 0;
  background: var(--acid);
  color: var(--ink);
  padding: 7px 11px;
  font:
    600 11px "IBM Plex Mono",
    monospace;
  cursor: pointer;
}
.terminal pre {
  margin: 65px 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.terminal code {
  font:
    500 clamp(16px, 1.6vw, 23px)/1.5 "IBM Plex Mono",
    monospace;
}
.terminal p {
  font:
    400 10px "IBM Plex Mono",
    monospace;
  color: #818178;
}
.footer {
  min-height: 180px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer p {
  color: var(--muted);
}
.footer > div {
  display: flex;
  gap: 25px;
}
.footer a {
  color: inherit;
}
@media (max-width: 900px) {
  .nav-links > a:not(.nav-source) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero h1 {
    font-size: clamp(56px, 15vw, 100px);
  }
  .section-intro,
  .sequence,
  .install {
    grid-template-columns: 1fr;
  }
  .bento {
    display: block;
  }
  .card {
    min-height: 340px;
  }
  .sequence {
    gap: 20px;
  }
  .sequence-title {
    position: relative;
    top: auto;
  }
  .section-intro h2 {
    width: 100%;
    margin-left: 0;
  }
  .card.dark p {
    max-width: calc(100% - 125px);
  }
  .install {
    gap: 60px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px 0;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1420px);
  }
  .nav {
    height: 70px;
  }
  .hero {
    padding: 60px 0 100px;
    gap: 50px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 16vw;
  }
  .preview-shell {
    box-shadow: 9px 9px 0 #c8c3b7;
  }
  .fake-app {
    padding: 25px;
  }
  .section-intro h2,
  .sequence h2,
  .install h2 {
    font-size: 12vw;
  }
  section {
    padding: 110px 0;
  }
  .sequence-cards article {
    padding: 30px;
    min-height: 360px;
  }
  .sequence-cards h3 {
    margin-top: 60px;
  }
  .footer p {
    order: 3;
    width: 100%;
  }
}
