:root {
  --bg: #07131d;
  --bg-soft: #0d2231;
  --surface: rgba(9, 25, 38, 0.78);
  --surface-strong: rgba(12, 34, 49, 0.92);
  --text: #eaf6ff;
  --muted: #adc7d9;
  --line: rgba(129, 192, 222, 0.18);
  --teal: #53e0d2;
  --sky: #73b8ff;
  --gold: #ffbf47;
  --orange: #ff7c3a;
  --coral: #ff9559;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(83, 224, 210, 0.16), transparent 32%),
    radial-gradient(circle at 85% 12%, rgba(255, 124, 58, 0.15), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(115, 184, 255, 0.09), transparent 30%),
    linear-gradient(180deg, #030b11 0%, #07131d 38%, #0a1a27 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
}

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

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

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 48px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 18, 28, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: screen;
  filter: saturate(1.05) contrast(1.04);
}

.brand span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong,
.site-nav a,
.button,
.mini-table span,
.detail-list li {
  letter-spacing: -0.02em;
}

.brand strong {
  font-size: 1.12rem;
}

.brand em {
  font-style: normal;
  color: var(--muted);
  font-size: 1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 600;
}

main {
  display: grid;
  gap: 28px;
}

section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 64px;
}

.hero::after,
.impact-band::after,
.connect-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
}

.hero::after {
  width: 260px;
  height: 260px;
  right: -40px;
  top: -60px;
  background: rgba(255, 191, 71, 0.14);
}

.eyebrow {
  margin: 0 0 14px;
  color: #8dece2;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  max-width: 20ch;
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

h3 {
  font-size: 1.24rem;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 0.96rem;
}

.hero-text,
.section-heading p,
.impact-band p,
.connect-copy p,
.ethics-note {
  max-width: 66ch;
}

.statement-card p,
.research-card p,
.framework-card p,
.evidence-panel p,
.pathway-card p,
.ethics-grid article p,
.timeline-card p,
.connect-section p {
  font-size: 0.92rem;
  line-height: 1.66;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #072433;
  background: linear-gradient(135deg, var(--teal), var(--gold) 68%, #ffe8a6);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics li,
.statement-card,
.research-card,
.framework-card,
.evidence-panel,
.pathway-card,
.ethics-grid article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-lg);
}

.hero-metrics li {
  padding: 18px;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #ffe9a8;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-brand-stack {
  width: min(100%, 460px);
}

.signal-card {
  width: 100%;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(17, 44, 61, 0.96), rgba(11, 28, 41, 0.95)),
    linear-gradient(135deg, rgba(83, 224, 210, 0.12), rgba(255, 191, 71, 0.08) 55%, transparent 72%);
  border: 1px solid rgba(115, 184, 255, 0.18);
}

.signal-card > p {
  margin-bottom: 18px;
  color: white;
  font-weight: 800;
  font-size: 1rem;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.signal-grid span,
.signal-flow div {
  display: grid;
  place-items: center;
  min-height: 88px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(83, 224, 210, 0.16), transparent 55%),
    rgba(255, 255, 255, 0.03);
  color: #effaff;
  font-weight: 700;
  font-size: 0.92rem;
}

.signal-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 18px;
}

.signal-flow div:nth-child(1) {
  background: linear-gradient(135deg, rgba(83, 224, 210, 0.22), rgba(115, 184, 255, 0.08));
}

.signal-flow div:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 191, 71, 0.24), rgba(255, 124, 58, 0.12));
}

.signal-flow div:nth-child(3) {
  background: linear-gradient(135deg, rgba(115, 184, 255, 0.2), rgba(83, 224, 210, 0.08));
}


.signal-card small {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.88rem;
}

.statement-grid,
.research-grid,
.framework-grid,
.pathways-grid,
.ethics-grid {
  display: grid;
  gap: 20px;
}

.figure-showcase,
.figure-pair {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.statement-grid,
.evidence-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.statement-grid,
.research-section,
.framework-section,
.evidence-section,
.pathways-section,
.ethics-section,
.connect-section {
  padding: 44px;
}

.statement-card,
.research-card,
.framework-card,
.evidence-panel,
.pathway-card,
.ethics-grid article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
}

.accent-card {
  background:
    linear-gradient(135deg, rgba(255, 124, 58, 0.17), rgba(255, 191, 71, 0.08) 60%, transparent 72%),
    rgba(255, 255, 255, 0.04);
}

.impact-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 36px 44px;
}

.impact-band::after {
  width: 180px;
  height: 180px;
  right: 24px;
  bottom: -40px;
  background: rgba(83, 224, 210, 0.11);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

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

.framework-grid,
.pathways-grid,
.ethics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.figure-showcase {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  align-items: start;
}

.figure-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.visual-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.framework-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(83, 224, 210, 0.18), rgba(255, 191, 71, 0.12));
  color: #bff8f0;
  font-weight: 800;
}


.detail-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.mini-table {
  display: grid;
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.8fr;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.table-head {
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-weight: 700;
}

.highlight {
  background: linear-gradient(90deg, rgba(83, 224, 210, 0.12), rgba(255, 191, 71, 0.08));
}

.timeline-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin: 28px 0 0;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.timeline-card img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: white;
}

.ethics-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255, 191, 71, 0.1), rgba(255, 124, 58, 0.08));
}

.connect-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 460px);
  gap: 24px;
  align-items: center;
}

.connect-section::after {
  width: 220px;
  height: 220px;
  left: -60px;
  bottom: -90px;
  background: rgba(115, 184, 255, 0.12);
}

.contact-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.contact-label {
  margin-bottom: 16px;
  color: #fff2ca;
  font-size: 1.1rem;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 19, 29, 0.7);
  color: var(--text);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(173, 199, 217, 0.72);
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(83, 224, 210, 0.45);
  border-color: rgba(83, 224, 210, 0.45);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}



.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 26px 8px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero,
  .impact-band,
  .timeline-card,
  .connect-section,
  .statement-grid,
  .evidence-layout,
  .figure-pair,
  .figure-showcase {
    grid-template-columns: 1fr;
  }

  .research-grid,
  .framework-grid,
  .pathways-grid,
  .ethics-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .connect-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 840px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 10px;
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .statement-grid,
  .research-section,
  .framework-section,
  .evidence-section,
  .pathways-section,
  .ethics-section,
  .connect-section,
  .impact-band {
    padding: 28px 22px;
  }

  .hero {
    gap: 24px;
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}

@media (max-width: 560px) {
  .brand {
    align-items: flex-start;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .site-nav {
    gap: 12px;
  }

  .signal-grid,
  .signal-flow {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
