:root{
  --bg:#02050a;
  --bg2:#06101d;
  --panel:rgba(10,15,26,.70);
  --panel2:rgba(5,8,15,.62);
  --line:rgba(210,220,255,.10);
  --line2:rgba(122,166,255,.28);
  --text:#f6f8ff;
  --muted:#aeb8ca;
  --dim:#687286;
  --blue:#2387ff;
  --cyan:#5eb8ff;
  --violet:#8d1dff;
  --violet2:#b019ff;
  --max:1220px;
  --radius:24px;
  --radiusLg:34px;
  --display:"Space Grotesk","Sora","Montserrat","Aptos Display","Segoe UI",system-ui,sans-serif;
  --body:"Inter","Aptos","Segoe UI",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}::selection{background:rgba(141,29,255,.34);color:#fff}
.site-bg{position:fixed;inset:0;z-index:-5;background:radial-gradient(circle at 78% 10%,rgba(35,135,255,.18),transparent 30%),radial-gradient(circle at 20% 16%,rgba(141,29,255,.15),transparent 34%),linear-gradient(180deg,#02040a 0%,#07101b 44%,#02050a 100%)}
.site-bg:after{content:"";position:absolute;inset:0;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.09) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,transparent,black 14%,black 48%,transparent)}
.cursor-glow{position:fixed;z-index:-1;width:520px;height:520px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(141,29,255,.13),rgba(35,135,255,.08) 36%,transparent 72%);filter:blur(28px);transform:translate(-50%,-50%);opacity:.8;transition:opacity .2s ease}

.home-intro{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(141,29,255,.14),transparent 34%),#02050a;transition:opacity .55s ease,visibility .55s ease;overflow:hidden}
.home-intro:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(94,184,255,.12) 45%,transparent 65%);transform:translateX(-120%);animation:introLight 2.4s ease forwards .7s}.intro-title{font-family:var(--display);font-size:clamp(3rem,9vw,10rem);line-height:1;letter-spacing:-.065em;text-align:center;color:#fff;text-shadow:0 0 32px rgba(141,29,255,.24);padding:0 7vw;white-space:normal}.intro-title:after{content:"";display:inline-block;width:.08em;height:.82em;margin-left:.08em;background:#fff;vertical-align:-.06em;animation:caret .75s steps(1) infinite}.home-intro.is-settling .intro-title{animation:introSettle .85s cubic-bezier(.19,1,.22,1) forwards}.home-intro.is-hidden{opacity:0;visibility:hidden;pointer-events:none}@keyframes caret{50%{opacity:0}}@keyframes introLight{to{transform:translateX(120%)}}@keyframes introSettle{to{transform:translate(-29vw,-20vh) scale(.42);opacity:.08}}body.intro-running .site-header,body.intro-running .hero-content,body.intro-running .hero-portrait-wrap,body.intro-running .hero-watermark,body.intro-running .scroll-cue{opacity:0}body.intro-done .site-header,body.intro-done .hero-content,body.intro-done .hero-portrait-wrap,body.intro-done .hero-watermark,body.intro-done .scroll-cue{opacity:1}

.site-header{position:fixed;z-index:50;left:22px;right:22px;top:18px;height:66px;display:grid;grid-template-columns:250px 1fr 150px;align-items:center;padding:0 22px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(180deg,rgba(3,5,10,.82),rgba(3,5,10,.58));backdrop-filter:blur(22px);box-shadow:0 22px 80px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.02);transition:.35s ease}.site-header.is-scrolled{height:58px;top:12px;background:rgba(3,5,10,.76)}.brand{display:flex;align-items:center}.brand-logo{width:205px;max-height:48px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 14px rgba(141,29,255,.20))}.nav-links{display:flex;justify-content:center;gap:clamp(18px,2.4vw,42px);font-size:.88rem;color:#d9deea}.nav-links a,.footer-col a{position:relative;transition:.25s ease}.nav-links a:after,.footer-col a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:linear-gradient(90deg,var(--violet),var(--blue));transition:.25s ease}.nav-links a:hover,.footer-col a:hover{color:#fff}.nav-links a:hover:after,.footer-col a:hover:after{right:0}.social-icons{display:flex;justify-content:flex-end;gap:13px}.social-icons a{width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center;color:#aeb5c2;transition:.25s ease}.social-icons svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.social-icons a:nth-child(2) svg,.social-icons a:nth-child(3) svg{fill:currentColor;stroke:none}.social-icons a:hover{color:#fff;border-color:rgba(176,25,255,.50);box-shadow:0 0 24px rgba(35,135,255,.18),0 0 32px rgba(141,29,255,.24)}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px}.menu-toggle span{display:block;height:1px;background:#fff;margin:8px}

.section-full{min-height:100svh}.section-scene{min-height:86svh;display:grid;align-items:center}.section-padding{padding:150px 0}.section-shell{width:min(var(--max),calc(100% - 56px));margin:0 auto}.grid-two{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1fr);gap:78px;align-items:center}.copy-block{max-width:660px}.copy-narrow{max-width:700px}.eyebrow{font-family:var(--display);letter-spacing:.24em;text-transform:uppercase;font-size:.78rem;color:#b8c9ff;font-weight:720;margin:0 0 14px}h1,h2,h3{font-family:var(--display);line-height:1.02;letter-spacing:-.055em;margin:0;color:#fff}h1{font-size:clamp(4.2rem,8.2vw,8.4rem);max-width:1040px}h2{font-size:clamp(2.7rem,5.0vw,5.7rem)}h3{font-size:clamp(1.25rem,2vw,2rem);line-height:1.15}.section-intro,.copy-block p,.hero-subtitle{color:var(--muted);font-size:clamp(1rem,1.2vw,1.25rem)}.statement{color:#fff!important;font-weight:680}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 26px;border-radius:14px;border:1px solid var(--line2);background:rgba(6,10,18,.55);font-weight:720;color:#fff;transition:.25s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translateX(-100%);transition:.5s ease}.btn:hover:before{opacity:1;transform:translateX(100%)}.btn-primary{border-color:rgba(141,29,255,.62);box-shadow:0 0 0 1px rgba(141,29,255,.08),0 18px 48px rgba(141,29,255,.15)}.btn-secondary{border-color:rgba(35,135,255,.45)}.btn:hover{transform:translateY(-3px);box-shadow:0 0 30px rgba(35,135,255,.20),0 0 48px rgba(141,29,255,.16)}.cta-row{display:flex;gap:18px;flex-wrap:wrap}.text-link{display:inline-flex;gap:10px;align-items:center;color:#fff;font-weight:720}.text-link span{color:var(--cyan)}

.hero{position:relative;display:grid;align-items:center;padding:calc(82px + 40px) 0 70px;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 77% 45%,rgba(35,135,255,.18),transparent 28%),radial-gradient(circle at 45% 35%,rgba(141,29,255,.12),transparent 30%),linear-gradient(90deg,rgba(3,5,10,.98) 0%,rgba(3,5,10,.90) 38%,rgba(3,5,10,.54) 65%,rgba(3,5,10,.82) 100%);z-index:-2}.hero-light-field{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 15%,rgba(141,29,255,.12) 42%,rgba(35,135,255,.10) 55%,transparent 76%);mix-blend-mode:screen;opacity:.55}.hero-content{width:min(860px,calc(100% - 56px));margin-left:max(28px,calc((100% - var(--max))/2));position:relative;z-index:4;transition:opacity .6s ease}.logo-name-line{display:flex;align-items:center;gap:30px;margin:0 0 26px;color:#fff;font-family:var(--display);font-size:clamp(1rem,1.22vw,1.32rem);font-weight:640;letter-spacing:.45em;white-space:nowrap;text-transform:uppercase}.logo-name-line .word{display:inline-block}.accent-letter{color:var(--violet2);text-shadow:0 0 16px rgba(141,29,255,.50)}.arabic-name{font-family:"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0;text-transform:none;font-weight:520;font-size:1.05em;color:#fff;margin-left:2px;transform:translateY(-1px)}.hero-subtitle{max-width:700px;font-size:clamp(1.12rem,1.48vw,1.65rem);line-height:1.36;margin:32px 0 34px}.hero-watermark{position:absolute;left:25%;top:10%;width:min(58vw,920px);height:min(58vw,920px);opacity:.072;z-index:0;filter:drop-shadow(0 0 70px rgba(141,29,255,.54)) drop-shadow(0 0 80px rgba(35,135,255,.22));transform:rotate(-7deg);mix-blend-mode:screen;transition:opacity .6s ease}.hero-watermark:after{content:"";position:absolute;inset:-12%;background:radial-gradient(circle at 48% 45%,rgba(141,29,255,.22),transparent 42%);filter:blur(32px);z-index:-1}.hero-watermark img{width:100%;height:100%;object-fit:contain}.hero-portrait-wrap{position:absolute;right:-2%;top:0;bottom:0;width:min(55vw,900px);z-index:2;pointer-events:none;transition:opacity .6s ease;overflow:visible}.hero-portrait{position:absolute;right:0;bottom:0;width:min(56vw,900px);height:100%;object-fit:cover;object-position:center;opacity:.92;filter:contrast(1.07) saturate(.96) brightness(.89);mask-image:radial-gradient(ellipse 62% 88% at 62% 53%,black 0 50%,rgba(0,0,0,.78) 60%,transparent 78%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 12%,black 28%,black 70%,transparent 100%),linear-gradient(0deg,transparent 0%,black 14%,black 86%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 62% 88% at 62% 53%,black 0 50%,rgba(0,0,0,.78) 60%,transparent 78%),linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 12%,black 28%,black 70%,transparent 100%),linear-gradient(0deg,transparent 0%,black 14%,black 86%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in}.portrait-fade{position:absolute;inset:-1px;z-index:3;background:radial-gradient(circle at 55% 38%,rgba(255,255,255,.10),transparent 18%),radial-gradient(circle at 40% 44%,rgba(141,29,255,.26),transparent 34%),linear-gradient(90deg,rgba(3,5,10,1) 0%,rgba(3,5,10,.80) 10%,rgba(3,5,10,.24) 35%,transparent 58%,rgba(3,5,10,.55) 100%),linear-gradient(0deg,rgba(3,5,10,.96) 0%,transparent 34%,rgba(3,5,10,.24) 100%);mix-blend-mode:screen}.scroll-cue{position:absolute;bottom:30px;left:50%;width:28px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:20px;opacity:.58}.scroll-cue span{position:absolute;top:8px;left:50%;width:4px;height:4px;background:#fff;border-radius:50%;transform:translateX(-50%);animation:scrollDot 1.6s infinite}@keyframes scrollDot{0%{opacity:0;transform:translate(-50%,0)}35%{opacity:1}100%{opacity:0;transform:translate(-50%,16px)}}

.noise{position:relative;overflow:hidden}.noise-shell{position:relative;min-height:650px;display:grid;align-items:center}.noise-field{position:absolute;inset:0;pointer-events:none}.noise-field span{position:absolute;left:var(--x);top:var(--y);font-family:var(--display);font-size:calc(var(--s)*clamp(1.2rem,2.2vw,2.5rem));line-height:1;color:rgba(237,242,255,.13);letter-spacing:.02em;text-transform:uppercase;filter:blur(.1px);opacity:0;transform:translate(-50%,-50%) scale(.92);will-change:transform,opacity}.noise.is-active .noise-field span{animation:noiseDissolve 7s cubic-bezier(.2,.7,.2,1) forwards;animation-delay:var(--d)}@keyframes noiseDissolve{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}18%{opacity:.23;transform:translate(-50%,-50%) scale(1)}55%{opacity:.16}100%{opacity:0;transform:translate(calc(-50% + 90px),calc(-50% - 56px)) scale(.72);filter:blur(4px)}}.noise-emergent{position:absolute;right:12%;top:52%;font-family:var(--display);font-size:clamp(4rem,12vw,12rem);font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.04);opacity:0;filter:blur(8px);pointer-events:none}.noise.is-active .noise-emergent{animation:meaningEmerges 7.5s ease forwards 4.4s}@keyframes meaningEmerges{0%{opacity:0;transform:translateY(24px) scale(.94);filter:blur(10px)}55%{opacity:.15;filter:blur(1px)}100%{opacity:.08;transform:translateY(0) scale(1);filter:blur(0)}}.noise .copy-block{position:relative;z-index:2;width:min(700px,100%);padding:46px;border:1px solid rgba(255,255,255,.085);border-radius:var(--radiusLg);background:linear-gradient(180deg,rgba(5,8,14,.78),rgba(5,8,14,.42));backdrop-filter:blur(12px);box-shadow:0 0 80px rgba(0,0,0,.25);overflow:hidden}.noise .copy-block:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 46%,rgba(141,29,255,.10),transparent 46%);z-index:-1}.noise .copy-block h2{font-size:clamp(3.3rem,5.9vw,6rem);line-height:1.04;letter-spacing:-.055em;max-width:10.8ch;overflow-wrap:normal}.noise .copy-block p{max-width:560px}

.meaning-map,.origin-board,.dmb-system{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.085);border-radius:var(--radiusLg);background:radial-gradient(circle at 50% 50%,rgba(141,29,255,.12),transparent 36%),linear-gradient(180deg,rgba(10,15,26,.58),rgba(8,10,17,.42));box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 30px 120px rgba(0,0,0,.26);overflow:hidden}.soft-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:url(#lineGlow);stroke-width:1.5;stroke-linecap:round;opacity:.74;filter:drop-shadow(0 0 8px rgba(35,135,255,.25))}.soft-lines path{transition:.25s ease;stroke-dasharray:620;stroke-dashoffset:0}.clean-map:hover .soft-lines path,.clean-board:hover .soft-lines path{opacity:1;stroke-width:1.8}.map-center,.board-node.main,.dmb-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:148px;height:148px;border-radius:50%;display:grid;place-items:center;text-align:center;border:1px solid rgba(141,29,255,.55);background:radial-gradient(circle,rgba(141,29,255,.25),rgba(8,12,20,.92) 68%);box-shadow:0 0 45px rgba(141,29,255,.28);font-family:var(--display);font-weight:760;letter-spacing:-.03em;z-index:2}.map-node,.board-node,.dmb-node,.tool-chip,.note-fragment{position:absolute;z-index:3;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(7,11,20,.76);font-family:var(--display);font-size:.9rem;color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);transition:.25s ease}.map-item,.map-node{animation:softFloat 7s ease-in-out infinite}.map-item:nth-child(odd),.map-node:nth-child(odd){animation-delay:-1.7s}.map-node:hover,.map-item:hover{border-color:rgba(176,25,255,.48);box-shadow:0 0 24px rgba(141,29,255,.20),0 0 34px rgba(35,135,255,.12);transform:translateY(-2px)}@keyframes softFloat{0%,100%{translate:0 0}50%{translate:0 -6px}}.n1{left:10%;top:20%}.n2{right:10%;top:18%}.n3{right:3.5%;top:52%}.n4{right:15%;bottom:14%}.n5{left:11%;bottom:15%}.n6{left:4%;top:52%}

.voice-title-lock{width:min(var(--max),calc(100% - 56px));margin:0 auto 48px;position:relative;min-height:235px;display:flex;align-items:flex-end}.big-voice{position:absolute;left:-.04em;top:0;font-family:var(--display);font-size:clamp(6rem,16vw,15rem);font-weight:850;letter-spacing:-.08em;line-height:.75;color:rgba(255,255,255,.035);white-space:nowrap;transform:scale(1.08);opacity:0;transition:transform .9s cubic-bezier(.19,1,.22,1),opacity .9s ease}.voice-title-lock.is-visible .big-voice{opacity:1;transform:scale(1)}.voice-title-content{position:relative;z-index:2}.voice-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:24px}.article-stack{display:grid;gap:18px}.article-card,.signal-card,.note-card,.principle-card{position:relative;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(13,18,31,.74),rgba(7,11,20,.5));border-radius:var(--radius);padding:28px;transition:.25s ease;overflow:hidden}.article-card:before,.focus-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(141,29,255,.16),transparent 38%);opacity:0;transition:.25s ease}.article-card:hover{transform:translateY(-5px);border-color:rgba(94,184,255,.28);box-shadow:0 24px 80px rgba(0,0,0,.28),0 0 30px rgba(35,135,255,.08)}.article-card:hover:before,.focus-card:hover:before,.focus-card.is-focused:before{opacity:1}.feature-card{min-height:520px;padding:38px;display:flex;flex-direction:column;justify-content:flex-end}.card-visual{position:absolute;inset:0;background:radial-gradient(circle at 72% 22%,rgba(35,135,255,.23),transparent 32%),radial-gradient(circle at 20% 80%,rgba(141,29,255,.16),transparent 35%);opacity:.85}.card-visual:after{content:"";position:absolute;inset:12%;border:1px solid rgba(255,255,255,.08);transform:skewY(-8deg);filter:drop-shadow(0 0 18px rgba(141,29,255,.16))}.meta{font-size:.78rem;color:#b9caff;letter-spacing:.06em;text-transform:uppercase;font-weight:750}.article-card>*:not(.card-visual){position:relative}.compact-card{min-height:154px}.case-card{border-color:rgba(141,29,255,.25)}.signal-preview,.notes-preview{display:grid;gap:18px}.signal-preview{grid-template-columns:1fr 1fr;grid-column:1/2}.notes-preview{grid-column:2/3}.signal-card{padding:24px;min-height:140px}.signal-card span{display:block;color:var(--cyan);font-family:var(--display);font-size:.78rem;letter-spacing:.2em;margin-bottom:18px}.signal-card p{font-family:var(--display);font-size:clamp(1.1rem,1.5vw,1.55rem);line-height:1.25;color:#fff;margin:0}.focus-card:hover,.focus-card.is-focused{transform:translateY(-4px);border-color:rgba(94,184,255,.45);box-shadow:0 0 0 1px rgba(141,29,255,.18),0 0 45px rgba(35,135,255,.12),0 20px 70px rgba(0,0,0,.26)}.note-card{padding-left:30px}.note-card>span,.note-card:after{content:"";position:absolute;left:0;top:24px;bottom:24px;width:2px;background:linear-gradient(var(--violet),var(--blue));opacity:.36}.note-card:hover>span,.note-card.is-focused>span{opacity:1;box-shadow:0 0 20px var(--blue)}.note-card h3{font-size:1.35rem;margin-bottom:10px}.note-card p,.article-card p,.principle-card p{color:var(--muted);margin-bottom:0}

.adam-preview{position:relative;overflow:hidden}.adam-ghost{position:absolute;right:-7%;top:-6%;bottom:-4%;width:62%;opacity:.075;filter:grayscale(.08) contrast(1.08) brightness(.75);mask-image:radial-gradient(ellipse 50% 74% at 63% 45%,black 0 36%,rgba(0,0,0,.6) 52%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse 50% 74% at 63% 45%,black 0 36%,rgba(0,0,0,.6) 52%,transparent 78%)}.adam-ghost img{width:100%;height:100%;object-fit:cover;object-position:center}.origin-board{min-height:540px}.origin-board .board-node.main{top:50%}.origin-board .soft-lines{stroke:url(#lineGlow)}.b1{left:11%;top:15%}.b2{right:12%;top:16%}.b3{right:10%;bottom:13%}.b4{left:10%;bottom:14%}.tool-chip,.note-fragment{border-radius:16px;background:rgba(255,255,255,.035);font-size:.82rem}.t1{left:39%;top:9%}.t2{right:11%;top:47%}.t3{left:12%;top:49%}.note-fragment{font-family:var(--display);color:rgba(255,255,255,.42);border-style:dashed;background:rgba(255,255,255,.02)}.nf1{left:7%;top:32%;transform:rotate(-4deg)}.nf2{right:9%;bottom:34%;transform:rotate(4deg)}

.section-head{max-width:980px;margin-bottom:46px}.section-head h2{font-size:clamp(2.4rem,4.5vw,5.1rem);line-height:1.05}.world-map{height:650px;position:relative;border:1px solid rgba(255,255,255,.085);border-radius:var(--radiusLg);background:radial-gradient(circle at 50% 48%,rgba(141,29,255,.13),transparent 32%),linear-gradient(180deg,rgba(11,17,30,.50),rgba(5,8,14,.42));overflow:hidden}.world-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:url(#lineGlow);stroke-width:1.55;stroke-linecap:round;opacity:.62;filter:drop-shadow(0 0 8px rgba(35,135,255,.22))}.world-lines .line{transition:.25s ease}.world-lines .line.is-active{stroke-width:2.2;opacity:1;filter:drop-shadow(0 0 12px rgba(35,135,255,.55))}.world-node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);padding:13px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(7,11,20,.76);backdrop-filter:blur(12px);cursor:pointer;transition:.25s ease;z-index:2;font-family:var(--display);font-weight:680;font-size:.9rem;white-space:nowrap}.world-node:hover,.world-node.is-active{border-color:rgba(176,25,255,.55);box-shadow:0 0 34px rgba(35,135,255,.18),0 0 45px rgba(141,29,255,.16);transform:translate(-50%,-50%) scale(1.035)}.meaning-center{width:150px;height:150px;border-radius:50%;font-size:1.15rem;display:grid;place-items:center;background:radial-gradient(circle,rgba(141,29,255,.20),rgba(7,11,20,.90) 70%)}.world-caption{width:min(520px,100%);margin:22px auto 0;padding:22px 26px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(3,5,10,.58);backdrop-filter:blur(14px);text-align:center}.world-caption strong{display:block;font-family:var(--display);font-size:1.15rem;margin-bottom:6px}.world-caption span{color:var(--muted)}.worlds-btn{display:flex;width:max-content;margin:28px auto 0}

.principles{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:46px 0 34px}.principle-card{min-height:230px}.principle-card h3{font-size:1.35rem}.arabic-line{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:clamp(1.5rem,2.8vw,3rem);color:#fff;text-align:center;margin:60px 0 34px;filter:drop-shadow(0 0 14px rgba(141,29,255,.24))}.philosophy-shell>.btn{display:flex;width:max-content;margin:0 auto}

.dmb-system{min-height:600px}.dmb-logo{position:absolute;left:50%;top:43%;width:58%;transform:translate(-50%,-50%);opacity:.045;filter:grayscale(1)}.dmb-core{top:43%;z-index:2}.dmb-node{z-index:3}.dn1{left:12%;top:17%}.dn2{right:13%;top:16%}.dn3{right:9%;top:49%}.dn4{right:28%;bottom:20%}.dn5{left:24%;bottom:20%}.dn6{left:8%;top:50%}.dmb-path{position:absolute;left:34px;right:34px;bottom:28px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(3,5,10,.68);font-family:var(--display);font-size:.88rem;text-align:center;color:#dbe5ff;z-index:4;line-height:1.35}.dmb-path span{color:var(--violet2);margin:0 9px}.founder-grid{grid-template-columns:minmax(0,.95fr) minmax(480px,1fr)}

.connect-shell{text-align:center;max-width:900px;position:relative}.connect-shell h2{font-size:clamp(2.4rem,4.8vw,5.1rem);line-height:1.05}.connect-shell p:not(.eyebrow){max-width:620px;margin:26px auto 32px;color:var(--muted);font-size:1.25rem}.connect-path{height:110px;position:relative;margin-bottom:28px}.connect-path:before{content:"";position:absolute;left:12%;right:12%;top:52%;height:1px;background:linear-gradient(90deg,transparent,rgba(94,184,255,.20),rgba(141,29,255,.52),transparent)}.connect-path span{position:absolute;left:50%;top:52%;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 0 26px rgba(35,135,255,.8),0 0 54px rgba(141,29,255,.5);transform:translate(-50%,-50%)}

.site-footer{padding:82px 0 52px;border-top:1px solid rgba(255,255,255,.08);background:rgba(2,4,8,.70)}.footer-inner{width:min(var(--max),calc(100% - 56px));margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:52px}.footer-brand img{width:210px;max-width:100%;opacity:.95;filter:drop-shadow(0 0 14px rgba(141,29,255,.18))}.footer-brand p{color:#fff;font-family:var(--display);letter-spacing:.02em;margin:24px 0 6px;font-weight:680}.footer-brand small,.footer-col a{color:var(--muted)}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-col h3{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--violet2);margin:0 0 8px;text-shadow:0 0 18px rgba(141,29,255,.22)}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:1100px){.site-header{grid-template-columns:auto 1fr auto}.nav-links,.social-icons{display:none}.menu-toggle{display:block}.brand-logo{width:178px}.grid-two,.voice-grid,.founder-grid{grid-template-columns:1fr}.hero-content{margin-left:28px}.hero-portrait-wrap{width:65vw;opacity:.68}.principles{grid-template-columns:repeat(2,1fr)}.world-map{height:auto;min-height:0;padding:34px;display:grid;gap:14px}.world-lines{display:none}.world-node,.meaning-center{position:relative;left:auto!important;top:auto!important;transform:none!important;width:auto;height:auto;border-radius:18px;justify-content:flex-start}.meaning-center{order:-1}.signal-preview,.notes-preview{grid-column:auto}.signal-preview{grid-template-columns:1fr}.adam-ghost{width:100%;opacity:.06}.footer-inner{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.home-intro .intro-title{font-size:clamp(3rem,16vw,5.8rem)}.home-intro.is-settling .intro-title{animation:introFadeMobile .65s ease forwards}@keyframes introFadeMobile{to{transform:scale(.8);opacity:0}}.site-header{left:12px;right:12px;top:12px;height:58px;padding:0 14px;border-radius:18px}.brand-logo{width:155px}.section-shell,.hero-content,.voice-title-lock,.footer-inner{width:min(100% - 32px,var(--max));margin-left:auto;margin-right:auto}.hero{padding-top:112px;align-items:end;min-height:100svh}.hero-content{padding-bottom:34px}.logo-name-line{gap:14px;letter-spacing:.22em;font-size:.86rem;flex-wrap:wrap}.arabic-name{font-size:1em}.hero h1{font-size:clamp(3.3rem,17vw,5.6rem);max-width:12ch;line-height:1}.hero-subtitle{font-size:1.07rem}.cta-row{flex-direction:column}.btn{width:100%;min-height:56px}.hero-portrait-wrap{width:100%;opacity:.32;right:-14%;top:18%;height:58%;bottom:auto}.hero-watermark{left:0;top:18%;width:100vw;opacity:.045}.section-padding{padding:96px 0}.section-scene{min-height:auto;padding:90px 0}.noise-shell{min-height:600px}.noise .copy-block{padding:28px;width:100%}.noise .copy-block h2{font-size:clamp(3rem,14vw,5rem);max-width:10ch}.noise-field span:nth-child(n+7){display:none}.noise-emergent{right:4%;top:67%}h2{font-size:clamp(2.25rem,11vw,3.4rem)}.section-head h2,.connect-shell h2{font-size:clamp(2.15rem,10vw,3.4rem)}.meaning-map,.origin-board,.dmb-system{min-height:430px}.map-center,.board-node.main,.dmb-core{width:126px;height:126px}.map-node,.board-node,.dmb-node,.tool-chip,.note-fragment{font-size:.75rem;padding:9px 11px}.voice-title-lock{min-height:150px}.big-voice{font-size:24vw;top:18px}.feature-card{min-height:430px;padding:26px}.principles{grid-template-columns:1fr}.principle-card{min-height:auto}.world-map{padding:20px}.world-node{font-size:.86rem}.dmb-path{left:16px;right:16px;font-size:.72rem}.dmb-system{padding-bottom:64px}.footer-inner{grid-template-columns:1fr}.cursor-glow{display:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.home-intro{display:none}body.intro-running .site-header,body.intro-running .hero-content,body.intro-running .hero-portrait-wrap,body.intro-running .hero-watermark,body.intro-running .scroll-cue{opacity:1}}
/* SVG line fallback for maps outside the Meaning SVG */
.origin-board .soft-lines,.dmb-system .soft-lines,.world-lines{stroke:rgba(94,184,255,.38)}
.meaning-map .soft-lines{stroke:url(#lineGlow)}

/* ===============================
   V3 REFINEMENT OVERRIDES
   =============================== */
:root{--violetTitle:#b34cff;--violetSoft:#8d1dff;--blueSoft:#2387ff;}

/* Header lockup: real mark + wordmark beside it */
.site-header{grid-template-columns:310px 1fr 132px;}
.brand-horizontal{gap:16px;min-width:0;}
.brand-mark{width:42px;height:42px;object-fit:contain;object-position:center;filter:drop-shadow(0 0 14px rgba(141,29,255,.22));flex:0 0 auto;}
.brand-wordmark{font-family:var(--display);letter-spacing:.46em;font-weight:760;font-size:.78rem;line-height:1;color:#fff;white-space:nowrap;text-transform:uppercase;}
.brand-wordmark span,.footer-wordmark span{color:var(--violetTitle);text-shadow:0 0 16px rgba(141,29,255,.55);}
.brand-logo{display:none!important;}

/* Home intro: one-line type, then blur/fade while hero fades in */
.home-intro{background:radial-gradient(circle at 50% 50%,rgba(141,29,255,.16),transparent 35%),linear-gradient(180deg,#02050a,#010308);}
.home-intro:before{opacity:.65;animation:introLight 3.6s ease forwards .9s;}
.intro-title{font-size:clamp(3.4rem,7.2vw,8.8rem);line-height:1;letter-spacing:-.035em;white-space:nowrap;filter:blur(0);transform:none;padding:0 3vw;}
.home-intro.is-settling .intro-title{animation:introFadeBlur 1.18s cubic-bezier(.19,1,.22,1) forwards;}
@keyframes introFadeBlur{0%{opacity:1;filter:blur(0);transform:scale(1)}100%{opacity:0;filter:blur(22px);transform:scale(1.05)}}
body.intro-running .site-header,body.intro-running .hero-content,body.intro-running .hero-portrait-wrap,body.intro-running .hero-watermark,body.intro-running .scroll-cue{opacity:0;filter:blur(18px);transform:translateY(8px);}
body.intro-revealing .site-header,body.intro-revealing .hero-content,body.intro-revealing .hero-portrait-wrap,body.intro-revealing .hero-watermark,body.intro-revealing .scroll-cue,body.intro-done .site-header,body.intro-done .hero-content,body.intro-done .hero-portrait-wrap,body.intro-done .hero-watermark,body.intro-done .scroll-cue{opacity:1;filter:blur(0);transform:none;transition:opacity 1.05s ease,filter 1.05s ease,transform 1.05s ease;}

/* Hero: new wide blended portrait, no visible image edge/frame */
.hero{background:#01040a;}
.hero:before{background:radial-gradient(circle at 74% 44%,rgba(35,135,255,.22),transparent 30%),radial-gradient(circle at 43% 34%,rgba(141,29,255,.16),transparent 34%),linear-gradient(90deg,rgba(2,4,9,1) 0%,rgba(2,4,9,.94) 31%,rgba(2,4,9,.54) 57%,rgba(2,4,9,.86) 100%);}
.hero-portrait-wrap{position:absolute;inset:0;width:100%;height:100%;right:auto;top:auto;bottom:auto;z-index:2;overflow:hidden;opacity:1;}
.hero-portrait{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.92;filter:contrast(1.05) saturate(.98) brightness(.86);mask-image:none!important;-webkit-mask-image:none!important;}
.hero-portrait-wrap:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(2,4,9,1) 0%,rgba(2,4,9,.96) 22%,rgba(2,4,9,.62) 42%,rgba(2,4,9,.18) 60%,rgba(2,4,9,.72) 100%),linear-gradient(0deg,rgba(2,4,9,.94) 0%,transparent 20%,transparent 78%,rgba(2,4,9,.82) 100%);pointer-events:none;}
.portrait-fade{display:none;}
.hero-content{z-index:5;}
.hero-watermark{left:15%;top:11%;width:min(42vw,710px);height:min(42vw,710px);opacity:.045;filter:drop-shadow(0 0 90px rgba(141,29,255,.62)) drop-shadow(0 0 110px rgba(35,135,255,.24));mix-blend-mode:screen;mask-image:radial-gradient(circle at 50% 50%,black 0 42%,rgba(0,0,0,.5) 58%,transparent 78%);-webkit-mask-image:radial-gradient(circle at 50% 50%,black 0 42%,rgba(0,0,0,.5) 58%,transparent 78%);}
.hero-watermark:after{background:radial-gradient(circle at 51% 47%,rgba(141,29,255,.33),transparent 48%);filter:blur(42px)}
.logo-name-line{gap:32px;letter-spacing:.46em;font-size:clamp(.96rem,1.05vw,1.14rem);align-items:center;}
.arabic-name{font-size:1.02em;line-height:1;transform:translateY(-.02em);opacity:.96;}
.hero h1{font-size:clamp(4.4rem,7.7vw,8.1rem);line-height:.98;letter-spacing:-.055em;max-width:11.5ch;}

/* Noise: keep words visible long enough, then dissolve outward; Meaning appears clearly */
.noise-shell{min-height:720px;}
.noise .copy-block{overflow:visible;width:min(760px,100%);}
.noise .copy-block h2{font-size:clamp(3.25rem,5.45vw,5.85rem);line-height:1.08;letter-spacing:-.052em;max-width:11.4ch;}
.noise-field span{color:rgba(237,242,255,.22);filter:blur(0);text-shadow:0 0 22px rgba(141,29,255,.08);}
.noise.is-active .noise-field span{animation:noiseDissolveV3 9.4s cubic-bezier(.2,.7,.2,1) forwards;animation-delay:calc(var(--d) + .15s);}
@keyframes noiseDissolveV3{0%{opacity:0;transform:translate(-50%,-50%) scale(.88);filter:blur(3px)}15%{opacity:.34;transform:translate(-50%,-50%) scale(1);filter:blur(0)}48%{opacity:.26;transform:translate(calc(-50% + 8px),calc(-50% - 5px)) scale(1)}78%{opacity:.10;filter:blur(2px)}100%{opacity:0;transform:translate(calc(-50% + 130px),calc(-50% - 80px)) scale(.66);filter:blur(12px)}}
.noise-emergent{right:9%;top:54%;font-size:clamp(4.8rem,13vw,13.2rem);letter-spacing:-.07em;color:rgba(255,255,255,.11);filter:blur(12px);text-shadow:0 0 54px rgba(141,29,255,.32),0 0 90px rgba(35,135,255,.20);}
.noise.is-active .noise-emergent{animation:meaningEmergesV3 8.2s ease forwards 4.7s;}
@keyframes meaningEmergesV3{0%{opacity:0;transform:translateY(34px) scale(.92);filter:blur(18px)}35%{opacity:.52;filter:blur(3px);transform:translateY(0) scale(1)}68%{opacity:.38;filter:blur(1px)}100%{opacity:.18;filter:blur(0);transform:translateY(-10px) scale(1.01)}}

/* Luxury map language: remove ugly connector strokes, use halos/orbits/dots */
.meaning-map .soft-lines,.origin-board .soft-lines,.dmb-system .soft-lines,.world-lines{display:none!important;}
.meaning-map,.origin-board,.dmb-system,.world-map{background:radial-gradient(circle at 50% 48%,rgba(141,29,255,.13),transparent 34%),radial-gradient(circle at 42% 56%,rgba(35,135,255,.06),transparent 36%),linear-gradient(180deg,rgba(10,15,26,.58),rgba(5,8,14,.54));}
.meaning-map:before,.origin-board:before,.dmb-system:before,.world-map:before{content:"";position:absolute;left:50%;top:50%;width:min(72%,560px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(141,29,255,.12);box-shadow:0 0 0 1px rgba(35,135,255,.045),0 0 70px rgba(141,29,255,.10);pointer-events:none;}
.meaning-map:after,.origin-board:after,.dmb-system:after,.world-map:after{content:"";position:absolute;left:50%;top:50%;width:58%;height:58%;transform:translate(-50%,-50%);background:conic-gradient(from 40deg,transparent 0 8%,rgba(94,184,255,.18) 10%,transparent 15% 32%,rgba(141,29,255,.20) 37%,transparent 44% 68%,rgba(94,184,255,.14) 74%,transparent 82% 100%);filter:blur(.2px);opacity:.65;border-radius:50%;pointer-events:none;mask:radial-gradient(circle,transparent 0 53%,black 54% 56%,transparent 57%);-webkit-mask:radial-gradient(circle,transparent 0 53%,black 54% 56%,transparent 57%);animation:slowAura 16s linear infinite;}
@keyframes slowAura{to{transform:translate(-50%,-50%) rotate(360deg)}}
.map-center,.board-node.main,.dmb-core,.meaning-center{z-index:5;box-shadow:0 0 48px rgba(141,29,255,.31), inset 0 0 28px rgba(255,255,255,.025);}
.map-node,.board-node,.dmb-node,.tool-chip{z-index:6;backdrop-filter:blur(10px);}
.map-node:before,.board-node:not(.main):before,.dmb-node:before,.tool-chip:before,.world-node:not(.meaning-center):before{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 14px rgba(94,184,255,.72),0 0 24px rgba(141,29,255,.42);transform:translate(-50%,-50%);opacity:.32;pointer-events:none;}
.map-node:hover:before,.board-node:hover:before,.dmb-node:hover:before,.tool-chip:hover:before,.world-node:hover:before,.world-node.is-active:before{opacity:.85;}

/* Meaning map cleaner placement */
.meaning-map{min-height:540px;}
.n1{left:15%;top:25%}.n2{right:15%;top:24%}.n3{right:8%;top:50%}.n4{right:18%;bottom:18%}.n5{left:18%;bottom:17%}.n6{left:8%;top:51%}

/* Adam preview map: calmer, clearer, no crossing lines */
.origin-board{min-height:560px;}
.origin-board .board-node.main{top:50%;}
.b1{left:12%;top:19%}.b2{right:13%;top:21%}.b3{right:13%;bottom:18%}.b4{left:12%;bottom:18%}
.t1{left:43%;top:12%}.t2{right:10%;top:48%}.t3{left:9%;top:48%}
.nf1{left:16%;top:36%;}.nf2{right:15%;bottom:35%;}
.note-fragment{z-index:4;opacity:.58;}
.origin-board .map-item{animation:softFloatLuxury 8s ease-in-out infinite;}
@keyframes softFloatLuxury{0%,100%{translate:0 0}50%{translate:0 -4px}}

/* Worlds map: more spacious, no spaghetti lines */
.world-map{height:680px;padding:0;overflow:hidden;}
.world-map .meaning-center{left:50%!important;top:50%!important;width:154px;height:154px;z-index:7;}
.world-node{padding:13px 19px;font-size:.92rem;background:rgba(7,11,20,.80);border-color:rgba(255,255,255,.12);box-shadow:0 0 0 1px rgba(255,255,255,.02),0 18px 48px rgba(0,0,0,.20);}
.world-node:hover,.world-node.is-active{background:rgba(10,16,29,.92);}
.world-node[data-world="bt"]{--x:18%!important;--y:22%!important;}
.world-node[data-world="dom"]{--x:49%!important;--y:20%!important;}
.world-node[data-world="is"]{--x:80%!important;--y:27%!important;}
.world-node[data-world="vss"]{--x:71%!important;--y:66%!important;}
.world-node[data-world="ca"]{--x:86%!important;--y:50%!important;}
.world-node[data-world="cc"]{--x:18%!important;--y:61%!important;}
.world-node[data-world="dw"]{--x:35%!important;--y:79%!important;}
.world-caption{border-color:rgba(176,25,255,.18);}

/* DM Bold map: no overlapped words */
.dmb-system{min-height:610px;}
.dmb-logo{opacity:.035;top:46%;width:54%;}
.dmb-core{top:43%;}
.dn1{left:13%;top:19%}.dn2{right:15%;top:20%}.dn3{right:12%;top:49%}.dn4{right:27%;bottom:28%}.dn5{left:23%;bottom:28%}.dn6{left:10%;top:50%}
.dmb-path{left:58px;right:58px;bottom:30px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;line-height:1.4;color:#e6ecff;background:rgba(3,5,10,.74);border-color:rgba(176,25,255,.14)}
.dmb-path span{margin:0;color:var(--violetTitle);}

/* Footer lockup and violet headings */
.footer-logo-lockup{display:flex;align-items:center;gap:16px;}
.footer-logo-lockup img{width:54px!important;max-width:none;filter:drop-shadow(0 0 14px rgba(141,29,255,.20));}
.footer-wordmark{font-size:.88rem;letter-spacing:.42em;}
.footer-col h3{color:var(--violetTitle)!important;text-shadow:0 0 18px rgba(179,76,255,.24);}

@media (max-width:1100px){.site-header{grid-template-columns:auto 1fr auto}.brand-wordmark{font-size:.72rem;letter-spacing:.34em}.brand-mark{width:38px;height:38px}.hero-portrait-wrap{opacity:.78}.world-map:before,.world-map:after{display:none}.world-node:before{display:none}.dmb-path{left:26px;right:26px}}
@media (max-width:700px){.intro-title{font-size:clamp(2.3rem,10.7vw,4.6rem);white-space:nowrap;letter-spacing:-.04em}.home-intro.is-settling .intro-title{animation:introFadeBlur .95s ease forwards}.site-header{grid-template-columns:auto auto}.brand-wordmark{display:none}.brand-mark{width:36px;height:36px}.hero-portrait-wrap{opacity:.45}.hero-portrait{object-position:62% center}.hero-watermark{left:8%;top:24%;width:82vw;opacity:.035}.logo-name-line{letter-spacing:.28em;gap:18px}.hero h1{max-width:11ch}.noise-field span{font-size:calc(var(--s)*clamp(.95rem,5.6vw,1.55rem))}.noise-emergent{font-size:22vw;right:1%;top:61%;opacity:.2}.meaning-map:before,.meaning-map:after,.origin-board:before,.origin-board:after,.dmb-system:before,.dmb-system:after{display:none}.world-map{height:auto;min-height:0}.world-map .meaning-center{width:auto!important;height:auto!important}.dmb-path{position:relative;left:auto;right:auto;bottom:auto;margin:340px 16px 16px;font-size:.76rem}.dmb-system{min-height:560px}.footer-logo-lockup img{width:44px!important}.footer-wordmark{font-size:.74rem;letter-spacing:.32em}}
/* Preserve watermark rotation through intro fade */
body.intro-running .hero-watermark{opacity:0;filter:blur(18px) drop-shadow(0 0 90px rgba(141,29,255,.62)) drop-shadow(0 0 110px rgba(35,135,255,.24));transform:rotate(-7deg) translateY(8px)}
body.intro-revealing .hero-watermark,body.intro-done .hero-watermark{opacity:.045;filter:drop-shadow(0 0 90px rgba(141,29,255,.62)) drop-shadow(0 0 110px rgba(35,135,255,.24));transform:rotate(-7deg)}

/* ===== V4 refinements based on latest feedback ===== */
.home-intro{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
}
.intro-title{
  position:relative;
  width:100%;
  max-width:none;
  margin:0;
  text-align:center;
  white-space:nowrap;
  left:auto;
  transform:none;
}
.intro-title:after{margin-left:.12em}
.home-intro.is-settling .intro-title{animation:introFadeBlurCenter 1s ease forwards!important}
@keyframes introFadeBlurCenter{
  0%{opacity:1;filter:blur(0);transform:scale(1)}
  100%{opacity:0;filter:blur(18px);transform:scale(.985)}
}
.site-header,.hero-content,.hero-portrait-wrap,.hero-watermark,.scroll-cue{
  transition:opacity .95s ease,filter .95s ease,transform .95s ease;
}
body.intro-running .site-header,
body.intro-running .hero-content,
body.intro-running .hero-portrait-wrap,
body.intro-running .hero-watermark,
body.intro-running .scroll-cue{
  opacity:0;
  filter:blur(18px);
  transform:translateY(12px);
}
body.intro-revealing .site-header,
body.intro-revealing .hero-content,
body.intro-revealing .hero-portrait-wrap,
body.intro-revealing .hero-watermark,
body.intro-revealing .scroll-cue,
body.intro-done .site-header,
body.intro-done .hero-content,
body.intro-done .hero-portrait-wrap,
body.intro-done .hero-watermark,
body.intro-done .scroll-cue{
  opacity:1;
  filter:blur(0);
  transform:none;
}

.brand-horizontal{gap:12px}
.brand-wordmark-img,
.footer-wordmark-img,
.hero-wordmark{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
}
.brand-wordmark-img{height:22px;max-width:180px;filter:drop-shadow(0 0 10px rgba(141,29,255,.18));}
.footer-wordmark-img{height:22px;max-width:190px;filter:drop-shadow(0 0 10px rgba(141,29,255,.16));}
.hero-wordmark{height:28px;max-width:min(42vw,420px);filter:drop-shadow(0 0 14px rgba(141,29,255,.2));}
.logo-name-line{gap:18px;letter-spacing:0}
.arabic-name{margin-left:4px;opacity:.92}

.hero-portrait{
  object-position:center center;
  opacity:.94;
}
.hero-portrait-wrap:before{
  background:
    linear-gradient(90deg,rgba(2,4,9,1) 0%,rgba(2,4,9,.94) 18%,rgba(2,4,9,.50) 39%,rgba(2,4,9,.12) 58%,rgba(2,4,9,.60) 100%),
    linear-gradient(0deg,rgba(2,4,9,.90) 0%,transparent 22%,transparent 80%,rgba(2,4,9,.80) 100%);
}

.noise .copy-block{position:relative;z-index:3}
.noise-field span{
  opacity:.30;
  font-size:calc(var(--s)*clamp(1rem,1.9vw,2rem));
  letter-spacing:.01em;
}
.noise.is-active .noise-field span{
  animation:noiseDissolveV4 9.8s cubic-bezier(.2,.7,.2,1) forwards;
  animation-delay:calc(var(--d) + .05s);
}
@keyframes noiseDissolveV4{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.9);filter:blur(4px)}
  14%{opacity:.34;transform:translate(-50%,-50%) scale(1);filter:blur(0)}
  40%{opacity:.31;transform:translate(-50%,-50%) scale(1)}
  72%{opacity:.14;filter:blur(2px)}
  100%{opacity:0;transform:translate(calc(-50% + 135px),calc(-50% - 90px)) scale(.64);filter:blur(13px)}
}
.noise-emergent{
  right:6%;
  top:68%;
  font-size:clamp(5rem,12vw,12rem);
  color:rgba(255,255,255,.18);
  text-shadow:0 0 58px rgba(141,29,255,.34),0 0 96px rgba(35,135,255,.18);
}
.noise.is-active .noise-emergent{animation:meaningEmergesV4 7.7s ease forwards 4.6s}
@keyframes meaningEmergesV4{
  0%{opacity:0;transform:translateY(28px) scale(.95);filter:blur(20px)}
  40%{opacity:.62;filter:blur(4px);transform:translateY(0) scale(1)}
  100%{opacity:.24;filter:blur(0);transform:translateY(-8px) scale(1.01)}
}

@media (max-width:1100px){
  .brand-wordmark-img{max-width:150px;height:18px}
}
@media (max-width:700px){
  .intro-title{font-size:clamp(2.15rem,9.8vw,4.2rem);padding:0 12px}
  .brand-wordmark-img{display:none}
  .hero-wordmark{height:22px;max-width:68vw}
  .noise-emergent{right:2%;top:76%;font-size:21vw}
  .noise-field span{font-size:calc(var(--s)*clamp(.95rem,4.9vw,1.55rem));}
}

.footer-wordmark-img{width:auto!important;max-width:190px!important;height:22px!important}
.footer-logo-lockup > img:first-child{width:54px!important;height:auto!important}
@media (max-width:700px){
  .footer-wordmark-img{width:auto!important;max-width:150px!important;height:18px!important}
  .footer-logo-lockup > img:first-child{width:44px!important;height:auto!important}
}

/* ===== V5 refinements: smoother intro, slower reveals, stronger noise scene, corrected wordmark scale ===== */
.home-intro{
  transition:opacity .9s ease, visibility .9s ease, background 1.45s ease, backdrop-filter 1.45s ease;
  backdrop-filter:blur(0);
}
.home-intro.is-peeking{
  background:radial-gradient(circle at 50% 50%,rgba(141,29,255,.10),transparent 38%),rgba(2,5,10,.64);
  backdrop-filter:blur(12px);
}
.home-intro.is-settling{
  background:radial-gradient(circle at 50% 50%,rgba(141,29,255,.045),transparent 42%),rgba(2,5,10,.20);
  backdrop-filter:blur(4px);
}
.intro-title{
  width:100%;
  max-width:100vw;
  text-align:center;
  white-space:nowrap;
  transform-origin:center center;
}
.home-intro.is-settling .intro-title{animation:introFadeBlurGrow 1.12s cubic-bezier(.19,1,.22,1) forwards!important}
@keyframes introFadeBlurGrow{
  0%{opacity:1;filter:blur(0);transform:scale(1)}
  100%{opacity:0;filter:blur(20px);transform:scale(1.10)}
}
.site-header,.hero-content,.hero-portrait-wrap,.hero-watermark,.scroll-cue{
  transition:opacity 1.65s cubic-bezier(.19,1,.22,1),filter 1.65s cubic-bezier(.19,1,.22,1),transform 1.65s cubic-bezier(.19,1,.22,1)!important;
}
body.intro-running .site-header,
body.intro-running .hero-content,
body.intro-running .hero-portrait-wrap,
body.intro-running .hero-watermark,
body.intro-running .scroll-cue{
  opacity:0!important;
  filter:blur(24px)!important;
  transform:translateY(20px) scale(.992)!important;
}
body.intro-revealing .site-header,
body.intro-revealing .hero-content,
body.intro-revealing .hero-portrait-wrap,
body.intro-revealing .hero-watermark,
body.intro-revealing .scroll-cue,
body.intro-done .site-header,
body.intro-done .hero-content,
body.intro-done .hero-portrait-wrap,
body.intro-done .hero-watermark,
body.intro-done .scroll-cue{
  opacity:1!important;
  filter:blur(0)!important;
  transform:none!important;
}

.brand-wordmark-img{height:25px;max-width:214px;}
.footer-wordmark-img{height:30px!important;max-width:260px!important;width:auto!important;}
.footer-logo-lockup > img:first-child{width:58px!important;height:auto!important;}
.hero-wordmark{height:30px;max-width:min(45vw,455px)}
.logo-name-line .arabic-name{
  font-size:clamp(1.18rem,1.45vw,1.48rem);
  line-height:1;
  transform:translateY(-.02em);
  margin-left:8px;
}

/* Slower, clearer reveal language across the home page */
.reveal{
  opacity:0;
  transform:translateY(42px);
  filter:blur(10px);
  transition:opacity 1.15s cubic-bezier(.19,1,.22,1), transform 1.15s cubic-bezier(.19,1,.22,1), filter 1.15s cubic-bezier(.19,1,.22,1)!important;
}
.reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}
.grid-two > .reveal:nth-child(2),
.founder-grid > .reveal:nth-child(2){transition-delay:.24s!important;}
.voice-grid > .reveal:nth-child(1){transition-delay:.05s!important;}
.voice-grid > .reveal:nth-child(2){transition-delay:.20s!important;}
.voice-grid > .reveal:nth-child(3){transition-delay:.36s!important;}
.voice-grid > .reveal:nth-child(4){transition-delay:.50s!important;}
.article-stack .compact-card,
.signal-preview .signal-card,
.notes-preview .note-card,
.principles .principle-card{
  opacity:0;
  transform:translateY(22px);
  filter:blur(7px);
  transition:opacity .95s cubic-bezier(.19,1,.22,1),transform .95s cubic-bezier(.19,1,.22,1),filter .95s cubic-bezier(.19,1,.22,1);
}
.article-stack.reveal.is-visible .compact-card,
.signal-preview.reveal.is-visible .signal-card,
.notes-preview.reveal.is-visible .note-card,
.principles.reveal.is-visible .principle-card{opacity:1;transform:translateY(0);filter:blur(0)}
.article-stack.reveal.is-visible .compact-card:nth-child(1),
.signal-preview.reveal.is-visible .signal-card:nth-child(1),
.notes-preview.reveal.is-visible .note-card:nth-child(1),
.principles.reveal.is-visible .principle-card:nth-child(1){transition-delay:.10s}
.article-stack.reveal.is-visible .compact-card:nth-child(2),
.signal-preview.reveal.is-visible .signal-card:nth-child(2),
.notes-preview.reveal.is-visible .note-card:nth-child(2),
.principles.reveal.is-visible .principle-card:nth-child(2){transition-delay:.26s}
.article-stack.reveal.is-visible .compact-card:nth-child(3),
.principles.reveal.is-visible .principle-card:nth-child(3){transition-delay:.42s}
.principles.reveal.is-visible .principle-card:nth-child(4){transition-delay:.58s}
.principles.reveal.is-visible .principle-card:nth-child(5){transition-delay:.74s}
.clean-map .map-center,
.clean-map .map-node,
.origin-board .map-item,
.dmb-system .map-item,
.world-map .world-node{
  opacity:0;
  transform:translate(-50%,-50%) translateY(18px) scale(.985);
  transition:opacity 1s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1),filter 1s cubic-bezier(.19,1,.22,1);
}
.clean-map.is-visible .map-center,
.clean-map.is-visible .map-node,
.origin-board.is-visible .map-item,
.dmb-system.is-visible .map-item,
.world-map.is-visible .world-node{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}
.clean-map.is-visible .map-center,.origin-board.is-visible .board-node.main,.dmb-system.is-visible .dmb-core,.world-map.is-visible .meaning-center{transition-delay:.08s}
.clean-map.is-visible .n1,.origin-board.is-visible .b1,.dmb-system.is-visible .dn1,.world-map.is-visible .world-node:nth-of-type(2){transition-delay:.22s}
.clean-map.is-visible .n2,.origin-board.is-visible .b2,.dmb-system.is-visible .dn2,.world-map.is-visible .world-node:nth-of-type(3){transition-delay:.34s}
.clean-map.is-visible .n3,.origin-board.is-visible .b3,.dmb-system.is-visible .dn3,.world-map.is-visible .world-node:nth-of-type(4){transition-delay:.46s}
.clean-map.is-visible .n4,.origin-board.is-visible .b4,.dmb-system.is-visible .dn4,.world-map.is-visible .world-node:nth-of-type(5){transition-delay:.58s}
.clean-map.is-visible .n5,.origin-board.is-visible .t1,.dmb-system.is-visible .dn5,.world-map.is-visible .world-node:nth-of-type(6){transition-delay:.70s}
.clean-map.is-visible .n6,.origin-board.is-visible .t2,.dmb-system.is-visible .dn6,.world-map.is-visible .world-node:nth-of-type(7){transition-delay:.82s}
.origin-board.is-visible .t3,.world-map.is-visible .world-node:nth-of-type(8){transition-delay:.94s}
.origin-board.is-visible .nf1{transition-delay:1.06s}
.origin-board.is-visible .nf2{transition-delay:1.18s}

/* Noise section: richer spread and smoother Meaning emergence */
.noise-field span{
  opacity:.32;
  will-change:opacity, transform, filter;
  transform:translate3d(-50%,-50%,0) scale(.92);
}
.noise.is-active .noise-field span{animation:noiseDissolveV5 10.6s cubic-bezier(.16,.72,.19,1) forwards;animation-delay:calc(var(--d) + .02s)}
@keyframes noiseDissolveV5{
  0%{opacity:0;transform:translate3d(-50%,-50%,0) scale(.88);filter:blur(5px)}
  15%{opacity:.36;transform:translate3d(-50%,-50%,0) scale(1);filter:blur(0)}
  47%{opacity:.30;transform:translate3d(calc(-50% + 4px),calc(-50% - 2px),0) scale(1)}
  75%{opacity:.15;filter:blur(2px)}
  100%{opacity:0;transform:translate3d(calc(-50% + 145px),calc(-50% - 92px),0) scale(.62);filter:blur(15px)}
}
.noise-emergent{
  left:61%;
  right:auto;
  top:72%;
  z-index:1;
  font-size:clamp(4.6rem,10.8vw,11.2rem);
  line-height:1;
  opacity:0;
  color:rgba(255,255,255,.20);
  filter:blur(18px);
  text-shadow:0 0 64px rgba(141,29,255,.42),0 0 108px rgba(35,135,255,.22);
  transform:translate3d(-50%,-50%,0) scale(.95);
  will-change:opacity, transform, filter;
}
.noise.is-active .noise-emergent{animation:meaningEmergesV5 8.2s cubic-bezier(.19,1,.22,1) forwards 4.7s}
@keyframes meaningEmergesV5{
  0%{opacity:0;transform:translate3d(-50%,calc(-50% + 26px),0) scale(.96);filter:blur(22px)}
  34%{opacity:.58;transform:translate3d(-50%,-50%,0) scale(1);filter:blur(5px)}
  64%{opacity:.46;transform:translate3d(-50%,calc(-50% - 2px),0) scale(1.005);filter:blur(1.5px)}
  100%{opacity:.28;transform:translate3d(-50%,calc(-50% - 8px),0) scale(1.01);filter:blur(0)}
}

@media (max-width:700px){
  .intro-title{font-size:clamp(2rem,9.4vw,4rem);letter-spacing:-.052em;}
  .hero-wordmark{height:24px;max-width:70vw;}
  .logo-name-line .arabic-name{font-size:1.22rem;margin-left:2px;}
  .footer-wordmark-img{height:22px!important;max-width:190px!important;}
  .footer-logo-lockup > img:first-child{width:48px!important;}
  .noise-emergent{left:55%;top:80%;font-size:20vw;}
}

/* V5 safety overrides for individually revealed cards and mobile map layout */
.principle-card.reveal.is-visible,
.article-card.reveal.is-visible,
.signal-card.reveal.is-visible,
.note-card.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}
@media (max-width:1100px){
  .world-map .world-node{
    opacity:0;
    left:auto!important;
    top:auto!important;
    transform:translateY(18px)!important;
  }
  .world-map.is-visible .world-node{
    opacity:1;
    transform:translateY(0)!important;
  }
  .world-map .meaning-center{
    width:auto!important;
    height:auto!important;
  }
}


/* ===== V6 refinements: synchronized intro, distant watermark, map re-alignment, footer wordmark scale ===== */

/* Intro: hero starts revealing while title is still visible; both finish together */
.home-intro{
  transition: opacity .72s ease, visibility .72s ease, background 1.05s ease, backdrop-filter 1.05s ease !important;
}
.home-intro.is-peeking{
  background: radial-gradient(circle at 50% 50%, rgba(141,29,255,.09), transparent 42%), rgba(2,5,10,.56) !important;
  backdrop-filter: blur(10px) !important;
}
.home-intro.is-settling{
  background: radial-gradient(circle at 50% 50%, rgba(141,29,255,.025), transparent 46%), rgba(2,5,10,.08) !important;
  backdrop-filter: blur(0px) !important;
}
.home-intro.is-settling .intro-title{
  animation: introFadeBlurGrowV6 .98s cubic-bezier(.19,1,.22,1) forwards !important;
}
@keyframes introFadeBlurGrowV6{
  0%{ opacity:1; filter:blur(0); transform:scale(1); }
  100%{ opacity:0; filter:blur(22px); transform:scale(1.14); }
}
.site-header,.hero-content,.hero-portrait-wrap,.scroll-cue{
  transition: opacity 1.45s cubic-bezier(.19,1,.22,1), filter 1.45s cubic-bezier(.19,1,.22,1), transform 1.45s cubic-bezier(.19,1,.22,1) !important;
}
.hero-watermark{
  transition: opacity 1.45s cubic-bezier(.19,1,.22,1), filter 1.45s cubic-bezier(.19,1,.22,1), transform 1.45s cubic-bezier(.19,1,.22,1) !important;
}
body.intro-revealing .site-header,
body.intro-revealing .hero-content,
body.intro-revealing .hero-portrait-wrap,
body.intro-revealing .scroll-cue,
body.intro-done .site-header,
body.intro-done .hero-content,
body.intro-done .hero-portrait-wrap,
body.intro-done .scroll-cue{
  opacity:1 !important;
  filter:blur(0) !important;
  transform:none !important;
}

/* Hero watermark: larger, farther, lighter, like it is living behind atmosphere */
.hero-watermark{
  left:18% !important;
  top:0% !important;
  width:min(62vw,1040px) !important;
  height:min(62vw,1040px) !important;
  opacity:.022 !important;
  filter:blur(.6px) drop-shadow(0 0 120px rgba(141,29,255,.42)) drop-shadow(0 0 145px rgba(35,135,255,.16)) !important;
  transform:rotate(-8deg) scale(1.08) !important;
  mix-blend-mode:screen !important;
  mask-image:radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.72) 0 34%, rgba(0,0,0,.28) 54%, transparent 78%) !important;
  -webkit-mask-image:radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.72) 0 34%, rgba(0,0,0,.28) 54%, transparent 78%) !important;
}
.hero-watermark:after{
  background: radial-gradient(circle at 48% 46%, rgba(141,29,255,.22), transparent 58%) !important;
  filter:blur(70px) !important;
}
body.intro-running .hero-watermark{
  opacity:0 !important;
  filter:blur(28px) drop-shadow(0 0 110px rgba(141,29,255,.36)) !important;
  transform:rotate(-8deg) scale(1.03) translateY(14px) !important;
}
body.intro-revealing .hero-watermark,
body.intro-done .hero-watermark{
  opacity:.022 !important;
  filter:blur(.6px) drop-shadow(0 0 120px rgba(141,29,255,.42)) drop-shadow(0 0 145px rgba(35,135,255,.16)) !important;
  transform:rotate(-8deg) scale(1.08) !important;
}

/* Hero identity line */
.logo-name-line .arabic-name{
  font-size:clamp(1.35rem,1.72vw,1.82rem) !important;
  transform:translateY(-.03em) !important;
}

/* Noise scene: more readable spread and a smoother Meaning emergence placed away from the text card */
.noise-field span{
  opacity:.34;
  text-rendering:geometricPrecision;
  transform:translate3d(-50%,-50%,0) scale(.94);
}
.noise.is-active .noise-field span{
  animation:noiseDissolveV6 11s cubic-bezier(.16,.72,.19,1) forwards !important;
  animation-delay:calc(var(--d) + .02s) !important;
}
@keyframes noiseDissolveV6{
  0%{opacity:0;transform:translate3d(-50%,-50%,0) scale(.90);filter:blur(4px)}
  16%{opacity:.38;transform:translate3d(-50%,-50%,0) scale(1);filter:blur(0)}
  48%{opacity:.32;transform:translate3d(calc(-50% + 3px),calc(-50% - 2px),0) scale(1)}
  78%{opacity:.15;filter:blur(2px)}
  100%{opacity:0;transform:translate3d(calc(-50% + 152px),calc(-50% - 98px),0) scale(.62);filter:blur(15px)}
}
.noise-emergent{
  left:72% !important;
  top:78% !important;
  right:auto !important;
  z-index:1 !important;
  font-size:clamp(4.2rem,9.5vw,10.2rem) !important;
  letter-spacing:-.075em !important;
  opacity:0;
  color:rgba(255,255,255,.22) !important;
  filter:blur(18px);
  transform:translate3d(-50%,-50%,0) scale(.97);
  text-shadow:0 0 70px rgba(141,29,255,.36), 0 0 120px rgba(35,135,255,.20) !important;
  will-change:opacity, transform, filter;
}
.noise.is-active .noise-emergent{
  animation:meaningEmergesV6 8.4s cubic-bezier(.19,1,.22,1) forwards 4.55s !important;
}
@keyframes meaningEmergesV6{
  0%{opacity:0;transform:translate3d(-50%,calc(-50% + 18px),0) scale(.98);filter:blur(24px)}
  26%{opacity:.28;filter:blur(11px)}
  50%{opacity:.58;transform:translate3d(-50%,-50%,0) scale(1);filter:blur(3px)}
  76%{opacity:.45;transform:translate3d(-50%,calc(-50% - 3px),0) scale(1.002);filter:blur(.8px)}
  100%{opacity:.30;transform:translate3d(-50%,calc(-50% - 6px),0) scale(1.004);filter:blur(0)}
}

/* Map system: lock nodes to clean centered positions; no drifting toward edges */
.meaning-map,.origin-board,.dmb-system,.world-map{
  overflow:hidden !important;
  isolation:isolate;
}
.map-center,.board-node.main,.dmb-core{
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
}
.map-node,.origin-board .map-item,.origin-board .note-fragment,.dmb-system .map-item,.world-node{
  transform:translate(-50%,-50%) !important;
}
.map-node:hover,
.origin-board .map-item:hover,
.dmb-system .map-item:hover,
.world-node:hover,
.world-node.is-active{
  transform:translate(-50%,-50%) translateY(-3px) scale(1.018) !important;
}

/* Meaning map positions */
.meaning-map{min-height:560px !important;}
.meaning-map .n1{left:20% !important;top:25% !important;right:auto !important;bottom:auto !important;}
.meaning-map .n2{left:80% !important;top:25% !important;right:auto !important;bottom:auto !important;}
.meaning-map .n3{left:83% !important;top:51% !important;right:auto !important;bottom:auto !important;}
.meaning-map .n4{left:72% !important;top:76% !important;right:auto !important;bottom:auto !important;}
.meaning-map .n5{left:28% !important;top:76% !important;right:auto !important;bottom:auto !important;}
.meaning-map .n6{left:17% !important;top:51% !important;right:auto !important;bottom:auto !important;}

/* Adam preview map positions */
.origin-board{min-height:570px !important;}
.origin-board .board-node.main{left:50% !important;top:50% !important;}
.origin-board .b1{left:20% !important;top:24% !important;right:auto !important;bottom:auto !important;}
.origin-board .b2{left:80% !important;top:24% !important;right:auto !important;bottom:auto !important;}
.origin-board .b3{left:78% !important;top:75% !important;right:auto !important;bottom:auto !important;}
.origin-board .b4{left:21% !important;top:75% !important;right:auto !important;bottom:auto !important;}
.origin-board .t1{left:50% !important;top:18% !important;right:auto !important;bottom:auto !important;}
.origin-board .t2{left:80% !important;top:50% !important;right:auto !important;bottom:auto !important;}
.origin-board .t3{left:20% !important;top:50% !important;right:auto !important;bottom:auto !important;}
.origin-board .nf1{left:31% !important;top:37% !important;right:auto !important;bottom:auto !important;}
.origin-board .nf2{left:69% !important;top:63% !important;right:auto !important;bottom:auto !important;}
.origin-board .note-fragment{transform:translate(-50%,-50%) rotate(-5deg) !important;}

/* Worlds map positions */
.world-map{height:700px !important;}
.world-map .meaning-center{left:50% !important;top:50% !important;width:156px !important;height:156px !important;}
.world-node[data-world="bt"]{--x:20% !important;--y:22% !important;}
.world-node[data-world="dom"]{--x:50% !important;--y:18% !important;}
.world-node[data-world="is"]{--x:80% !important;--y:25% !important;}
.world-node[data-world="vss"]{--x:66% !important;--y:68% !important;}
.world-node[data-world="ca"]{--x:84% !important;--y:52% !important;}
.world-node[data-world="cc"]{--x:20% !important;--y:62% !important;}
.world-node[data-world="dw"]{--x:38% !important;--y:82% !important;}

/* DM Bold map positions */
.dmb-system{min-height:640px !important;}
.dmb-core{left:50% !important;top:44% !important;}
.dmb-system .dn1{left:18% !important;top:25% !important;right:auto !important;bottom:auto !important;}
.dmb-system .dn2{left:80% !important;top:25% !important;right:auto !important;bottom:auto !important;}
.dmb-system .dn3{left:82% !important;top:51% !important;right:auto !important;bottom:auto !important;}
.dmb-system .dn4{left:65% !important;top:73% !important;right:auto !important;bottom:auto !important;}
.dmb-system .dn5{left:35% !important;top:73% !important;right:auto !important;bottom:auto !important;}
.dmb-system .dn6{left:18% !important;top:51% !important;right:auto !important;bottom:auto !important;}
.dmb-path{
  bottom:28px !important;
  left:42px !important;
  right:42px !important;
}

/* Reveal still refined, but easier to notice while scrolling */
.reveal{
  transform:translateY(54px);
  filter:blur(12px);
  transition-duration:1.35s !important;
}
.reveal.is-visible{
  transform:translateY(0);
  filter:blur(0);
}
.clean-map .map-center,
.clean-map .map-node,
.origin-board .map-item,
.origin-board .note-fragment,
.dmb-system .map-item,
.world-map .world-node{
  transition-duration:1.18s !important;
}

/* Footer wordmark must feel proportional to the icon */
.footer-logo-lockup{gap:18px !important;}
.footer-logo-lockup > img:first-child{
  width:64px !important;
  height:auto !important;
}
.footer-wordmark-img{
  height:42px !important;
  max-width:365px !important;
  width:auto !important;
  object-fit:contain !important;
}

@media (max-width:1100px){
  .hero-watermark{
    left:8% !important;
    top:10% !important;
    width:82vw !important;
    height:82vw !important;
    opacity:.018 !important;
  }
  .footer-wordmark-img{height:34px !important;max-width:300px !important;}
  .footer-logo-lockup > img:first-child{width:58px !important;}
}
@media (max-width:700px){
  .home-intro.is-settling .intro-title{animation:introFadeBlurGrowV6 .82s cubic-bezier(.19,1,.22,1) forwards !important;}
  .logo-name-line .arabic-name{font-size:1.34rem !important;}
  .hero-watermark{opacity:.016 !important;left:-8% !important;top:20% !important;width:112vw !important;height:112vw !important;}
  .noise-emergent{left:50% !important;top:84% !important;font-size:20vw !important;}
  .footer-wordmark-img{height:28px !important;max-width:235px !important;}
  .footer-logo-lockup > img:first-child{width:50px !important;}
}


/* ===== V7 final home refinements ===== */

/* Intro: slower hero entrance, but no lingering blur after the title disappears */
.home-intro{
  transition:opacity .42s ease, visibility .42s ease, background 1.2s ease, backdrop-filter 1.2s ease !important;
}
.home-intro.is-peeking{
  background:radial-gradient(circle at 50% 50%, rgba(141,29,255,.085), transparent 42%), rgba(2,5,10,.54) !important;
  backdrop-filter:blur(8px) !important;
}
.home-intro.is-settling{
  background:radial-gradient(circle at 50% 50%, rgba(141,29,255,.018), transparent 48%), rgba(2,5,10,.035) !important;
  backdrop-filter:blur(0) !important;
}
.home-intro.is-settling .intro-title{
  animation:introFadeBlurGrowV7 .92s cubic-bezier(.19,1,.22,1) forwards !important;
}
@keyframes introFadeBlurGrowV7{
  0%{opacity:1;filter:blur(0);transform:scale(1)}
  100%{opacity:0;filter:blur(22px);transform:scale(1.16)}
}
.site-header,
.hero-content,
.hero-portrait-wrap,
.hero-watermark,
.scroll-cue{
  transition:opacity 1.34s cubic-bezier(.19,1,.22,1), filter 1.34s cubic-bezier(.19,1,.22,1), transform 1.34s cubic-bezier(.19,1,.22,1) !important;
}
body.intro-running .site-header,
body.intro-running .hero-content,
body.intro-running .hero-portrait-wrap,
body.intro-running .hero-watermark,
body.intro-running .scroll-cue{
  opacity:0 !important;
  filter:blur(20px) !important;
  transform:translateY(18px) scale(.993) !important;
}
body.intro-revealing .site-header,
body.intro-revealing .hero-content,
body.intro-revealing .hero-portrait-wrap,
body.intro-revealing .hero-watermark,
body.intro-revealing .scroll-cue,
body.intro-done .site-header,
body.intro-done .hero-content,
body.intro-done .hero-portrait-wrap,
body.intro-done .hero-watermark,
body.intro-done .scroll-cue{
  opacity:1 !important;
  filter:blur(0) !important;
  transform:none !important;
}

/* Hero watermark: more distant and atmospheric */
.hero-watermark{
  left:7% !important;
  top:-15% !important;
  width:min(82vw,1320px) !important;
  height:min(82vw,1320px) !important;
  opacity:.012 !important;
  filter:blur(2px) drop-shadow(0 0 150px rgba(141,29,255,.30)) drop-shadow(0 0 180px rgba(35,135,255,.11)) !important;
  transform:rotate(-9deg) scale(1.22) !important;
  mix-blend-mode:screen !important;
  mask-image:radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.46) 0 29%, rgba(0,0,0,.18) 52%, transparent 76%) !important;
  -webkit-mask-image:radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.46) 0 29%, rgba(0,0,0,.18) 52%, transparent 76%) !important;
}

/* Noise scene: content card left, Meaning cleanly centered on the right */
.noise-shell{
  grid-template-columns:minmax(420px, 610px) 1fr !important;
  align-items:center !important;
  gap:clamp(48px,7vw,120px) !important;
}
.noise .copy-block{
  grid-column:1 !important;
  justify-self:start !important;
  max-width:610px !important;
}
.noise-emergent{
  left:76% !important;
  top:50% !important;
  right:auto !important;
  z-index:1 !important;
  font-size:clamp(4.6rem,9.2vw,10.8rem) !important;
  transform:translate3d(-50%,-50%,0) scale(.98) !important;
}
.noise.is-active .noise-emergent{
  animation:meaningEmergesV7 8s cubic-bezier(.19,1,.22,1) forwards 4.55s !important;
}
@keyframes meaningEmergesV7{
  0%{opacity:0;transform:translate3d(-50%,calc(-50% + 18px),0) scale(.98);filter:blur(22px)}
  35%{opacity:.50;transform:translate3d(-50%,-50%,0) scale(1);filter:blur(5px)}
  68%{opacity:.42;transform:translate3d(-50%,-50%,0) scale(1.002);filter:blur(1px)}
  100%{opacity:.30;transform:translate3d(-50%,-50%,0) scale(1.004);filter:blur(0)}
}

/* Voice preview: cards enter one by one, not as blocks */
.voice-grid .feature-card.reveal{
  transition-delay:.05s !important;
}
.article-stack.reveal,
.signal-preview.reveal,
.notes-preview.reveal{
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}
.article-stack .compact-card,
.signal-preview .signal-card,
.notes-preview .note-card{
  opacity:0 !important;
  transform:translateY(34px) !important;
  filter:blur(10px) !important;
  transition:
    opacity 1.05s cubic-bezier(.19,1,.22,1),
    transform 1.05s cubic-bezier(.19,1,.22,1),
    filter 1.05s cubic-bezier(.19,1,.22,1) !important;
}
.article-stack.reveal.is-visible .compact-card,
.signal-preview.reveal.is-visible .signal-card,
.notes-preview.reveal.is-visible .note-card{
  opacity:1 !important;
  transform:translateY(0) !important;
  filter:blur(0) !important;
}
.article-stack.reveal.is-visible .compact-card:nth-child(1){transition-delay:.80s !important;}
.article-stack.reveal.is-visible .compact-card:nth-child(2){transition-delay:1.18s !important;}
.article-stack.reveal.is-visible .compact-card:nth-child(3){transition-delay:1.56s !important;}
.signal-preview.reveal.is-visible .signal-card:nth-child(1){transition-delay:1.98s !important;}
.signal-preview.reveal.is-visible .signal-card:nth-child(2){transition-delay:2.28s !important;}
.notes-preview.reveal.is-visible .note-card:nth-child(1){transition-delay:2.62s !important;}
.notes-preview.reveal.is-visible .note-card:nth-child(2){transition-delay:2.94s !important;}

/* Footer: Adam Halabi wordmark must be visually proportional to the logo */
.footer-logo-lockup{
  align-items:center !important;
  gap:22px !important;
}
.footer-logo-lockup > img:first-child{
  width:68px !important;
  height:auto !important;
  flex:0 0 auto !important;
}
.footer-logo-lockup img.footer-wordmark-img{
  width:430px !important;
  max-width:min(430px, calc(100vw - 150px)) !important;
  height:auto !important;
  flex:0 1 auto !important;
  object-fit:contain !important;
}

/* Keep maps stable after V6, with a bit more inner safety from edges */
.meaning-map .n1{left:23% !important;top:25% !important;}
.meaning-map .n2{left:77% !important;top:25% !important;}
.meaning-map .n3{left:80% !important;top:51% !important;}
.meaning-map .n4{left:70% !important;top:74% !important;}
.meaning-map .n5{left:30% !important;top:74% !important;}
.meaning-map .n6{left:20% !important;top:51% !important;}

.origin-board .b1{left:22% !important;top:24% !important;}
.origin-board .b2{left:78% !important;top:24% !important;}
.origin-board .b3{left:76% !important;top:74% !important;}
.origin-board .b4{left:23% !important;top:74% !important;}
.origin-board .t2{left:78% !important;top:50% !important;}
.origin-board .t3{left:22% !important;top:50% !important;}

.dmb-system .dn1{left:20% !important;top:25% !important;}
.dmb-system .dn2{left:78% !important;top:25% !important;}
.dmb-system .dn3{left:79% !important;top:51% !important;}
.dmb-system .dn4{left:64% !important;top:72% !important;}
.dmb-system .dn5{left:36% !important;top:72% !important;}
.dmb-system .dn6{left:20% !important;top:51% !important;}

.world-node[data-world="bt"]{--x:22% !important;--y:23% !important;}
.world-node[data-world="dom"]{--x:50% !important;--y:18% !important;}
.world-node[data-world="is"]{--x:78% !important;--y:25% !important;}
.world-node[data-world="vss"]{--x:65% !important;--y:67% !important;}
.world-node[data-world="ca"]{--x:82% !important;--y:52% !important;}
.world-node[data-world="cc"]{--x:22% !important;--y:62% !important;}
.world-node[data-world="dw"]{--x:39% !important;--y:81% !important;}

@media (max-width:1100px){
  .noise-shell{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:36px !important;
  }
  .noise-emergent{
    left:50% !important;
    top:80% !important;
  }
  .footer-logo-lockup img.footer-wordmark-img{
    width:330px !important;
    max-width:min(330px, calc(100vw - 130px)) !important;
  }
}
@media (max-width:700px){
  .home-intro.is-settling .intro-title{animation:introFadeBlurGrowV7 .82s cubic-bezier(.19,1,.22,1) forwards !important;}
  .noise-emergent{left:50% !important;top:84% !important;font-size:20vw !important;}
  .footer-logo-lockup{gap:14px !important;}
  .footer-logo-lockup > img:first-child{width:52px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:240px !important;
    max-width:calc(100vw - 112px) !important;
  }
}


/* ===== V8 final micro refinements ===== */

/* Noise: Meaning is now placed inside the right visual column, not by a fixed percentage. */
.noise-shell{
  display:grid !important;
  grid-template-columns:minmax(420px, 610px) minmax(360px, 1fr) !important;
  align-items:center !important;
  column-gap:clamp(64px, 8vw, 138px) !important;
}
.noise .copy-block{
  grid-column:1 !important;
  grid-row:1 !important;
  justify-self:start !important;
  max-width:610px !important;
}
.noise-emergent{
  position:relative !important;
  grid-column:2 !important;
  grid-row:1 !important;
  justify-self:center !important;
  align-self:center !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  z-index:1 !important;
  font-size:clamp(4.2rem, 7.8vw, 9.25rem) !important;
  line-height:.9 !important;
  margin:0 !important;
  transform:translate3d(0,18px,0) scale(.98) !important;
  text-align:center !important;
  white-space:nowrap !important;
}
.noise.is-active .noise-emergent{
  animation:meaningEmergesV8 7.8s cubic-bezier(.19,1,.22,1) forwards 4.55s !important;
}
@keyframes meaningEmergesV8{
  0%{opacity:0;transform:translate3d(0,18px,0) scale(.98);filter:blur(22px)}
  35%{opacity:.50;transform:translate3d(0,0,0) scale(1);filter:blur(5px)}
  68%{opacity:.42;transform:translate3d(0,0,0) scale(1.002);filter:blur(1px)}
  100%{opacity:.30;transform:translate3d(0,0,0) scale(1.004);filter:blur(0)}
}

/* Voice: keep the approved card-by-card order, but remove the long pause before Signals/Notes. */
.article-stack.reveal.is-visible .compact-card:nth-child(1){transition-delay:.52s !important;}
.article-stack.reveal.is-visible .compact-card:nth-child(2){transition-delay:.82s !important;}
.article-stack.reveal.is-visible .compact-card:nth-child(3){transition-delay:1.12s !important;}
.signal-preview.reveal.is-visible .signal-card:nth-child(1){transition-delay:1.42s !important;}
.signal-preview.reveal.is-visible .signal-card:nth-child(2){transition-delay:1.62s !important;}
.notes-preview.reveal.is-visible .note-card:nth-child(1){transition-delay:1.82s !important;}
.notes-preview.reveal.is-visible .note-card:nth-child(2){transition-delay:2.02s !important;}

/* Footer: balanced horizontal lockup, between the earlier tiny version and the oversized V7. */
.footer-logo-lockup{
  gap:15px !important;
  align-items:center !important;
}
.footer-logo-lockup > img:first-child{
  width:62px !important;
  height:auto !important;
  flex:0 0 auto !important;
}
.footer-logo-lockup img.footer-wordmark-img{
  width:275px !important;
  max-width:min(275px, calc(100vw - 140px)) !important;
  height:auto !important;
  flex:0 1 auto !important;
  object-fit:contain !important;
  transform:translateY(1px) !important;
}

@media (min-width:1500px){
  .noise-shell{
    grid-template-columns:minmax(420px, 610px) minmax(430px, 1fr) !important;
    column-gap:clamp(92px, 9vw, 160px) !important;
  }
  .noise-emergent{
    font-size:clamp(4.5rem, 7.1vw, 9.1rem) !important;
  }
}

@media (max-width:1100px){
  .noise-shell{
    grid-template-columns:1fr !important;
    row-gap:38px !important;
  }
  .noise .copy-block{
    grid-column:1 !important;
    grid-row:1 !important;
  }
  .noise-emergent{
    grid-column:1 !important;
    grid-row:2 !important;
    justify-self:center !important;
    font-size:clamp(4.1rem, 15vw, 8.6rem) !important;
    margin-top:4px !important;
  }
  .footer-logo-lockup > img:first-child{width:56px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:240px !important;
    max-width:min(240px, calc(100vw - 128px)) !important;
  }
}

@media (max-width:700px){
  .noise-emergent{
    grid-row:2 !important;
    font-size:20vw !important;
    margin-top:-4px !important;
  }
  .footer-logo-lockup{gap:12px !important;}
  .footer-logo-lockup > img:first-child{width:50px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:205px !important;
    max-width:calc(100vw - 108px) !important;
  }
}


/* ===== V9 micro refinements ===== */

/* Noise: keep Meaning locked in the center of the right side on laptop and desktop */
.noise-shell{
  display:grid !important;
  grid-template-columns:minmax(390px,575px) minmax(310px,1fr) !important;
  column-gap:clamp(42px,5.2vw,82px) !important;
  align-items:center !important;
}
.noise .copy-block{
  grid-column:1 !important;
  grid-row:1 !important;
  max-width:575px !important;
  justify-self:start !important;
}
.noise-emergent{
  position:relative !important;
  grid-column:2 !important;
  grid-row:1 !important;
  justify-self:center !important;
  align-self:center !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  margin:0 !important;
  transform:translate3d(0,12px,0) scale(.98) !important;
  font-size:clamp(4.25rem,7.15vw,8.8rem) !important;
  line-height:.9 !important;
  white-space:nowrap !important;
  text-align:center !important;
}
.noise.is-active .noise-emergent{
  animation:meaningEmergesV9 7.6s cubic-bezier(.19,1,.22,1) forwards 1.55s !important;
}
@keyframes meaningEmergesV9{
  0%{opacity:0;transform:translate3d(0,12px,0) scale(.985);filter:blur(22px)}
  32%{opacity:.50;transform:translate3d(0,0,0) scale(1);filter:blur(5px)}
  66%{opacity:.42;transform:translate3d(0,0,0) scale(1.002);filter:blur(1px)}
  100%{opacity:.30;transform:translate3d(0,0,0) scale(1.004);filter:blur(0)}
}

/* Voice: same approved order, tighter rhythm with no long pause before Signals/Notes */
.voice-preview.sequence-started .feature-card.reveal,
.voice-preview.sequence-started .article-stack.reveal,
.voice-preview.sequence-started .signal-preview.reveal,
.voice-preview.sequence-started .notes-preview.reveal{
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}
.voice-preview.sequence-started .article-stack .compact-card,
.voice-preview.sequence-started .signal-preview .signal-card,
.voice-preview.sequence-started .notes-preview .note-card{
  opacity:1 !important;
  transform:translateY(0) !important;
  filter:blur(0) !important;
}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(1){transition-delay:.42s !important;}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(2){transition-delay:.66s !important;}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(3){transition-delay:.90s !important;}
.voice-preview.sequence-started .signal-preview .signal-card:nth-child(1){transition-delay:1.14s !important;}
.voice-preview.sequence-started .signal-preview .signal-card:nth-child(2){transition-delay:1.32s !important;}
.voice-preview.sequence-started .notes-preview .note-card:nth-child(1){transition-delay:1.50s !important;}
.voice-preview.sequence-started .notes-preview .note-card:nth-child(2){transition-delay:1.68s !important;}

/* Footer: smaller, closer, like a horizontal lockup beside the mark */
.footer-logo-lockup{
  gap:8px !important;
  align-items:center !important;
}
.footer-logo-lockup > img:first-child{
  width:56px !important;
  height:auto !important;
  flex:0 0 auto !important;
}
.footer-logo-lockup img.footer-wordmark-img{
  width:225px !important;
  max-width:min(225px, calc(100vw - 110px)) !important;
  height:auto !important;
  flex:0 1 auto !important;
  object-fit:contain !important;
  transform:translateY(1px) !important;
  margin-left:-8px !important;
}

@media (min-width:1500px){
  .noise-shell{
    grid-template-columns:minmax(390px,575px) minmax(310px,1fr) !important;
    column-gap:clamp(42px,5.2vw,82px) !important;
  }
  .noise-emergent{
    font-size:clamp(4.25rem,6.7vw,8.6rem) !important;
  }
}

@media (max-width:1200px) and (min-width:901px){
  .noise-shell{
    grid-template-columns:minmax(360px,530px) minmax(300px,1fr) !important;
    column-gap:clamp(34px,4.2vw,58px) !important;
  }
  .noise .copy-block{
    max-width:530px !important;
  }
  .noise-emergent{
    font-size:clamp(4rem,7.4vw,7.4rem) !important;
    justify-self:start !important;
    transform:translate3d(4px,0,0) scale(.99) !important;
  }
  @keyframes meaningEmergesV9{
    0%{opacity:0;transform:translate3d(4px,12px,0) scale(.985);filter:blur(22px)}
    32%{opacity:.50;transform:translate3d(4px,0,0) scale(1);filter:blur(5px)}
    66%{opacity:.42;transform:translate3d(4px,0,0) scale(1.002);filter:blur(1px)}
    100%{opacity:.30;transform:translate3d(4px,0,0) scale(1.004);filter:blur(0)}
  }
}

@media (max-width:900px){
  .noise-shell{
    grid-template-columns:1fr !important;
    row-gap:34px !important;
  }
  .noise-emergent{
    grid-column:1 !important;
    grid-row:2 !important;
    justify-self:center !important;
    font-size:clamp(4rem,15vw,8.2rem) !important;
    margin-top:0 !important;
    transform:translate3d(0,8px,0) scale(.98) !important;
  }
  .footer-logo-lockup > img:first-child{width:50px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:205px !important;
    max-width:calc(100vw - 100px) !important;
    margin-left:-6px !important;
  }
}

@media (max-width:700px){
  .footer-logo-lockup{gap:7px !important;}
  .footer-logo-lockup > img:first-child{width:48px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:190px !important;
    max-width:calc(100vw - 96px) !important;
    margin-left:-6px !important;
  }
}
/* ===== V10 targeted refinements ===== */

/* Noise scene: tighter choreography and safer layout across devices */
.noise-shell{
  position:relative;
  grid-template-columns:minmax(420px, 585px) minmax(260px, 1fr) !important;
  align-items:center !important;
  column-gap:clamp(32px,4.8vw,72px) !important;
}
.noise .copy-block{
  position:relative;
  z-index:3;
  width:min(100%, 585px) !important;
  max-width:585px !important;
}
.noise .copy-block h2{
  font-size:clamp(3.05rem, 5.45vw, 5.45rem) !important;
  line-height:1.03 !important;
  max-width:9.6ch !important;
  letter-spacing:-.052em !important;
}
.noise .copy-block p{
  max-width:520px !important;
}
.noise-field span{
  opacity:0;
  will-change:opacity, transform, filter;
}
.noise.is-active .noise-field span{
  animation:noiseDissolveV10 3.6s cubic-bezier(.19,1,.22,1) forwards !important;
  animation-delay:var(--d) !important;
}
@keyframes noiseDissolveV10{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.92);filter:blur(6px)}
  16%{opacity:.32;transform:translate(-50%,-50%) scale(1);filter:blur(0)}
  42%{opacity:.30;transform:translate(-50%,-50%) scale(1)}
  58%{opacity:.16;transform:translate(-50%,-50%) scale(.98);filter:blur(1px)}
  100%{opacity:0;transform:translate(calc(-50% + 116px),calc(-50% - 74px)) scale(.68);filter:blur(11px)}
}
.noise-emergent{
  position:absolute !important;
  z-index:2 !important;
  left:75% !important;
  top:50% !important;
  right:auto !important;
  width:max-content !important;
  max-width:none !important;
  margin:0 !important;
  transform:translate(-50%,-50%) !important;
  font-size:clamp(4.3rem, 8.4vw, 9.2rem) !important;
  line-height:.92 !important;
  text-align:center !important;
  color:rgba(255,255,255,.22) !important;
  text-shadow:0 0 56px rgba(141,29,255,.32), 0 0 88px rgba(35,135,255,.16) !important;
}
.noise.is-active .noise-emergent{
  animation:meaningEmergesV10 2.35s cubic-bezier(.19,1,.22,1) forwards 1.16s !important;
}
@keyframes meaningEmergesV10{
  0%{opacity:0;transform:translate(-50%,calc(-50% + 16px)) scale(.97);filter:blur(18px)}
  55%{opacity:.34;transform:translate(-50%,-50%) scale(1);filter:blur(4px)}
  100%{opacity:.26;transform:translate(-50%,-50%) scale(1.01);filter:blur(0)}
}

/* Voice section: slower card-by-card rhythm */
.voice-preview.sequence-started .article-stack .compact-card,
.voice-preview.sequence-started .signal-preview .signal-card,
.voice-preview.sequence-started .notes-preview .note-card{
  transition-duration:1.02s !important;
}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(1){transition-delay:.72s !important;}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(2){transition-delay:1.10s !important;}
.voice-preview.sequence-started .article-stack .compact-card:nth-child(3){transition-delay:1.48s !important;}
.voice-preview.sequence-started .signal-preview .signal-card:nth-child(1){transition-delay:1.86s !important;}
.voice-preview.sequence-started .signal-preview .signal-card:nth-child(2){transition-delay:2.14s !important;}
.voice-preview.sequence-started .notes-preview .note-card:nth-child(1){transition-delay:2.42s !important;}
.voice-preview.sequence-started .notes-preview .note-card:nth-child(2){transition-delay:2.70s !important;}

/* Footer lockup: smaller and tighter beside the mark */
.footer-logo-lockup{
  gap:6px !important;
  align-items:center !important;
}
.footer-logo-lockup > img:first-child{
  width:50px !important;
  height:auto !important;
  flex:0 0 auto !important;
}
.footer-logo-lockup img.footer-wordmark-img{
  width:170px !important;
  max-width:min(170px, calc(100vw - 104px)) !important;
  height:auto !important;
  object-fit:contain !important;
  flex:0 1 auto !important;
  transform:translateY(1px) !important;
  margin-left:-4px !important;
}

@media (min-width:1500px){
  .noise-emergent{
    left:74.5% !important;
    font-size:clamp(4.5rem, 7vw, 8rem) !important;
  }
}

@media (max-width:1200px) and (min-width:901px){
  .noise-shell{
    grid-template-columns:minmax(390px, 530px) minmax(220px, 1fr) !important;
    column-gap:clamp(24px, 3.4vw, 46px) !important;
  }
  .noise .copy-block{
    max-width:530px !important;
  }
  .noise-emergent{
    left:72.5% !important;
    top:50% !important;
    font-size:clamp(4rem, 7.2vw, 6.9rem) !important;
  }
  .footer-logo-lockup > img:first-child{width:47px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:158px !important;
    max-width:158px !important;
    margin-left:-3px !important;
  }
}

@media (max-width:900px){
  .noise-shell{
    grid-template-columns:1fr !important;
    row-gap:28px !important;
  }
  .noise-emergent{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    grid-column:1 !important;
    grid-row:2 !important;
    justify-self:center !important;
    transform:none !important;
    font-size:clamp(3.8rem, 14vw, 7rem) !important;
  }
  .noise.is-active .noise-emergent{
    animation:meaningEmergesV10Mobile 2.2s cubic-bezier(.19,1,.22,1) forwards 1.05s !important;
  }
  @keyframes meaningEmergesV10Mobile{
    0%{opacity:0;transform:translateY(16px) scale(.97);filter:blur(16px)}
    55%{opacity:.34;transform:translateY(0) scale(1);filter:blur(4px)}
    100%{opacity:.26;transform:translateY(0) scale(1.01);filter:blur(0)}
  }
  .footer-logo-lockup{
    gap:6px !important;
  }
  .footer-logo-lockup > img:first-child{width:45px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:148px !important;
    max-width:148px !important;
    margin-left:-2px !important;
  }
}


/* ===== V19: stable JS-driven Noise animation + active header + always-on cursor glow ===== */

/* Header current section */
.nav-links a{
  color:rgba(217,222,234,.84);
  font-weight:500;
  transition:color .28s ease, opacity .28s ease, transform .28s ease, font-weight .28s ease;
}
.nav-links a.is-current{
  color:var(--violetTitle, #b34cff) !important;
  font-weight:700 !important;
  opacity:1 !important;
  transform:translateY(-1px) scale(1.035);
  text-shadow:0 0 18px rgba(141,29,255,.22);
}
.nav-links a.is-current:after{display:none !important;}

/* Cursor glow visible everywhere, not only on cards */
.cursor-glow{
  z-index:9999 !important;
  width:210px !important;
  height:210px !important;
  opacity:.95 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle, rgba(255,255,255,.13) 0 3%, rgba(141,29,255,.24) 4% 18%, rgba(35,135,255,.15) 35%, rgba(141,29,255,.08) 52%, transparent 74%) !important;
  filter:blur(18px) !important;
  mix-blend-mode:screen !important;
  transform:translate(-50%,-50%) !important;
}

/* Noise scene: all motion controlled by JS to avoid CSS animation conflicts */
.noise{
  position:relative !important;
  overflow:hidden !important;
}
.noise-shell{
  position:relative !important;
  min-height:720px !important;
  display:grid !important;
  align-items:center !important;
  grid-template-columns:minmax(420px, 585px) minmax(260px, 1fr) !important;
  column-gap:clamp(34px,5vw,82px) !important;
}
.noise-field{
  position:absolute !important;
  inset:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
  z-index:0 !important;
}
.noise .copy-block{
  position:relative !important;
  z-index:3 !important;
  width:min(100%,585px) !important;
  max-width:585px !important;
  overflow:hidden !important;
}
.noise .copy-block h2{
  font-size:clamp(3.05rem,5.45vw,5.45rem) !important;
  line-height:1.03 !important;
  max-width:9.6ch !important;
  letter-spacing:-.052em !important;
  overflow-wrap:normal !important;
}
.noise .copy-block p{max-width:520px !important;}

/* Reset old CSS animations. JS writes inline !important values every frame. */
.noise .noise-field span,
.noise.is-active .noise-field span,
.noise.noise-playing .noise-field span{
  animation:none !important;
  opacity:0 !important;
  filter:blur(.25px) !important;
  transform:translate(-50%,-50%) !important;
}
.noise .noise-field span{
  position:absolute !important;
  left:var(--x) !important;
  top:var(--y) !important;
  font-family:var(--display) !important;
  font-size:calc(var(--s) * clamp(1.12rem, 2.05vw, 2.35rem)) !important;
  line-height:1 !important;
  letter-spacing:.025em !important;
  text-transform:uppercase !important;
  color:rgba(233,238,255,.17) !important;
  text-shadow:0 0 18px rgba(141,29,255,.08),0 0 38px rgba(35,135,255,.055) !important;
  white-space:nowrap !important;
  will-change:opacity, transform, filter !important;
}

/* Fixed correct Meaning location */
.noise .noise-emergent,
.noise.is-active .noise-emergent,
.noise.noise-playing .noise-emergent{
  animation:none !important;
  position:absolute !important;
  left:74% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;
  z-index:2 !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  white-space:nowrap !important;
  text-align:center !important;
  font-family:var(--display) !important;
  font-size:clamp(4.8rem,9.4vw,9.6rem) !important;
  line-height:.92 !important;
  letter-spacing:-.08em !important;
  color:rgba(255,255,255,1) !important;
  text-shadow:0 0 24px rgba(141,29,255,.24),0 0 66px rgba(35,135,255,.14) !important;
  opacity:0 !important;
  filter:blur(14px) !important;
  transform:translate(-50%,-50%) translateY(14px) scale(.985) !important;
  pointer-events:none !important;
}

@media (min-width:1500px){
  .noise .noise-emergent,
  .noise.is-active .noise-emergent,
  .noise.noise-playing .noise-emergent{
    left:75% !important;
    font-size:clamp(5rem,8.5vw,10.2rem) !important;
  }
}
@media (max-width:1240px) and (min-width:901px){
  .noise-shell{
    grid-template-columns:minmax(390px,535px) minmax(220px,1fr) !important;
    column-gap:clamp(22px,3.2vw,48px) !important;
  }
  .noise .copy-block{max-width:535px !important;}
  .noise .noise-emergent,
  .noise.is-active .noise-emergent,
  .noise.noise-playing .noise-emergent{
    left:74.5% !important;
    font-size:clamp(4.2rem,7vw,6.9rem) !important;
  }
}
@media (max-width:900px){
  .noise-shell{
    grid-template-columns:1fr !important;
    min-height:650px !important;
    row-gap:28px !important;
  }
  .noise .copy-block{
    width:100% !important;
    max-width:none !important;
  }
  .noise-field span:nth-child(n+10){display:none !important;}
  .noise .noise-field span{
    font-size:calc(var(--s) * clamp(.95rem,4.9vw,1.55rem)) !important;
  }
  .noise .noise-emergent,
  .noise.is-active .noise-emergent,
  .noise.noise-playing .noise-emergent{
    left:50% !important;
    top:78% !important;
    font-size:clamp(3.8rem,16vw,6.6rem) !important;
  }
}

/* Footer lockup kept from approved smaller direction */
.footer-logo-lockup{
  gap:6px !important;
  align-items:center !important;
}
.footer-logo-lockup > img:first-child{
  width:50px !important;
  height:auto !important;
}
.footer-logo-lockup img.footer-wordmark-img{
  width:170px !important;
  max-width:min(170px, calc(100vw - 104px)) !important;
  height:auto !important;
  object-fit:contain !important;
  transform:translateY(1px) !important;
  margin-left:-4px !important;
}
@media (max-width:900px){
  .footer-logo-lockup > img:first-child{width:45px !important;}
  .footer-logo-lockup img.footer-wordmark-img{
    width:148px !important;
    max-width:148px !important;
    margin-left:-2px !important;
  }
}

/* ===== V20: iPad + Mobile responsive pass ===== */

/* Better tap behavior */
a, button{ -webkit-tap-highlight-color:transparent; }
.menu-toggle{position:relative;z-index:80;cursor:pointer;border-radius:14px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;}
.menu-toggle:hover{background:rgba(255,255,255,.04);box-shadow:0 0 24px rgba(141,29,255,.12)}
.menu-toggle span{transition:transform .28s cubic-bezier(.19,1,.22,1),opacity .2s ease;transform-origin:center;}
.site-header.menu-open .menu-toggle span:first-child{transform:translateY(4.5px) rotate(45deg)}
.site-header.menu-open .menu-toggle span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
body.nav-open{overflow:hidden;}

/* Desktop-tight breakpoint: keep full header from crowding on smaller laptops */
@media (max-width:1280px) and (min-width:1101px){
  .site-header{
    grid-template-columns:220px 1fr 118px !important;
    padding:0 18px !important;
  }
  .brand-wordmark-img{height:20px !important;max-width:168px !important;}
  .brand-mark{width:42px !important;height:42px !important;}
  .nav-links{gap:clamp(14px,1.65vw,25px) !important;font-size:.80rem !important;}
  .social-icons{gap:8px !important;}
  .social-icons a{width:31px !important;height:31px !important;}
}

/* Tablet + iPad */
@media (max-width:1100px){
  :root{--max:900px;}
  .site-header{
    left:18px !important;
    right:18px !important;
    top:14px !important;
    height:62px !important;
    grid-template-columns:auto auto !important;
    justify-content:space-between !important;
    padding:0 18px !important;
    border-radius:20px !important;
    z-index:90 !important;
  }
  .site-header.is-scrolled{height:58px !important;top:10px !important;}
  .brand{position:relative;z-index:82;}
  .brand-mark{width:40px !important;height:40px !important;}
  .brand-wordmark-img{display:block !important;height:19px !important;max-width:156px !important;}
  .menu-toggle{display:block !important;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);}
  .social-icons{display:none !important;}

  .nav-links{
    display:flex !important;
    position:fixed !important;
    left:18px !important;
    right:18px !important;
    top:82px !important;
    height:auto !important;
    max-height:calc(100svh - 104px) !important;
    overflow:auto !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:16px 18px !important;
    border:1px solid rgba(255,255,255,.10) !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,rgba(4,7,14,.96),rgba(4,7,14,.88)) !important;
    backdrop-filter:blur(24px) !important;
    box-shadow:0 24px 90px rgba(0,0,0,.48),0 0 55px rgba(141,29,255,.12) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-12px) scale(.985) !important;
    transition:opacity .28s ease,visibility .28s ease,transform .28s cubic-bezier(.19,1,.22,1) !important;
    z-index:79 !important;
  }
  .site-header.menu-open .nav-links{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) scale(1) !important;
  }
  .nav-links a{
    padding:15px 6px !important;
    border-bottom:1px solid rgba(255,255,255,.065) !important;
    font-size:1.04rem !important;
    letter-spacing:.01em !important;
    color:rgba(230,236,255,.82) !important;
  }
  .nav-links a:last-child{border-bottom:0 !important;}
  .nav-links a:after{display:none !important;}
  .nav-links a.is-current{
    color:#d8b2ff !important;
    font-weight:760 !important;
    transform:none !important;
    text-shadow:0 0 18px rgba(141,29,255,.26) !important;
  }

  .section-shell,.voice-title-lock,.footer-inner{
    width:min(var(--max),calc(100% - 48px)) !important;
  }
  .section-padding{padding:118px 0 !important;}
  .section-scene{min-height:auto !important;padding:105px 0 !important;}
  .grid-two,.voice-grid,.founder-grid,.adam-grid{
    grid-template-columns:1fr !important;
    gap:46px !important;
  }
  .copy-block{max-width:760px !important;}

  .hero{
    min-height:100svh !important;
    padding:112px 0 68px !important;
    align-items:end !important;
  }
  .hero-content{
    width:min(760px,calc(100% - 48px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-bottom:26px !important;
  }
  .hero-portrait-wrap{
    width:100% !important;
    right:0 !important;
    opacity:.45 !important;
  }
  .hero-portrait{object-position:62% center !important;}
  .hero-watermark{opacity:.026 !important;width:88vw !important;height:88vw !important;left:4% !important;top:8% !important;}
  .logo-name-line{gap:18px !important;}
  .hero-wordmark{height:25px !important;max-width:58vw !important;}
  .hero h1{font-size:clamp(4rem,12vw,7.2rem) !important;max-width:10.5ch !important;}
  .hero-subtitle{max-width:660px !important;}

  .noise-shell{
    grid-template-columns:1fr !important;
    min-height:650px !important;
    row-gap:34px !important;
  }
  .noise .copy-block{
    width:100% !important;
    max-width:720px !important;
    justify-self:start !important;
  }
  .noise-emergent{
    left:50% !important;
    top:78% !important;
    font-size:clamp(4.2rem,15vw,8rem) !important;
  }

  .voice-title-lock{min-height:180px !important;margin-bottom:36px !important;}
  .big-voice{font-size:clamp(7rem,22vw,13rem) !important;top:6px !important;}
  .feature-card{min-height:430px !important;}
  .article-stack{gap:16px !important;}
  .signal-preview{grid-template-columns:1fr 1fr !important;}
  .notes-preview{grid-template-columns:1fr 1fr !important;}

  .meaning-map,.origin-board,.dmb-system{min-height:520px !important;}
  .world-map{
    height:auto !important;
    min-height:0 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
    padding:26px !important;
  }
  .world-node,.meaning-center{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:auto !important;
    height:auto !important;
    min-height:58px !important;
    border-radius:18px !important;
    justify-content:flex-start !important;
  }
  .meaning-center{grid-column:1/-1 !important;order:-1 !important;}

  .principles{grid-template-columns:repeat(2,1fr) !important;}
  .footer-inner{
    grid-template-columns:1.2fr 1fr !important;
    gap:42px 34px !important;
  }
}

/* iPad portrait refinement */
@media (max-width:900px){
  :root{--max:760px;}
  .section-shell,.voice-title-lock,.footer-inner{width:min(var(--max),calc(100% - 42px)) !important;}
  .section-padding{padding:104px 0 !important;}
  .section-scene{padding:96px 0 !important;}
  h2,.section-head h2,.connect-shell h2{font-size:clamp(2.45rem,8.2vw,4.8rem) !important;}
  .hero h1{font-size:clamp(3.7rem,14vw,6.4rem) !important;}
  .hero-subtitle{font-size:clamp(1.06rem,2.8vw,1.32rem) !important;}
  .noise-emergent{top:80% !important;}
  .signal-preview,.notes-preview{grid-template-columns:1fr !important;}
  .meaning-map,.origin-board,.dmb-system{min-height:470px !important;}
}

/* Mobile */
@media (max-width:700px){
  :root{--radius:18px;--radiusLg:24px;}
  .cursor-glow{display:none !important;}
  .site-header{
    left:12px !important;
    right:12px !important;
    top:12px !important;
    height:56px !important;
    padding:0 12px !important;
    border-radius:18px !important;
  }
  .site-header.is-scrolled{height:54px !important;top:8px !important;}
  .brand-horizontal{gap:8px !important;}
  .brand-mark{width:36px !important;height:36px !important;}
  .brand-wordmark-img{display:block !important;height:15px !important;max-width:124px !important;}
  .menu-toggle{width:38px !important;height:38px !important;border-radius:13px !important;}
  .menu-toggle span{margin:7px !important;}
  .nav-links{
    left:12px !important;
    right:12px !important;
    top:72px !important;
    max-height:calc(100svh - 88px) !important;
    padding:12px 14px !important;
    border-radius:20px !important;
  }
  .nav-links a{font-size:.98rem !important;padding:13px 4px !important;}

  .section-shell,.hero-content,.voice-title-lock,.footer-inner{
    width:calc(100% - 30px) !important;
  }
  .section-padding{padding:86px 0 !important;}
  .section-scene{padding:82px 0 !important;}

  .home-intro .intro-title{
    font-size:clamp(2.45rem,12vw,4.25rem) !important;
    letter-spacing:-.045em !important;
    padding:0 12px !important;
  }
  .hero{
    min-height:100svh !important;
    padding:96px 0 42px !important;
    align-items:end !important;
  }
  .hero-content{
    padding-bottom:18px !important;
  }
  .hero-portrait-wrap{
    opacity:.34 !important;
    top:12% !important;
    height:70% !important;
  }
  .hero-portrait{object-position:66% center !important;}
  .hero-watermark{opacity:.032 !important;width:110vw !important;height:110vw !important;left:-10% !important;top:18% !important;}
  .logo-name-line{gap:10px !important;margin-bottom:20px !important;}
  .hero-wordmark{height:20px !important;max-width:68vw !important;}
  .arabic-name{font-size:1rem !important;}
  .hero h1{
    font-size:clamp(3.2rem,17vw,5.35rem) !important;
    line-height:.98 !important;
    max-width:10ch !important;
  }
  .hero-subtitle{
    margin:26px 0 26px !important;
    font-size:1.04rem !important;
    line-height:1.42 !important;
  }
  .cta-row{gap:12px !important;}
  .btn{width:100% !important;min-height:54px !important;padding:0 18px !important;border-radius:13px !important;}

  .noise-shell{min-height:590px !important;}
  .noise .copy-block{padding:26px !important;}
  .noise .copy-block h2{
    font-size:clamp(2.85rem,14vw,4.65rem) !important;
    max-width:10ch !important;
  }
  .noise .copy-block p{font-size:.98rem !important;}
  .noise-field span:nth-child(n+8){display:none !important;}
  .noise-emergent{
    left:50% !important;
    top:78% !important;
    font-size:clamp(3.65rem,18vw,6rem) !important;
  }

  .meaning-map,.origin-board,.dmb-system{
    min-height:430px !important;
  }
  .map-center,.board-node.main,.dmb-core{width:118px !important;height:118px !important;font-size:.92rem !important;}
  .map-node,.board-node,.dmb-node,.tool-chip,.note-fragment{font-size:.72rem !important;padding:8px 10px !important;}

  .voice-title-lock{min-height:142px !important;margin-bottom:26px !important;}
  .big-voice{font-size:24vw !important;top:12px !important;}
  .feature-card{min-height:390px !important;padding:24px !important;}
  .compact-card,.signal-card,.note-card,.principle-card{padding:22px !important;border-radius:20px !important;}
  .signal-card{min-height:125px !important;}
  .signal-card p{font-size:1.12rem !important;}

  .world-map{
    grid-template-columns:1fr !important;
    padding:18px !important;
    gap:12px !important;
  }
  .world-node,.meaning-center{min-height:52px !important;font-size:.86rem !important;padding:12px 14px !important;}
  .world-caption{padding:18px !important;margin-top:18px !important;}
  .worlds-btn{width:100% !important;margin-top:20px !important;}

  .principles{grid-template-columns:1fr !important;}
  .arabic-line{font-size:clamp(1.7rem,9vw,2.8rem) !important;}
  .dmb-system{padding-bottom:70px !important;}
  .dmb-path{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;margin:310px 14px 14px !important;font-size:.72rem !important;}

  .footer-inner{
    grid-template-columns:1fr !important;
    gap:34px !important;
    padding:68px 0 42px !important;
  }
  .footer-logo-lockup{gap:6px !important;}
  .footer-logo-lockup > img:first-child{width:44px !important;}
  .footer-logo-lockup img.footer-wordmark-img{width:146px !important;max-width:146px !important;margin-left:-2px !important;}
  .footer-col{gap:10px !important;}
}

/* Very small phones */
@media (max-width:390px){
  .hero h1{font-size:clamp(2.9rem,16vw,4.7rem) !important;}
  .brand-wordmark-img{max-width:108px !important;height:14px !important;}
  .noise .copy-block{padding:22px !important;}
  .noise-emergent{font-size:clamp(3.25rem,17vw,5.25rem) !important;}
  .btn{font-size:.92rem !important;}
}

/* ===== V21: responsive fixes for tablet/mobile maps, menu, footer ===== */

/* Safer mobile/tablet header and menu button */
@media (max-width:1100px){
  html, body{overflow-x:hidden !important;}
  .site-header{
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
    grid-template-columns:minmax(0,1fr) 44px !important;
    justify-content:normal !important;
    column-gap:10px !important;
    padding:0 14px 0 16px !important;
    overflow:visible !important;
  }
  .brand-horizontal{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
  .brand-wordmark-img{
    max-width:min(156px, calc(100vw - 138px)) !important;
    flex:0 1 auto !important;
  }
  .menu-toggle{
    justify-self:end !important;
    align-self:center !important;
    display:grid !important;
    place-items:center !important;
    flex:0 0 auto !important;
    width:42px !important;
    height:42px !important;
    padding:0 !important;
    margin:0 !important;
  }
  .menu-toggle span{
    width:18px !important;
    margin:4px 0 !important;
  }
  .nav-links{
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
  }

  /* Turn all complex maps into clean stacked responsive panels on iPad/tablet */
  .meaning-map,
  .origin-board,
  .dmb-system{
    min-height:0 !important;
    height:auto !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    padding:24px !important;
    overflow:hidden !important;
  }
  .meaning-map:before,.meaning-map:after,
  .origin-board:before,.origin-board:after,
  .dmb-system:before,.dmb-system:after,
  .world-map:before,.world-map:after{
    display:none !important;
  }
  .meaning-map .soft-lines,
  .origin-board .soft-lines,
  .dmb-system .soft-lines,
  .world-lines{
    display:none !important;
  }
  .meaning-map .map-center,
  .origin-board .board-node.main,
  .dmb-core{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    translate:none !important;
    grid-column:1/-1 !important;
    width:100% !important;
    height:auto !important;
    min-height:74px !important;
    border-radius:20px !important;
    display:grid !important;
    place-items:center !important;
    text-align:center !important;
    order:-10 !important;
  }
  .meaning-map .map-node,
  .origin-board .board-node:not(.main),
  .origin-board .tool-chip,
  .origin-board .note-fragment,
  .dmb-system .dmb-node,
  .dmb-system .tool-chip{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    translate:none !important;
    width:100% !important;
    max-width:100% !important;
    min-height:58px !important;
    border-radius:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:normal !important;
    line-height:1.25 !important;
    animation:none !important;
  }
  .origin-board .note-fragment{
    grid-column:span 1 !important;
    opacity:.75 !important;
  }
  .dmb-logo{display:none !important;}
  .dmb-path{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    top:auto !important;
    grid-column:1/-1 !important;
    width:100% !important;
    margin:8px 0 0 !important;
    padding:16px !important;
    line-height:1.45 !important;
    text-align:center !important;
    white-space:normal !important;
  }

  /* Worlds map as ordered responsive chips; Meaning no longer overlays cards */
  .world-map{
    height:auto !important;
    min-height:0 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    padding:24px !important;
    overflow:hidden !important;
  }
  .world-map .world-node,
  .world-map .meaning-center{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    translate:none !important;
    width:100% !important;
    height:auto !important;
    min-height:58px !important;
    border-radius:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:normal !important;
    line-height:1.25 !important;
    z-index:auto !important;
  }
  .world-map .meaning-center{
    grid-column:1/-1 !important;
    order:-10 !important;
    min-height:74px !important;
    font-size:1rem !important;
  }
  .world-map .world-node:hover,
  .world-map .world-node.is-active{
    transform:none !important;
  }
}

@media (max-width:900px){
  .site-header{
    left:14px !important;
    right:14px !important;
    max-width:calc(100vw - 28px) !important;
  }
  .nav-links{
    left:14px !important;
    right:14px !important;
    max-width:calc(100vw - 28px) !important;
  }
  .meaning-map,
  .origin-board,
  .dmb-system,
  .world-map{
    grid-template-columns:1fr !important;
    padding:20px !important;
    gap:11px !important;
  }
  .meaning-map .map-center,
  .origin-board .board-node.main,
  .dmb-core,
  .world-map .meaning-center{
    min-height:68px !important;
  }
}

@media (max-width:700px){
  .site-header{
    left:10px !important;
    right:10px !important;
    top:10px !important;
    max-width:calc(100vw - 20px) !important;
    height:56px !important;
    grid-template-columns:minmax(0,1fr) 40px !important;
    padding:0 10px 0 12px !important;
  }
  .site-header.is-scrolled{
    top:8px !important;
    height:54px !important;
  }
  .brand-mark{width:34px !important;height:34px !important;}
  .brand-wordmark-img{
    height:14px !important;
    max-width:min(112px, calc(100vw - 118px)) !important;
  }
  .menu-toggle{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }
  .menu-toggle span{
    width:17px !important;
    margin:3.8px 0 !important;
  }
  .nav-links{
    left:10px !important;
    right:10px !important;
    top:70px !important;
    max-width:calc(100vw - 20px) !important;
    padding:12px 14px !important;
  }
  .nav-links a{
    text-align:center !important;
    padding:13px 8px !important;
  }

  /* Mobile maps: no overlapping, no text escaping screen */
  .meaning-map,
  .origin-board,
  .dmb-system,
  .world-map{
    width:100% !important;
    min-height:0 !important;
    padding:16px !important;
    gap:10px !important;
    border-radius:22px !important;
  }
  .meaning-map .map-center,
  .origin-board .board-node.main,
  .dmb-core,
  .world-map .meaning-center,
  .meaning-map .map-node,
  .origin-board .board-node:not(.main),
  .origin-board .tool-chip,
  .origin-board .note-fragment,
  .dmb-system .dmb-node,
  .dmb-path,
  .world-map .world-node{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    text-align:center !important;
    justify-content:center !important;
  }
  .meaning-map .map-node,
  .origin-board .board-node:not(.main),
  .origin-board .tool-chip,
  .origin-board .note-fragment,
  .dmb-system .dmb-node,
  .world-map .world-node{
    min-height:50px !important;
    padding:11px 12px !important;
    font-size:.82rem !important;
  }
  .meaning-map .map-center,
  .origin-board .board-node.main,
  .dmb-core,
  .world-map .meaning-center{
    min-height:62px !important;
    font-size:.92rem !important;
  }
  .dmb-path{
    margin:6px 0 0 !important;
    font-size:.76rem !important;
  }
  .dmb-path span{margin:0 5px !important;}
  .world-caption{
    width:100% !important;
    text-align:center !important;
    overflow-wrap:break-word !important;
  }

  /* Footer: centered and wrapped instead of one long left line */
  .site-footer{
    padding:60px 0 40px !important;
  }
  .footer-inner{
    width:calc(100% - 30px) !important;
    grid-template-columns:1fr !important;
    gap:30px !important;
    padding:0 !important;
    text-align:center !important;
  }
  .footer-brand,
  .footer-col{
    align-items:center !important;
    text-align:center !important;
    width:100% !important;
  }
  .footer-logo-lockup{
    justify-content:center !important;
    width:100% !important;
    margin:0 auto !important;
  }
  .footer-brand p,
  .footer-brand small,
  .footer-col a,
  .footer-col h3{
    text-align:center !important;
    max-width:100% !important;
    overflow-wrap:anywhere !important;
  }
  .footer-col a{
    display:block !important;
    line-height:1.45 !important;
  }
}

@media (max-width:390px){
  .site-header{
    left:8px !important;
    right:8px !important;
    max-width:calc(100vw - 16px) !important;
    padding:0 8px 0 10px !important;
  }
  .brand-wordmark-img{max-width:100px !important;height:13px !important;}
  .menu-toggle{width:36px !important;height:36px !important;}
  .nav-links{
    left:8px !important;
    right:8px !important;
    max-width:calc(100vw - 16px) !important;
  }
  .world-map .world-node,
  .meaning-map .map-node,
  .origin-board .board-node:not(.main),
  .origin-board .tool-chip,
  .origin-board .note-fragment,
  .dmb-system .dmb-node{
    font-size:.78rem !important;
  }
}


/* ===== V22: mobile intro + mobile header social links ===== */

/* Make intro title safe and perfectly centered on phones */
@media (max-width:700px){
  .home-intro{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 18px !important;
    text-align:center !important;
  }

  .home-intro .intro-title,
  .intro-title{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 10px !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-size:clamp(2rem, 9.6vw, 3.45rem) !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
    transform:none !important;
  }

  .intro-title:after{
    height:.78em !important;
    margin-left:.08em !important;
  }
}

/* Extra-small phones */
@media (max-width:390px){
  .home-intro .intro-title,
  .intro-title{
    font-size:clamp(1.75rem, 9vw, 3rem) !important;
    letter-spacing:-.04em !important;
  }
}

/* Mobile header: keep menu button inside and show social links beside it */
@media (max-width:1100px){
  .site-header{
    grid-template-columns:auto 1fr auto !important;
    column-gap:10px !important;
  }

  .site-header .brand{
    min-width:0 !important;
  }

  .menu-toggle{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    padding:0 !important;
    margin:0 !important;
    position:relative !important;
    right:auto !important;
    transform:none !important;
  }

  .menu-toggle span{
    width:18px !important;
    margin:4px 0 !important;
  }

  .site-header .social-icons{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:7px !important;
    justify-self:end !important;
    margin-right:8px !important;
  }

  .site-header .social-icons a{
    width:28px !important;
    height:28px !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.035) !important;
  }

  .site-header .social-icons svg{
    width:14px !important;
    height:14px !important;
  }
}

@media (max-width:700px){
  .site-header{
    left:12px !important;
    right:12px !important;
    top:12px !important;
    width:auto !important;
    max-width:calc(100vw - 24px) !important;
    height:58px !important;
    padding:0 10px 0 12px !important;
    border-radius:18px !important;
    grid-template-columns:minmax(0, auto) 1fr auto !important;
    overflow:hidden !important;
  }

  .brand-mark{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
  }

  .brand-wordmark-img{
    display:none !important;
  }

  .site-header .social-icons{
    gap:6px !important;
    margin-right:6px !important;
  }

  .site-header .social-icons a{
    width:26px !important;
    height:26px !important;
  }

  .site-header .social-icons svg{
    width:13px !important;
    height:13px !important;
  }

  .menu-toggle{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
  }

  .menu-toggle span{
    width:17px !important;
    margin:3.5px 0 !important;
  }
}

@media (max-width:390px){
  .site-header{
    left:10px !important;
    right:10px !important;
    max-width:calc(100vw - 20px) !important;
    padding:0 8px 0 10px !important;
    column-gap:6px !important;
  }

  .site-header .social-icons{
    gap:4px !important;
    margin-right:4px !important;
  }

  .site-header .social-icons a{
    width:24px !important;
    height:24px !important;
  }

  .site-header .social-icons svg{
    width:12px !important;
    height:12px !important;
  }

  .menu-toggle{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
  }

  .brand-mark{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
  }
}


/* ===== V23: mobile intro alignment + restored menu open behavior ===== */

/* Intro: slight left correction on phones while staying visually centered */
@media (max-width:700px){
  .home-intro{
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 12px !important;
  }

  .home-intro .intro-title,
  .intro-title{
    width:max-content !important;
    max-width:calc(100vw - 28px) !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-size:clamp(1.9rem, 9.15vw, 3.25rem) !important;
    line-height:1 !important;
    letter-spacing:-.047em !important;
    transform:translateX(-8px) !important;
  }

  .home-intro.is-settling .intro-title{
    animation:introFadeMobileV23 .65s ease forwards !important;
  }

  @keyframes introFadeMobileV23{
    to{
      transform:translateX(-8px) scale(.8);
      opacity:0;
    }
  }

  .intro-title:after{
    height:.76em !important;
    margin-left:.06em !important;
  }
}

@media (max-width:390px){
  .home-intro .intro-title,
  .intro-title{
    font-size:clamp(1.68rem, 8.8vw, 2.85rem) !important;
    transform:translateX(-7px) !important;
  }

  .home-intro.is-settling .intro-title{
    animation:introFadeMobileV23Small .65s ease forwards !important;
  }

  @keyframes introFadeMobileV23Small{
    to{
      transform:translateX(-7px) scale(.8);
      opacity:0;
    }
  }
}

/* Header mobile/tablet: 4 clear slots — logo / space / socials / menu */
@media (max-width:1100px){
  .site-header{
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
    overflow:visible !important;
    grid-template-columns:minmax(0, auto) 1fr auto auto !important;
    justify-content:normal !important;
    align-items:center !important;
    column-gap:8px !important;
    padding:0 12px 0 14px !important;
    z-index:9998 !important;
  }

  .site-header .brand,
  .site-header .brand-horizontal{
    grid-column:1 !important;
    grid-row:1 !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
    z-index:3 !important;
  }

  .site-header .social-icons{
    grid-column:3 !important;
    grid-row:1 !important;
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:7px !important;
    margin:0 !important;
    z-index:3 !important;
  }

  .site-header .social-icons a{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.035) !important;
  }

  .site-header .social-icons svg{
    width:14px !important;
    height:14px !important;
  }

  .menu-toggle{
    grid-column:4 !important;
    grid-row:1 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    justify-self:end !important;
    align-self:center !important;
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    padding:0 !important;
    margin:0 !important;
    position:relative !important;
    right:auto !important;
    transform:none !important;
    z-index:4 !important;
  }

  .menu-toggle span{
    width:18px !important;
    height:1px !important;
    display:block !important;
    margin:3.8px 0 !important;
  }

  .nav-links{
    display:flex !important;
    position:fixed !important;
    left:16px !important;
    right:16px !important;
    top:82px !important;
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
    max-height:calc(100svh - 104px) !important;
    overflow:auto !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:16px 18px !important;
    border:1px solid rgba(255,255,255,.10) !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,rgba(4,7,14,.97),rgba(4,7,14,.90)) !important;
    backdrop-filter:blur(24px) !important;
    box-shadow:0 24px 90px rgba(0,0,0,.52),0 0 55px rgba(141,29,255,.14) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-12px) scale(.985) !important;
    transition:opacity .28s ease, visibility .28s ease, transform .28s cubic-bezier(.19,1,.22,1) !important;
    z-index:9997 !important;
  }

  .site-header.menu-open .nav-links,
  body.nav-open .site-header .nav-links{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) scale(1) !important;
  }
}

@media (max-width:700px){
  .site-header{
    left:10px !important;
    right:10px !important;
    top:10px !important;
    max-width:calc(100vw - 20px) !important;
    height:56px !important;
    grid-template-columns:minmax(0, auto) 1fr auto auto !important;
    column-gap:6px !important;
    padding:0 8px 0 10px !important;
    overflow:visible !important;
  }

  .brand-mark{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
  }

  .brand-wordmark-img{
    display:none !important;
  }

  .site-header .social-icons{
    gap:5px !important;
  }

  .site-header .social-icons a{
    width:25px !important;
    height:25px !important;
    min-width:25px !important;
  }

  .site-header .social-icons svg{
    width:12.5px !important;
    height:12.5px !important;
  }

  .menu-toggle{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
  }

  .menu-toggle span{
    width:17px !important;
    margin:3.5px 0 !important;
  }

  .nav-links{
    left:10px !important;
    right:10px !important;
    top:70px !important;
    max-width:calc(100vw - 20px) !important;
    padding:12px 14px !important;
  }
}

@media (max-width:390px){
  .site-header{
    left:8px !important;
    right:8px !important;
    max-width:calc(100vw - 16px) !important;
    padding:0 7px 0 9px !important;
    column-gap:4px !important;
  }

  .site-header .social-icons{
    gap:4px !important;
  }

  .site-header .social-icons a{
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
  }

  .site-header .social-icons svg{
    width:11.5px !important;
    height:11.5px !important;
  }

  .menu-toggle{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
  }

  .nav-links{
    left:8px !important;
    right:8px !important;
    max-width:calc(100vw - 16px) !important;
  }
}


/* ===== V24 online safety fixes ===== */
/* No-JS / blocked-JS fallback: never leave the site empty online */
body.no-js{
  overflow:auto !important;
}
body.no-js .home-intro{
  display:none !important;
}
body.no-js .hero,
body.no-js .site-header{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}
body.no-js .reveal,
body.no-js .focus-card{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
}
body.no-js .noise-field span{
  opacity:.18 !important;
}
body.no-js .noise-emergent{
  opacity:1 !important;
  filter:none !important;
}

/* After intro finishes, all layout sections must remain available on live hosting */
body.intro-done .section-scene,
body.intro-done .section-padding,
body.intro-done .site-footer{
  display:block !important;
  visibility:visible !important;
}
body.intro-done .reveal.is-visible,
body.intro-done .focus-card.is-visible{
  visibility:visible !important;
}

/* Mobile live correction: intro starts empty and types in place */
@media (max-width:700px){
  .home-intro .intro-title{
    width:max-content !important;
    max-width:calc(100vw - 30px) !important;
    overflow:visible !important;
  }
}
