.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:44px;align-items:center}.hero-copy{position:relative;z-index:2}.motion-stage{height:390px;position:relative;isolation:isolate;display:grid;place-items:center}.motion-stage:before{content:"";position:absolute;inset:36px;border-radius:50%;background:radial-gradient(circle at 45% 42%,color-mix(in srgb,var(--brand) 16%,var(--surface)),transparent 63%);filter:blur(2px)}.motion-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:50%;animation:orbitSpin 24s linear infinite}.orbit-one{width:310px;height:310px}.orbit-two{width:225px;height:225px;border-style:dashed;animation-duration:18s;animation-direction:reverse}.motion-core{width:142px;height:142px;border-radius:34px;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--brand) 10%,var(--surface)));border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));box-shadow:0 24px 60px color-mix(in srgb,var(--brand) 24%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:3;animation:coreFloat 4.8s ease-in-out infinite}.core-mark{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:grid;place-items:center;font:800 22px Manrope;margin-bottom:8px}.motion-core b{font:800 16px Manrope}.motion-core small{font-size:10px;color:var(--muted);margin-top:5px;display:flex;align-items:center;gap:5px}.motion-core small i{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e20}.motion-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;padding:10px 12px;background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 35px rgba(15,23,42,.12);backdrop-filter:blur(12px);min-width:142px;animation:chipFloat 5s ease-in-out infinite}.motion-chip>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:color-mix(in srgb,var(--chip) 13%,var(--surface));color:var(--chip);font-size:19px}.motion-chip b{display:block;font-size:11px}.motion-chip small{font-size:9px;color:var(--muted)}.chip-pdf{--chip:#e11d48;left:6%;top:17%;animation-delay:-.6s}.chip-image{--chip:#16a34a;right:1%;top:23%;animation-delay:-2s}.chip-work{--chip:#2563eb;left:3%;bottom:15%;animation-delay:-3.2s}.chip-private{--chip:#7c3aed;right:4%;bottom:11%;animation-delay:-4.1s}.spark{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 7px color-mix(in srgb,var(--brand) 10%,transparent);animation:sparkPulse 2.8s ease-in-out infinite}.spark-a{top:11%;right:31%}.spark-b{bottom:5%;left:36%;animation-delay:-1s}.spark-c{top:48%;left:3%;width:6px;height:6px;animation-delay:-2s}@keyframes orbitSpin{to{transform:rotate(360deg)}}@keyframes coreFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes sparkPulse{0%,100%{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.25)}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.motion-stage{height:350px;max-width:560px;width:100%;margin:8px auto -10px}.hero h1{max-width:700px}}@media(max-width:520px){.motion-stage{height:310px;transform:scale(.92);transform-origin:center}.orbit-one{width:280px;height:280px}.orbit-two{width:200px;height:200px}.motion-core{width:125px;height:125px}.motion-chip{min-width:124px;padding:8px}.chip-pdf,.chip-work{left:-3%}.chip-image,.chip-private{right:-3%}}@media(prefers-reduced-motion:reduce){.motion-orbit,.motion-core,.motion-chip,.spark{animation:none!important}}
