.nineframe-page {
  --nf-bg: #080a09;
  --nf-panel: #131613;
  --nf-panel-2: #1b1f1a;
  --nf-ink: #f7f8f4;
  --nf-muted: #a8afa3;
  --nf-accent: #c8ff48;
  --nf-green: #49db91;
  --nf-line: rgba(255, 255, 255, 0.12);
  color: var(--nf-ink);
  background:
    radial-gradient(circle at 78% 16%, rgba(200, 255, 72, 0.12), transparent 25rem),
    linear-gradient(180deg, #0c0f0c 0%, var(--nf-bg) 42%, #060706 100%);
}

.nineframe-page .site-header {
  color: var(--nf-ink);
  background: rgba(8, 10, 9, 0.88);
  border-color: var(--nf-line);
}

.nineframe-page .brand,
.nineframe-page .nav {
  color: var(--nf-ink);
}

.nineframe-page .brand-mark {
  color: #080a09;
  background: var(--nf-accent);
}

.nineframe-page .nav a:hover {
  color: var(--nf-accent);
}

.nf-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.nf-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.8fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  min-height: 760px;
  padding: 88px 0 96px;
}

.nf-kicker,
.nf-section-label {
  margin: 0 0 18px;
  color: var(--nf-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nf-hero h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  color: var(--nf-ink);
  font-size: clamp(3.2rem, 7.2vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.nf-hero h1 span {
  color: var(--nf-accent);
}

.nf-lede {
  max-width: 580px;
  color: var(--nf-muted);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.6;
}

.nf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.nf-coming,
.nf-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.nf-coming {
  color: #080a09;
  background: var(--nf-accent);
}

.nf-link-button {
  color: var(--nf-ink);
  border: 1px solid var(--nf-line);
  background: rgba(255, 255, 255, 0.04);
}

.nf-link-button:hover {
  color: var(--nf-accent);
  border-color: rgba(200, 255, 72, 0.5);
}

.nf-trust {
  margin-top: 18px;
  color: #7f887c;
  font-size: 0.9rem;
}

.nf-studio {
  position: relative;
  padding: 18px;
  border: 1px solid var(--nf-line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5);
  transform: rotate(1.4deg);
}

.nf-studio::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(200, 255, 72, 0.16);
  border-radius: 42px;
  content: "";
  transform: rotate(-3deg);
}

.nf-studio-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 5px 16px;
  color: var(--nf-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nf-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nf-accent);
}

.nf-live::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nf-accent);
  box-shadow: 0 0 16px var(--nf-accent);
  content: "";
}

.nf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.nf-scene {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  background: var(--scene, #e8e5dd);
}

.nf-scene::before {
  width: 48%;
  height: 52%;
  border-radius: 38% 38% 24% 24%;
  background:
    linear-gradient(145deg, transparent 25%, rgba(255, 255, 255, 0.42) 26% 34%, transparent 35%),
    #20231f;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.22);
  content: "";
  transform: skewX(-7deg) rotate(-4deg);
}

.nf-scene::after {
  position: absolute;
  right: 9px;
  bottom: 7px;
  color: rgba(9, 12, 9, 0.62);
  content: attr(data-scene);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nf-scene:nth-child(2) { --scene: #dff4ea; }
.nf-scene:nth-child(3) { --scene: #f4d9c5; }
.nf-scene:nth-child(4) { --scene: #d9e8f4; }
.nf-scene:nth-child(5) { --scene: #f4efcf; }
.nf-scene:nth-child(6) { --scene: #e1daf1; }
.nf-scene:nth-child(7) { --scene: #d8d8d6; }
.nf-scene:nth-child(8) { --scene: #eadbd3; }
.nf-scene:nth-child(9) { --scene: #c8ff48; }

.nf-section {
  padding: 104px 0;
  border-top: 1px solid var(--nf-line);
}

.nf-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.nf-section h2,
.nf-privacy-band h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--nf-ink);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.nf-section-heading p,
.nf-feature p,
.nf-privacy-band p {
  color: var(--nf-muted);
}

.nf-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nf-feature {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--nf-line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.nf-feature-number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 56px;
  border-radius: 50%;
  color: #080a09;
  background: var(--nf-accent);
  font-size: 0.82rem;
  font-weight: 850;
}

.nf-feature h3 {
  margin-bottom: 10px;
  color: var(--nf-ink);
  font-size: 1.25rem;
}

.nf-privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 56px;
  align-items: center;
  margin: 24px 0 104px;
  padding: clamp(30px, 6vw, 68px);
  border-radius: 32px;
  color: var(--nf-ink);
  background:
    linear-gradient(135deg, rgba(200, 255, 72, 0.12), transparent 55%),
    var(--nf-panel);
  border: 1px solid rgba(200, 255, 72, 0.22);
}

.nf-proof {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nf-proof li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  color: var(--nf-ink);
  background: var(--nf-panel-2);
  font-weight: 650;
}

.nf-proof span {
  color: var(--nf-accent);
}

.nineframe-page .site-footer {
  color: var(--nf-muted);
  border-color: var(--nf-line);
}

.nineframe-page .site-footer strong,
.nineframe-page .site-footer a:hover {
  color: var(--nf-ink);
}

.nf-legal {
  width: min(800px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 104px;
}

.nf-legal h1 {
  max-width: none;
  color: var(--nf-ink);
  font-size: clamp(2.7rem, 7vw, 5.2rem);
  letter-spacing: -0.055em;
}

.nf-legal h2 {
  margin-top: 2.2em;
  color: var(--nf-ink);
}

.nf-legal p,
.nf-legal li {
  color: var(--nf-muted);
}

.nf-legal a {
  color: var(--nf-accent);
}

.nf-callout {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid rgba(200, 255, 72, 0.25);
  border-radius: 20px;
  background: rgba(200, 255, 72, 0.08);
}

.nf-callout strong {
  color: var(--nf-ink);
}

@media (max-width: 860px) {
  .nineframe-page .site-header {
    flex-wrap: nowrap;
  }

  .nineframe-page .nav {
    order: initial;
    flex-basis: auto;
    flex-wrap: nowrap;
    padding-top: 0;
    border-top: 0;
  }

  .nf-hero,
  .nf-section-heading,
  .nf-privacy-band {
    grid-template-columns: 1fr;
  }

  .nf-hero {
    min-height: 0;
    padding-top: 64px;
  }

  .nf-studio {
    width: min(560px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .nf-feature-grid {
    grid-template-columns: 1fr;
  }

  .nf-feature {
    min-height: 0;
  }

  .nf-feature-number {
    margin-bottom: 30px;
  }
}

@media (max-width: 620px) {
  .nf-shell,
  .nf-legal {
    width: min(100% - 32px, 1180px);
  }

  .nineframe-page .site-header {
    padding-inline: 16px;
  }

  .nineframe-page .nav {
    gap: 12px;
    font-size: 0.82rem;
  }

  .nineframe-page .nav a:first-child {
    display: none;
  }

  .nf-hero h1 {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }

  .nf-section {
    padding: 76px 0;
  }

  .nf-section h2,
  .nf-privacy-band h2 {
    font-size: 2.65rem;
  }

  .nf-privacy-band {
    margin-bottom: 76px;
    padding: 26px;
  }
}
