@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,500..800,40&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
  color-scheme: dark;
  --ink: #07080a;
  --ink-2: #0e1116;
  --ink-3: #151a21;
  --panel: #10141b;
  --panel-2: #171d25;
  --paper: #f4efe6;
  --paper-2: #ded5c7;
  --muted: #9b958b;
  --quiet: #6f746f;
  --brass: #c7a45a;
  --brass-2: #e0c47c;
  --oxblood: #7f1d2d;
  --cobalt: #285f92;
  --jade: #2f7d66;
  --line: rgba(244, 239, 230, 0.12);
  --line-strong: rgba(244, 239, 230, 0.22);
  --line-brass: rgba(199, 164, 90, 0.32);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  --shadow-tight: 0 10px 32px rgba(0, 0, 0, 0.26);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", Consolas, monospace;
  --radius: 8px;
  --radius-sm: 5px;
  --max: 1240px;
  --measure: 720px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(244, 239, 230, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.025) 1px, transparent 1px),
    var(--ink);
  background-size: 72px 72px, 72px 72px, auto;
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

img {
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  border: 0;
  cursor: pointer;
}

::selection {
  background: rgba(199, 164, 90, 0.35);
  color: var(--paper);
}

:focus-visible {
  outline: 2px solid var(--brass-2);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 6000;
  transform: translateY(-140%);
  border: 1px solid var(--brass);
  border-radius: 6px;
  background: var(--paper);
  color: #11100d;
  font-weight: 800;
  padding: 10px 14px;
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.page-loading {
  cursor: wait;
}

.page-loading body {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 239, 230, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(224, 196, 124, 0.12), transparent 29%),
    linear-gradient(135deg, #030405 0%, #080a0d 52%, #11080b 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  color: var(--paper);
  isolation: isolate;
}

.page-loader::before,
.page-loader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-loader::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 239, 230, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.032) 1px, transparent 1px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 4px);
  background-size: 82px 82px, 82px 82px, auto;
  mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
  animation: loader-grid-drift 6200ms linear infinite;
}

.page-loader::after {
  inset: clamp(18px, 4vw, 54px);
  border: 1px solid rgba(224, 196, 124, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(244, 239, 230, 0.035),
    0 0 80px rgba(0, 0, 0, 0.28);
  animation: loader-frame 2100ms var(--ease) infinite alternate;
}

.loader-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(244, 239, 230, 0.07) 14.04% 14.1%, transparent 14.16% 100%),
    linear-gradient(90deg, transparent 0 82%, rgba(224, 196, 124, 0.11) 82.04% 82.1%, transparent 82.16% 100%),
    linear-gradient(180deg, transparent 0 48%, rgba(224, 196, 124, 0.24) 48.02% 48.08%, transparent 48.14% 100%);
  opacity: 0.72;
  animation: loader-scan 2600ms var(--ease) infinite;
  pointer-events: none;
}

.loader-beam {
  position: absolute;
  inset: 50% 8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 196, 124, 0.72), rgba(47, 125, 102, 0.52), transparent);
  opacity: 0.72;
  transform-origin: center;
  animation: loader-beam 3000ms var(--ease) infinite;
  pointer-events: none;
}

.loader-rule {
  position: absolute;
  top: clamp(22px, 4vw, 58px);
  bottom: clamp(22px, 4vw, 58px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(224, 196, 124, 0.42), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.loader-rule-left {
  left: clamp(22px, 6vw, 92px);
}

.loader-rule-right {
  right: clamp(22px, 6vw, 92px);
}

.loader-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: clamp(14px, 2vw, 20px);
  width: min(720px, calc(100vw - 40px));
  min-height: 0;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(244, 239, 230, 0.11);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.075), rgba(244, 239, 230, 0.02)),
    linear-gradient(135deg, rgba(199, 164, 90, 0.075), transparent 44%),
    rgba(5, 6, 8, 0.62);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.12);
}

.loader-shell::before,
.loader-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.loader-shell::before {
  inset: 12px;
  border: 1px solid rgba(244, 239, 230, 0.07);
}

.loader-shell::after {
  inset: 0;
  background: linear-gradient(105deg, transparent 0 38%, rgba(244, 239, 230, 0.11) 48%, transparent 58% 100%);
  transform: translateX(-130%);
  animation: loader-shell-sheen 4200ms var(--ease) infinite;
}

.loader-shell > * {
  position: relative;
  z-index: 1;
}

.loader-topline,
.loader-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(244, 239, 230, 0.62);
  font-family: var(--font-mono);
  font-size: clamp(0.64rem, 1.3vw, 0.76rem);
  text-transform: uppercase;
}

.loader-topline {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.loader-topline span {
  min-width: 0;
}

.loader-topline span:last-child {
  color: var(--brass-2);
  text-align: right;
}

.loader-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 26px);
  text-align: left;
}

.loader-crest {
  position: relative;
  width: clamp(94px, 13vw, 118px);
  height: clamp(94px, 13vw, 118px);
  display: grid;
  place-items: center;
  animation: loader-crest-rise 1200ms var(--ease) both;
}

.loader-crest img {
  width: 56%;
  height: 56%;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.54));
}

.loader-ring,
.loader-ring::before,
.loader-ring::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(224, 196, 124, 0.32);
}

.loader-ring {
  animation: loader-ring 4200ms linear infinite;
}

.loader-ring::before,
.loader-ring::after {
  content: "";
  inset: 13px;
}

.loader-ring::before {
  border-color: rgba(244, 239, 230, 0.2);
  transform: rotate(45deg);
}

.loader-ring::after {
  inset: 28px;
  border-color: rgba(224, 196, 124, 0.48);
  animation: loader-ring 3200ms linear infinite reverse;
}

.loader-crosshair {
  position: absolute;
  inset: -14px;
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(244, 239, 230, 0.16) 47.2% 52.8%, transparent 53% 100%),
    linear-gradient(180deg, transparent 0 47%, rgba(244, 239, 230, 0.16) 47.2% 52.8%, transparent 53% 100%);
  opacity: 0.58;
  animation: loader-crosshair 3600ms var(--ease) infinite;
  pointer-events: none;
}

.loader-orbit {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  animation: loader-ring 3200ms linear infinite;
  pointer-events: none;
}

.loader-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--brass-2);
  box-shadow: 0 0 24px rgba(224, 196, 124, 0.78);
}

.loader-orbit-b {
  inset: 10px;
  animation-duration: 3600ms;
  animation-direction: reverse;
}

.loader-orbit-b::after {
  width: 5px;
  height: 5px;
  background: var(--cobalt);
  box-shadow: 0 0 22px rgba(40, 95, 146, 0.75);
}

.loader-copy {
  display: grid;
  gap: 8px;
  justify-items: start;
  min-width: 0;
}

.loader-copy span {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.loader-copy span {
  color: var(--brass-2);
  font-size: 0.7rem;
  font-weight: 700;
}

.loader-copy strong {
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 7vw, 5rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow: 0 22px 62px rgba(0, 0, 0, 0.52);
}

.loader-copy small {
  display: grid;
  gap: 3px;
  justify-items: start;
  max-width: 440px;
  color: rgba(244, 239, 230, 0.8);
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 1.2vw, 0.95rem);
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: none;
}

.loader-copy small b {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.05;
}

.loader-copy small em {
  color: rgba(244, 239, 230, 0.68);
  font-style: normal;
}

.loader-signal {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 6px;
  height: 24px;
  padding: 0 2px;
}

.loader-signal span {
  display: block;
  height: 6px;
  border: 1px solid rgba(224, 196, 124, 0.32);
  background: linear-gradient(90deg, rgba(127, 29, 45, 0.2), rgba(224, 196, 124, 0.62), rgba(47, 125, 102, 0.28));
  opacity: 0.5;
  transform-origin: 50% 100%;
  animation: loader-signal-pulse 1400ms var(--ease) infinite;
}

.loader-signal span:nth-child(2) { animation-delay: 120ms; }
.loader-signal span:nth-child(3) { animation-delay: 240ms; }
.loader-signal span:nth-child(4) { animation-delay: 360ms; }
.loader-signal span:nth-child(5) { animation-delay: 480ms; }
.loader-signal span:nth-child(6) { animation-delay: 600ms; }

.loader-desk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(244, 239, 230, 0.1);
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.loader-desk-grid div {
  min-height: 48px;
  padding: 10px 12px;
  border-right: 1px solid rgba(244, 239, 230, 0.1);
  background: rgba(244, 239, 230, 0.025);
  animation: loader-desk-rise 780ms var(--ease) both;
}

.loader-desk-grid div:nth-child(2) { animation-delay: 120ms; }
.loader-desk-grid div:nth-child(3) { animation-delay: 240ms; border-right: 0; }

.loader-desk-grid span,
.loader-desk-grid small {
  display: block;
  color: rgba(244, 239, 230, 0.48);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.loader-desk-grid strong {
  display: block;
  margin: 4px 0 0;
  color: rgba(244, 239, 230, 0.92);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1;
}

.loader-footer {
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(244, 239, 230, 0.1);
}

.loader-progress {
  width: min(520px, 58vw);
  height: 3px;
  overflow: hidden;
  background: rgba(244, 239, 230, 0.1);
}

.loader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--oxblood), var(--brass-2) 42%, var(--jade) 68%, var(--cobalt));
  transition: transform 180ms linear;
}

.loader-counter {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: var(--brass-2);
  font-family: var(--font-mono);
  line-height: 1;
}

.loader-counter span {
  min-width: 3ch;
  color: var(--paper);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.loader-counter small {
  color: var(--brass-2);
  font-size: 0.78rem;
}

.page-loader[data-mode="quick"] .loader-shell::after {
  animation-duration: 1300ms;
}

.page-loader[data-mode="quick"] .loader-signal span {
  animation-duration: 760ms;
}

.page-loader[data-mode="quick"] .loader-topline span:nth-child(2) {
  color: var(--brass-2);
}

.page-loader-exit {
  opacity: 0;
  transform: scale(1.012) translateY(-8px);
  filter: blur(10px);
  transition: opacity 680ms var(--ease), transform 680ms var(--ease), filter 680ms var(--ease);
  pointer-events: none;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.container-wide {
  width: min(100% - 32px, 1440px);
  margin-inline: auto;
}

.container-narrow {
  width: min(100% - 32px, 860px);
  margin-inline: auto;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 56px 0;
}

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.035);
}

.paper-band {
  background: var(--paper);
  color: #15110c;
}

.paper-band .eyebrow,
.paper-band .meta,
.paper-band .section-kicker {
  color: #766c5c;
}

.paper-band .muted {
  color: #5f584e;
}

.grid-2,
.grid-3,
.grid-4,
.feature-grid,
.division-grid,
.archive-grid {
  display: grid;
  gap: 20px;
}

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

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

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.division-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack {
  display: grid;
  gap: 16px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.cluster {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.between {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.center {
  text-align: center;
}

.muted {
  color: var(--muted);
}

.meta,
.eyebrow,
.section-kicker,
.mono {
  font-family: var(--font-mono);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--brass-2);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.display {
  font-size: 5.7rem;
  line-height: 0.96;
}

.display-medium {
  font-size: 4.4rem;
  line-height: 1;
}

.title-xl {
  font-size: 3.3rem;
}

.title-lg {
  font-size: 2.45rem;
}

.title-md {
  font-size: 1.55rem;
  line-height: 1.14;
}

.body-lg {
  font-size: 1.12rem;
  line-height: 1.78;
}

.body-sm {
  font-size: 0.9rem;
}

.meta {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.rule {
  height: 1px;
  background: var(--line);
  margin: 32px 0;
}

.text-link {
  color: var(--brass-2);
  text-decoration: underline;
  text-decoration-color: rgba(224, 196, 124, 0.45);
  text-underline-offset: 4px;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--line-strong);
  background: rgba(244, 239, 230, 0.04);
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.12);
}

.btn.active,
.btn[aria-current="page"] {
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.14);
  color: var(--brass-2);
}

.btn-primary {
  border-color: var(--brass);
  background: var(--brass);
  color: #11100d;
}

.btn-primary:hover {
  background: var(--brass-2);
  color: #11100d;
}

.btn-dark {
  border-color: rgba(0, 0, 0, 0.2);
  background: #11100d;
  color: var(--paper);
}

.btn-icon {
  width: 42px;
  padding-inline: 0;
}

.btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.btn-sm {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 0.8rem;
}

.chip,
.badge,
.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.05);
  color: var(--paper-2);
  font-size: 0.78rem;
  font-weight: 700;
}

.chip[data-tone="debate"],
.badge-debate {
  border-color: rgba(127, 29, 45, 0.45);
  background: rgba(127, 29, 45, 0.2);
}

.chip[data-tone="pub"],
.badge-pub {
  border-color: rgba(199, 164, 90, 0.42);
  background: rgba(199, 164, 90, 0.16);
}

.chip[data-tone="air"],
.badge-air {
  border-color: rgba(40, 95, 146, 0.48);
  background: rgba(40, 95, 146, 0.22);
}

.filter-chip {
  cursor: pointer;
}

.filter-chip.active {
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.18);
  color: var(--brass-2);
}

.filter-chip:focus-visible {
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.18);
  color: var(--paper);
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 78px;
  border-bottom: 1px solid transparent;
  transition: background 240ms var(--ease), border-color 240ms var(--ease);
}

.site-nav.scrolled,
.site-nav.menu-open {
  background: rgba(7, 8, 10, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(100% - 32px, 1440px);
  height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-brass);
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(244, 239, 230, 0.04);
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.72rem;
}

.brand[aria-current="page"] .brand-mark {
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 8, 10, 0.42);
  list-style: none;
  margin: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--paper-2);
  font-size: 0.84rem;
  font-weight: 700;
  transition: background 200ms var(--ease), color 200ms var(--ease);
}

.nav-links a:hover,
.nav-links a.active,
.nav-more summary:hover,
.nav-more summary.active,
.nav-more[open] summary {
  background: rgba(244, 239, 230, 0.1);
  color: var(--paper);
}

.nav-more {
  position: relative;
}

.nav-more summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--paper-2);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  transition: background 200ms var(--ease), color 200ms var(--ease);
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms var(--ease);
}

.nav-more[open] summary::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(280px, calc(100vw - 32px));
  max-height: min(70vh, 620px);
  overflow-y: auto;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 8, 10, 0.94);
  box-shadow: var(--shadow-tight);
  backdrop-filter: blur(18px);
}

.nav-more-menu a {
  justify-content: space-between;
  width: 100%;
  border-radius: 6px;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 190px;
}

.site-notice {
  position: fixed;
  top: 88px;
  left: 50%;
  z-index: 990;
  width: min(1040px, calc(100% - 32px));
  transform: translateX(-50%);
  animation: notice-in 420ms var(--ease) both;
}

.site-notice-inner {
  display: grid;
  grid-template-columns: auto auto minmax(140px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(199, 164, 90, 0.36);
  border-radius: 8px;
  background: rgba(7, 8, 10, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.site-notice-inner.no-thumb {
  grid-template-columns: auto minmax(140px, auto) minmax(0, 1fr);
}

.site-notice-thumb {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.site-notice-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-notice strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.98rem;
}

.site-notice span:last-child {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes notice-in {
  from { opacity: 0; transform: translate(-50%, -8px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(244, 239, 230, 0.04);
  color: var(--paper);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.mobile-panel {
  position: fixed;
  inset: 78px 0 0;
  z-index: 999;
  display: none;
  overflow-y: auto;
  padding: 24px;
  background: rgba(7, 8, 10, 0.96);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--line);
}

.mobile-panel.open {
  display: block;
}

.mobile-panel-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.mobile-panel-head strong {
  max-width: 420px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.08;
}

.mobile-panel-links {
  display: grid;
}

.mobile-panel a {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.mobile-panel a.active,
.mobile-panel a[aria-current="page"] {
  color: var(--brass-2);
}

.mobile-panel a.active span:last-child,
.mobile-panel a[aria-current="page"] span:last-child {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.mobile-panel-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.mobile-panel .mobile-action {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 102px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 239, 230, 0.045);
  font-family: var(--font-body);
  font-size: 0.92rem;
}

.mobile-action span,
.mobile-action small {
  display: block;
}

.mobile-action span {
  color: var(--paper);
  font-weight: 800;
}

.mobile-action small {
  color: var(--muted);
  line-height: 1.4;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 128px 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(7, 8, 10, 0.78), rgba(7, 8, 10, 0.2)),
    linear-gradient(180deg, rgba(7, 8, 10, 0.2), var(--ink)),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(244, 239, 230, 0.08) 7.1% 7.2%, transparent 7.3% 100%),
    linear-gradient(180deg, transparent 0 74%, rgba(199, 164, 90, 0.22) 74.1% 74.35%, transparent 74.5% 100%);
  pointer-events: none;
}

.hero-visual {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 76px;
  width: min(38vw, 520px);
  min-width: 300px;
  opacity: 0.18;
  filter: saturate(0.85);
}

.hero-visual img {
  width: 100%;
  object-fit: contain;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
}

.hero-copy {
  max-width: 860px;
}

.hero h1 {
  margin-bottom: 24px;
}

.hero .body-lg {
  max-width: 680px;
  color: var(--paper-2);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.home-hero {
  align-items: center;
  min-height: 100vh;
  padding: 128px 0 48px;
  background:
    linear-gradient(90deg, rgba(244, 239, 230, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.035) 1px, transparent 1px),
    linear-gradient(112deg, #07080a 0 58%, #14110d 58.08% 100%);
  background-size: 88px 88px, 88px 88px, auto;
  isolation: isolate;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 88px max(24px, calc((100vw - var(--max)) / 2)) 44px auto;
  width: min(33vw, 420px);
  background:
    linear-gradient(90deg, transparent 0 49.6%, rgba(199, 164, 90, 0.42) 49.7% 50.2%, transparent 50.3% 100%),
    linear-gradient(180deg, transparent 0 16%, rgba(244, 239, 230, 0.12) 16.1% 16.35%, transparent 16.45% 100%),
    linear-gradient(180deg, transparent 0 82%, rgba(244, 239, 230, 0.1) 82.1% 82.35%, transparent 82.45% 100%);
  opacity: 0.7;
  pointer-events: none;
}

.home-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(34px, 6vw, 78px);
  align-items: stretch;
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.hero-masthead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(100%, 620px);
  margin-bottom: clamp(28px, 5vw, 54px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-brass);
}

.hero-masthead img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.hero-masthead div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hero-masthead span,
.hero-masthead strong {
  display: block;
  overflow-wrap: anywhere;
}

.hero-masthead span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.hero-masthead strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.home-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--brass-2);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.home-motto {
  margin: -4px 0 18px;
  color: rgba(245, 239, 226, 0.74);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.display-home {
  margin-bottom: 24px;
  max-width: 900px;
  font-size: clamp(5.2rem, 13vw, 12.5rem);
  line-height: 0.78;
}

.display-home span,
.display-home em {
  display: block;
}

.display-home span {
  color: var(--paper);
}

.display-home em {
  max-width: 660px;
  margin-top: 22px;
  color: var(--brass-2);
  font-family: var(--font-body);
  font-size: clamp(1.04rem, 2vw, 1.65rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.28;
}

.home-deck {
  max-width: 670px;
  padding-left: 22px;
  border-left: 1px solid rgba(199, 164, 90, 0.55);
  color: var(--paper-2);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.72;
}

.home-division-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 900px);
  margin-top: clamp(30px, 5vw, 52px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-division-tile {
  position: relative;
  min-height: 164px;
  padding: 20px 18px 18px;
  border-right: 1px solid var(--line);
  background: rgba(7, 8, 10, 0.18);
  transition: background 220ms var(--ease), color 220ms var(--ease);
}

.home-division-tile:hover {
  background: rgba(244, 239, 230, 0.07);
}

.home-division-tile:focus-visible {
  background: rgba(244, 239, 230, 0.08);
}

.home-division-tile:last-child {
  border-right: 0;
}

.home-division-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--brass);
}

.home-division-tile[data-division="debating"]::before { background: var(--oxblood); }
.home-division-tile[data-division="publications"]::before { background: var(--brass); }
.home-division-tile[data-division="airwaves"]::before { background: var(--cobalt); }

.home-division-tile span,
.home-division-tile small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.home-division-tile span {
  margin-bottom: 16px;
  font-family: var(--font-mono);
  color: var(--brass-2);
}

.home-division-tile strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.05;
}

.home-command-card {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 560px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line-brass);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.92), rgba(222, 213, 199, 0.84)),
    var(--paper);
  color: #17110c;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.home-command-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(23, 17, 12, 0.14);
  pointer-events: none;
}

.command-mark {
  display: grid;
  place-items: center;
  width: 134px;
  height: 134px;
  margin: 14px auto 26px;
  border: 1px solid rgba(23, 17, 12, 0.2);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(23, 17, 12, 0.14) 49.2% 50.8%, transparent 51%),
    linear-gradient(180deg, transparent 49%, rgba(23, 17, 12, 0.14) 49.2% 50.8%, transparent 51%);
}

.command-mark img {
  width: 86px;
  filter: saturate(0.92) contrast(1.08);
}

.command-ledger {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 17, 12, 0.18);
}

.command-ledger .meta {
  color: rgba(23, 17, 12, 0.58);
}

.command-ledger p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  line-height: 1.08;
}

.command-manifest {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  align-self: end;
  margin-top: 42px;
  border-top: 1px solid rgba(23, 17, 12, 0.18);
}

.command-manifest div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 17, 12, 0.14);
}

.command-manifest span {
  color: rgba(23, 17, 12, 0.58);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.command-manifest strong {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.38;
}

.command-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid rgba(23, 17, 12, 0.2);
}

.command-stats div {
  padding: 14px 10px 0 0;
  border-right: 1px solid rgba(23, 17, 12, 0.16);
}

.command-stats div:last-child {
  border-right: 0;
}

.command-stats strong,
.command-stats span {
  display: block;
}

.command-stats strong {
  font-family: var(--font-display);
}

.command-stats span {
  margin-top: 3px;
  color: rgba(23, 17, 12, 0.58);
  font-size: 0.76rem;
}

.home-scroll-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 18px;
  width: 1px;
  height: 58px;
  background: rgba(244, 239, 230, 0.16);
  overflow: hidden;
}

.home-scroll-line span {
  display: block;
  width: 100%;
  height: 26px;
  background: var(--brass-2);
  animation: scrollPulse 2.4s var(--ease) infinite;
}

@keyframes scrollPulse {
  0% { transform: translateY(-32px); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(64px); opacity: 0; }
}

.signal-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.74);
  box-shadow: var(--shadow-tight);
  overflow: hidden;
}

.signal-panel header,
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.signal-panel .signal-body {
  padding: 16px;
}

.signal-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.signal-row:last-child {
  border-bottom: 0;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0e12;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 42s linear infinite;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  color: var(--paper-2);
  font-family: var(--font-mono);
  font-size: 0.8rem;
}

.ticker-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brass);
}

.gateway-section {
  position: relative;
  overflow: hidden;
}

.gateway-console {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(199, 164, 90, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(199, 164, 90, 0.12), rgba(40, 95, 146, 0.08) 45%, rgba(7, 8, 10, 0.12)),
    rgba(16, 20, 27, 0.72);
  box-shadow: var(--shadow-tight);
}

.gateway-brief {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 360px;
  padding: 18px;
}

.gateway-brief .section-header {
  margin-bottom: 0;
}

.gateway-proof {
  display: grid;
  gap: 10px;
}

.gateway-proof div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.gateway-proof strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.gateway-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gateway-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 8, 10, 0.44);
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease);
}

.gateway-card::before {
  content: attr(data-index);
  position: absolute;
  right: 14px;
  top: 10px;
  color: rgba(244, 239, 230, 0.08);
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1;
  pointer-events: none;
}

.gateway-card:hover,
.gateway-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--brass);
  background: rgba(23, 29, 37, 0.82);
}

.gateway-card h3 {
  max-width: 260px;
  margin-top: 20px;
}

.gateway-card p {
  margin-top: 12px;
}

.gateway-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--brass-2);
  font-weight: 800;
}

.submission-route-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--brass-2);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.submission-route-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brass);
}

.archive-command {
  min-width: min(100%, 760px);
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 8, 10, 0.34);
}

.archive-command.compact {
  min-width: min(100%, 520px);
}

.archive-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.archive-controls .form-input,
.archive-controls .form-select {
  max-width: none !important;
}

.archive-controls .form-input {
  width: min(280px, 100%);
}

.archive-controls .form-select {
  width: min(210px, 100%);
}

.archive-summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.archive-summary strong {
  color: var(--paper);
}

.archive-reset {
  white-space: nowrap;
}

.event-filter-rail {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.reader-recovery {
  padding: 150px 0 80px;
}

.reader-recovery-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.78);
  box-shadow: var(--shadow-tight);
}

.reader-recovery-panel .empty-state {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.reader-recovery-suggestions {
  display: grid;
  gap: 16px;
}

.article-related-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.article-related-header .section-kicker {
  margin-bottom: 8px;
}

.reader-next-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-header p {
  margin-top: 14px;
  color: var(--muted);
}

.section-header.center {
  margin-inline: auto;
}

.institution-card,
.division-card,
.article-card,
.event-card,
.media-card,
.resource-card,
.team-card,
.metric-card,
.quote-panel,
.admin-card,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.78);
  box-shadow: var(--shadow-tight);
}

.division-card,
.article-card,
.event-card,
.media-card,
.resource-card,
.team-card,
.metric-card {
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease);
}

.division-card:hover,
.article-card:hover,
.event-card:hover,
.media-card:hover,
.resource-card:hover,
.team-card:hover,
.metric-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-brass);
  background: rgba(23, 29, 37, 0.86);
}

.division-card:focus-visible,
.article-card:focus-visible,
.event-card:focus-visible,
.media-card:focus-within,
.resource-card:focus-visible,
.team-card:focus-within,
.metric-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--brass);
  background: rgba(23, 29, 37, 0.92);
}

.division-card {
  min-height: 380px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.division-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--brass);
}

.division-card[data-division="debating"]::after { background: var(--oxblood); }
.division-card[data-division="publications"]::after { background: var(--brass); }
.division-card[data-division="airwaves"]::after { background: var(--cobalt); }

.division-card h3 {
  margin: 16px 0 12px;
  font-size: 2rem;
}

.division-card p {
  color: var(--muted);
}

.division-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  color: var(--paper-2);
  font-weight: 700;
}

.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.mini-stat {
  padding: 24px;
  border-right: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.035);
}

.mini-stat:last-child {
  border-right: 0;
}

.mini-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1;
}

.mini-stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
}

.article-card {
  display: grid;
  min-height: 380px;
  overflow: hidden;
}

.article-card.featured {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  min-height: 460px;
}

.cover-art {
  min-height: 190px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(199, 164, 90, 0.2), transparent 40%),
    linear-gradient(45deg, rgba(127, 29, 45, 0.18), transparent 48%),
    #121820;
  position: relative;
  overflow: hidden;
}

.poster-frame {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #111419;
}

.article-card.featured .poster-frame {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.poster-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.001);
  transition: transform 520ms var(--ease), filter 520ms var(--ease);
}

.article-card:hover .poster-frame img,
.event-card:hover .poster-frame img,
.media-card:hover .media-visual img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06);
}

.poster-frame::after,
.media-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0) 48%, rgba(7, 8, 10, 0.72) 100%),
    linear-gradient(90deg, rgba(244, 239, 230, 0.12) 1px, transparent 1px);
  background-size: auto, 28px 28px;
  pointer-events: none;
}

.poster-frame figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 999px;
  background: rgba(7, 8, 10, 0.66);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.poster-compact {
  min-height: 210px;
  margin: -22px -22px 18px;
  border-bottom: 1px solid var(--line);
}

.poster-compact img {
  min-height: 210px;
}

.poster-upload {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.035);
}

.poster-preview {
  display: grid;
  min-height: 180px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 8, 10, 0.48);
  color: var(--muted);
  text-align: center;
}

.poster-preview img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.poster-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.82rem;
}

.submission-hero .hero-copy {
  max-width: 830px;
}

.submission-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.submission-form-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 17, 12, 0.18);
}

.submission-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(21, 17, 12, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 17, 12, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(145deg, #000 0%, transparent 72%);
}

.submission-form-card > * {
  position: relative;
  z-index: 1;
}

.submission-writing-field {
  min-height: 360px;
  line-height: 1.65;
}

.submission-upload {
  display: grid;
  gap: 12px;
}

.submission-dropzone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px dashed rgba(21, 17, 12, 0.26);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.62);
}

.submission-image-preview {
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 17, 12, 0.14);
  border-radius: 7px;
  background-color: rgba(21, 17, 12, 0.06);
  background-position: center;
  background-size: cover;
  color: #5f584e;
  font-weight: 800;
  text-align: center;
}

.submission-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #5f584e;
  font-size: 0.9rem;
  line-height: 1.5;
}

.submission-check input {
  margin-top: 3px;
}

.submission-submit {
  width: 100%;
  margin-top: 20px;
}

.submission-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.submission-review-rail {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 1px solid rgba(21, 17, 12, 0.16);
  border-radius: var(--radius);
  background: #fffaf0;
  color: #15110c;
  box-shadow: 0 18px 60px rgba(21, 17, 12, 0.1);
  padding: 24px;
}

.submission-review-rail .card-copy {
  color: #5f584e;
}

.submission-status-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.submission-status-list div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border: 1px solid rgba(21, 17, 12, 0.12);
  border-radius: 7px;
  background: rgba(21, 17, 12, 0.035);
}

.submission-status-list span {
  color: #5f584e;
  font-size: 0.86rem;
}

.standards-hero {
  min-height: 82vh;
  background:
    linear-gradient(90deg, rgba(224, 196, 124, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 239, 230, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(127, 29, 45, 0.22), transparent 38%),
    linear-gradient(225deg, rgba(40, 95, 146, 0.2), transparent 42%),
    var(--ink);
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.standards-hero .hero-copy {
  max-width: 900px;
}

.standards-hero-mark {
  opacity: 0.13;
}

.standards-hero-mark img {
  filter: saturate(0.8) contrast(1.08);
}

.standards-jump-wrap {
  position: sticky;
  top: 78px;
  z-index: 900;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 10, 0.82);
  backdrop-filter: blur(18px);
}

.standards-jump {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: thin;
}

.standards-jump a {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.standards-jump a:hover,
.standards-jump a:focus-visible {
  border-color: var(--line-brass);
  background: rgba(199, 164, 90, 0.1);
  color: var(--brass-2);
}

.standards-opening,
.standards-admin-panel,
.standards-close,
.standards-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.standards-principles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid rgba(21, 17, 12, 0.14);
  border-bottom: 1px solid rgba(21, 17, 12, 0.14);
}

.standards-principle {
  min-height: 300px;
  padding: 24px 20px;
  border-right: 1px solid rgba(21, 17, 12, 0.14);
}

.standards-principle:last-child {
  border-right: 0;
}

.standards-principle span,
.standard-format .chip,
.standards-requirement span,
.standards-media-rule span,
.standards-admin-rule span,
.standards-process-step span {
  font-family: var(--font-mono);
}

.standards-principle span {
  display: block;
  color: #8a7551;
  font-size: 0.74rem;
  font-weight: 800;
}

.standards-principle h3,
.standard-format h3,
.standards-requirement h3,
.standards-ethic h3,
.standards-process-step h3,
.standards-tool-rule h3,
.standards-checklist-group h3 {
  margin-top: 18px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.standards-principle p,
.standard-format p,
.standards-requirement p,
.standards-ethic p,
.standards-media-rule p,
.standards-process-step p,
.standards-tool-rule p,
.standards-style-list p,
.standards-writing-item p,
.standards-admin-rule p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

.paper-band .standards-principle p,
.paper-band .standards-requirement p,
.paper-band .standards-admin-rule p {
  color: #5f584e;
}

.standards-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.standard-format {
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.055), rgba(244, 239, 230, 0.025)),
    rgba(16, 20, 27, 0.76);
  box-shadow: var(--shadow-tight);
}

.standard-format ul,
.standards-checklist-group ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.standard-format li,
.standards-checklist-group li {
  position: relative;
  padding-left: 18px;
  color: var(--paper-2);
  font-size: 0.92rem;
}

.standard-format li::before,
.standards-checklist-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--brass-2);
}

.standards-note {
  padding: 28px;
  border: 1px solid var(--line-brass);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(199, 164, 90, 0.16), transparent 56%),
    rgba(16, 20, 27, 0.82);
  box-shadow: var(--shadow);
}

.standards-note strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.08;
}

.standards-note p {
  margin-top: 14px;
  color: var(--paper-2);
}

.standards-requirement-grid,
.standards-ethics-grid,
.standards-media,
.standards-admin-grid,
.standards-style-list,
.standards-tool-grid,
.standards-checklist {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.standards-requirement-grid,
.standards-admin-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.standards-requirement,
.standards-admin-rule {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: var(--radius);
  background: rgba(7, 8, 10, 0.32);
}

.standards-requirement span,
.standards-admin-rule span,
.standards-media-rule span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--brass-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.standards-writing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.standards-writing-item {
  min-height: 220px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}

.standards-writing-item:last-child {
  border-right: 0;
}

.standards-writing-item strong,
.standards-style-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.08;
}

.standards-matrix,
.standards-rubric {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(21, 17, 12, 0.14);
  border-radius: var(--radius);
  background: #fffaf0;
}

.standards-matrix > div,
.standards-rubric > div {
  min-height: 88px;
  padding: 18px;
  border-right: 1px solid rgba(21, 17, 12, 0.12);
  border-bottom: 1px solid rgba(21, 17, 12, 0.12);
  color: #33291e;
}

.standards-matrix > div:nth-child(3n),
.standards-rubric > div:nth-child(3n) {
  border-right: 0;
}

.standards-matrix > div:nth-last-child(-n + 3),
.standards-rubric > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.standards-matrix-head,
.standards-rubric-head {
  min-height: auto !important;
  background: #18110c;
  color: var(--paper) !important;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.standards-matrix p {
  margin-top: 5px;
  color: #665d52;
  font-size: 0.88rem;
}

.standards-ethics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.standards-ethic,
.standards-tool-rule,
.standards-checklist-group {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.72);
  box-shadow: var(--shadow-tight);
}

.standards-media {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.standards-media-rule {
  min-height: 250px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
}

.standards-media-rule:last-child {
  border-right: 0;
}

.standards-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.standards-process-step {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.055), transparent),
    rgba(16, 20, 27, 0.74);
  overflow: hidden;
}

.standards-process-step span {
  color: rgba(224, 196, 124, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
}

.standards-process-step > * {
  position: relative;
  z-index: 1;
}

.standards-process-step::after {
  content: attr(data-step);
  position: absolute;
  inset: auto 12px -24px auto;
  z-index: 0;
  color: rgba(244, 239, 230, 0.045);
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 1;
}

.standards-admin-panel,
.standards-close {
  align-items: center;
}

.standards-admin-actions,
.standards-close-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.paper-band .standards-admin-rule {
  border-color: rgba(21, 17, 12, 0.14);
  background: rgba(21, 17, 12, 0.035);
}

.paper-band .standards-admin-rule span {
  color: #8a7551;
}

.standards-style-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.standards-style-list div {
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.72);
}

.standards-tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.standards-checklist {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.standards-checklist-group {
  min-height: 360px;
}

.standards-rubric {
  margin-top: 28px;
}

.standards-rubric strong {
  color: #15110c;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

@media (max-width: 1180px) {
  .standards-principles,
  .standards-writing-grid,
  .standards-media {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .standards-principle:nth-child(3n),
  .standards-writing-item:nth-child(3n),
  .standards-media-rule:nth-child(3n) {
    border-right: 0;
  }
  .standards-principle,
  .standards-writing-item,
  .standards-media-rule {
    border-bottom: 1px solid currentColor;
  }
  .standards-principle {
    border-bottom-color: rgba(21, 17, 12, 0.14);
  }
  .standards-writing-item,
  .standards-media-rule {
    border-bottom-color: var(--line);
  }
  .standards-format-grid,
  .standards-requirement-grid,
  .standards-admin-grid,
  .standards-process,
  .standards-style-list,
  .standards-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .standards-jump-wrap {
    top: 62px;
  }
  .standards-jump {
    padding: 8px 0;
  }
  .standards-opening,
  .standards-admin-panel,
  .standards-close,
  .standards-split,
  .standards-format-grid,
  .standards-requirement-grid,
  .standards-ethics-grid,
  .standards-process,
  .standards-style-list,
  .standards-tool-grid,
  .standards-checklist {
    grid-template-columns: 1fr;
  }
  .standards-principles,
  .standards-writing-grid,
  .standards-media {
    grid-template-columns: 1fr;
  }
  .standards-principle,
  .standards-writing-item,
  .standards-media-rule {
    min-height: auto;
    border-right: 0;
  }
  .standards-principle:last-child,
  .standards-writing-item:last-child,
  .standards-media-rule:last-child {
    border-bottom: 0;
  }
  .standard-format,
  .standards-requirement,
  .standards-admin-rule,
  .standards-process-step,
  .standards-checklist-group,
  .standards-style-list div,
  .standards-media-rule {
    min-height: auto;
  }
  .standards-matrix,
  .standards-rubric {
    grid-template-columns: 1fr;
  }
  .standards-matrix-head,
  .standards-rubric-head {
    display: none;
  }
  .standards-matrix > div,
  .standards-rubric > div,
  .standards-matrix > div:nth-child(3n),
  .standards-rubric > div:nth-child(3n),
  .standards-matrix > div:nth-last-child(-n + 3),
  .standards-rubric > div:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 17, 12, 0.12);
  }
  .standards-matrix > div:last-child,
  .standards-rubric > div:last-child {
    border-bottom: 0;
  }
  .standards-admin-actions,
  .standards-close-actions {
    justify-content: flex-start;
  }
}

.article-card.featured .cover-art {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.cover-art::before {
  content: attr(data-section);
  position: absolute;
  inset: auto 18px 18px;
  color: rgba(244, 239, 230, 0.26);
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.95;
}

.cover-art[data-tone="debate"] {
  background:
    linear-gradient(135deg, rgba(127, 29, 45, 0.45), transparent 54%),
    linear-gradient(90deg, rgba(244, 239, 230, 0.08) 1px, transparent 1px),
    #111419;
  background-size: auto, 26px 26px, auto;
}

.cover-art[data-tone="air"] {
  background:
    linear-gradient(135deg, rgba(40, 95, 146, 0.42), transparent 54%),
    repeating-linear-gradient(90deg, rgba(244, 239, 230, 0.06) 0 2px, transparent 2px 14px),
    #101721;
}

.article-body,
.media-body,
.event-body,
.resource-body {
  padding: 22px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.article-card h3,
.media-card h3,
.event-card h3,
.resource-card h3 {
  font-size: 1.35rem;
  line-height: 1.12;
}

.article-card.featured h3 {
  font-size: 2.5rem;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.article-excerpt,
.card-copy {
  color: var(--muted);
  font-size: 0.94rem;
}

.event-card {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--brass);
}

.event-card[data-division="debating"]::before { background: var(--oxblood); }
.event-card[data-division="publications"]::before { background: var(--brass); }
.event-card[data-division="airwaves"]::before { background: var(--cobalt); }

.event-card h3 {
  margin-top: 10px;
}

.event-card p {
  margin-top: 10px;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 16px;
  position: relative;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-date {
  color: var(--brass-2);
  font-family: var(--font-mono);
  font-weight: 700;
}

.quote-panel {
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(199, 164, 90, 0.13), transparent),
    rgba(16, 20, 27, 0.78);
}

.quote-panel blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.18;
}

.quote-panel cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
}

.media-card {
  overflow: hidden;
}

.media-visual {
  position: relative;
  min-height: 190px;
  border-bottom: 1px solid var(--line);
  background:
    repeating-linear-gradient(90deg, rgba(244, 239, 230, 0.08) 0 2px, transparent 2px 20px),
    linear-gradient(135deg, rgba(40, 95, 146, 0.32), rgba(127, 29, 45, 0.16)),
    #101721;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.media-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms var(--ease), filter 520ms var(--ease);
}

.airwaves-calendar-tools {
  justify-content: flex-end;
}

.airwaves-calendar-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 22px;
  margin-top: 26px;
}

.calendar-board,
.calendar-agenda {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.76);
  box-shadow: var(--shadow);
}

.calendar-toolbar,
.calendar-agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.calendar-toolbar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 10, 0.36);
}

.calendar-weekdays span {
  padding: 10px;
  color: var(--quiet);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid {
  padding: 10px;
  gap: 7px;
}

.calendar-day {
  position: relative;
  display: grid;
  min-height: 72px;
  align-content: space-between;
  justify-items: start;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(7, 8, 10, 0.42);
  color: var(--paper);
  padding: 9px;
  text-align: left;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.calendar-day:not(.is-blank):hover,
.calendar-day.is-selected {
  transform: translateY(-2px);
  border-color: var(--brass);
  background: rgba(199, 164, 90, 0.12);
}

.calendar-day.is-blank {
  min-height: 72px;
  border-color: transparent;
  background: transparent;
}

.calendar-day.is-today {
  border-color: rgba(224, 196, 124, 0.66);
}

.calendar-day.has-events::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 16px rgba(40, 95, 146, 0.8);
}

.calendar-day span {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
}

.calendar-day strong {
  color: var(--brass-2);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.calendar-agenda {
  max-height: 760px;
  overflow-y: auto;
}

.calendar-agenda-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(16, 20, 27, 0.94);
  backdrop-filter: blur(12px);
}

.calendar-agenda-header h3 {
  margin-top: 10px;
}

.calendar-selected-list,
.calendar-all-list {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.calendar-all-list {
  padding-top: 0;
}

.calendar-event-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 8, 10, 0.34);
}

.calendar-event-card.compact {
  background: rgba(40, 95, 146, 0.12);
}

.calendar-event-card[data-scope="sju"] {
  border-left: 3px solid var(--oxblood);
}

.calendar-event-card[data-scope="around"] {
  border-left: 3px solid var(--brass);
}

.calendar-event-card[data-scope="epigram"] {
  border-left: 3px solid var(--cobalt);
}

.calendar-event-date {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(244, 239, 230, 0.05);
}

.calendar-event-date strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}

.calendar-event-date span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.calendar-event-card h3 {
  margin-top: 9px;
  font-size: 1.1rem;
}

.calendar-event-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.play-glyph {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(7, 8, 10, 0.46);
}

.play-glyph::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--paper);
  margin-left: 4px;
}

.motion-table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.motion-row {
  display: grid;
  grid-template-columns: 140px 1fr 120px;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 20, 27, 0.62);
}

.motion-row:last-child {
  border-bottom: 0;
}

.resource-card {
  padding: 20px;
}

.drive-card {
  min-height: 100%;
  overflow: hidden;
}

.drive-card-poster {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, rgba(213, 177, 74, 0.16), rgba(69, 95, 150, 0.12));
  border-bottom: 1px solid var(--line);
}

.drive-card-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drive-card-body {
  padding: 20px;
}

.drive-card-body h3 {
  margin-top: 14px;
}

.drive-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.gallery-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.74);
  box-shadow: var(--shadow-tight);
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--panel);
}

.gallery-card div {
  padding: 18px;
}

.gallery-card h3 {
  margin-top: 8px;
  font-size: 1.35rem;
}

.gallery-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.94rem;
}

.team-card {
  padding: 22px;
  min-height: 260px;
}

.team-avatar {
  width: 76px;
  height: 76px;
  border: 1px solid var(--line-brass);
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: rgba(244, 239, 230, 0.05);
  color: var(--brass-2);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo-lockup img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.constitution-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.constitution-index a,
.constitution-index div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.6);
}

.reader-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  height: 3px;
  background: transparent;
}

.reader-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--brass-2);
}

.article-shell {
  padding: 126px 0 88px;
  background: var(--paper);
  color: #15110c;
}

.article-header {
  width: min(100% - 32px, 980px);
  margin: 0 auto 48px;
}

.article-header h1 {
  margin: 14px 0 18px;
  font-size: 4.4rem;
  line-height: 1;
}

.article-deck {
  max-width: 760px;
  color: #5f584e;
  font-size: 1.18rem;
  line-height: 1.75;
}

.article-poster {
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(21, 17, 12, 0.18);
  border-radius: var(--radius);
  background: #15110c;
}

.article-poster img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-layout {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 230px minmax(0, var(--measure));
  gap: 56px;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 104px;
  border-top: 1px solid rgba(21, 17, 12, 0.2);
  padding-top: 16px;
}

.article-toc a {
  display: block;
  padding: 8px 0;
  color: #665f55;
  font-size: 0.86rem;
}

.article-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.86;
}

.article-content p {
  margin: 0 0 1.4em;
}

.article-content h2,
.article-content h3 {
  margin: 2em 0 0.7em;
  color: #15110c;
}

.article-content h2 {
  font-size: 2rem;
}

.article-content h3 {
  font-size: 1.35rem;
}

.article-content blockquote {
  margin: 2.2em 0;
  padding: 0 0 0 24px;
  border-left: 3px solid var(--oxblood);
  color: #3d251f;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.35;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.4em 1.4em;
}

.article-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 17, 12, 0.2);
}

.article-related {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(21, 17, 12, 0.14);
}

.form-panel {
  padding: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group {
  display: grid;
  gap: 7px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 8, 10, 0.52);
  color: var(--paper);
  padding: 11px 12px;
  outline: none;
  transition: border-color 180ms var(--ease), background 180ms var(--ease);
}

.paper-band .form-input,
.paper-band .form-select,
.paper-band .form-textarea {
  background: #fffaf0;
  border-color: rgba(21, 17, 12, 0.18);
  color: #15110c;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--brass);
  background: rgba(7, 8, 10, 0.72);
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
}

.loader {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 42px;
}

.loader-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass);
  animation: pulse 1s ease-in-out infinite;
}

.loader-dot:nth-child(2) { animation-delay: 120ms; }
.loader-dot:nth-child(3) { animation-delay: 240ms; }

@keyframes pulse {
  0%, 100% { transform: scale(0.65); opacity: 0.45; }
  50% { transform: scale(1); opacity: 1; }
}

.empty-state {
  padding: 42px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  text-align: center;
  color: var(--muted);
}

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: grid;
  gap: 10px;
}

.toast {
  width: min(360px, calc(100vw - 36px));
  border: 1px solid var(--line);
  border-left: 4px solid var(--brass);
  border-radius: var(--radius);
  background: rgba(16, 20, 27, 0.96);
  box-shadow: var(--shadow);
  color: var(--paper);
  padding: 13px 14px;
  animation: toast-in 180ms var(--ease);
}

.toast.error { border-left-color: #d35d5d; }
.toast.success { border-left-color: var(--jade); }

@keyframes toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-grid-drift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 82px 0, 0 82px, 26px 0; }
}

@keyframes loader-frame {
  from { opacity: 0.34; transform: scale(0.988); }
  to { opacity: 0.7; transform: scale(1); }
}

@keyframes loader-scan {
  0% { transform: translateY(-18px); opacity: 0.5; }
  50% { opacity: 1; }
  100% { transform: translateY(18px); opacity: 0.64; }
}

@keyframes loader-beam {
  0% { transform: translateX(-18%) scaleX(0.34); opacity: 0; }
  28% { opacity: 0.76; }
  100% { transform: translateX(18%) scaleX(0.92); opacity: 0; }
}

@keyframes loader-shell-sheen {
  0% { transform: translateX(-130%); opacity: 0; }
  24% { opacity: 0.58; }
  52% { opacity: 0; }
  100% { transform: translateX(130%); opacity: 0; }
}

@keyframes loader-ring {
  to { transform: rotate(360deg); }
}

@keyframes loader-crosshair {
  0%, 100% { transform: scale(0.96) rotate(0deg); opacity: 0.42; }
  50% { transform: scale(1.05) rotate(45deg); opacity: 0.76; }
}

@keyframes loader-crest-rise {
  from { opacity: 0; transform: translateY(10px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes loader-desk-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-signal-pulse {
  0%, 100% { transform: scaleY(0.45); opacity: 0.34; }
  44% { transform: scaleY(1); opacity: 0.9; }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 8, 10, 0.78);
  backdrop-filter: blur(14px);
}

.modal {
  width: min(720px, 100%);
  max-height: min(860px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.modal-wide {
  width: min(980px, 100%);
}

.modal-header,
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.modal-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  justify-content: flex-end;
}

.modal-body {
  padding: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.footer {
  border-top: 1px solid var(--line);
  background: #08090b;
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.footer h3 {
  font-size: 1.45rem;
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer a:hover {
  color: var(--paper);
}

.footer ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.82rem;
}

@media (max-width: 1100px) {
  .display { font-size: 4.4rem; }
  .display-home { font-size: 6rem; }
  .display-medium { font-size: 3.4rem; }
  .title-xl { font-size: 2.65rem; }
  .hero-layout,
  .home-hero-layout,
  .feature-grid,
  .airwaves-calendar-shell,
  .gateway-console,
  .submission-shell,
  .split {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    opacity: 0.12;
  }
  .submission-review-rail {
    position: static;
  }
  .calendar-agenda {
    max-height: none;
  }
  .gateway-brief {
    min-height: auto;
  }
  .archive-command {
    min-width: 100%;
  }
  .division-grid,
  .home-division-rail,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-command-card {
    display: none;
  }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .display { font-size: 3.1rem; }
  .display-home { font-size: 4.4rem; }
  .display-medium { font-size: 2.6rem; }
  .title-xl { font-size: 2.25rem; }
  .title-lg { font-size: 1.9rem; }
  .nav-links,
  .nav-actions .btn:not(.menu-toggle) {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .brand {
    min-width: 0;
  }
  .brand-text span {
    display: none;
  }
  .site-notice {
    top: 82px;
  }
  .site-notice-inner {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }
  .site-notice-thumb {
    grid-row: span 2;
  }
  .site-notice .chip {
    display: none;
  }
  .site-notice span:last-child {
    grid-column: 2;
    white-space: normal;
  }
  .calendar-toolbar,
  .calendar-agenda-header {
    align-items: stretch;
    flex-direction: column;
  }
  .archive-controls,
  .archive-summary,
  .article-related-header {
    align-items: stretch;
    flex-direction: column;
  }
  .archive-controls .form-input,
  .archive-controls .form-select,
  .archive-reset {
    width: 100%;
  }
  .calendar-weekdays span {
    padding-inline: 4px;
    font-size: 0.62rem;
  }
  .calendar-grid {
    gap: 4px;
    padding: 7px;
  }
  .calendar-day {
    min-height: 54px;
    padding: 7px;
  }
  .calendar-event-card {
    grid-template-columns: 1fr;
  }
  .submission-dropzone {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 124px;
  }
  .home-hero {
    padding-top: 72px;
    padding-bottom: 18px;
  }
  .hero-layout {
    gap: 28px;
  }
  .home-hero-layout {
    gap: 28px;
  }
  .hero-masthead {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  .hero-masthead img {
    width: 46px;
    height: 46px;
  }
  .hero-masthead span {
    font-size: 0.66rem;
  }
  .home-kicker {
    display: none;
  }
  .display-home {
    font-size: 3.35rem;
    line-height: 0.84;
    margin-bottom: 18px;
  }
  .display-home em {
    margin-top: 16px;
    font-size: 1rem;
  }
  .home-deck {
    font-size: 1.04rem;
    line-height: 1.48;
    padding-left: 16px;
  }
  .home-division-tile {
    flex: 0 0 min(42vw, 190px);
    min-height: 74px;
    padding: 15px 14px 12px;
  }
  .home-division-rail {
    display: flex;
    margin-top: 24px;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }
  .home-division-tile {
    scroll-snap-align: start;
  }
  .home-division-tile:last-child {
    border-right: 1px solid var(--line);
  }
  .home-division-tile span {
    margin-bottom: 7px;
    font-size: 0.68rem;
  }
  .home-division-tile strong {
    margin-bottom: 0;
    font-size: 1.08rem;
  }
  .home-division-tile small {
    display: none;
  }
  .home-command-card {
    min-height: auto;
    padding: 22px;
  }
  .command-mark {
    display: none;
  }
  .command-ledger {
    padding-top: 0;
    border-top: 0;
  }
  .command-ledger p {
    font-size: 1.48rem;
  }
  .command-manifest {
    margin-top: 22px;
  }
  .command-manifest div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 0;
  }
  .hero-visual {
    right: 16px;
    bottom: 42px;
    width: 300px;
  }
  .division-grid,
  .home-division-rail,
  .gateway-actions,
  .mobile-panel-actions,
  .grid-2,
  .grid-3,
  .grid-4,
  .mini-stat-grid,
  .form-grid,
  .constitution-index {
    grid-template-columns: 1fr;
  }
  .mini-stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .mini-stat:last-child {
    border-bottom: 0;
  }
  .command-stats div {
    border-right: 1px solid rgba(23, 17, 12, 0.16);
    border-bottom: 0;
  }
  .command-stats div:last-child {
    border-bottom: 0;
    border-right: 0;
  }
  .article-card.featured {
    grid-template-columns: 1fr;
  }
  .article-card.featured .cover-art,
  .article-card.featured .poster-frame {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .article-header h1 {
    font-size: 2.7rem;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .article-toc {
    position: static;
  }
  .motion-row,
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .between {
    align-items: start;
    flex-direction: column;
  }
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }
}

/* 2026 art-direction layer: quieter canvas, sharper rhythm, controlled motion. */
.site-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 7000;
  height: 2px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--oxblood), var(--brass-2), var(--jade), var(--cobalt));
  pointer-events: none;
}

html.is-leaving body {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

body {
  position: relative;
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.026) 0 1px, transparent 1px 132px),
    linear-gradient(90deg, rgba(244, 239, 230, 0.018) 0 1px, transparent 1px 132px),
    linear-gradient(112deg, rgba(127, 29, 45, 0.18) 0%, transparent 34%),
    linear-gradient(248deg, rgba(47, 125, 102, 0.12) 0%, transparent 31%),
    #060709;
  background-size: 132px 132px, 132px 132px, auto, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(244, 239, 230, 0.045) 8.1% 8.16%, transparent 8.22% 100%),
    linear-gradient(90deg, transparent 0 62%, rgba(199, 164, 90, 0.07) 62.06% 62.12%, transparent 62.18% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%, rgba(0, 0, 0, 0.32) 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0 2px, transparent 2px 7px);
  mix-blend-mode: soft-light;
}

.site-nav {
  inset: 14px max(14px, calc((100vw - 1480px) / 2)) auto;
  height: 66px;
  border: 1px solid rgba(244, 239, 230, 0.1);
  border-radius: 12px;
  background: rgba(6, 7, 9, 0.58);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.12);
}

.site-nav.scrolled,
.site-nav.menu-open {
  background: rgba(6, 7, 9, 0.86);
  border-color: rgba(244, 239, 230, 0.14);
}

.nav-inner {
  width: 100%;
  height: 66px;
  padding: 0 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(244, 239, 230, 0.07);
}

.brand-mark img {
  width: 30px;
  height: 30px;
}

.nav-links {
  border-color: rgba(244, 239, 230, 0.08);
  background: rgba(244, 239, 230, 0.035);
}

.nav-links a,
.nav-more summary {
  min-height: 32px;
  padding: 7px 11px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 0.78rem;
}

.nav-links a:hover,
.nav-links a.active,
.nav-more summary:hover,
.nav-more summary.active,
.nav-more[open] summary {
  background: rgba(244, 239, 230, 0.095);
  color: var(--paper);
}

.btn {
  position: relative;
  overflow: hidden;
  border-color: rgba(244, 239, 230, 0.16);
  background: rgba(244, 239, 230, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.22) 48%, transparent 58% 100%);
  transition: transform 520ms var(--ease);
  pointer-events: none;
}

.btn:hover::after,
.btn:focus-visible::after {
  transform: translateX(120%);
}

.btn-primary {
  border-color: rgba(224, 196, 124, 0.72);
  background: linear-gradient(180deg, #e4c978, #b9913d);
}

.section {
  position: relative;
  padding: clamp(78px, 9vw, 128px) 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 max(16px, calc((100vw - var(--max)) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 239, 230, 0.1), transparent);
  pointer-events: none;
}

.band {
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.05), rgba(244, 239, 230, 0.025)),
    rgba(6, 7, 9, 0.72);
}

.paper-band {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(235, 226, 211, 0.92)),
    #f4efe6;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.04), transparent 42%),
    linear-gradient(120deg, rgba(127, 29, 45, 0.22), transparent 34%),
    rgba(6, 7, 9, 0.4);
}

.home-hero {
  min-height: 100svh;
  padding: 120px 0 54px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(244, 239, 230, 0.055) 8.05% 8.12%, transparent 8.16% 100%),
    linear-gradient(90deg, transparent 0 62%, rgba(224, 196, 124, 0.12) 62.04% 62.1%, transparent 62.16% 100%),
    linear-gradient(180deg, rgba(6, 7, 9, 0.1), #060709 92%);
  background-size: auto;
}

.home-hero::after {
  inset: 94px max(24px, calc((100vw - var(--max)) / 2)) 54px auto;
  width: min(29vw, 360px);
  border-left: 1px solid rgba(224, 196, 124, 0.24);
  border-right: 1px solid rgba(244, 239, 230, 0.08);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.12), transparent 22%, transparent 78%, rgba(244, 239, 230, 0.08)),
    repeating-linear-gradient(180deg, transparent 0 44px, rgba(244, 239, 230, 0.05) 44px 45px);
  opacity: 1;
}

.home-hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(42px, 7vw, 96px);
}

.hero-masthead {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  width: min(100%, 560px);
  margin-bottom: clamp(22px, 4vw, 44px);
  border-bottom-color: rgba(224, 196, 124, 0.22);
}

.home-kicker {
  border-color: rgba(244, 239, 230, 0.12);
  color: rgba(224, 196, 124, 0.88);
}

.home-motto {
  color: rgba(244, 239, 230, 0.62);
}

.display-home {
  max-width: 980px;
  font-size: clamp(5.6rem, 13.5vw, 13.6rem);
  line-height: 0.76;
}

.display-home span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 80px rgba(0, 0, 0, 0.28);
}

.display-home em {
  max-width: 600px;
  color: rgba(244, 239, 230, 0.82);
}

.home-deck {
  max-width: 620px;
  color: rgba(244, 239, 230, 0.7);
}

.home-division-rail {
  width: min(100%, 820px);
  border-color: rgba(244, 239, 230, 0.1);
}

.home-division-tile {
  min-height: 148px;
  background: rgba(244, 239, 230, 0.025);
  transition: background 260ms var(--ease), transform 260ms var(--ease), border-color 260ms var(--ease);
}

.home-division-tile:hover,
.home-division-tile:focus-visible {
  transform: translateY(-3px);
  background: rgba(244, 239, 230, 0.07);
}

.home-command-card {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  min-height: 540px;
  border-color: rgba(244, 239, 230, 0.18);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.94), rgba(226, 215, 196, 0.9)),
    #f4efe6;
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.42);
}

.home-command-card::before {
  inset: 18px;
  border-color: rgba(21, 17, 12, 0.11);
}

.command-mark {
  width: 118px;
  height: 118px;
  margin-bottom: 18px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(23, 17, 12, 0.14) 49.7% 50.3%, transparent 50.4%),
    linear-gradient(180deg, transparent 49.6%, rgba(23, 17, 12, 0.14) 49.7% 50.3%, transparent 50.4%),
    rgba(255, 250, 240, 0.5);
}

.command-ledger p {
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
}

.mini-stat-grid,
.calendar-board,
.calendar-agenda,
.motion-table {
  border-color: rgba(244, 239, 230, 0.1);
  background: rgba(244, 239, 230, 0.025);
  box-shadow: none;
}

.institution-card,
.division-card,
.article-card,
.event-card,
.media-card,
.resource-card,
.team-card,
.metric-card,
.quote-panel,
.admin-card,
.form-panel,
.gallery-card,
.gateway-console,
.gateway-card {
  position: relative;
  border-color: rgba(244, 239, 230, 0.105);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.052), rgba(244, 239, 230, 0.026)),
    rgba(8, 10, 13, 0.68);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

.metric-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
}

.metric-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
}

.article-card,
.event-card,
.media-card,
.resource-card,
.team-card,
.metric-card,
.gallery-card,
.gateway-card {
  overflow: hidden;
}

.article-card::after,
.resource-card::after,
.media-card::after,
.team-card::after,
.metric-card::after,
.gallery-card::after,
.gateway-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--oxblood), var(--brass-2), var(--jade), var(--cobalt));
  transition: transform 420ms var(--ease);
  pointer-events: none;
}

.article-card:hover::after,
.resource-card:hover::after,
.media-card:hover::after,
.team-card:hover::after,
.metric-card:hover::after,
.gallery-card:hover::after,
.gateway-card:hover::after,
.article-card:focus-visible::after,
.resource-card:focus-visible::after,
.gateway-card:focus-visible::after {
  transform: scaleX(1);
}

.division-card:hover,
.article-card:hover,
.event-card:hover,
.media-card:hover,
.resource-card:hover,
.team-card:hover,
.metric-card:hover {
  transform: translateY(-5px);
  border-color: rgba(224, 196, 124, 0.36);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.075), rgba(244, 239, 230, 0.034)),
    rgba(12, 14, 18, 0.78);
}

.paper-band .article-card,
.paper-band .event-card,
.paper-band .media-card,
.paper-band .resource-card,
.paper-band .team-card,
.paper-band .metric-card,
.paper-band .form-panel,
.paper-band .admin-card,
.paper-band .submission-review-rail {
  border-color: rgba(21, 17, 12, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 250, 240, 0.34)),
    #fffaf0;
  color: #15110c;
  box-shadow: 0 18px 54px rgba(21, 17, 12, 0.08);
}

.paper-band .card-copy,
.paper-band .article-excerpt,
.paper-band .resource-card p,
.paper-band .event-card p,
.paper-band .form-label,
.paper-band .muted {
  color: #665e52;
}

.paper-band .chip,
.paper-band .badge,
.paper-band .filter-chip {
  border-color: rgba(21, 17, 12, 0.14);
  background: rgba(21, 17, 12, 0.045);
  color: #4d463d;
}

.paper-band .btn:not(.btn-dark):not(.btn-primary) {
  border-color: rgba(21, 17, 12, 0.16);
  background: rgba(21, 17, 12, 0.035);
  color: #15110c;
}

.paper-band .form-input:focus,
.paper-band .form-select:focus,
.paper-band .form-textarea:focus {
  border-color: rgba(185, 145, 61, 0.72);
  background: #fffaf0;
  color: #15110c;
}

.poster-frame::after,
.media-visual::after {
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0) 42%, rgba(7, 8, 10, 0.78) 100%),
    linear-gradient(90deg, rgba(244, 239, 230, 0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(8px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition:
    opacity 760ms var(--ease) calc(var(--reveal-index, 0) * 55ms),
    transform 760ms var(--ease) calc(var(--reveal-index, 0) * 55ms),
    filter 760ms var(--ease) calc(var(--reveal-index, 0) * 55ms);
}

.home-hero .hero-masthead,
.home-kicker,
.home-motto,
.display-home,
.home-deck,
.home-division-rail,
.hero-actions {
  animation: editorial-rise 880ms var(--ease) both;
}

.home-kicker { animation-delay: 90ms; }
.home-motto { animation-delay: 150ms; }
.display-home { animation-delay: 210ms; }
.home-deck { animation-delay: 310ms; }
.home-division-rail { animation-delay: 410ms; }
.hero-actions { animation-delay: 510ms; }

@keyframes editorial-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1100px) {
  .site-nav {
    inset-inline: 12px;
  }
  .home-hero-layout {
    grid-template-columns: 1fr;
  }
  .home-command-card {
    display: grid;
    min-height: auto;
  }
}

@media (max-width: 820px) {
  body {
    background-size: 96px 96px, 96px 96px, auto, auto, auto;
  }
  .loader-rule {
    display: none;
  }
  .loader-shell {
    width: min(100% - 28px, 520px);
    min-height: 0;
    padding: 16px;
    gap: 12px;
  }
  .loader-topline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding-bottom: 12px;
    text-align: left;
  }
  .loader-topline span:last-child {
    text-align: left;
  }
  .loader-stage {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }
  .loader-crest {
    width: 94px;
    height: 94px;
  }
  .loader-copy {
    justify-items: center;
  }
  .loader-copy strong {
    font-size: clamp(3rem, 11vw, 4.25rem);
  }
  .loader-copy small {
    justify-items: center;
    font-size: 0.88rem;
    line-height: 1.32;
  }
  .loader-copy small b {
    font-size: 1.12rem;
  }
  .loader-desk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .loader-desk-grid div {
    min-height: 48px;
    padding: 10px 8px;
    border-right: 1px solid rgba(244, 239, 230, 0.1);
    border-bottom: 0;
    background: rgba(244, 239, 230, 0.025);
  }
  .loader-desk-grid div:nth-child(3) {
    border-right: 0;
  }
  .loader-desk-grid strong {
    margin: 4px 0 0;
    font-size: clamp(0.92rem, 2.2vw, 1.1rem);
  }
  .loader-footer {
    align-items: end;
    flex-direction: row;
    gap: 14px;
  }
  .loader-progress {
    width: 100%;
  }
  .loader-counter {
    justify-content: end;
  }
  .loader-counter span {
    font-size: 1.7rem;
  }
  .site-nav {
    inset: 10px 10px auto;
    height: 62px;
  }
  .nav-inner {
    height: 62px;
  }
  .mobile-panel {
    inset: 72px 10px 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
  }
  .hero {
    padding-top: 112px;
  }
  .home-hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 34px;
  }
  .home-hero::after {
    display: none;
  }
  .display-home {
    font-size: clamp(3.35rem, 17vw, 4.8rem);
  }
  .home-motto {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }
  .home-command-card {
    display: none;
  }
  .home-division-tile:hover,
  .home-division-tile:focus-visible {
    transform: none;
  }
  .reveal {
    transform: translateY(16px);
    filter: blur(0);
  }
}

@media (max-width: 640px) {
  .loader-shell {
    width: min(100% - 24px, 430px);
    min-height: 0;
    padding: 14px;
  }
  .loader-copy span {
    font-size: 0.66rem;
  }
  .loader-copy strong {
    font-size: clamp(2.85rem, 16vw, 3.8rem);
  }
  .loader-copy small {
    max-width: 310px;
  }
  .loader-desk-grid div {
    min-height: auto;
    padding: 9px 6px;
  }
  .loader-desk-grid span {
    font-size: 0.58rem;
  }
  .loader-desk-grid strong {
    font-size: 0.82rem;
  }
  .loader-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .loader-counter {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .page-loader::before,
  .page-loader::after,
  .loader-grid,
  .loader-beam,
  .loader-ring,
  .loader-ring::after,
  .loader-crosshair,
  .loader-orbit,
  .loader-crest,
  .loader-shell::after,
  .loader-signal span,
  .loader-desk-grid div,
  .loader-progress span {
    animation: none !important;
  }
  .loader-progress span {
    transform: scaleX(1) !important;
    background: var(--brass);
  }
}
