/* ════════════════════════════════════════════════════════════════════════
   D.02 ON /tech — REBUILT
   ────────────────────────────────────────────────────────────────────────
   Ethan, three times: "this section needs complete rebuild."

   What was wrong: three paragraphs in three boxes, then a fourth paragraph
   underneath, all at the same weight. It read as small print. But this is
   the strongest argument on the page — the speed is real AND a named person
   is on the hook for it — and it was set like a disclaimer.

   Now: the claim once at size, then the gate a change passes through as a
   SEQUENCE, because that is what it is. The accountable step carries the
   weight, since that is the part being bought.

   Every colour is a literal. Nothing reads --ink, which inverts to bone
   inside light scopes and has made type invisible on this estate repeatedly.
   ════════════════════════════════════════════════════════════════════════ */

.d02 {
  background: #faf8f3;
  color: #0a0a0a;
  padding-block: clamp(2.6rem, 6vw, 4.5rem);
}
.d02__rail {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.15rem, 4vw, 2.5rem);
}

.d02__eyebrow {
  display: flex; align-items: center; gap: .7rem;
  font-family: var(--font-mono);
  font-size: .58rem; letter-spacing: .16em; text-transform: uppercase;
  color: #a4132c; margin: 0 0 .9rem;
}
.d02__eyebrow span { width: 26px; height: 1px; background: #a4132c; }

.d02__h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.1;
  color: #0a0a0a; margin: 0; max-width: 24ch; text-wrap: balance;
}
.d02__h2 em { font-style: italic; color: #a4132c; }

.d02__lede {
  font-family: var(--font-body);
  font-size: clamp(.95rem, 1.1vw, 1.02rem); line-height: 1.68;
  color: rgba(10,10,10,.68); max-width: 64ch; margin: 1.1rem 0 0;
}

/* ── THE GATE ────────────────────────────────────────────────────────── */
.d02__gate {
  list-style: none; margin: clamp(1.8rem, 3.4vw, 2.8rem) 0 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1px;
  background: rgba(10,10,10,.16);
  border: 1px solid rgba(10,10,10,.16);
}
.d02__step {
  background: #fffdf9;
  padding: 1.4rem 1.3rem;
  position: relative;
}
/* The third step is the one the client is buying — it is the only one with
   a person's name attached to it, so it is the only one that inverts. */
.d02__step--named { background: #0a0a0a; }
.d02__step--named .d02__t { color: #f5f1e8; }
.d02__step--named .d02__d { color: rgba(245,241,232,.74); }
.d02__step--named .d02__d b { color: #f5f1e8; }
.d02__step--named .d02__n { color: #e8455a; }

.d02__n {
  font-family: var(--font-mono); font-size: .6rem; letter-spacing: .16em;
  color: #a4132c; margin: 0 0 .7rem;
}
.d02__t {
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.12rem; line-height: 1.2; color: #0a0a0a; margin: 0 0 .5rem;
}
.d02__d {
  font-family: var(--font-body); font-size: .88rem; line-height: 1.6;
  color: rgba(10,10,10,.68); margin: 0;
}
.d02__d b { color: #0a0a0a; font-weight: 600; }

/* ── DOES / NEVER — a comparison, set as one ─────────────────────────── */
.d02__split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: 1px;
  background: rgba(10,10,10,.16);
  border: 1px solid rgba(10,10,10,.16);
  margin-top: clamp(1rem, 2vw, 1.5rem);
}
.d02__col { background: #fffdf9; padding: 1.4rem 1.3rem; }
.d02__col-k {
  font-family: var(--font-mono); font-size: .56rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: #a4132c; margin: 0 0 .9rem;
}
.d02__col--not .d02__col-k { color: rgba(10,10,10,.5); }

.d02__list { list-style: none; margin: 0; padding: 0; }
.d02__list li {
  font-family: var(--font-body); font-size: .9rem; line-height: 1.5;
  color: #0a0a0a;
  padding: .5rem 0 .5rem 1.1rem;
  border-bottom: 1px solid rgba(10,10,10,.1);
  position: relative;
}
.d02__list li:last-child { border-bottom: 0; }
.d02__list li::before {
  content: ""; position: absolute; left: 0; top: 1.05em;
  width: 6px; height: 1px; background: #a4132c;
}
.d02__col--not .d02__list li::before { background: rgba(10,10,10,.28); }

.d02__note {
  font-family: var(--font-body); font-size: .82rem; line-height: 1.55;
  color: rgba(10,10,10,.6); margin: .9rem 0 0;
  padding-top: .8rem; border-top: 1px solid rgba(10,10,10,.12);
}

/* ── THE QUOTE ───────────────────────────────────────────────────────── */
.d02__quote {
  margin: clamp(1.6rem, 3vw, 2.4rem) 0 0;
  padding: 0 0 0 clamp(1rem, 2vw, 1.6rem);
  border-left: 2px solid #a4132c;
  max-width: 72ch;
}
.d02__quote p {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.5;
  color: rgba(10,10,10,.72); margin: 0;
}
.d02__quote b { color: #0a0a0a; font-weight: 400; font-style: italic; }

/* The inverted step rendered ink-on-ink: site.css's white-ground rule is
   `main > section:not():not():not() …`, specificity 0,3,2, and it beats a
   two-class selector. Stated outright rather than out-nested. */
.d02__step--named .d02__t { color: #f5f1e8 !important; }
.d02__step--named .d02__d { color: rgba(245,241,232,.76) !important; }
.d02__step--named .d02__d b { color: #f5f1e8 !important; }
.d02__step--named .d02__n { color: #e8455a !important; }
