@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#f8f9faf5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(25,43,55,.12);box-shadow:0 8px 30px #030a101f}.appBar-Custom{background:#f8f9faf5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(25,43,55,.12);box-shadow:0 8px 30px #030a101f;color:var(--navbar-text);height:76px}.navbar{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{border:0;background:none;color:var(--navbar-text);font:700 1.35rem Space Grotesk,sans-serif;cursor:pointer}@media(max-width:888px){.brand{font-size:1rem}}@media(max-width:750px){.brand{font-size:.8rem}}.brand span{color:#2d7d73}.brand img{display:inline-block;margin-left:8px;vertical-align:middle;width:40px;height:40px}@media(max-width:888px){.brand img{width:30px;height:30px}}@media(max-width:750px){.brand img{width:20px;height:20px}}.brand.drawer img{display:block}.brand.drawer{text-align:center;display:flex;flex-direction:column;align-items:center;margin-left:15px;padding:6px}.nav-links{display:flex;gap:6px;align-items:center;list-style:none;margin:0;padding:0}.nav-links button{position:relative;border:0;background:none;color:#5d6a72;padding:12px 14px;cursor:pointer;font-weight:700;transition:color .2s ease}@media(max-width:888px){.nav-links button{font-size:.8rem}}@media(max-width:750px){.nav-links button{font-size:.6rem}}@media(max-width:612px){.nav-links button{font-size:.55rem}}.nav-links button:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;background:#2d7d73;transform:scaleX(0);transition:transform .2s ease}.nav-links button:hover,.nav-links button.active{color:var(--navbar-text)}.nav-links button.active:after{transform:scaleX(1)}.nav-toggle{display:none;border:1px solid rgba(25,43,55,.18);border-radius:10px;background:#fff;color:var(--navbar-text);padding:8px;cursor:pointer}.skill-card{display:flex;align-items:center;gap:15px;min-height:104px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 12px 30px #030a101f;transition:transform .2s ease,border-color .2s ease,background .2s ease;flex:0 1 calc((100% - 48px)/4);width:calc((100% - 48px)/4)}.skill-card:hover{transform:translateY(-4px);border-color:var(--line-strong);background:var(--surface-strong)}.skill-icon{flex:0 0 48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#8fd3c81a;color:var(--accent-strong);font-weight:800}.skill-icon img{width:27px;height:27px;object-fit:contain}.skill-card h3{margin:0;font-size:1rem}.skill-card p{margin:5px 0 0;color:var(--muted);font-size:.78rem}@media(max-width:1000px){.skill-card{flex:0 1 calc((100% - 48px) / 3);width:calc((100% - 48px) / 3)}}@media(max-width:700px){.skill-card{flex-direction:column;text-align:center}.skill-icon{aspect-ratio:1}}@media(max-width:500px){.skill-card{flex:0 1 calc((100% - 48px)/2);width:calc((100% - 48px)/2)}}.project-label{color:var(--accent-strong);margin:0 0 14px;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.projects-list{display:grid;gap:34px}.project-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#1c2b36c7;box-shadow:var(--shadow);transition:transform .25s ease,border-color .25s ease,background .25s ease}.project-card:hover{transform:translateY(-5px);border-color:var(--line-strong);background:#20323eeb}.project-media{position:relative;min-width:0;min-height:420px;overflow:hidden;background:linear-gradient(135deg,#3a5765eb,#111827f5);color:var(--muted)}.project-media img,.project-media iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}.project-media img{object-fit:cover;z-index:2}.project-content{min-width:0;overflow-wrap:anywhere;display:flex;flex-direction:column;padding:clamp(28px,4vw,48px)}.project-copy h3{margin:0 0 18px;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1;letter-spacing:-.03em}.project-copy p{margin:0 0 15px;color:var(--muted);line-height:1.75}.project-copy .project-summary{color:var(--text);font-size:1.05rem}.project-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:auto;padding-top:28px}.project-meta-title{margin:0 0 12px;color:var(--text);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tag-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.tag-list li{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#d6e1e5;background:#f8f9fa0a;font-size:.76rem}.project-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.project-links a{display:inline-flex;align-items:center;gap:7px;color:var(--accent-strong);text-decoration:none;font-weight:700;font-size:.9rem}.project-links a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:980px){.project-card{grid-template-columns:1fr}.project-media{min-height:0;aspect-ratio:16 / 9}}@media(max-width:760px){.project-meta{align-items:flex-start;flex-direction:column}.project-links{justify-content:flex-start}}@media(max-width:500px){.project-content{padding:25px 22px}.project-copy h3{font-size:1.25rem}}:root{font-family:DM Sans,system-ui,sans-serif;color:#f8fafc;background:#111827;font-synthesis:none;text-rendering:optimizeLegibility;--bg-start: #192b37;--bg-end: #111827;--surface: rgba(31, 48, 59, .78);--surface-strong: rgba(39, 59, 71, .94);--surface-soft: rgba(248, 249, 250, .055);--navbar: #f8f9fa;--navbar-text: #192b37;--text: #f8fafc;--muted: #c1ccd3;--accent: #8fd3c8;--accent-strong: #b6eee5;--accent-dark: #17332f;--line: rgba(226, 232, 240, .16);--line-strong: rgba(143, 211, 200, .42);--shadow: 0 28px 80px rgba(3, 10, 16, .34)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;min-width:320px;background:linear-gradient(135deg,#192b37fa,#111827fa);background-attachment:fixed;color:var(--text)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 9%,rgba(143,211,200,.12),transparent 28%),radial-gradient(circle at 8% 44%,rgba(132,166,183,.1),transparent 25%);z-index:-1}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{min-height:72vh;padding:112px 0;display:flex;align-items:center}.section-muted{background:#0a121b2e;border-block:1px solid var(--line)}.eyebrow,h1 span{color:var(--accent-strong)}.hero{min-height:100vh;padding-top:145px}.hero-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(48px,8vw,100px);align-items:center}.eyebrow{margin:0 0 14px;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}h1,h2,h3{font-family:Space Grotesk,sans-serif}h1{max-width:800px;margin:0;font-size:clamp(2.7rem,6vw,5.7rem);line-height:.98;letter-spacing:-.055em}.hero-summary{max-width:680px;margin:28px 0 0;color:var(--muted);font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.button{display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:0 20px;border-radius:10px;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--navbar);color:var(--navbar-text)}.button-secondary{border:1px solid var(--line);background:var(--surface-soft)}.hero-code{border:1px solid var(--line);border-radius:18px;background:#111827b8;box-shadow:var(--shadow);overflow:hidden;transform:rotate(1.5deg)}.code-toolbar{display:flex;gap:7px;padding:15px 17px;border-bottom:1px solid var(--line)}.code-toolbar i{width:10px;height:10px;border-radius:50%;background:#718590}.hero-code pre{margin:0;padding:26px;overflow:auto}.hero-code code{color:#d5e2e7;font:.88rem/1.8 ui-monospace,SFMono-Regular,Menlo,monospace}.section-heading{max-width:760px;margin-bottom:44px}.section-heading h2,.contact-card h2{margin:0;font-size:clamp(2rem,4.2vw,3.7rem);line-height:1.05;letter-spacing:-.04em}.section-heading>p:last-child{margin:18px 0 0;color:var(--muted);line-height:1.7}.about-layout{display:grid;grid-template-columns:minmax(260px,380px) 1fr;gap:clamp(50px,8vw,110px);align-items:center}.headshot-frame{position:relative;aspect-ratio:4 / 5;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#395360c7,#111827e6);overflow:hidden;box-shadow:var(--shadow)}.headshot-frame:after{content:"";position:absolute;inset:auto 18px 18px auto;width:40%;aspect-ratio:1;border-right:3px solid var(--accent);border-bottom:3px solid var(--accent);opacity:.7}.headshot-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2}.headshot-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-weight:600}.about-copy{color:var(--muted);font-size:1.05rem;line-height:1.85}.about-copy p{margin:0 0 18px}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.contact-section{min-height:65vh}.contact-card{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:clamp(34px,6vw,70px);border:1px solid var(--line-strong);border-radius:24px;background:linear-gradient(135deg,#253c48fa,#111827f5);box-shadow:var(--shadow)}.contact-card>div:first-child{max-width:650px}.contact-card p:last-child{color:var(--muted);line-height:1.7}.contact-links{display:flex;flex-direction:column;gap:10px;min-width:170px}.contact-links a{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#f8f9fa0d;text-decoration:none;font-weight:700;transition:border-color .2s ease,transform .2s ease,background .2s ease}.contact-links a:hover{transform:translate(3px);border-color:var(--accent);background:#f8f9fa14}footer{border-top:1px solid var(--line);color:var(--muted)}.footer-content{min-height:90px;display:flex;align-items:center;justify-content:space-between}.footer-content a{color:var(--text);text-decoration:none}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:980px){.hero-layout{grid-template-columns:1fr}.hero-code{max-width:600px;transform:none}.skills-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.section{padding:88px 0}.hero{padding-top:125px}.about-layout{grid-template-columns:1fr;place-items:center}.headshot-frame{width:100%;max-width:60%}.skills-grid{grid-template-columns:repeat(2,1fr)}.contact-card{align-items:flex-start;flex-direction:column}.contact-links{width:100%;flex-direction:row;flex-wrap:wrap}.contact-links a{flex:1;justify-content:center;min-width:130px}}@media(max-width:500px){.container{width:min(100% - 28px,1180px)}h1{font-size:clamp(2.55rem,14vw,4.2rem)}.skills-grid{grid-template-columns:1fr 1fr}.hero-code{display:none}.contact-links{flex-direction:column}.footer-content{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
