:root{color:#23313d;background:#f6f3ee;font-family:PT Mono,Courier New,monospace;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--paper: #fbfaf7;--ink: #23313d;--muted: #63717c;--line: #ded8cf;--blue: #416982;--blue-dark: #294758;--sage: #8da58a;--coral: #d98670;--mint: #e5efe4;--shadow: 0 22px 60px rgba(35, 49, 61, .12)}*{box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh;overflow:hidden}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;width:min(1120px,calc(100% - 32px));height:72px;margin:0 auto;isolation:isolate}.site-header:before{position:absolute;inset:0 auto 0 50%;z-index:-1;width:100vw;background:#f6f3eef5;content:"";transform:translate(-50%)}.brand{display:inline-flex;align-items:center;min-height:44px;color:var(--blue-dark);font-size:1.02rem;font-weight:400;letter-spacing:0;transition:color .18s ease}.brand:hover,.brand:focus-visible{color:var(--blue);outline:none}.main-nav{display:flex;align-items:center;gap:24px;padding:0}.main-nav a{position:relative;padding:9px 0;color:var(--muted);font-size:.93rem;font-weight:400}.main-nav a:after{position:absolute;left:0;bottom:3px;width:100%;height:2px;background:var(--blue);content:"";transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.main-nav a:hover,.main-nav a:focus-visible{outline:none}.main-nav a:hover:after,.main-nav a:focus-visible:after{transform:scaleX(1)}.hero-section{position:relative;display:grid;min-height:calc(100vh - 72px);padding:40px 0 72px}.hero-background{position:absolute;inset:0;background:linear-gradient(120deg,rgba(65,105,130,.14),transparent 34%),linear-gradient(300deg,rgba(141,165,138,.24),transparent 42%),linear-gradient(180deg,var(--paper),#f3eee6)}.hero-background:after{position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent,#f6f3ee);content:""}.hero-content{position:relative;display:grid;grid-template-columns:380px minmax(0,720px);align-items:center;gap:64px;width:min(1120px,calc(100% - 32px));margin:0 auto}.tech-visual{position:relative;display:grid;place-items:center;width:min(100%,380px);min-height:360px;isolation:isolate}.tech-visual:after{position:absolute;width:76%;height:18px;bottom:20px;border-radius:999px;background:#23313d14;filter:blur(14px);content:"";pointer-events:none}.tech-visual img{position:relative;z-index:1;width:min(100%,340px);height:auto;display:block;border-radius:8px;filter:drop-shadow(0 24px 34px rgba(35,49,61,.16));animation:floatIllustration 5.6s ease-in-out infinite}.hero-copy{max-width:760px}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:.82rem;font-weight:400;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;color:var(--ink);font-size:4.5rem;font-weight:400;line-height:.98;letter-spacing:0}h2{margin-bottom:0;color:var(--ink);font-size:2.25rem;font-weight:400;line-height:1.14;letter-spacing:0}h3{margin-bottom:10px;color:var(--ink);font-size:1.2rem;font-weight:400;line-height:1.25;letter-spacing:0}.hero-lead{max-width:680px;margin-bottom:24px;color:#40505d;font-size:1.25rem;line-height:1.7}.hero-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.hero-meta span{display:inline-flex;align-items:center;gap:8px;min-height:40px;border:1px solid rgba(65,105,130,.18);border-radius:999px;padding:8px 14px;background:#fbfaf7b8;color:var(--blue-dark);font-weight:400}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:8px;font-weight:400;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button{gap:10px;padding:0 18px}.button.primary{background:var(--blue-dark);color:#fff;box-shadow:0 12px 28px #29475838}.button.secondary{border:1px solid rgba(41,71,88,.22);background:#fbfaf7d1;color:var(--blue-dark)}.icon-button{width:46px;border:1px solid rgba(217,134,112,.38);background:#fff3ef;color:#9a513f}.button:hover,.button:focus-visible,.icon-button:hover,.icon-button:focus-visible{transform:translateY(-2px);outline:none}.button.primary:hover,.button.primary:focus-visible{background:#203b4a}.section{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:72px 0}.section-heading{max-width:720px;margin-bottom:34px}.intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:stretch;margin-bottom:24px}.intro-text{padding:4px 0}.intro-text p{max-width:720px;margin-bottom:18px;color:var(--muted);font-size:1.05rem;line-height:1.75}.stack-panel{border:1px solid var(--line);border-radius:8px;padding:24px;background:var(--paper);box-shadow:0 14px 38px #23313d12;transition:box-shadow .18s ease}.panel-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--blue-dark);font-size:1rem;font-weight:400}.stack-list,.tech-list{display:flex;flex-wrap:wrap;gap:10px}.stack-list span,.tech-list span{border-radius:999px;padding:8px 12px;background:var(--mint);color:#38553c;font-size:.92rem;font-weight:400}.highlight-grid,.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.highlight-card,.project-card{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 14px 38px #23313d12;transition:box-shadow .18s ease}.stack-panel:hover,.stack-panel:focus-within,.highlight-card:hover,.highlight-card:focus-within,.project-card:hover,.project-card:focus-within{box-shadow:0 20px 48px #23313d1f}.highlight-card{padding:22px}.highlight-card svg{margin-bottom:16px;color:var(--coral)}.highlight-card p,.project-card p,.contact-content p{color:var(--muted);line-height:1.68}.projects-section{padding-top:54px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{display:flex;flex-direction:column;justify-content:space-between;min-height:290px;padding:24px}.project-status{margin-bottom:12px;color:var(--blue);font-size:.82rem;font-weight:400;text-transform:uppercase}.project-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;min-height:40px}.project-footer a{display:inline-flex;align-items:center;gap:6px;min-width:max-content;color:var(--blue-dark);font-weight:400}.project-footer .tech-list{flex:1 1 auto;align-items:center}.project-footer a:hover,.project-footer a:focus-visible{color:#172f3d;outline:none}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;width:min(1120px,calc(100% - 32px));margin:24px auto 56px;border:1px solid rgba(65,105,130,.18);border-radius:8px;padding:34px;background:linear-gradient(120deg,#e5efe4eb,#fbfaf7f5),var(--paper);box-shadow:var(--shadow);transition:box-shadow .18s ease}.contact-section:hover,.contact-section:focus-within{box-shadow:0 26px 64px #23313d26}.contact-content{max-width:720px}.contact-content h2{margin-bottom:14px}@media(max-width:900px){.site-header{height:auto;padding:16px 0}.hero-section{min-height:auto;padding:34px 0 56px}.hero-content{grid-template-columns:1fr;gap:28px}.tech-visual{width:min(100%,280px);min-height:260px}.hero-copy{order:-1}h1{font-size:3.4rem}h2{font-size:1.9rem}.hero-lead{font-size:1.1rem}.intro-grid,.highlight-grid,.project-grid,.contact-section{grid-template-columns:1fr}.contact-actions{justify-content:flex-start}}@media(max-width:640px){.site-header{align-items:center;flex-wrap:wrap;gap:12px}.main-nav{order:2;width:100%;max-width:100%;justify-content:space-between;gap:12px;padding:0;overflow-x:visible}.main-nav a{flex:1;padding:8px;font-size:.8rem;text-align:center;white-space:nowrap}.hero-content,.section,.contact-section,.site-header{width:min(1120px,calc(100% - 24px))}.tech-visual{width:min(100%,240px);min-height:220px}h1{font-size:2.7rem}h2{font-size:1.55rem}.hero-meta,.hero-actions,.contact-actions{width:100%}.hero-actions .button,.contact-actions .button{flex:1 1 160px}.icon-button{flex:0 0 46px}.section{padding:52px 0}.project-footer{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px}.project-footer .tech-list{flex:1 1 auto;gap:8px}.project-footer .tech-list span{padding:8px 10px;font-size:.86rem}.contact-section{padding:24px;margin-bottom:32px}}@media(max-width:360px){h1{font-size:2.25rem}.project-card{padding:20px 16px}.project-footer{gap:8px}.project-footer a{gap:4px;font-size:.88rem}.project-footer a svg{width:16px;height:16px}.project-footer .tech-list{gap:6px}.project-footer .tech-list span{padding:7px 8px;font-size:.78rem}}@keyframes floatIllustration{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
