:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fb;--bg-soft:#fff;--surface:#fff;--surface-2:#edf2fb;--line:#0f172a17;--line-strong:#2d67f047;--text:#0f172a;--muted:#5b6477;--accent:#2d67f0;--accent-soft:#2d67f01a;--nav-active:#0b4fd9;--shadow:0 16px 38px #0f172a14;--page-bg:radial-gradient(circle at top right, #2d67f01a, transparent 20%), linear-gradient(180deg, #f9fbff 0%, var(--bg) 100%);--header-bg:#ffffffd1;--panel-bg:linear-gradient(180deg, #fffffff5, #f7fafffa);--card-bg:#fffc;--card-bg-soft:#ffffffeb;--modal-bg:#0f172a9e;--image-bg:#eef3ff;--pill-bg:#2d67f014;--pill-border:var(--line);--pill-text:var(--text);--overlay-bg:#ffffffc7;--primary-text:#fff;--max:1180px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1020;--bg-soft:#111827;--surface:#111a2c;--surface-2:#0f1728;--line:#ffffff14;--line-strong:#7da6ff3d;--text:#eef2ff;--muted:#aeb8d6;--accent:#7da6ff;--accent-soft:#7da6ff1f;--nav-active:#93c5fd;--shadow:0 16px 38px #00000038;--page-bg:radial-gradient(circle at top right, #7da6ff1a, transparent 20%), linear-gradient(180deg, #090d18 0%, var(--bg) 100%);--header-bg:#090d18e6;--panel-bg:linear-gradient(180deg, #111a2ceb, #0d1424eb);--card-bg:#ffffff05;--card-bg-soft:#ffffff08;--modal-bg:#050810d6;--image-bg:#0a0f1d;--pill-bg:#ffffff08;--pill-border:var(--line);--pill-text:var(--text);--overlay-bg:#090d18b8;--primary-text:#07111e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{min-height:100vh;color:var(--text);background:var(--page-bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}body.modal-open,body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.page{min-height:100vh}.container{width:min(var(--max), calc(100% - 40px));margin:0 auto}.site-header{z-index:40;background:var(--header-bg);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:24px;padding:18px 0;display:flex}.header-actions{align-items:center;gap:8px;display:flex}.brand{z-index:1001;align-items:center;gap:28px;display:inline-flex}.brand-site-title{letter-spacing:-.03em;color:var(--text);font-size:1.25rem;font-weight:700}.brand-copy{flex-direction:column;gap:3px;display:flex}.brand-title{letter-spacing:-.02em;font-size:1rem;font-weight:700}.brand-subtitle{color:var(--muted);font-size:.86rem}.nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.nav.is-open{display:flex}.nav-link,.menu-toggle{min-height:40px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.nav-link:hover,.menu-toggle:hover,.nav-link-emphasis{color:var(--text);border-color:var(--line);background:var(--pill-bg)}.nav-link:not(.nav-link-emphasis):hover{color:var(--nav-active);background:#2d67f01f;border-color:#2d67f059}.nav-link.is-active{color:var(--nav-active);background:#2d67f02e;border-color:#2d67f073}.theme-toggle{border-radius:999px;width:40px;min-width:40px;padding:0}.locale-toggle{min-width:46px;padding:0 12px;font-weight:700}.theme-icon{fill:currentColor;width:18px;height:18px}.menu-toggle{z-index:45;margin-left:auto;display:none;position:relative}.hamburger-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}.hero{padding:65px 0 35px}.hero-projects{padding-top:72px}.hero-grid{grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:24px;display:grid}.hero-copy-panel,.hero-profile-panel{background:var(--panel-bg);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-copy-panel{padding:40px}.hero-profile-panel{flex-direction:column;justify-content:center;gap:24px;padding:28px;display:flex}.hero-profile-panel-compact{align-items:flex-start}.hero-profile-photo-wrap{border:1px solid var(--line);border-radius:14px;width:96px;height:96px;overflow:hidden}.hero-profile-photo{object-fit:cover;width:100%;height:100%}.hero-profile-copy h2,.hero-profile-copy p{margin:0}.hero-profile-copy h2{margin-bottom:10px;font-size:1.5rem}.hero-profile-copy p{color:var(--muted);white-space:pre-line;overflow-wrap:anywhere;font-size:.98rem;line-height:1.8}.eyebrow{color:var(--accent);letter-spacing:.02em;margin:0 0 18px;font-size:.95rem;font-weight:600}.hero-title{letter-spacing:-.05em;max-width:14ch;margin:0;font-size:clamp(2.7rem,4.6vw,3.5rem);font-weight:750;line-height:1.12}.hero-description{max-width:700px;color:var(--muted);white-space:pre-line;overflow-wrap:anywhere;margin:18px 0 0;font-size:1.06rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:600;transition:transform .16s,background .16s,border-color .16s,color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:var(--primary-text);background:var(--accent)}.btn-primary:hover{background:#90b6ff}.btn-secondary{color:var(--text);border-color:var(--line);background:0 0}.btn-secondary:hover{border-color:var(--line-strong);background:var(--accent-soft)}.section{padding:34px 0 0;scroll-margin-top:96px}.section-divider{border-top:1px solid var(--line);margin-top:26px;padding-top:28px}.section-shell{gap:22px;display:grid}.section-header{gap:10px;display:grid}.section-header-inline{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding-top:35px;padding-bottom:30px}.section-title{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,3.4vw,2.65rem);line-height:1.1}.section-lead{max-width:700px;color:var(--muted);white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:1.08rem;line-height:1.8}.section-link{color:var(--accent);font-weight:600}.expertise-list{border-top:1px solid var(--line);display:grid}.expertise-row{border-bottom:1px solid var(--line);grid-template-columns:220px minmax(0,1fr);gap:18px;padding:20px 0;display:grid}.expertise-row h3,.skill-block h3,.project-feature h3,.gallery-card-body h3,.timeline-content h3{white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:1.05rem}.expertise-row p,.skill-block p,.timeline-content p,.gallery-card-body p,.project-specs dd,.project-specs dt{color:var(--muted);white-space:pre-line;overflow-wrap:anywhere;margin:0;line-height:1.75}.featured-projects{gap:22px;display:grid}.project-feature{border:1px solid var(--line);background:var(--card-bg);grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:22px;padding:26px;display:grid}.project-feature-content{gap:16px;display:grid}.project-kicker{color:var(--accent);margin:0;font-size:.92rem;font-weight:600}.project-title-lg{letter-spacing:-.04em;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.18}.project-specs{gap:14px;display:grid}.project-specs>div{border-top:1px solid var(--line);padding-top:14px}.project-specs dt{color:var(--text);margin-bottom:6px;font-weight:600}.project-tech{flex-wrap:wrap;gap:8px;display:flex}.project-tech span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:.88rem}.project-feature-visual,.gallery-card-visual{border:1px solid var(--line);background:linear-gradient(180deg, var(--surface), var(--surface-2)), radial-gradient(circle at top, #7da6ff26, transparent 28%);cursor:zoom-in;place-items:center;min-height:268px;display:grid;position:relative;overflow:hidden}.project-feature-visual:before,.gallery-card-visual:before{content:attr(data-label);color:var(--muted);font-size:.82rem;position:absolute;top:16px;right:16px}.project-feature-image{object-fit:cover;opacity:.26;width:100%;height:100%;position:absolute;inset:0}.image-modal{z-index:100;background:var(--modal-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-modal-panel{place-items:center;max-width:min(96vw,1400px);max-height:92vh;display:grid;position:relative}.image-modal-image{object-fit:contain;cursor:zoom-out;width:auto;max-width:96vw;height:auto;max-height:92vh;box-shadow:var(--shadow);border:1px solid var(--line);background:var(--image-bg);display:block}.image-modal-close{z-index:1;border:1px solid var(--line);min-height:36px;color:var(--text);background:var(--header-bg);cursor:pointer;border-radius:999px;padding:0 12px;position:absolute;top:-14px;right:-14px}.project-visual-card{z-index:1;border:1px solid var(--line);background:var(--card-bg-soft);width:min(260px,80%);padding:20px;position:relative}.project-visual-card span,.project-visual-card strong,.project-visual-card small{display:block}.project-visual-card span{color:var(--muted);margin-bottom:10px;font-size:.9rem}.project-visual-card strong{margin-bottom:8px;font-size:1.15rem}.project-visual-card small{color:var(--muted);line-height:1.6}.project-actions{flex-wrap:wrap;gap:10px;display:flex}.timeline{border-top:1px solid var(--line);display:grid}.timeline-row{border-bottom:1px solid var(--line);grid-template-columns:110px minmax(0,1fr);gap:18px;padding:18px 0;display:grid}.timeline-row.accent .timeline-year{color:var(--accent)}.timeline-year{letter-spacing:-.02em;color:var(--text);font-weight:700}.timeline-content p{margin-top:6px}.skill-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.skill-block{border-top:1px solid var(--line);padding:18px 0 0}.skill-block strong{margin:8px 0;font-size:1rem;line-height:1.7;display:block}.contact-shell{padding-bottom:56px}.contact-links{border-top:1px solid var(--line);flex-wrap:wrap;gap:18px;padding-top:14px;display:flex}.contact-links a{color:var(--text)}.contact-links a:hover{color:var(--accent)}.nav-backdrop{display:none}.filter-row{flex-wrap:wrap;gap:8px;display:flex}.filter-button{border:1px solid var(--line);min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 14px}.filter-button.active{color:var(--primary-text);background:var(--accent);border-color:var(--accent)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.gallery-card{border:1px solid var(--line);background:var(--card-bg);border-radius:18px;overflow:hidden;box-shadow:0 10px 26px #00000029}.gallery-card-visual{border-bottom:1px solid #ffffff14;place-items:end start;min-height:168px;padding:14px}.gallery-card-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gallery-card-visual span{z-index:1;background:var(--overlay-bg);border:1px solid var(--pill-border);border-radius:999px;padding:6px 10px;font-size:.95rem;font-weight:600;position:relative}.gallery-card-body{gap:10px;padding:12px 16px 14px;display:grid}.project-specs-compact{gap:10px}.project-specs-compact>div{padding-top:10px}.gallery-card-body h3{font-size:.98rem;line-height:1.35}.gallery-card-body dd{white-space:pre-line}.gallery-card-body .project-actions{gap:8px}.gallery-card-body .btn{min-height:38px;padding:0 12px;font-size:.88rem}.footer{border-top:1px solid var(--line);margin-top:34px;padding:34px 0 48px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.footer-inner strong{margin-bottom:4px;display:block}.footer-copyright{color:var(--muted);margin-top:6px;font-size:.9rem}.footer-links{flex-wrap:wrap;gap:14px;display:flex}.footer-links a:hover{color:var(--accent)}@media (width<=980px){.hero-grid,.project-feature,.skill-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy-panel{max-width:none}}@media (width<=720px){html{scroll-padding-top:132px}.container{width:min(var(--max), calc(100% - 24px))}.site-header-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.nav{top:calc(var(--site-header-height,72px) + 8px);z-index:35;border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-top:1px solid var(--line);background:var(--bg-soft);-webkit-backdrop-filter:none;backdrop-filter:none;opacity:0;pointer-events:none;border-radius:0 0 18px 18px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;width:auto;max-height:0;padding:0 16px;transition:transform .22s,opacity .22s,max-height .22s,padding .22s;display:flex;position:fixed;left:12px;right:12px;overflow:hidden;transform:translateY(-8px);box-shadow:0 18px 42px #0f172a24}.menu-toggle{justify-content:center;align-self:center;width:15%;min-width:15%;padding:0;display:inline-flex}.nav{display:flex}.nav.is-open{max-height:calc(100vh - var(--site-header-height,72px) - 20px);opacity:1;pointer-events:auto;padding:16px;overflow-y:auto;transform:translateY(0)}.nav-link{justify-content:flex-start;width:100%}.theme-toggle{padding-left:12px}.hero{padding-top:25px}.eyebrow{margin-bottom:12px;font-size:.82rem}.hero-title{max-width:none;font-size:clamp(2rem,9vw,2.55rem);line-height:1.1}.hero-description{margin-top:14px;font-size:.95rem;line-height:1.75}.hero-profile-copy h2{margin-bottom:8px;font-size:1.2rem}.hero-profile-copy p{font-size:.9rem;line-height:1.65}.hero-copy-panel,.hero-profile-panel,.project-feature,.gallery-card-body{padding:20px}.btn{min-height:42px;padding:0 14px;font-size:.92rem}.section-title{font-size:clamp(1.75rem,7vw,2.15rem)}.section-lead{font-size:1.08rem;line-height:1.7}.expertise-row h3,.skill-block h3,.project-feature h3,.gallery-card-body h3,.timeline-content h3{font-size:.98rem}.project-title-lg{font-size:clamp(1.18rem,5vw,1.45rem);line-height:1.22}.project-tech span,.filter-button{font-size:.84rem}.project-feature-visual,.gallery-card-visual{cursor:default}.project-feature-image{opacity:1}.project-visual-card{display:none}.timeline-year{font-size:.9rem}.expertise-row,.timeline-row,.section-header-inline{grid-template-columns:1fr;padding-top:25px;padding-bottom:30px}.gallery-grid{grid-template-columns:1fr}.nav-backdrop{z-index:30;background:#0f172a6b;display:block;position:fixed;inset:0}}
