/* =========================================================
   masthead-aiwire.css — AI Wire department flag
   Shared between archive index + every day page.
   Variants differ only in copy of .strap .date + .col-right second line.
   ========================================================= */

.masthead { margin: 0 0 36px; }

.masthead .rule-top,
.masthead .rule-bot {
  border: none;
  border-top: 6px double var(--rule);
  margin: 0;
  height: 0;
}

.masthead .strap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 2px;
  font-family: 'Old Standard TT', serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-bottom: 1px solid var(--rule-faint);
  gap: 18px;
}
.masthead .strap .pensive {
  font-family: 'Bevan', serif;
  font-weight: 400;
  letter-spacing: 0.26em;
  color: var(--ink-faded);
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color 0.12s ease, border-color 0.12s ease;
}
.masthead .strap a.pensive:hover { color: var(--accent-red); border-bottom-color: var(--accent-red); }
.masthead .strap .pensive-suffix {
  font-family: 'Old Standard TT', serif;
  color: var(--ink-faint);
  letter-spacing: 0.20em;
}
.masthead .strap .date {
  color: var(--ink-faded);
  font-weight: 400;
}

.masthead .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 2px 18px;
  gap: 24px;
}
.masthead h1.desk {
  font-family: 'Bevan', 'Times New Roman', Times, serif;
  font-size: 56px;
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: var(--ink-primary);
  font-weight: 400;
  text-align: left;
  border: none;
}
.masthead .col-right {
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink-faint);
  line-height: 1.4;
  max-width: 420px;
  margin: 0;
  flex-shrink: 0;
}
.masthead .col-right .motto-line {
  display: block;
  white-space: nowrap;
}
.masthead .col-right .issue,
.masthead .col-right .role {
  display: block;
  font-family: 'Old Standard TT', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 8px;
}

@media (max-width: 700px) {
  .masthead .body { flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px 0 14px; }
  .masthead h1.desk { font-size: 38px; }
  .masthead .col-right .motto-line { white-space: normal; }
  .masthead .col-right { text-align: left; max-width: none; font-size: 15px; }
  .masthead .strap { flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 0; font-size: 10px; letter-spacing: 0.18em; }
}
