*,*:before,*:after{box-sizing:border-box}:root{--bg: #fafaf9;--bg-section: #f5f5f4;--text: #1c1917;--text-muted: #57534e;--accent: #0d9488;--accent-hover: #0f766e;--border: #e7e5e4;--font-heading: "Libre Baskerville", Georgia, serif;--font-body: "Source Sans 3", system-ui, sans-serif;--space-section: clamp(2rem, 5vw, 3rem)}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site{max-width:680px;margin:0 auto;padding:clamp(2.5rem,8vw,4rem) 1.5rem 4rem}.hero{padding-bottom:calc(var(--space-section) / 2);border-bottom:1px solid var(--border)}.hero-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:560px){.hero-inner{flex-direction:row;align-items:center;text-align:left;gap:2rem}}.hero-photo-wrap{flex-shrink:0}.hero-photo{width:120px;height:120px;object-fit:cover;border-radius:20px;display:block;border:3px solid var(--border)}@media(min-width:560px){.hero-photo{width:140px;height:140px}}.hero-text{min-width:0}.hero-role{margin:0 0 .35rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.hero-name{margin:0 0 .5rem;font-family:var(--font-heading);font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;line-height:1.2;color:var(--text)}.hero-meta{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.hero-stat{font-weight:600;color:var(--text)}.hero-social{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.hero-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--text-muted);background:var(--bg-section);border:1px solid var(--border);border-radius:50%;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.hero-social-link:hover{color:var(--accent-hover);background:#e6f7f6;border-color:var(--accent);transform:translateY(-2px)}.hero-social-icon{width:1.125rem;height:1.125rem}.hero-social-link:hover .hero-social-icon{color:var(--accent-hover)}.main{display:flex;flex-direction:column;gap:var(--space-section);padding-top:calc(var(--space-section) / 2)}.section{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.section.in-view{opacity:1;transform:translateY(0)}.section-title{margin:0 0 1.25rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text);padding-bottom:.5rem;border-bottom:2px solid var(--accent);display:inline-block}.section-title-with-icon{display:inline-flex;align-items:center;gap:.5rem}.section-title-icon{width:1.35rem;height:1.35rem;color:var(--accent);flex-shrink:0}.section-body p{margin:0 0 1rem;font-size:1rem;color:var(--text-muted);line-height:1.65}.section-body p:last-child{margin-bottom:0}.tech-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem .75rem}@media(min-width:400px){.tech-list{gap:.5rem 1rem}}@media(min-width:560px){.tech-list{grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr))}}.tech-item{font-size:.9375rem;color:var(--text-muted);padding:.35rem .75rem;background:var(--bg-section);border-radius:6px;transition:color .2s ease,background .2s ease;text-align:center;white-space:nowrap}.tech-item:hover{color:var(--accent);background:#e6f7f6}.project-carousel-wrap{position:relative}.project-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000000f;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.project-carousel-prev{left:.75rem}.project-carousel-next{right:.75rem}.project-carousel-btn:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--bg-section);box-shadow:0 4px 12px #0000001a}.project-carousel-btn:active:not(:disabled){background:#e6f7f6}.project-carousel-btn:disabled{opacity:.4;cursor:not-allowed}.project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:1.25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.project-list::-webkit-scrollbar{display:none}.project-card{flex:0 0 100%;width:100%;min-width:0;box-sizing:border-box;display:flex;flex-direction:row;padding:1rem 4rem 1.25rem 0;background:var(--bg-section);border:1px solid var(--border);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;scroll-snap-align:start;scroll-snap-stop:always}.project-card:hover{border-color:var(--accent);box-shadow:0 4px 12px #0d948814}.project-card-left{flex-shrink:0;width:4rem;display:flex;align-items:flex-start;justify-content:flex-end;padding:0 .5rem 0 .75rem}.project-card-number{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--accent);background:#e6f7f6;border-radius:8px}.project-card-body{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:flex-start}.project-card-heading{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.35rem}.project-card-heading-left{display:flex;flex-direction:column;gap:.12rem;flex-shrink:0;align-items:flex-start;min-width:0}.project-logo{flex-shrink:0}.project-logo-link{display:inline-flex}.project-logo-img{width:clamp(44px,12vw,56px);height:clamp(44px,12vw,56px);object-fit:contain;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 3px 8px #00000014}.project-logo-link:hover .project-logo-img{border-color:var(--accent);box-shadow:0 4px 12px #0d948826}.project-card-heading-text{flex:1;min-width:0}.project-card-title{margin:0 0 .25rem;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.3}.project-card-org{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5;overflow:hidden;text-overflow:ellipsis}.project-card-org-desktop{margin-top:.2rem}.project-card-org-mobile{display:none;margin-top:.18rem}.project-card-org strong{color:var(--text);font-weight:600}.project-card-bullets{margin:0;padding-left:1.25rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.project-card-bullets li{margin-bottom:.25rem}.project-card-bullets li:last-child{margin-bottom:0}.project-stack{display:flex;flex-wrap:wrap;gap:.5rem .75rem;list-style:none;margin:0 0 .75rem;padding:0}.project-stack-item{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;background:#0d948814;border:1px solid rgba(13,148,136,.15);border-radius:999px;font-size:.8125rem;color:var(--text)}.project-stack-icon{width:18px;height:18px;object-fit:contain;border-radius:4px}.project-stack-name{font-weight:500}.project-card-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-link{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.875rem;font-weight:600;color:var(--accent);background:#e6f7f6;border:1px solid rgba(13,148,136,.25);border-radius:999px;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.project-link:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}.project-link-arrow{font-size:.85rem}@media(max-width:560px){.project-card{padding:.9rem 2.5rem 1.1rem 0}.project-card-left{width:3.25rem;padding-right:.25rem}.project-card-heading{gap:.5rem;margin-bottom:.25rem}.project-card-heading-left{gap:.08rem}.project-card-org-mobile{margin-top:.04rem}.project-logo{width:clamp(44px,18vw,52px)}.project-logo-img{border-radius:10px}.project-card-title{font-size:1.1rem;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:0 0 .14rem}.project-card-org-desktop{display:none}.project-card-org-mobile{display:block}.project-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem .6rem;width:100%}.project-stack-item{padding:.22rem .6rem;font-size:.8rem;justify-content:flex-start}.project-stack-item--long{grid-column:1 / -1}.project-card-links{gap:.4rem}.project-link{padding:.3rem .6rem;font-size:.8125rem}}.badges-intro{margin:0 0 1rem;font-size:1rem;color:var(--text-muted);line-height:1.5}.badges-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.badges-list+.badges-cta{margin-top:.5rem}.badges-list li{width:100%}.badge-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .75rem;font-size:.9375rem;font-weight:500;color:var(--text);background:var(--bg-section);border:1px solid var(--border);border-radius:8px;transition:border-color .2s ease,background .2s ease,color .2s ease}.badge-link:hover{background:#e6f7f6;border-color:var(--accent);color:var(--accent-hover)}.badge-img{width:32px;height:32px;object-fit:contain;flex-shrink:0;border-radius:6px}.badge-name{flex:1}.badge-arrow{font-size:1rem;color:var(--accent);opacity:.8;transition:transform .2s ease}.badge-link:hover .badge-arrow{transform:translate(4px);opacity:1}.badges-cta{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .75rem;font-size:.9375rem;font-weight:500;color:var(--text);background:var(--bg-section);border:1px solid var(--border);border-radius:8px;transition:border-color .2s ease,background .2s ease,color .2s ease}.badges-cta:hover{background:#e6f7f6;border-color:var(--accent);color:var(--accent-hover)}.badges-cta-logo{width:32px;height:32px;object-fit:contain;object-position:left center;flex-shrink:0;display:block}.badges-cta-label{flex:1;font-weight:600;color:var(--accent)}.badges-cta:hover .badges-cta-label{color:var(--accent-hover)}.badges-cta-arrow{font-size:1rem;color:var(--accent);opacity:.8;transition:transform .2s ease}.badges-cta:hover .badges-cta-arrow{transform:translate(4px);opacity:1}.contact-intro{margin:0 0 1rem;font-size:1rem;color:var(--text-muted);line-height:1.5}.contact-cta{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .75rem;font-size:.9375rem;font-weight:500;color:var(--text);background:var(--bg-section);border:1px solid var(--border);border-radius:8px;transition:border-color .2s ease,background .2s ease,color .2s ease}.contact-cta:hover{background:#e6f7f6;border-color:var(--accent);color:var(--accent-hover)}.contact-cta-icon{width:1.25rem;height:1.25rem;color:var(--accent);flex-shrink:0}.contact-cta:hover .contact-cta-icon{color:var(--accent-hover)}.contact-cta-label{font-weight:600;color:var(--accent)}.contact-cta:hover .contact-cta-label{color:var(--accent-hover)}.contact-cta-address{flex:1;font-weight:500;color:var(--text-muted)}.contact-cta:hover .contact-cta-address{color:var(--text)}.contact-cta-arrow{font-size:1rem;color:var(--accent);opacity:.8;transition:transform .2s ease}.contact-cta:hover .contact-cta-arrow{transform:translate(4px);opacity:1}.footer{margin-top:clamp(2.5rem,6vw,4rem);padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-copy{margin:0;font-size:.8125rem;color:var(--text-muted)}
