/* Declassified — Experience-style pills + overlay cards. Modest stills. */

:root {
  color-scheme: dark;
  --br-void: #0a0705;
  --br-panel: #14100c;
  --br-line: rgba(201, 168, 72, 0.32);
  --br-gold: #d4a24a;
  --br-paper: #ede1c8;
  --br-dim: #c4b496;
  --br-stamp: #c44c3a;
  --br-pad: max(1rem, env(safe-area-inset-left));
}

* { box-sizing: border-box; }
html { background: var(--br-void); }

body.br-body {
  margin: 0;
  min-height: 100%;
  background: var(--br-void);
  color: var(--br-paper);
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", "Times New Roman", serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.br-top,
.br-pills,
.br-kicker,
.br-meta,
.br-btn,
.br-door-k,
.br-aside h2,
.br-related h2 {
  font-family: "Share Tech Mono", ui-monospace, Menlo, Consolas, monospace;
}

.br-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  padding: 0.55rem var(--br-pad);
  border-bottom: 1px solid var(--br-line);
  background: #0c0907;
}
.br-top a {
  color: var(--br-dim);
  text-decoration: none;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.br-top a:hover { color: var(--br-gold); }
.br-top .br-top-mark {
  color: var(--br-gold);
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.br-top-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  margin-left: auto;
}
@media (max-width: 420px) {
  .br-top a { font-size: 0.58rem; letter-spacing: 0.08em; }
  .br-top .br-top-mark { letter-spacing: 0.1em; }
  .br-top-links { gap: 0.55rem; }
}
@media (max-width: 360px) {
  .br-top-mark { flex: 1 0 100%; }
  .br-top-links {
    flex: 1 0 100%;
    justify-content: flex-start;
    margin-left: 0;
  }
}

.br-page {
  width: min(78rem, calc(100% - 2 * var(--br-pad)));
  margin: 0 auto;
  padding: 1.1rem 0 3.4rem;
}

.br-head { margin: 0 0 1rem; }
.br-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  align-items: center;
  margin: 0 0 0.45rem;
  color: var(--br-gold);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.br-kicker .br-red {
  color: var(--br-stamp);
  border: 1px solid var(--br-stamp);
  padding: 0.12rem 0.4rem;
}
.br-head h1,
.br-essay-copy h1 {
  margin: 0 0 0.4rem;
  color: #f4e8cc;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.br-standfirst {
  margin: 0.35rem 0 1.25rem;
  padding: 0.95rem 1.05rem 1.05rem;
  color: #efe4cc;
  font-size: 1.05rem;
  line-height: 1.5;
  font-style: italic;
  max-width: none;
  background: rgba(24, 18, 12, 0.72);
  border: 1px solid var(--br-line);
  border-left: 3px solid var(--br-gold);
}

/* Pills — same family as Experience xp-pill */
.br-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0 0 1.05rem;
}
.br-pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
  font: inherit;
  font-family: "Share Tech Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232, 220, 190, 0.9);
  background: rgba(12, 12, 14, 0.55);
  border: 1px solid rgba(224, 192, 96, 0.38);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 420px) {
  .br-pill {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
    padding: 0.32rem 0.55rem;
  }
}
.br-pill.is-on {
  color: #1a1408;
  background: linear-gradient(180deg, #ffe08a, #c99228);
  border-color: transparent;
}
.br-pill .n { margin-left: 0.15rem; opacity: 0.75; }
.br-pill:hover:not(.is-on) { border-color: var(--br-gold); color: var(--br-gold); }

/* Overlay doors — Experience hub cards */
.br-doors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 820px) {
  .br-doors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .br-doors { grid-template-columns: 1fr; }
}

.br-door {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: unset;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  background: #14100c !important;
  background-image: none !important;
  border: 1px solid rgba(201, 168, 72, 0.28);
  box-shadow: 0 8px 18px rgba(0,0,0,0.28);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.br-door::before,
.br-door::after { display: none !important; content: none !important; }
.br-door-media {
  display: block;
  position: static !important;
  flex: 0 0 9rem;
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  overflow: hidden;
  background-color: #0a0c10;
  background-size: cover;
  background-position: var(--pos, center 42%);
  background-repeat: no-repeat;
  order: 0;
}
.br-door-media img {
  display: block !important;
  width: 100% !important;
  height: 9rem !important;
  object-fit: cover;
  object-position: var(--pos, center 42%);
  border: 0;
  position: static !important;
}
.br-door-copy {
  display: block;
  position: static !important;
  flex: 1 1 auto;
  order: 1;
  padding: 0.55rem 0.7rem 0.7rem;
  background: #14100c;
}
.br-legal {
  margin: 0.65rem 0 0.7rem;
  color: #9a8a70;
  font-size: 0.78rem;
  line-height: 1.45;
  font-style: normal;
}
.br-door-k {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0d878;
  margin-bottom: 0.15rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.br-door strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
  color: #f4ead8;
  margin: 0.12rem 0 0;
}
.br-door-copy span { display: none; }
.br-door:hover {
  transform: translateY(-2px);
  border-color: #e0c060;
}

@media (max-width: 639px) {
  .br-door-media { aspect-ratio: 16 / 9; }
}

/* Essay — still, then summary, then body. No text on the picture. */
.br-essay-copy {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.br-essay-copy > * { order: 6; }
.br-essay-copy > .br-kicker { order: 1; }
.br-essay-copy > h1 { order: 2; }
.br-essay-copy > .br-figure { order: 3; }
.br-essay-copy > .br-standfirst { order: 4; }
.br-essay-copy > .br-meta { order: 5; }
.br-figure {
  margin: 0.55rem 0 0.25rem;
  border: 1px solid var(--br-line);
  overflow: hidden;
  background: #100c08;
  max-height: none;
}
.br-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: var(--pos, center 42%);
  display: block;
}

.br-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0 0 1.1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--br-line);
  color: #8a7a62;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}
.br-meta a { color: #e8c878; text-decoration: none; }
.br-meta a:hover { text-decoration: underline; }

.br-essay-copy h2 {
  margin: 1.55rem 0 0.4rem;
  color: var(--br-gold);
  font-size: 1.02rem;
}
.br-essay-copy p {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
}
.br-essay-copy ul,
.br-essay-copy ol,
.br-page ul,
.br-page ol {
  margin: 0.4rem 0 0.95rem;
  padding: 0 0.1rem 0 1.7rem;
  list-style-position: outside;
}
.br-essay-copy ul,
.br-page ul { list-style-type: disc; }
.br-essay-copy ol,
.br-page ol { list-style-type: decimal; }
.br-essay-copy li,
.br-page li {
  margin: 0.32rem 0;
}
.br-essay-copy table,
.br-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.85rem 0 1.1rem;
  font-size: 0.92rem;
}
.br-essay-copy th,
.br-essay-copy td,
.br-page th,
.br-page td {
  border: 1px solid var(--br-line);
  padding: 0.4rem 0.55rem;
  text-align: left;
  vertical-align: top;
}

.br-aside {
  margin: 1.35rem 0;
  padding: 0.9rem 1rem;
  background: rgba(20, 16, 12, 0.9);
  border: 1px solid var(--br-line);
  border-left: 3px solid var(--br-gold);
}
.br-aside h2 {
  margin: 0 0 0.35rem;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--br-gold);
  font-weight: 400;
}
.br-aside p {
  margin: 0 0 0.55rem;
  color: var(--br-dim);
  font-size: 0.9rem;
}

.br-actions { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.br-btn {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 1px;
}
.br-btn-gold {
  background: linear-gradient(180deg, #ffe08a, #c99228);
  color: #1a1408 !important;
  font-weight: 700;
}
.br-btn-ghost {
  color: #f4ead8;
  border: 1px solid var(--br-line);
}
.br-monroe-live h2 {
  margin: 0 0 0.35rem;
}
.br-btn-ghost:hover { border-color: var(--br-gold); color: var(--br-gold); }
.br-btn-cia {
  background: linear-gradient(180deg, #3a6a48, #2a4830);
  color: #e8ffe8;
}

.br-related { margin: 1.6rem 0 0; padding-top: 1rem; border-top: 1px solid var(--br-line); }
.br-related h2 {
  margin: 0 0 0.65rem;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--br-gold);
  font-weight: 400;
}
.br-related .br-doors {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 820px) {
  .br-related .br-doors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .br-related .br-doors { grid-template-columns: 1fr; }
}

.br-nav {
  margin-top: 1.6rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--br-line);
  color: #7a6a54;
  font-size: 0.86rem;
}
.br-nav a { color: #e8c878; text-decoration: none; }
.br-warn { margin-top: 1.1rem; color: #7a6a54; font-size: 0.76rem; }

.br-essay-copy .lead {
  font-size: 1.05rem;
  color: #efe4cc;
  line-height: 1.5;
}
.br-essay-copy .callout,
.br-essay-copy .myth-box {
  margin: 1.2rem 0;
  padding: 0.9rem 1rem;
  background: rgba(20, 16, 12, 0.9);
  border: 1px solid var(--br-line);
  border-left: 3px solid var(--br-gold);
}
.br-essay-copy .callout.warn,
.br-essay-copy .myth-box {
  border-left-color: #c44c3a;
}
.br-essay-copy .callout p:last-child,
.br-essay-copy .myth-box p:last-child { margin-bottom: 0; }
.br-essay-copy .refs { font-size: 0.9rem; }
.br-essay-copy .disclaimer {
  margin-top: 1.4rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--br-line);
  color: #7a6a54;
  font-size: 0.76rem;
}
.prog-grid {
  display: grid;
  gap: 0.45rem;
  margin: 0.75rem 0 1rem;
}
.prog-grid a {
  display: block;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--br-line);
  background: rgba(20, 16, 12, 0.72);
  text-decoration: none;
  color: var(--br-gold);
}
.prog-grid a:hover { border-color: var(--br-gold); }
.prog-grid span {
  display: block;
  font-size: 0.8rem;
  color: var(--br-dim);
  font-weight: 400;
}

.br-intro { margin: 0 0 0.4rem; }
.br-intro p { margin: 0 0 0.85rem; font-size: 0.98rem; color: #efe4cc; max-width: 46rem; }

[data-br-panel][hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .br-door { transition: none; }
  .br-door:hover { transform: none; }
}
