:root{--bg:#0f172a;--bg-alt:#1e293b;--surface:#1e293b;--surface-2:#334155;--border:#334155;--border-2:#475569;--text:#f8fafc;--text-muted:#cbd5e1;--text-faint:#94a3b8;--accent:#38bdf8;--accent-2:#34d399;--accent-3:#818cf8;--accent-text:#38bdf8;--on-accent:#0f172a;--ring:rgba(56, 189, 248, 0.55);--shadow:0 1px 2px rgba(0,0,0,.4), 0 12px 32px -12px rgba(0,0,0,.55);--shadow-sm:0 1px 2px rgba(0,0,0,.35), 0 6px 18px -10px rgba(0,0,0,.5);--mesh-1:rgba(56,189,248,.10);--mesh-2:rgba(52,211,153,.08);--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", "Cascadia Mono", "Cascadia Code", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;--fs-eyebrow:.78rem;--fs-body:clamp(1rem, .97rem + .15vw, 1.075rem);--fs-lead:clamp(1.1rem, 1.02rem + .4vw, 1.3rem);--fs-h3:clamp(1.15rem, 1.05rem + .5vw, 1.45rem);--fs-h2:clamp(1.7rem, 1.35rem + 1.6vw, 2.6rem);--fs-h1:clamp(2.6rem, 1.7rem + 4vw, 5rem);--container:1120px;--gutter:clamp(1.1rem, 4vw, 2.5rem);--section-y:clamp(3.5rem, 7vw, 6.5rem);--r-sm:8px;--r:14px;--r-lg:22px;--pill:999px;--ease:cubic-bezier(.22, .61, .36, 1)}:root[data-theme=light]{--bg:#f8fafc;--bg-alt:#f1f5f9;--surface:#ffffff;--surface-2:#f1f5f9;--border:#e2e8f0;--border-2:#cbd5e1;--text:#0f172a;--text-muted:#475569;--text-faint:#64748b;--accent:#0284c7;--accent-2:#059669;--accent-3:#4f46e5;--accent-text:#0284c7;--on-accent:#f8fafc;--ring:rgba(2, 132, 199, 0.5);--shadow:0 1px 2px rgba(15,23,42,.10), 0 16px 36px -18px rgba(15,23,42,.30);--shadow-sm:0 1px 2px rgba(15,23,42,.08), 0 8px 20px -12px rgba(15,23,42,.25);--mesh-1:rgba(2,132,199,.10);--mesh-2:rgba(5,150,105,.08)}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:var(--fs-body);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:background-color .4s var(--ease),color .4s var(--ease)}img,picture,svg{display:block;max-width:100%}a{color:var(--accent-text);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--text)}h1,h2,h3{line-height:1.1;font-weight:700;letter-spacing:-.02em;color:var(--text)}ul,ol{padding:0;list-style:none}::selection{background:var(--accent);color:var(--on-accent)}:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px;border-radius:4px}.container{width:min(100% - 2*var(--gutter),var(--container));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100%;left:1rem;z-index:200;background:var(--accent);color:var(--on-accent);padding:.65rem 1rem;border-radius:var(--r-sm);font-weight:600;text-decoration:none}.skip-link:focus{top:1rem;color:var(--on-accent)}.eyebrow{font-family:var(--font-mono);font-size:var(--fs-eyebrow);letter-spacing:.04em;color:var(--accent-text);text-transform:lowercase;font-weight:500}.icon{width:1.35em;height:1.35em;flex:none}.icon--sm{width:1.05em;height:1.05em}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(140%)blur(12px);-webkit-backdrop-filter:saturate(140%)blur(12px);border-bottom:1px solid transparent;transition:border-color .3s var(--ease),background-color .3s var(--ease)}.site-header.is-scrolled{border-bottom-color:var(--border)}.header__inner{display:flex;align-items:center;gap:1rem;min-height:72px}.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text)}.brand__mark{color:var(--accent);display:grid;place-items:center}.brand__text{display:flex;flex-direction:column;line-height:1.05}.brand__name{font-weight:700;letter-spacing:-.02em;font-size:1rem}.brand__role{font-family:var(--font-mono);font-size:.68rem;color:var(--text-faint);letter-spacing:.02em}.nav{margin-left:auto}.nav__list{display:flex;align-items:center;gap:.35rem}.nav__link{display:inline-block;padding:.5rem .8rem;border-radius:var(--pill);font-size:.92rem;font-weight:500;color:var(--text-muted);text-decoration:none;position:relative;transition:color .2s var(--ease),background-color .2s var(--ease)}.nav__link:hover{color:var(--text);background:var(--surface-2)}.nav__link.is-active{color:var(--accent-text)}.nav__link.is-active::after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:.25rem;height:2px;background:var(--accent);border-radius:2px}.nav__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-2);border-radius:var(--r-sm);background:var(--surface);color:var(--text);cursor:pointer}.nav__toggle-icon{display:grid;place-items:center}.is-hidden{display:none!important}.theme-toggle{width:44px;height:44px;flex:none;display:grid;place-items:center;border:1px solid var(--border-2);border-radius:var(--r-sm);background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease),background-color .2s var(--ease)}.theme-toggle:hover{color:var(--accent-text);border-color:var(--accent-text)}.theme-toggle__icon{display:none}:root[data-theme=dark] .theme-toggle__icon--sun{display:grid}:root[data-theme=light] .theme-toggle__icon--moon{display:grid}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.3rem;border-radius:var(--pill);font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .2s var(--ease),background-color .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease)}.btn--lg{padding:.95rem 1.6rem;font-size:1rem}.btn--primary{background:var(--accent);color:var(--on-accent);box-shadow:var(--shadow-sm)}.btn--primary:hover{color:var(--on-accent);transform:translateY(-2px);box-shadow:var(--shadow)}.btn--ghost{background:0 0;color:var(--text);border-color:var(--border-2)}.btn--ghost:hover{color:var(--accent-text);border-color:var(--accent-text);transform:translateY(-2px)}.btn .icon{transition:transform .2s var(--ease)}.btn:hover .icon{transform:translateX(3px)}.link-arrow{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.85rem;font-weight:500;color:var(--accent-text);text-decoration:none}.link-arrow:hover{color:var(--text)}.link-arrow .icon{transition:transform .2s var(--ease)}.link-arrow:hover .icon{transform:translateX(3px)}.section{padding-block:var(--section-y)}.section--tight{padding-block:clamp(2.5rem,5vw,4.5rem)}.section--alt{background:var(--bg-alt);border-block:1px solid var(--border)}.section__head{max-width:56ch;margin-bottom:clamp(2rem,4vw,3rem)}.section__head .eyebrow{display:block;margin-bottom:.8rem}.section__title{font-size:var(--fs-h2)}.section__lead{margin-top:1rem;color:var(--text-muted);font-size:var(--fs-lead)}.hero{position:relative;padding-block:clamp(3rem,8vw,7rem)var(--section-y);overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 85% 0%,var(--mesh-1),transparent 70%),radial-gradient(50% 60% at 0% 100%,var(--mesh-2),transparent 70%)}.hero__bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(transparent 0,transparent calc(100% - 1px),var(--border) 100%);background-size:100% 2.2rem;opacity:.12}.sequence-texture{position:absolute;inset:0;margin:0;overflow:hidden;font-family:var(--font-mono);font-size:.8rem;line-height:2.2rem;letter-spacing:.35em;white-space:pre;word-break:break-all;color:var(--accent-text);opacity:.045;user-select:none;-webkit-mask-image:radial-gradient(120% 100% at 85% 0%,#000 0%,transparent 72%);mask-image:radial-gradient(120% 100% at 85% 0%,#000 0%,transparent 72%)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__text .eyebrow{display:block;margin-bottom:1.1rem}.hero__title{font-size:var(--fs-h1);font-weight:800;letter-spacing:-.035em;background:linear-gradient(180deg,var(--text),color-mix(in srgb,var(--text) 70%,var(--accent)));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__role{font-family:var(--font-mono);font-size:clamp(1rem,.9rem + .5vw,1.3rem);color:var(--accent-text);margin-top:1rem;letter-spacing:.01em}.hero__role-mark{color:var(--accent-2)}.hero__summary{margin-top:1.4rem;max-width:52ch;color:var(--text-muted);font-size:var(--fs-lead)}.hero__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.8rem}.hero__media{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero__photo-frame{position:relative;width:min(78%,320px);aspect-ratio:1}.profile-photo,.profile-photo img{width:100%;height:100%;object-fit:cover;border-radius:28% 28% 30% 30%/30%;border:1px solid var(--border-2)}.profile-photo{box-shadow:var(--shadow)}.profile-photo--placeholder{display:grid;place-items:center;aspect-ratio:1;background:linear-gradient(145deg,var(--surface),var(--surface-2));font-family:var(--font-mono);font-size:3.5rem;font-weight:700;color:var(--accent)}.hero__ring{position:absolute;inset:-14px;border-radius:inherit;z-index:-1;border:1px solid var(--ring);border-radius:30% 30% 32% 32%/32%;opacity:.6}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;width:100%}.stat{background:var(--surface);padding:1rem 1.1rem}.stat__value{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--accent-text)}.stat__label{font-size:.8rem;color:var(--text-faint);margin-top:.15rem}.focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.focus-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem 1.4rem;position:relative;transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.focus-card:hover{transform:translateY(-4px);border-color:var(--border-2);box-shadow:var(--shadow)}.focus-card__glyph{display:grid;place-items:center;width:2.4rem;height:2.4rem;font-family:var(--font-mono);font-weight:700;font-size:1.2rem;color:var(--accent-2);background:color-mix(in srgb,var(--accent-2) 14%,transparent);border-radius:var(--r-sm);margin-bottom:1.1rem}.focus-card__title{font-size:var(--fs-h3)}.focus-card__body{margin-top:.6rem;color:var(--text-muted);font-size:.95rem}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.overview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem;display:flex;flex-direction:column}.overview-card__title{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);font-weight:600;margin-bottom:1rem}.overview-card__list{display:flex;flex-direction:column;gap:1rem;flex:1}.overview-card__list li{display:flex;flex-direction:column;gap:.15rem}.overview-card__primary{font-weight:600;color:var(--text)}.overview-card__meta{font-size:.85rem;color:var(--text-faint)}.overview-card .link-arrow{margin-top:1.4rem}.cta{padding-block:var(--section-y)}.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;background:radial-gradient(80% 120% at 100% 0%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 60%),var(--surface);border:1px solid var(--border-2);border-radius:var(--r-lg);padding:clamp(1.8rem,4vw,3rem)}.cta__title{font-size:clamp(1.5rem,1.2rem + 1.5vw,2.2rem);margin-top:.6rem}.cta__body{color:var(--text-muted);margin-top:.6rem;max-width:44ch}.page-head{padding-block:clamp(2.5rem,6vw,4.5rem)clamp(1rem,3vw,2rem);border-bottom:1px solid var(--border);position:relative}.page-head::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(55% 80% at 100% 0%,var(--mesh-1),transparent 70%)}.page-head .eyebrow{display:block;margin-bottom:.9rem}.page-head__title{font-size:var(--fs-h1);font-weight:800}.page-head__lead{margin-top:1.1rem;max-width:58ch;color:var(--text-muted);font-size:var(--fs-lead)}.prose-wrap{display:flex;justify-content:center}.prose{max-width:68ch}.prose--narrow{max-width:64ch;margin-bottom:2.5rem}.prose--legal{max-width:72ch}.prose p{margin-bottom:1.1rem;color:var(--text-muted)}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--text);font-weight:650}.prose h2{font-size:var(--fs-h3);margin:2.2rem 0 .8rem}.prose h3{font-size:1.1rem;margin:1.6rem 0 .6rem}.prose ul{margin:0 0 1.1rem;padding-left:0}.prose li{position:relative;padding-left:1.4rem;margin-bottom:.5rem;color:var(--text-muted)}.prose li::before{content:"";position:absolute;left:.2rem;top:.65em;width:6px;height:6px;background:var(--accent-2);border-radius:2px}.prose a{color:var(--accent-text)}.prose__updated{font-family:var(--font-mono);font-size:.8rem;color:var(--text-faint);margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.split{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.split__aside{display:flex;flex-direction:column;gap:1.2rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem}.panel__title{font-size:1.05rem;margin-bottom:1rem}.panel__list{display:flex;flex-direction:column;gap:.9rem}.panel__list li{display:flex;flex-direction:column;gap:.1rem}.panel__primary{font-size:.95rem;color:var(--text)}.panel__meta{font-family:var(--font-mono);font-size:.78rem;color:var(--text-faint)}.timeline{position:relative;margin-left:.4rem;padding-left:2rem;border-left:2px solid var(--border);display:flex;flex-direction:column;gap:2.4rem}.timeline--lg{gap:3rem}.timeline__item{position:relative}.timeline__dot{position:absolute;left:calc(-2rem - 1px);top:.35rem;width:13px;height:13px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--bg);transform:translateX(-50%)}.timeline__period{font-family:var(--font-mono);font-size:.8rem;color:var(--accent-text);letter-spacing:.02em}.timeline__role{font-size:var(--fs-h3);margin-top:.3rem}.timeline__org{color:var(--text-muted);margin-top:.15rem;font-weight:500}.timeline__points{margin-top:.9rem;display:flex;flex-direction:column;gap:.5rem}.timeline__points li{position:relative;padding-left:1.3rem;color:var(--text-muted);font-size:.95rem}.timeline__points li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--accent-2);border-radius:2px}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.4rem,3vw,2.6rem)clamp(2rem,5vw,4rem)}.skill-group__name{display:flex;align-items:baseline;gap:.7rem;font-size:var(--fs-h3);margin-bottom:1.1rem}.skill-group__index{font-family:var(--font-mono);font-size:.85rem;color:var(--accent-text);font-weight:600}.chip-list{display:flex;flex-wrap:wrap;gap:.55rem}.chip{font-family:var(--font-mono);font-size:.85rem;padding:.45rem .85rem;border-radius:var(--pill);background:var(--surface);border:1px solid var(--border);color:var(--text);transition:transform .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease)}.chip:hover{transform:translateY(-2px);border-color:var(--accent-text);color:var(--accent-text)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.3rem}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem;display:flex;flex-direction:column;transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.project-card:hover{transform:translateY(-4px);border-color:var(--border-2);box-shadow:var(--shadow)}.project-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.project-card__title{font-size:var(--fs-h3)}.project-card__title a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.project-card__title a:hover{color:var(--accent-text)}.project-card__date{font-family:var(--font-mono);font-size:.78rem;color:var(--text-faint);flex:none}.project-card__points{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.project-card__points li{position:relative;padding-left:1.3rem;color:var(--text-muted);font-size:.93rem}.project-card__points li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--accent-2);border-radius:2px}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.3rem}.tag{font-family:var(--font-mono);font-size:.73rem;padding:.25rem .6rem;border-radius:var(--r-sm);background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent-text)}.pub-list{display:flex;flex-direction:column;gap:1rem}.pub{display:flex;gap:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem 1.5rem}.pub__icon{color:var(--accent);flex:none}.pub__icon .icon{width:1.7rem;height:1.7rem}.pub__title{font-size:1.1rem}.pub__title a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.pub__title a:hover{color:var(--accent-text)}.pub__meta{margin-top:.35rem;font-size:.9rem;color:var(--text-faint)}.pub__venue{font-style:italic;color:var(--text-muted)}.contact-intro{max-width:60ch;margin-bottom:2.5rem}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.7rem;transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.contact-card:hover{transform:translateY(-4px);border-color:var(--border-2);box-shadow:var(--shadow)}.contact-card__icon{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:var(--r-sm);background:color-mix(in srgb,var(--accent) 13%,transparent);color:var(--accent);margin-bottom:1.1rem}.contact-card__label{font-family:var(--font-mono);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin-bottom:.35rem}.contact-card__value{font-size:1.1rem;font-weight:600;color:var(--text);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;word-break:break-word}.contact-card__value:hover{color:var(--accent-text)}.contact-card__note{margin-top:.5rem;font-size:.88rem;color:var(--text-faint)}.contact-privacy{display:flex;gap:.6rem;align-items:flex-start;margin-top:2.2rem;padding:1.1rem 1.3rem;border:1px dashed var(--border-2);border-radius:var(--r);color:var(--text-muted);font-size:.9rem;max-width:70ch}.contact-privacy .icon{color:var(--accent-2);margin-top:.15rem}.site-footer{background:var(--bg-alt);border-top:1px solid var(--border);padding-block:clamp(2.5rem,5vw,4rem)1.6rem;margin-top:1rem}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.footer__about .eyebrow{display:block;margin-bottom:.8rem}.footer__tagline{color:var(--text-muted);max-width:32ch}.footer__loc{display:inline-flex;align-items:center;gap:.4rem;margin-top:.9rem;font-family:var(--font-mono);font-size:.82rem;color:var(--text-faint)}.footer__heading{font-family:var(--font-mono);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);font-weight:600;margin-bottom:1rem}.footer__list{display:flex;flex-direction:column;gap:.7rem}.footer__list a{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-size:.92rem}.footer__list a:hover{color:var(--accent-text)}.footer__list .icon{color:var(--text-faint)}.footer__list a:hover .icon{color:var(--accent-text)}.footer__bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:1.4rem;border-top:1px solid var(--border)}.footer__copy,.footer__meta{font-size:.82rem;color:var(--text-faint)}.footer__meta a{color:var(--text-faint)}.footer__meta a:hover{color:var(--accent-text)}.back-to-top{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);text-decoration:none}.back-to-top:hover{color:var(--accent-text)}.back-to-top .icon{transition:transform .2s var(--ease)}.back-to-top:hover .icon{transform:translateY(-3px)}.error-page{min-height:60vh;display:grid;place-items:center;text-align:center}.error-page__inner{max-width:48ch}.error-page__code{font-size:clamp(2rem,1.4rem + 3vw,3.5rem);margin:.8rem 0}.error-page__msg{color:var(--text-muted);margin-bottom:2rem}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:calc(var(--i,0) * 60ms);will-change:opacity,transform}.js .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1!important;transform:none!important;transition:none!important}*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}.btn:hover,.focus-card:hover,.project-card:hover,.contact-card:hover,.chip:hover{transform:none!important}}@media(max-width:960px){.focus-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.hero__inner{grid-template-columns:1fr}.hero__media{order:-1}.hero__photo-frame{width:min(60%,240px)}.hero__stats{max-width:420px}.split{grid-template-columns:1fr}}@media(max-width:720px){.nav{margin-left:0}.nav__toggle{display:inline-flex;margin-left:auto}.nav__list{position:fixed;inset:72px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;background:var(--bg);border-bottom:1px solid var(--border);padding:.6rem var(--gutter)1.2rem;transform:translateY(-12px);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;box-shadow:var(--shadow)}.nav__list.is-open{transform:none;opacity:1;visibility:visible}.nav__link{padding:.85rem .4rem;font-size:1.05rem;border-radius:var(--r-sm)}.nav__link.is-active::after{left:.4rem;right:auto;width:1.4rem;bottom:.55rem}.skills-grid,.project-grid,.contact-cards{grid-template-columns:1fr}.focus-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr;gap:1.6rem}.footer__about{grid-column:1/-1}.footer__bar{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.footer__grid{grid-template-columns:1fr}.hero__stats{grid-template-columns:repeat(2,1fr)}.brand__role{display:none}}