.lazy-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:#fffaf359}.lazy-image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#fffaf333,#ffffff8c,#fffaf333);background-size:200% 100%;animation:shimmer 3s linear infinite}.lazy-image{display:block;width:100%;height:100%;object-fit:cover;opacity:0;filter:blur(12px);transform:scale(1.03);transition:opacity .45s ease,filter .45s ease,transform .45s ease}.lazy-image.loaded{opacity:1;filter:blur(0);transform:scale(1)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root{color-scheme:light;--bg: #eef4fb;--surface: rgba(255, 255, 255, .8);--surface-strong: #f7fbff;--text: #1b2a3a;--muted: #5c6f82;--line: rgba(27, 42, 58, .08);--accent: #5aa9ff;--accent-deep: #2f7dd1;--accent-soft: #cfe6ff;--shadow: 0 24px 60px rgba(30, 60, 120, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(90,169,255,.18),transparent 30%),radial-gradient(circle at top right,rgba(120,190,255,.18),transparent 24%),linear-gradient(180deg,#f5f9ff,#eaf3ff)}button,a{font:inherit}img{display:block;max-width:100%}.page-shell{min-height:100vh}.hero,.section,.footer{padding-inline:clamp(1.25rem,4vw,4rem)}.hero{min-height:100vh;padding-top:1.25rem}.topbar{position:static;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:1px solid transparent;border-radius:999px;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease,transform .3s ease}.topbar--sticky{position:fixed;top:0;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:1200px;z-index:1000;background:#fffaf31a;border-color:#1e243014;box-shadow:0 18px 40px #2b231c14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{border:0;padding:0;background:transparent;cursor:pointer}.brand img{width:15rem;height:4rem;object-fit:contain}.topbar-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.nav-button{border:0;border-radius:999px;background:transparent;color:var(--text);padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.nav-button:hover{background:#5aa9ff1f;color:var(--accent-deep);transform:translateY(-1px)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,4vw,5rem);align-items:center;min-height:calc(100vh - 8rem)}.hero-copy h1,.section-heading h2,.project-copy h3,.skills-content h3,.about-card h3{margin:0}.hero-copy h1{font-size:clamp(3rem,8vw,5rem);padding:10px;line-height:.92;max-width:10ch}.hero-copy h2{margin:1.25rem 0 0;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;color:var(--accent-deep)}.hero-copy p:not(.eyebrow){max-width:36rem;margin:1.25rem 0 0;font-size:1.05rem;line-height:1.8;color:var(--muted)}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.18em;font-size:1.4rem;color:var(--accent-deep);margin:16px;font-weight:700}.cta-button,.slider-button,.project-gallery-btn,.skills-tab{cursor:pointer}.cta-button{margin-top:2rem;border:0;border-radius:999px;background:var(--accent);color:#fff;padding:1rem 1.4rem;box-shadow:0 16px 28px #5aa9ff4d;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 20px 32px #5aa9ff66}.hero-visual{position:relative;display:grid;place-items:center}.hero-orbit{position:absolute;top:8%;right:6%;bottom:8%;left:6%;border:1px dashed rgba(2,22,61,.18);border-radius:44% 56% 58% 42%/44% 35% 65% 56%;animation:spin 20s linear infinite}.hero-orbit2{position:absolute;top:8%;right:6%;bottom:8%;left:6%;border:1px dashed rgba(8,18,193,.18);border-radius:37% 55% 53% 32%/37% 32% 55% 53%;animation:spin 20s alternate-reverse infinite}.hero-visual img{position:relative;z-index:1;width:min(100%,20rem);filter:drop-shadow(0 30px 60px rgba(61,46,36,.18));border-radius:20px}.section{padding-top:6rem;padding-bottom:6rem}.section--muted{background:#fff6}.section--narrow{max-width:72rem}.section-heading{max-width:60rem;margin-bottom:2.5rem}.section-heading h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}.projects-slider{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}.projects-track{overflow:hidden}.slider-button,.project-gallery-btn{width:3.5rem;height:3.5rem;border:1px solid var(--line);border-radius:50%;background:#ffffffb8;color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;padding:1.5rem;background:var(--surface);border:1px solid rgba(255,255,255,.7);border-radius:2rem;box-shadow:var(--shadow)}.project-copy{display:flex;flex-direction:column;justify-content:center;padding:1rem}.project-copy h3{font-size:clamp(.8rem,1rem,1.25rem);line-height:1}.project-copy p:last-of-type,.project-copy>p:nth-of-type(2){color:var(--muted);line-height:1.8}.project-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;color:var(--accent-deep)}.project-meta span{font-size:small;padding:.55rem .85rem;border-radius:999px;background:#5aa9ff1f;color:var(--accent-deep)}.project-gallery{position:relative;min-height:26rem;overflow:hidden;border-radius:1.5rem;background:#5aa9ff1f}.project-gallery img{width:100%;height:100%;object-fit:contain;padding:1.5rem}.project-gallery-btn{position:absolute;top:50%;z-index:1;transform:translateY(-50%);background:transparent}.project-gallery-btn:first-of-type{left:1rem}.project-gallery-btn:last-of-type{right:1rem}.slider-dots,.project-gallery-dots{display:flex;justify-content:center;gap:.55rem}.slider-dots{margin-top:1.5rem}.project-gallery-dots{position:absolute;right:0;bottom:1rem;left:0}.slider-dots button,.project-gallery-dots button{width:.7rem;height:.7rem;border:0;border-radius:50%;background:#1e24302e}.slider-dots .is-active,.project-gallery-dots .is-active{background:var(--accent)}.skills-panel{padding:2rem;border-radius:2rem;background:var(--surface);box-shadow:var(--shadow)}.skills-tab-list{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.5rem}.skills-tab{border:0;border-radius:999px;padding:.9rem 1.15rem;color:#102033;transition:transform .2s ease,box-shadow .2s ease}.skills-tab span{margin-right:.55rem;opacity:.65}.skills-tab--active{transform:translateY(-2px);box-shadow:4px 6px 4px #0f121760}.skills-tab--sky{background:#a9cff8}.skills-tab--mint{background:#c8ede1}.skills-tab--blue{background:#b7c8ff}.skills-tab--navy{background:#a8c0f8}.skills-tab--deep{background:#90a8e4}.skills-tab--bright{background:#88d8ff}.skills-tab--nightblue{background:#0876a9}.skills-tab--softblue{background:#b4e7ff}.skills-content{padding:1rem .5rem .5rem}.skills-content h3{font-size:clamp(1.5rem,3vw,2.25rem)}.skills-content p,.education-copy,.about-card p{color:var(--muted);line-height:1.8}.tech{font-size:small;padding:.55rem .85rem;border-radius:999px;background:#5aa9ff1f;color:var(--accent-deep);box-sizing:border-box;width:fit-content}.education-copy{font-size:1.1rem}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.about-grid img,.about-card{min-height:20rem;border-radius:1.75rem}.about-grid img{width:100%;height:100%;object-fit:cover;box-shadow:var(--shadow)}.about-card{padding:2rem;background:var(--surface-strong);border:1px solid rgba(30,36,48,.08)}.about-card h3{margin-bottom:.75rem;font-size:1.6rem}.footer{padding-top:4rem;padding-bottom:4rem;text-align:center;background:#1e2430}.footer .eyebrow{color:#ffffffb3}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links a{color:#fff;text-decoration:none;padding:.9rem 1.2rem;border-radius:999px;background:#ffffff14}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 960px){.hero-grid,.project-card,.about-grid,.projects-slider{grid-template-columns:1fr}.slider-button{display:none}.topbar{border-radius:1.5rem;align-items:flex-start;flex-direction:column}.topbar-links{justify-content:flex-start}}@media (max-width: 640px){.hero-copy h1{max-width:none}.project-card,.skills-panel,.about-card{padding:1.25rem}.project-gallery{min-height:18rem}}
