/* Sections — Direction B. Fresh stylesheet, not inherited: the old one was
   1,484 lines of appended overrides. This one is written once, mobile-first,
   hairlines only. Nothing below 12 px. */

section { padding: 120px 0; border-top: 1px solid var(--line-soft); }
section:first-of-type { border-top: none; }

/* ---------- 2 · trust strip ---------- */
.trust-strip { border-top: 1px solid var(--line-soft); }
.trust-strip .wrap {
  display: flex; flex-wrap: wrap; gap: 18px 48px;
  padding-top: 26px; padding-bottom: 26px;
}
.trust-strip span { font-family: var(--mono); font-size: 13px; color: var(--muted);
  letter-spacing: .04em; }
.trust-strip b { color: var(--text); font-weight: 600; margin-right: .35em; }

/* ---------- 3 · explorer ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 4px 28px; margin: 0 0 28px;
  border-bottom: 1px solid var(--line); }
.tab { background: none; border: none; cursor: pointer; color: var(--muted);
  padding: 10px 0 12px; position: relative; }
.tab[aria-selected="true"] { color: var(--text); }
.tab[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0;
  bottom: -1px; height: 1px; background: var(--brand-lift); }
.tab:hover { color: var(--text); }

.explorer { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.exp-stage { position: relative; height: 460px; overflow: hidden;
  border: 1px solid var(--line); }
.exp-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.exp-still { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sub-pills { position: absolute; z-index: 5; top: 12px; left: 12px; display: flex;
  flex-wrap: wrap; gap: 6px; }
.sub-pill { background: var(--scrim); border: 1px solid var(--line); color: var(--muted);
  border-radius: 999px; padding: 7px 13px; cursor: pointer; min-height: 34px; }
.sub-pill[aria-selected="true"] { color: var(--text); border-color: var(--brand-lift); }
.sub-pill .beta { color: var(--brand-lift); }
.exp-note { position: absolute; z-index: 5; left: 12px; bottom: 12px; color: var(--text);
  background: var(--scrim); padding: 6px 10px; }
.exp-hint { position: absolute; z-index: 6; left: 50%; bottom: 52px; transform: translateX(-50%);
  background: var(--scrim); border: 1px solid var(--line); color: var(--text);
  font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 14px; border-radius: 999px; white-space: nowrap; }
.exp-stage.touched .exp-hint { display: none; }
.exp-cross { position: absolute; z-index: 4; width: 15px; height: 15px; margin: -7px 0 0 -7px;
  pointer-events: none; }
.exp-cross::before, .exp-cross::after { content: ""; position: absolute; background: #fff; }
.exp-cross::before { left: 7px; top: 0; width: 1px; height: 15px; }
.exp-cross::after { left: 0; top: 7px; width: 15px; height: 1px; }
.exp-probe { position: absolute; z-index: 5; transform: translate(-50%, calc(-100% - 14px));
  background: var(--scrim); border: 1px solid var(--line); padding: 7px 11px;
  pointer-events: none; white-space: nowrap; }
.exp-probe[data-below="true"] { transform: translate(-50%, 14px); }
.exp-probe .pv { font-family: var(--mono); font-size: 14px; font-weight: 600; color: var(--text); }
.exp-probe .pk { display: block; font-family: var(--mono); font-size: 12px; color: var(--muted); }

.exp-side { border-top: 1px solid var(--line); padding-top: 22px; }
.exp-value { font-family: var(--mono); font-size: clamp(38px, 4vw, 52px); font-weight: 600;
  letter-spacing: -.02em; line-height: 1; margin-bottom: 10px; }
.exp-label { color: var(--muted); margin-bottom: 18px; }
.exp-copy { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 22px; }
.exp-legend { display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.exp-legend .ramp { flex: 1; height: 6px; min-width: 60px; }
.exp-time { color: var(--brand-lift); }

/* ---------- 4 · buy the layer ---------- */
.build-cost { margin: -8px 0 34px; }
.bc-line { color: var(--muted); font-size: 15.5px; max-width: var(--measure); margin: 0; }
.entry-tabs { display: flex; flex-wrap: wrap; gap: 4px 28px; margin: 0 0 30px;
  border-bottom: 1px solid var(--line); }
.entry-tab { background: none; border: none; cursor: pointer; color: var(--muted);
  padding: 10px 0 12px; position: relative; }
.entry-tab[aria-selected="true"] { color: var(--text); }
.entry-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0;
  bottom: -1px; height: 1px; background: var(--brand-lift); }
.entry-tab:hover { color: var(--text); }
.entry-panel { display: none; }
.entry-panel[data-active="true"] { display: block; }
.entry-lede { font-size: 17px; color: var(--text); max-width: var(--measure); margin: 0 0 22px; }
.entry-points { list-style: none; margin: 0 0 30px; padding: 0; max-width: var(--measure); }
.entry-points li { padding: 12px 0; border-top: 1px solid var(--line-soft);
  color: var(--muted); font-size: 15.5px; }
.entry-points li b { color: var(--text); font-weight: 600; margin-right: .5em; }
.cta-note { color: var(--muted); margin: 14px 0 0; }

pre.code { font-family: var(--mono); font-size: 13.5px; line-height: 1.7;
  border: 1px solid var(--line); padding: 22px 24px; overflow-x: auto;
  margin: 0 0 30px; max-width: var(--measure); color: var(--text); background: none; }
pre.code .c { color: var(--muted); }
pre.code .k { color: var(--brand-lift); }
pre.code .s { color: #C9A86A; }

table.manifest { width: 100%; max-width: var(--measure); border-collapse: collapse; margin: 0 0 30px; }
table.manifest td { padding: 12px 10px 12px 0; border-top: 1px solid var(--line-soft);
  font-size: 15px; color: var(--muted); }
table.manifest td:first-child { font-family: var(--mono); font-size: 13px; letter-spacing: .1em;
  color: var(--text); }
.stamp { color: var(--brand-lift); border: 1px solid var(--line); border-radius: 999px;
  padding: 3px 10px; font-size: 12px; }
.mf-hl td { color: var(--text); }

/* ---------- 5 · doors ---------- */
.index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; margin: 10px 0 26px; }
.index a { display: block; padding: 26px 0; border-top: 1px solid var(--line);
  text-decoration: none; color: var(--text); }
.index a:hover h3 { color: var(--brand-lift); }
.index .num { font-family: var(--mono); font-size: 12px; color: var(--muted);
  letter-spacing: .16em; display: block; margin-bottom: 10px; }
.index p { color: var(--muted); font-size: 15px; margin: 0 0 12px; }
.index .go { font-family: var(--mono); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--brand-lift); }
.doors-note { color: var(--muted); margin: 0; }

/* ---------- 6 · proof ---------- */
.speeds { list-style: none; display: flex; flex-wrap: wrap; gap: 24px 56px;
  margin: 0 0 44px; padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.speeds .v { font-family: var(--mono); font-size: clamp(30px, 3.4vw, 42px); font-weight: 600;
  letter-spacing: -.02em; line-height: 1; margin-bottom: 8px; }
.speeds .l { color: var(--muted); }
table.spec { width: 100%; border-collapse: collapse; margin: 0 0 44px; }
table.spec th { font-family: var(--mono); font-size: 12px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
  text-align: left; padding: 0 16px 12px 0; border-bottom: 1px solid var(--line); }
table.spec td { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 15px; color: var(--muted); vertical-align: top; }
table.spec td:first-child { color: var(--text); white-space: nowrap; }
.band-line { font-size: clamp(17px, 1.9vw, 20px); line-height: 1.6; color: var(--muted);
  max-width: var(--measure); margin: 0 0 60px; }
.band-line b { color: var(--text); font-weight: 600; }

/* gimmick 1 · live nouns */
.live-copy { border-top: 1px solid var(--line); padding-top: 34px; }
.ln { background: none; border: none; border-bottom: 1px solid var(--brand-lift);
  color: var(--text); font: inherit; cursor: pointer; padding: 0 1px; }
.ln:hover { color: var(--brand-lift); }
.ln .ln-val { font-family: var(--mono); font-size: .82em; font-weight: 600;
  color: var(--brand-lift); white-space: nowrap; }
.live-hint { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin-top: 18px; }

/* ---------- 7 · live layer ---------- */
.query-box { display: flex; gap: 14px; align-items: baseline; max-width: var(--measure);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 20px 0; margin: 0 0 26px; }
.query-prompt { font-family: var(--mono); color: var(--brand-lift); font-size: 18px; }
.query-text { font-size: clamp(17px, 1.9vw, 20px); line-height: 1.55; color: var(--text);
  transition: opacity .35s ease; }
.live-sub { color: var(--muted); max-width: var(--measure); margin: 0 0 30px; }
.live-sub strong { color: var(--text); font-weight: 600; }
.cities { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 14px; }
.city-pill { background: none; border: 1px solid var(--line); color: var(--muted);
  border-radius: 999px; padding: 10px 18px; cursor: pointer; min-height: 44px; }
.city-pill[aria-selected="true"] { color: var(--text); border-color: var(--brand-lift); }
#liveCap { color: var(--muted); margin: 0 0 26px; }

/* ---------- 8 · price ---------- */
.price-line { color: var(--muted); margin: 0 0 36px; }
.price-table-wrap { overflow-x: auto; margin: 0 0 18px; }
table.price-table { border-collapse: collapse; min-width: 760px; width: 100%; }
table.price-table th, table.price-table td { text-align: left;
  padding: 13px 22px 13px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 14.5px; color: var(--muted); vertical-align: top; }
table.price-table th { font-family: var(--mono); font-size: 12px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  border-bottom: 1px solid var(--line); }
table.price-table td:first-child { color: var(--muted); font-size: 13px; white-space: nowrap; }
table.price-table .pt-price td { font-family: var(--mono); font-size: 21px; font-weight: 600;
  color: var(--text); white-space: nowrap; }
table.price-table .pt-price td span { font-size: 12px; color: var(--muted); font-weight: 400; }
table.price-table th.pt-featured, table.price-table td.pt-featured { color: var(--text); }
table.price-table .pt-note { color: var(--brand-lift); letter-spacing: .08em; }
table.price-table .pt-token td b { color: var(--text); font-weight: 600; }
table.price-table .pt-cta td { border-bottom: none; padding-top: 20px; }
.table-note { color: var(--muted); margin: 0 0 40px; max-width: var(--measure); }
.table-note b { color: var(--text); }
.custom-line { display: flex; flex-wrap: wrap; gap: 18px; align-items: center;
  justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; }
.custom-line .lbl { color: var(--muted); display: block; margin-bottom: 6px; }
.custom-line p { margin: 0; color: var(--text); font-size: 15.5px; }

/* ---------- 9 · footer ---------- */
footer { border-top: 1px solid var(--line); padding: 70px 0 40px; }
.f-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.f-logo { height: 20px; margin-bottom: 18px; }
.f-tag { font-size: 14.5px; max-width: 30em; }
footer h4 { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
footer .f-grid a { display: block; color: var(--muted); text-decoration: none;
  font-size: 14.5px; padding: 5px 0; }
footer .f-grid a:hover { color: var(--text); }
.supported-by { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px;
  border-top: 1px solid var(--line-soft); padding: 28px 0; }
.supported-by .lbl { color: var(--muted); }
.supported-by img { height: 22px; opacity: .62; filter: grayscale(1); }
.f-note { display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between;
  border-top: 1px solid var(--line-soft); padding-top: 24px;
  font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .04em; }

/* ---------- phone ---------- */
@media (max-width: 900px) {
  section { padding: 84px 0; }
  .wrap { padding: 0 20px; }
  .explorer { grid-template-columns: 1fr; gap: 26px; }
  .exp-stage { height: 300px; }
  .exp-side { border-top: none; padding-top: 0; }
  .index { grid-template-columns: 1fr; gap: 0; }
  .f-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .tabs, .entry-tabs { gap: 4px 20px; }
  table.spec td:first-child { white-space: normal; }
  .trust-strip .wrap { gap: 12px 28px; }
}
