/* DPS.SBS — distribution-led sections. Extends styles-v13-multipage.css.
   Uses the existing tokens: --black --black2 --panel --panel2 --white --muted
   --line --accent --live --max --display --body */

/* ---------- shared section frame ---------- */

.dist-section { padding: 84px 0; }
.dist-inner { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

@media (max-width: 720px) {
  .dist-section { padding: 56px 0; }
  .dist-inner { width: calc(100% - 32px); }
}

.dist-head { margin-bottom: 34px; }

.dist-head h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--white);
}

.dist-head h2 em { font-style: normal; color: var(--accent); }

.dist-head p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.65;
}

.dist-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.dist-kicker span {
  width: 26px;
  height: 2px;
  background: var(--accent);
  display: inline-block;
}

/* ---------- capability tables ---------- */

.dist-table-wrap { overflow-x: auto; }

table.dist-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  min-width: 560px;
}

table.dist-table thead th {
  text-align: left;
  font-family: var(--display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0 22px 12px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: bottom;
  white-space: nowrap;
}

table.dist-table td {
  padding: 18px 22px 18px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--muted);
}

table.dist-table td:first-child {
  color: var(--white);
  font-weight: 700;
  width: 24%;
}

table.dist-table td b { color: var(--white); font-weight: 700; }
table.dist-table tr:last-child td { border-bottom: 0; }

.dist-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
}

.dist-note a { color: var(--accent); }

/* ---------- the room ---------- */

.room-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 44px;
  align-items: center;
}

@media (max-width: 900px) {
  .room-split { grid-template-columns: 1fr; gap: 28px; }
}

.room-shot {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.room-shot img { display: block; width: 100%; height: auto; }

.room-copy h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--white);
}

.room-copy > p { margin: 0; color: var(--muted); max-width: 48ch; line-height: 1.7; }

.wedge {
  margin-top: 30px;
  border-left: 3px solid var(--accent);
  padding: 2px 0 2px 22px;
}

.wedge p {
  margin: 0;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  color: var(--white);
  font-weight: 700;
  max-width: 32ch;
}

.wedge p.after {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: var(--muted);
  max-width: 46ch;
}

/* ---------- booking steps ---------- */

ol.book-steps {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

ol.book-steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 30px 62px;
  border-left: 1px solid var(--line);
  margin-left: 17px;
}

ol.book-steps li:last-child { border-left-color: transparent; padding-bottom: 0; }

ol.book-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -17px;
  top: -4px;
  width: 34px;
  height: 34px;
  background: var(--black);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--display);
  font-weight: 800;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

ol.book-steps h3 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(19px, 2.2vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  color: var(--white);
}

ol.book-steps p { margin: 0; color: var(--muted); max-width: 60ch; line-height: 1.65; }
ol.book-steps a { color: var(--accent); }

/* ---------- production strip (secondary) ---------- */

.prod-strip {
  border: 1px solid var(--line);
  background: var(--panel);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

@media (max-width: 900px) { .prod-strip { grid-template-columns: 1fr; } }

.prod-strip .prod-copy { padding: 40px; }
@media (max-width: 720px) { .prod-strip .prod-copy { padding: 26px; } }

.prod-strip h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--white);
}

.prod-strip p { color: var(--muted); margin: 0 0 18px; max-width: 52ch; line-height: 1.65; }

.prod-strip .prod-image { position: relative; min-height: 260px; }

.prod-strip .prod-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- the intake form ---------- */

.intake { max-width: 780px; }

.intake fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 34px 0;
  margin: 0;
}

.intake fieldset:first-of-type { border-top: 0; padding-top: 8px; }

.intake legend {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0;
}

.intake .legend-note {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 22px;
  max-width: 60ch;
  line-height: 1.6;
}

.intake .grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.intake .field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.intake .grid2 .field { margin-bottom: 0; }

.intake label { font-size: 14px; font-weight: 700; color: var(--white); }
.intake label .req { color: var(--accent); margin-left: 3px; }

.intake label .hint {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.45;
}

.intake input,
.intake select,
.intake textarea {
  font: 15px/1.4 var(--body);
  color: var(--white);
  background: var(--black2);
  border: 1px solid var(--line);
  padding: 13px 14px;
  width: 100%;
  min-width: 0;
  border-radius: 0;
}

.intake input:focus,
.intake select:focus,
.intake textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: -1px;
  border-color: var(--accent);
}

.intake textarea { resize: vertical; min-height: 104px; }

.intake select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.intake .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.form-actions p { margin: 0; font-size: 14px; color: var(--muted); }

button.button {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}

button.button:disabled { opacity: 0.5; cursor: default; }

.form-status {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.form-status.ok { border-color: var(--accent); color: var(--white); }
.form-status.err { border-color: var(--live); color: var(--white); }

/* ---------- reference wall labels ---------- */

.ref-label { display: grid; gap: 4px; }
.ref-label strong { color: var(--white); }
.ref-label small { color: var(--muted); }

/* ---------- header CTA: long label on desktop, short on phones ----------
   "REQUEST A TRANSMISSION" is wider than the label it replaced, which pushed
   the header grid past the viewport at ~400px. */

.live-pill .lp-short { display: none; }

@media (max-width: 900px) {
  .header-inner { gap: 14px; }
  .live-pill .lp-long { display: none; }
  .live-pill .lp-short { display: inline; }
}

/* ---------- statutory company details ---------- */

table.legal-table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

table.legal-table th {
  text-align: left;
  vertical-align: top;
  width: 300px;
  padding: 16px 26px 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 400;
}

table.legal-table th small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #6d767d;
}

table.legal-table td {
  vertical-align: top;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--white);
}

table.legal-table td a { color: var(--accent); }
table.legal-table tr:last-child th,
table.legal-table tr:last-child td { border-bottom: 0; }

.fill { color: var(--live); font-family: var(--body); font-size: 13px; }

@media (max-width: 640px) {
  table.legal-table, table.legal-table tbody, table.legal-table tr,
  table.legal-table th, table.legal-table td { display: block; width: auto; }
  table.legal-table th { border-bottom: 0; padding: 16px 0 2px; }
  table.legal-table td { padding: 0 0 16px; }
}
