/* Tracera homepage — bespoke editorial layout.
   Deliberately NOT a card grid. Big type, asymmetric bands, the lime
   "trace" line as a recurring motif, hand-drawn SVG line-art, full-bleed
   scenes. Loaded after marketing.css so it overrides where needed. */

.hp { background: var(--paper); }
.hp section { position: relative; }

/* ── Oversized display type ──────────────────────────────────── */
.hp .display {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  line-height: 1.0; letter-spacing: -0.025em;
  font-size: clamp(40px, 6.2vw, 92px);
}
.hp .display em { font-style: italic; color: var(--green); }
.hp .kicker {
  font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--ink-mute);
}
.hp .lead { font-size: clamp(18px, 2.1vw, 23px); line-height: 1.5; color: var(--ink-soft); max-width: 30ch; }

/* ── HERO ────────────────────────────────────────────────────── */
.hp-hero { padding: 70px 0 40px; overflow: hidden; }
.hp-hero .inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; }
.hp-hero h1 { margin: 18px 0 26px; max-width: 14ch; }
.hp-hero .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hp-hero .cta-line { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hp-hero .start {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; border-radius: 100px;
  background: var(--green); color: var(--paper); font-weight: 600; font-size: 16px; text-decoration: none;
  transition: background .2s, color .2s, transform .2s;
}
.hp-hero .start:hover { background: var(--lime); color: var(--green-deep); transform: translateY(-2px); }
.hp-hero .ghostlink { color: var(--green); font-weight: 600; text-decoration: none; display: inline-flex; gap: 7px; }
.hp-hero .ghostlink:hover { gap: 11px; }
.hp-hero .micro { margin-top: 16px; font-size: 13px; color: var(--ink-mute); font-family: "JetBrains Mono", monospace; letter-spacing: .02em; }

/* The live dashboard floats, tilts slightly, and bleeds toward the edge. */
.hp-hero .stage { position: relative; }
.hp-hero .panel {
  background: linear-gradient(165deg, #15553F 0%, #0F4231 100%);
  border-radius: 20px; padding: 26px; color: var(--lime);
  box-shadow: 0 50px 90px -50px rgba(15,66,49,.7), 0 0 0 1px rgba(203,242,77,.08) inset;
  transform: perspective(1400px) rotateY(-7deg) rotateX(2deg);
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.hp-hero .stage:hover .panel { transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.hp-hero .panel .bar { display:flex; align-items:center; gap:8px; font-family:"JetBrains Mono",monospace; font-size:10.5px; color:rgba(203,242,77,.8); letter-spacing:.08em; margin-bottom:16px; }
.hp-hero .panel .live-dot { width:8px;height:8px;border-radius:50%;background:var(--lime); box-shadow:0 0 0 0 rgba(203,242,77,.7); animation:livePing 1.8s ease-out infinite; }
.hp-hero .panel .kpis { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin-bottom:16px; }
.hp-hero .panel .kpi { background:rgba(246,243,236,.05); border-radius:10px; padding:11px 13px; }
.hp-hero .panel .kpi .lbl { font-family:"JetBrains Mono",monospace; font-size:9px; color:rgba(246,243,236,.5); letter-spacing:.1em; text-transform:uppercase; }
.hp-hero .panel .kpi .val { font-family:"Instrument Serif",serif; font-size:28px; color:var(--paper); margin-top:2px; line-height:1; }
.hp-hero .panel .chart-wrap { background:rgba(10,46,34,.55); border-radius:12px; padding:14px; margin-bottom:14px; }
.hp-hero .panel svg.spark { width:100%; height:120px; display:block; }
.hp-hero .panel .draw { stroke-dasharray:1400; stroke-dashoffset:1400; animation:drawLine 2.2s cubic-bezier(.4,0,.2,1) forwards; }
.hp-hero .panel .feed { border-top:1px solid rgba(246,243,236,.08); padding-top:10px; min-height:88px; }
.hp-hero .panel .feed-row { display:flex; align-items:center; gap:8px; padding:5px 0; font-family:"JetBrains Mono",monospace; font-size:11px; color:rgba(246,243,236,.78); animation:feedIn .5s cubic-bezier(.2,.7,.2,1); }
.hp-hero .panel .feed-row .ev { color:var(--lime); }
.hp-hero .panel .feed-row .pth { flex:1; color:var(--paper); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hp-hero .panel .feed-row .cc { color:rgba(246,243,236,.5); }
.hp-hero .panel .feed-row .tm { color:rgba(246,243,236,.35); font-size:10px; }

/* ── The trace line motif ────────────────────────────────────── */
.trace-divider { display: block; width: 100%; height: 120px; }
.trace-divider path { stroke: var(--lime); stroke-width: 2.5; fill: none; stroke-linecap: round;
  stroke-dasharray: 2000; stroke-dashoffset: 2000; }
.trace-divider.in path { animation: drawLine 1.8s cubic-bezier(.4,0,.2,1) forwards; }
.trace-divider circle { fill: var(--lime); opacity: 0; }
.trace-divider.in circle { animation: dotPop .4s ease-out 1.4s forwards; }
@keyframes dotPop { from { opacity:0; transform:scale(0);} to { opacity:1; transform:scale(1);} }

/* ── COOKIE TAX — full-bleed dark scene, giant stat ──────────── */
.hp-tax { background: var(--green-darker); color: var(--paper); padding: 110px 0; overflow: hidden; }
.hp-tax .inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.hp-tax .bignum {
  font-family: "Instrument Serif", serif; font-weight: 400; line-height: 0.88;
  font-size: clamp(84px, 14vw, 200px); color: var(--lime); letter-spacing: -0.035em;
}
.hp-tax .bignum small { font-size: 0.28em; color: var(--paper); display: block; letter-spacing: 0; line-height: 1.2; margin-top: 10px; max-width: 16ch; font-family: "Schibsted Grotesk", sans-serif; }
.hp-tax .tax-head { display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: end; }
.hp-tax .tax-copy { max-width: 40ch; padding-bottom: 18px; }
.hp-tax .tax-copy .kicker { color: var(--lime); }
.hp-tax h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; margin: 14px 0; letter-spacing: -.02em; }
.hp-tax h2 em { font-style: italic; color: var(--lime); }

/* The interactive browser mock — one scene that transforms */
.scene { margin-top: 56px; }
.scene-toggle { display: inline-flex; gap: 4px; background: rgba(246,243,236,.08); padding: 5px; border-radius: 100px; margin-bottom: 24px; }
.scene-toggle button { border:0; background:transparent; cursor:pointer; font:inherit; font-size:13.5px; font-weight:600; padding:9px 20px; border-radius:100px; color:rgba(246,243,236,.7); transition:background .2s,color .2s; }
.scene-toggle button.on { background:var(--lime); color:var(--green-deep); }
.browser {
  border-radius: 14px 14px 16px 16px; overflow: hidden; max-width: 940px;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,.7);
  border: 1px solid rgba(246,243,236,.1);
}
.browser .chrome { background: #1c2b24; padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.browser .chrome .dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(246,243,236,.2); }
.browser .chrome .url { margin-left: 12px; font-family: "JetBrains Mono", monospace; font-size: 12px; color: rgba(246,243,236,.5); background: rgba(0,0,0,.25); padding: 5px 14px; border-radius: 100px; flex: 1; max-width: 360px; }
.browser .viewport { background: var(--paper); min-height: 280px; padding: 34px 40px; position: relative; color: var(--ink); }
.browser .viewport .fake-h { font-family:"Instrument Serif",serif; font-size: 30px; color: var(--ink); margin-bottom: 10px; }
.browser .viewport .fake-p { height: 11px; background: #e7e2d6; border-radius: 6px; margin: 9px 0; }
.browser .viewport .fake-p.w1 { width: 78%; } .browser .viewport .fake-p.w2 { width: 64%; } .browser .viewport .fake-p.w3 { width: 71%; }
.browser .flow {
  position: absolute; right: 28px; top: 28px; font-family: "JetBrains Mono", monospace; font-size: 12px;
  display: flex; align-items: center; gap: 10px; padding: 9px 15px; border-radius: 100px; font-weight: 700;
  transition: all .4s;
}
.browser .flow.us { background: rgba(194,74,60,.12); color: var(--danger); }
.browser .flow.eu { background: rgba(21,85,63,.1); color: var(--green); }
.browser .consent {
  position: absolute; left: 0; right: 0; bottom: 0; background: #15130E; color: var(--paper);
  padding: 18px 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  transform: translateY(100%); transition: transform .45s cubic-bezier(.2,.7,.2,1); font-size: 13.5px;
}
.browser .consent.show { transform: translateY(0); }
.browser .consent .grow { flex: 1; min-width: 180px; }
.browser .consent .b { padding: 8px 16px; border-radius: 7px; font-weight: 700; font-size: 12px; }
.browser .consent .b.rej { background: transparent; border: 1px solid rgba(246,243,236,.3); color: var(--paper); }
.browser .consent .b.acc { background: var(--lime); color: var(--green-deep); }
.scene-caption { margin-top: 18px; font-size: 14px; color: rgba(246,243,236,.65); font-family: "JetBrains Mono", monospace; }
.scene-caption b { color: var(--lime); }

/* ── THREE PRINCIPLES — alternating editorial bands ──────────── */
.hp-principles { padding: 60px 0; }
.hp-principles .inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.hp-principles .intro { max-width: 22ch; margin-bottom: 30px; }
.band {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center;
  padding: 70px 0; border-top: 1px solid var(--line);
}
.band:nth-child(even) .band-art { order: 2; }
.band .idx { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--lime); letter-spacing: .2em; }
.band h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(30px, 4vw, 50px); line-height: 1.02; letter-spacing: -.02em; margin: 10px 0 16px; }
.band h3 em { font-style: italic; color: var(--green); }
.band p { font-size: 17px; line-height: 1.6; color: var(--ink-soft); max-width: 44ch; }
.band-art { display: flex; align-items: center; justify-content: center; min-height: 220px; }
.band-art svg { width: 100%; max-width: 360px; height: auto; }
.band-art .ln { fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.band-art .ac { fill: none; stroke: var(--lime); stroke-width: 3.5; stroke-linecap: round; }
.band-art .fl { fill: var(--lime); }

/* ── WHAT'S INSIDE — interactive editorial switcher ──────────── */
.hp-inside { background: var(--green-deep); color: var(--paper); padding: 110px 0; }
.hp-inside .inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.hp-inside .kicker { color: var(--lime); }
.hp-inside h2 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(30px,4vw,48px); line-height:1.02; letter-spacing:-.02em; margin:14px 0 8px; }
.hp-inside h2 em { font-style:italic; color:var(--lime); }
.switcher { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; align-items: start; }
.switch-list { list-style: none; padding: 0; margin: 0; }
.switch-list li {
  font-family: "Instrument Serif", serif; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.25;
  color: rgba(246,243,236,.32); cursor: pointer; transition: color .25s, padding-left .25s; padding: 4px 0;
  position: relative;
}
.switch-list li::before {
  content: ""; position: absolute; left: -22px; top: 50%; width: 0; height: 2px; background: var(--lime);
  transform: translateY(-50%); transition: width .25s;
}
.switch-list li:hover { color: rgba(246,243,236,.6); }
.switch-list li.on { color: var(--paper); padding-left: 14px; }
.switch-list li.on::before { width: 30px; }
.switch-detail { position: sticky; top: 100px; }
.switch-detail .sd-num { font-family:"JetBrains Mono",monospace; font-size:12px; color:var(--lime); letter-spacing:.2em; }
.switch-detail .sd-title { font-family:"Instrument Serif",serif; font-size:30px; margin:8px 0 14px; color: var(--paper); }
.switch-detail .sd-body { font-size:16px; line-height:1.65; color:rgba(246,243,236,.78); max-width:42ch; }
.switch-detail .sd-visual { margin-top: 24px; height: 140px; background: rgba(10,46,34,.5); border-radius: 14px; padding: 18px; display:flex; align-items:center; justify-content:center; }
.switch-detail .sd-visual svg { width: 100%; height: 100%; }

/* ── HOW IT WORKS — trace with nodes + builder ──────────────── */
.hp-how { padding: 110px 0; }
.hp-how .inner { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.hp-how h2 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(32px,5vw,56px); line-height:1; letter-spacing:-.025em; margin:14px 0 0; }
.hp-how h2 em { font-style:italic; color:var(--green); }
.steps-trace { position: relative; margin: 56px 0; }
.steps-trace .line { position:absolute; left:0; right:0; top:26px; height:2px; }
.steps-trace .line svg { width:100%; height:60px; overflow:visible; }
.steps-row { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; position:relative; }
.step-node .node { width:52px;height:52px;border-radius:50%; background:var(--lime); color:var(--green-deep); font-family:"Instrument Serif",serif; font-size:24px; display:flex; align-items:center; justify-content:center; }
.step-node h4 { font-family:"Instrument Serif",serif; font-weight:400; font-size:25px; margin:18px 0 8px; }
.step-node p { font-size:15px; line-height:1.55; color:var(--ink-soft); max-width:34ch; }
.step-node code { font-family:"JetBrains Mono",monospace; font-size:13px; color:var(--green); background:rgba(21,85,63,.08); padding:1px 6px; border-radius:5px; }

.builder { background: var(--green-deep); border-radius: 18px; padding: 32px; box-shadow: 0 30px 70px -40px rgba(15,66,49,.6); }
.builder label { display:block; font-family:"JetBrains Mono",monospace; font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:rgba(203,242,77,.8); margin-bottom:8px; }
.builder input { width:100%; padding:13px 15px; border-radius:10px; border:1px solid rgba(246,243,236,.18); background:rgba(10,46,34,.5); color:var(--paper); font:inherit; font-size:15px; }
.builder input:focus { outline:none; border-color:var(--lime); box-shadow:0 0 0 3px rgba(203,242,77,.18); }
.builder .out { margin-top:18px; background:var(--ink); border-radius:11px; padding:16px 18px; position:relative; font-family:"JetBrains Mono",monospace; font-size:12.5px; line-height:1.6; color:var(--paper); overflow-x:auto; border:1px solid rgba(203,242,77,.15); }
.builder .out .tag { color:var(--lime); } .builder .out .at { color:#8Fd0a8; } .builder .out .str { color:#f0e394; }
.builder .copy-btn { position:absolute; top:12px; right:12px; background:var(--lime); color:var(--green-deep); border:0; border-radius:7px; padding:6px 12px; font:inherit; font-weight:700; font-size:12px; cursor:pointer; transition:transform .15s; }
.builder .copy-btn:active { transform:scale(.94); }
.builder .hint { margin-top:13px; font-size:12.5px; color:rgba(246,243,236,.62); display:flex; align-items:center; gap:7px; }
.builder .hint .ok { color:var(--lime); }

/* ── PRICING LADDER — horizontal progression, no boxes ───────── */
.hp-price { padding: 100px 0; }
.hp-price .inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; text-align: center; }
.hp-price h2 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(32px,4.2vw,52px); letter-spacing:-.02em; }
.hp-price h2 em { font-style:italic; color:var(--green); }
.ladder { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 56px; position: relative; }
.ladder::before { content:""; position:absolute; left:10%; right:10%; top:54px; height:2px; background:linear-gradient(90deg, var(--line), var(--green) 30%, var(--lime)); }
.rung { text-align:center; padding: 0 12px; position: relative; }
.rung .knob { width:18px;height:18px;border-radius:50%; background:var(--paper); border:3px solid var(--green); margin:46px auto 0; position:relative; z-index:1; transition:transform .2s, border-color .2s, background .2s; }
.rung:last-child .knob { border-color: var(--lime); background: var(--lime); }
.rung:hover .knob { transform:scale(1.4); }
.rung .tier { font-family:"JetBrains Mono",monospace; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-mute); margin-top:20px; }
.rung .amt { font-family:"Instrument Serif",serif; font-size:clamp(36px,4.5vw,56px); color:var(--green); line-height:1; margin:6px 0; }
.rung .amt span { font-family:"JetBrains Mono",monospace; font-size:12px; color:var(--ink-mute); }
.rung .vol { font-size:13px; color:var(--ink-soft); max-width:18ch; margin:0 auto; }
@media (max-width: 820px) { .ladder { grid-template-columns:1fr 1fr; gap:40px 0; } .ladder::before { display:none; } }

/* ── TRUST marquee + final ───────────────────────────────────── */
.hp-trust { padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.hp-trust .lab { text-align:center; font-family:"JetBrains Mono",monospace; font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:var(--ink-mute); margin-bottom:30px; }
.marquee { display:flex; gap:64px; white-space:nowrap; width:max-content; animation: scrollX 26s linear infinite; }
.marquee a { font-family:"Instrument Serif",serif; font-size:34px; color:var(--ink-faint); text-decoration:none; transition:color .2s; letter-spacing:-.01em; }
.marquee a:hover { color:var(--green); }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
@keyframes scrollX { from { transform:translateX(0);} to { transform:translateX(-50%);} }

.hp-final { background: var(--lime); color: var(--green-deep); padding: 110px 0; text-align: center; }
.hp-final h2 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(36px,4.6vw,68px); letter-spacing:-.025em; line-height:1.0; }
.hp-final h2 em { font-style:italic; }
.hp-final p { font-size:19px; margin:18px 0 32px; opacity:.85; }
.hp-final .start { display:inline-flex; align-items:center; gap:10px; padding:16px 32px; border-radius:100px; background:var(--green-deep); color:var(--lime); font-weight:600; font-size:17px; text-decoration:none; transition:background .2s,transform .2s; }
.hp-final .start:hover { background:var(--ink); transform:translateY(-2px); }
.hp-final .alt { display:block; margin-top:18px; color:var(--green-deep); font-weight:600; text-decoration:none; opacity:.8; }

/* ── reveal (homepage scoped) ───────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .hp .reveal { opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
  .hp .reveal.in { opacity:1; transform:none; }
  .hp .reveal.d1{transition-delay:.08s}.hp .reveal.d2{transition-delay:.16s}.hp .reveal.d3{transition-delay:.24s}
}

/* ── responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .hp-hero .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hp-hero .panel { transform: none; }
  .band { grid-template-columns: 1fr; gap: 28px; padding: 50px 0; }
  .band:nth-child(even) .band-art { order: 0; }
  .switcher { grid-template-columns: 1fr; gap: 36px; }
  .switch-detail { position: static; }
  .hp-tax .tax-head { grid-template-columns: 1fr; gap: 20px; }
  .steps-trace .line { display: none; }
  .steps-row { grid-template-columns: 1fr; gap: 38px; }
}

/* ════════════════════════════════════════════════════════════
   SHARED EDITORIAL HELPERS (used across subpages, not just home)
   Replace card grids with flowing, hairline-separated editorial
   rows and alternating bands. No boxes.
   ════════════════════════════════════════════════════════════ */

/* Editorial hero (subpages) */
.ed-hero { padding: 80px 0 50px; }
.ed-hero .inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.ed-hero h1 { font-family:"Instrument Serif",serif; font-weight:400; letter-spacing:-.025em; line-height:1.02; font-size:clamp(40px,5.4vw,78px); margin:16px 0 22px; max-width:16ch; }
.ed-hero h1 em { font-style:italic; color:var(--green); }
.ed-hero .lead { font-size:clamp(17px,2vw,21px); line-height:1.55; color:var(--ink-soft); max-width:54ch; }
.ed-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.ed-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }

/* Hairline editorial rows — replaces .three-up / .features-grid card grids */
.ed-rows { border-top: 1px solid var(--line); margin-top: 36px; }
.section.dark .ed-rows, .ed-rows.on-dark { border-top-color: rgba(246,243,236,.16); }
.ed-row {
  display: grid; grid-template-columns: 56px 1fr 1.1fr; gap: 30px; align-items: baseline;
  padding: 30px 0; border-bottom: 1px solid var(--line);
}
.ed-rows.on-dark .ed-row, .section.dark .ed-rows .ed-row { border-bottom-color: rgba(246,243,236,.16); }
.ed-row .ix { font-family:"JetBrains Mono",monospace; font-size:13px; letter-spacing:.18em; color:var(--green); }
.ed-rows.on-dark .ix, .section.dark .ed-rows .ix { color: var(--lime); }
.ed-row h4 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(22px,2.4vw,30px); line-height:1.1; letter-spacing:-.01em; }
.ed-row h4 em { font-style:italic; color:var(--green); }
.ed-rows.on-dark h4, .section.dark .ed-rows h4 { color: var(--paper); }
.ed-rows.on-dark h4 em { color: var(--lime); }
.ed-row p { font-size:16px; line-height:1.6; color:var(--ink-soft); }
.ed-rows.on-dark p, .section.dark .ed-rows p { color: rgba(246,243,236,.78); }
.ed-row .more { display:inline-block; margin-top:10px; color:var(--green); font-weight:600; font-size:14px; text-decoration:none; }
.ed-rows.on-dark .more { color: var(--lime); }
@media (max-width: 780px) { .ed-row { grid-template-columns: 40px 1fr; } .ed-row p { grid-column: 1 / -1; } }

/* Editorial "facts" inline list — replaces bulleted checklists */
.ed-facts { margin: 22px 0; }
.ed-facts .f { display:flex; gap:14px; padding:12px 0; border-bottom:1px solid var(--line); font-size:15.5px; color:var(--ink-soft); line-height:1.5; }
.ed-facts .f:last-child { border-bottom:0; }
.ed-facts .f .mk { color:var(--green); flex:none; font-weight:700; }
.section.dark .ed-facts .f, .section.darker .ed-facts .f { border-bottom-color:rgba(246,243,236,.14); color:rgba(246,243,236,.85); }
.section.dark .ed-facts .mk, .section.darker .ed-facts .mk { color:var(--lime); }

/* Big pull-quote / statement band */
.ed-statement { font-family:"Instrument Serif",serif; font-weight:400; font-style:italic; font-size:clamp(26px,3.6vw,42px); line-height:1.25; letter-spacing:-.015em; color:var(--green); max-width:22ch; }
.section.dark .ed-statement, .section.darker .ed-statement { color: var(--lime); }

/* Section title (editorial, shared) */
.ed-h2 { font-family:"Instrument Serif",serif; font-weight:400; font-size:clamp(30px,4vw,52px); line-height:1.02; letter-spacing:-.02em; margin:14px 0 0; }
.ed-h2 em { font-style:italic; color:var(--green); }
.section.dark .ed-h2 em, .section.darker .ed-h2 em { color: var(--lime); }

/* Directory list (about: products / use-cases) — rows, not cards */
.ed-dir { border-top:1px solid var(--line); margin-top:34px; }
.ed-dir a.row, .ed-dir .row {
  display:grid; grid-template-columns: 0.8fr 1.4fr auto; gap:28px; align-items:center;
  padding:24px 0; border-bottom:1px solid var(--line); text-decoration:none; color:inherit;
  transition: padding-left .25s, background .2s;
}
.ed-dir a.row:hover { padding-left:12px; }
.ed-dir .nm { font-family:"Instrument Serif",serif; font-size:clamp(22px,2.6vw,30px); color:var(--green); }
.ed-dir .ds { font-size:15px; color:var(--ink-soft); line-height:1.5; }
.ed-dir .go { font-family:"JetBrains Mono",monospace; font-size:13px; color:var(--ink-mute); white-space:nowrap; }
.ed-dir a.row:hover .go { color:var(--green); }
@media (max-width:780px){ .ed-dir a.row, .ed-dir .row { grid-template-columns:1fr; gap:8px; } .ed-dir .go{ display:none; } }

/* Editorial override for legacy .checklist bullets on .hp pages —
   replace dot-in-circle bullets with hairline rows + arrow marker. */
.hp .checklist { list-style: none; padding: 0; margin: 20px 0; }
.hp .checklist li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); font-size: 15.5px; color: var(--ink-soft); line-height: 1.5; }
.hp .checklist li:last-child { border-bottom: 0; }
.hp .checklist li::before { content: "→"; position: absolute; left: 2px; top: 13px; width: auto; height: auto; background: none; border: 0; color: var(--green); font-weight: 700; }
.hp .section.dark .checklist li, .hp .section.darker .checklist li { border-bottom-color: rgba(246,243,236,.16); color: rgba(246,243,236,.85); }
.hp .section.dark .checklist li::before, .hp .section.darker .checklist li::before { color: var(--lime); }

/* Soften legacy product feature-row visuals: less "box", more inset panel */
.hp .feature-row .visual { box-shadow: none; border: 1px solid rgba(203,242,77,.12); }
