:root {
  color-scheme: dark;
  --bg: #050914;
  --surface: rgba(9, 18, 33, 0.78);
  --surface-2: rgba(15, 28, 49, 0.72);
  --line: rgba(148, 163, 184, 0.18);
  --text: #eef6ff;
  --muted: #a9b8cc;
  --cyan: #7dd3fc;
  --gold: #f7c86b;
}

* { box-sizing: border-box; }

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(4, 9, 18, 0.96), rgba(4, 9, 18, 0.72)),
    radial-gradient(circle at 74% 14%, rgba(247, 200, 107, 0.16), transparent 32%),
    radial-gradient(circle at 18% 8%, rgba(125, 211, 252, 0.13), transparent 30%),
    url("../assets/landing/background_sacred_geometry_mountains.png") center top / cover fixed no-repeat,
    url("../assets/landing/hero_wilderness_full_bleed.png") center / cover fixed no-repeat,
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    url("../assets/landing/neural_signal_energy_field.png") center / cover no-repeat,
    radial-gradient(circle at 72% 18%, rgba(125, 211, 252, 0.18), transparent 28rem);
  opacity: 0.24;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
}

body::after {
  z-index: 0;
  background: url("../assets/landing/signal_coherent_evidence_network.png") right 6vw top 130px / clamp(330px, 44vw, 660px) auto no-repeat;
  opacity: 0.13;
  filter: saturate(0.92);
  mask-image: radial-gradient(circle at 76% 28%, #000 0, transparent 58%);
}

a { color: inherit; }

.static-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 54px;
}

.static-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: .75rem;
  align-items: center;
  width: 100vw;
  margin: 0 0 54px;
  margin-left: calc(50% - 50vw);
  padding: .75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 10% 0%, rgba(125, 211, 252, 0.12), transparent 22rem),
    radial-gradient(circle at 86% 0%, rgba(247, 211, 111, 0.10), transparent 20rem),
    rgba(5, 9, 20, 0.88);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: saturate(120%) blur(10px);
}

.static-brand {
  display: flex;
  align-items: center;
  color: #e5e7eb;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: large;
  white-space: nowrap;
  border-radius: .55rem;
  padding: .15rem .25rem;
}

.static-brand span {
  display: inline-flex;
  align-items: center;
  margin-right: .55rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(248, 217, 119, 0.34);
  line-height: 1;
  vertical-align: -0.02em;
}

.static-brand small {
  color: rgba(229, 231, 235, 0.78);
  margin-left: .5rem;
  font-size: large;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.static-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: .5rem;
  margin-left: auto;
}

.static-links a,
.static-cta {
  border: 1px solid var(--line);
  border-radius: .5rem;
  padding: .35rem .75rem;
  background: rgba(2, 6, 23, 0.28);
  color: #cbd7e6;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 760;
}

.static-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.static-links a:hover,
.static-links a:focus-visible {
  border-color: rgba(125, 211, 252, 0.42);
  color: #eef8ff;
  background: rgba(14, 35, 58, 0.46);
  text-decoration: none;
}

.static-links .static-icon-link {
  width: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}

.static-context-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 860px;
  margin: -28px 0 18px;
  color: #a9b8cc;
}

.static-context-nav a,
.static-context-nav span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.38);
  font-size: 0.9rem;
  text-decoration: none;
}

.static-context-nav a {
  border-color: rgba(247, 200, 107, 0.28);
  color: #fff0c2;
}

.static-context-nav a::before {
  content: "\2190";
  margin-right: 7px;
  color: var(--gold);
}

.static-hero {
  position: relative;
  overflow: hidden;
  max-width: 860px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(9, 18, 33, 0.9), rgba(8, 13, 25, 0.62)),
    rgba(2, 6, 23, 0.44);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.04);
}

.static-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(420px, 52%);
  background:
    radial-gradient(circle at 62% 28%, rgba(247, 200, 107, 0.18), transparent 12rem),
    url("../assets/evidence-viewer/radiant-celestial-compass-emblem.png") center / min(240px, 66%) auto no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.static-hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.25rem, 5.6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lede {
  max-width: 760px;
  margin: 22px 0 0;
  color: #d7e5f5;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.static-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.static-cta.primary {
  border-color: rgba(247, 200, 107, 0.54);
  background: linear-gradient(135deg, rgba(247, 200, 107, 0.24), rgba(125, 211, 252, 0.08));
  color: #fff3ca;
}

.static-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.static-card,
.static-article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.static-card h2,
.static-card h3,
.static-article h2 {
  margin: 0 0 10px;
  line-height: 1.16;
}

.static-card p,
.static-article p,
.static-article li {
  color: var(--muted);
}

.static-card strong,
.static-article strong {
  color: #fff2c7;
}

.static-article {
  margin-top: 24px;
  max-width: 900px;
}

.static-article blockquote {
  margin: 22px 0;
  border-left: 3px solid var(--gold);
  padding: 12px 16px;
  border-radius: 0 14px 14px 0;
  background: rgba(247, 200, 107, 0.08);
  color: #ffe8ac;
}

.crumbs {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.muted-note {
  margin-top: 26px;
  color: #93a4b8;
  font-size: 0.95rem;
}

.static-pill-row,
.static-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.static-pill-row span,
.static-related a {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(2, 6, 23, 0.34);
  color: #dbeafe;
  text-decoration: none;
  font-size: 0.92rem;
}

.static-related a {
  border-color: rgba(247, 200, 107, 0.24);
}

.static-question-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.static-question-list details {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(15, 28, 49, 0.42);
}

.static-question-list summary {
  cursor: pointer;
  color: #f8fbff;
  font-weight: 800;
}

.static-question-list p {
  margin-bottom: 0;
}

.static-scripture-anchors {
  border-color: rgba(247, 200, 107, 0.22);
  background:
    radial-gradient(circle at 92% 0%, rgba(247, 200, 107, 0.10), transparent 18rem),
    linear-gradient(180deg, rgba(9, 18, 33, 0.74), rgba(3, 10, 22, 0.64));
}

.static-scripture-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.static-scripture-head h2 {
  margin-top: 0;
}

.static-scripture-head p {
  max-width: 620px;
  margin-bottom: 0;
}

.static-scripture-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(2, 6, 23, 0.42);
  color: #b9c8db;
  font-size: 0.84rem;
  font-weight: 760;
}

.static-scripture-picker select {
  min-width: 86px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 999px;
  padding: 6px 28px 6px 10px;
  background: #071225;
  color: #eef6ff;
  font: inherit;
}

.static-scripture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.static-scripture-card {
  display: grid;
  align-content: start;
  gap: 9px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 18px;
  padding: 16px;
  background: rgba(2, 6, 23, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.static-scripture-ref {
  color: #fff0bd;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.static-scripture-note {
  margin: 0;
  color: #8fa7c2;
  font-size: 0.82rem;
  line-height: 1.5;
  font-style: italic;
}

.static-scripture-text {
  position: relative;
  margin: 4px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.13);
  border-left: 3px solid rgba(247, 200, 107, 0.5);
  padding: 12px 0 0 14px;
  color: #e7f0fb;
  font-size: 0.95rem;
  line-height: 1.62;
  quotes: "\201C" "\201D";
}

.static-scripture-text::before {
  content: open-quote;
}

.static-scripture-text::after {
  content: close-quote;
}

@media (max-width: 700px) {
  .static-nav {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 28px;
    padding: 9px 10px;
  }

  .static-brand {
    flex: 0 0 100%;
    min-width: 0;
    font-size: 0.98rem;
  }

  .static-links {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.45fr) minmax(0, .78fr) minmax(0, .65fr) 38px;
    gap: 5px;
    width: 100%;
    margin-left: 0;
  }

  .static-links a {
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    padding: 0 5px;
    font-size: clamp(.72rem, 3.1vw, .82rem);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .static-links .static-icon-link {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .static-context-nav {
    margin-top: -10px;
  }

  .static-hero { padding: 22px; }

  .static-scripture-head {
    display: grid;
    gap: 12px;
  }

  .static-scripture-picker {
    width: 100%;
    justify-content: space-between;
  }

  .static-scripture-picker select {
    min-width: 0;
    max-width: 48%;
  }
}
