@charset "utf-8";
/* CSS Document */ :root {
  --brand: #ef4444; /* accent gold */
  --bg: #0b0c10; /* dark hero bg */
  --ink: #121212; /* body text */
  --muted: #6b7280; /* muted text */
  --card: #0f1117; /* dark card */
  --surface: #ffffff; /* light section */
  --container: 1152px;
  --radius: 16px;
}
*, *::before, *::after {
  box-sizing: border-box
}
html, body {
  margin: 0;
  padding: 0
}
body {
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: #fff;
}
img {
  max-width: 100%;
  display: block
}
a {
  color: inherit;
  text-decoration: none
}
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 24px
}
.lead {
  font-size: 1.3rem;
  color: #3f3f46
}
.btn {
  display: inline-block;
  border: none;
  background: var(--brand);
  color: #FFF;
  padding: .8rem 2rem;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
  transition: transform .12s ease, box-shadow .12s ease
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18)
}
/* Header */
.topbar {
  background: #FFD966;
  color: #000;
  font-size: 1rem;
  text-align: center;
  padding: 12px 0
}
.topbar .subscribe {
  background: #ef4444;
  color: #fff;
  padding: .5rem .9rem;
  border-radius: 10px;
  font-size: .875rem;
  margin-left: 10px;
}
.nav {
 /* position: sticky;*/
  top: 0;
  z-index: 10;
  background: #000;
}
.nav .container {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 24px
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800
}
.logo img {
  max-width: 160px;
  width: 100%;
}
.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #0ea5e9;
  position: relative;
  overflow: hidden
}
.logo-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg)
}
.nav ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  gap: 22px;
  align-items: center
}
.nav a {
  color: #FFF;
  font-weight: 600
}
.nav a:hover {
  color: #ccc;
}
.nav .subscribe {
  background: #ef4444;
  color: #fff;
  padding: .5rem .9rem;
  border-radius: 10px;
  font-size: .875rem
}
/* Hero */
.hero {
  background: url(../images/bg.png) no-repeat center top #111;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden
}
.hero::before { /* diagonal glow */
  content: "";
  position: absolute;
  inset: -20% -40% auto -40%;
  height: 140%;
  background: radial-gradient(60% 60% at 60% 40%, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 60%);
  pointer-events: none
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
  min-height: 520px;
  padding: 56px 0 0;
  text-align: center;
}
.kicker {
  letter-spacing: .14em;
  color: #FFD966;
  font-weight: 600;
  font-size: 1rem
}
.display {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  margin: .35rem 1em 1rem
}
.hero p {
  color: #FFF;
  max-width: 32ch;
  margin: 0 auto;
}
.ylo {
  color: #FFD966;
}
.hero-figure {
  position: relative;
  isolation: isolate
}
.hero-fig-card {
  position: absolute;
  right: 12%;
  bottom: 8%;
  background: #0b1524;
  color: #d1d5db;
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}
.human {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f2937, #0b1220);
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden
}
.human::after {
  content: " ";
  width: 68%;
  height: 68%;
  background: conic-gradient(from 220deg, #334155, #0b1220);
  border-radius: 50%;
  filter: blur(16px);
  opacity: .45;
  transform: translateY(16%)
}
/* Section headings */
.section.mission {
  padding: 72px 0 0
}
.section.mission.last {
  padding: 72px 0
}
.eyebrow {
  font-size: 1rem;
  font-weight: 700;
  color: #EE881A;
  letter-spacing: .12em
}
.h2 {
  font-family: "EB Garamond", serif;
  font-size: 42px;
  line-height: 1.15;
  margin: .25rem 0 1rem
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}
/* Mission */
.mission p {
  color: #4b5563
}
.mission .card {
  border-radius: 14px;
  padding: 18px
}
/* Core frameworks */
.frameworks {
  background: #fff
}
.pentagon-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center
}
.illus {
  background: #f3f4f6;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  color: #9ca3af
}
.timeline {
  margin-top: 18px;
  padding: 18px;
  border-left: 4px solid var(--brand);
  background: #fffbeb;
  border-radius: 12px
}
/* AI integrations */
.ai {
  background: #0b1220;
  color: #d1d5db
}
.ai .h2 {
  color: #fff
}
.ring {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center
}
.ring .badge {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  font-weight: 800
}
/* Communities */
.section.communities {
  background: #10111E;
  color: #e5e7eb;
  padding-bottom: 50px;
}
.communities .grid-2 {
  gap: 24px
}
.c-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 18px;
  border-radius: 16px;
  text-align: center;
}
.c-card h3 {
  color: #EE881A;
}
.c-thumb {
  margin-bottom: 12px
}
.c-actions {
  text-align: center;
}
/* Footer */
footer {
  background: #0b0c10;
  color: #cbd5e1;
	padding: 40px 0 10px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800
}
.footer-logo img {
  max-width: 200px;
}
.footer small {
  color: #94a3b8
}
.muted {
  color: #6b7280
}
.c-card .muted {
  color: #FFF
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px
}
.list a {
  color: #cbd5e1
}
.hr {
  height: 1px;
  margin: 30px 0
}
/* Responsive */
@media (max-width: 980px) {
  .hero-grid, .pentagon-grid, .grid-2, .ring {
    grid-template-columns: 1fr
  }
  .hero-grid {
    padding: 36px 0
  }
  .display {
    font-size: 36px
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width: 640px) {
  .display {
    font-size: 32px
  }
  .footer-grid {
    grid-template-columns: 1fr
  }
  .nav ul {
    display:none;
  }
	.logo {

  margin: 0 auto;
}
	.section.mission.last {
  padding:25px 0;
}
	.section.mission {
  padding: 30px 0 0;
}
}