/* =============================================
   AfriWealth Cyber Intelligence — style.css
   Clean institutional CTI interface
   ============================================= */

:root {
  --teal: #008080;
  --teal-light: #14b8b8;
  --teal-soft: rgba(0, 128, 128, 0.14);

  --gold: #FFD700;
  --gold-soft: rgba(255, 215, 0, 0.12);

  --navy-0: #040b16;
  --navy-1: #07101d;
  --navy-2: #0a1625;
  --navy-3: #0d1c2d;
  --navy-4: #12263d;
  --border: #14304b;

  --white: #f5f8fc;
  --text: #d9e3ee;
  --muted: #a8b8ca;
  --muted-2: #72869b;
  --danger: #ff5f5f;

  --mono: 'IBM Plex Mono', monospace;
  --sans: 'IBM Plex Sans', sans-serif;
  --display: 'Bebas Neue', sans-serif;

  --nav-h: 68px;
  --max-w: 1180px;
  --radius: 2px;
  --transition: 0.22s ease;
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 10px 26px rgba(0, 0, 0, 0.22);
}

/* =============================================
   RESET
   ============================================= */

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background:
    radial-gradient(circle at top center, rgba(0, 128, 128, 0.06), transparent 34%),
    linear-gradient(180deg, var(--navy-1) 0%, var(--navy-0) 100%);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

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

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

@media (max-width: 1024px) {
  .africa-map {
    width: min(64vw, 560px);
    right: -2%;
    opacity: 0.22;
  }

  .heat-gh { left: 58%; top: 42%; }
  .heat-west { left: 50%; top: 36%; }
  .heat-east { left: 68%; top: 43%; }
  .heat-south { left: 60%; top: 62%; }

  .ping-gh { left: 59%; top: 44%; }
  .ping-ng { left: 55%; top: 43%; }
  .ping-ke { left: 69%; top: 46%; }
  .ping-za { left: 62%; top: 73%; }
  .ping-eg { left: 65%; top: 29%; }
  .ping-sn { left: 48%; top: 40%; }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .africa-map {
    width: 115vw;
    right: -34%;
    top: 36%;
    opacity: 0.15;
  }

  .hero-map-overlay {
    background:
      linear-gradient(180deg, rgba(4, 11, 22, 0.22) 0%, rgba(4, 11, 22, 0.68) 42%, rgba(4, 11, 22, 0.92) 100%);
  }

  .heat,
  .signal-line {
    display: none;
  }

  .ping-gh { left: 66%; top: 26%; }
  .ping-ng { left: 61%; top: 25%; }
  .ping-ke { left: 76%; top: 28%; }
  .ping-za { left: 70%; top: 48%; }
  .ping-eg { left: 72%; top: 15%; }
  .ping-sn { left: 54%; top: 23%; }
}
/* =============================================
   BASE LAYOUT
   ============================================= */

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  position: relative;
  padding: 5.5rem 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(7,16,29,0.92) 0%, rgba(4,11,22,0.95) 100%);
  border-top: 1px solid rgba(20, 48, 75, 0.55);
  border-bottom: 1px solid rgba(20, 48, 75, 0.55);
}

.section-cta {
  background: linear-gradient(180deg, rgba(10,22,37,0.95) 0%, rgba(7,16,29,0.95) 100%);
  border-top: 1px solid rgba(20, 48, 75, 0.55);
  border-bottom: 1px solid rgba(20, 48, 75, 0.55);
}

.section-header {
  max-width: 720px;
  margin-bottom: 3rem;
}

.section-tag {
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.section-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
  letter-spacing: 0.015em;
  color: var(--white);
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

/* =============================================
   NAV
   ============================================= */

.nav-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  height: var(--nav-h);
  background: rgba(4, 11, 22, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20, 48, 75, 0.8);
  transition: background var(--transition), box-shadow var(--transition);
}

.nav-header.scrolled {
  background: rgba(4, 11, 22, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.nav-inner {
  max-width: var(--max-w);
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 128, 128, 0.22));
  transition: filter var(--transition), transform var(--transition);
}

.nav-logo:hover .logo-img {
  filter: drop-shadow(0 0 14px rgba(0, 128, 128, 0.35));
  transform: translateY(-1px);
}

.logo-text {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--white);
}

.logo-text em {
  display: block;
  font-style: normal;
  font-size: 0.73rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-link {
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color var(--transition), background var(--transition), border-color var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--teal-light);
  background: rgba(0, 128, 128, 0.12);
}

.nav-link.active {
  color: var(--teal-light);
  box-shadow: inset 0 0 0 1px rgba(0, 128, 128, 0.15);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 1.5px;
  background: var(--muted);
  transition: all var(--transition);
}


/* =============================================
   HERO — HOME / AFRICA INTELLIGENCE MAP
   ============================================= */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  overflow: hidden;
  isolation: isolate;
}

.hero-map {
  background:
    radial-gradient(circle at 18% 22%, rgba(20, 184, 184, 0.08), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 215, 0, 0.04), transparent 18%),
    linear-gradient(180deg, #06101c 0%, #040b16 100%);
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 184, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 184, 184, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 55% 42%, black 35%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-map-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.africa-map {
  position: absolute;
  right: 4%;
  top: 51%;
  transform: translateY(-50%);
  width: min(52vw, 720px);
  height: auto;
  opacity: 0.28;
  filter: drop-shadow(0 0 24px rgba(20, 184, 184, 0.08));
}

.africa-shape {
  fill: rgba(11, 30, 48, 0.48);
  stroke: rgba(20, 184, 184, 0.28);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.ghana-focus {
  fill: rgba(255, 215, 0, 0.92);
  stroke: rgba(255, 215, 0, 0.34);
  stroke-width: 8;
  filter: drop-shadow(0 0 14px rgba(255, 215, 0, 0.28));
  animation: ghPulse 4.6s ease-in-out infinite;
}

.hero-map-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 38% 48%, rgba(4, 11, 22, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(4, 11, 22, 0.9) 0%, rgba(4, 11, 22, 0.56) 34%, rgba(4, 11, 22, 0.18) 58%, rgba(4, 11, 22, 0.58) 100%);
}

.heat {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.28;
  animation: heatPulse 7s ease-in-out infinite;
}

.heat-gh {
  width: 170px;
  height: 170px;
  left: 61%;
  top: 43%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.22) 0%, rgba(20, 184, 184, 0.08) 45%, transparent 75%);
  animation-delay: 0s;
}

.heat-west {
  width: 200px;
  height: 200px;
  left: 54%;
  top: 37%;
  background: radial-gradient(circle, rgba(20, 184, 184, 0.18) 0%, transparent 72%);
  animation-delay: 1.2s;
}

.heat-east {
  width: 170px;
  height: 170px;
  left: 71%;
  top: 43%;
  background: radial-gradient(circle, rgba(20, 184, 184, 0.12) 0%, transparent 74%);
  animation-delay: 2.4s;
}

.heat-south {
  width: 220px;
  height: 220px;
  left: 63%;
  top: 62%;
  background: radial-gradient(circle, rgba(20, 184, 184, 0.09) 0%, transparent 74%);
  animation-delay: 3.3s;
}

.ping {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ping::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

/* Primary Ghana node */
.ping-primary {
  background: var(--gold);
  box-shadow:
    0 0 0 2px rgba(255, 215, 0, 0.14),
    0 0 18px rgba(255, 215, 0, 0.34),
    0 0 34px rgba(255, 215, 0, 0.12);
}

.ping-primary::before {
  background: rgba(255, 215, 0, 0.95);
}

.ping-primary .ping-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 0, 0.72);
  animation: pingWaveMain 3.4s cubic-bezier(.19, .8, .28, 1) infinite;
}

/* Secondary active beacons */
.ping-beacon {
  background: rgba(20, 184, 184, 0.95);
  box-shadow:
    0 0 0 2px rgba(20, 184, 184, 0.1),
    0 0 14px rgba(20, 184, 184, 0.22);
  animation: beaconBlink 5.8s ease-in-out infinite;
}

.ping-beacon::before {
  background: rgba(20, 184, 184, 0.95);
  animation: beaconCore 5.8s ease-in-out infinite;
}

/* Quiet static markers */
.ping-static {
  background: rgba(20, 184, 184, 0.55);
  box-shadow:
    0 0 0 1px rgba(20, 184, 184, 0.08),
    0 0 8px rgba(20, 184, 184, 0.12);
}

.ping-static::before {
  background: rgba(20, 184, 184, 0.55);
}

/* Node positions */
.ping-gh { left: 63%; top: 45%; }
.ping-ng { left: 59%; top: 44%; animation-delay: .7s; }
.ping-ng::before { animation-delay: .7s; }

.ping-ke { left: 74%; top: 46%; animation-delay: 2.1s; }
.ping-ke::before { animation-delay: 2.1s; }

.ping-za { left: 67%; top: 74%; animation-delay: 3.4s; }
.ping-za::before { animation-delay: 3.4s; }

.ping-eg { left: 69%; top: 28%; }
.ping-sn { left: 52%; top: 40%; }

.signal-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(20, 184, 184, 0.08) 18%,
    rgba(20, 184, 184, 0.36) 50%,
    rgba(20, 184, 184, 0.08) 82%,
    transparent 100%
  );
  transform-origin: left center;
  opacity: 0.22;
  overflow: hidden;
}

.signal-line::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -20%;
  width: 22%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 215, 0, 0),
    rgba(255, 215, 0, 0.45),
    rgba(255, 215, 0, 0),
    transparent
  );
  filter: blur(1px);
  animation: signalTravel 6.8s linear infinite;
}

.signal-1 {
  left: 53%;
  top: 42%;
  width: 120px;
  transform: rotate(11deg);
}
.signal-1::after { animation-delay: .4s; }

.signal-2 {
  left: 62%;
  top: 48%;
  width: 104px;
  transform: rotate(-18deg);
}
.signal-2::after { animation-delay: 2s; }

.signal-3 {
  left: 63%;
  top: 52%;
  width: 154px;
  transform: rotate(42deg);
}
.signal-3::after { animation-delay: 3.1s; }

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal-light);
  flex-shrink: 0;
}

.dot.pulse {
  animation: pulse 2s ease-in-out infinite;
}

.hero-title {
  font-family: var(--display);
  font-size: clamp(3.4rem, 8.4vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: 0.015em;
  color: var(--white);
  margin-bottom: 0.9rem;
  max-width: 7ch;
}

.title-accent {
  color: var(--teal-light);
}

.hero-sub {
  margin-bottom: 1.4rem;
  font-family: var(--mono);
  font-size: clamp(0.9rem, 1.7vw, 1.04rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-body {
  max-width: 660px;
  margin-bottom: 2.2rem;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.82;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(20, 48, 75, 0.8);
  max-width: 760px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.stat-num {
  font-family: var(--mono);
  font-size: 1.24rem;
  font-weight: 600;
  color: var(--teal-light);
}

.stat-label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-divider {
  width: 1px;
  height: 34px;
  background: rgba(20, 48, 75, 0.8);
}

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

@keyframes ghPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 0.68;
    transform: scale(1.12);
  }
}

@keyframes pingWaveMain {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(5.6);
    opacity: 0.08;
  }
  100% {
    transform: scale(6.2);
    opacity: 0;
  }
}

@keyframes beaconBlink {
  0%, 18%, 52%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  22% {
    opacity: 0.9;
    transform: scale(1.18);
  }
  26% {
    opacity: 0.28;
    transform: scale(1);
  }
  58% {
    opacity: 0.75;
    transform: scale(1.12);
  }
  62% {
    opacity: 0.22;
    transform: scale(1);
  }
}

@keyframes beaconCore {
  0%, 18%, 52%, 100% {
    opacity: 0.45;
  }
  22%, 58% {
    opacity: 1;
  }
  26%, 62% {
    opacity: 0.5;
  }
}

@keyframes heatPulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.38;
    transform: scale(1.08);
  }
}

@keyframes signalTravel {
  0% {
    left: -24%;
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    left: 104%;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .africa-map {
    width: min(64vw, 560px);
    right: -2%;
    opacity: 0.22;
  }

  .heat-gh { left: 58%; top: 42%; }
  .heat-west { left: 50%; top: 36%; }
  .heat-east { left: 68%; top: 43%; }
  .heat-south { left: 60%; top: 62%; }

  .ping-gh { left: 59%; top: 44%; }
  .ping-ng { left: 55%; top: 43%; }
  .ping-ke { left: 69%; top: 46%; }
  .ping-za { left: 62%; top: 73%; }
  .ping-eg { left: 65%; top: 29%; }
  .ping-sn { left: 48%; top: 40%; }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .africa-map {
    width: 115vw;
    right: -34%;
    top: 36%;
    opacity: 0.15;
  }

  .hero-map-overlay {
    background:
      linear-gradient(180deg, rgba(4, 11, 22, 0.22) 0%, rgba(4, 11, 22, 0.68) 42%, rgba(4, 11, 22, 0.92) 100%);
  }

  .heat,
  .signal-line {
    display: none;
  }

  .ping-gh { left: 66%; top: 26%; }
  .ping-ng { left: 61%; top: 25%; }
  .ping-ke { left: 76%; top: 28%; }
  .ping-za { left: 70%; top: 48%; }
  .ping-eg { left: 72%; top: 15%; }
  .ping-sn { left: 54%; top: 23%; }
}

/* =============================================
   PAGE HERO — INNER PAGES / REPORTS
   ============================================= */

.page-hero {
  position: relative;
  padding-top: var(--nav-h);
  min-height: 28vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(180deg, #06101d 0%, #050d1a 100%);
  border-bottom: 1px solid rgba(20, 48, 75, 0.65);
}

.page-hero-inner {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 2.6rem 2rem 2.5rem;
}

.page-title {
  font-family: var(--display);
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0.012em;
  color: var(--white);
  margin-top: 0.35rem;
  margin-bottom: 0.9rem;
  max-width: 980px;
}

.page-sub {
  max-width: 700px;
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--text);
}

.report-hero .page-title {
  font-size: clamp(2.6rem, 5.8vw, 5.6rem);
}

.report-meta-inline {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.report-badge {
  padding: 0.35rem 0.7rem;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(10, 22, 37, 0.88);
  border: 1px solid rgba(20, 48, 75, 0.9);
}

/* =============================================
   BUTTONS
   ============================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.82rem 1.7rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--transition);
}

.btn-primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  color: #041118;
  box-shadow: 0 0 0 rgba(0, 128, 128, 0);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 128, 128, 0.26);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(114, 134, 155, 0.35);
}

.btn-ghost:hover {
  color: var(--teal-light);
  border-color: rgba(0, 128, 128, 0.55);
  background: rgba(0, 128, 128, 0.06);
}

/* =============================================
   HOME — FOCUS GRID
   ============================================= */

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: rgba(20, 48, 75, 0.8);
  border: 1px solid rgba(20, 48, 75, 0.8);
}

.focus-card,
.pub-card,
.pub-future-card,
.pub-featured,
.domain-block,
.report-side-card,
.report-topic-card {
  box-shadow: var(--shadow-md);
}

.focus-card {
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
  padding: 2.3rem;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}

.focus-card:hover {
  background: linear-gradient(180deg, rgba(13,28,45,0.98) 0%, rgba(10,25,41,1) 100%);
  transform: translateY(-2px);
}

.focus-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1.1rem;
  color: var(--teal-light);
  transition: color var(--transition);
}

.focus-card:hover .focus-icon {
  color: #40d3d3;
}

.focus-icon svg {
  width: 100%;
  height: 100%;
}

.focus-code {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.focus-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.focus-body {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
  margin-bottom: 1.35rem;
}

.focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.tag {
  padding: 0.25rem 0.58rem;
  border-radius: 1px;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-light);
  background: rgba(0, 128, 128, 0.1);
  border: 1px solid rgba(0, 128, 128, 0.15);
}

/* =============================================
   HOME — PUBLICATIONS FEATURE
   ============================================= */

.pub-featured {
  max-width: 840px;
  padding: 2.8rem;
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
  border: 1px solid rgba(20, 48, 75, 0.9);
  border-left: 3px solid var(--gold);
}

.pub-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.pub-classification {
  padding: 0.22rem 0.7rem;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid rgba(255, 215, 0, 0.14);
}

.pub-date {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.pub-title {
  font-size: 1.38rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.pub-body {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.82;
  margin-bottom: 1.4rem;
}

.pub-status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--teal-light);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal-light);
  animation: pulse 2s ease-in-out infinite;
}

/* =============================================
   ABOUT / INTELLIGENCE LAYOUT
   ============================================= */

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2rem;
  align-items: start;
}

.two-col-text p {
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.two-col-text h4 {
  margin: 1.7rem 0 0.8rem;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.two-col-aside {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  background: rgba(10, 25, 41, 0.78);
  border: 1px solid rgba(20, 48, 75, 0.9);
}

.aside-block {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(20, 48, 75, 0.8);
}

.aside-block:last-child {
  border-bottom: none;
}

.aside-label {
  margin-bottom: 0.45rem;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5f7288;
}

.aside-value {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--white);
}

/* =============================================
   ABOUT — PILLARS
   ============================================= */

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(20, 48, 75, 0.8);
  border: 1px solid rgba(20, 48, 75, 0.8);
}

.pillar {
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
  padding: 2.3rem;
  transition: background var(--transition);
}

.pillar:hover {
  background: linear-gradient(180deg, rgba(13,28,45,0.98) 0%, rgba(10,25,41,1) 100%);
}

.pillar-num {
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--display);
  font-size: 3.3rem;
  line-height: 1;
  color: rgba(20, 184, 184, 0.18);
}

.pillar h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.pillar p {
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--muted);
}

/* =============================================
   INTELLIGENCE PAGE
   ============================================= */

.intel-domain {
  position: relative;
  padding: 3.5rem 0;
}

.intel-domain::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 128, 128, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 128, 128, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.28;
  pointer-events: none;
}

.intel-domain .container {
  position: relative;
  z-index: 1;
}

.domain-block {
  background: linear-gradient(180deg, rgba(10,25,41,0.94) 0%, rgba(8,20,36,0.98) 100%);
  border: 1px solid rgba(20, 48, 75, 0.88);
}

.domain-header {
  margin-bottom: 0;
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(20, 48, 75, 0.8);
}

.domain-num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.domain-title {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: 0.015em;
  color: var(--white);
}

.domain-body {
  padding: 2rem;
}

.domain-list {
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  margin-top: 0.4rem;
}

.domain-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.72;
  color: #9fb1c5;
}

.domain-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal-light);
  font-family: var(--mono);
}

.threat-critical {
  color: var(--danger) !important;
}

.threat-high {
  color: var(--gold) !important;
}

/* =============================================
   PUBLICATIONS PAGE
   ============================================= */

.pub-intro {
  max-width: 800px;
  margin-bottom: 3rem;
}

.pub-intro p {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.86;
  margin-bottom: 0.8rem;
}

.inline-link {
  color: var(--teal-light);
  font-family: var(--mono);
  font-size: 0.9em;
  transition: color var(--transition);
}

.inline-link:hover {
  color: var(--gold);
}

.pub-category-label {
  margin-bottom: 1.5rem;
}

.pub-card {
  position: relative;
  margin-bottom: 1px;
  border: 1px solid rgba(20, 48, 75, 0.88);
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
}

.pub-card-featured {
  border-left: 3px solid var(--gold);
}

.pub-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.8rem;
  background: var(--gold);
  color: #081018;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pub-card-inner {
  padding: 2.4rem 2.8rem;
}

.pub-card-meta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.pub-period {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.pub-card-title {
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.42;
  color: var(--white);
  margin-bottom: 1rem;
}

.pub-card-body {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.82;
  margin-bottom: 1.45rem;
}

.pub-card-topics h4 {
  margin-bottom: 0.8rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.pub-card-topics ul {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-bottom: 1.75rem;
}

.pub-card-topics li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.89rem;
  line-height: 1.68;
  color: var(--muted);
}

.pub-card-topics li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal-light);
  font-family: var(--mono);
}

.pub-future-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(20, 48, 75, 0.8);
  border: 1px solid rgba(20, 48, 75, 0.8);
}

.pub-future-card {
  position: relative;
  padding: 2rem 2.4rem;
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
  transition: background var(--transition), transform var(--transition);
}

.pub-future-card:hover {
  background: linear-gradient(180deg, rgba(13,28,45,0.98) 0%, rgba(10,25,41,1) 100%);
  transform: translateY(-1px);
}

.pub-future-card-wide {
  border: 1px solid rgba(20, 48, 75, 0.88);
}

.pub-future-card h3 {
  margin: 0.5rem 0 0.7rem;
  padding-right: 7rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}

.pub-future-card p {
  font-size: 0.89rem;
  line-height: 1.68;
  color: var(--muted);
}

.pub-badge-upcoming {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(20, 48, 75, 0.88);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}


/* =============================================
   REPORT PAGE
   ============================================= */

.report-meta-inline {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  align-items: stretch;
}

.report-meta-inline .btn,
.report-badge {
  height: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.report-meta-inline .btn {
  min-width: 180px;
  padding: 0 1.2rem;
}

.report-badge {
  min-width: 140px;
  padding: 0 1rem;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(10, 22, 37, 0.88);
  border: 1px solid rgba(20, 48, 75, 0.9);
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2.2rem;
  align-items: start;
}

.report-main {
  min-width: 0;
}

.report-section {
  margin-bottom: 2.7rem;
}

.report-section p {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.88;
  margin-bottom: 0.9rem;
}

.report-status-block p {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.84;
}

.report-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  border: 1px solid rgba(20, 48, 75, 0.84);
  background: rgba(20, 48, 75, 0.84);
}

.report-topic-card {
  background: linear-gradient(180deg, rgba(10,25,41,0.96) 0%, rgba(8,20,36,0.99) 100%);
  padding: 1.4rem;
  transition: background var(--transition), transform var(--transition);
}

.report-topic-card:hover {
  background: linear-gradient(180deg, rgba(13,28,45,0.98) 0%, rgba(10,25,41,1) 100%);
  transform: translateY(-1px);
}

.report-topic-card h3 {
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
}

.report-topic-card p {
  margin-bottom: 0;
  font-size: 0.86rem;
  line-height: 1.68;
  color: var(--muted);
}

.report-sidebar {
  min-width: 0;
}

.report-side-card {
  margin-bottom: 1.3rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(10,25,41,0.95) 0%, rgba(8,20,36,0.98) 100%);
  border: 1px solid rgba(20, 48, 75, 0.88);
}

.report-side-card .section-tag {
  margin-bottom: 0.65rem;
}

.side-card-title {
  margin-bottom: 0.55rem;
  font-size: 0.98rem;
  color: var(--white);
}

.side-card-body {
  margin-bottom: 1rem;
  font-size: 0.87rem;
  line-height: 1.7;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .report-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .report-meta-inline {
    flex-direction: column;
    align-items: stretch;
  }

  .report-meta-inline .btn,
  .report-badge {
    width: 100%;
    min-width: 0;
  }
}

/* =============================================
   CTA BLOCK
   ============================================= */

.cta-block {
  max-width: 760px;
}

.cta-title {
  margin-top: 0.45rem;
  margin-bottom: 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--white);
}

.cta-body {
  margin-bottom: 1.9rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.84;
}

.cta-emails {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 2rem;
}

.email-link {
  font-family: var(--mono);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--teal-light);
  transition: color var(--transition);
}

.email-link:hover {
  color: var(--gold);
}


/* =============================================
   CONTACT PAGE
   ============================================= */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}

.contact-info,
.contact-form-block {
  min-width: 0;
}

.contact-info .section-title,
.contact-form-block .section-title {
  margin-top: 0.45rem;
  margin-bottom: 1rem;
}

.contact-info > p {
  margin-bottom: 2rem;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.82;
  max-width: 680px;
}

.contact-channel {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(20, 48, 75, 0.8);
}

.contact-channel:first-of-type {
  border-top: 1px solid rgba(20, 48, 75, 0.8);
}

.channel-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--teal-light);
}

.channel-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.channel-text {
  min-width: 0;
}

.channel-label {
  margin-bottom: 0.3rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.channel-email {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-family: var(--mono);
  font-size: 0.9rem;
  color: var(--teal-light);
  transition: color var(--transition);
  word-break: break-word;
}

.channel-email:hover {
  color: var(--gold);
}

.channel-desc {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.contact-notice {
  display: flex;
  gap: 0.9rem;
  margin-top: 1.8rem;
  padding: 1.25rem 1.3rem;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-left: 2px solid var(--gold);
}

.notice-icon {
  flex-shrink: 0;
  color: var(--gold);
  font-size: 0.95rem;
  line-height: 1;
  margin-top: 0.15rem;
}

.contact-notice p {
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.68;
}

/* Form */

.contact-form-block {
  min-width: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.form-group label {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.82rem 1rem;
  background: linear-gradient(180deg, rgba(10,25,41,0.96) 0%, rgba(8,20,36,0.99) 100%);
  border: 1px solid rgba(20, 48, 75, 0.88);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.88rem;
  border-radius: 1px;
  outline: none;
  resize: vertical;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted-2);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(20, 184, 184, 0.7);
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.08);
}

.form-group select option {
  background: var(--navy-2);
}

.form-notice p {
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: var(--muted-2);
}

.form-success {
  padding: 1.1rem 1.3rem;
  border: 1px solid rgba(20, 184, 184, 0.45);
  border-left: 3px solid var(--teal-light);
  background: rgba(0, 128, 128, 0.08);
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.6;
}

.success-icon {
  color: var(--teal-light);
  font-size: 1rem;
  margin-right: 0.45rem;
}

@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}


/* =============================================
   FOOTER
   ============================================= */

.footer {
  background: linear-gradient(180deg, rgba(7,16,29,0.98) 0%, rgba(4,11,22,1) 100%);
  border-top: 1px solid rgba(20, 48, 75, 0.8);
  padding-top: 3rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 3rem 4rem;
  align-items: start;
  padding-bottom: 3rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.55rem;
  filter: drop-shadow(0 0 10px rgba(0, 128, 128, 0.2));
}

.footer-brand .logo-text {
  display: block;
  margin-bottom: 0.8rem;
}

.footer-tagline {
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--muted);
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a,
.footer-contact a {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  transition: color var(--transition);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--teal-light);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.15rem 2rem;
  border-top: 1px solid rgba(20, 48, 75, 0.8);
}

.footer-bottom span {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--muted-2);
}

.footer-code {
  color: var(--teal-light) !important;
  opacity: 0.68;
}

@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 3rem 4rem;
  align-items: start;
  padding-bottom: 3rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.55rem;
  filter: drop-shadow(0 0 10px rgba(0, 128, 128, 0.2));
}

.footer-brand .logo-text {
  display: block;
  margin-bottom: 0.8rem;
}

.footer-tagline {
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--muted);
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a,
.footer-contact a {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  transition: color var(--transition);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--teal-light);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.15rem 2rem;
  border-top: 1px solid rgba(20, 48, 75, 0.8);
}

.footer-bottom span {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--muted-2);
}

.footer-code {
  color: var(--teal-light) !important;
  opacity: 0.68;
}

/* =============================================
   ANIMATIONS
   ============================================= */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .report-layout {
    grid-template-columns: 1fr;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .two-col-aside {
    order: -1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .pub-future-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 1.2rem;
  }

  .stat-divider {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --nav-h: 60px;
  }

  .section {
    padding: 4rem 0;
  }

  .container,
  .nav-inner,
  .hero-inner,
  .page-hero-inner {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .hero-inner {
    padding-top: 3.2rem;
    padding-bottom: 3rem;
  }

  .page-hero-inner {
    padding-top: 2.1rem;
    padding-bottom: 2.2rem;
  }

  .focus-grid,
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .pub-card-inner,
  .pub-featured {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .pub-future-card h3 {
    padding-right: 0;
  }

  .pub-badge-upcoming {
    position: static;
    display: inline-block;
    margin-top: 0.8rem;
  }
}

@media (max-width: 600px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: 998;
    padding: 1rem;
    gap: 0;
    background: rgba(7, 16, 29, 0.98);
    border-bottom: 1px solid rgba(20, 48, 75, 0.8);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-link {
    width: 100%;
    padding: 0.78rem 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .pub-card-inner,
  .pub-featured,
  .pub-future-card,
  .domain-header,
  .domain-body,
  .report-side-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-title {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .report-hero .page-title {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

