@font-face {
  font-family: "Norwester";
  src: url("./assets/norwester.otf") format("opentype");
  font-display: swap;
}

:root {
  --red: #f20d1b;
  --red-bright: #ff3440;
  --red-dark: #7a0009;
  --ink: #030303;
  --panel: #0a0a0a;
  --panel-soft: #101010;
  --white: #f7f3ef;
  --muted: #a7a0a0;
  --line: rgba(255, 255, 255, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --display: "Norwester", Impact, "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 15%, rgba(242, 13, 27, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 48%, rgba(242, 13, 27, 0.08), transparent 32rem),
    #030303;
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0 5px, rgba(255,255,255,.018) 5px 6px);
  content: "";
  opacity: .45;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--red-bright);
  outline-offset: 4px;
}

.signal-bar {
  display: grid;
  position: relative;
  z-index: 30;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 8px max(20px, calc((100vw - 1400px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: #b90d18;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.signal-bar a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.signal-bar time { opacity: .8; }

.signal-label {
  padding-right: 12px;
  border-right: 1px solid rgba(255,255,255,.42);
  font-family: var(--display);
  font-size: 14px;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  animation: pulse 2s infinite;
}

.site-shell {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.nav {
  display: flex;
  position: relative;
  z-index: 10;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: clamp(35px, 4vw, 52px);
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 2px 2px 0 #a3000a;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(242,13,27,.75));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 24px);
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 8px 0;
}

.nav-links a::before,
.button::before,
.section-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    260px circle at var(--light-x, 50%) var(--light-y, 50%),
    rgba(255, 38, 52, 0.3),
    rgba(242, 13, 27, 0.16) 34%,
    transparent 68%
  );
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.nav-links a::before {
  inset: -8px -12px;
  background: radial-gradient(
    120px circle at var(--light-x, 50%) var(--light-y, 50%),
    rgba(255, 45, 58, 0.42),
    rgba(242, 13, 27, 0.22) 38%,
    transparent 72%
  );
}

.nav-links a:hover::before,
.nav-links a.active::before,
.button:hover::before,
.section-card:hover::before {
  opacity: 1;
}

.nav-links a { text-shadow: 0 0 0 transparent; transition: color 180ms ease, text-shadow 180ms ease; }
.nav-links a:hover,
.nav-links a.active { color: #fff; text-shadow: 0 0 12px rgba(255,35,48,.72), 0 0 22px rgba(242,13,27,.5); }

.nav-links a::after {
  display: none;
  content: none;
}


.menu-button {
  display: none;
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: white;
  background: transparent;
  font-family: var(--display);
  text-transform: uppercase;
}

.hero {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  min-height: 0;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(34px, 5vw, 66px) 0;
}

.home-concept .hero {
  padding-block: clamp(24px, 3.5vw, 46px);
}

.home-concept .nav {
  border-bottom: 0;
}

.library-concept .nav {
  border-bottom: 0;
}

.home-concept .hero::after {
  display: none;
  content: none;
}

.library-concept .hero::after {
  display: none;
  content: none;
}

.philosophy-concept .nav {
  border-bottom: 0;
}

.philosophy-concept .hero::after {
  display: none;
  content: none;
}

.library-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: #c5bebe;
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.45;
}

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

.library-brand {
  font-size: clamp(27px, 3.6vw, 46px);
}

.philosophy-brand {
  font-size: clamp(21px, 3vw, 39px);
}

.philosophy-hero {
  padding-block: clamp(24px, 3.5vw, 46px);
}

.philosophy-intro {
  max-width: 720px;
  margin: 14px 0 0;
  color: #c5bebe;
  font-family: var(--display);
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.3;
  text-transform: uppercase;
}

.philosophy-grid {
  width: min(100%, 1100px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
  padding-block: 4px 12px;
}

.philosophy-concept .section-card {
  padding: 12px 14px;
}

.philosophy-concept .section-card p {
  font-family: var(--display);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.18;
  text-transform: uppercase;
}

.philosophy-concept .section-card h2 {
  font-size: clamp(27px, 2.35vw, 37px);
}

.upcoming-study {
  cursor: default;
}

.study-submission {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(100%, 920px);
  margin: 10px auto;
  padding: 12px 15px;
  border: 1px solid rgba(242,13,27,.32);
  background: rgba(242,13,27,.045);
  font-family: var(--display);
  text-transform: uppercase;
}

.study-submission span {
  color: var(--red-bright);
  font-size: 12px;
  letter-spacing: .13em;
}

.study-submission p {
  margin: 5px 0 0;
  color: #b6afaf;
  font-size: 15px;
  line-height: 1.2;
}

.study-submission a {
  color: var(--red-bright);
  font-size: 14px;
}

.library-concept .footer > p,
.philosophy-concept .footer > p {
  color: var(--red-bright);
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(242,13,27,.45);
}

.hero::after {
  position: absolute;
  right: -12vw;
  bottom: 0;
  left: -12vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242,13,27,.8), transparent);
  content: "";
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--red-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }

.tagline {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.7vw, 62px);
  line-height: .98;
  text-transform: uppercase;
  animation: hero-in .7s .1s cubic-bezier(.16,1,.3,1) both;
}

.arabic {
  width: fit-content;
  margin: 16px 0 0;
  color: #ddd4d4;
  font-family: var(--serif);
  font-size: clamp(21px, 2.5vw, 32px);
  animation: hero-in .7s .18s cubic-bezier(.16,1,.3,1) both;
}

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

.button {
  display: inline-flex;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(0,0,0,.44);
  font-family: var(--display);
  font-size: 18px;
  text-transform: uppercase;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover { border-color: var(--red); box-shadow: 0 0 25px rgba(242,13,27,.28); transform: translateY(-2px); }
.button-primary { border-color: var(--red-bright); background: linear-gradient(135deg, #d60917, #790009); }

.hero-mark {
  display: grid;
  position: relative;
  width: min(30vw, 330px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
}

.hero-mark::before {
  position: absolute;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: rgba(242,13,27,.2);
  box-shadow: 0 0 90px 40px rgba(242,13,27,.24);
  content: "";
  filter: blur(14px);
  animation: breathe 5s ease-in-out infinite;
}

.hero-mark img {
  position: relative;
  z-index: 2;
  width: 75%;
  filter: drop-shadow(0 0 25px rgba(242,13,27,.55));
  animation: float 6s ease-in-out infinite;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(242,13,27,.28);
  border-radius: 50%;
}

.orbit::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 10px var(--red);
  content: "";
}

.orbit-one { inset: 2%; animation: spin 18s linear infinite; }
.orbit-two { inset: 13%; animation: spin 12s linear infinite reverse; }

.mark-caption {
  position: absolute;
  right: 0;
  bottom: 2%;
  left: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.recent-reports {
  padding: 42px 0 26px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.recent-reports.revealed,
.recent-card.revealed,
.section-card.revealed,
.manifesto.revealed,
.news-feature-grid.revealed,
.archive-section.revealed,
.timeline-feed article.revealed { opacity: 1; transform: none; }

.news-feature-grid h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 400;
  line-height: .92;
  text-transform: uppercase;
}

.read-link { color: var(--red-bright); font-family: var(--display); font-size: 17px; text-transform: uppercase; }
.read-link b { display: inline-block; transition: transform 180ms ease; }
a:hover .read-link b { transform: translateX(5px); }

.recent-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.recent-heading .section-label { margin-bottom: 6px; font-size: 10px; }
.recent-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3.2vw, 42px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.recent-heading > a { color: var(--red-bright); font-family: var(--display); font-size: 12px; text-transform: uppercase; }

.recent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-top: 10px; }
.recent-card { display: flex; min-height: 145px; align-items: flex-start; flex-direction: column; padding: 16px 18px; border: 1px solid var(--line); background: #080808; opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease, border-color 180ms ease, background 180ms ease; }
.recent-card:nth-child(2) { transition-delay: .08s; }
.recent-card:nth-child(3) { transition-delay: .16s; }
.recent-card:hover { border-color: var(--red); background: rgba(242,13,27,.07); transform: translateY(-5px); }
.recent-card > div { display: flex; width: 100%; justify-content: space-between; gap: 14px; color: var(--red-bright); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recent-card > div span { color: #777070; text-align: right; }
.recent-card h3 { margin: 14px 0; font-family: var(--display); font-size: clamp(18px, 1.65vw, 24px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.recent-card b { margin-top: auto; color: var(--red-bright); font-family: var(--display); font-size: 11px; text-transform: uppercase; }

.section-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 10px;
  padding: 10px 0 8px;
}

.section-card {
  display: flex;
  isolation: isolate;
  min-height: 0;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(242,13,27,.38);
  background: linear-gradient(155deg, rgba(255,255,255,.035), transparent 55%), #080808;
  opacity: 0;
  transform: translateY(24px);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform .6s ease, opacity .6s ease, background 200ms ease;
}

.section-card > *,
.button > * { position: relative; z-index: 1; }

.section-card:nth-child(2) { transition-delay: .08s; }
.section-card:nth-child(3) { transition-delay: .16s; }
.section-card:nth-child(4) { transition-delay: .24s; }
.section-card:hover { border-color: rgba(255,49,62,.92); background: linear-gradient(155deg, rgba(242,13,27,.14), transparent 55%), #080808; box-shadow: 0 0 12px rgba(242,13,27,.32), 0 0 28px rgba(242,13,27,.16); transform: translateY(-5px); }
.section-card.card-news { border-color: rgba(242,13,27,.65); }
.card-status { margin: 0 0 11px; color: var(--red-bright); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 10px var(--red); }
.section-card h2 { margin: 0; font-family: var(--display); font-size: clamp(29px, 2.8vw, 42px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.section-card p { margin: 10px 0 0; color: #aaa3a3; font-family: var(--serif); font-size: 15px; line-height: 1.32; }

.manifesto {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 12px 0;
  border: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

.manifesto > div { text-align: center; }
.manifesto p { margin: 0 0 6px; color: var(--red-bright); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.manifesto h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 5vw, 66px); font-weight: 400; line-height: .9; text-transform: uppercase; }

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px 0 18px;
  color: var(--muted);
}

.footer-brand { color: white; font-size: 34px; }
.footer p { margin: 0; font-family: var(--serif); }
.footer > div { display: flex; flex-wrap: wrap; gap: 22px; color: white; font-family: var(--display); text-transform: uppercase; }

/* News concept */
.news-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .8fr);
  align-items: end;
  gap: 60px;
  padding: 76px 0 58px;
  border-bottom: 1px solid var(--line);
}

.news-header h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(86px, 13vw, 176px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .64;
  text-shadow: 4px 4px 0 #8f0009;
}

.news-header h1 em { color: var(--red); font-style: normal; }
.news-intro > p { max-width: 560px; margin: 0; color: #ccc5c5; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }

.news-feature-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr;
  gap: 14px;
  padding: 52px 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.lead-story {
  display: grid;
  min-height: 430px;
  grid-template-columns: .78fr 1.22fr;
  border: 1px solid rgba(242,13,27,.65);
  background: #080808;
}

.lead-art {
  display: grid;
  position: relative;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle, rgba(242,13,27,.28), transparent 58%), #050505;
}

.lead-art img { width: 72%; filter: drop-shadow(0 0 34px rgba(242,13,27,.55)); }
.lead-art span { position: absolute; top: 20px; left: 20px; padding: 7px 9px; background: var(--red); font-family: var(--display); font-size: 12px; text-transform: uppercase; }
.lead-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(30px, 4.2vw, 58px); }
.lead-copy > p { margin: 0 0 18px; color: var(--red-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lead-copy > span { margin: 22px 0; color: #b9b1b1; font-family: var(--serif); font-size: 18px; line-height: 1.42; }
.lead-copy > b { color: var(--red-bright); font-family: var(--display); text-transform: uppercase; }

.side-stories { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.side-stories a { display: flex; align-items: flex-start; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: #090909; transition: border-color 180ms ease, background 180ms ease; }
.side-stories a:hover { border-color: var(--red); background: rgba(242,13,27,.07); }
.side-stories time { color: var(--red-bright); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.side-stories h3 { margin: 22px 0; font-family: var(--display); font-size: clamp(24px, 2.6vw, 37px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.side-stories span { margin-top: auto; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.archive-section {
  padding: 60px 0 30px;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.news-concept .archive-section {
  padding-top: 28px;
  border-top: 0;
}

.archive-heading { display: grid; grid-template-columns: 1fr minmax(280px, 510px); align-items: end; gap: 42px; }
.archive-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 8vw, 108px); font-weight: 400; line-height: .8; text-transform: uppercase; }
.archive-search span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.archive-search input { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 0; outline: none; color: white; background: #080808; }
.archive-search input:focus { border-color: var(--red); box-shadow: 0 0 18px rgba(242,13,27,.2); }

.topic-filters { display: flex; position: sticky; z-index: 8; top: 0; flex-wrap: wrap; gap: 8px; margin: 16px 0 8px; padding: 6px 0; background: rgba(3,3,3,.92); backdrop-filter: blur(12px); }
.topic-filters button { padding: 9px 13px; border: 1px solid var(--line); color: #b7b0b0; background: #080808; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.topic-filters button:hover,
.topic-filters button.active { border-color: var(--red); color: white; background: rgba(242,13,27,.16); }

.timeline-feed { position: relative; max-width: 700px; margin: 0 auto; }
.timeline-feed::before { display: none; }
.timeline-feed article { display: block; position: relative; opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.timeline-feed article[hidden] { display: none; }
.timeline-date { display: block; width: min(100%, 640px); margin: 0 auto; padding: 4px 6px 6px; color: var(--red-bright); font-family: var(--display); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.timeline-date i { display: none; }
.report-card { display: block; max-width: 680px; margin: 0 auto 16px; padding: clamp(22px, 3.2vw, 38px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent), #080808; transition: border-color 180ms ease, transform 180ms ease, background 180ms ease; }
.report-card:hover { border-color: rgba(242,13,27,.85); background: linear-gradient(145deg, rgba(242,13,27,.09), transparent), #080808; transform: translateX(5px); }
.report-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--red-bright); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-meta b { color: #6f6868; }
.report-card h3 { max-width: 760px; margin: 18px 0; font-family: var(--display); font-size: clamp(29px, 3.8vw, 48px); font-weight: 400; line-height: .98; text-transform: uppercase; }
.report-card p { max-width: 740px; margin: 0 0 20px; color: #aaa3a3; font-family: var(--serif); font-size: 17px; line-height: 1.48; }
.archive-embed-card { min-width: 0; max-width: 680px; margin: 0 auto 16px; padding: 8px; overflow: hidden; border: 1px solid rgba(242,13,27,.46); border-radius: 9px; background: #070707; box-shadow: 0 0 18px rgba(242,13,27,.12); }
.archive-embed-card iframe { display: block; max-width: 100% !important; margin: 0 auto !important; }
.archive-embed-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; max-width: 640px; margin: 8px auto 0; padding: 10px 4px 2px; border-top: 1px solid rgba(242,13,27,.32); }
.archive-embed-links a { color: var(--red-bright); font-family: var(--display); font-size: 13px; text-transform: uppercase; text-shadow: 0 0 10px rgba(242,13,27,.45); }
.archive-embed-links a:hover { color: #fff; }
.no-results { padding: 50px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.archive-status { margin: 18px 0 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.archive-actions { display: flex; justify-content: center; margin: 36px 0; }
.archive-actions [hidden] { display: none; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.65); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes breathe { 50% { opacity: .55; transform: scale(1.08); } }
@keyframes hero-in { from { opacity: 0; transform: translateY(24px); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .55fr; min-height: 0; }
  .recent-grid { grid-template-columns: 1fr 1fr; }
  .recent-card:last-child { grid-column: 1 / -1; }
  .section-grid { grid-template-columns: repeat(2, 1fr); }
  .news-feature-grid { grid-template-columns: 1fr; }
  .side-stories { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 780px) {
  .signal-bar { grid-template-columns: auto auto 1fr; }
  .signal-bar time { display: none; }
  .nav { min-height: 76px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; right: 0; left: auto; width: min(190px, calc(100vw - 32px)); align-items: stretch; flex-direction: column; gap: 0; padding: 8px; border: 1px solid rgba(242,13,27,.45); background: rgba(5,5,5,.96); box-shadow: 0 12px 30px rgba(0,0,0,.48), 0 0 18px rgba(242,13,27,.12); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; text-align: right; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 48px 0; text-align: center; }
  .home-concept .hero,
  .library-concept .hero,
  .philosophy-concept .hero { min-height: 0; overflow: visible; place-items: center; padding-block: 28px; }
  .home-concept .hero-copy,
  .library-concept .hero-copy,
  .philosophy-concept .hero-copy { position: relative; z-index: 3; }
  .eyebrow { justify-content: center; }
  .arabic { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .home-concept .hero-mark,
  .library-concept .hero-mark,
  .philosophy-concept .hero-mark {
    position: absolute;
    z-index: 0;
    top: 70%;
    left: 50%;
    width: min(106vw, 440px);
    margin: 0;
    opacity: .38;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }
  .home-concept .hero-mark::before,
  .library-concept .hero-mark::before,
  .philosophy-concept .hero-mark::before { opacity: .42; }
  .home-concept .hero-mark .orbit,
  .library-concept .hero-mark .orbit,
  .philosophy-concept .hero-mark .orbit { border-color: rgba(242,13,27,.34); }
  .home-concept .mark-caption,
  .library-concept .mark-caption,
  .philosophy-concept .mark-caption { display: none; }
  .home-concept .tagline,
  .home-concept .arabic,
  .library-concept .tagline,
  .library-concept .library-intro,
  .philosophy-concept .tagline,
  .philosophy-concept .philosophy-intro { text-shadow: 0 2px 12px #000, 0 0 22px rgba(242,13,27,.58); }
  .home-concept .section-grid,
  .home-concept .manifesto,
  .home-concept .footer,
  .library-concept .section-grid,
  .library-concept .footer,
  .philosophy-concept .section-grid,
  .philosophy-concept .study-submission,
  .philosophy-concept .footer { position: relative; z-index: 2; }
  .home-concept .section-card,
  .library-concept .section-card,
  .philosophy-concept .section-card {
    background: linear-gradient(155deg, rgba(255,255,255,.035), transparent 55%), rgba(8,8,8,.58);
  }
  .home-concept .section-card:hover,
  .library-concept .section-card:hover,
  .philosophy-concept .section-card:hover {
    background: linear-gradient(155deg, rgba(242,13,27,.14), transparent 55%), rgba(8,8,8,.64);
  }
  .lead-story { grid-template-columns: 1fr; }
  .lead-art { min-height: 280px; }
  .manifesto { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footer > div { justify-content: center; }
  .news-header { grid-template-columns: 1fr; gap: 48px; }
  .archive-heading { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .site-shell { padding-inline: 16px; }
  .signal-bar { gap: 8px; padding-inline: 12px; }
  .signal-label { font-size: 12px; }
  .tagline { font-size: clamp(30px, 10vw, 46px); }
  .recent-reports { padding-top: 36px; }
  .recent-heading { grid-template-columns: 1fr; align-items: start; }
  .recent-grid { grid-template-columns: 1fr; }
  .recent-card:last-child { grid-column: auto; }
  .recent-card { min-height: 125px; }
  .section-grid { grid-template-columns: 1fr; }
  .section-card { min-height: 0; }
  .manifesto { grid-template-columns: 1fr; gap: 0; }
  .news-header h1 { font-size: clamp(76px, 27vw, 120px); }
  .side-stories { grid-template-columns: 1fr; }
  .archive-heading { gap: 30px; }
  .timeline-date { font-size: 11px; }
  .report-card { margin-inline: auto; padding: 22px 18px; }
  .archive-embed-card { margin-inline: auto; padding: 6px; }
  .report-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .study-submission { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
