:root {
  --iron: #1A1C1E;
  --porcelain: #EDEFF1;
  --text-light: #EDEFF1;
  --text-muted: rgba(237, 239, 241, 0.88);
  --ochre: #A97B23;
  --ash: #7A828A;
  --rule: #4C545C;
  --panel: #141618;
  --font-display: 'Spectral', Georgia, serif;
  --font-body: 'Archivo', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.site-b {
  margin: 0;
  background: var(--iron);
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 18.5px;
  line-height: 1.76;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
h1, h2, h3 { font-family: var(--font-display); line-height: 1.22; font-weight: 600; color: var(--text-light); }
h1 { font-size: clamp(1.85rem, 4vw, 2.65rem); margin: 0 0 1.25rem; }
h2 { font-size: 1.35rem; margin: 2rem 0 0.75rem; border-bottom: 1px solid var(--ochre); padding-bottom: 0.35rem; color: var(--text-light); }
p { margin: 0 0 1rem; max-width: 70ch; color: var(--text-light); }
a { color: var(--text-light); text-decoration-thickness: 1px; }
a:hover { color: var(--ochre); opacity: 1; }
strong { color: var(--text-light); }
li { color: var(--text-light); }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; padding: 0.5rem 1rem; background: #000; color: #fff; }
.skip-link:focus { left: 0; }

.site-header { padding: 1.25rem 24px; background: rgba(26,28,30,0.92); border-bottom: 1px solid var(--rule); box-shadow: 0 1px 0 rgba(0,0,0,0.2); }
.site-header__inner { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1rem; }
.site-logo { font-family: var(--font-display); font-size: 1.2rem; text-decoration: none; font-weight: 600; color: var(--text-light); }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; }
.site-nav a { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; color: var(--text-muted); }
.site-nav a[aria-current="page"] { color: var(--ochre); border-bottom: 1px solid var(--ochre); }
.site-nav a:hover { color: var(--text-light); }

.site-main { min-height: 50vh; overflow-x: hidden; }
.post-article, .page-body { animation: fade-rise 0.55s ease both; opacity: 1; }
@keyframes fade-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .post-article, .page-body, .signal-row { animation: none; transition: none; opacity: 1; transform: none; }
}

.timecode { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ochre); margin: 0 auto 1rem; padding: 1rem 24px 0; max-width: 1140px; }
.shell { max-width: 1140px; margin: 0 auto; padding: 72px 24px 104px; background: var(--panel); border: 1px solid var(--rule); color: var(--text-light); }
.shell--narrow { max-width: 760px; }
.shell p, .shell h1, .shell h2, .shell h3, .shell a, .shell li, .shell strong { color: inherit; }
.shell a { color: var(--text-light); }
.shell a:hover { color: var(--ochre); }

.photo-band { margin: 0 0 2rem; width: 100%; max-width: 100%; }
.photo-band--bleed { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.photo-band--contained { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; margin-top: 2rem; }
.photo-band img { width: 100%; max-height: 72vh; object-fit: cover; filter: saturate(0.92) brightness(0.96); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.photo-band__caption { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); padding: 0.5rem 24px; max-width: 1140px; margin: 0 auto; }

.signal-open { padding: 88px 24px 48px; max-width: 1140px; margin: 0 auto; background: var(--panel); border: 1px solid var(--rule); border-bottom: 0; color: var(--text-light); }
.signal-open + .photo-band { margin-top: 0; }
.signal-open__eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 1rem; }
.signal-open h1, .signal-open p { color: var(--text-light); }
.signal-row { display: grid; grid-template-columns: 130px 120px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--rule); align-items: start; transition: transform 0.25s ease, border-color 0.25s ease; }
.signal-row:hover { transform: translateX(8px); border-bottom-color: var(--ochre); }
.signal-row__meta time { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); display: block; margin-bottom: 0.35rem; }
.signal-index { font-family: var(--font-mono); font-size: 11px; line-height: 2; color: var(--text-muted); }
.signal-row__thumb { display: block; text-decoration: none; line-height: 0; }
.signal-row__thumb img { width: 120px; height: 84px; object-fit: cover; border: 1px solid var(--rule); filter: saturate(0.92) brightness(0.96); }
.signal-row__text p { max-width: none; color: var(--text-light); margin: 0.35rem 0 0; }
.signal-row h2 { margin-top: 0; border-bottom: 0; padding-bottom: 0; }
.signal-row h2 a { color: var(--text-light); text-decoration: none; }
.signal-row h2 a:hover { color: var(--ochre); }
.drop-cap:first-letter { float: left; font-family: var(--font-display); font-size: 3.4em; line-height: 0.82; padding: 0.06em 0.14em 0 0; font-weight: 700; color: var(--ochre); }
.dateline { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--text-muted); }
.back-link { font-family: var(--font-mono); font-size: 12px; margin-top: 2.5rem; display: inline-block; color: var(--ochre); }
.disclaimer-block { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); font-size: 0.92rem; color: var(--text-muted); }
.disclaimer-block p { color: var(--text-muted); }
.legal-section { margin-bottom: 2rem; }
.legal-section h2 { scroll-margin-top: 5rem; color: var(--text-light); border-bottom-color: var(--ochre); }
.legal-section p { color: var(--text-light); max-width: none; }

.mapwrap { width: calc(100% - 48px); max-width: 1140px; height: var(--map-h-mobile); margin: 0 auto 2.5rem; position: relative; overflow: hidden; background: var(--iron); border: 1px solid var(--ochre); filter: var(--map-filter); }
@media (min-width: 768px) { .mapwrap { height: var(--map-h-desktop); } }
.mapwrap iframe { border: 0; display: block; width: 100%; height: 100%; }
.mapwrap--A { margin-top: 0; }
.mapwrap--B { margin-top: 3rem; }
.mapwrap--D { max-width: 420px; }
.mapblock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem; text-align: center; background: inherit; }
.mapblock[hidden] { display: none !important; }
.mapblock__text { margin: 0; font-size: 0.9rem; max-width: 28rem; color: var(--text-light); }
.mapblock button { font-family: var(--font-mono); font-size: 12px; padding: 0.5rem 1rem; border: 1px solid currentColor; background: transparent; cursor: pointer; color: inherit; }
.map-caption { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); margin: 0.35rem auto 0.75rem; padding: 0 24px; max-width: 1140px; }

.site-footer { padding: 72px 24px; margin-top: 64px; border-top: 1px solid var(--rule); background: #141618; }
.site-footer__inner { max-width: 1140px; margin: 0 auto; }
.site-footer p { max-width: none; font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--text-light); }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1rem; font-family: var(--font-mono); font-size: 12px; }
.site-footer__nav a, .site-footer__nav button { color: inherit; background: none; border: none; padding: 0; cursor: pointer; font: inherit; text-decoration: underline; }

#cookie-banner { position: fixed; inset: auto 0 0 0; z-index: 90; padding: 1rem 24px; background: #141618; color: var(--text-light); box-shadow: 0 -2px 16px rgba(0,0,0,0.35); border-top: 1px solid var(--ochre); }
#cookie-banner[hidden] { display: none !important; }
.cookie-banner__inner { max-width: 1140px; margin: 0 auto; }
.cookie-banner__title { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; margin: 0 0 0.35rem; color: var(--ochre); }
.cookie-banner__text { margin: 0 0 0.75rem; font-size: 0.9rem; max-width: none; color: var(--text-light); }
.cookie-banner__text a { color: var(--ochre); }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.5rem; }
.cookie-banner__actions button, #cookie-save { font-family: var(--font-mono); font-size: 12px; padding: 0.45rem 0.85rem; border: 1px solid var(--text-light); background: transparent; color: var(--text-light); cursor: pointer; }
#cookie-accept { background: var(--ochre); border-color: var(--ochre); color: var(--iron); }
.cookie-panel { padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.15); }
.cookie-panel[hidden] { display: none !important; }
.cookie-toggle-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 0.35rem 0; font-size: 0.88rem; }
.cookie-toggle-row span { color: var(--text-light); flex-shrink: 0; }
.cookie-toggle-row button { font-family: var(--font-mono); font-size: 11px; padding: 0.35rem 0.65rem; border: 1px solid rgba(255,255,255,0.3); background: transparent; color: var(--text-light); cursor: pointer; max-width: 14rem; text-align: left; }
.cookie-toggle-row button[disabled] { opacity: 0.75; cursor: default; color: var(--iron); }
.cookie-toggle-row button[aria-pressed="true"] { background: var(--ochre); color: var(--iron); border-color: transparent; }
.cookie-toggle-row button.is-on { background: var(--ochre); color: var(--iron); border-color: transparent; }

@media (max-width: 860px) {
  .signal-row { grid-template-columns: 1fr; }
  .signal-row__thumb img { width: 100%; height: auto; max-height: 180px; }
  .signal-row:hover { transform: none; }
  .photo-band--bleed { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
  .shell, .signal-open { border-left: 0; border-right: 0; }
}
