:root{--bg: #020617;--surface: rgba(15, 23, 42, .75);--surface-2: rgba(15, 23, 42, .95);--stroke: rgba(148, 163, 184, .25);--text: #e2e8f0;--muted: #94a3b8;--accent: #22d3ee;--accent-2: #a78bfa;--max-width: 1120px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 10% 5%,#0b1120,#020617 48%,#01030d 100%)}a{color:inherit;text-decoration:none}.site-shell{position:relative;overflow:hidden}.parallax-layer{--parallax-y: 0px;transform:translate3d(0,var(--parallax-y),0);will-change:transform}.reveal-on-scroll{opacity:0;transform:translate3d(0,18px,0) scale(.992);transition:opacity .34s ease-out,transform .34s ease-out}.reveal-on-scroll.is-visible{opacity:1;transform:translateZ(0) scale(1)}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(148,163,184,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 90%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 90%);pointer-events:none}.top-nav{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(2,6,23,.65);border-bottom:1px solid rgba(148,163,184,.2)}.top-nav__inner{width:min(100%,var(--max-width));margin:0 auto;padding:.95rem 1.2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brandmark{display:flex;align-items:center;gap:.8rem}.brandmark__pulse{width:11px;height:11px;border-radius:50%;background:linear-gradient(120deg,var(--accent),var(--accent-2));box-shadow:0 0 26px #22d3eed9;animation:pulse 1.8s ease-in-out infinite}.brandmark__name{margin:0;font-weight:700}.brandmark__role{margin:0;color:var(--muted);font-size:.84rem}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.desktop-nav a{color:#cbd5e1;font-weight:500}.desktop-nav a:hover{color:#f8fafc}.top-nav__actions{display:flex;align-items:center;gap:.85rem;font-size:1.2rem}.top-nav__actions a:hover{color:var(--accent)}.mobile-toggle{display:none;border:0;background:transparent;color:var(--text);font-size:1.3rem;cursor:pointer}.mobile-nav{display:none;flex-direction:column;gap:.6rem;width:min(100%,var(--max-width));margin:0 auto;padding:0 1.2rem 1.2rem}.mobile-nav a{border:1px solid var(--stroke);border-radius:10px;background:rgba(15,23,42,.8);padding:.7rem .9rem}.hero{position:relative;min-height:calc(100vh - 75px);padding:4.6rem 1.25rem 3rem}.hero-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none;z-index:0}.hero-orb--a{width:260px;height:260px;top:16%;right:-70px;background:radial-gradient(circle,rgba(34,211,238,.4),rgba(34,211,238,0))}.hero-orb--b{width:360px;height:360px;top:48%;left:-120px;background:radial-gradient(circle,rgba(167,139,250,.32),rgba(167,139,250,0))}.hero__content{width:min(100%,var(--max-width));margin:0 auto;display:flex;gap:2.5rem;position:relative;z-index:1}.hero__left{max-width:760px}.hero__left h1{margin:.5rem 0 1rem;font-size:clamp(2rem,5vw,3.7rem);line-height:1.12}.hero__eyebrow{color:#67e8f9;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem}.hero__description{color:#cbd5e1;font-size:1.05rem;line-height:1.75;max-width:58ch}.gradient-text{background:linear-gradient(115deg,#67e8f9,#c084fc,#fb7185);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__cta{margin-top:2rem;display:flex;gap:.8rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.78rem 1.05rem;font-weight:600;border:1px solid transparent}.btn--primary{color:#020617;background:linear-gradient(120deg,#22d3ee,#a78bfa)}.btn--primary:hover{transform:translateY(-1px)}.btn--ghost{border-color:var(--stroke);color:#f8fafc;background:rgba(15,23,42,.45)}.stat-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.stat-card{border:1px solid var(--stroke);border-radius:16px;padding:1rem;background:var(--surface)}.stat-card h3{margin:0;font-size:1.5rem}.stat-card p{margin:.4rem 0 0;color:var(--muted);font-size:.86rem}.floating-icon-cloud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.floating-icon-chip{position:absolute;width:56px;height:56px;border-radius:16px;border:1px solid rgba(148,163,184,.32);background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(15,23,42,.7));display:grid;place-items:center;box-shadow:0 10px 25px #0206176b;animation:iconFloat var(--float-duration) ease-in-out infinite;animation-delay:var(--float-delay)}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(2deg)}}.content-section{width:min(100%,var(--max-width));margin:0 auto;padding:4rem 1.25rem 1rem}.section-heading{margin-bottom:1.6rem}.section-heading h2{margin:.2rem 0 .7rem;font-size:clamp(1.5rem,3vw,2.3rem)}.section-heading p{color:var(--muted);margin:0}.section-tag{color:#67e8f9;text-transform:uppercase;letter-spacing:.15em;font-size:.76rem}.principle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.principle-card,.project-card,.contact-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:1.1rem}.principle-card h3,.project-card h3,.contact-card h3{margin-top:0}.principle-card p,.project-card p,.contact-card p{color:var(--muted);line-height:1.6}.profile-band{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-band>div{background:var(--surface-2);border:1px solid var(--stroke);border-radius:16px;padding:1rem}.profile-band__title{margin:0;color:#e2e8f0;font-size:.85rem;text-transform:uppercase;letter-spacing:.09em}.stack-grid{display:grid;gap:.65rem;grid-template-columns:repeat(6,minmax(0,1fr))}.stack-grid span{border:1px solid var(--stroke);border-radius:999px;background:var(--surface-2);text-align:center;padding:.55rem .8rem;font-size:.9rem}.timeline{margin-top:1.3rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.timeline article{border:1px solid var(--stroke);border-radius:16px;background:linear-gradient(180deg,rgba(30,41,59,.82),rgba(15,23,42,.85));padding:1rem}.timeline h3{margin-top:0}.timeline p{color:var(--muted);line-height:1.55}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-chip-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.9rem 0}.project-chip-row span{border:1px solid rgba(34,211,238,.35);border-radius:999px;color:#67e8f9;padding:.2rem .58rem;font-size:.78rem}.project-footer{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-top:.8rem}.project-footer a{display:inline-flex;align-items:center;gap:.35rem;color:#c4b5fd}.project-card--cta{display:flex;flex-direction:column;justify-content:center}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-card a{display:inline-flex;align-items:center;gap:.35rem;color:#c4b5fd}.contact-links{display:flex;gap:1rem}.contact-card--highlight{background:linear-gradient(135deg,rgba(34,211,238,.18),rgba(167,139,250,.2))}.site-footer{margin-top:4rem;border-top:1px solid var(--stroke);background:rgba(2,6,23,.8)}.site-footer__inner{width:min(100%,var(--max-width));margin:0 auto;padding:1.2rem;color:var(--muted);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.75);opacity:.75}}@media (max-width: 980px){.hero__content,.principle-grid,.timeline,.project-grid,.contact-grid{grid-template-columns:1fr}.stat-grid,.profile-band{grid-template-columns:repeat(2,minmax(0,1fr))}.stack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:auto}.floating-icon-chip{width:48px;height:48px}}@media (max-width: 760px){.desktop-nav{display:none}.mobile-toggle,.mobile-nav{display:flex}.floating-icon-cloud{opacity:.5}.stat-grid,.profile-band,.stack-grid{grid-template-columns:1fr}.site-footer__inner{flex-direction:column}.parallax-layer{transform:none}}@media (prefers-reduced-motion: reduce){.reveal-on-scroll,.reveal-on-scroll.is-visible,.parallax-layer,.brandmark__pulse{animation:none!important;transition:none!important;transform:none!important;opacity:1!important;filter:none!important}}
