.about-mosaic-page { background: #000; }
.about-mosaic-page main { overflow: hidden; }
.about-navbar { background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.35) 72%, transparent); border-bottom-color: transparent; }

.about-splash { position:relative; min-height:100vh; min-height:100svh; display:grid; place-items:center; padding:calc(var(--nav-h) + 42px) clamp(24px,7vw,120px) 72px; isolation:isolate; overflow:hidden; background:#000; }
.about-splash__glow { position:absolute; z-index:-2; width:min(85vw,1120px); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(124,78,238,.25),rgba(57,30,122,.07) 48%,transparent 72%); filter:blur(28px); transform:translate(17%,-9%); }
.about-splash__grid { position:absolute; inset:0; z-index:-1; opacity:.32; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:8.333vw 8.333vw; mask-image:linear-gradient(180deg,transparent 5%,#000 25%,#000 78%,transparent); }
.about-splash__content { width:min(1280px,100%); }
.about-splash__eyebrow { margin-bottom:clamp(32px,6vh,68px); color:rgba(255,255,255,.42); font-size:10px; font-weight:700; letter-spacing:.25em; text-transform:uppercase; }
.about-splash h1 { color:#fff; font-size:clamp(56px,11vw,178px); font-weight:800; line-height:.82; letter-spacing:-.075em; text-transform:uppercase; }
.about-splash h1 > span { display:block; }
.about-splash__sequence { animation:splashWordReveal .82s cubic-bezier(.16,.78,.2,1) backwards; }
.about-splash__sequence--first { animation-delay:.22s; }
.about-splash__sequence--second { animation-delay:.82s; }
.about-splash__word { position:relative; width:max-content; max-width:100%; margin-top:.1em; color:#8c63f2; text-shadow:0 0 70px rgba(132,83,244,.25); animation-delay:1.42s; transition:opacity .3s ease,transform .42s cubic-bezier(.2,.75,.2,1),filter .42s ease; }
.about-splash__word.is-changing { opacity:0; filter:blur(18px); transform:translateY(22px); }
.about-splash__statement { max-width:560px; margin:clamp(34px,6vh,68px) 0 0 auto; color:rgba(255,255,255,.54); font-size:clamp(14px,1.35vw,18px); line-height:1.65; text-align:right; }
.about-splash__rail { position:absolute; left:0; right:0; bottom:0; height:1px; background:rgba(255,255,255,.09); }
.about-splash__rail i { display:block; width:22%; height:100%; background:linear-gradient(90deg,transparent,#966bf7,#fff); animation:splashRail 4s ease-in-out infinite; }
.about-splash__scroll { position:absolute; left:clamp(24px,7vw,120px); bottom:28px; display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.38); font-size:9px; font-weight:700; letter-spacing:.19em; text-transform:uppercase; }
.about-splash__scroll i { width:30px; height:30px; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.about-splash__scroll i::after { content:'↓'; display:grid; place-items:center; height:100%; color:#fff; font-size:13px; animation:scrollNudge 1.6s ease-in-out infinite; }
@keyframes splashRail { 0%{transform:translateX(-110%)} 55%,100%{transform:translateX(460%)} }
@keyframes scrollNudge { 50%{transform:translateY(3px)} }
@keyframes splashWordReveal { from{opacity:0;filter:blur(24px);transform:translateY(38px)} to{opacity:1;filter:blur(0);transform:translateY(0)} }

.about-mosaic-section { padding:clamp(100px,13vw,180px) 0; background:radial-gradient(circle at 80% 14%,rgba(126,77,236,.13),transparent 29%),#050407; }
.about-shell { width:min(1420px,calc(100% - 48px)); margin:0 auto; }
.about-mosaic-intro { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:clamp(46px,7vw,88px); }
.about-kicker { color:#9671ec; font-size:10px; font-weight:700; letter-spacing:.24em; text-transform:uppercase; }
.about-mosaic-intro h2 { color:#fff; font-size:clamp(38px,6.3vw,88px); font-weight:800; line-height:.94; letter-spacing:-.06em; text-align:right; text-transform:uppercase; }
.about-mosaic-intro h2 span { color:rgba(255,255,255,.28); }
.about-mosaic { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); grid-auto-rows:minmax(170px,auto); gap:16px; }
.about-tile { position:relative; min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.09); border-radius:26px; padding:clamp(24px,3vw,42px); background:rgba(16,12,28,.86); color:#fff; text-decoration:none; box-shadow:inset 0 1px 0 rgba(255,255,255,.025); opacity:0; transform:translateY(24px) scale(.985); transition:opacity .7s ease var(--delay,0ms),transform .8s cubic-bezier(.2,.75,.2,1) var(--delay,0ms),border-color .3s ease,background .3s ease; }
.about-tile.is-visible { opacity:1; transform:none; }
.about-tile__index { display:block; color:rgba(255,255,255,.38); font-size:9px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.about-tile--manifesto { grid-column:span 8; grid-row:span 2; min-height:520px; display:flex; flex-direction:column; justify-content:space-between; background:radial-gradient(circle at 82% 20%,rgba(146,91,250,.36),transparent 37%),linear-gradient(135deg,#171026,#0a0710 64%); }
.about-tile--manifesto::after { content:''; position:absolute; right:-8%; top:-18%; width:56%; aspect-ratio:1; border:1px solid rgba(158,105,255,.22); border-radius:50%; box-shadow:0 0 0 54px rgba(151,92,250,.035),0 0 0 110px rgba(151,92,250,.022); }
.about-tile--manifesto div { position:relative; z-index:1; }
.about-tile--manifesto h3 { max-width:780px; font-size:clamp(36px,5.2vw,76px); font-weight:800; line-height:.94; letter-spacing:-.06em; text-transform:uppercase; }
.about-tile--manifesto p { max-width:680px; margin-top:28px; color:rgba(255,255,255,.61); font-size:clamp(15px,1.5vw,19px); line-height:1.65; }
.about-tile--experience { grid-column:span 4; display:flex; flex-direction:column; justify-content:space-between; background:linear-gradient(145deg,#966cf5,#6843cb); }
.about-stat { display:flex; align-items:end; gap:10px; margin-top:28px; }
.about-stat strong { font-size:clamp(76px,10vw,150px); line-height:.72; letter-spacing:-.09em; }
.about-stat span { margin-bottom:4px; font-size:22px; font-weight:700; }
.about-tile--experience > p { margin-top:26px; font-size:15px; line-height:1.45; }
.about-tile--impact { grid-column:span 4; min-height:320px; padding:0; isolation:isolate; background:#050409; }
.about-tile--impact::after { content:''; position:absolute; z-index:1; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(4,3,8,.84) 0%,transparent 29%,transparent 64%,rgba(4,3,8,.88) 100%); }
.about-tile--impact .about-tile__index { position:absolute; z-index:3; top:clamp(22px,2.4vw,34px); left:clamp(24px,2.8vw,38px); color:rgba(255,255,255,.62); text-shadow:0 2px 14px #000; }
.about-impact-map { position:absolute; inset:0; margin:0; display:grid; place-items:center; overflow:hidden; }
.about-impact-map::after { content:''; position:absolute; inset:0; background:radial-gradient(circle at 49% 42%,transparent 34%,rgba(3,2,7,.22) 76%,rgba(3,2,7,.7)); pointer-events:none; }
.about-impact-map img { width:100%; height:100%; object-fit:contain; object-position:center; filter:saturate(.88) contrast(1.06); transform:scale(1.015); }
.about-impact-map__legend { position:absolute; z-index:2; left:clamp(20px,2.5vw,34px); right:clamp(20px,2.5vw,34px); bottom:22px; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.about-impact-map__legend span { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border:1px solid rgba(158,111,247,.24); border-radius:999px; background:rgba(8,5,15,.6); color:rgba(255,255,255,.78); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; backdrop-filter:blur(9px); }
.about-impact-map__legend span::before { content:''; width:5px; height:5px; border-radius:50%; background:#a77cff; box-shadow:0 0 10px rgba(151,102,247,.95); }
.about-tile--value { grid-column:span 5; display:flex; flex-direction:column; justify-content:space-between; min-height:260px; background:linear-gradient(145deg,rgba(118,77,218,.23),rgba(20,14,35,.95)); }
.about-tile--value p { margin-top:38px; color:rgba(255,255,255,.7); font-size:clamp(23px,2.6vw,38px); line-height:1.12; letter-spacing:-.035em; }
.about-tile--value strong { color:#fff; }
.about-tile--philosophy { grid-column:span 3; display:flex; flex-direction:column; justify-content:space-between; min-height:260px; background:#eeeaf7; color:#0d0815; }
.about-tile--philosophy .about-tile__index { color:rgba(13,8,21,.48); }
.about-tile--philosophy blockquote { margin-top:38px; font-size:clamp(19px,2vw,28px); font-weight:700; line-height:1.25; letter-spacing:-.03em; }
.about-tile--beliefs { grid-column:span 8; min-height:360px; }
.about-tile--beliefs ul { display:grid; grid-template-columns:1fr 1fr; margin-top:34px; list-style:none; }
.about-tile--beliefs li { display:flex; align-items:center; gap:18px; min-height:112px; padding:20px 12px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.78); font-size:clamp(14px,1.4vw,18px); }
.about-tile--beliefs li:nth-child(odd) { padding-right:28px; border-right:1px solid rgba(255,255,255,.1); }
.about-tile--beliefs li:nth-child(even) { padding-left:28px; }
.about-tile--beliefs li span { color:#9b72f4; font-size:10px; font-weight:700; letter-spacing:.15em; }
.about-tile--cta { grid-column:span 4; min-height:360px; display:flex; flex-direction:column; justify-content:space-between; background:#8058df; }
.about-tile--cta > div { display:flex; align-items:end; justify-content:space-between; gap:20px; }
.about-tile--cta p { max-width:9ch; font-size:clamp(31px,3.5vw,50px); font-weight:800; line-height:.95; letter-spacing:-.055em; }
.about-tile__arrow { flex:0 0 auto; width:58px; height:58px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.48); border-radius:50%; font-size:23px; transition:transform .3s ease,background .3s ease,color .3s ease; }
.about-tile--cta:hover { background:#9169ed; border-color:rgba(255,255,255,.35); }
.about-tile--cta:hover .about-tile__arrow { transform:rotate(45deg); background:#fff; color:#7145d5; }

@media (max-width:960px) {
  .about-mosaic { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-tile--manifesto,.about-tile--beliefs { grid-column:span 2; }
  .about-tile--experience,.about-tile--impact,.about-tile--value,.about-tile--philosophy,.about-tile--cta { grid-column:span 1; }
  .about-tile--manifesto { min-height:470px; }
}
@media (max-width:640px) {
  .about-splash { padding-inline:22px; align-items:center; }
  .about-splash h1 { font-size:clamp(40px,12.2vw,54px); line-height:.9; }
  .about-splash__word { width:auto; overflow-wrap:anywhere; }
  .about-splash__statement { margin-left:0; text-align:left; }
  .about-splash__scroll { left:22px; }
  .about-shell { width:min(100% - 28px,1420px); }
  .about-mosaic-intro { align-items:start; flex-direction:column; }
  .about-mosaic-intro h2 { text-align:left; }
  .about-mosaic { display:flex; flex-direction:column; gap:12px; }
  .about-tile { min-height:230px; border-radius:20px; }
  .about-tile--manifesto { min-height:440px; }
  .about-tile--impact { min-height:330px; }
  .about-impact-map img { transform:scale(1); }
  .about-impact-map__legend { left:18px; right:18px; bottom:18px; }
  .about-impact-map__legend span { padding:6px 8px; font-size:8px; }
  .about-tile--beliefs { min-height:0; }
  .about-tile--beliefs ul { grid-template-columns:1fr; }
  .about-tile--beliefs li,.about-tile--beliefs li:nth-child(odd),.about-tile--beliefs li:nth-child(even) { min-height:78px; padding:16px 0; border-right:0; }
  .about-tile--cta { min-height:320px; }
}
@media (prefers-reduced-motion:reduce) {
  .about-splash__rail i,.about-splash__scroll i::after { animation:none; }
  .about-splash__sequence { animation:none; }
  .about-splash__word,.about-tile,.about-tile__arrow { transition:none; }
  .about-tile { opacity:1; transform:none; }
}
