:root{--bg:#f7f4ef;--bg-2:#edf4f1;--surface:#ffffffc7;--surface-raised:#ffffffeb;--nav-bg:#ffffffb8;--heading:#15201f;--text:#53615e;--muted:#7a8783;--line:#1d2c2a24;--accent:#1a7e7a;--accent-strong:#11635f;--button-text:#fff;--panel-glow:#d46d4b2e;--shadow-soft:0 12px 34px #16222014;--shadow-card:0 28px 70px #16222024;--shadow-accent:0 18px 34px #1a7e7a38;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}:root[data-theme=dark]{--bg:#111615;--bg-2:#182321;--surface:#18201ed1;--surface-raised:#1f2a27f5;--nav-bg:#18201ec2;--heading:#f3f1e8;--text:#c0cac5;--muted:#899792;--line:#f3f1e821;--accent:#d46d4b;--accent-strong:#ffad87;--button-text:#17110e;--panel-glow:#1a7e7a38;--shadow-soft:0 12px 34px #0000002e;--shadow-card:0 28px 80px #0000005c;--shadow-accent:0 18px 34px #d46d4b2e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, var(--bg-2), transparent 34rem), linear-gradient(180deg, var(--bg), var(--bg-2));min-width:320px;min-height:100vh;margin:0}body:before{z-index:-1;content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:72px 72px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000008c,#0000 72%);mask-image:linear-gradient(#0000008c,#0000 72%)}button,a{font:inherit}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 62%, transparent);outline-offset:3px}::selection{color:var(--button-text);background:var(--accent)}#root{min-height:100vh}.portfolio-shell{min-height:100vh;color:var(--text)}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;width:min(1180px,100% - 32px);margin:0 auto;padding:18px 0;display:grid;position:sticky;top:0}.brand,.site-nav a,.button{text-decoration:none}.brand{color:var(--heading);align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{border:1px solid var(--line);width:38px;height:38px;color:var(--accent-strong);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:8px;place-items:center;display:grid;overflow:hidden}.brand-mark img{object-fit:contain;width:74%;height:74%}.site-nav{border:1px solid var(--line);background:var(--nav-bg);box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;gap:6px;padding:7px;display:flex}.site-nav a{color:var(--muted);text-transform:capitalize;border-radius:999px;padding:8px 13px;font-size:.9rem;font-weight:700;transition:background .18s,color .18s}.site-nav a:hover,.site-nav a:focus-visible{color:var(--heading);background:var(--surface-raised)}.theme-toggle{border:1px solid var(--line);width:42px;height:42px;color:var(--heading);background:var(--surface);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:8px;justify-self:end;place-items:center;transition:transform .18s,border-color .18s,background .18s;display:grid}.theme-toggle:hover{border-color:var(--accent);transform:translateY(-1px)}.theme-icon{width:18px;height:18px;display:block;position:relative}.theme-icon--sun{border:2px solid;border-radius:50%}.theme-icon--sun:before{content:"";background:linear-gradient(currentColor,currentColor) top/2px 4px no-repeat,linear-gradient(currentColor,currentColor) bottom/2px 4px no-repeat,linear-gradient(90deg,currentColor,currentColor) 0/4px 2px no-repeat,linear-gradient(90deg,currentColor,currentColor) 100%/4px 2px no-repeat;position:absolute;inset:-6px}.theme-icon--moon{border-radius:50%;box-shadow:inset -5px 0 0 1px}.section-band,.contact-section{width:min(1180px,100% - 32px);margin:0 auto}.hero-section{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:42px;min-height:calc(100vh - 80px);padding:54px 0 74px;display:grid}.hero-copy{max-width:780px}.eyebrow,.section-kicker,.panel-label,.project-topline{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.hero-copy h1,.section-heading h2,.intro-grid h2,.contact-section h2{color:var(--heading);margin:0;line-height:1.03}.hero-copy h1{letter-spacing:0;max-width:920px;margin-top:18px;font-size:clamp(3rem,8vw,6.8rem)}.hero-text{max-width:690px;color:var(--text);margin:28px 0 0;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{color:var(--button-text);background:var(--accent);box-shadow:var(--shadow-accent)}.button.secondary{color:var(--heading);border-color:var(--line);background:var(--surface)}.hero-panel{border:1px solid var(--line);background:linear-gradient(135deg, var(--panel-glow), transparent 52%), var(--surface);box-shadow:var(--shadow-card);border-radius:8px;gap:24px;padding:28px;display:grid}.portrait{aspect-ratio:1;border:1px solid var(--line);background:linear-gradient(135deg, #1a7e7a33, transparent 48%), linear-gradient(315deg, #d46d4b3d, transparent 54%), var(--surface-raised);border-radius:8px;place-items:center;width:min(100%,290px);display:grid;overflow:hidden}.portrait img{object-fit:cover;width:100%;height:100%}.panel-text{color:var(--heading);margin:8px 0 0;font-size:1.25rem;font-weight:800}.quick-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.quick-stats span{border:1px solid var(--line);min-width:0;color:var(--muted);background:var(--surface-raised);border-radius:8px;gap:4px;padding:12px;font-size:.78rem;display:grid}.quick-stats strong{color:var(--heading);font-size:1.1rem}.intro-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:.8fr 1fr;gap:44px;padding:76px 0;display:grid}.intro-grid h2,.section-heading h2,.contact-section h2{margin-top:10px;font-size:clamp(2rem,4vw,3.4rem)}.intro-grid p:last-child{margin:0;font-size:1.06rem}.section-band:not(.hero-section):not(.intro-grid){padding:86px 0}.section-heading{gap:8px;max-width:760px;margin-bottom:32px;display:grid}.project-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.project-card{border:1px solid var(--line);background:var(--surface);min-height:420px;box-shadow:var(--shadow-soft);border-radius:8px;gap:18px;padding:24px;display:grid}.project-topline{color:var(--muted);justify-content:space-between;gap:14px;font-size:.7rem;display:flex}.project-card h3,.experience-item h3{color:var(--heading);margin:0}.project-card h3{font-size:1.55rem}.project-card p,.experience-item p,.contact-section p{margin:0}.project-stack,.skill-grid{flex-wrap:wrap;gap:8px;display:flex}.project-stack span,.skill-grid span{border:1px solid var(--line);color:var(--heading);background:var(--surface-raised);border-radius:999px;font-size:.86rem;font-weight:700}.project-stack span{padding:7px 10px}.impact{border-top:1px solid var(--line);color:var(--accent-strong);padding-top:18px;font-weight:800}.project-link{color:var(--heading);-webkit-text-decoration-color:color-mix(in srgb, var(--accent) 55%, transparent);text-decoration-color:color-mix(in srgb, var(--accent) 55%, transparent);text-underline-offset:5px;place-self:end start;font-size:.94rem;font-weight:900;text-decoration-thickness:2px}.project-link:hover,.project-link:focus-visible{color:var(--accent-strong)}.skills-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.skill-collection{flex-wrap:wrap;gap:10px;max-width:900px;display:flex}.skill-pill{border:1px solid var(--line);color:var(--muted);background:var(--surface);box-shadow:var(--shadow-soft);cursor:default;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;transition:transform .24s cubic-bezier(.34,1.56,.64,1),border-color .2s,color .2s,background .2s;display:inline-flex}.skill-pill:hover{border-color:var(--accent);color:var(--heading);background:var(--surface-raised);transform:scale(1.05)translateY(-2px)}.skill-icon{fill:currentColor;opacity:.8;width:20px;height:20px}.skill-pill span{font-size:.9rem;font-weight:700}.experience-list{border-top:1px solid var(--line);display:grid}.experience-item{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr;gap:26px;padding:28px 0;display:grid}.experience-item>span{color:var(--accent-strong);font-weight:900}.experience-item h3{margin-bottom:8px;font-size:1.25rem}.contact-section{border-top:1px solid var(--line);justify-items:start;gap:18px;padding:80px 0 96px;display:grid}.contact-section p:not(.section-kicker){max-width:620px;font-size:1.08rem}.contact-links{flex-wrap:wrap;gap:10px;display:flex}.contact-links a{border:1px solid var(--line);min-height:40px;color:var(--heading);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-weight:800;text-decoration:none;display:inline-flex}.contact-links a:hover,.contact-links a:focus-visible{border-color:var(--accent);color:var(--accent-strong)}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 32px);margin:0 auto;padding:30px 0 36px;display:flex}.footer-brand{color:var(--heading);align-items:center;gap:14px;font-weight:900;text-decoration:none;display:inline-flex}.footer-brand .brand-mark{width:56px;height:56px}.footer-brand .brand-mark img{width:82%;height:82%}.site-footer p{color:var(--muted);margin:10px 0 0;font-size:.95rem;font-weight:700}.footer-socials{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.footer-socials a{border:1px solid var(--line);width:42px;height:42px;color:var(--heading);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:8px;place-items:center;transition:transform .18s,border-color .18s,color .18s;display:grid}.footer-socials a:hover,.footer-socials a:focus-visible{border-color:var(--accent);color:var(--accent-strong);transform:translateY(-2px)}.social-icon{fill:currentColor;width:20px;height:20px}.social-icon rect,.social-icon circle{fill:none;stroke:currentColor;stroke-width:1.9px}@media (width<=920px){.site-header{grid-template-columns:1fr auto}.site-nav{grid-area:2/1/auto/-1;justify-content:center;overflow-x:auto}.hero-section,.intro-grid{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:38px}.hero-panel{max-width:520px}.project-grid{grid-template-columns:1fr}.project-card{min-height:auto}.skill-grid{justify-content:center}}@media (width<=560px){.site-header,.section-band,.contact-section,.site-footer{width:min(100% - 22px,1180px)}.site-nav{border-radius:8px;justify-content:flex-start}.site-nav a{padding-inline:10px}.hero-copy h1{font-size:2.7rem}.hero-text,.intro-grid p:last-child,.contact-section p:not(.section-kicker){font-size:1rem}.hero-actions,.button{width:100%}.hero-panel,.project-card{padding:18px}.quick-stats,.skill-grid{justify-content:center}.section-band:not(.hero-section):not(.intro-grid){padding:62px 0}.intro-grid{padding:56px 0}.experience-item{grid-template-columns:1fr;gap:10px}.site-footer{flex-direction:column;align-items:flex-start}.footer-socials{justify-content:flex-start}}
