:root {
  --paper: #04080d;
  --paper-2: #060b11;
  --paper-3: #08111a;
  --paper-4: #0b1520;
  --navy: rgba(7, 13, 20, 0.82);
  --surface: rgba(10, 18, 27, 0.82);
  --surface-2: rgba(12, 22, 33, 0.9);
  --surface-3: rgba(14, 26, 39, 0.94);
  --surface-4: rgba(18, 32, 47, 0.98);
  --surface-5: #132233;
  --graph-dark: #050b12;

  --red: #a83a3f;
  --red-hover: #c84a50;
  --red-soft: rgba(168, 58, 63, 0.14);
  --red-glow: rgba(200, 74, 80, 0.18);
  --amber: #d0a35d;
  --amber-soft: rgba(208, 163, 93, 0.14);
  --blue: #7ea4c9;
  --blue-soft: rgba(126, 164, 201, 0.14);
  --cyan: #8bb8d8;
  --cyan-soft: rgba(139, 184, 216, 0.12);
  --teal: #6ea3c4;
  --teal-soft: rgba(110, 163, 196, 0.12);

  --text: #dfe8f2;
  --text-strong: #f5f9fd;
  --text-soft: #c7d3df;
  --secondary: #aab8c6;
  --muted: #8594a3;
  --label: #92a2b1;
  --label-strong: #b8c5d2;

  --border: rgba(145, 170, 194, 0.14);
  --border-strong: rgba(145, 170, 194, 0.24);
  --border-bright: rgba(214, 230, 245, 0.12);
  --divider: rgba(108, 136, 162, 0.18);

  --high-bg: rgba(26, 67, 48, 0.34);
  --high-text: #9ad4b4;
  --high-border: rgba(74, 140, 105, 0.44);
  --modhigh-bg: rgba(82, 63, 28, 0.34);
  --modhigh-text: #e0c38a;
  --modhigh-border: rgba(132, 104, 47, 0.44);
  --moderate-bg: rgba(34, 48, 63, 0.42);
  --moderate-text: #afc0d0;
  --moderate-border: rgba(92, 114, 136, 0.42);

  --header-height: 64px;
  --container: 1160px;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-xs: 0 8px 20px rgba(0, 0, 0, 0.18);
  --shadow-sm: 0 14px 32px rgba(0, 0, 0, 0.22);
  --shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 32px 80px rgba(0, 0, 0, 0.38);
  --shadow-panel:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 -1px 0 rgba(255, 255, 255, 0.015);
  --shadow-glow:
    0 0 0 1px rgba(168, 58, 63, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.3),
    0 0 32px rgba(168, 58, 63, 0.12);
  --shadow-blue:
    0 0 0 1px rgba(126, 164, 201, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(126, 164, 201, 0.08);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);

  --font-display: "Source Serif 4", Georgia, serif;
  --font-body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;

  --text-display: clamp(2rem, 1.5rem + 2vw, 3rem);
  --text-h1: clamp(2rem, 1.35rem + 2vw, 3rem);
  --text-h2: clamp(1.35rem, 1rem + 1vw, 1.9rem);
  --text-h3: clamp(1.02rem, 0.94rem + 0.35vw, 1.18rem);
  --text-body: clamp(0.95rem, 0.89rem + 0.16vw, 1rem);
  --text-small: clamp(0.8125rem, 0.78rem + 0.1vw, 0.875rem);
  --text-eyebrow: 0.72rem;
  --text-mono: 0.76rem;

  --space-3xs: 0.25rem;
  --space-2xs: 0.375rem;
  --space-xs: clamp(0.5rem, 0.4rem + 0.25vw, 0.75rem);
  --space-sm: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
  --space-md: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
  --space-lg: clamp(3rem, 2rem + 3vw, 5rem);
  --space-xl: clamp(4rem, 3rem + 4vw, 7rem);

  --focus-ring: 0 0 0 1px rgba(126, 164, 201, 0.24), 0 0 0 4px rgba(126, 164, 201, 0.14);
  --glass:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  --grid-line: rgba(255, 255, 255, 0.025);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 0%, rgba(48, 78, 110, 0.18), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(130, 42, 48, 0.14), transparent 22%),
    radial-gradient(circle at 50% 18%, rgba(18, 34, 52, 0.18), transparent 36%),
    linear-gradient(180deg, #07111a 0%, #050a10 42%, #04080d 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 18%),
    radial-gradient(circle at 20% 10%, rgba(126, 167, 209, 0.05), transparent 20%),
    radial-gradient(circle at 80% 0%, rgba(168, 58, 63, 0.05), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(110, 163, 196, 0.03), transparent 30%);
  opacity: 0.95;
  z-index: -3;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 100% 112px, 112px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 88%);
  opacity: 0.22;
  z-index: -2;
}

::selection {
  background: rgba(126, 164, 201, 0.22);
  color: var(--text-strong);
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 180ms var(--ease),
    border-color 180ms var(--ease),
    background-color 180ms var(--ease),
    box-shadow 220ms var(--ease),
    transform 220ms var(--ease),
    opacity 180ms var(--ease);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 10px;
}

p,
ul,
ol {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--text-strong);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-family: var(--font-body);
  font-weight: 600;
}

h1 {
  font-size: var(--text-display);
}

h2 {
  font-size: var(--text-h1);
}

h3 {
  font-size: var(--text-h3);
}

small {
  font-size: var(--text-small);
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: var(--space-lg) 0;
}

.section + .section {
  padding-top: 0;
}

.section-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  color: #b5c2cf;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: var(--text-eyebrow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.section-label::before {
  content: "";
  position: absolute;
  inset: -6px -10px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), transparent);
  opacity: 0.5;
}

.section-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: min(220px, 100%);
  height: 1px;
  background:
    linear-gradient(90deg, #8e2d31 0 10%, rgba(163,53,57,0.28) 16%, rgba(145,160,174,0.42) 42%, transparent 100%);
  opacity: 1;
}

.section-label:hover {
  color: #b5c2cf;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -6rem;
  z-index: 1000;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  background: rgba(10, 18, 27, 0.96);
  color: var(--text-strong);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-sm);
}

/* Classification bar */
.classification-bar {
  position: sticky;
  top: 0;
  z-index: 200;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 8, 13, 0.95);
  border-bottom: 1px solid rgba(125, 150, 173, 0.06);
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  user-select: none;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.9), rgba(8, 14, 22, 0.72));
  border-bottom: 1px solid rgba(145, 170, 194, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 164, 201, 0.16), transparent);
  pointer-events: none;
}

.header-inner {
  width: min(100% - 2rem, var(--container));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.logo:hover {
  transform: none;
}

.logo-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #982F34, #741F24);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-strong);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 0 20px rgba(168, 58, 63, 0.08);
}

.logo-text,
.logo-sub {
  display: block;
  white-space: nowrap;
}

.logo-text {
  color: var(--text-strong);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-sub {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.nav-desktop a,
.nav-mobile a {
  position: relative;
  color: var(--secondary);
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-desktop a {
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
}

.nav-desktop a::after,
.nav-mobile a::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.45rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 58, 63, 0), rgba(168, 58, 63, 0.8), rgba(168, 58, 63, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms var(--ease);
  opacity: 0.9;
}

.nav-desktop a:hover,
.nav-mobile a:hover,
.nav-desktop a[aria-current="page"],
.nav-mobile a[aria-current="page"] {
  color: var(--text-strong);
}

.nav-desktop a:hover::after,
.nav-mobile a:hover::after,
.nav-desktop a[aria-current="page"]::after,
.nav-mobile a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-desktop a:hover {
  background: rgba(255, 255, 255, 0.03);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-toggle:hover {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
}

.nav-toggle-bar {
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--text-strong);
  transition: transform 220ms var(--ease), opacity 180ms var(--ease);
}

.nav-mobile {
  display: none;
  position: fixed;
  top: calc(var(--header-height) + 0.5rem);
  left: 1rem;
  right: 1rem;
  z-index: 95;
  padding: 0.75rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(12, 20, 30, 0.96), rgba(8, 14, 22, 0.94));
  border: 1px solid rgba(145, 170, 194, 0.14);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.nav-mobile a {
  display: block;
  padding: 0.85rem 0.9rem;
  border-radius: 10px;
}

.nav-mobile a:hover {
  background: rgba(255, 255, 255, 0.03);
}

.nav-mobile-footer {
  margin-top: 0.5rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--divider);
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem, 3.25rem + 2.5vw, 5.5rem) 0 2rem;
  background:
    radial-gradient(circle at 18% 22%, rgba(142,45,49,0.12), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(125,150,173,0.08), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,0.03), transparent 42%),
    linear-gradient(180deg, rgba(5,12,18,0.98) 0%, rgba(8,18,27,0.94) 42%, rgba(8,18,27,0.88) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(142,45,49,0.14), transparent 0 28%),
    radial-gradient(circle at 78% 16%, rgba(125,150,173,0.10), transparent 0 26%),
    radial-gradient(circle at 50% 72%, rgba(255,255,255,0.025), transparent 0 38%),
    linear-gradient(135deg, rgba(255,255,255,0.015), transparent 42%);
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8,18,27,0.18) 35%, rgba(8,18,27,0.82) 100%),
    linear-gradient(90deg, rgba(142,45,49,0.18), transparent 18%, transparent 82%, rgba(125,150,173,0.12));
  border-top: 1px solid rgba(125,150,173,0.12);
}

.hero:hover::before {
  opacity: 1;
  filter: saturate(1.06);
}

.hero-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-content {
  position: relative;
  padding: clamp(1rem, 0.5rem + 1vw, 1.5rem) 0 2rem;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  color: var(--label-strong);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(126, 164, 201, 0));
  box-shadow: 0 0 12px rgba(126, 164, 201, 0.28);
}

.hero h1 {
  max-width: 28ch;
  margin-bottom: 0.75rem;
  text-wrap: balance;
}

.hero-sub {
  max-width: 65ch;
  margin-bottom: 1.5rem;
  color: var(--secondary);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.125rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-divider {
  position: relative;
  height: 1px;
  margin: 0 0 1.5rem 0;
  background: linear-gradient(90deg, transparent, rgba(125,150,173,0.24), rgba(168,58,63,0.18), rgba(125,150,173,0.24), transparent);
  box-shadow: 0 0 12px rgba(125,150,173,0.08);
}

.hero-featured {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 1.25rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(125,150,173,0.10);
  background: linear-gradient(180deg, rgba(8,18,27,0.92), rgba(8,18,27,0.82));
  box-shadow:
    0 12px 32px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.02);
  isolation: isolate;
}

@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  .hero-featured {
    background: linear-gradient(180deg, rgba(8,18,27,0.72), rgba(8,18,27,0.56));
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
  }
}

.hero-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.hero-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(142,45,49,0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 24%);
  opacity: 1;
}

.hero-featured:hover {
  border-color: rgba(125,150,173,0.18);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 0 0 1px rgba(163,53,57,0.08),
    0 0 16px rgba(163,53,57,0.08);
}

.hero-featured:hover::before {
  opacity: 1;
}

.hero-featured-eyebrow {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0;
}

.hero-featured-serial,
.card-serial {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(126, 164, 201, 0.08);
  border: 1px solid rgba(126, 164, 201, 0.14);
  color: var(--label-strong);
  font-family: var(--font-mono);
  font-size: var(--text-mono);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-featured-status,
.card-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: var(--text-mono);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-featured-status::before,
.card-status::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.hero-featured-status::before {
  animation: status-dot-pulse 4.5s ease-in-out infinite;
}

@keyframes status-dot-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 4px currentColor;
    opacity: 0.5;
  }
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 18px currentColor, 0 0 6px currentColor;
    opacity: 1;
  }
}

.hero-featured-status,
.card-status--published {
  background: var(--high-bg);
  color: var(--high-text);
  border: 1px solid var(--high-border);
}

.card-status--progress {
  background: var(--modhigh-bg);
  color: var(--modhigh-text);
  border: 1px solid var(--modhigh-border);
}

.hero-featured-title {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
  color: var(--text-soft);
  font-family: var(--font-display);
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.24;
  text-wrap: balance;
}

.hero-featured-meta,
.card-meta {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.hero-featured-meta {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.hero-featured-actions {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  gap: 0.5rem;
  margin-top: 0;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cred-strip {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(125,150,173,0.24);
  background:
    linear-gradient(180deg, rgba(10,20,30,0.92), rgba(8,18,27,0.82)),
    linear-gradient(90deg, rgba(142,45,49,0.06), transparent 16%, transparent 84%, rgba(125,150,173,0.06));
  box-shadow:
    0 18px 40px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(125,150,173,0.08);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
}

.cred-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.cred-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(142,45,49,0.10), transparent 12%, transparent 88%, rgba(142,45,49,0.08));
  opacity: 0.7;
}

.cred-strip:hover {
  border-color: rgba(125,150,173,0.24);
  box-shadow:
    0 22px 48px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(125,150,173,0.10),
    0 0 0 1px rgba(163,53,57,0.08);
}

.cred-strip-inner {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(9, 16, 24, 0.9), rgba(8, 14, 22, 0.88));
  border: 1px solid rgba(145, 170, 194, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 16px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cred-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: var(--secondary);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.cred-dot {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #8e2d31;
  box-shadow:
    0 0 0 1px rgba(163,53,57,0.18),
    0 0 10px rgba(163,53,57,0.22);
}

.cred-dot::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163,53,57,0.22) 0%, rgba(142,45,49,0.18) 32%, transparent 72%);
  opacity: 0.55;
  pointer-events: none;
}

/* Pulsing variant — use only where "live" status is meaningful */
.cred-dot--pulse {
  animation: cred-dot-pulse 4.5s ease-in-out infinite;
}
.cred-dot--pulse::before {
  animation: cred-dot-halo 4.5s ease-in-out infinite;
}

.cred-dot::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.45), rgba(255,255,255,0.08) 38%, transparent 42%);
  pointer-events: none;
}

.cred-dot:hover {
  background: #a33539;
  box-shadow:
    0 0 0 1px rgba(163,53,57,0.22),
    0 0 14px rgba(163,53,57,0.22);
}

@keyframes cred-dot-pulse {
  0%, 100% {
    transform: scale(1);
    background: #8e2d31;
    box-shadow:
      0 0 0 1px rgba(163,53,57,0.18),
      0 0 10px rgba(163,53,57,0.22);
  }
  50% {
    transform: scale(1.08);
    background: #a33539;
    box-shadow:
      0 0 0 1px rgba(163,53,57,0.22),
      0 0 16px rgba(163,53,57,0.22);
  }
}

@keyframes cred-dot-halo {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.38;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.72;
  }
}

.assessments-section {
  position: relative;
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem) 0;
}
.assessments-section:first-of-type {
  padding-top: clamp(2rem, 1.5rem + 1.5vw, 3rem);
}
.assessments-section + .assessments-section {
  padding-top: clamp(0.5rem, 0.3rem + 0.5vw, 1rem);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(125,150,173,0.16);
  background: linear-gradient(180deg, rgba(8,18,27,0.92), rgba(8,18,27,0.76));
  box-shadow:
    0 24px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.3),
    0 0 0 1px rgba(125,150,173,0.06),
    0 8px 24px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  isolation: isolate;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.28;
  transform: scaleX(0.92);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(142,45,49,0.06), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 22%);
  opacity: 0.9;
}

.card:hover {
  border-color: rgba(163,53,57,0.22);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(163,53,57,0.10),
    0 0 28px rgba(163,53,57,0.12);
  transform: none;
}

.card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.card h3 {
  color: var(--text-strong);
  font-size: clamp(1.08rem, 1rem + 0.4vw, 1.28rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.card-desc {
  color: var(--secondary);
  line-height: 1.72;
  text-wrap: pretty;
}

.card-actions {
  margin-top: auto;
  padding-top: 0.2rem;
}

.principles-section {
  position: relative;
  padding: var(--space-lg) 0 var(--space-xl);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.principle {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid rgba(125,150,173,0.16);
  background: linear-gradient(180deg, rgba(8,18,27,0.92), rgba(8,18,27,0.76));
  box-shadow:
    0 24px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 24px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.principle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.principle::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(142,45,49,0.06), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 22%);
}

.principle:hover {
  border-color: rgba(163,53,57,0.22);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(163,53,57,0.10),
    0 0 24px rgba(163,53,57,0.10);
  transform: none;
}

.principle-num {
  margin-bottom: 0.75rem;
  color: rgba(142, 45, 49, 0.7);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.principle:hover .principle-num {
  color: #a33539;
}

.principle h3 {
  margin-bottom: 0.55rem;
  color: var(--text-strong);
  font-size: 1.08rem;
}

.principle p {
  color: var(--secondary);
  margin: 0;
}

.btn {
  --btn-bg: rgba(255, 255, 255, 0.03);
  --btn-border: rgba(145, 170, 194, 0.14);
  --btn-color: var(--text-strong);
  --btn-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.78rem 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)), var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-color);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: var(--btn-shadow);
  white-space: nowrap;
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 180ms var(--ease),
    background-color 180ms var(--ease),
    color 180ms var(--ease);
}

.btn:hover {
  transform: none;
}

.btn:active {
  transform: translateY(0);
}

.btn--sm {
  min-height: 38px;
  padding: 0.68rem 0.85rem;
  border-radius: 10px;
  font-size: 0.84rem;
}

.btn--primary {
  --btn-bg: linear-gradient(180deg, rgba(200, 74, 80, 0.18), rgba(168, 58, 63, 0.16));
  --btn-border: rgba(200, 74, 80, 0.28);
  --btn-color: #fff7f7;
  --btn-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(168, 58, 63, 0.12);
}

.btn--primary:hover {
  border-color: rgba(200, 74, 80, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(168, 58, 63, 0.18);
}

.btn--ghost {
  --btn-bg: rgba(255, 255, 255, 0.02);
  --btn-border: rgba(145, 170, 194, 0.16);
  --btn-color: var(--text-soft);
}

.btn--ghost:hover {
  color: var(--text-strong);
  border-color: rgba(126, 164, 201, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(126, 164, 201, 0.08);
}

.btn--dark {
  --btn-bg: linear-gradient(180deg, rgba(18, 32, 47, 0.96), rgba(12, 22, 33, 0.98));
  --btn-border: rgba(126, 164, 201, 0.16);
  --btn-color: var(--text-strong);
}

.btn--dark:hover {
  border-color: rgba(126, 164, 201, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(126, 164, 201, 0.1);
}

.btn--outline {
  --btn-bg: transparent;
  --btn-border: rgba(145, 170, 194, 0.18);
  --btn-color: var(--secondary);
}

.btn--outline:hover {
  color: var(--text-strong);
  border-color: rgba(168, 58, 63, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(168, 58, 63, 0.08);
}

.btn-arrow {
  display: inline-block;
  transition: transform 220ms var(--ease);
}

.btn:hover .btn-arrow {
  transform: translateX(2px);
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(145, 170, 194, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 13, 20, 0.4), rgba(7, 13, 20, 0.8));
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 164, 201, 0.12), transparent);
}

.footer-inner {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1.5rem;
}

.footer-brand {
  color: var(--label);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-updated {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-links a:hover {
  color: var(--text-strong);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition:
      opacity 500ms var(--ease-out),
      transform 500ms var(--ease-out);
  }

  .reveal-stagger > * {
    transition:
      opacity 500ms var(--ease-out),
      transform 500ms var(--ease-out);
  }
}

@media (max-width: 1080px) {
  .hero-content {
    max-width: 760px;
  }

  .cards-grid,
  .principles-grid,
  .cred-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 60px;
  }

  .nav-desktop {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-mobile {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 220ms var(--ease),
      transform 220ms var(--ease),
      visibility 220ms var(--ease);
  }

  .nav-mobile.open.visible,
  .nav-mobile.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    max-width: 16ch;
  }

  .hero-sub {
    max-width: 100%;
  }

  .hero-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.6rem;
  }

  .hero-featured-eyebrow {
    grid-column: 1;
    grid-row: auto;
    flex-direction: row;
  }

  .hero-featured-title {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-featured-meta {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-featured-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-featured-serial,
  .hero-featured-status {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .cred-strip-inner,
  .cards-grid,
  .principles-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    display: grid;
    justify-content: stretch;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container,
  .header-inner,
  .footer-inner,
  .cred-strip-inner {
    width: min(100% - 1.25rem, var(--container));
  }

  .logo-sub {
    display: none;
  }

  .hero-actions,
  .hero-featured-actions,
  .card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-featured-eyebrow,
  .card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cred-item {
    font-size: 0.82rem;
  }

  .card,
  .principle,
  .hero-featured {
    padding: 1.1rem;
  }
}

/* ================================================================
   RESEARCH PAGE
   ================================================================ */
.research-hero {
  position: relative;
  padding: clamp(4rem, 3.25rem + 2.5vw, 5.5rem) 0 clamp(1.5rem, 1rem + 1vw, 2rem);
  border-bottom: 1px solid var(--border);
}
.research-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 40%, rgba(126, 164, 201, 0.06), transparent 24%),
    radial-gradient(circle at 75% 20%, rgba(168, 58, 63, 0.05), transparent 20%);
  pointer-events: none;
}
.research-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.research-hero p {
  max-width: 60ch;
  color: var(--secondary);
  margin: 0;
  line-height: 1.7;
}

.research-group {
  margin-bottom: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}
.research-group:last-child {
  margin-bottom: 0;
}

.research-group-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(1rem, 0.8rem + 0.8vw, 1.5rem);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--label);
}
.research-group-label::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 160, 179, 0.2), rgba(142, 160, 179, 0.02));
}

.research-group-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  background: var(--red-soft, rgba(168, 58, 63, 0.14));
  border: 1px solid rgba(168, 58, 63, 0.2);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  color: var(--red-hover, #c84a50);
  letter-spacing: 0.02em;
}

/* Research filter bar */
.research-filter-bar {
  border-bottom: 1px solid var(--border);
  background: rgba(8, 14, 22, 0.6);
}
.research-filter-inner {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
}
.research-filter-item {
  padding: 0.7rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  cursor: default;
  transition: color 180ms var(--ease), border-color 180ms var(--ease);
}
.research-filter-item--active {
  color: var(--text);
  border-bottom-color: var(--red);
}
.research-filter-stat {
  margin-left: auto;
  padding: 0.7rem 0;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.research-filter-count {
  color: var(--text);
  font-weight: 700;
}

/* Featured published card — distinct from in-progress */
.card--featured {
  border-left: 3px solid var(--red);
  max-width: 720px;
}

/* ================================================================
   ABOUT PAGE
   ================================================================ */
.about-hero {
  position: relative;
  padding: clamp(4rem, 3.25rem + 2.5vw, 5.5rem) 0 clamp(2rem, 1.5rem + 1vw, 3rem);
  border-bottom: 1px solid var(--border);
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 40%, rgba(126, 164, 201, 0.06), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(142, 45, 49, 0.05), transparent 20%);
  pointer-events: none;
}

/* Two-column dossier layout */
.about-hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  align-items: start;
}

/* Left: Mission dossier card */
.about-dossier-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  border: 1px solid rgba(125,150,173,0.16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(8,18,27,0.92), rgba(8,18,27,0.76));
  box-shadow:
    0 24px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 24px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}
.about-dossier-card::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 4px;
  background: linear-gradient(180deg, #a33539 0%, #8e2d31 45%, rgba(142,45,49,0.18) 100%);
  box-shadow: 0 0 12px rgba(163,53,57,0.15);
  pointer-events: none;
}
.about-dossier-card::after {
  content: "";
  position: absolute;
  top: 0; left: 18px; right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.85;
  pointer-events: none;
}
.about-dossier-card .section-label {
  margin-bottom: 0.75rem;
}
.about-dossier-card h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin: 0 0 1rem;
  max-width: 22ch;
}
.about-dossier-text {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  line-height: 1.75;
  max-width: 55ch;
}

/* Right: Status metadata panel */
.about-status-panel {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(125,150,173,0.10);
  background: linear-gradient(180deg, rgba(10,20,30,0.80), rgba(8,18,27,0.60));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.02);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  align-self: start;
}
.about-status-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--label);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about-status-label::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 8px rgba(168,58,63,0.5);
  animation: pulse-status 4.5s ease-in-out infinite;
}
@keyframes pulse-status {
  0%, 100% { opacity: 0.6; box-shadow: 0 0 6px rgba(168,58,63,0.3); }
  50% { opacity: 1; box-shadow: 0 0 12px rgba(168,58,63,0.6); }
}
.about-meta-list {
  display: grid;
  gap: 0.9rem;
}
.about-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.about-meta-key {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.about-meta-value {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.02em;
}
.about-meta-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(125,150,173,0.16), transparent);
}

.about-body {
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem) 0;
}
.about-body p {
  margin: 0 0 1.1em;
  color: var(--secondary);
  line-height: 1.85;
  max-width: 68ch;
}
.about-body ul {
  margin: 0.5em 0 1.3em;
  padding-left: 1.5em;
  color: var(--secondary);
  line-height: 1.85;
}
.about-body li {
  margin-bottom: 0.5em;
}
.about-body li::marker {
  color: var(--red, #a83a3f);
}
.about-body strong {
  color: var(--text);
  font-weight: 600;
}

.about-section {
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem) 0;
  border-bottom: 1px solid var(--border);
}
.about-section:last-child {
  border-bottom: 0;
}

/* Standards card */
.about-standards-card {
  margin-top: 1.25rem;
}
.about-standards-card p {
  margin: 0 0 0.75em;
  color: var(--text);
  font-weight: 500;
}

/* Scope grid */
.about-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
  gap: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
  align-items: start;
}
.about-scope-prose {
  max-width: 68ch;
}

/* Ecosystem list in scope card */
.about-ecosystem-list {
  display: grid;
  gap: 12px;
  margin: 0.75rem 0;
}
.about-ecosystem-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}
.about-scope-note {
  margin: 0.75rem 0 0;
  font-size: 11px;
  color: var(--muted, #8594a3);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.about-scope-card .card-header {
  margin-bottom: 0.5rem;
}

/* Contact panel */
.about-contact-panel {
  padding: 1.25rem;
}
.about-contact-panel .about-contact {
  margin-top: 0.75rem;
}
.about-contact-panel .about-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm, 12px);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.2s ease;
}
.about-contact-panel .about-contact a:hover {
  color: #fff;
  border-color: rgba(142, 45, 49, 0.4);
  background: rgba(142, 45, 49, 0.12);
  box-shadow: 0 0 20px rgba(142, 45, 49, 0.15);
  transform: none;
}

@media (max-width: 1080px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
  }
  .about-status-panel {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .about-scope-grid {
    grid-template-columns: 1fr;
  }
}

.about-callout {
  position: relative;
  overflow: hidden;
  margin: clamp(1.5rem, 1rem + 1vw, 2rem) 0;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  border: 1px solid rgba(125,150,173,0.16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(8,18,27,0.92), rgba(8,18,27,0.76));
  box-shadow:
    0 24px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 24px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}
.about-callout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, #a33539 0%, #8e2d31 45%, rgba(142,45,49,0.18) 100%);
  box-shadow: 0 0 12px rgba(163,53,57,0.15);
  pointer-events: none;
}
.about-callout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 0.85;
  pointer-events: none;
}
.about-callout:hover {
  border-color: rgba(163,53,57,0.22);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(163,53,57,0.10),
    0 0 24px rgba(163,53,57,0.10);
}
.about-callout em,
.about-callout i {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
}
.about-callout p {
  margin: 0;
  color: var(--text);
  font-style: italic;
  font-family: var(--font-display);
  line-height: 1.7;
}

.about-contact {
  margin-top: 1rem;
}
.about-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm, 12px);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.2s var(--ease);
}
.about-contact a:hover {
  color: #fff;
  border-color: var(--border-strong, rgba(145, 170, 194, 0.24));
  background: rgba(255, 255, 255, 0.04);
  transform: none;
}

/* CTA section */
.about-cta-section {
  border-bottom: 0;
}
.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.about-secure-contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.about-secure-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.about-secure-contact a {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 180ms var(--ease);
}
.about-secure-contact a:hover {
  color: var(--text-strong);
}

/* ================================================================
   REPORT PAGE — scoped to .report-page
   Compact document layout: 14px body, mono buttons, graph/PDF viewers
   ================================================================ */

.report-page {
  font-size: 14px;
  line-height: 1.6;
}

.report-page.fs-open {
  overflow: hidden;
}

.report-page img,
.report-page iframe {
  display: block;
  max-width: 100%;
}

.report-page .container {
  width: min(100% - 32px, var(--container));
}

.report-page h1 {
  margin: 0;
  max-width: 32ch;
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: clamp(1.375rem, 1.26rem + 0.42vw, 1.5rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.028em;
}

/* Title section */
.report-page .title-section {
  padding-top: 8px;
  background: linear-gradient(180deg, rgba(8, 18, 27, 0.86), rgba(5, 11, 17, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.report-page .title-panel {
  min-height: 88px;
  padding: 16px 0;
  display: block;
}

.report-page .serial {
  margin: 0 0 4px;
  color: var(--secondary);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-page .meta-line {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  color: var(--secondary);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.report-page .meta-line span {
  position: relative;
}

.report-page .meta-line span:not(:last-child)::after {
  content: "•";
  margin-left: 12px;
  color: rgba(167, 181, 195, 0.55);
}


/* Report compact buttons — distinct from site .btn system */
.report-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.report-page .button:hover,
.report-page .button:focus-visible {
  transform: none;
}

.report-page .button svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.report-page .button-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
              linear-gradient(180deg, rgba(200, 74, 80, 0.18), rgba(168, 58, 63, 0.16));
  color: #fff7f7;
  border-color: rgba(200, 74, 80, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 2px 8px rgba(0, 0, 0, 0.18);
}

.report-page .button-primary:hover,
.report-page .button-primary:focus-visible {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
              linear-gradient(180deg, rgba(200, 74, 80, 0.24), rgba(168, 58, 63, 0.22));
  border-color: rgba(200, 74, 80, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 30px rgba(168, 58, 63, 0.18);
}

.report-page .button-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-soft);
  border-color: rgba(145, 170, 194, 0.16);
}

.report-page .button-secondary:hover,
.report-page .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(126, 164, 201, 0.24);
  color: var(--text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 20px rgba(126, 164, 201, 0.08);
}

/* Graph section */
.report-page .graph-section {
  background: var(--graph-dark);
}

.report-page .graph-viewport {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  background:
    radial-gradient(circle at 20% 14%, rgba(29, 56, 88, 0.12), transparent 28%),
    linear-gradient(180deg, #070D14 0%, #050A11 100%);
  border-top: 1px solid #1A2A3A;
  border-bottom: 1px solid rgba(26, 42, 58, 0.78);
  overflow: hidden;
}

.report-page .graph-embed,
.report-page .graph-image {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.report-page .graph-image {
  display: none;
  object-fit: contain;
  object-position: center;
}

.report-page .graph-tools {
  position: absolute;
  right: 16px;
  bottom: 64px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.report-page .icon-button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(142, 160, 179, 0.22);
  border-radius: 8px;
  background: rgba(9, 18, 27, 0.84);
  color: var(--text);
  backdrop-filter: blur(12px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.report-page .icon-button:hover,
.report-page .icon-button:focus-visible {
  background: rgba(12, 23, 34, 0.96);
  border-color: rgba(142, 160, 179, 0.34);
  transform: translateY(-1px);
}

.report-page .icon-button svg {
  width: 15px;
  height: 15px;
}

/* Content sections */
.report-page .content-section {
  padding: 32px 0 48px;
  background: linear-gradient(180deg, rgba(5, 11, 17, 0.98), rgba(4, 9, 14, 1) 100%);
}

.report-page .section-block + .section-block {
  margin-top: 48px;
}

.report-page .section-header {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--label);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-page .section-header::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 160, 179, 0.18), rgba(142, 160, 179, 0.02));
}

/* Overview grid */
.report-page .overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.report-page .overview-copy {
  max-width: 74ch;
}

.report-page .overview-copy p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.68;
}

.report-page .overview-copy p:last-child {
  margin-bottom: 0;
}

/* Panels and sidebar */
.report-page .panel,
.report-page .pdf-card,
.report-page .citation-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(8, 18, 27, 0.92), rgba(8, 18, 27, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), var(--shadow);
}

.report-page .sidebar-card {
  padding: 16px;
}

.report-page .sidebar-actions {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.report-page .sidebar-actions .button {
  width: 100%;
  justify-content: flex-start;
}

.report-page .metadata-list {
  display: grid;
  gap: 0;
}

.report-page .metadata-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(142, 160, 179, 0.12);
}

.report-page .metadata-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.report-page .metadata-label {
  color: var(--label);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}

.report-page .metadata-value {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

/* Key judgments */
.report-page .judgments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(142, 160, 179, 0.14);
}

.report-page .judgment-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(142, 160, 179, 0.14);
}

.report-page .judgment-number {
  padding-top: 2px;
  color: var(--secondary);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-page .judgment-text {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -0.01em;
}

.report-page .confidence {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.report-page .confidence.high {
  background: var(--high-bg);
  color: var(--high-text);
  border-color: var(--high-border);
}

.report-page .confidence.mod-high {
  background: var(--modhigh-bg);
  color: var(--modhigh-text);
  border-color: var(--modhigh-border);
}

.report-page .confidence.moderate {
  background: var(--moderate-bg);
  color: var(--moderate-text);
  border-color: var(--moderate-border);
}

/* PDF viewer */
.report-page .pdf-card {
  overflow: hidden;
}

.report-page .pdf-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(142, 160, 179, 0.14);
  background: linear-gradient(180deg, rgba(10, 20, 30, 0.94), rgba(9, 18, 27, 0.92));
}

.report-page .pdf-title {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.report-page .pdf-label {
  color: var(--label);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-page .pdf-name {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.report-page .pdf-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.report-page .pdf-viewer-shell {
  width: 100%;
  height: clamp(560px, 78dvh, 860px);
  border-top: 1px solid rgba(142, 160, 179, 0.14);
  background: #050b11;
  position: relative;
}

.report-page .pdf-viewer {
  width: 100%;
  height: 100%;
}

.report-page .pdf-fallback {
  padding: 24px;
  text-align: center;
  color: var(--secondary);
  font-size: 13px;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .report-page .pdf-viewer-shell {
    height: clamp(460px, 70dvh, 640px);
  }
}

/* Citation */
.report-page .citation-card {
  padding: 16px;
  background: linear-gradient(180deg, rgba(8, 18, 27, 0.78), rgba(7, 16, 25, 0.94));
}

.report-page .citation-card p {
  margin: 0;
  color: var(--text-soft);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.56;
  font-style: italic;
}

/* Fullscreen overlay */
.report-page .fullscreen-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background: rgba(5, 11, 17, 0.96);
  backdrop-filter: blur(14px);
  padding: 16px;
}

.report-page .fullscreen-overlay[aria-hidden="false"] {
  display: block;
}

.report-page .fullscreen-shell {
  width: min(100%, 1600px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
}

.report-page .fullscreen-topbar {
  display: flex;
  justify-content: flex-end;
}

.report-page .fullscreen-close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(142, 160, 179, 0.24);
  background: rgba(9, 18, 27, 0.88);
  color: var(--text-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.report-page .fullscreen-close:hover,
.report-page .fullscreen-close:focus-visible {
  background: rgba(12, 23, 34, 0.98);
  border-color: rgba(142, 160, 179, 0.36);
}

.report-page .fullscreen-close svg {
  width: 16px;
  height: 16px;
}

.report-page .fullscreen-frame {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(142, 160, 179, 0.18);
  border-radius: 12px;
  background: var(--paper);
}

/* Report responsive — 980px */
@media (max-width: 980px) {
  .report-page .overview-grid {
    grid-template-columns: 1fr;
  }

  .report-page .sidebar-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Report responsive — 860px */
@media (max-width: 860px) {
  .report-page .title-panel,
  .report-page .pdf-toolbar,
  .report-page .judgment-row {
    grid-template-columns: 1fr;
  }

  .report-page .title-panel {
    gap: 16px;
  }

  .report-page .actions,
  .report-page .pdf-actions {
    justify-content: flex-start;
  }

  .report-page .judgment-row {
    gap: 10px;
  }

  .report-page .confidence {
    justify-self: start;
  }
}

/* Report responsive — 767px */
@media (max-width: 767px) {
  .report-page {
    --header-height: 44px;
  }

  .report-page .container {
    width: min(100% - 24px, var(--container));
  }

  .report-page .title-section {
    padding-top: 8px;
  }

  .report-page .title-panel {
    min-height: auto;
    padding: 12px 0 16px;
  }

  .report-page h1 {
    font-size: 1.25rem;
    max-width: none;
  }

  .report-page .meta-line {
    gap: 4px 10px;
  }

  .report-page .button {
    min-height: 32px;
  }

  .report-page .graph-viewport {
    min-height: 240px;
    max-height: 320px;
    overflow: hidden;
  }

  .report-page .graph-embed,
  .report-page .graph-tools {
    display: none;
  }

  .report-page .graph-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .report-page .pdf-viewer-shell {
    display: none !important;
  }

  .report-page .pdf-mobile-cta {
    display: flex !important;
  }

  .report-page .sidebar-actions {
    grid-template-columns: 1fr;
  }

  .report-page .pdf-frame {
    display: none;
  }

  .report-page .pdf-mobile {
    display: block;
  }

  .report-page .citation-card p {
    font-size: 15px;
  }
}

/* Report responsive — 520px */
@media (max-width: 520px) {
  .report-page .graph-viewport {
    height: auto;
    min-height: 200px;
    max-height: 280px;
  }

  .report-page .metadata-item {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}

/* ================================================================
   MOBILE REFINEMENTS -- 560px and below
   Bloomberg/Palantir-grade mobile polish.
   ================================================================ */

@media (max-width: 560px) {
  /* Container: minimum 16px side padding (was 10px) */
  .container,
  .header-inner,
  .footer-inner,
  .cred-strip-inner {
    width: min(100% - 2rem, var(--container));
  }

  /* Credibility strip: 2x2 grid instead of stacked list */
  .cred-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.75rem 0.75rem;
  }

  .cred-item {
    font-size: 0.78rem;
    gap: 0.4rem;
    padding: 0.35rem 0;
  }

  .cred-dot {
    width: 5px;
    height: 5px;
  }

  /* Hero: tighter spacing */
  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  }

  .hero-sub {
    font-size: 0.88rem;
  }

  /* Featured card pills: reduce from 44px to proportional */
  .hero-featured-serial,
  .hero-featured-status {
    min-height: 36px;
    font-size: 0.7rem;
    padding: 0.25rem 0.65rem;
  }

  /* Card descriptions: line clamp (missing from dark.css) */
  .card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Research filter: touch-friendly */
  .research-filter-item {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
  }

  /* Research group labels: bump from 10px */
  .research-group-label {
    font-size: 11px;
  }

  /* Footer: legible brand */
  .footer-brand {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }

  .footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* Section labels: minimum legible size */
  .eyebrow,
  .serial-tag {
    font-size: 0.72rem;
  }
}

/* About page mobile refinements */
@media (max-width: 560px) {
  .about-dossier-card {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  }

  .about-meta-key {
    font-size: 0.68rem;
  }

  .about-meta-value {
    font-size: 0.85rem;
  }

  .about-status-label {
    font-size: 0.68rem;
  }
}

/* Report page mobile refinements -- touch targets + labels */
@media (max-width: 767px) {
  .report-page .button {
    min-height: 44px;
    font-size: 13px;
  }

  .report-page .metadata-label,
  .report-page .meta-line {
    font-size: 11px;
  }

  .report-page .pdf-mobile-cta {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 2rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface-2);
    text-align: center;
  }

  .report-page .pdf-mobile-cta .pdf-cta-label {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
  }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .report-page .button,
  .report-page .icon-button,
  .report-page .fullscreen-close {
    transition: none;
  }
}