/* ============================================================================
   AEA DISPATCH — article design language, v1 (2026-08-26)
   ----------------------------------------------------------------------------
   A separate, higher-density editorial system for long-form market pieces.
   Scoped entirely under .dispatch so it cannot disturb the existing site.

   Composition rules this system encodes:
     · One dark masthead, one dark data panel per screenful at most — the page
       breathes light, and darkness is used to mark instruments, not decoration.
     · Numerals are tabular everywhere. A column of figures must align.
     · Every figure carries an index, a finding, and a source. No naked charts.
     · Interaction is for arithmetic the reader wants to vary, never for reveal.
   ========================================================================== */

.dispatch {
  --dsp-ink:      #0a1a33;
  --dsp-paper:    #f7f8fa;
  --dsp-card:     #ffffff;
  --dsp-line:     rgba(10,26,51,.13);
  --dsp-line-2:   rgba(10,26,51,.07);
  --dsp-mute:     #5b6678;
  --dsp-dim:      #8b95a6;
  --dsp-gold:     #9c8248;
  --dsp-gold-lt:  #cdb079;
  --dsp-pos:      #1f7a52;
  --dsp-neg:      #a13333;
  --dsp-pos-bg:   rgba(31,122,82,.09);
  --dsp-neg-bg:   rgba(161,51,51,.09);
  --dsp-deep:     #071223;
  --dsp-deep-2:   #0d1c33;
  --dsp-deep-ln:  rgba(255,255,255,.10);
  --dsp-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --dsp-shadow: 0 1px 2px rgba(10,26,51,.05), 0 12px 34px rgba(10,26,51,.07);
}

.dispatch main.wrap { max-width: 1180px; }

/* ---------------------------------------------------------------- masthead */

.dsp-hero {
  position: relative;
  margin: 0 0 42px;
  padding: 40px 0 0;
  color: #eef2f7;
  background: linear-gradient(168deg, var(--dsp-deep-2) 0%, var(--dsp-deep) 62%, #050e1c 100%);
  border-radius: 3px;
  overflow: hidden;
}
.dsp-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.028) 0 1px, transparent 1px 64px),
    radial-gradient(120% 150% at 88% -20%, rgba(156,130,72,.20), transparent 62%);
  pointer-events: none;
}
.dsp-hero > * { position: relative; }
.dsp-hero-inner { padding: 0 42px 34px; }

.dsp-eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0 14px;
  margin: 0 0 22px;
  font: 700 10.5px/1 var(--sans);
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--dsp-gold-lt);
}
.dsp-eyebrow span { display: inline-flex; align-items: center; gap: 14px; color: rgba(238,242,247,.62); }
.dsp-eyebrow span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: rgba(238,242,247,.32); }
.dsp-eyebrow .dsp-live {
  padding: 4px 9px; border: 1px solid rgba(205,176,121,.42); border-radius: 2px;
  color: var(--dsp-gold-lt); letter-spacing: .13em;
}
.dsp-eyebrow .dsp-live::before { display: none; }

.dsp-hero h1 {
  max-width: 17ch;
  margin: 0 0 20px;
  font: 500 clamp(38px, 5.4vw, 66px)/1.04 var(--serif);
  letter-spacing: -.018em;
  color: #fff;
  text-wrap: balance;
}
.dsp-hero h1 em { font-style: italic; color: var(--dsp-gold-lt); }

.dsp-dek {
  max-width: 62ch;
  margin: 0 0 26px;
  font: 400 clamp(18px, 1.6vw, 21px)/1.55 var(--reading);
  color: rgba(238,242,247,.80);
}

.dsp-byline {
  display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: baseline;
  padding-top: 20px;
  border-top: 1px solid var(--dsp-deep-ln);
  font: 12.5px/1.5 var(--sans);
  color: rgba(238,242,247,.55);
}
.dsp-byline strong { color: #fff; font-weight: 600; }

/* session tape across the bottom of the masthead */
.dsp-tape {
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
  border-top: 1px solid var(--dsp-deep-ln);
  background: rgba(0,0,0,.24);
  overflow-x: auto;
}
.dsp-tape-item {
  min-width: 132px;
  padding: 15px 18px 16px;
  border-right: 1px solid var(--dsp-deep-ln);
}
.dsp-tape-item:last-child { border-right: 0; }
.dsp-tape-k {
  display: block; margin-bottom: 6px;
  font: 700 9.5px/1 var(--sans); letter-spacing: .13em; text-transform: uppercase;
  color: rgba(238,242,247,.46);
}
.dsp-tape-v {
  display: block;
  font: 600 19px/1 var(--dsp-mono); font-variant-numeric: tabular-nums;
  color: #fff;
}
.dsp-tape-d {
  display: block; margin-top: 5px;
  font: 600 11.5px/1 var(--dsp-mono); font-variant-numeric: tabular-nums;
}
.dsp-tape-d.pos { color: #55c48c; }
.dsp-tape-d.neg { color: #f0808c; }
.dsp-tape-d.flat { color: rgba(238,242,247,.5); }

/* ------------------------------------------------- body grid + section rail */

.dsp-body { display: grid; grid-template-columns: 186px minmax(0,1fr); gap: 0 54px; }

.dsp-rail { position: relative; }
.dsp-rail-inner {
  position: sticky; top: 92px;
  padding-right: 18px;
  border-right: 1px solid var(--dsp-line);
}
.dsp-rail h4 {
  margin: 0 0 12px;
  font: 700 9.5px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase;
  color: var(--dsp-dim);
}
.dsp-rail ol { margin: 0; padding: 0; list-style: none; counter-reset: rail; }
.dsp-rail li { counter-increment: rail; }
.dsp-rail a {
  display: grid; grid-template-columns: 20px 1fr; gap: 8px;
  padding: 7px 0;
  font: 12.5px/1.4 var(--sans);
  color: var(--dsp-mute);
  text-decoration: none;
  border-bottom: 1px solid var(--dsp-line-2);
}
.dsp-rail a::before {
  content: counter(rail, decimal-leading-zero);
  font: 600 10px/1.5 var(--dsp-mono); color: var(--dsp-dim);
}
.dsp-rail a:hover { color: var(--dsp-ink); }
.dsp-rail a.active { color: var(--dsp-gold); font-weight: 600; }
.dsp-rail a.active::before { color: var(--dsp-gold); }

.dsp-article > h2 {
  margin: 54px 0 18px;
  padding-top: 22px;
  border-top: 2px solid var(--dsp-ink);
  font: 500 clamp(25px, 2.7vw, 33px)/1.18 var(--serif);
  letter-spacing: -.012em;
  scroll-margin-top: 88px;
}
.dsp-article > h2 .dsp-no {
  display: block; margin-bottom: 9px;
  font: 700 10px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase;
  color: var(--dsp-gold);
}
.dsp-article > h3 { margin: 34px 0 12px; font: 600 19px/1.3 var(--sans); letter-spacing: -.005em; }
.dsp-article > p {
  margin: 0 0 20px;
  font: 400 18.5px/1.72 var(--reading);
  color: #16253d;
}
.dsp-article > p.dsp-standfirst {
  font-size: 21px; line-height: 1.6; color: var(--dsp-ink);
  border-left: 3px solid var(--dsp-gold); padding-left: 20px;
}

/* ------------------------------------------------------------- stat cards */

.dsp-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(184px, 1fr));
  gap: 1px;
  margin: 30px 0 34px;
  background: var(--dsp-line);
  border: 1px solid var(--dsp-line);
  border-radius: 3px;
  overflow: hidden;
}
.dsp-stat { padding: 19px 20px 17px; background: var(--dsp-card); }
.dsp-stat-k {
  display: block; margin-bottom: 11px;
  font: 700 9.5px/1.3 var(--sans); letter-spacing: .13em; text-transform: uppercase;
  color: var(--dsp-dim);
}
.dsp-stat-v {
  display: block;
  font: 500 30px/1 var(--serif); font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.dsp-stat-v.pos { color: var(--dsp-pos); }
.dsp-stat-v.neg { color: var(--dsp-neg); }
.dsp-stat-s { display: block; margin-top: 9px; font: 12.5px/1.45 var(--sans); color: var(--dsp-mute); }
.dsp-stat-spark { display: block; margin-top: 11px; width: 100%; height: 26px; overflow: visible; }

/* -------------------------------------------------------------- figures */

.dsp-fig {
  margin: 34px 0 36px;
  border: 1px solid var(--dsp-line);
  border-radius: 3px;
  background: var(--dsp-card);
  box-shadow: var(--dsp-shadow);
  overflow: hidden;
}
.dsp-fig-head { padding: 20px 24px 16px; border-bottom: 1px solid var(--dsp-line-2); }
.dsp-fig-k {
  display: block; margin-bottom: 8px;
  font: 700 9.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  color: var(--dsp-gold);
}
.dsp-fig-t { margin: 0; font: 500 21px/1.3 var(--serif); letter-spacing: -.008em; }
.dsp-fig-body { padding: 22px 24px 8px; }
.dsp-fig-body svg { display: block; width: 100%; height: auto; overflow: visible; }
.dsp-fig-src {
  margin: 0; padding: 13px 24px 15px;
  border-top: 1px solid var(--dsp-line-2);
  background: #fbfcfd;
  font: 12px/1.55 var(--sans); color: var(--dsp-mute);
}

/* figure with callouts alongside */
.dsp-fig-split { display: grid; grid-template-columns: minmax(0,1fr) 250px; }
.dsp-fig-split .dsp-fig-body { border-right: 1px solid var(--dsp-line-2); }
.dsp-notes { padding: 22px 22px 18px; background: #fbfcfd; }
.dsp-notes h5 {
  margin: 0 0 14px;
  font: 700 9.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  color: var(--dsp-dim);
}
.dsp-notes ol { margin: 0; padding: 0; list-style: none; counter-reset: note; }
.dsp-notes li {
  counter-increment: note;
  position: relative;
  margin: 0 0 15px; padding-left: 27px;
  font: 13px/1.55 var(--sans); color: #24334c;
}
.dsp-notes li::before {
  counter-increment: none;
  content: counter(note);
  position: absolute; left: 0; top: 1px;
  width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--dsp-ink); color: #fff;
  font: 700 10px/1 var(--dsp-mono);
}

/* dark instrument panel — used for the market tape and TradingView */
.dsp-panel {
  margin: 34px 0 36px;
  border-radius: 3px;
  background: var(--dsp-deep);
  color: #dbe3ee;
  overflow: hidden;
}
.dsp-panel-head {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid var(--dsp-deep-ln);
}
.dsp-panel-head h4 { margin: 0; font: 600 15px/1.3 var(--sans); color: #fff; }
.dsp-panel-head p { margin: 3px 0 0; font: 12px/1.4 var(--sans); color: rgba(219,227,238,.55); }

/* symbol tabs */
.dsp-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.dsp-tab {
  padding: 7px 13px;
  border: 1px solid var(--dsp-deep-ln); border-radius: 2px;
  background: transparent; color: rgba(219,227,238,.72);
  font: 600 11.5px/1 var(--dsp-mono); letter-spacing: .04em;
  cursor: pointer; transition: background .15s, color .15s, border-color .15s;
}
.dsp-tab:hover { background: rgba(255,255,255,.06); color: #fff; }
.dsp-tab[aria-selected="true"] { background: var(--dsp-gold); border-color: var(--dsp-gold); color: #0a1a33; }

.dsp-tv { height: 460px; }
.dsp-tv-sm { height: 400px; }
.dsp-tv .tradingview-widget-container,
.dsp-tv .tradingview-widget-container__widget { height: 100%; }
.dsp-tv-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; }
.dsp-tv-grid > :first-child { border-right: 1px solid var(--dsp-deep-ln); }
.dsp-panel-note {
  margin: 0; padding: 13px 22px 15px;
  border-top: 1px solid var(--dsp-deep-ln);
  font: 12px/1.55 var(--sans); color: rgba(219,227,238,.55);
}
.dsp-panel-note a { color: var(--dsp-gold-lt); }

/* --------------------------------------------------------- data tables */

.dsp-tablewrap {
  margin: 32px 0 12px;
  border: 1px solid var(--dsp-line); border-radius: 3px;
  background: var(--dsp-card);
  overflow: auto; max-height: 560px;
}
table.dsp-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.dsp-table caption {
  padding: 16px 20px 14px; text-align: left;
  border-bottom: 1px solid var(--dsp-line);
  font: 600 14px/1.4 var(--sans); color: var(--dsp-ink);
}
.dsp-table thead th {
  position: sticky; top: 0; z-index: 2;
  padding: 11px 16px;
  background: #eff1f5;
  border-bottom: 1px solid var(--dsp-line);
  font: 700 10px/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase;
  color: var(--dsp-mute); text-align: left; white-space: nowrap;
}
.dsp-table thead th.num { text-align: right; }
.dsp-table thead th[data-sort] { cursor: pointer; user-select: none; }
.dsp-table thead th[data-sort]:hover { color: var(--dsp-ink); }
.dsp-table thead th[data-sort]::after { content: " ⇅"; opacity: .34; font-size: 10px; }
.dsp-table thead th[aria-sort="ascending"]::after  { content: " ↑"; opacity: 1; color: var(--dsp-gold); }
.dsp-table thead th[aria-sort="descending"]::after { content: " ↓"; opacity: 1; color: var(--dsp-gold); }
.dsp-table td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--dsp-line-2);
  font: 13.5px/1.45 var(--sans);
}
.dsp-table td.num { text-align: right; font-family: var(--dsp-mono); font-size: 12.5px; }
.dsp-table tbody tr:hover td { background: #f6f8fb; }
.dsp-table .tk { font: 600 12px/1 var(--dsp-mono); letter-spacing: .03em; color: var(--dsp-mute); }
.dsp-table .pos { color: var(--dsp-pos); }
.dsp-table .neg { color: var(--dsp-neg); }
/* heat shading set inline as --h (0..1) */
.dsp-table td.heat-pos { background: rgba(31,122,82,calc(var(--h) * .20)); }
.dsp-table td.heat-neg { background: rgba(161,51,51,calc(var(--h) * .20)); }

/* --------------------------------------------- interactive scenario model */

.dsp-model {
  margin: 36px 0;
  border: 1px solid var(--dsp-line); border-radius: 3px;
  background: var(--dsp-card); box-shadow: var(--dsp-shadow);
  overflow: hidden;
}
.dsp-model-head { padding: 20px 24px 17px; border-bottom: 1px solid var(--dsp-line-2); }
.dsp-model-head .dsp-fig-k { color: var(--dsp-gold); }
.dsp-model-head h4 { margin: 0 0 6px; font: 500 21px/1.3 var(--serif); }
.dsp-model-head p { margin: 0; font: 13.5px/1.55 var(--sans); color: var(--dsp-mute); }
.dsp-model-grid { display: grid; grid-template-columns: 296px minmax(0,1fr); }
.dsp-controls { padding: 22px 24px; border-right: 1px solid var(--dsp-line-2); background: #fbfcfd; }
.dsp-ctl { margin-bottom: 22px; }
.dsp-ctl:last-child { margin-bottom: 0; }
.dsp-ctl label {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  margin-bottom: 9px;
  font: 600 12px/1.4 var(--sans); color: var(--dsp-ink);
}
.dsp-ctl output {
  font: 600 14px/1 var(--dsp-mono); font-variant-numeric: tabular-nums;
  color: var(--dsp-gold);
}
.dsp-ctl input[type=range] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 3px; margin: 0;
  border-radius: 2px; background: var(--dsp-line); cursor: pointer;
}
.dsp-ctl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--dsp-ink); border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--dsp-line), 0 2px 6px rgba(10,26,51,.25);
}
.dsp-ctl input[type=range]::-moz-range-thumb {
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--dsp-ink); border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--dsp-line), 0 2px 6px rgba(10,26,51,.25);
}
.dsp-ctl .dsp-ctl-note { margin: 8px 0 0; font: 11.5px/1.5 var(--sans); color: var(--dsp-dim); }
.dsp-reset {
  margin-top: 4px; padding: 8px 13px;
  border: 1px solid var(--dsp-line); border-radius: 2px;
  background: #fff; color: var(--dsp-mute);
  font: 600 11px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer;
}
.dsp-reset:hover { color: var(--dsp-ink); border-color: var(--dsp-ink); }

.dsp-out { padding: 22px 24px; }
.dsp-out-row {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px 18px; margin-bottom: 22px;
}
.dsp-out-k {
  display: block; margin-bottom: 7px;
  font: 700 9.5px/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase;
  color: var(--dsp-dim);
}
.dsp-out-v {
  display: block;
  font: 500 27px/1 var(--serif); font-variant-numeric: tabular-nums; letter-spacing: -.015em;
}
.dsp-out-v.pos { color: var(--dsp-pos); }
.dsp-out-v.neg { color: var(--dsp-neg); }
.dsp-bars { display: grid; gap: 9px; }
.dsp-bar-row { display: grid; grid-template-columns: 96px minmax(0,1fr) 74px; gap: 12px; align-items: center; }
.dsp-bar-lab { font: 12px/1.3 var(--sans); color: var(--dsp-mute); }
.dsp-bar-track { height: 17px; border-radius: 2px; background: #eef0f4; overflow: hidden; }
.dsp-bar-fill { display: block; height: 100%; border-radius: 2px; transition: width .18s ease; }
.dsp-bar-val { font: 600 12.5px/1 var(--dsp-mono); font-variant-numeric: tabular-nums; text-align: right; }

/* ------------------------------------------------- mechanism walkthrough */

.dsp-walk { margin: 32px 0; padding: 0; list-style: none; counter-reset: walk; }
.dsp-walk li {
  counter-increment: walk;
  position: relative;
  padding: 0 0 26px 52px;
  border-left: 1px solid var(--dsp-line);
  margin-left: 15px;
}
.dsp-walk li:last-child { border-left-color: transparent; padding-bottom: 0; }
.dsp-walk li::before {
  content: counter(walk);
  position: absolute; left: -15px; top: -2px;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--dsp-ink); color: #fff;
  font: 700 12px/1 var(--dsp-mono);
}
.dsp-walk h4 { margin: 4px 0 7px; font: 600 16.5px/1.35 var(--sans); }
.dsp-walk p { margin: 0; font: 15.5px/1.65 var(--reading); color: #24334c; }
.dsp-walk .dsp-walk-fig {
  display: inline-block; margin-top: 9px;
  padding: 5px 10px; border-radius: 2px;
  background: var(--dsp-paper); border: 1px solid var(--dsp-line);
  font: 600 12.5px/1 var(--dsp-mono); font-variant-numeric: tabular-nums;
}

/* ------------------------------------------------------ quote + methods */

.dsp-quote {
  margin: 38px 0;
  padding: 0 0 0 26px;
  border-left: 3px solid var(--dsp-gold);
}
.dsp-quote p { margin: 0; font: 400 italic 25px/1.42 var(--serif); color: var(--dsp-ink); letter-spacing: -.008em; }
.dsp-quote cite { display: block; margin-top: 12px; font: 12.5px/1.4 var(--sans); font-style: normal; color: var(--dsp-mute); }

details.dsp-method {
  margin: 26px 0;
  border: 1px solid var(--dsp-line); border-radius: 3px;
  background: #fbfcfd;
}
details.dsp-method > summary {
  padding: 15px 20px;
  font: 600 13px/1.4 var(--sans); color: var(--dsp-ink);
  cursor: pointer; list-style: none;
  display: flex; align-items: center; gap: 10px;
}
details.dsp-method > summary::-webkit-details-marker { display: none; }
details.dsp-method > summary::before {
  content: "+"; width: 17px; height: 17px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--dsp-ink); color: #fff; font: 700 12px/1 var(--dsp-mono);
}
details.dsp-method[open] > summary::before { content: "–"; }
details.dsp-method > div { padding: 0 20px 18px 47px; }
details.dsp-method p { margin: 0 0 12px; font: 14px/1.65 var(--sans); color: #24334c; }
details.dsp-method p:last-child { margin-bottom: 0; }

.dsp-assume {
  margin: 24px 0 32px; padding: 18px 22px;
  border: 1px solid rgba(156,130,72,.32); border-left: 3px solid var(--dsp-gold);
  border-radius: 3px; background: rgba(156,130,72,.055);
  font: 14.5px/1.68 var(--sans); color: #2a3549;
}
.dsp-assume strong { color: var(--dsp-ink); }

.dsp-verdict {
  margin: 34px 0; padding: 24px 26px;
  border-radius: 3px; color: #e7edf5;
  background: linear-gradient(150deg, var(--dsp-deep-2), var(--dsp-deep));
}
.dsp-verdict h4 {
  margin: 0 0 12px;
  font: 700 10px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase;
  color: var(--dsp-gold-lt);
}
.dsp-verdict p { margin: 0 0 13px; font: 16.5px/1.65 var(--reading); color: rgba(231,237,245,.87); }
.dsp-verdict p:last-child { margin-bottom: 0; }
.dsp-verdict a { color: var(--dsp-gold-lt); }

/* scorecard for grading a prior published call */
.dsp-score {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr));
  gap: 1px; margin: 30px 0; background: var(--dsp-line);
  border: 1px solid var(--dsp-line); border-radius: 3px; overflow: hidden;
}
.dsp-score > div { padding: 18px 20px; background: var(--dsp-card); }
.dsp-score dt {
  margin: 0 0 9px;
  font: 700 9.5px/1.3 var(--sans); letter-spacing: .12em; text-transform: uppercase;
  color: var(--dsp-dim);
}
.dsp-score dd { margin: 0; font: 500 23px/1.15 var(--serif); font-variant-numeric: tabular-nums; }
.dsp-score dd small { display: block; margin-top: 7px; font: 12.5px/1.45 var(--sans); color: var(--dsp-mute); }

/* ------------------------------------------------------------ responsive */

@media (max-width: 1080px) {
  .dsp-body { grid-template-columns: minmax(0,1fr); gap: 0; }
  .dsp-rail { display: none; }
  .dsp-tv-grid { grid-template-columns: minmax(0,1fr); }
  .dsp-tv-grid > :first-child { border-right: 0; border-bottom: 1px solid var(--dsp-deep-ln); }
  .dsp-fig-split { grid-template-columns: minmax(0,1fr); }
  .dsp-fig-split .dsp-fig-body { border-right: 0; border-bottom: 1px solid var(--dsp-line-2); }
  .dsp-model-grid { grid-template-columns: minmax(0,1fr); }
  .dsp-controls { border-right: 0; border-bottom: 1px solid var(--dsp-line-2); }
}
@media (max-width: 680px) {
  .dsp-hero-inner { padding: 0 22px 26px; }
  .dsp-hero { padding-top: 28px; }
  .dsp-tape { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr 1fr; }
  .dsp-tape-item:nth-child(2n) { border-right: 0; }
  .dsp-tape-item { border-top: 1px solid var(--dsp-deep-ln); }
  .dsp-article > p { font-size: 17.5px; }
  .dsp-bar-row { grid-template-columns: 74px minmax(0,1fr) 62px; gap: 8px; }
  .dsp-tv { height: 340px; }
}
