/* Dead Signal section 01 — the hero. Full bleed. The most spacious surface on the site, so
   the type count is deliberately low: headline, logline, one CTA.

   Background is the reserved slot, now landed: assets/ds/hero-desert-night.jpg at 2560x1097,
   sized cover, so it fills the box at every viewport ratio. The interim cover-art layer that
   stood in while the slot was empty is gone; cover on this layer made it unreachable. Over it,
   a flat navy scrim, no gradient. The file is graded on the assumption the scrim is present. */
.dsh{position:relative;overflow:hidden;background:var(--color-navy);color:var(--color-text-light);min-height:min(86vh,760px);display:flex;align-items:flex-end}
.dsh-bg{position:absolute;inset:0;background:url(../assets/ds/hero-desert-night.jpg) center center / cover no-repeat}
.dsh-scrim{position:absolute;inset:0;background:rgba(15,26,46,.6)}
.dsh .rt-seam{z-index:2}
.dsh-marker{position:absolute;z-index:3;left:0;top:64px;width:calc(var(--seam) - 32px);text-align:right;font-family:var(--font-serif);font-weight:400;font-size:24px;line-height:1;color:rgba(232,232,234,.35)}
.dsh .rt-seam-label{left:var(--seam);z-index:4;background:transparent;top:300px;color:rgba(232,232,234,.6)}
.dsh-col{position:relative;z-index:3;margin-left:calc(var(--seam) + var(--seam-inset));margin-right:64px;padding:120px 0 84px;max-width:900px}
/* Display scale, sub-brand face. Section headlines elsewhere on this page stay Playfair. */
.dsh-h{margin:0;font-family:var(--font-display-industrial);font-weight:400;font-size:clamp(2.6rem,6.4vw,5.6rem);line-height:.94;letter-spacing:.01em;color:#fff;text-wrap:balance}
.dsh-log{margin:30px 0 0;max-width:56ch;font-size:18px;line-height:1.62;color:rgba(232,232,234,.86)}
.dsh-cta{margin-top:38px}
@media(max-width:1023px){.dsh{min-height:auto}.dsh-col{padding:96px 0 72px;margin-right:32px}.dsh .rt-seam-label{top:260px}}
@media(max-width:767px){.dsh-col{margin:0;padding:72px 20px 56px}.dsh-marker{position:static;width:auto;text-align:left;padding:20px 20px 0}.dsh .rt-seam-label{padding:0 20px 10px;top:auto}.dsh-log{font-size:16.5px}}
