/* /dc/ship-records , Shipboard Exposure & Records (2026-09-12).
 *
 * TYPOGRAPHY IS THE SITE'S, AND SINCE 2026-09-12 THE SITE'S IS THE COMP'S.
 * The earlier note here said the opposite: the comp's serif headings were
 * parked as THE-LIST F3 and this page shipped in Inter so one page would not
 * fork the type system. The owner then adopted the comp's treatment globally,
 * so the fork is gone and this file simply reads the shared roles: heading
 * family and weight come from the content-heading role in main.css, and the
 * three spacious sizes come from --text-display, --text-display-2 and
 * --text-card-title. This file still imports no font, defines no --text-*
 * token of its own and adds no italic. What it DOES declare is the handful of
 * places the comp deliberately keeps in Inter (the custody row titles) or
 * deliberately puts in serif on a non-heading tag (the era label, the request
 * template, the two <strong> titles), because no heading rule can reach
 * those.
 *
 * THE BUTTON LAW: every clickable card and button carries 2px solid
 * var(--color-accent) plus the cursor-following gold glow from card-fx
 * (class cardfx-pop in the markup), lifting and shifting to
 * var(--color-primary) on hover. .rel-card is dc.css's and must NOT also
 * carry cardfx-pop, so the Related rail is left alone here.
 *
 * THE SYMMETRY LAW: bare prose sits on --prose-measure with auto side
 * margins. Text inside a bordered card or a grid column takes the card or
 * column as its measure, which is the documented exception.
 *
 * DARK MODE IS TWO MECHANISMS on this site (:root[data-theme="dark"] AND the
 * prefers-color-scheme mirror). Everything below reads shared tokens, which
 * already flip under both, so there is nothing to duplicate. The single
 * exception is the Board panel, which is deliberately the same navy-and-gold
 * in both themes: its two colors are declared as fixed literals with their
 * own foreground colors, never as theme tokens.
 */

.sr-page [hidden] { display: none !important; }

.sr-page {
  /* Constant in both themes on purpose; see the header note. */
  --sr-ink-fixed: #0e2a4d;
  --sr-gold-fixed: #e8b54a;
  --sr-pale-blue: #c6dcf3;
}

.sr-page .sr-eyebrow {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 .55rem;
}

.sr-page .sr-small {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

/* ── Submitted-query strip ─────────────────────────────────────────────── */
.sr-page .sr-strip {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  padding: .8rem 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.sr-page .sr-strip-term { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.sr-page .sr-strip-term .sr-eyebrow { margin: 0; white-space: nowrap; }
.sr-page .sr-strip-term strong {
  font-size: var(--text-md);
  color: var(--color-primary);
  overflow-wrap: anywhere;
}
.sr-page .sr-strip-status {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-left: auto;
}
.sr-page .sr-text-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .4rem .8rem;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-primary);
  background: var(--color-surface);
  text-decoration: none;
}
.sr-page .sr-text-btn:hover,
.sr-page .sr-text-btn:focus-visible { border-color: var(--color-primary); text-decoration: none; }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.sr-page .sr-hero { text-align: center; padding: 2.4rem 0 1.6rem; }
.sr-page .sr-hero h1 {
  font-size: var(--text-display);
  letter-spacing: var(--tracking-display);
  margin: 0 auto .9rem;
  max-width: 22ch;
}
.sr-page .sr-hero-eyebrow { color: var(--color-primary); }
.sr-page .sr-lede {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  line-height: 1.7;
  color: var(--color-text);
  max-width: var(--prose-measure);
  margin: 0 auto 1rem;
}
.sr-page .sr-hero-foot {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 0;
}
.sr-page .sr-dot {
  width: 6px; height: 6px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-accent);
}

/* ── Three illustrated paths ───────────────────────────────────────────── */
.sr-page .sr-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin: 1.4rem 0 0;
}
.sr-page .sr-action-card {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface);
  text-decoration: none;
  color: inherit;
}
.sr-page .sr-action-card:hover,
.sr-page .sr-action-card:focus-visible { border-color: var(--color-primary); text-decoration: none; }
.sr-page .sr-action-art {
  display: block;
  position: relative;
  height: 172px;
  overflow: hidden;
  background: var(--color-bg-alt);
}
.sr-page .sr-action-art img { height: 100%; width: 100%; object-fit: cover; display: block; }
.sr-page .sr-art-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .45rem 1rem;
  background: var(--sr-ink-fixed);
  color: #fff;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sr-page .sr-action-copy { display: flex; flex: 1; flex-direction: column; padding: 1.3rem; }
.sr-page .sr-step {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: .6rem;
}
.sr-page .sr-action-h {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--text-card-title);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-primary);
  margin-bottom: .6rem;
}
.sr-page .sr-action-p {
  display: block;
  font-size: var(--text-sm);
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 1.1rem;
}
.sr-page .sr-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-primary);
  margin-top: auto;
}

/* ── The Vietnam-era caveat, kept in the no-match experience ───────────── */
.sr-page .sr-vietnam-note {
  margin: 1.6rem auto 0;
  max-width: var(--prose-measure);
  padding: 1rem 1.25rem;
  background: rgba(232, 181, 74, .08);
  border-left: 4px solid var(--color-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: var(--text-sm);
  line-height: 1.65;
}
.sr-page .sr-vietnam-note strong { color: var(--color-primary); }
.sr-page .sr-vietnam-note p { margin: .35rem 0 0; }

/* ── Sections ──────────────────────────────────────────────────────────── */
.sr-page .sr-section { padding: 3.2rem 0 0; }
.sr-page .sr-section-heading {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.6rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.sr-page .sr-section-heading h2 { font-size: var(--text-display-2); margin: 0; }
.sr-page .sr-section-heading > p {
  font-size: var(--text-md);
  color: var(--color-text-muted);
  line-height: 1.75;
  margin: 0 0 .2rem;
}

/* ── Records custody panel ─────────────────────────────────────────────── */
.sr-page .sr-records-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(230px, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.sr-page .sr-records-layout.sr-single { grid-template-columns: 1fr; }
.sr-page .sr-records-panel {
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface);
}
.sr-page .sr-record-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  padding: 1.25rem;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}
.sr-page .sr-record-controls label {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}
.sr-page .sr-record-controls select {
  border: 1px solid var(--color-control-border);
  background: var(--color-surface);
  color: var(--color-text);
  border-radius: var(--radius-sm);
  min-height: 48px;
  padding: .55rem .7rem;
  width: 100%;
  font-size: var(--text-md);
}
.sr-page .sr-custody {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.25rem;
  margin: 0 1.35rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-border);
}
.sr-page .sr-custody:last-child { border-bottom: 0; }
.sr-page .sr-era {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.25;
}
.sr-page .sr-era span {
  display: block;
  font-family: var(--font-sans);
  margin-top: .4rem;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.sr-page .sr-custody h3 {
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text-strong);
  margin: 0 0 .4rem;
}
.sr-page .sr-custody p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0 0 .5rem;
}
.sr-page .sr-custody a {
  display: inline-block;
  min-height: 44px;
  padding: .6rem 0;
  font-size: var(--text-sm);
  font-weight: 600;
}
.sr-page .sr-panel-foot {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  padding: .9rem 1.35rem;
  margin: 0;
}
.sr-page .sr-records-aside {
  border-top: 3px solid var(--color-accent);
  padding: 1.35rem .4rem;
}
.sr-page .sr-records-aside h3 { font-size: var(--text-xl); line-height: 1.25; margin: 0 0 .8rem; color: var(--color-primary); }
.sr-page .sr-records-aside p { font-size: var(--text-sm); line-height: 1.8; }
.sr-page .sr-aside-detail { border-top: 1px solid var(--color-border); margin-top: 1.2rem; padding-top: .5rem; }
.sr-page .sr-aside-detail summary { font-size: var(--text-sm); font-weight: 600; min-height: 44px; padding: .6rem 0; cursor: pointer; }
.sr-page .sr-aside-detail p { margin: .4rem 0 .6rem; }

.sr-page .sr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 46px;
  padding: .6rem 1rem;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-primary);
  background: var(--color-surface);
  text-decoration: none;
  cursor: pointer;
}
.sr-page .sr-btn:hover,
.sr-page .sr-btn:focus-visible { border-color: var(--color-primary); text-decoration: none; }
.sr-page .sr-btn-primary { background: var(--color-primary); color: var(--color-on-primary); }

/* ── Request example ───────────────────────────────────────────────────── */
.sr-page .sr-request {
  margin-top: 1.5rem;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  overflow: hidden;
}
.sr-page .sr-request > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding: 1.3rem;
  list-style: none;
  cursor: pointer;
  min-height: 44px;
}
.sr-page .sr-request > summary::-webkit-details-marker { display: none; }
.sr-page .sr-request summary small {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: .3rem;
}
.sr-page .sr-request summary strong { font-family: var(--font-serif); font-weight: 600; font-size: var(--text-lg); color: var(--color-primary); }
.sr-page .sr-expand { font-size: var(--text-sm); color: var(--color-primary); white-space: nowrap; font-weight: 600; }
.sr-page .sr-request-body { border-top: 1px solid var(--color-border); padding: 1.35rem; }
.sr-page .sr-request-body > p { max-width: var(--prose-measure); margin: 0 auto 1rem; font-size: var(--text-sm); }
.sr-page .sr-request-text {
  font-family: var(--font-serif);
  white-space: pre-wrap;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  font-size: var(--text-md);
  line-height: 1.8;
  color: var(--color-text);
  max-width: var(--prose-measure);
  margin: 0 auto;
  overflow-wrap: anywhere;
}
/* The Advisor sits under the request example (see the mount in the markup),
   so it needs the gap a section would otherwise have given it. */
.sr-page #ask-guide-mount .ask-guide { margin: 1.5rem 0 0; }

.sr-page .sr-request-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
  max-width: var(--prose-measure);
  margin: 1.2rem auto;
}
.sr-page .sr-copy-status {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: var(--prose-measure);
  margin: 0 auto;
}

/* ── Exposure topics ───────────────────────────────────────────────────── */
.sr-page .sr-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.sr-page .sr-topic {
  display: block;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  background: var(--color-surface);
  text-decoration: none;
  color: inherit;
}
.sr-page .sr-topic:hover,
.sr-page .sr-topic:focus-visible { border-color: var(--color-primary); text-decoration: none; }
.sr-page .sr-topic-tag {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: .6rem;
}
.sr-page .sr-topic-h { display: block; font-family: var(--font-serif); font-size: var(--text-lg); font-weight: 600; color: var(--color-primary); margin-bottom: .4rem; }
.sr-page .sr-topic-p { display: block; font-size: var(--text-sm); color: var(--color-text-muted); margin: 0; }
.sr-page .sr-more-topics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .2rem 1.2rem;
  margin-top: 1.1rem;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

/* 44px tap targets (WCAG 2.5.5) on every link that stands on its own line.
   Links sitting INSIDE a sentence are deliberately left at their natural
   height: padding them out would break the line box, and the inline
   exception is why the rest of the site does the same. */
.sr-page .sr-more-topics a,
.sr-page .sr-source-footer a,
.sr-page .sr-disclosure > div > p > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* ── Board panel (fixed navy in both themes) ───────────────────────────── */
.sr-page .sr-board {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.8rem;
  padding: 2.2rem;
  margin-top: 3.2rem;
  background: var(--sr-ink-fixed);
  border: 2px solid var(--sr-gold-fixed);
  border-radius: var(--radius-lg);
  color: #fff;
}
.sr-page .sr-board .sr-eyebrow { color: var(--sr-gold-fixed); }
.sr-page .sr-board h2 { color: #fff; margin: 0 0 .8rem; }
.sr-page .sr-board p { font-size: var(--text-sm); color: #d5e1ef; }
.sr-page .sr-board-limit {
  font-size: var(--text-xs);
  border-left: 2px solid var(--sr-gold-fixed);
  padding-left: .8rem;
  margin: 1.1rem 0 0;
}
.sr-page .sr-board-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .9rem;
  border-left: 1px solid rgba(255, 255, 255, .19);
  padding-left: 1.9rem;
  min-width: 0;
}
.sr-page .sr-board-action .sr-eyebrow { margin: 0; }
.sr-page .sr-board-action > strong {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: 1.3;
  overflow-wrap: anywhere;
  color: #fff;
}
.sr-page .sr-btn-board {
  background: #adcfff;
  border-color: var(--sr-gold-fixed);
  color: var(--sr-ink-fixed);
}
.sr-page .sr-btn-board:hover,
.sr-page .sr-btn-board:focus-visible { border-color: #fff; }
.sr-page .sr-board-action small { font-size: var(--text-xs); line-height: 1.7; color: var(--sr-pale-blue); }

/* ── Evidence ──────────────────────────────────────────────────────────── */
.sr-page .sr-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin: 1.5rem 0;
}
.sr-page .sr-evidence-grid article { border-top: 2px solid var(--color-accent); padding-top: .9rem; }
.sr-page .sr-evidence-grid article > span { font-size: var(--text-sm); color: var(--color-text-muted); font-weight: 700; }
.sr-page .sr-evidence-grid h3 { font-size: var(--text-lg); margin: .5rem 0; color: var(--color-primary); }
.sr-page .sr-evidence-grid p { font-size: var(--text-sm); color: var(--color-text-muted); margin: 0; }
.sr-page .sr-disclosure { border-top: 1px solid var(--color-border); }
.sr-page .sr-disclosure > summary {
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--color-primary);
  padding: 1rem .5rem;
  min-height: 56px;
  cursor: pointer;
}
.sr-page .sr-disclosure > div {
  max-width: var(--prose-measure);
  margin: 0 auto;
  padding: .5rem 0 1.2rem;
  font-size: var(--text-sm);
}
.sr-page .sr-disclosure li { margin-bottom: .7rem; }
.sr-page .sr-medical-note {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  max-width: var(--prose-measure);
  margin: 1.5rem auto 0;
}

/* ── Vietnam-era statutory section + sources ───────────────────────────── */
.sr-page .sr-vietnam-section {
  border-top: 1px solid var(--color-border);
  margin: 3.2rem auto 0;
  padding-top: 2.2rem;
  max-width: var(--prose-measure);
}
.sr-page .sr-vietnam-section h2 { margin-top: 0; }
.sr-page .sr-vietnam-section p { font-size: var(--text-sm); line-height: 1.85; }
.sr-page .sr-source-footer {
  padding: 2.2rem 0;
  font-size: var(--text-xs);
  line-height: 1.85;
  color: var(--color-text-muted);
  max-width: var(--prose-measure);
  margin: 0 auto;
}
.sr-page .sr-source-footer strong { color: var(--color-text); }
.sr-page .sr-source-footer p { margin: .4rem 0; }

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 920px) {
  .sr-page .sr-actions { gap: .8rem; }
  .sr-page .sr-action-copy { padding: 1.1rem; }
  .sr-page .sr-records-layout { grid-template-columns: 1fr; }
  .sr-page .sr-section-heading { gap: 1.6rem; }
  .sr-page .sr-custody { grid-template-columns: 140px 1fr; }
  .sr-page .sr-board { padding: 1.8rem; gap: 1.6rem; }
  .sr-page .sr-board-action { padding-left: 1.4rem; }
  .sr-page .sr-topics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .sr-page .sr-strip { gap: .5rem .8rem; padding: .7rem 0; }
  .sr-page .sr-strip-status { order: 3; width: 100%; margin-left: 0; }
  .sr-page .sr-hero { padding: 1.6rem 0 1.2rem; }
  .sr-page .sr-hero h1 { max-width: none; }
  .sr-page .sr-lede { font-size: var(--text-md); }
  .sr-page .sr-hero-foot { align-items: baseline; text-align: left; }
  .sr-page .sr-actions { grid-template-columns: 1fr; }
  .sr-page .sr-action-card { flex-direction: row; }
  .sr-page .sr-action-art { width: 112px; min-width: 112px; height: auto; }
  .sr-page .sr-action-art img { position: absolute; inset: 0; object-position: 45% center; }
  .sr-page .sr-art-label { display: none; }
  .sr-page .sr-action-copy { padding: .9rem; }
  .sr-page .sr-action-h { font-size: var(--text-lg); }
  .sr-page .sr-section { padding-top: 2.2rem; }
  .sr-page .sr-section-heading { display: block; margin-bottom: 1.2rem; }
  .sr-page .sr-section-heading h2 { margin-bottom: .8rem; }
  .sr-page .sr-record-controls { grid-template-columns: 1fr; padding: 1rem; }
  .sr-page .sr-custody { grid-template-columns: 1fr; gap: .6rem; margin: 0 1rem; }
  .sr-page .sr-era { display: flex; align-items: baseline; gap: .7rem; }
  .sr-page .sr-era span { margin: 0; }
  .sr-page .sr-records-aside { padding: 1.1rem .2rem; }
  .sr-page .sr-request > summary { padding: 1rem; gap: .8rem; }
  .sr-page .sr-request summary strong { display: block; font-size: var(--text-md); line-height: 1.4; }
  .sr-page .sr-request-body { padding: 1rem; }
  .sr-page .sr-request-text { padding: 1rem; font-size: var(--text-sm); }
  .sr-page .sr-request-actions .sr-btn { width: 100%; }
  .sr-page .sr-topics { grid-template-columns: 1fr; }
  .sr-page .sr-board { grid-template-columns: 1fr; padding: 1.4rem; gap: 1.4rem; margin-top: 2.2rem; }
  .sr-page .sr-board-action {
    padding: 1.2rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .19);
  }
  .sr-page .sr-btn-board { width: 100%; }
  .sr-page .sr-evidence-grid { grid-template-columns: 1fr; gap: 1rem; }
  .sr-page .sr-vietnam-section { margin-top: 2.2rem; padding-top: 1.6rem; }
}

@media print {
  .sr-page .sr-strip .sr-text-btn,
  .sr-page .sr-record-controls { display: none !important; }
  .sr-page .sr-request[open] .sr-request-body,
  .sr-page .sr-disclosure > div { display: block !important; }
  .sr-page .sr-board { background: none; color: var(--color-text); border-color: var(--color-border); }
  .sr-page .sr-board h2, .sr-page .sr-board-action > strong { color: var(--color-text); }
}
