@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--bg:#f6faf8;--surface:#fff;--surface2:#edf4f0;--text:#10231d;--muted:#5b6d66;--line:#d9e5df;--accent:#10a66b;--accent2:#0b7f54;--orange:#f08b2c;--purple:#7c63d8;--shadow:0 22px 60px rgba(16,35,29,.10);--radius:26px;--header:82px}
:root[data-theme=dark]{--bg:#07110e;--surface:#0d1915;--surface2:#12231d;--text:#eef7f2;--muted:#aabbb3;--line:#284038;--accent:#5ce5a7;--accent2:#42c58b;--orange:#ffad58;--purple:#a694ff;--shadow:0 24px 70px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',system-ui,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.pageProgress{position:fixed;z-index:1000;left:0;top:0;height:3px;width:0;background:var(--accent);box-shadow:0 0 18px rgba(16,166,107,.35)}
.siteHeader{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 75%,transparent)}.navShell{max-width:1240px;margin:auto;height:82px;padding:0 28px;display:flex;align-items:center;gap:24px}.siteBrand{display:flex;align-items:center;gap:14px;min-width:220px}.siteBrand img{width:176px;height:56px;object-fit:contain;object-position:left center}.brandRule{width:1px;height:30px;background:var(--line)}.primaryNav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}.primaryNav a{position:relative;display:flex;align-items:center;gap:8px;padding:11px 13px;border-radius:14px;color:var(--muted);font-size:14px;font-weight:600;transition:.25s ease}.primaryNav a:hover,.primaryNav a:focus-visible,.primaryNav a.active{color:var(--text);background:var(--surface);box-shadow:0 8px 22px rgba(16,35,29,.07)}.navGlyph{width:0;opacity:0;overflow:hidden;display:grid;place-items:center;transition:.25s ease}.primaryNav a:hover .navGlyph,.primaryNav a:focus-visible .navGlyph,.primaryNav a.active .navGlyph{width:18px;opacity:1}.navGlyph svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.navActions{display:flex;align-items:center;gap:9px}.contactButton{display:flex;gap:10px;align-items:center;padding:11px 15px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-size:14px;font-weight:700;transition:.25s}.contactButton:hover{transform:translateY(-2px);border-color:var(--accent)}.themeToggle,.accountButton,.mobileMenuButton{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:var(--surface);display:grid;place-items:center;cursor:pointer;transition:.25s}.themeToggle:hover,.accountButton:hover,.mobileMenuButton:hover{transform:translateY(-2px);border-color:var(--accent)}.themeToggle{position:relative}.toggleSun,.toggleMoon{font-size:18px;line-height:1}.toggleMoon{display:none}.dark .toggleSun{display:none}.dark .toggleMoon{display:block}.accountWrap{position:relative}.accountButton svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.accountPopover{position:absolute;right:0;top:54px;width:290px;padding:10px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}.accountPopover.open{opacity:1;visibility:visible;transform:none}.popoverIntro{padding:12px 12px 14px;border-bottom:1px solid var(--line)}.popoverIntro strong,.popoverIntro span{display:block}.popoverIntro span{font-size:12px;color:var(--muted);margin-top:2px}.accountPopover>a{display:flex;gap:12px;align-items:center;padding:12px;border-radius:14px}.accountPopover>a:hover{background:var(--surface2)}.accountPopover>a>b{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--surface2);color:var(--accent)}.accountPopover small{display:block;color:var(--muted);font-size:11px}.mobileMenuButton{display:none}.mobileNav{display:none}
.container{width:min(1180px,calc(100% - 48px));margin:auto}.hero{min-height:720px;width:min(1240px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.03fr .97fr;gap:40px;align-items:center;padding:76px 0 90px}.heroCopy{position:relative;z-index:2}.eyebrow,.sectionKicker{display:inline-flex;align-items:center;gap:9px;color:var(--accent2);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.pulseDot{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 15%,transparent)}h1,h2,h3{font-family:'Space Grotesk',sans-serif;letter-spacing:-.045em;line-height:1.02;margin:0}.hero h1{font-size:clamp(52px,7.2vw,92px);max-width:800px;margin:22px 0}.hero h1 span,h2 span{color:var(--accent)}.heroLead{font-size:21px;font-weight:700;max-width:650px;margin:0 0 10px}.heroText{max-width:640px;color:var(--muted);font-size:16px}.heroCtas{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn,.ghostBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border-radius:14px;font-weight:800;font-size:14px;transition:.25s}.btn{background:var(--text);color:var(--bg);box-shadow:0 12px 25px rgba(16,35,29,.14)}.btn:hover,.ghostBtn:hover{transform:translateY(-2px)}.ghostBtn{border:1px solid var(--line);background:var(--surface)}.heroTrust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.heroTrust span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:12px;color:var(--muted)}
.heroVisual{min-height:530px;position:relative;display:grid;place-items:center;perspective:1200px}.heroVisual:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 25%,transparent),transparent 66%);filter:blur(10px)}.orbit{position:absolute;border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:50%;transform:rotateX(68deg) rotateZ(12deg)}.orbit.a{width:520px;height:230px}.orbit.b{width:420px;height:180px;transform:rotateX(68deg) rotateZ(-38deg)}.orbit.c{width:340px;height:160px;transform:rotateX(70deg) rotateZ(64deg)}.core3d{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#bfffe0 0%,#43d88f 35%,#087d54 100%);box-shadow:inset -24px -26px 45px rgba(0,0,0,.16),inset 20px 18px 34px rgba(255,255,255,.32),0 30px 70px rgba(16,166,107,.28);transform:translate3d(calc(var(--px,0)*16px),calc(var(--py,0)*16px),0);transition:transform .2s}.core3d img{width:145px;height:145px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.18))}.float3d{position:absolute;padding:10px 13px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(12px);font-size:11px;font-weight:800;letter-spacing:.1em;box-shadow:var(--shadow)}.float3d strong{color:var(--accent);margin-right:6px}.f1{top:16%;left:12%}.f2{top:34%;right:2%}.f3{bottom:19%;right:10%}.f4{bottom:8%;left:17%}
.marquee{border-block:1px solid var(--line);overflow:hidden;background:var(--surface)}.marqueeTrack{display:flex;gap:30px;width:max-content;padding:16px 0;animation:ticker 24s linear infinite}.marqueeItem{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.14em}.marqueeItem i{color:var(--accent);font-style:normal}@keyframes ticker{to{transform:translateX(-50%)}}.brandFamily{padding:82px 0 30px}.sectionHead{width:min(1180px,calc(100% - 48px));margin:auto;display:flex;justify-content:space-between;gap:30px;align-items:end}.sectionHead h2{font-size:clamp(36px,5vw,62px);max-width:700px;margin-top:12px}.sectionHead p{max-width:390px;color:var(--muted);margin:0}.brandFrame{width:min(1180px,calc(100% - 48px));margin:32px auto 0;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.brandViewport{overflow:hidden}.brandTrack{display:flex;gap:18px;padding:18px;will-change:transform}.brandCard{flex:0 0 calc((100% - 54px)/4);min-height:190px;padding:18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,var(--surface),var(--surface2));display:flex;flex-direction:column;justify-content:space-between;transition:.3s;transform:perspective(800px) rotateX(var(--rx,0)) rotateY(var(--ry,0))}.brandCard:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));box-shadow:0 18px 40px rgba(16,35,29,.1)}.brandLogoBox{height:100px;display:grid;place-items:center}.brandLogoBox img{max-width:82%;max-height:84px;object-fit:contain}.brandCardMeta{display:flex;align-items:end;justify-content:space-between;gap:12px}.brandCardMeta strong{font-size:15px}.brandCardMeta small{display:block;color:var(--muted);font-size:10px;letter-spacing:.1em;margin-top:3px}.brandArrow{font-size:20px;color:var(--accent)}
.section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:100px 0}.sectionHead.tight{align-items:start}.cardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.capCard,.platformCard,.infoCard,.faqItem,.founderCard,.missionCard{border:1px solid var(--line);background:var(--surface);border-radius:24px;box-shadow:0 10px 30px rgba(16,35,29,.045)}.capCard{padding:26px;min-height:260px;position:relative;overflow:hidden;transition:.3s;transform:perspective(1000px) rotateX(var(--rx,0)) rotateY(var(--ry,0))}.capCard:hover{transform:perspective(1000px) rotateX(var(--rx,0)) rotateY(var(--ry,0)) translateY(-5px);box-shadow:var(--shadow)}.capTop{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.capIcon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--surface2);color:var(--accent);font-size:21px;margin:35px 0 22px}.capCard h3{font-size:23px}.capCard p{color:var(--muted);font-size:14px}.capLine{position:absolute;left:26px;bottom:0;width:80px;height:3px;background:var(--accent)}
.ecosystemGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:38px}.platformCard{padding:24px;min-height:330px;position:relative;overflow:hidden;transition:.3s;transform:perspective(1100px) rotateX(var(--rx,0)) rotateY(var(--ry,0))}.platformCard:hover{box-shadow:var(--shadow);transform:perspective(1100px) rotateX(var(--rx,0)) rotateY(var(--ry,0)) translateY(-6px)}.platformTop{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em}.platformLogo{height:105px;margin:12px 0;display:flex;align-items:center}.platformLogo img{max-height:90px;max-width:260px;object-fit:contain;object-position:left center}.platformCard h3{font-size:28px}.platformCard p{color:var(--muted);max-width:560px}.platformLink{display:inline-flex;gap:8px;color:var(--accent2);font-weight:800;font-size:13px}.platformCard.green:after,.platformCard.orange:after,.platformCard.purple:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-60px;top:-70px;opacity:.12}.platformCard.green:after{background:var(--accent)}.platformCard.orange:after{background:var(--orange)}.platformCard.purple:after{background:var(--purple)}
.techSection{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.scene{height:520px;position:relative;display:grid;place-items:center;perspective:1300px}.scenePlane{position:absolute;width:90%;height:75%;border:1px solid var(--line);border-radius:35px;transform:rotateX(63deg) rotateZ(-7deg);background:linear-gradient(145deg,color-mix(in srgb,var(--surface2) 70%,transparent),transparent);box-shadow:inset 0 0 60px color-mix(in srgb,var(--accent) 8%,transparent)}.sceneCard{position:absolute;width:245px;height:155px;border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:18px;box-shadow:var(--shadow);transform-style:preserve-3d;transition:.25s}.sceneCard.main{transform:translate3d(calc(var(--px,0)*10px),calc(var(--py,0)*10px),80px) rotateX(6deg) rotateY(-10deg);z-index:3}.sceneCard.back{transform:translate3d(-110px,35px,0) rotateX(9deg) rotateY(22deg);opacity:.85}.sceneCard.side{transform:translate3d(125px,55px,30px) rotateX(5deg) rotateY(-25deg);opacity:.92}.sceneMiniTitle{font-size:11px;font-weight:800;letter-spacing:.12em}.sceneRows{display:grid;gap:8px;margin-top:20px}.sceneRows span{height:7px;border-radius:10px;background:var(--surface2)}.sceneRows span:nth-child(1){width:78%}.sceneRows span:nth-child(2){width:60%}.sceneRows span:nth-child(3){width:88%}.sceneP{position:absolute;z-index:5;width:88px;height:88px;border-radius:25px;background:linear-gradient(145deg,var(--accent),var(--accent2));display:grid;place-items:center;color:#062117;font:700 54px 'Space Grotesk';box-shadow:0 20px 40px rgba(16,166,107,.28);transform:translate3d(calc(var(--px,0)*-15px),calc(var(--py,0)*-15px),130px)}.sceneChip{position:absolute;z-index:6;padding:9px 11px;border:1px solid var(--line);background:var(--surface);border-radius:12px;font-size:10px;font-weight:800;box-shadow:var(--shadow)}.chip1{top:12%;right:8%}.chip2{bottom:17%;left:5%}.chip3{bottom:9%;right:13%}.techCopy h2{font-size:clamp(42px,5vw,68px);margin:13px 0 18px}.techCopy>p{color:var(--muted);max-width:560px}.techList{display:grid;gap:10px;margin-top:28px}.techList div{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.techList b{font-size:11px;color:var(--accent);letter-spacing:.12em}
.aboutPreview{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center}.aboutLogoPanel{border:1px solid var(--line);background:var(--surface);border-radius:28px;min-height:360px;display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}.aboutLogoPanel:after{content:"";position:absolute;width:320px;height:320px;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:50%}.aboutLogoPanel img{width:72%;max-height:150px;object-fit:contain;position:relative;z-index:2}.aboutCopy h2{font-size:clamp(40px,5vw,62px);margin:14px 0 20px}.aboutCopy p{color:var(--muted);max-width:680px}.textLink{color:var(--accent2);font-weight:800}
.faqSection{padding-top:80px}.faqLayout{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;margin-top:38px}.faqIntroCard{border:1px solid var(--line);border-radius:26px;background:var(--surface2);padding:30px;align-self:start;position:sticky;top:105px}.faqOrb{width:76px;height:76px;border-radius:24px;background:var(--text);color:var(--bg);display:grid;place-items:center;font:700 32px 'Space Grotesk';margin-bottom:50px}.faqIntroCard h3{font-size:30px;margin-bottom:10px}.faqIntroCard p{color:var(--muted)}.faqQuestion{width:100%;display:grid;grid-template-columns:52px 1fr 34px;gap:16px;align-items:center;text-align:left;border:0;background:none;padding:22px;cursor:pointer;color:inherit}.faqItem{overflow:hidden;margin-bottom:12px;transition:.25s}.faqItem.open{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));box-shadow:var(--shadow)}.faqNum{color:var(--accent);font-size:11px;font-weight:800}.faqQText{font-size:17px;font-weight:700}.faqPlus{font-size:25px;font-weight:400;transition:.25s}.faqItem.open .faqPlus{transform:rotate(45deg)}.faqAnswer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faqAnswer>div{overflow:hidden}.faqAnswer p{margin:0;padding:0 22px 22px 90px;color:var(--muted)}
.contactPanel{width:min(1180px,calc(100% - 48px));margin:0 auto 90px;border-radius:30px;background:linear-gradient(135deg,var(--surface2),var(--surface));border:1px solid var(--line);padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.contactPanel h2{font-size:clamp(32px,4vw,52px);margin:12px 0}.contactPanel p{color:var(--muted);margin:0}.contactActions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.email{font-size:13px;color:var(--muted)}
.siteFooter{border-top:1px solid var(--line);background:var(--surface);padding-top:60px}.footerMain{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-bottom:55px}.footerLogo img{width:210px;height:70px;object-fit:contain;object-position:left center}.footerIdentity p{color:var(--muted);max-width:410px}.footerLive{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.footerLive i{width:8px;height:8px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 14%,transparent)}.footerLinks{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footerLinks h3{font:700 12px 'DM Sans';letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.footerLinks a{display:block;font-size:13px;margin:10px 0;color:var(--text)}.footerLinks a:hover{color:var(--accent2)}.footerBottom{width:min(1180px,calc(100% - 48px));margin:auto;border-top:1px solid var(--line);padding:18px 0 22px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px}
/* about page */.pageHero{width:min(1180px,calc(100% - 48px));margin:auto;padding:95px 0 55px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.pageHero h1{font-size:clamp(48px,6vw,78px);margin:15px 0}.pageHero p{color:var(--muted);font-size:18px;max-width:700px}.heroMark3d{height:400px;border:1px solid var(--line);border-radius:30px;background:var(--surface);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}.heroMark3d:before,.heroMark3d:after{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:50%;width:320px;height:160px;transform:rotateX(65deg) rotateZ(25deg)}.heroMark3d:after{width:250px;height:130px;transform:rotateX(65deg) rotateZ(-35deg)}.heroMark3d img{width:180px;position:relative;z-index:2}.storyCards,.founderGrid,.missionGrid,.principleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:35px}.infoCard,.founderCard,.missionCard{padding:25px}.infoCard span,.founderRole,.missionLabel{color:var(--accent2);font-size:10px;font-weight:800;letter-spacing:.14em}.infoCard h3,.founderCard h3,.missionCard h3{font-size:24px;margin:18px 0 10px}.infoCard p,.founderCard p,.missionCard p{color:var(--muted);font-size:14px}.founderGrid{grid-template-columns:repeat(2,1fr)}.founderTop{display:flex;align-items:center;gap:14px}.initials{width:64px;height:64px;border-radius:20px;background:var(--surface2);display:grid;place-items:center;color:var(--accent2);font:700 20px 'Space Grotesk'}.founderLine{display:block;width:36px;height:2px;background:var(--accent);margin-top:6px}.founderQuote{border-top:1px solid var(--line);padding-top:15px;margin-top:18px;color:var(--muted);font-size:12px}.journey{margin-top:35px;position:relative}.journey:before{content:"";position:absolute;left:21px;top:10px;bottom:10px;width:1px;background:var(--line)}.journeyItem{display:grid;grid-template-columns:44px 1fr;gap:24px;position:relative;padding:0 0 28px}.journeyItem>span{width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;color:var(--accent);font-size:11px;font-weight:800;z-index:2}.journeyItem small{font-size:10px;letter-spacing:.13em;color:var(--muted)}.journeyItem h3{font-size:24px;margin:4px 0}.journeyItem p{color:var(--muted);margin:0;max-width:700px}.missionGrid{grid-template-columns:repeat(2,1fr)}.missionCard{min-height:280px}.missionIcon{font-size:34px;color:var(--accent);margin:28px 0}.principleGrid{grid-template-columns:repeat(4,1fr)}.principleCard{border:1px solid var(--line);padding:22px;border-radius:20px;background:var(--surface)}.principleIcon{font-size:25px;color:var(--accent)}.principleCard span{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;margin:18px 0 8px}.principleCard p{font-size:13px;color:var(--muted);margin:0}
/* contact/legal */.formPage{width:min(900px,calc(100% - 48px));margin:auto;padding:90px 0}.formPage h1{font-size:clamp(44px,6vw,70px);margin:12px 0}.formPage>p{color:var(--muted);max-width:650px}.formCard{margin-top:35px;border:1px solid var(--line);background:var(--surface);border-radius:26px;padding:30px;box-shadow:var(--shadow)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:13px;padding:12px 13px;outline:none}.field textarea{resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}.legal{max-width:850px}.legal h2{font-size:28px;margin:34px 0 10px}.legal p,.legal li{color:var(--muted)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.isVisible{opacity:1;transform:none}.delay1{transition-delay:.12s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marqueeTrack{animation:none}.reveal{opacity:1;transform:none;transition:none}.brandCard,.capCard,.platformCard{transform:none!important}}
@media(max-width:1050px){.primaryNav{gap:0}.primaryNav a{padding:10px 9px}.contactButton span:first-child{display:none}.siteBrand{min-width:190px}.brandCard{flex-basis:calc((100% - 36px)/3)}.techSection,.aboutPreview,.pageHero{grid-template-columns:1fr}.hero{grid-template-columns:1fr;min-height:auto}.heroVisual{min-height:480px}.hero h1{max-width:760px}.cardGrid{grid-template-columns:repeat(2,1fr)}.principleGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){:root{--header:70px}.navShell{height:70px;padding:0 18px}.siteBrand img{width:145px;height:48px}.brandRule,.primaryNav,.contactButton{display:none}.navActions{margin-left:auto}.mobileMenuButton{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}.mobileMenuButton span{width:17px;height:2px;background:currentColor;border-radius:3px}.mobileNav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-height:0;overflow:hidden;padding:0 18px;transition:max-height .3s,padding .3s;border-top:1px solid transparent}.mobileNav.open{max-height:360px;padding:12px 18px 18px;border-color:var(--line)}.mobileNav a{display:flex;gap:10px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-size:13px;font-weight:700}.mobileNav a span{color:var(--accent)}.accountPopover{right:-50px}.hero,.section,.sectionHead,.brandFrame,.contactPanel,.footerMain,.footerBottom,.pageHero,.formPage{width:min(100% - 32px,680px)}.hero{padding:55px 0 65px}.hero h1{font-size:clamp(44px,14vw,65px)}.heroLead{font-size:18px}.heroVisual{min-height:400px}.core3d{width:180px;height:180px}.core3d img{width:120px;height:120px}.orbit.a{width:400px}.orbit.b{width:320px}.orbit.c{width:260px}.float3d{font-size:9px}.f1{left:0}.f2{right:0}.brandFamily{padding-top:55px}.section{padding:70px 0}.sectionHead{display:block}.sectionHead p{margin-top:18px}.brandCard{flex-basis:100%;min-height:170px}.brandTrack{gap:12px;padding:12px}.cardGrid,.ecosystemGrid,.storyCards,.missionGrid,.founderGrid{grid-template-columns:1fr}.cardGrid{gap:12px}.capCard{min-height:230px}.scene{height:420px}.sceneCard{width:200px;height:135px}.sceneCard.back{transform:translate3d(-80px,35px,0) rotateX(9deg) rotateY(22deg)}.sceneCard.side{transform:translate3d(80px,55px,30px) rotateX(5deg) rotateY(-25deg)}.sceneP{width:72px;height:72px;font-size:42px}.faqLayout{grid-template-columns:1fr}.faqIntroCard{position:relative;top:auto}.faqQuestion{grid-template-columns:38px 1fr 28px;padding:18px}.faqAnswer p{padding:0 18px 18px 74px}.contactPanel{display:block;padding:28px;margin-bottom:50px}.contactActions{margin-top:22px}.footerMain{grid-template-columns:1fr;gap:40px;padding-bottom:35px}.footerLinks{grid-template-columns:repeat(2,1fr)}.footerBottom{display:block}.footerBottom span{display:block;margin-top:6px}.pageHero{padding:60px 0 30px}.heroMark3d{height:330px}.principleGrid{grid-template-columns:1fr}.formGrid{grid-template-columns:1fr}}
.faqItem.open .faqAnswer{grid-template-rows:1fr}.themeToggle .toggleMoon{display:none}.themeToggle .toggleSun{display:block}:root[data-theme=dark] .themeToggle .toggleSun{display:none}:root[data-theme=dark] .themeToggle .toggleMoon{display:block}
/* Footer policy column */
.footerLinks{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
@media(max-width:980px){.footerMain{grid-template-columns:1fr}.footerLinks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.footerLinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.footerLinks a{font-size:12px;margin:9px 0}}


/* ================================================================
   V9 DESIGN SYSTEM — deeper 3D, stronger typography, refined logos
   ================================================================ */
:root{
  --bg:#f4f8f6; --surface:#ffffff; --surface2:#e8f1ed;
  --text:#10241d; --muted:#435850; --line:#cbdad3;
  --accent:#0aa96b; --accent2:#087c50;
  --shadow:0 24px 70px rgba(12,39,29,.13);
}
:root[data-theme=dark]{
  --bg:#06100d; --surface:#0c1915; --surface2:#10251d;
  --text:#f1faf6; --muted:#c1d0ca; --line:#2d463c;
  --accent:#5ce5a7; --accent2:#55d99e;
  --shadow:0 28px 85px rgba(0,0,0,.42);
}
html{background:var(--bg)}
body{font-size:17px;line-height:1.72;background:
  radial-gradient(circle at 8% 8%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 24%),
  radial-gradient(circle at 92% 28%,color-mix(in srgb,var(--purple) 5%,transparent),transparent 24%),
  var(--bg)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.32;background-image:linear-gradient(color-mix(in srgb,var(--line) 28%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 28%,transparent) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 72%);z-index:-1}
.siteHeader{box-shadow:0 12px 40px rgba(0,0,0,.04)}
.siteBrand img{width:188px;height:58px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.10))}
.primaryNav a{font-size:15px}
.contactButton,.themeToggle,.accountButton{font-size:15px}
.eyebrow,.sectionKicker{font-size:12px;letter-spacing:.14em}
.hero{position:relative;isolation:isolate;padding-top:92px}
.hero:before{content:"";position:absolute;inset:42px -80px 40px;border:1px solid color-mix(in srgb,var(--line) 60%,transparent);border-radius:44px;transform:perspective(1400px) rotateX(1.5deg);background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 38%,transparent),transparent 55%);box-shadow:inset 0 0 80px color-mix(in srgb,var(--accent) 3%,transparent);z-index:-1}
.hero h1{font-size:clamp(56px,7vw,96px);text-wrap:balance}
.heroLead{font-size:23px;line-height:1.4}
.heroText{font-size:18px;line-height:1.75;color:var(--muted)}
.heroTrust span{font-size:13px}
.btn,.ghostBtn{font-size:15px;padding:14px 20px}
.heroVisual{transform-style:preserve-3d}
.heroVisual:after{content:"";position:absolute;width:390px;height:130px;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,transparent);filter:blur(30px);bottom:7%;transform:rotateX(72deg);z-index:-1}
.core3d{transform-style:preserve-3d;animation:floatCore 6s ease-in-out infinite;position:relative}
.core3d:before{content:"";position:absolute;inset:-16px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 38%,transparent);box-shadow:0 0 40px color-mix(in srgb,var(--accent) 12%,transparent);transform:translateZ(-15px)}
.core3d img{transform:translateZ(26px)}
.float3d{font-size:12px;letter-spacing:.08em;transform-style:preserve-3d;animation:floatChip 5s ease-in-out infinite}
.f2{animation-delay:-1.1s}.f3{animation-delay:-2.2s}.f4{animation-delay:-3.1s}
@keyframes floatCore{0%,100%{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-12px) rotateX(2deg) rotateY(-3deg)}}
@keyframes floatChip{0%,100%{margin-top:0}50%{margin-top:-8px}}
.marqueeItem{font-size:13px}
.section,.brandFamily{position:relative;isolation:isolate}
.section:before,.brandFamily:before{content:"";position:absolute;left:50%;top:20%;width:86%;height:58%;transform:translateX(-50%) perspective(1200px) rotateX(64deg);border:1px solid color-mix(in srgb,var(--line) 32%,transparent);border-radius:40px;pointer-events:none;z-index:-1;opacity:.48}
.sectionHead h2{font-size:clamp(40px,5vw,66px);text-wrap:balance}
.sectionHead p{font-size:17px;line-height:1.7;color:var(--muted)}
.brandFrame{border-radius:30px;transform-style:preserve-3d;box-shadow:0 28px 70px rgba(10,45,31,.11)}
.brandTrack{perspective:1400px}
.brandCard{min-height:235px;padding:20px;border-radius:24px;transform-style:preserve-3d;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 14px 30px rgba(10,45,31,.06)}
.brandCard:before{content:"";position:absolute;inset:10px;border-radius:18px;border:1px solid color-mix(in srgb,var(--line) 55%,transparent);transform:translateZ(-1px);pointer-events:none}
.brandLogoBox{height:128px;border-radius:20px;background:linear-gradient(145deg,var(--surface),var(--surface2));border:1px solid color-mix(in srgb,var(--line) 72%,transparent);box-shadow:inset 0 2px 0 rgba(255,255,255,.65),inset 0 -18px 35px rgba(0,0,0,.04),0 12px 22px rgba(0,0,0,.06);transform:translateZ(22px);overflow:hidden}
.brandLogoBox img{max-width:84%;max-height:92px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.13))}
.brandCardMeta{transform:translateZ(30px)}
.brandCardMeta strong{font-size:17px}.brandCardMeta small{font-size:12px;color:var(--muted)}
.brandArrow{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:var(--surface2)}
.ecosystemGrid,.cardGrid,.storyCards,.founderGrid,.missionGrid,.principleGrid{perspective:1600px}
.platformCard,.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.formCard{transform-style:preserve-3d;position:relative;overflow:hidden;box-shadow:0 14px 36px rgba(10,45,31,.075),inset 0 1px 0 rgba(255,255,255,.45)}
.platformCard:before,.capCard:before,.infoCard:before,.founderCard:before,.missionCard:before,.principleCard:before,.faqItem:before,.formCard:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 36%);pointer-events:none}
.platformCard:after{width:210px;height:210px;filter:blur(.2px);box-shadow:inset -18px -18px 30px rgba(0,0,0,.08)}
.platformTop{font-size:12px;position:relative;z-index:2}.platformLogo{height:125px;margin:12px 0;position:relative;z-index:2;transform:translateZ(24px)}
.platformLogo:before{content:"";position:absolute;left:0;right:40%;height:92px;border-radius:22px;background:linear-gradient(145deg,var(--surface2),var(--surface));border:1px solid var(--line);box-shadow:inset 0 2px 0 rgba(255,255,255,.65),0 12px 25px rgba(0,0,0,.06);z-index:-1}
.platformLogo img{max-height:88px;max-width:300px;padding:7px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.12))}
.platformCard h3{font-size:31px;transform:translateZ(18px);position:relative}.platformCard p{font-size:16px;line-height:1.7;position:relative;z-index:2}.platformLink{font-size:15px;position:relative;z-index:2;transform:translateZ(20px)}
.capCard{min-height:285px;padding:28px}.capTop{font-size:13px}.capIcon{width:58px;height:58px;border-radius:18px;font-size:25px;margin:32px 0 22px;background:linear-gradient(145deg,var(--surface2),var(--surface));border:1px solid var(--line);box-shadow:inset 0 2px 0 rgba(255,255,255,.7),0 12px 24px rgba(0,0,0,.07);transform:translateZ(30px);position:relative}
.capIcon:after{content:"";position:absolute;inset:6px;border-radius:13px;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent)}
.capCard h3{font-size:25px;transform:translateZ(18px)}.capCard p{font-size:16px;line-height:1.7;color:var(--muted);transform:translateZ(14px)}
.scene{transform-style:preserve-3d}.scenePlane{box-shadow:inset 0 0 80px color-mix(in srgb,var(--accent) 9%,transparent),0 25px 50px rgba(0,0,0,.08)}
.sceneCard{transform-style:preserve-3d}.sceneCard:after{content:"";position:absolute;left:18px;right:18px;bottom:-15px;height:16px;border-radius:50%;background:rgba(0,0,0,.12);filter:blur(10px);transform:translateZ(-30px)}
.sceneP{border:1px solid rgba(255,255,255,.35);animation:floatCore 5.5s ease-in-out infinite}
.techCopy h2{font-size:clamp(44px,5vw,70px)}.techCopy>p{font-size:18px;line-height:1.75;color:var(--muted)}.techList div{padding:16px 0}.techList span{font-size:16px}
.aboutPreview{perspective:1400px}.aboutLogoPanel{transform-style:preserve-3d;box-shadow:0 28px 65px rgba(10,45,31,.11)}
.aboutLogoPanel:before{content:"";position:absolute;width:70%;height:42%;bottom:8%;border-radius:50%;background:color-mix(in srgb,var(--accent) 11%,transparent);filter:blur(20px);transform:rotateX(72deg) translateZ(-30px)}
.aboutLogoPanel img{width:78%;filter:drop-shadow(0 16px 16px rgba(0,0,0,.13));transform:translateZ(38px)}
.aboutCopy{min-width:0}.aboutCopy h2{font-size:clamp(40px,4.8vw,64px);text-wrap:balance}.aboutCopy p{font-size:17px;line-height:1.78}
.faqIntroCard{box-shadow:0 22px 50px rgba(10,45,31,.08);transform-style:preserve-3d}.faqOrb{box-shadow:0 20px 35px rgba(0,0,0,.18);transform:translateZ(28px)}.faqQText{font-size:18px}.faqAnswer p{font-size:16px;line-height:1.75;color:var(--muted)}
.contactPanel{position:relative;overflow:hidden;transform-style:preserve-3d}.contactPanel:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-120px;top:-160px;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);transform:rotateX(65deg);box-shadow:0 0 50px color-mix(in srgb,var(--accent) 10%,transparent)}
.footerIdentity p{font-size:16px;line-height:1.75}.footerLogo img{width:225px;height:76px;filter:drop-shadow(0 7px 12px rgba(0,0,0,.12))}.footerLinks h3{font-size:13px}.footerLinks a{font-size:15px;margin:11px 0}.footerBottom{font-size:13px}
.pageHero{position:relative;perspective:1400px}.pageHero>div:first-child{min-width:0}.pageHero h1{font-size:clamp(50px,6vw,80px);text-wrap:balance}.pageHero p{font-size:19px;line-height:1.75}.heroMark3d{transform-style:preserve-3d}.heroMark3d img{transform:translateZ(34px);filter:drop-shadow(0 16px 15px rgba(0,0,0,.14))}
.storyCards,.founderGrid,.missionGrid,.principleGrid{gap:20px}.infoCard,.founderCard,.missionCard{padding:28px}.infoCard h3,.founderCard h3,.missionCard h3{font-size:26px}.infoCard p,.founderCard p,.missionCard p{font-size:16px;line-height:1.75}.initials{box-shadow:inset 0 2px 0 rgba(255,255,255,.65),0 12px 25px rgba(0,0,0,.08);transform:translateZ(24px)}.journeyItem p{font-size:16px;line-height:1.75;color:var(--muted)}.principleCard{padding:25px}.principleCard p{font-size:15px;line-height:1.7}.missionCard{min-height:300px}.missionIcon{font-size:38px;transform:translateZ(25px)}
.formPage{position:relative}.formPage>p{font-size:18px;line-height:1.75}.formCard{padding:34px}.field label{font-size:14px}.field input,.field textarea,.field select{font-size:16px;padding:14px 15px}.legal p,.legal li{font-size:17px;line-height:1.8;color:var(--muted)}.legal h2{font-size:30px;margin-top:40px}
.cardNum{display:inline-flex;width:42px;height:42px;border-radius:13px;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--surface2),var(--surface));border:1px solid var(--line);color:var(--accent);font-weight:800;box-shadow:0 10px 20px rgba(0,0,0,.07);transform:translateZ(28px)}
.reveal{transform:translateY(28px) translateZ(-10px)}.reveal.isVisible{transform:none}
@media(max-width:1050px){.hero:before{inset:25px -20px 25px}.brandCard{flex-basis:calc((100% - 36px)/3)}.footerLinks{grid-template-columns:repeat(2,1fr)}.aboutPreview{gap:40px}}
@media(max-width:760px){body{font-size:16px}.siteBrand img{width:152px;height:50px}.hero{padding-top:60px}.hero:before{inset:20px -10px 20px}.hero h1{font-size:clamp(46px,13vw,68px)}.heroLead{font-size:19px}.heroText{font-size:17px}.sectionHead p,.pageHero p,.formPage>p{font-size:16px}.section:before,.brandFamily:before{width:95%;height:45%}.brandCard{flex-basis:100%}.brandLogoBox{height:118px}.platformLogo:before{right:18%;height:88px}.platformCard p,.capCard p,.aboutCopy p{font-size:16px}.faqQText{font-size:16px}.faqAnswer p,.legal p,.legal li{font-size:16px}.footerLinks a{font-size:14px}.footerBottom{font-size:12px}.pageHero h1{font-size:clamp(46px,12vw,68px)}}
@media(prefers-reduced-motion:reduce){.core3d,.sceneP,.float3d{animation:none}.section:before,.brandFamily:before{transform:none}}

/* V10 BEASTMODE / BERSERK 3D SYSTEM */
:root{--muted:#40534c;--mutedStrong:#31463e;--softText:#52665e;--depth:0 24px 70px rgba(12,48,34,.12)}
:root[data-theme=dark]{--muted:#c0d0c9;--mutedStrong:#d7e4de;--softText:#b4c7bf;--depth:0 28px 80px rgba(0,0,0,.42)}
body{font-size:17px;background-image:radial-gradient(circle at 12% 12%,color-mix(in srgb,var(--accent) 5%,transparent),transparent 24%),radial-gradient(circle at 88% 42%,color-mix(in srgb,var(--purple) 4%,transparent),transparent 22%)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;opacity:.16;background-image:linear-gradient(color-mix(in srgb,var(--line) 55%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 55%,transparent) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent,black 8%,black 92%,transparent)}
.siteHeader{box-shadow:0 10px 35px rgba(8,32,24,.08)}
.siteBrand img{filter:drop-shadow(0 10px 16px rgba(16,35,29,.13));transform:translateZ(18px)}
.primaryNav a{font-size:15px;min-height:44px}
.contactButton,.themeToggle,.accountButton{box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 10px 24px rgba(10,45,31,.08);transform-style:preserve-3d}
.contactButton:hover,.themeToggle:hover,.accountButton:hover{transform:translateY(-3px) rotateX(2deg)}
.hero{position:relative;transform-style:preserve-3d}
.hero:before{content:"";position:absolute;inset:34px -30px 40px;border:1px solid color-mix(in srgb,var(--line) 50%,transparent);border-radius:42px;transform:perspective(1500px) rotateX(2deg) translateZ(-20px);background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 30%,transparent),transparent 48%);box-shadow:var(--depth);pointer-events:none;z-index:-1}
.heroCopy{transform:translateZ(34px)}
.hero h1{text-shadow:0 14px 34px color-mix(in srgb,var(--text) 9%,transparent)}
.heroText,.sectionHead p,.aboutCopy p,.techCopy>p,.contactPanel p,.faqIntroCard p,.footerIdentity p,.legal p,.legal li{color:var(--muted)}
.heroText{font-size:18px;line-height:1.8}
.heroLead{font-size:23px;color:var(--text)}
.heroTrust span{font-size:13px;color:var(--mutedStrong);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 8px 18px rgba(10,45,31,.07);transform:translateZ(20px)}
.heroVisual{transform-style:preserve-3d}
.heroVisual .orbit{box-shadow:0 0 24px color-mix(in srgb,var(--accent) 9%,transparent)}
.core3d{border:1px solid rgba(255,255,255,.42);transform-style:preserve-3d}
.core3d img{width:152px;height:152px}
.float3d{font-size:13px;color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 18px 34px rgba(10,45,31,.12)}
.marquee{box-shadow:0 18px 42px rgba(10,45,31,.05)}
.marqueeItem{font-size:14px;color:var(--mutedStrong)}
.section,.brandFamily{transform-style:preserve-3d}
.section:before,.brandFamily:before{opacity:.7;box-shadow:0 24px 70px color-mix(in srgb,var(--accent) 4%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 20%,transparent),transparent 60%)}
.sectionHead h2{line-height:1.04}
.sectionHead p{font-size:18px;line-height:1.78}
.brandFrame{position:relative;transform-style:preserve-3d;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:0 30px 80px rgba(10,45,31,.12),inset 0 1px 0 rgba(255,255,255,.6)}
.brandFrame:before{content:"";position:absolute;inset:12px;border:1px solid color-mix(in srgb,var(--accent) 16%,var(--line));border-radius:22px;pointer-events:none;transform:translateZ(-2px)}
.brandTrack{padding:24px;gap:20px}
.brandCard{min-height:250px;padding:22px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 20px 40px rgba(10,45,31,.09);position:relative;overflow:hidden}
.brandCard:after{content:"";position:absolute;width:150px;height:150px;right:-60px;top:-60px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);box-shadow:0 0 45px color-mix(in srgb,var(--accent) 12%,transparent)}
.brandLogoBox{height:140px;border-radius:22px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:inset 0 2px 0 rgba(255,255,255,.7),inset 0 -20px 45px rgba(10,45,31,.06),0 16px 30px rgba(10,45,31,.08)}
.brandLogoBox img{max-width:86%;max-height:104px;filter:drop-shadow(0 12px 13px rgba(0,0,0,.15))}
.brandWordmark,.platformWordmark{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;height:100%}
.brandWordmark img,.platformWordmark img{width:82px!important;height:82px!important;max-width:none!important;max-height:none!important;object-fit:contain;border-radius:22px;filter:drop-shadow(0 12px 14px rgba(0,0,0,.16))}
.brandWordmark strong,.platformWordmark strong{font:700 clamp(24px,2.4vw,34px) 'Space Grotesk';letter-spacing:-.055em;color:var(--text);text-shadow:0 5px 15px rgba(10,45,31,.08)}
.brandCardMeta strong{font-size:18px}.brandCardMeta small{font-size:12px;color:var(--mutedStrong);letter-spacing:.09em}
.brandArrow{box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 10px 20px rgba(10,45,31,.08)}
.ecosystemGrid,.cardGrid,.storyCards,.founderGrid,.missionGrid,.principleGrid{transform-style:preserve-3d}
.platformCard,.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.formCard{transition:transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s,border-color .28s;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 18px 42px rgba(10,45,31,.085);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 45%,var(--surface)))}
.platformCard:after,.capCard:after,.infoCard:after,.founderCard:after,.missionCard:after,.principleCard:after,.faqItem:after,.formCard:after{content:"";position:absolute;right:-55px;bottom:-65px;width:170px;height:170px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 17%,transparent);box-shadow:0 0 50px color-mix(in srgb,var(--accent) 8%,transparent);pointer-events:none;transform:translateZ(-4px)}
.platformCard:hover,.capCard:hover,.infoCard:hover,.founderCard:hover,.missionCard:hover,.principleCard:hover,.faqItem:hover,.formCard:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 30px 65px rgba(10,45,31,.15);border-color:color-mix(in srgb,var(--accent) 38%,var(--line))}
.platformTop,.capTop,.missionLabel,.founderRole,.principleCard>span{font-size:13px;color:var(--mutedStrong);font-weight:800;letter-spacing:.08em}
.platformLogo{height:145px;margin:18px 0;display:grid;place-items:center;position:relative}
.platformLogo:before{left:4%;right:4%;height:112px;border-radius:25px;background:linear-gradient(145deg,var(--surface2),var(--surface));box-shadow:inset 0 2px 0 rgba(255,255,255,.7),0 16px 30px rgba(10,45,31,.08)}
.platformLogo img{max-height:104px;max-width:88%;filter:drop-shadow(0 12px 13px rgba(0,0,0,.15));position:relative;z-index:1}
.platformWordmark img{width:76px!important;height:76px!important}
.platformWordmark strong{font-size:30px}
.platformCard h3{font-size:32px}.platformCard p{font-size:17px;line-height:1.78;color:var(--muted)}.platformLink{font-size:16px;font-weight:800;color:var(--accent2)}
.capCard{min-height:300px}.capIcon{width:64px;height:64px;border-radius:20px;font-size:28px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:inset 0 2px 0 rgba(255,255,255,.75),0 16px 30px rgba(10,45,31,.1)}.capCard h3{font-size:27px}.capCard p{font-size:17px;line-height:1.78;color:var(--muted)}
.techSection{position:relative}.scene{transform-style:preserve-3d;filter:drop-shadow(0 24px 40px rgba(10,45,31,.08))}.scenePlane{background:linear-gradient(145deg,color-mix(in srgb,var(--surface2) 78%,transparent),transparent);box-shadow:inset 0 0 90px color-mix(in srgb,var(--accent) 10%,transparent),0 28px 55px rgba(10,45,31,.1)}.sceneCard{box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 24px 45px rgba(10,45,31,.13)}.sceneP{width:104px;height:104px;border-radius:30px;font-size:62px;box-shadow:0 25px 55px rgba(16,166,107,.3),inset 0 2px 0 rgba(255,255,255,.45)}.sceneChip{font-size:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 14px 28px rgba(10,45,31,.1)}
.techCopy>p{font-size:19px;line-height:1.82}.techList div{padding:18px 0}.techList span{font-size:18px;color:var(--text)}
.aboutPreview{position:relative}.aboutLogoPanel{box-shadow:0 30px 70px rgba(10,45,31,.14),inset 0 1px 0 rgba(255,255,255,.65);transform:perspective(1300px) rotateY(var(--ry,0deg)) rotateX(var(--rx,0deg));transition:transform .28s}.aboutLogoPanel img{width:80%;max-height:180px}.aboutCopy p{font-size:18px;line-height:1.82}.textLink{font-size:16px}
.faqIntroCard{box-shadow:0 28px 58px rgba(10,45,31,.12),inset 0 1px 0 rgba(255,255,255,.55)}.faqIntroCard p{font-size:17px;line-height:1.8}.faqQuestion{padding:25px}.faqQText{font-size:19px}.faqAnswer p{font-size:17px;line-height:1.8;color:var(--muted)}
.contactPanel{box-shadow:0 30px 80px rgba(10,45,31,.14),inset 0 1px 0 rgba(255,255,255,.7);background:linear-gradient(135deg,var(--surface2),var(--surface));padding:48px}.contactPanel h2{font-size:clamp(36px,4.4vw,58px)}.contactPanel p{font-size:18px}.email{font-size:15px;color:var(--mutedStrong)}
.siteFooter{position:relative;overflow:hidden;box-shadow:0 -18px 55px rgba(10,45,31,.06)}.siteFooter:before{content:"";position:absolute;left:10%;right:10%;top:-100px;height:180px;border:1px solid color-mix(in srgb,var(--accent) 14%,var(--line));border-radius:50%;transform:rotateX(70deg);pointer-events:none}.footerIdentity,.footerLinks{position:relative;z-index:1}.footerLogo img{width:240px;height:82px}.footerIdentity p{font-size:17px;line-height:1.82}.footerLinks h3{font-size:14px;color:var(--mutedStrong)}.footerLinks a{font-size:16px;margin:12px 0;color:var(--text)}.footerLinks a:hover{transform:translateX(4px);color:var(--accent2)}.footerBottom{font-size:14px}
.pageHero{width:min(1180px,calc(100% - 48px));margin:auto;min-height:500px;padding:95px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;position:relative}.pageHero:before{content:"";position:absolute;inset:48px -20px;border:1px solid color-mix(in srgb,var(--line) 55%,transparent);border-radius:42px;transform:perspective(1500px) rotateX(2deg) translateZ(-20px);box-shadow:var(--depth);pointer-events:none;z-index:-1}.pageHero h1{margin:15px 0 22px}.pageHero p{font-size:20px;line-height:1.82;color:var(--muted);max-width:760px}.heroMark3d{min-height:330px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,var(--surface),var(--surface2));display:grid;place-items:center;box-shadow:0 30px 70px rgba(10,45,31,.14),inset 0 1px 0 rgba(255,255,255,.65);position:relative}.heroMark3d:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);transform:rotateX(70deg);box-shadow:0 0 55px color-mix(in srgb,var(--accent) 11%,transparent)}.heroMark3d img{width:210px;height:210px;object-fit:contain;z-index:2;filter:drop-shadow(0 18px 18px rgba(0,0,0,.16))}
.infoCard,.founderCard,.missionCard{padding:32px}.infoCard h3,.founderCard h3,.missionCard h3{font-size:28px}.infoCard p,.founderCard p,.missionCard p{font-size:17px;line-height:1.8;color:var(--muted)}.initials{width:74px;height:74px;border-radius:22px;font-size:24px;background:linear-gradient(145deg,var(--accent),var(--accent2));color:#062117;display:grid;place-items:center;font-weight:800}.founderQuote{font-size:14px;color:var(--mutedStrong);line-height:1.65}.journeyItem p{font-size:17px;line-height:1.8;color:var(--muted)}.principleCard{padding:28px}.principleCard p{font-size:17px;line-height:1.8;color:var(--muted)}.missionCard{min-height:320px}.missionIcon{font-size:42px}.formPage{width:min(980px,calc(100% - 48px));margin:auto;padding:95px 0;position:relative}.formPage h1{font-size:clamp(50px,6vw,82px);margin:15px 0 20px}.formPage>p{font-size:19px;line-height:1.82;color:var(--muted)}.formCard{padding:38px;border-radius:30px;margin-top:34px}.field label{font-size:15px;color:var(--mutedStrong);font-weight:700}.field input,.field textarea,.field select{font-size:17px;padding:15px 16px;border-radius:15px;background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:inset 0 2px 8px rgba(10,45,31,.04)}.legal p,.legal li{font-size:18px;line-height:1.85;color:var(--muted)}.legal h2{font-size:32px;margin-top:44px;color:var(--text)}
.cardNum{width:48px;height:48px;border-radius:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 14px 25px rgba(10,45,31,.1)}
/* Fix reveal + tilt so 3D is actually visible on desktop */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1)}.reveal.isVisible{opacity:1;transform:translateY(0)}
.reveal[data-tilt].isVisible{transform:perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0)}
.reveal[data-tilt].isVisible:hover{transform:perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-6px) translateZ(8px)}
[data-tilt]{will-change:transform}
@media(max-width:1050px){.pageHero{grid-template-columns:1fr}.heroMark3d{min-height:300px}.footerLinks{grid-template-columns:repeat(2,minmax(0,1fr))}.brandCard{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:760px){body{font-size:16px}.hero{grid-template-columns:1fr;padding:70px 0}.hero:before,.pageHero:before{inset:20px -8px}.hero h1{font-size:clamp(48px,13vw,72px)}.heroLead{font-size:20px}.heroText{font-size:17px}.heroVisual{min-height:430px}.core3d{width:190px;height:190px}.core3d img{width:128px;height:128px}.orbit.a{width:370px;height:180px}.orbit.b{width:310px;height:150px}.orbit.c{width:250px;height:120px}.float3d{font-size:11px}.section,.brandFamily{padding-top:76px;padding-bottom:76px}.sectionHead{display:block}.sectionHead p{font-size:17px;margin-top:18px}.brandCard{flex-basis:100%;min-height:235px}.brandLogoBox{height:128px}.brandWordmark img{width:68px!important;height:68px!important}.brandWordmark strong{font-size:26px}.cardGrid{grid-template-columns:1fr}.platformCard h3{font-size:28px}.platformCard p,.capCard p,.aboutCopy p,.infoCard p,.founderCard p,.missionCard p,.principleCard p,.journeyItem p{font-size:16.5px}.techSection{grid-template-columns:1fr;gap:30px}.scene{height:430px}.sceneCard{width:210px;height:140px}.sceneP{width:84px;height:84px;font-size:50px}.faqLayout{grid-template-columns:1fr}.faqIntroCard{position:relative;top:auto}.faqQText{font-size:17px}.faqAnswer p{font-size:16.5px}.contactPanel{padding:34px;display:block}.contactActions{margin-top:24px}.pageHero{padding:70px 0}.pageHero h1{font-size:clamp(48px,12vw,70px)}.pageHero p{font-size:17px}.heroMark3d{min-height:270px}.heroMark3d img{width:170px;height:170px}.formPage{padding:70px 0}.formPage>p{font-size:17px}.legal p,.legal li{font-size:16.5px}.footerLinks{grid-template-columns:1fr 1fr;gap:24px}.footerLinks a{font-size:15px}.footerBottom{font-size:13px;display:block}.footerBottom span{display:block;margin:4px 0}}
@media(prefers-reduced-motion:reduce){body:before{display:none}.reveal,.reveal.isVisible,.reveal[data-tilt].isVisible,.reveal[data-tilt].isVisible:hover{opacity:1;transform:none!important;transition:none}.core3d,.float3d,.sceneP{animation:none}}

[data-theme=dark] .toggleSun{display:none}[data-theme=dark] .toggleMoon{display:block}[data-theme=light] .toggleSun{display:block}[data-theme=light] .toggleMoon{display:none}

/* ================================================================
   V11 — BEASTMODE 3D / BERSERK VISUAL PASS
   ================================================================ */
:root{
  --3dDepth:0 34px 90px rgba(8,38,27,.15);
  --3dEdge:rgba(10,166,107,.24);
  --3dGlow:rgba(10,166,107,.14);
}
:root[data-theme=dark]{--3dDepth:0 38px 110px rgba(0,0,0,.48);--3dEdge:rgba(92,229,167,.28);--3dGlow:rgba(92,229,167,.15)}

/* A continuous spatial canvas rather than flat page blocks */
body{perspective:1800px;transform-style:preserve-3d}
body:after{content:"";position:fixed;inset:auto -12vw -18vh -12vw;height:48vh;pointer-events:none;z-index:-3;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--accent) 7%,transparent),transparent 68%);filter:blur(28px);transform:rotateX(68deg);transform-origin:center bottom}
.siteHeader{transform-style:preserve-3d}
.siteHeader:after{content:"";position:absolute;left:3%;right:3%;bottom:-10px;height:20px;background:linear-gradient(90deg,transparent,var(--3dGlow),transparent);filter:blur(12px);pointer-events:none}

/* Compact, cinematic hero: one viewport, not a giant wall of text */
.hero{min-height:0;height:min(620px,calc(100vh - var(--header) - 58px));max-height:620px;padding:36px 0 42px;gap:22px;perspective:1700px}
.hero:before{inset:18px -24px 20px;border-radius:38px;transform:perspective(1700px) rotateX(3deg) translateZ(-38px);box-shadow:var(--3dDepth)}
.heroCopy{transform:translateZ(72px)}
.hero h1{font-size:clamp(48px,5.7vw,78px);max-width:720px;margin:15px 0 16px;line-height:.98}
.heroLead{font-size:19px;line-height:1.35;margin-bottom:6px}.heroText{font-size:16px;line-height:1.55;max-width:600px}.heroCtas{margin:19px 0}.heroTrust{margin-top:15px}.heroTrust span{padding:7px 10px}
.heroVisual{min-height:0;height:100%;perspective:1700px;transform-style:preserve-3d}
.heroVisual:before{width:390px;height:390px;filter:blur(16px)}
.heroVisual:after{content:"";position:absolute;width:420px;height:170px;border-radius:50%;bottom:7%;background:var(--3dGlow);filter:blur(28px);transform:rotateX(73deg) translateZ(-20px);z-index:-2}
.core3d{width:210px;height:210px;transform-style:preserve-3d;box-shadow:inset -28px -28px 52px rgba(0,0,0,.18),inset 20px 20px 40px rgba(255,255,255,.35),0 40px 90px rgba(16,166,107,.28)}
.core3d:after{content:"";position:absolute;inset:-25px;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:50%;transform:translateZ(-24px);box-shadow:0 0 55px var(--3dGlow)}
.core3d img{width:140px;height:140px;transform:translateZ(42px);object-fit:contain}
.orbit{transform:rotateX(70deg) rotateZ(12deg) translateZ(0);box-shadow:0 0 30px var(--3dGlow)}
.float3d{transform-style:preserve-3d;backdrop-filter:blur(16px);box-shadow:0 22px 45px rgba(8,38,27,.12),inset 0 1px 0 rgba(255,255,255,.65);}

/* Logo system — every logo gets the same physical stage */
.brandFrame{padding:0;overflow:hidden;transform-style:preserve-3d;box-shadow:var(--3dDepth)}
.brandTrack{gap:18px;padding:20px;perspective:1600px}
.brandCard{flex-basis:calc((100% - 54px)/4);height:270px;min-height:270px;padding:18px;border-radius:26px;transform-style:preserve-3d;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 72%,var(--surface)));box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 24px 48px rgba(8,38,27,.10)}
.brandLogoBox{height:142px;width:100%;border-radius:22px;display:grid;place-items:center;position:relative;overflow:hidden;transform:translateZ(34px);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 96%,transparent),var(--surface2));border:1px solid color-mix(in srgb,var(--line) 82%,transparent);box-shadow:inset 0 2px 0 rgba(255,255,255,.72),inset 0 -24px 42px rgba(8,38,27,.06),0 18px 32px rgba(8,38,27,.08)}
.brandLogoBox:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 18%,transparent);transform:rotateX(70deg) translateZ(-18px);box-shadow:0 0 35px var(--3dGlow)}
.brandLogoBox img{width:auto!important;height:auto!important;max-width:82%!important;max-height:86px!important;object-fit:contain;object-position:center;position:relative;z-index:2;transform:translateZ(28px);filter:drop-shadow(0 14px 14px rgba(0,0,0,.16))}
.brandWordmark{gap:13px;transform:translateZ(28px)}
.brandWordmark img{width:68px!important;height:68px!important;max-width:none!important;max-height:none!important;border-radius:20px;box-shadow:0 16px 28px rgba(8,38,27,.18)}
.brandWordmark strong{font-size:27px!important}
.brandCardMeta{transform:translateZ(38px);min-height:54px}.brandCardMeta strong{font-size:17px}.brandCardMeta small{font-size:11px;line-height:1.35}.brandArrow{width:40px;height:40px;border:1px solid var(--line);border-radius:13px;display:grid;place-items:center;background:var(--surface2);transform:translateZ(20px)}

/* Platform cards: equal logo geometry + real depth */
.platformCard{min-height:365px;padding:25px;transform-style:preserve-3d}
.platformLogo{height:132px;width:100%;margin:10px 0 18px;display:grid;place-items:center;position:relative;transform:translateZ(34px)}
.platformLogo:before{content:"";position:absolute;inset:4px 0;border-radius:24px;background:linear-gradient(145deg,var(--surface2),var(--surface));border:1px solid var(--line);box-shadow:inset 0 2px 0 rgba(255,255,255,.7),0 18px 32px rgba(8,38,27,.08);transform:translateZ(-8px)}
.platformLogo img{max-width:78%!important;max-height:82px!important;width:auto!important;height:auto!important;object-fit:contain;object-position:center;padding:0;position:relative;z-index:2;filter:drop-shadow(0 13px 15px rgba(0,0,0,.15));transform:translateZ(30px)}
.platformWordmark{gap:12px}.platformWordmark img{width:68px!important;height:68px!important;max-width:none!important;max-height:none!important;border-radius:20px}.platformWordmark strong{font-size:28px!important}
.platformCard h3{font-size:29px;transform:translateZ(24px)}.platformCard p{font-size:16px;line-height:1.65;transform:translateZ(15px)}.platformLink{transform:translateZ(28px)}

/* Technology scene becomes a layered 3D stage */
.techSection{perspective:1800px}.scene{height:500px;perspective:1800px;transform-style:preserve-3d}
.scene:before{content:"";position:absolute;inset:7% 4%;border:1px solid color-mix(in srgb,var(--accent) 14%,transparent);border-radius:34px;transform:rotateX(58deg) rotateZ(-9deg) translateZ(-90px);box-shadow:0 0 90px var(--3dGlow);background:radial-gradient(circle at 50% 50%,var(--3dGlow),transparent 58%)}
.scenePlane{width:92%;height:78%;transform:rotateX(64deg) rotateZ(-9deg) translateZ(-30px);background:linear-gradient(145deg,color-mix(in srgb,var(--surface2) 82%,transparent),transparent);box-shadow:inset 0 0 90px var(--3dGlow),0 35px 60px rgba(8,38,27,.12)}
.sceneCard{width:250px;height:158px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 30px 58px rgba(8,38,27,.15);background:linear-gradient(145deg,var(--surface),var(--surface2));border-radius:24px}
.sceneCard.main{transform:translate3d(calc(var(--px,0)*12px),calc(var(--py,0)*12px),100px) rotateX(8deg) rotateY(-11deg)}
.sceneCard.back{transform:translate3d(-118px,42px,12px) rotateX(11deg) rotateY(25deg)}
.sceneCard.side{transform:translate3d(136px,62px,45px) rotateX(7deg) rotateY(-27deg)}
.sceneP{width:110px;height:110px;border-radius:31px;display:grid;place-items:center;background:linear-gradient(145deg,#2be18d,#087f54);box-shadow:0 28px 70px rgba(16,166,107,.34),inset 0 2px 0 rgba(255,255,255,.48);transform:translate3d(calc(var(--px,0)*-18px),calc(var(--py,0)*-18px),155px);border:1px solid rgba(255,255,255,.4);overflow:hidden}
.sceneP:before{content:"";position:absolute;inset:-18px;border:1px solid color-mix(in srgb,var(--accent) 32%,transparent);border-radius:36px;transform:translateZ(-24px);box-shadow:0 0 50px var(--3dGlow)}
.sceneP img{width:78px;height:78px;object-fit:contain;transform:translateZ(38px);filter:drop-shadow(0 12px 12px rgba(0,0,0,.2))}
.sceneChip{transform:translateZ(70px);box-shadow:0 18px 34px rgba(8,38,27,.12),inset 0 1px 0 rgba(255,255,255,.7)}
.techCopy{transform:translateZ(30px)}.techList div{transform-style:preserve-3d}.techList div:hover{transform:translateX(6px) translateZ(12px);border-color:var(--accent)}

/* About logo: true circular glass stage, never crops the wordmark */
.aboutLogoPanel{min-height:390px;perspective:1500px;transform-style:preserve-3d;background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--surface) 100%,transparent),var(--surface2));box-shadow:var(--3dDepth)}
.aboutLogoPanel:after{width:320px;height:320px;border:1px solid color-mix(in srgb,var(--accent) 34%,transparent);box-shadow:0 0 50px var(--3dGlow),inset 0 0 35px var(--3dGlow);transform:translateZ(-12px)}
.aboutLogoPanel:before{width:70%;height:35%;bottom:7%;transform:rotateX(72deg) translateZ(-60px);filter:blur(25px)}
.aboutLogoPanel img{width:72%;max-width:390px;height:auto;max-height:130px;object-fit:contain;transform:translateZ(62px);filter:drop-shadow(0 20px 18px rgba(0,0,0,.17))}

/* Stronger card surfaces / icons */
.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.formCard,.contactPanel{transform-style:preserve-3d;box-shadow:var(--3dDepth),inset 0 1px 0 rgba(255,255,255,.65)}
.capIcon,.missionIcon,.initials,.faqOrb,.cardNum{transform:translateZ(34px);box-shadow:0 18px 35px rgba(8,38,27,.13),inset 0 2px 0 rgba(255,255,255,.72)}
.capCard h3,.infoCard h3,.founderCard h3,.missionCard h3,.principleCard span{transform:translateZ(22px)}
.capCard p,.infoCard p,.founderCard p,.missionCard p,.principleCard p{transform:translateZ(14px);font-size:16.5px;line-height:1.72}

/* Contact: one-screen advanced form, no internal scrolling */
.contactExperience{width:min(1180px,calc(100% - 48px));min-height:calc(100vh - var(--header));padding:42px 0 48px;display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center;perspective:1700px}
.contactIntro{transform:translateZ(50px)}.contactIntro h1{font-size:clamp(46px,5.2vw,72px);margin:13px 0 18px;line-height:.98}.contactIntro>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:560px}
.contactMeta{display:grid;gap:12px;margin-top:26px}.contactMeta>div{display:flex;gap:13px;align-items:center;padding:13px 15px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:0 15px 30px rgba(8,38,27,.07);transform:translateZ(18px)}.metaIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--text);color:var(--bg);font-weight:800}.contactMeta strong,.contactMeta small{display:block}.contactMeta strong{font-size:14px}.contactMeta small{font-size:12px;color:var(--muted);margin-top:2px}
.contactFormCard{padding:22px 24px;border-radius:28px;transform:translateZ(55px) rotateY(-1deg);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 48%,var(--surface)));box-shadow:0 38px 90px rgba(8,38,27,.15),inset 0 1px 0 rgba(255,255,255,.75)}
.formCardTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.formCardTop>div{display:flex;align-items:center;gap:10px}.formBadge{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--accent);color:#062117;font-weight:900;font-size:12px}.formCardTop strong{font-size:17px}.formStatus{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px}.formStatus i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px var(--3dGlow)}
.formGrid{gap:12px}.field{margin-bottom:12px}.field label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mutedStrong);margin:0 0 6px 3px}.inputShell{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:15px;background:var(--bg);padding:0 13px;transition:.25s;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 8px 18px rgba(8,38,27,.035)}.inputShell>span{width:22px;color:var(--accent);font-weight:800;text-align:center}.inputShell input,.inputShell textarea{border:0!important;box-shadow:none!important;background:transparent!important;outline:none;width:100%;color:var(--text);font-size:15px;padding:12px 0}.inputShell textarea{resize:none;min-height:82px;line-height:1.5}.inputShell:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--3dGlow),0 14px 28px rgba(8,38,27,.08);transform:translateZ(5px)}.inputShell input::placeholder,.inputShell textarea::placeholder{color:var(--muted);opacity:.82}.textareaShell{align-items:flex-start;padding-top:4px}.textareaShell>span{padding-top:10px}
.formBottom{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:5px}.formBottom>span{font-size:11px;line-height:1.45;color:var(--muted);max-width:390px}.formSubmit{padding:12px 16px;white-space:nowrap}.formSubmit b{font-size:18px}

/* Footer is a physical 3D base, not a flat afterthought */
.siteFooter{position:relative;transform-style:preserve-3d;box-shadow:0 -28px 80px rgba(8,38,27,.05)}.siteFooter:before{content:"";position:absolute;left:4%;right:4%;top:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);box-shadow:0 0 18px var(--3dGlow)}.footerMain,.footerBottom{transform-style:preserve-3d}.footerLinks>div{transform:translateZ(18px)}.footerLinks a{font-size:15px;line-height:1.4}.footerLinks h3{font-size:12px;color:var(--accent2)}

/* Page-wide spatial layers */
.section,.brandFamily,.pageHero{perspective:1700px;transform-style:preserve-3d}
.section:before,.brandFamily:before{transform:translateX(-50%) perspective(1700px) rotateX(67deg) translateZ(-50px);box-shadow:0 35px 90px var(--3dGlow)}

@media(max-width:1050px){
  .hero{height:auto;max-height:none;min-height:0;padding:58px 0 62px}.heroCopy{transform:translateZ(30px)}
  .brandCard{flex-basis:calc((100% - 36px)/3)}
  .contactExperience{grid-template-columns:1fr;min-height:0;padding:64px 0}.contactIntro{transform:none}.contactFormCard{transform:none}
}
@media(max-width:760px){
  .hero{padding:46px 0 55px}.hero h1{font-size:clamp(43px,13vw,66px)}.heroVisual{min-height:360px}.core3d{width:180px;height:180px}.core3d img{width:120px;height:120px}.orbit.a{width:370px}.orbit.b{width:300px}.orbit.c{width:240px}
  .brandCard{flex-basis:100%;height:250px;min-height:250px}.brandLogoBox{height:126px}.brandLogoBox img{max-height:80px!important}.brandWordmark img{width:62px!important;height:62px!important}.brandWordmark strong{font-size:24px!important}
  .platformCard{min-height:340px}.platformLogo{height:120px}.platformLogo img{max-height:78px!important}
  .scene{height:410px}.sceneCard{width:200px;height:135px}.sceneP{width:84px;height:84px;border-radius:25px}.sceneP img{width:60px;height:60px}.sceneCard.back{transform:translate3d(-78px,36px,0) rotateX(9deg) rotateY(22deg)}.sceneCard.side{transform:translate3d(78px,52px,25px) rotateX(5deg) rotateY(-25deg)}
  .aboutLogoPanel{min-height:330px}.aboutLogoPanel:after{width:270px;height:270px}.aboutLogoPanel img{width:74%;max-height:110px}
  .contactExperience{width:min(100% - 32px,680px);padding:52px 0 60px}.contactIntro h1{font-size:clamp(43px,12vw,65px)}.contactIntro>p{font-size:16px}.contactMeta{margin-top:20px}.contactFormCard{padding:19px}.formGrid{grid-template-columns:1fr}.formBottom{align-items:flex-start;flex-direction:column}.formSubmit{width:100%}
}

/* V11.1: tighter hero + stronger continuous spatial motion */
.hero{height:clamp(390px,58vh,500px);max-height:500px;padding:26px 0 30px}
.hero h1{font-size:clamp(44px,5.1vw,70px);max-width:690px}
.heroLead{font-size:18px}.heroText{font-size:15.5px}.heroVisual{height:100%;min-height:0}
@keyframes spatialPulse{0%,100%{opacity:.65;transform:rotateX(66deg) rotateZ(-8deg) translateZ(-40px) scale(1)}50%{opacity:1;transform:rotateX(66deg) rotateZ(-8deg) translateZ(-40px) scale(1.035)}}
.scene:before{animation:spatialPulse 8s ease-in-out infinite}
@keyframes orbitSpinA{from{transform:rotateX(70deg) rotateZ(12deg) rotate(0deg)}to{transform:rotateX(70deg) rotateZ(12deg) rotate(360deg)}}
@keyframes orbitSpinB{from{transform:rotateX(68deg) rotateZ(-38deg) rotate(360deg)}to{transform:rotateX(68deg) rotateZ(-38deg) rotate(0deg)}}
.heroVisual .orbit.a{animation:orbitSpinA 28s linear infinite}.heroVisual .orbit.b{animation:orbitSpinB 23s linear infinite}.heroVisual .orbit.c{animation:orbitSpinA 34s linear infinite reverse}
.brandCard,.platformCard,.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.formCard,.contactPanel{will-change:transform}
@media(max-width:1050px){.hero{height:auto;max-height:none}.heroVisual{min-height:420px}}
@media(max-width:760px){.hero{height:auto;padding:42px 0 48px}.heroVisual{min-height:350px}}

/* ========================= V12 BEASTMODE DESIGN SYSTEM ========================= */
:root{--v12-depth:0 34px 90px rgba(7,35,25,.13),inset 0 1px 0 rgba(255,255,255,.78)}
:root[data-theme=dark]{--v12-depth:0 34px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)}

/* 01 — compact cinematic hero: reveal the next section in the first viewport */
.hero{height:clamp(300px,42vh,390px)!important;min-height:300px!important;max-height:390px!important;padding:22px 0 24px!important;gap:18px!important;align-items:center!important}
.hero:before{inset:10px -20px 12px!important;border-radius:32px!important;transform:perspective(1700px) rotateX(4deg) translateZ(-45px)!important}
.hero h1{font-size:clamp(40px,4.35vw,62px)!important;line-height:.94!important;max-width:650px!important;margin:10px 0 11px!important}
.heroLead{font-size:16px!important;line-height:1.3!important;margin-bottom:3px!important}.heroText{font-size:14px!important;line-height:1.4!important;max-width:590px!important}.heroCtas{margin:12px 0!important}.heroTrust{margin-top:8px!important}.heroTrust span{padding:5px 9px!important;font-size:11px!important}
.heroVisual{min-height:280px!important;height:100%!important}.core3d{width:185px!important;height:185px!important}.core3d img{width:116px!important;height:116px!important}.orbit.a{width:430px!important;height:185px!important}.orbit.b{width:350px!important;height:150px!important}.orbit.c{width:280px!important;height:125px!important}.float3d{padding:8px 10px!important;font-size:10px!important}

/* 02 — tighter section rhythm and smaller third-section heading */
.brandFamily{padding:46px 0 18px!important}.section{padding:66px 0!important}.sectionHead h2{font-size:clamp(34px,3.65vw,50px)!important;max-width:590px!important;line-height:.99!important}.sectionHead p{font-size:15px!important;line-height:1.55!important;max-width:350px!important}.brandFrame{margin-top:22px!important}

/* 03 — all four ecosystem cards in one desktop row */
.ecosystemGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-top:26px!important}
.platformCard{min-height:292px!important;padding:18px!important;border-radius:22px!important;overflow:hidden!important}.platformTop{font-size:9px!important}.platformLogo{height:82px!important;margin:10px 0 12px!important}.platformLogo:before{inset:0!important;border-radius:18px!important}.platformLogo img{max-width:86%!important;max-height:58px!important;transform:translateZ(24px)!important}.platformWordmark img{width:52px!important;height:52px!important}.platformWordmark strong{font-size:22px!important}.platformCard h3{font-size:22px!important;margin:4px 0 7px!important}.platformCard p{font-size:13px!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.platformLink{font-size:11px!important;margin-top:7px!important}

/* 04 — modern brand cards */
.brandTrack{gap:14px!important;padding:14px!important}.brandCard{flex-basis:calc((100% - 42px)/4)!important;height:210px!important;min-height:210px!important;padding:14px!important;border-radius:22px!important;box-shadow:var(--v12-depth)!important}.brandLogoBox{height:112px!important;border-radius:18px!important;background:linear-gradient(145deg,var(--surface2),var(--surface))!important;border:1px solid var(--line)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -18px 30px rgba(8,38,27,.05),0 16px 30px rgba(8,38,27,.07)!important}.brandLogoBox:after{content:"";position:absolute;inset:10px;border-radius:14px;border:1px solid color-mix(in srgb,var(--accent) 9%,transparent);pointer-events:none}.brandLogoBox img{max-width:84%!important;max-height:70px!important}.brandCardMeta strong{font-size:14px!important}.brandCardMeta small{font-size:9px!important}.brandArrow{width:34px!important;height:34px!important;border-radius:11px!important;font-size:16px!important}

/* 05 — technology becomes a proper logo orbit, not a giant floating P */
.techSection{grid-template-columns:1fr 1fr!important;gap:48px!important;align-items:center!important;overflow:visible!important}.scene{height:430px!important;min-height:430px!important;position:relative!important;perspective:1800px!important;transform-style:preserve-3d!important}.scenePlane{width:84%!important;height:70%!important;border-radius:30px!important}.scene:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 10%,transparent);box-shadow:0 0 100px var(--3dGlow),inset 0 0 70px var(--3dGlow);transform:translateZ(-80px);pointer-events:none}
.logoOrbitRing{position:absolute;left:50%;top:50%;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-radius:50%;transform-style:preserve-3d;pointer-events:none}.ringOne{width:440px;height:180px;transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-12deg) translateZ(10px);animation:orbitRingOne 16s linear infinite}.ringTwo{width:360px;height:150px;transform:translate(-50%,-50%) rotateX(67deg) rotateZ(45deg) translateZ(24px);animation:orbitRingTwo 12s linear infinite reverse}@keyframes orbitRingOne{to{transform:translate(-50%,-50%) rotateX(67deg) rotateZ(348deg) translateZ(10px)}}@keyframes orbitRingTwo{to{transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-315deg) translateZ(24px)}}
.sceneLogoCard{position:absolute;width:176px;height:82px;padding:10px 12px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:0 26px 55px rgba(8,38,27,.14),inset 0 1px 0 rgba(255,255,255,.8);display:flex;flex-direction:column;justify-content:space-between;transform-style:preserve-3d;z-index:5}.sceneLogoCard span{font-size:8px;font-weight:800;letter-spacing:.12em;color:var(--muted)}.sceneLogoCard img{width:100%;height:46px;object-fit:contain;object-position:center;transform:translateZ(22px);filter:drop-shadow(0 7px 8px rgba(0,0,0,.14))}.logoCardOne{left:3%;top:13%;transform:translateZ(60px) rotateY(14deg) rotateX(6deg);animation:cardFloatOne 6s ease-in-out infinite}.logoCardTwo{right:0;top:31%;transform:translateZ(95px) rotateY(-14deg) rotateX(5deg);animation:cardFloatTwo 7s ease-in-out infinite}.logoCardThree{left:13%;bottom:7%;transform:translateZ(45px) rotateY(9deg) rotateX(-4deg);animation:cardFloatThree 6.5s ease-in-out infinite}@keyframes cardFloatOne{50%{translate:0 -8px;rotate:0 1 0 2deg}}@keyframes cardFloatTwo{50%{translate:0 9px;rotate:0 1 0 -2deg}}@keyframes cardFloatThree{50%{translate:0 -6px;rotate:0 1 0 2deg}}
.sceneP{width:138px!important;height:138px!important;border-radius:50%!important;background:radial-gradient(circle at 34% 28%,#69f0b4,#0aa66b 58%,#056b49)!important;box-shadow:0 35px 90px rgba(16,166,107,.32),inset 14px 12px 25px rgba(255,255,255,.26),inset -18px -20px 35px rgba(0,0,0,.18)!important;transform:translate3d(calc(var(--px,0)*-10px),calc(var(--py,0)*-10px),150px)!important;z-index:10!important;overflow:visible!important}.sceneP:before{inset:-13px!important;border-radius:50%!important}.scenePGlow{position:absolute;inset:-40px;border-radius:50%;background:radial-gradient(circle,var(--3dGlow),transparent 68%);filter:blur(8px);z-index:-2}.sceneP img{width:94px!important;height:94px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:translateZ(28px)!important;filter:drop-shadow(0 12px 14px rgba(0,0,0,.22))!important}
.sceneChip{font-size:10px!important;padding:8px 10px!important;z-index:12}.techCopy h2{font-size:clamp(42px,4.4vw,60px)!important}.techCopy>p{font-size:16px!important;line-height:1.65!important}.techList div{padding:15px 0!important;font-size:15px!important}

/* 06 — sophisticated about image stage */
.aboutLogoPanel{min-height:340px!important;border-radius:30px!important;overflow:hidden!important;background:radial-gradient(circle at 50% 42%,var(--surface),var(--surface2))!important;box-shadow:var(--v12-depth)!important}.aboutLogoPanel:before{content:"";position:absolute;width:70%;height:30%;bottom:4%;background:radial-gradient(ellipse,var(--3dGlow),transparent 68%);filter:blur(16px);transform:rotateX(72deg) translateZ(-40px)}.aboutLogoPanel:after{width:280px!important;height:280px!important;border-width:1px!important;box-shadow:0 0 55px var(--3dGlow),inset 0 0 45px var(--3dGlow)!important;animation:aboutRing 9s ease-in-out infinite}@keyframes aboutRing{50%{transform:rotate(180deg) scale(1.03)}}.aboutLogoPanel img{width:76%!important;max-width:420px!important;max-height:135px!important;z-index:4!important;transform:translateZ(65px)!important;filter:drop-shadow(0 22px 22px rgba(0,0,0,.17))!important}.aboutLogoOrbit{position:absolute;width:230px;height:230px;border:1px dashed color-mix(in srgb,var(--accent) 22%,transparent);border-radius:50%;transform:rotateX(68deg) rotateZ(-18deg) translateZ(30px);animation:aboutOrbit 14s linear infinite;z-index:3}@keyframes aboutOrbit{to{transform:rotateX(68deg) rotateZ(342deg) translateZ(30px)}}.aboutLogoBase{position:absolute;width:55%;height:22%;bottom:7%;background:var(--3dGlow);filter:blur(15px);transform:rotateX(70deg) translateZ(-30px);z-index:1}

/* 07 — one-screen contact experience */
.contactExperience{width:min(1180px,calc(100% - 48px))!important;height:calc(100vh - var(--header) - 8px)!important;min-height:610px!important;padding:20px 0 24px!important;grid-template-columns:.78fr 1.22fr!important;gap:28px!important;align-items:center!important}.contactIntro h1{font-size:clamp(42px,4.5vw,62px)!important;line-height:.96!important;margin:10px 0 14px!important}.contactIntro>p{font-size:16px!important;line-height:1.5!important;max-width:500px!important}.contactMeta{gap:8px!important;margin-top:18px!important}.contactMeta>div{padding:10px 12px!important;border-radius:14px!important}.metaIcon{width:34px!important;height:34px!important;border-radius:10px!important}.contactMeta strong{font-size:13px!important}.contactMeta small{font-size:11px!important}.contactFormCard{padding:18px 20px!important;border-radius:24px!important}.formCardTop{margin-bottom:10px!important}.formCardTop strong{font-size:15px!important}.formBadge{width:30px!important;height:30px!important;border-radius:9px!important}.field{margin-bottom:8px!important}.field label{font-size:10px!important;margin-bottom:4px!important}.inputShell{min-height:42px!important;border-radius:13px!important;padding:0 11px!important}.inputShell input,.inputShell textarea{font-size:14px!important;padding:9px 0!important}.inputShell textarea{min-height:58px!important;line-height:1.35!important}.formGrid{gap:8px!important}.formBottom{margin-top:3px!important}.formBottom>span{font-size:10px!important}.formSubmit{padding:10px 14px!important}.formProgress{height:3px;border-radius:99px;background:var(--surface2);margin:-3px 0 10px;overflow:hidden;position:relative}.formProgress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));transform-origin:left;animation:formPulse 3s ease-in-out infinite}@keyframes formPulse{50%{transform:scaleX(.68)}}.formProgress small{position:absolute;right:0;top:6px;font-size:9px;color:var(--muted)}.charCount{display:block;text-align:right;font-size:9px;color:var(--muted);margin-top:-2px}

/* 08 — compact footer, better use of horizontal space */
.siteFooter{padding-top:28px!important}.footerMain{grid-template-columns:.8fr 1.8fr!important;gap:46px!important;padding-bottom:24px!important}.footerLogo img{width:190px!important;height:56px!important}.footerIdentity p{font-size:13px!important;line-height:1.5!important;max-width:370px!important;margin:8px 0 12px!important}.footerLive{font-size:10px!important}.footerLinks{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.footerLinks h3{font-size:10px!important;margin-bottom:9px!important}.footerLinks a{font-size:12px!important;margin:6px 0!important;line-height:1.3!important}.footerBottom{padding:11px 0 14px!important;font-size:10px!important}

/* 09 — richer universal depth */
.platformCard,.brandCard,.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.contactFormCard,.contactPanel,.aboutLogoPanel{box-shadow:var(--v12-depth)!important;transform-style:preserve-3d!important}.platformCard:before,.brandCard:before,.capCard:before,.contactFormCard:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 28%,transparent 70%,rgba(16,166,107,.035));transform:translateZ(-1px)}

@media(min-width:1051px){.ecosystemGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.contactExperience{overflow:hidden!important}.brandViewport{overflow:hidden!important}.siteFooter{min-height:0!important}}
@media(max-width:1050px){.hero{height:420px!important;max-height:420px!important}.ecosystemGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.techSection{grid-template-columns:1fr!important}.contactExperience{height:auto!important;min-height:0!important;grid-template-columns:1fr!important;padding:55px 0!important}.footerMain{grid-template-columns:1fr!important}}
@media(max-width:760px){.hero{height:auto!important;max-height:none!important;padding:42px 0 45px!important}.heroVisual{min-height:320px!important}.ecosystemGrid{grid-template-columns:1fr!important}.brandCard{flex-basis:100%!important}.scene{height:390px!important;min-height:390px!important}.sceneLogoCard{width:145px;height:72px}.logoCardOne{left:0}.logoCardTwo{right:0}.logoCardThree{left:6%}.sceneP{width:108px!important;height:108px!important}.sceneP img{width:74px!important;height:74px!important}.contactExperience{width:min(100% - 32px,680px)!important;padding:42px 0 50px!important}.contactFormCard{padding:16px!important}.footerMain{gap:26px!important}.footerLinks{grid-template-columns:repeat(2,1fr)!important}}

/* V13 — immersive 3D light/dark system */
:root{
  --glass:rgba(255,255,255,.72);
  --glass2:rgba(247,252,250,.88);
  --depth3:0 34px 70px rgba(16,58,43,.13),0 8px 18px rgba(16,58,43,.08),inset 0 1px 0 rgba(255,255,255,.9);
  --edge3:rgba(16,166,107,.28);
}
:root[data-theme=dark]{
  --glass:rgba(10,24,19,.70);--glass2:rgba(13,30,24,.88);
  --depth3:0 38px 90px rgba(0,0,0,.42),0 8px 20px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
  --edge3:rgba(92,229,167,.34);
}
html{scroll-behavior:smooth;background:var(--bg)}
body{overflow-x:hidden;background:
 radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 28%),
 radial-gradient(circle at 88% 28%,color-mix(in srgb,var(--accent) 6%,transparent),transparent 25%),var(--bg)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-3;background-image:linear-gradient(color-mix(in srgb,var(--line) 20%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 20%,transparent) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 75%)}

/* Floating physical header */
.siteHeader{background:transparent;border:0;backdrop-filter:none;padding:10px 0 0;perspective:1600px}
.navShell{height:68px;border:1px solid var(--edge3);border-radius:22px;background:linear-gradient(145deg,var(--glass),var(--glass2));box-shadow:var(--depth3),0 0 45px color-mix(in srgb,var(--accent) 7%,transparent);backdrop-filter:blur(22px);transform-style:preserve-3d;position:relative}
.navShell:before{content:"";position:absolute;inset:0;border-radius:22px;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.38),transparent 28%,transparent 70%,rgba(16,166,107,.08));transform:translateZ(1px)}
.siteBrand,.primaryNav,.navActions{transform:translateZ(24px)}
.primaryNav a{background:transparent;border:1px solid transparent;transform:translateZ(10px)}
.primaryNav a:hover,.primaryNav a.active{background:var(--glass2);border-color:var(--edge3);box-shadow:0 14px 28px rgba(10,45,31,.10),inset 0 1px 0 rgba(255,255,255,.7);transform:translateY(-2px) translateZ(20px)}
.contactButton,.themeToggle,.accountButton{box-shadow:0 14px 28px rgba(10,45,31,.10),inset 0 1px 0 rgba(255,255,255,.8);transform-style:preserve-3d}
.contactButton:hover,.themeToggle:hover,.accountButton:hover{transform:translateY(-3px) translateZ(12px);box-shadow:0 20px 35px rgba(10,45,31,.14),0 0 24px var(--3dGlow)}

/* Compact cinematic hero */
.hero{height:calc(78vh - var(--header));min-height:560px;max-height:700px;padding:34px 0 38px;perspective:1800px}
.heroCopy{transform:translateZ(45px)}
.hero h1{font-size:clamp(48px,5.8vw,78px);margin:14px 0 16px;text-shadow:0 2px 0 rgba(255,255,255,.35)}
.heroLead{font-size:18px}.heroText{font-size:15px;line-height:1.6}.heroCtas{margin:20px 0}.heroTrust{margin-top:14px}
.heroVisual{min-height:430px;transform-style:preserve-3d}
.heroVisual:after{height:120px;bottom:3%;filter:blur(24px)}
.core3d{transform-style:preserve-3d;box-shadow:inset -35px -40px 65px rgba(0,0,0,.17),inset 20px 20px 44px rgba(255,255,255,.42),0 42px 85px rgba(16,166,107,.32),0 0 35px var(--3dGlow)}
.core3d img{transform:translateZ(46px);filter:drop-shadow(0 16px 18px rgba(0,0,0,.22))}
.float3d{transform-style:preserve-3d;box-shadow:var(--depth3);border-color:var(--edge3)}

/* All content surfaces feel physical in both themes */
.section,.brandFamily,.aboutPreview,.faqSection,.techSection,.formPage{position:relative;transform-style:preserve-3d}
.section:before,.brandFamily:before,.aboutPreview:before,.faqSection:before,.techSection:before,.formPage:before{content:"";position:absolute;left:2%;right:2%;top:8%;height:72%;border:1px solid color-mix(in srgb,var(--accent) 9%,transparent);border-radius:40px;transform:perspective(1600px) rotateX(1deg) translateZ(-80px);box-shadow:0 35px 100px color-mix(in srgb,var(--accent) 5%,transparent);pointer-events:none;z-index:-1}
.sectionHead h2{font-size:clamp(32px,3.8vw,50px);text-shadow:0 2px 0 rgba(255,255,255,.18)}
.sectionHead p{font-size:15px;line-height:1.65}

/* Ecosystem: four equal physical objects */
.ecosystemGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px;perspective:1600px}
.platformCard{min-height:315px;padding:18px;border-radius:26px;background:linear-gradient(145deg,var(--glass2),var(--surface2));border-color:var(--edge3);box-shadow:var(--depth3);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}
.platformCard:hover{transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-10px) translateZ(28px);box-shadow:0 42px 80px rgba(10,45,31,.18),0 0 30px color-mix(in srgb,var(--accent) 10%,transparent)}
.platformLogo{height:108px;margin:8px 0 14px}.platformLogo:before{border-radius:20px;box-shadow:inset 0 2px 0 rgba(255,255,255,.8),0 18px 34px rgba(8,38,27,.08)}
.platformLogo img{max-height:70px!important;max-width:80%!important;transform:translateZ(38px)}
.platformCard h3{font-size:23px}.platformCard p{font-size:14px;line-height:1.5}.platformLink{font-size:13px}

/* Actual logos: never replace these with generic icons */
.platformLogo img[src*="pritikart-tools"]{max-height:76px!important}
.platformLogo img[src*="pritikart-colorlab"]{max-height:76px!important}
.brandLogoBox img[src*="pritikart-tools"]{max-height:74px!important}.brandLogoBox img[src*="pritikart-colorlab"]{max-height:74px!important}

/* Capability cards: depth + expert visual hierarchy */
.cardGrid{gap:14px;margin-top:28px}.capCard{min-height:220px;padding:22px;border-radius:23px;background:linear-gradient(145deg,var(--glass2),var(--surface2));border-color:var(--edge3);box-shadow:var(--depth3);transition:.35s}
.capCard:hover{transform:perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-8px) translateZ(24px);box-shadow:0 36px 68px rgba(10,45,31,.16),0 0 26px color-mix(in srgb,var(--accent) 10%,transparent)}
.capIcon{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 22%,var(--surface)),var(--surface));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 15px 28px rgba(10,45,31,.12);transform:translateZ(25px)}
.capCard h3{font-size:21px}.capCard p{font-size:14px;line-height:1.55}

/* Technology scene: preserve composition, add only logo rotation + P */
.techSection{grid-template-columns:1fr 1fr;gap:46px;align-items:center}.scene{height:430px}
.sceneLogoCard{transform-style:preserve-3d;backdrop-filter:blur(15px);box-shadow:var(--depth3);border:1px solid var(--edge3)}
.sceneLogoCard img{max-width:78%;max-height:58px;object-fit:contain;filter:drop-shadow(0 12px 15px rgba(0,0,0,.18));transform:translateZ(28px)}
.logoCardOne{animation:logoFloat1 4.2s ease-in-out infinite}.logoCardTwo{animation:logoFloat2 4.8s ease-in-out infinite}.logoCardThree{animation:logoFloat3 4.5s ease-in-out infinite}
@keyframes logoFloat1{50%{transform:translate3d(0,-10px,20px) rotateY(-4deg) rotateX(2deg)}}
@keyframes logoFloat2{50%{transform:translate3d(0,9px,28px) rotateY(5deg) rotateX(-2deg)}}
@keyframes logoFloat3{50%{transform:translate3d(0,-6px,22px) rotateY(-5deg)}}
.sceneP{box-shadow:0 30px 80px rgba(16,166,107,.34),inset 0 2px 0 rgba(255,255,255,.52),0 0 30px var(--3dGlow);animation:pLogoFloat 4s ease-in-out infinite}
.sceneP img{transform:translateZ(42px)}
@keyframes pLogoFloat{50%{transform:translate3d(calc(var(--px,0)*-18px),calc(var(--py,0)*-18px),175px) rotateY(4deg) rotateX(-2deg)}}

/* About: physical glass pedestal */
.aboutLogoPanel{border-color:var(--edge3);box-shadow:var(--depth3);overflow:hidden}.aboutLogoPanel img{transform:translateZ(72px);filter:drop-shadow(0 24px 24px rgba(0,0,0,.18))}.aboutLogoOrbit{animation:spinOrbit 12s linear infinite}@keyframes spinOrbit{to{transform:rotateZ(360deg)}}
.aboutCopy{transform:translateZ(36px)}

/* Contact: expert form, labels live inside the controls */
.contactExperience{height:calc(100vh - var(--header) - 18px)!important;min-height:590px!important;max-height:760px!important;padding:20px 0 26px!important;grid-template-columns:.86fr 1.14fr!important;gap:34px!important;align-items:center!important}
.contactIntro{transform:translateZ(50px)}.contactIntro h1{font-size:clamp(44px,4.2vw,62px)!important}.contactIntro>p{font-size:15px!important;line-height:1.55!important}
.contactMeta{gap:9px!important}.contactMeta>div{background:linear-gradient(145deg,var(--glass2),var(--surface2));border:1px solid var(--edge3);box-shadow:var(--depth3);transform-style:preserve-3d}
.contactFormCard{padding:20px!important;border-color:var(--edge3)!important;background:linear-gradient(145deg,var(--glass2),var(--surface2))!important;box-shadow:0 38px 90px rgba(10,45,31,.16),inset 0 1px 0 rgba(255,255,255,.8)!important;transform-style:preserve-3d}
.contactFormCard:before{content:"";position:absolute;inset:8px;border-radius:21px;border:1px solid color-mix(in srgb,var(--accent) 10%,transparent);pointer-events:none;transform:translateZ(1px)}
/* Hide external labels: placeholders/field names identify each control */
.contactFormCard .field label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.inputShell{min-height:48px!important;border-radius:16px!important;background:linear-gradient(145deg,var(--surface),var(--bg))!important;border-color:color-mix(in srgb,var(--line) 90%,transparent)!important;box-shadow:inset 0 2px 8px rgba(10,45,31,.045),0 12px 24px rgba(10,45,31,.07),inset 0 1px 0 rgba(255,255,255,.9)!important;transform:translateZ(12px);transition:transform .2s,box-shadow .2s,border-color .2s}
.inputShell:hover{transform:translateZ(18px)}.inputShell:focus-within{transform:translateZ(30px) scale(1.008)!important;box-shadow:0 0 0 3px var(--3dGlow),0 24px 42px rgba(10,45,31,.14),inset 0 1px 0 rgba(255,255,255,.95)!important}
.inputShell>span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 12%,var(--surface));box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 5px 10px rgba(10,45,31,.08);transform:translateZ(10px)}
.inputShell input,.inputShell textarea{font-size:15px!important}.inputShell textarea{min-height:82px!important}.formBottom{position:relative;z-index:3}.formSubmit{box-shadow:0 18px 36px rgba(10,45,31,.18),0 0 25px color-mix(in srgb,var(--accent) 12%,transparent);transform:translateZ(28px)}.formSubmit:hover{transform:translateY(-3px) translateZ(34px)}

/* Footer is a compact 3D docking platform */
.siteFooter{padding:18px 0 0!important;background:transparent!important;border-top:0!important;perspective:1800px}.siteFooter:after{content:"";position:absolute;left:3%;right:3%;bottom:18px;height:8px;border-radius:50%;background:var(--accent);filter:blur(18px);opacity:.14;pointer-events:none}
.footerMain{padding:22px 24px 18px!important;grid-template-columns:.85fr 1.9fr!important;gap:28px!important;border:1px solid var(--edge3);border-radius:26px;background:linear-gradient(145deg,var(--glass2),var(--surface2));box-shadow:var(--depth3);transform-style:preserve-3d;position:relative}
.footerMain:before{content:"";position:absolute;inset:0;border-radius:26px;background:linear-gradient(120deg,rgba(255,255,255,.28),transparent 32%,transparent 72%,color-mix(in srgb,var(--accent) 8%,transparent));pointer-events:none}
.footerIdentity,.footerLinks{transform:translateZ(26px)}.footerLogo img{width:190px!important;height:58px!important}.footerIdentity p{font-size:12px!important;line-height:1.45!important;max-width:350px!important}.footerLive{font-size:10px!important}.footerLinks{gap:18px!important}.footerLinks>div{transform:translateZ(30px);padding-left:12px;border-left:1px solid color-mix(in srgb,var(--line) 80%,transparent)}.footerLinks h3{font-size:10px!important;margin-bottom:6px!important}.footerLinks a{font-size:12px!important;margin:5px 0!important}.footerBottom{width:min(1180px,calc(100% - 48px));padding:10px 0 14px!important;font-size:10px!important}

/* Single-window sections on desktop: no inner scrollbars */
@media(min-width:1051px){
  .brandFamily{padding:34px 0 18px!important}.brandFamily .sectionHead{margin-bottom:0}.brandFamily .brandFrame{margin-top:18px}
  .section{padding:58px 0!important}.sectionHead{margin-bottom:0}.sectionHead h2{margin-top:8px}
  #ecosystem{min-height:calc(78vh - var(--header));display:flex;flex-direction:column;justify-content:center}
  #capabilities{min-height:calc(82vh - var(--header));display:flex;flex-direction:column;justify-content:center}
  #technology{min-height:calc(82vh - var(--header));padding-top:35px!important;padding-bottom:35px!important}
  #about{min-height:calc(76vh - var(--header));padding-top:40px!important;padding-bottom:40px!important}
  #faq{min-height:calc(78vh - var(--header));padding-top:42px!important;padding-bottom:42px!important}
}

/* Light theme must retain the same depth language */
:root:not([data-theme=dark]) .navShell,:root:not([data-theme=dark]) .platformCard,:root:not([data-theme=dark]) .capCard,:root:not([data-theme=dark]) .formCard,:root:not([data-theme=dark]) .footerMain{background-image:linear-gradient(145deg,rgba(255,255,255,.94),rgba(235,245,241,.84))}
:root:not([data-theme=dark]) .platformCard:hover,:root:not([data-theme=dark]) .capCard:hover{box-shadow:0 40px 80px rgba(27,79,60,.18),0 0 32px rgba(16,166,107,.10)}

@media(max-width:1050px){.hero{height:auto;min-height:0;max-height:none}.techSection{grid-template-columns:1fr}.contactExperience{height:auto!important;max-height:none!important}.footerMain{grid-template-columns:1fr!important}}
@media(max-width:760px){.siteHeader{padding-top:5px}.navShell{border-radius:17px}.hero{padding:42px 0 50px}.ecosystemGrid{grid-template-columns:1fr}.contactExperience{grid-template-columns:1fr!important}.footerMain{padding:20px!important}.footerLinks{grid-template-columns:repeat(2,1fr)!important}.section:before,.brandFamily:before,.aboutPreview:before,.faqSection:before,.techSection:before,.formPage:before{display:none}}

/* V14 — immersive 3D physical UI layer */
:root{
  --glass-hi:rgba(255,255,255,.82);
  --glass-lo:rgba(226,239,233,.62);
  --edge3:rgba(130,166,151,.38);
  --depth3:0 18px 30px rgba(24,66,50,.10), 0 38px 90px rgba(24,66,50,.12), inset 0 1px 0 rgba(255,255,255,.95);
  --3dGlow:rgba(16,166,107,.24);
}
:root[data-theme=dark]{
  --glass-hi:rgba(21,39,32,.82);
  --glass-lo:rgba(8,22,17,.72);
  --edge3:rgba(94,174,141,.28);
  --depth3:0 18px 34px rgba(0,0,0,.32), 0 46px 110px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.10);
  --3dGlow:rgba(92,229,167,.30);
}
body{background:
 radial-gradient(circle at 12% 12%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 28%),
 radial-gradient(circle at 88% 38%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 30%),
 var(--bg);}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.28;background-image:linear-gradient(color-mix(in srgb,var(--line) 32%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 32%,transparent) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 70%)}

/* physical floating header */
.siteHeader{background:transparent!important;border:0!important;padding:10px 0 0;perspective:1800px}
.navShell{height:70px;border:1px solid var(--edge3);border-radius:22px;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);backdrop-filter:blur(22px);position:relative;transform:translateZ(0);overflow:visible}
.navShell:before{content:"";position:absolute;inset:1px;border-radius:21px;background:linear-gradient(120deg,rgba(255,255,255,.28),transparent 35%,transparent 70%,color-mix(in srgb,var(--accent) 10%,transparent));pointer-events:none}
.navShell:after{content:"";position:absolute;left:8%;right:8%;bottom:-13px;height:16px;border-radius:50%;background:color-mix(in srgb,var(--accent) 18%,transparent);filter:blur(15px);z-index:-1}
.siteBrand,.primaryNav,.navActions{position:relative;z-index:2}
.siteBrand img{filter:drop-shadow(0 12px 14px rgba(16,35,29,.13))}
.primaryNav a{border:1px solid transparent;transform:translateZ(18px);box-shadow:inset 0 1px 0 transparent;}
.primaryNav a:hover,.primaryNav a:focus-visible,.primaryNav a.active{border-color:var(--edge3);box-shadow:0 12px 25px rgba(16,35,29,.10),inset 0 1px 0 rgba(255,255,255,.7);transform:translateY(-2px) translateZ(30px)}
.contactButton,.themeToggle,.accountButton{box-shadow:0 10px 24px rgba(16,35,29,.10),inset 0 1px 0 rgba(255,255,255,.75);transform:translateZ(24px)}
.contactButton:hover,.themeToggle:hover,.accountButton:hover{transform:translateY(-3px) translateZ(38px);box-shadow:0 18px 32px rgba(16,35,29,.14),0 0 22px color-mix(in srgb,var(--accent) 12%,transparent)}

/* section shells become physical stages */
.hero,.section,.brandFamily,.contactPanel,.formPage{position:relative}
.hero:before,.section:before,.brandFamily:before,.contactPanel:before,.formPage:before{content:"";position:absolute;left:-5vw;right:-5vw;top:8%;bottom:8%;border:1px solid color-mix(in srgb,var(--line) 50%,transparent);border-radius:38px;pointer-events:none;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 44%,transparent),transparent 50%,color-mix(in srgb,var(--accent) 3%,transparent));box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 30px 90px color-mix(in srgb,var(--text) 4%,transparent);transform:perspective(1600px) rotateX(.7deg) translateZ(-10px)}
.hero{min-height:clamp(500px,66vh,650px);padding:42px 0 48px;grid-template-columns:1fr 1fr;gap:20px}
.hero h1{font-size:clamp(44px,5.8vw,76px);text-shadow:0 8px 28px color-mix(in srgb,var(--text) 7%,transparent)}
.heroCopy,.heroVisual{transform-style:preserve-3d}.heroCopy{transform:translateZ(40px)}
.heroLead,.heroText{max-width:560px}.heroCtas .btn,.heroCtas .ghostBtn,.heroTrust span{box-shadow:var(--depth3);transform:translateZ(22px)}
.heroVisual{min-height:450px}.core3d{box-shadow:inset -28px -30px 52px rgba(0,0,0,.18),inset 18px 18px 40px rgba(255,255,255,.40),0 35px 75px color-mix(in srgb,var(--accent) 30%,transparent),0 0 45px color-mix(in srgb,var(--accent) 13%,transparent);transform:translate3d(calc(var(--px,0)*18px),calc(var(--py,0)*18px),85px)}
.float3d{box-shadow:var(--depth3);transform:translateZ(55px)}

/* ecosystem cards: beveled glass objects */
.brandFamily{padding:52px 0 24px}.brandFrame{background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);transform-style:preserve-3d;padding:8px}
.brandTrack{padding:14px;gap:16px}.brandCard{min-height:220px;border-radius:24px;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);transform-style:preserve-3d;position:relative;overflow:hidden}
.brandCard:before,.platformCard:before,.capCard:before,.faqItem:before,.formCard:before,.aboutLogoPanel:before,.footerMain:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.30),transparent 32%,transparent 72%,color-mix(in srgb,var(--accent) 8%,transparent));pointer-events:none}
.brandCard:after,.platformCard:after,.capCard:after{content:"";position:absolute;left:8%;right:8%;bottom:6px;height:18px;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,transparent);filter:blur(15px);transform:translateZ(-20px);pointer-events:none}
.brandLogoBox{height:108px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 90%,transparent),color-mix(in srgb,var(--surface2) 85%,transparent));box-shadow:inset 0 2px 0 rgba(255,255,255,.8),0 18px 34px rgba(16,35,29,.07);transform:translateZ(24px)}
.brandLogoBox img{max-width:86%;max-height:78px;filter:drop-shadow(0 10px 10px rgba(0,0,0,.12));transform:translateZ(20px)}
.brandLogoBox img[src*="colorlab"]{max-width:92%;max-height:76px}.brandLogoBox img[src*="tools"]{max-width:92%;max-height:70px}

/* four cards exactly one row on desktop */
.ecosystemGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;perspective:1800px}.platformCard{min-height:330px;padding:16px;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);transform-style:preserve-3d;position:relative;overflow:hidden}
.platformLogo{height:112px;border-radius:19px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface2) 85%,transparent));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 16px 30px rgba(16,35,29,.08);transform:translateZ(28px);border:1px solid var(--edge3);display:grid;place-items:center}
.platformLogo img{transform:translateZ(28px);filter:drop-shadow(0 12px 14px rgba(0,0,0,.14))}.platformLogo img[src*="tools"]{max-width:88%!important;max-height:78px!important}.platformLogo img[src*="colorlab"]{max-width:92%!important;max-height:78px!important}
.platformCard h3,.platformCard p,.platformLink{position:relative;z-index:2;transform:translateZ(24px)}
.platformCard h3{font-size:22px;margin-top:5px}.platformCard p{font-size:13px}.platformLink{box-shadow:0 10px 20px rgba(16,35,29,.08);border:1px solid var(--line);padding:8px 11px;border-radius:12px;background:var(--surface);display:inline-flex}

/* capability and FAQ surfaces */
.cardGrid{perspective:1600px}.capCard,.faqItem,.infoCard,.founderCard,.missionCard{background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);transform-style:preserve-3d;position:relative;overflow:hidden}.capCard h3,.capCard p,.capTop,.capIcon{position:relative;z-index:2;transform:translateZ(26px)}
.capIcon{box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 18px 30px rgba(16,35,29,.12)}
.faqItem{margin-bottom:12px}.faqQuestion{background:transparent;position:relative;z-index:2;transform:translateZ(18px)}

/* technology — keep composition, improve physical depth only */
.techSection{position:relative}.scene{transform-style:preserve-3d;perspective:1800px}.scenePlane{box-shadow:var(--depth3)!important;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo))!important;border:1px solid var(--edge3)!important}.sceneLogoCard{box-shadow:var(--depth3)!important;border-color:var(--edge3)!important}.sceneLogoCard img{filter:drop-shadow(0 16px 18px rgba(0,0,0,.18))!important}.sceneP{box-shadow:0 36px 90px color-mix(in srgb,var(--accent) 32%,transparent),inset 0 2px 0 rgba(255,255,255,.55),0 0 40px var(--3dGlow)!important}.techCopy{transform:translateZ(40px)}

/* About physical presentation */
.aboutLogoPanel{background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo));box-shadow:var(--depth3);transform-style:preserve-3d}.aboutLogoPanel img{filter:drop-shadow(0 22px 25px rgba(0,0,0,.16))}.aboutLogoBase{box-shadow:0 25px 50px color-mix(in srgb,var(--accent) 18%,transparent),inset 0 1px 0 rgba(255,255,255,.8)}

/* Contact: compact, 3D and single viewport */
.contactExperience{height:calc(100vh - 96px)!important;min-height:520px!important;max-height:680px!important;padding:24px 0 28px!important;grid-template-columns:.9fr 1.1fr!important;gap:28px!important;align-items:center!important}
.contactIntro{transform:translateZ(52px)}.contactIntro h1{font-size:clamp(42px,4.4vw,62px)!important}.contactMeta>div{box-shadow:var(--depth3)!important;transform:translateZ(25px)}
.contactFormCard{border-radius:26px!important;box-shadow:var(--depth3)!important;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo))!important;transform-style:preserve-3d;position:relative}
.formCardTop,.formGrid,.formBottom{position:relative;z-index:2;transform:translateZ(22px)}.inputShell{transform:translateZ(24px)!important;border-radius:15px!important;background:linear-gradient(145deg,var(--surface),var(--surface2))!important;box-shadow:inset 0 2px 8px rgba(10,45,31,.05),0 16px 30px rgba(10,45,31,.09),inset 0 1px 0 rgba(255,255,255,.9)!important}.inputShell:focus-within{transform:translateZ(40px) scale(1.012)!important;box-shadow:0 0 0 3px var(--3dGlow),0 26px 50px rgba(10,45,31,.16),inset 0 1px 0 rgba(255,255,255,.95)!important}.formSubmit{transform:translateZ(38px)!important;border-radius:15px!important}.formSubmit:hover{transform:translateY(-3px) translateZ(48px)!important}

/* Footer becomes a short floating dock */
.siteFooter{padding:16px 0 12px!important;perspective:1800px}.footerMain{padding:18px 22px 14px!important;border-radius:24px!important;background:linear-gradient(145deg,var(--glass-hi),var(--glass-lo))!important;box-shadow:var(--depth3)!important;min-height:175px}.footerIdentity,.footerLinks{transform:translateZ(30px)}.footerLogo img{width:175px!important;height:52px!important}.footerIdentity p{font-size:12px!important;line-height:1.35!important}.footerLinks a{font-size:11px!important;margin:3px 0!important}.footerLinks h3{font-size:10px!important}.footerBottom{padding:8px 0 0!important;font-size:10px!important}

/* preserve motion without nausea */
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
@media(max-width:1050px){.hero{min-height:560px}.hero:before,.section:before,.brandFamily:before,.contactPanel:before,.formPage:before{left:-2vw;right:-2vw}.contactExperience{height:auto!important;max-height:none!important;min-height:0!important}.ecosystemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.siteHeader{padding:5px 10px 0}.navShell{height:64px;padding:0 16px}.siteBrand{min-width:0}.siteBrand img{width:150px}.hero{grid-template-columns:1fr;min-height:0;padding:48px 0 58px}.heroVisual{min-height:370px}.hero h1{font-size:clamp(42px,12vw,64px)}.ecosystemGrid{grid-template-columns:1fr}.contactExperience{grid-template-columns:1fr!important}.footerMain{grid-template-columns:1fr!important}.footerLinks{grid-template-columns:repeat(2,1fr)!important}}

/* V15 — precision layout pass: every major section fits one desktop viewport */
html,body{min-height:100%;}
body{display:flex;flex-direction:column;overflow-x:clip;}
body>main{flex:1 0 auto;min-width:0;}
.siteFooter{flex:0 0 auto;}

/* Remove the oversized decorative section shells that caused visual overlap */
.hero:before,.section:before,.brandFamily:before,.contactPanel:before,.formPage:before,.aboutPreview:before,.faqSection:before,.techSection:before{left:0!important;right:0!important;top:3%!important;bottom:3%!important;height:auto!important;transform:perspective(1600px) rotateX(.5deg) translateZ(-35px)!important;border-radius:28px!important;z-index:-1!important;}

@media(min-width:1051px){
  /* one viewport per major section; the page itself remains naturally scrollable */
  .hero{height:calc(100vh - var(--header) - 10px)!important;min-height:560px!important;max-height:760px!important;padding:28px 0 34px!important;}
  .hero h1{font-size:clamp(48px,5.7vw,76px)!important;line-height:.98!important;margin:14px 0!important;}
  .heroLead{font-size:18px!important;margin-bottom:7px!important}.heroText{font-size:14px!important;line-height:1.45!important;max-width:590px!important}.heroCtas{margin:18px 0!important}.heroTrust{margin-top:14px!important}.heroVisual{min-height:0!important;height:100%!important;}

  .brandFamily{height:calc(100vh - var(--header) - 48px)!important;min-height:560px!important;max-height:720px!important;padding:30px 0 18px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
  .brandFamily .sectionHead h2{font-size:clamp(32px,3.8vw,48px)!important}.brandFamily .sectionHead p{font-size:13px!important;line-height:1.45!important}.brandFrame{margin-top:16px!important}.brandTrack{padding:12px!important;gap:12px!important}.brandCard{height:190px!important;min-height:190px!important;padding:12px!important}.brandLogoBox{height:125px!important}.brandCardMeta{display:none!important}.brandArrow{position:absolute;right:12px;bottom:12px;width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--edge3);border-radius:10px;background:var(--glass-hi);box-shadow:0 10px 20px rgba(0,0,0,.08);z-index:3}

  #ecosystem,#capabilities,#technology,#about,#faq{height:calc(100vh - var(--header))!important;min-height:560px!important;max-height:760px!important;box-sizing:border-box!important;overflow:hidden!important;}
  #ecosystem{padding:38px 0!important;justify-content:center!important}.sectionHead h2{font-size:clamp(31px,3.6vw,48px)!important}.sectionHead p{font-size:14px!important;line-height:1.45!important}
  .ecosystemGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}.platformCard{min-height:0!important;height:300px!important;padding:14px!important}.platformTop{font-size:9px!important}.platformLogo{height:112px!important;margin:6px 0 10px!important}.platformLogo img{max-height:78px!important}.platformCard p{font-size:12px!important;line-height:1.42!important;max-width:none!important;margin:7px 0!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.platformLink{font-size:11px!important;padding:7px 10px!important;align-self:flex-start;margin-top:auto!important}
  #capabilities{padding:34px 0!important}.cardGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important;margin-top:16px!important}.capCard{min-height:0!important;height:245px!important;padding:16px!important}.capIcon{width:42px!important;height:42px!important;margin:18px 0 12px!important}.capCard h3{font-size:18px!important}.capCard p{font-size:12px!important;line-height:1.4!important;margin:6px 0!important}
  #technology{padding:24px 0!important;overflow:hidden!important}.techSection{grid-template-columns:1fr 1fr!important;gap:28px!important}.scene{height:470px!important;min-height:470px!important;overflow:hidden!important}.sceneLogoCard{width:158px!important;height:76px!important}.sceneP{width:128px!important;height:128px!important}.sceneP img{width:88px!important;height:88px!important}.techCopy h2{font-size:clamp(40px,4.2vw,58px)!important;margin:9px 0 12px!important}.techCopy>p{font-size:14px!important;line-height:1.5!important}.techList{gap:0!important;margin-top:14px!important}.techList div{padding:10px 0!important;font-size:13px!important}
  #about{padding:28px 0!important}.aboutPreview{grid-template-columns:.72fr 1.28fr!important;gap:34px!important}.aboutLogoPanel{min-height:360px!important;height:360px!important}.aboutCopy h2{font-size:clamp(38px,4.3vw,58px)!important;margin:10px 0 14px!important}.aboutCopy p{font-size:14px!important;line-height:1.55!important;margin:9px 0!important}
  #faq{padding:30px 0!important}.faqLayout{grid-template-columns:.58fr 1.42fr!important;gap:24px!important;margin-top:16px!important}.faqIntroCard{padding:20px!important;position:static!important}.faqOrb{width:58px!important;height:58px!important;margin-bottom:24px!important}.faqIntroCard h3{font-size:23px!important}.faqIntroCard p{font-size:13px!important;line-height:1.45!important}.faqItem{margin-bottom:7px!important}.faqQuestion{padding:12px 16px!important;grid-template-columns:38px 1fr 28px!important}.faqQText{font-size:14px!important}.faqAnswer p{font-size:12px!important;line-height:1.45!important;padding:0 16px 14px 70px!important}

  /* Contact page is a true single viewport, with no internal scrolling */
  .contactExperience{height:calc(100vh - var(--header))!important;min-height:560px!important;max-height:760px!important;padding:24px 0!important;overflow:hidden!important;box-sizing:border-box!important;width:min(1180px,calc(100% - 48px))!important;grid-template-columns:.86fr 1.14fr!important;gap:24px!important;}
  .contactIntro h1{font-size:clamp(40px,4.3vw,58px)!important}.contactIntro>p{font-size:14px!important;line-height:1.45!important}.contactMeta{margin-top:14px!important}.contactMeta>div{padding:9px 10px!important}.contactMeta strong{font-size:12px!important}.contactMeta small{font-size:10px!important}
  .contactFormCard{padding:16px!important;max-height:500px!important;overflow:visible!important}.formCardTop{margin-bottom:7px!important}.inputShell{min-height:44px!important}.inputShell input,.inputShell textarea{font-size:13px!important}.inputShell textarea{min-height:68px!important}.field{margin-bottom:7px!important}.formBottom>span{font-size:9px!important;max-width:250px!important}.formSubmit{padding:10px 13px!important;font-size:12px!important}

  /* Compact footer and no dead area below it */
  .siteFooter{padding:12px 0 8px!important}.footerMain{min-height:0!important;padding:15px 20px 11px!important}.footerLogo img{width:160px!important;height:46px!important}.footerIdentity p{font-size:11px!important;line-height:1.3!important;margin:5px 0 8px!important}.footerLinks{gap:14px!important}.footerLinks>div{padding-left:9px!important}.footerLinks h3{font-size:9px!important;margin-bottom:4px!important}.footerLinks a{font-size:10px!important;margin:2px 0!important;line-height:1.2!important}.footerBottom{padding:6px 0 0!important;font-size:9px!important}
}

/* Never allow 3D scenes or decorative layers to create a horizontal scroll */
.hero,.section,.brandFamily,.formPage,.contactPanel,.siteFooter{max-width:100vw;}
.scene,.heroVisual{contain:layout paint;}

/* Dark mode: keep real logos readable without changing the supplied artwork */
:root[data-theme=dark] .siteBrand img,:root[data-theme=dark] .footerLogo img,:root[data-theme=dark] .aboutLogoPanel img{filter:drop-shadow(0 8px 12px rgba(0,0,0,.38)) brightness(1.08) saturate(1.05)}
:root[data-theme=dark] .platformLogo img[src*="pritikart-tools"],:root[data-theme=dark] .platformLogo img[src*="pritikart-colorlab"],:root[data-theme=dark] .brandLogoBox img[src*="pritikart-tools"],:root[data-theme=dark] .brandLogoBox img[src*="pritikart-colorlab"],:root[data-theme=dark] .sceneLogoCard img[src*="pritikart-tools"],:root[data-theme=dark] .sceneLogoCard img[src*="pritikart-colorlab"]{filter:drop-shadow(0 8px 12px rgba(255,255,255,.10)) brightness(1.12) saturate(1.08)}

@media(max-width:1050px){body{display:block}.hero,.brandFamily,#ecosystem,#capabilities,#technology,#about,#faq,.contactExperience{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.siteFooter{margin-top:0!important}}

/* V16 — structural polish, accessible SEO and immersive 3D consistency */
html{scroll-behavior:smooth;overflow-x:hidden}
body{overflow-x:hidden;isolation:isolate}
.siteHeader{z-index:1000}
.siteHeader .navShell{box-shadow:0 20px 60px color-mix(in srgb,var(--accent) 7%,transparent), inset 0 1px 0 rgba(255,255,255,.5);transform:translateZ(24px)}
.primaryNav a,.contactButton,.themeToggle,.accountButton{transform:translateZ(12px);transition:transform .25s ease,box-shadow .25s ease}
.primaryNav a:hover,.contactButton:hover,.themeToggle:hover,.accountButton:hover{transform:translateZ(24px) translateY(-2px)}
.hero,.section,.brandFamily,.formPage,.contactPanel{overflow:clip}
.heroCopy,.sectionHead,.platformCard,.capCard,.aboutCopy,.techCopy,.faqItem,.contactPanel,.formCard,.footerMain{transform-style:preserve-3d}
.platformCard,.capCard,.infoCard,.founderCard,.missionCard,.principleCard,.faqItem,.contactPanel,.formCard{box-shadow:0 18px 45px rgba(12,45,33,.09),0 2px 0 rgba(255,255,255,.72) inset,0 -1px 0 rgba(10,166,107,.08);}
[data-theme=dark] .platformCard,[data-theme=dark] .capCard,[data-theme=dark] .infoCard,[data-theme=dark] .founderCard,[data-theme=dark] .missionCard,[data-theme=dark] .principleCard,[data-theme=dark] .faqItem,[data-theme=dark] .contactPanel,[data-theme=dark] .formCard{box-shadow:0 24px 65px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.08) inset,0 0 30px rgba(92,229,167,.05)}
/* metadata/structured data is intentionally non-visible; no keyword-stuffed hidden body copy is used */
@media(min-width:1051px){
  .hero{min-height:520px!important;height:min(62vh,620px)!important;max-height:620px!important}
  .brandFamily,#ecosystem,#capabilities,#technology,#about,#faq{min-height:520px!important;height:min(78vh,690px)!important;max-height:690px!important}
  #capabilities .cardGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #capabilities .capCard{height:235px!important}
  .footerMain{align-items:start}
}

/* V16.1 CONTACT FORM — FLOATING LABEL / 3D USER FORM */
.contactFormCard{position:relative;isolation:isolate;overflow:visible}
.contactFormCard:before{content:"";position:absolute;inset:10px -10px -10px 10px;border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 9%,transparent),transparent 55%);filter:blur(18px);z-index:-1;pointer-events:none}
.contactFormCard .field{margin:0 0 14px}
.contactFormCard .formGrid{gap:14px}
.floatField .inputShell{position:relative;min-height:58px;padding:0 15px 0 48px;border-radius:16px;border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 94%,white),var(--surface2));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -8px 18px rgba(10,45,31,.025),0 8px 22px rgba(10,45,31,.07);transform:translateZ(0);transition:border-color .22s,box-shadow .22s,transform .22s,background .22s}
.floatField .inputShell>span:first-child{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:8px;display:grid;place-items:center;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--surface));font-size:13px;font-weight:800;z-index:2}
.floatField input,.floatField textarea{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--text);font-size:16px;padding:18px 0 5px}
.floatField input{min-height:56px}
.floatField textarea{min-height:92px;resize:none;padding-top:22px;padding-bottom:18px}
.floatField input::placeholder,.floatField textarea::placeholder{color:var(--softText);opacity:.82;transition:opacity .18s,transform .18s}
.floatField label{position:absolute;left:43px;top:50%;transform:translateY(-50%);padding:0 6px;background:transparent;color:var(--softText);font-size:14px;line-height:1;font-weight:600;pointer-events:none;z-index:3;transition:top .18s,transform .18s,font-size .18s,color .18s,background .18s}
.floatField textarea + label{top:28px;transform:none}
.floatField .inputShell:focus-within,.floatField .inputShell:has(input:not(:placeholder-shown)),.floatField .inputShell:has(textarea:not(:placeholder-shown)){border-color:var(--accent);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 98%,white),var(--surface2));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent),0 18px 35px rgba(10,45,31,.11);transform:translateY(-2px) translateZ(8px)}
.floatField .inputShell:focus-within label,.floatField .inputShell:has(input:not(:placeholder-shown)) label,.floatField .inputShell:has(textarea:not(:placeholder-shown)) label{top:-7px;transform:none;font-size:11px;font-weight:800;letter-spacing:.04em;color:var(--accent);background:var(--surface);border-radius:6px}
.floatField .inputShell:focus-within input::placeholder,.floatField .inputShell:focus-within textarea::placeholder{opacity:.28;transform:translateX(5px)}
.floatField .inputShell:has(textarea:not(:placeholder-shown)) label,.floatField .inputShell:focus-within textarea + label{top:-7px}
.textareaShell{min-height:110px!important;align-items:flex-start!important}
.textareaShell>span:first-child{top:24px!important;transform:none!important}
.textareaShell .charCount{position:absolute;right:14px;bottom:10px;font-size:10px;font-weight:800;color:var(--accent);line-height:1.2;pointer-events:none}
.formSubmit{min-width:190px;min-height:52px;border-radius:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 15px 30px rgba(10,45,31,.18),0 0 0 1px color-mix(in srgb,var(--accent) 22%,transparent);transform-style:preserve-3d}
.formSubmit:hover{transform:translateY(-3px) rotateX(2deg) translateZ(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 22px 38px rgba(10,45,31,.2),0 0 24px color-mix(in srgb,var(--accent) 18%,transparent)}
.formSubmit b{font-size:18px;transform:translateZ(8px)}
@media(max-width:760px){.contactFormCard .formGrid{grid-template-columns:1fr}.floatField input,.floatField textarea{font-size:16px}.formBottom{gap:12px;align-items:stretch;flex-direction:column}.formSubmit{width:100%}}
