:root {
  --black: #030407;
  --black-2: #060812;
  --navy: #071326;
  --navy-2: #0b1d36;
  --white: #f4f7ff;
  --muted: #9aa6bd;
  --muted-2: #69758c;
  --blue: #2f7cff;
  --blue-2: #16c7ff;
  --violet: #8a55ff;
  --violet-soft: rgba(138, 85, 255, .22);
  --line: rgba(255,255,255,.12);
  --glass: rgba(255,255,255,.055);
  --glass-strong: rgba(255,255,255,.085);
  --shadow: 0 30px 80px rgba(0,0,0,.45);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --ease: cubic-bezier(.16,1,.3,1);
  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ar: "Noto Naskh Arabic", "Amiri", "Geeza Pro", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 5%, rgba(91, 66, 255, .28), transparent 32rem),
    radial-gradient(circle at 18% 26%, rgba(30, 126, 255, .14), transparent 26rem),
    linear-gradient(180deg, #020307 0%, #060814 42%, #020307 100%);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .09;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47,124,255,.13), rgba(138,85,255,.08) 38%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  opacity: .75;
  transition: opacity .25s ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 68px);
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(3, 4, 8, .68);
  border-color: rgba(255,255,255,.09);
  backdrop-filter: blur(22px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}
.brand-mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 22px rgba(47,124,255,.75);
}
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.desktop-nav a {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,247,255,.72);
  transition: color .25s ease;
}
.desktop-nav a:hover { color: var(--white); }
.nav-toggle { display: none; }
.mobile-panel { display: none; }

.section {
  position: relative;
  min-height: 100vh;
  padding: clamp(90px, 10vw, 150px) clamp(22px, 5vw, 80px);
  overflow: hidden;
}
.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-inner.narrow { width: min(980px, 100%); }
.two-col { display: grid; grid-template-columns: .8fr 1.6fr; gap: clamp(40px, 8vw, 120px); align-items: start; }

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 110px;
}
.hero-bg, .hero-bg img, .hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(.98) contrast(1.05);
  transform: scale(1.02);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2,3,7,.98) 0%, rgba(2,3,7,.82) 29%, rgba(2,3,7,.26) 58%, rgba(2,3,7,.2) 100%),
    radial-gradient(circle at 60% 32%, rgba(47,124,255,.15), transparent 28rem),
    radial-gradient(circle at 84% 31%, rgba(138,85,255,.23), transparent 36rem),
    linear-gradient(180deg, rgba(2,3,7,.12) 0%, rgba(2,3,7,.76) 100%);
}
.hero-copy {
  width: min(780px, 100%);
  position: relative;
  z-index: 2;
  margin-left: clamp(0px, 3vw, 42px);
  padding-top: 30px;
}
.eyebrow, .section-kicker {
  color: rgba(244,247,255,.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
  margin: 0 0 22px;
}
.hero-name {
  display: flex;
  align-items: baseline;
  gap: clamp(18px, 2.5vw, 38px);
  font-weight: 800;
  letter-spacing: .18em;
  font-size: clamp(16px, 1.8vw, 23px);
  color: rgba(244,247,255,.88);
  margin-bottom: 16px;
}
.arabic-signature {
  font-family: var(--font-ar);
  letter-spacing: 0;
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 48px);
  line-height: 1;
  color: rgba(255,255,255,.95);
  text-shadow: 0 0 28px rgba(138,85,255,.38);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(58px, 10vw, 146px);
  line-height: .86;
  letter-spacing: -.075em;
  margin: 0 0 28px;
  max-width: 840px;
}
h2 {
  font-size: clamp(40px, 6.4vw, 96px);
  line-height: .94;
  letter-spacing: -.065em;
  margin-bottom: 28px;
}
h3 {
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.04;
  letter-spacing: -.035em;
  margin-bottom: 16px;
}
p {
  color: rgba(244,247,255,.76);
  line-height: 1.75;
  font-size: clamp(15px, 1.3vw, 18px);
}
.hero-statement {
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.28;
  color: rgba(255,255,255,.94);
  max-width: 720px;
  margin-bottom: 18px;
  letter-spacing: -.025em;
}
.hero-secondary { max-width: 660px; margin-bottom: 22px; }
.arabic-moment {
  font-family: var(--font-ar);
  color: rgba(255,255,255,.88);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.55;
  text-shadow: 0 0 35px rgba(47,124,255,.22);
}
.hero-actions, .center-action {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: white;
  box-shadow: 0 18px 48px rgba(47,124,255,.25), 0 0 55px rgba(138,85,255,.18);
}
.btn-ghost {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.045);
  color: white;
  backdrop-filter: blur(14px);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.08); }
.scroll-hint {
  position: absolute;
  left: clamp(22px, 5vw, 80px);
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  z-index: 2;
}
.scroll-hint span { width: 52px; height: 1px; background: rgba(255,255,255,.28); display: block; }

.noise-section {
  background: radial-gradient(circle at 32% 40%, rgba(47,124,255,.12), transparent 30rem), linear-gradient(180deg, rgba(3,4,7,1), rgba(7,13,26,1));
}
.floating-words span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  color: rgba(255,255,255,.08);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: clamp(12px, 1.3vw, 18px);
  animation: drift 7s ease-in-out infinite alternate;
  animation-delay: var(--d);
}
@keyframes drift { to { transform: translate3d(18px, -20px, 0); opacity: .42; } }
.copy-block { max-width: 860px; }
.strong-line { color: #fff; font-weight: 700; }
.large-statement {
  color: white;
  font-size: clamp(28px, 4.2vw, 64px);
  line-height: 1.03;
  letter-spacing: -.05em;
  margin: 34px 0;
}
.meaning-section {
  background: radial-gradient(circle at 55% 0%, rgba(138,85,255,.18), transparent 34rem), linear-gradient(180deg, #071326, #040509 70%);
}
.meaning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.meaning-grid p, .highlight-line {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  padding: 24px;
  border-radius: var(--radius-lg);
}
.highlight-line {
  color: white;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  margin-top: 24px;
  background: linear-gradient(135deg, rgba(47,124,255,.13), rgba(138,85,255,.08));
}

.voice-section, .thinking-section { background: linear-gradient(180deg, #040509, #08101f); }
.section-head { max-width: 820px; margin-bottom: 54px; }
.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 60px;
  align-items: end;
}
.intro-copy { font-size: clamp(20px, 2.5vw, 36px); color: white; line-height: 1.22; letter-spacing: -.04em; }
.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.glass-card, .feature-card, .world-card, .contact-card {
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  backdrop-filter: blur(18px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.glass-card, .feature-card { padding: 28px; min-height: 250px; }
.card-number, .world-card span, .feature-card span {
  color: var(--blue-2);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
.center-action span { color: var(--muted); font-size: 13px; letter-spacing: .08em; }

.worlds-section {
  background:
    radial-gradient(circle at 15% 40%, rgba(47,124,255,.17), transparent 30rem),
    radial-gradient(circle at 80% 58%, rgba(138,85,255,.16), transparent 31rem),
    linear-gradient(180deg, #08101f, #030407 78%);
}
.worlds-map {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.world-card {
  position: relative;
  min-height: 286px;
  padding: 28px;
  overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s ease, background .35s ease;
}
.world-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 20% 0%, rgba(47,124,255,.26), transparent 40%), radial-gradient(circle at 100% 80%, rgba(138,85,255,.2), transparent 42%);
  opacity: 0;
  transition: opacity .35s ease;
}
.world-card > * { position: relative; z-index: 1; }
.world-card:hover { transform: translateY(-8px); border-color: rgba(47,124,255,.38); background: rgba(255,255,255,.07); }
.world-card:hover::before { opacity: 1; }
.world-card:nth-child(1), .world-card:nth-child(2) { grid-column: span 6; }
.world-card:nth-child(n+3) { grid-column: span 4; }
.world-card:nth-child(7) { grid-column: span 8; }

.philosophy-section {
  background: linear-gradient(180deg, #030407 0%, #050712 100%);
}
.philosophy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}
.philosophy-copy h2 { font-size: clamp(42px, 5.4vw, 84px); }
.arabic-moment.philosophy {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.manifesto {
  padding: clamp(28px, 4vw, 52px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.1);
  background: radial-gradient(circle at 0 0, rgba(47,124,255,.17), transparent 48%), rgba(255,255,255,.035);
}
.manifesto p {
  color: white;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: -.035em;
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.manifesto p:last-child { border-bottom: 0; }

.founder-section {
  background: #030407;
  min-height: auto;
}
.founder-bg, .founder-bg img {
  position: absolute;
  inset: 0;
}
.founder-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: .22;
  filter: saturate(.85) contrast(1.05);
}
.founder-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,4,7,1) 0%, rgba(3,4,7,.88) 50%, rgba(3,4,7,.6) 100%);
}
.founder-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
}
.founder-logo {
  width: min(320px, 100%);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.founder-logo img { width: 82%; mix-blend-mode: screen; opacity: .9; }
.founder-copy .btn { margin-top: 20px; }

.feature-card {
  transition: transform .3s var(--ease), border-color .3s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(138,85,255,.35); }

.connect-section {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(47,124,255,.16), transparent 28rem),
    radial-gradient(circle at 20% 90%, rgba(138,85,255,.14), transparent 26rem),
    linear-gradient(180deg, #08101f, #020307);
}
.connect-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}
.connect-layout h2 { font-size: clamp(42px, 5.6vw, 92px); }
.contact-card { padding: clamp(26px, 3.5vw, 44px); }
.contact-card > a {
  display: block;
  color: white;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.3;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.socials a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.76);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease;
}
.socials a:hover { color: #fff; border-color: rgba(47,124,255,.44); }
.site-footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 90px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .nav-toggle {
    display: inline-flex;
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
  }
  .nav-toggle span { width: 18px; height: 1px; background: white; display: block; transition: transform .25s ease; }
  body.menu-open .nav-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  body.menu-open .nav-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-panel {
    display: flex;
    position: fixed;
    z-index: 35;
    inset: 0;
    background: rgba(3,4,8,.95);
    backdrop-filter: blur(22px);
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    gap: 22px;
    transform: translateY(-100%);
    transition: transform .45s var(--ease);
  }
  body.menu-open .mobile-panel { transform: translateY(0); }
  .mobile-panel a {
    font-size: clamp(34px, 8vw, 64px);
    letter-spacing: -.05em;
    font-weight: 800;
    color: white;
  }
  .hero-bg img { object-position: 63% center; opacity: .82; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(2,3,7,.98) 0%, rgba(2,3,7,.82) 52%, rgba(2,3,7,.38) 100%), linear-gradient(180deg, rgba(2,3,7,.08), rgba(2,3,7,.85));
  }
  .two-col, .section-head.split, .philosophy-layout, .founder-layout, .connect-layout { grid-template-columns: 1fr; }
  .meaning-grid, .card-grid.four, .card-grid.three { grid-template-columns: 1fr 1fr; }
  .world-card, .world-card:nth-child(1), .world-card:nth-child(2), .world-card:nth-child(n+3), .world-card:nth-child(7) { grid-column: span 6; }
}

@media (max-width: 680px) {
  .section { min-height: auto; padding: 88px 18px; }
  .site-header { height: 70px; padding: 0 18px; }
  .brand { font-size: 12px; letter-spacing: .12em; }
  .hero { min-height: 100svh; padding-top: 90px; align-items: flex-end; }
  .hero-copy { padding-bottom: 42px; }
  .hero-name { gap: 12px; flex-wrap: wrap; letter-spacing: .12em; }
  h1 { font-size: clamp(58px, 17vw, 94px); }
  .hero-statement { font-size: 20px; }
  .hero-secondary { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 320px; }
  .scroll-hint { display: none; }
  .meaning-grid, .card-grid.four, .card-grid.three { grid-template-columns: 1fr; }
  .worlds-map { grid-template-columns: 1fr; }
  .world-card, .world-card:nth-child(1), .world-card:nth-child(2), .world-card:nth-child(n+3), .world-card:nth-child(7) { grid-column: span 1; min-height: auto; }
  .glass-card, .feature-card { min-height: auto; }
  .philosophy-copy h2, .connect-layout h2 { font-size: clamp(42px, 12vw, 68px); }
  .founder-logo { width: 220px; }
  .site-footer { flex-direction: column; gap: 12px; }
  .cursor-glow { display: none; }
}
