body.start-project-page {
  background: #0e0f10;
  color: var(--fg-0);
}

.start-app {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.04), transparent 18%),
    #0e0f10;
}

.start-hero {
  position: relative;
  min-height: 100vh;
  padding: 128px 0 78px;
  overflow: hidden;
}

.start-grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(243, 240, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 240, 232, 0.04) 1px, transparent 1px),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(255, 106, 0, 0.035) 84px 85px);
  background-size: 48px 48px, 48px 48px, 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  pointer-events: none;
}

.start-grid-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 5px);
  opacity: 0.35;
  animation: startScan 9s linear infinite;
}

@keyframes startScan {
  to { transform: translateY(32px); }
}

.start-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.88fr);
  gap: 44px;
  align-items: start;
}

.start-copy {
  padding-top: 28px;
}

.sp-reveal {
  opacity: 1;
  transform: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-1);
}

.start-title {
  margin-top: 18px;
  max-width: 9.8ch;
  font-size: 94px;
  line-height: 0.9;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.start-lead {
  margin-top: 24px;
  max-width: 58ch;
  color: var(--fg-1);
  font-size: 18px;
  line-height: 1.55;
}

.start-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  gap: 10px;
  margin-top: 34px;
}

.start-proof-row div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(243, 240, 232, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
  position: relative;
}

.start-proof-row div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,106,0,0.12), transparent);
  transform: translateX(-120%);
  animation: proofGlint 6s ease-in-out infinite;
}

.start-proof-row strong {
  display: block;
  color: var(--lime);
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.start-proof-row span {
  display: block;
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-2);
}

@keyframes proofGlint {
  0%, 55% { transform: translateX(-120%); }
  78%, 100% { transform: translateX(120%); }
}

.start-visual {
  margin-top: 38px;
  max-width: 620px;
  border: 1px solid rgba(243, 240, 232, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 18px;
  overflow: hidden;
}

.signal-scope {
  position: relative;
  height: 300px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,106,0,0.08), transparent 38%),
    #111315;
  overflow: hidden;
}

.scope-rings,
.scope-rings::before,
.scope-rings::after {
  position: absolute;
  inset: 38px;
  border: 1px solid rgba(255, 106, 0, 0.17);
  border-radius: 50%;
}

.scope-rings::before,
.scope-rings::after {
  content: "";
  inset: 38px;
}

.scope-rings::after {
  inset: 78px;
}

.scope-sweep {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 1px;
  height: 150px;
  background: linear-gradient(0deg, rgba(255,106,0,0.95), transparent);
  box-shadow: 0 0 18px rgba(255,106,0,0.55);
}

.scope-node {
  position: absolute;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 240, 232, 0.22);
  border-radius: 50%;
  background: #151719;
  color: var(--fg-2);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.scope-node.active {
  color: #0e0f10;
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 28px rgba(255,106,0,0.5);
}

.scope-node-1 { left: 10%; top: 18%; }
.scope-node-2 { left: 37%; top: 10%; }
.scope-node-3 { right: 16%; top: 22%; }
.scope-node-4 { left: 15%; top: 55%; }
.scope-node-5 { right: 25%; top: 52%; }
.scope-node-6 { left: 43%; bottom: 12%; }
.scope-node-7 { right: 8%; bottom: 18%; }
.scope-node-8 { left: 5%; bottom: 12%; }
.scope-node-9 { right: 43%; top: 32%; }

.scope-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(243, 240, 232, 0.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background: rgba(14, 15, 16, 0.75);
  box-shadow: inset 0 0 50px rgba(255,106,0,0.08);
}

.scope-core span,
.scope-caption .tiny {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-2);
}

.scope-core strong {
  margin-top: 6px;
  font-size: 44px;
  color: var(--lime);
  letter-spacing: -0.05em;
}

.scope-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  color: var(--fg-1);
  font-size: 14px;
}

.brief-panel {
  position: sticky;
  top: 104px;
  border: 1px solid rgba(243, 240, 232, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.02)),
    rgba(20, 21, 23, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,0.4);
  padding: 22px;
}

.brief-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.brief-top h2,
.brief-success h2 {
  margin-top: 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.brief-meter {
  width: 118px;
  height: 8px;
  border-radius: 999px;
  background: rgba(243, 240, 232, 0.1);
  overflow: hidden;
}

.brief-meter span {
  display: block;
  width: var(--brief-score, 34%);
  height: 100%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(255,106,0,0.6);
  transition: width 0.3s ease;
}

.brief-form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field span,
.brief-fieldset legend {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-2);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(243, 240, 232, 0.13);
  border-radius: 8px;
  background: rgba(14, 15, 16, 0.65);
  color: var(--fg-0);
  padding: 14px 14px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(255, 106, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.08);
}

.brief-fieldset {
  border: 0;
  padding: 0;
}

.service-chip-grid,
.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-requirement {
  margin-top: 10px;
  color: rgba(243, 240, 232, 0.46);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.service-requirement.show {
  opacity: 1;
  transform: translateY(0);
  color: var(--lime);
}

.service-pick,
.choice span {
  border: 1px solid rgba(243, 240, 232, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--fg-1);
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.service-pick span {
  margin-right: 8px;
  color: var(--fg-2);
}

.service-pick:hover,
.choice:hover span {
  transform: translateY(-1px);
  border-color: rgba(255, 106, 0, 0.55);
  color: var(--fg-0);
}

.service-pick.selected,
.choice.active span {
  background: var(--lime);
  border-color: var(--lime);
  color: #0e0f10;
  box-shadow: 0 0 22px rgba(255,106,0,0.26);
}

.service-pick.selected span {
  color: rgba(14, 15, 16, 0.58);
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.submit-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  color: #0e0f10;
  padding: 18px 18px 18px 20px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(255,106,0,0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submit-brief:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 55px rgba(255,106,0,0.35);
}

.submit-brief span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0e0f10;
  color: var(--lime);
}

.form-note {
  color: var(--fg-2);
  font-size: 13px;
  line-height: 1.45;
}

.start-section {
  padding: 92px 0;
}

.start-steps {
  background: var(--bone-0);
  color: var(--ink-0);
}

.start-steps .hero-kicker,
.start-steps .next-card p {
  color: var(--ink-2);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-title {
  margin-top: 14px;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 600;
}

.next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.next-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(14, 15, 16, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.38);
  display: flex;
  flex-direction: column;
}

.next-card span {
  font-family: var(--serif);
  font-size: 56px;
  font-style: italic;
  color: var(--lime);
  text-shadow: 0 0 1px #0e0f10;
}

.next-card h3 {
  margin-top: auto;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.next-card p {
  margin-top: 12px;
  line-height: 1.5;
}

.fit-section {
  background: #111315;
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
}

.fit-copy {
  position: sticky;
  top: 110px;
}

.fit-intro {
  margin-top: 20px;
  max-width: 34ch;
  color: var(--fg-1);
  font-size: 18px;
  line-height: 1.55;
}

.fit-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fit-card {
  position: relative;
  min-height: 248px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(243, 240, 232, 0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    #17191b;
}

.fit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,106,0,0.1), transparent 40%),
    repeating-linear-gradient(90deg, rgba(243,240,232,0.035) 0 1px, transparent 1px 44px);
  opacity: 0.55;
  pointer-events: none;
}

.fit-card-good::after,
.fit-card-note::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), transparent 80%);
  opacity: 0.7;
}

.fit-card-good {
  border-color: rgba(255, 106, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(255,106,0,0.18), rgba(18, 22, 18, 0.7)),
    #17191b;
  box-shadow:
    inset 0 1px 0 rgba(255,106,0,0.08),
    0 0 0 1px rgba(255,106,0,0.04),
    0 24px 60px rgba(0, 0, 0, 0.2);
}

.fit-card-good::before {
  background:
    linear-gradient(135deg, rgba(255,106,0,0.18), transparent 42%),
    repeating-linear-gradient(90deg, rgba(243,240,232,0.028) 0 1px, transparent 1px 44px);
  opacity: 0.72;
}

.fit-card-good .fit-chip {
  border-color: rgba(255, 106, 0, 0.55);
  color: #dfff37;
  background: rgba(255,106,0,0.1);
}

.fit-card-note {
  border-color: rgba(243, 240, 232, 0.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)),
    #121416;
}

.fit-card-note {
  grid-column: 1 / -1;
  min-height: 208px;
}

.fit-card-note::before {
  background:
    linear-gradient(135deg, rgba(243,240,232,0.06), transparent 40%),
    repeating-linear-gradient(90deg, rgba(243,240,232,0.03) 0 1px, transparent 1px 44px);
}

.fit-card-top,
.fit-title,
.fit-body {
  position: relative;
  z-index: 1;
}

.fit-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.fit-chip,
.fit-index {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fit-chip {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 106, 0, 0.38);
  color: var(--lime);
  background: rgba(255,106,0,0.05);
}

.fit-chip-note {
  border-color: rgba(243, 240, 232, 0.2);
  color: var(--fg-1);
  background: rgba(243,240,232,0.03);
}

.fit-index {
  color: rgba(243,240,232,0.42);
}

.fit-title {
  margin-top: 72px;
  max-width: 12ch;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.fit-card-note .fit-title {
  margin-top: 34px;
  max-width: 16ch;
}

.fit-body {
  margin-top: 14px;
  max-width: 34ch;
  color: var(--fg-1);
  line-height: 1.55;
}

.brief-success {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brief-success p {
  margin-top: 18px;
  color: var(--fg-1);
  line-height: 1.55;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.success-grid span {
  border: 1px solid rgba(243, 240, 232, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,0.04);
}

.success-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.05;
}

.success-grid small {
  display: block;
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-2);
}

.success-link {
  margin-top: 28px;
  text-decoration: none;
}

.start-footer {
  background: var(--bg-0);
}

@media (max-width: 1080px) {
  .start-hero-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .brief-panel {
    position: relative;
    top: auto;
  }

  .fit-copy {
    position: relative;
    top: auto;
  }

}

@media (max-width: 760px) {
  .start-hero {
    padding-top: 104px;
  }

  .start-title {
    font-size: 58px;
  }

  .section-title {
    font-size: 42px;
  }

  .start-proof-row,
  .field-grid,
  .next-grid,
  .success-grid,
  .fit-stack {
    grid-template-columns: 1fr;
  }

  .fit-title {
    margin-top: 44px;
    font-size: 28px;
  }

  .fit-card-note {
    grid-column: auto;
  }

  .signal-scope {
    height: 240px;
  }

  .scope-caption {
    flex-direction: column;
  }
}
