:root{--header-height: 80px;--header-offset: 80px}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{font-family:Inter,sans-serif;background:#fafbfc;color:#333;line-height:1.6;overflow-x:hidden;overflow-anchor:none;height:100%}h1,h2,h3,h4{font-weight:600;margin-bottom:.5rem;color:#222}a{color:#07c;text-decoration:none;transition:color .2s ease}a:hover{color:#005fa3}img{max-width:100%;height:auto;display:block}.container,main{padding-top:calc(var(--header-height) + 1.5rem);max-width:100%;margin:0 auto;padding-left:2rem;padding-right:2rem}.project-content>p,.project-content>ul,.project-content>.chips{margin-bottom:1rem}.site-header{position:fixed;top:0;left:0;width:100%;background:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:1000;height:auto;gap:1rem;box-shadow:0 4px 12px #0000001a}.site-header img{height:80px;width:auto;display:block}.header-left{flex-shrink:0}.site-header .center-title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.8rem;font-weight:700;color:#333;text-align:center;white-space:nowrap;pointer-events:none}.page-title{flex:1;text-align:center;font-family:Inter,sans-serif;font-weight:700;font-size:1.75rem;color:#222;letter-spacing:-.01em;line-height:1.2;padding:0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .3s ease;pointer-events:none}nav.header-nav{display:flex;align-items:center}nav a{margin-left:0;font-weight:500;color:#333;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}nav a:hover{color:#1a3e7a;text-decoration:underline}.header-nav .divider{padding:0 12px;color:#333;font-weight:500;display:block}.header-buttons{display:flex;gap:.25rem}.header-button{padding:.25rem .5rem;font-size:.875rem;border-radius:4px;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease}.header-button.connect{background-color:#1a3e7a;color:#fff;border:1px solid #1a3e7a}.header-button.connect:hover{background-color:#fff;color:#1a3e7a}.header-button.engage{background-color:#fff;color:#1a3e7a;border:1px solid #1a3e7a}.header-button.engage:hover{background-color:#1a3e7a;color:#fff}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;border:none;background:none;cursor:pointer;padding:0}.hamburger .bar{height:3px;width:100%;background-color:#1a3e7a;border-radius:2px;transition:all .3s ease}.hamburger.open .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;width:100%;height:500px;background-size:cover;background-position:center;overflow:hidden;margin-top:0;display:flex;align-items:center}.hero-content{position:relative;z-index:2;max-width:700px;margin-left:60px;background:rgba(0,0,0,.35);padding:20px 30px;border-radius:8px;color:#fff;text-align:left;box-shadow:0 4px 12px #0006;opacity:0;transform:translateY(20px);animation:heroFadeIn .6s ease forwards}.hero h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.hero h2{font-size:1.5rem;font-weight:400;margin-bottom:1rem;color:#fff}.hero p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.cta-button{display:inline-block;background:#2d7ff9;color:#fff;padding:.8rem 1.6rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s ease}.cta-button:hover{background:#1a5fd1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}.container-header-offset{margin-top:2rem;margin-bottom:1rem}.project-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.icon-title-row{display:flex;align-items:center;gap:1rem}.project-icon{width:75px;height:75px;flex-shrink:0}.project-title{font-size:1.25rem;margin:0;line-height:1.3}.project-summary{font-size:.95rem;color:#555;margin-top:.75rem}.project-highlights{list-style-type:disc;padding-left:1.25rem;font-size:.9rem;color:#333;margin-top:.5rem}.project-cta-button{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:#1a3e7a;color:#fff;text-decoration:none;font-weight:500;font-size:1rem;line-height:1.4;border-radius:6px;transition:background-color .2s ease;white-space:nowrap}.project-cta-button:hover{background-color:#0d2555;color:#fff}.home-tiles{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:stretch;margin:1rem 0}.tile{background-color:#fff;color:#000;flex:0 1 280px;max-width:280px;border:2px solid #1a3e7a;border-radius:12px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease;min-height:350px}.tile:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.tile-thumb{width:120px;height:120px;object-fit:cover;border-radius:12px;margin-bottom:.75rem}.tile h3{color:#1a3e7a;margin-bottom:.5rem;text-align:center}.tile p{font-size:.9rem;line-height:1.4;text-align:center;margin-bottom:1rem}.tile-button{display:flex;width:200px;align-items:center;justify-content:center;padding:.8rem 1.6rem;font-size:1.1rem;font-weight:600;border-radius:12px;background-color:#1a3f7a;color:#fff;text-decoration:none;box-shadow:0 4px 12px #00000014;margin-top:1rem;cursor:pointer;flex:none;height:auto;max-width:100%;text-align:center}.tile-button:hover{background-color:#1a3f7a;transform:translateY(-4px);box-shadow:0 6px 16px #00000026;color:#fff}.project-detail-container{max-width:1200px;padding:4rem 1rem 1rem 2rem}.project-detail{padding-top:80px;margin-top:2rem;line-height:1.6}.project-summary{font-size:1.05rem;margin-bottom:1rem;line-height:1.5}.project-details h4{margin-top:1rem;margin-bottom:.5rem;color:#2d7ff9}.project-details ul{padding-left:1.2rem;margin:0}.project-image{width:100%;max-width:800px;height:auto;border-radius:8px;object-fit:contain;margin-bottom:2rem;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeIn .6s ease forwards}.project-image:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.project-nav{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;font-size:.95rem}.project-nav a{color:#2d7ff9;font-weight:500;text-decoration:none;padding:.3rem .6rem;border-radius:4px;transition:background .2s ease}.project-nav a:hover{background:#eaf2ff}.project-title-inline{font-size:1rem;font-weight:500;color:#555;margin-top:.25rem}.project-media-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.project-media-image{max-width:100%;height:auto;border-radius:8px}.project-section{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;align-items:center;width:100%;flex-direction:row}.project-section-image,.project-section-content{flex:1 1 300px;display:flex;flex-direction:column;justify-content:center}.project-section-image img{display:block;width:100%;height:auto;border-radius:8px}.project-hero{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.project-hero.image-left{flex-direction:row}.project-hero.image-right{flex-direction:row-reverse}.project-hero .project-image-wrapper,.project-hero .project-summary{flex:1 1 300px}.project-section.hero-two-column{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:2rem;margin-bottom:2rem}.project-section.hero-two-column .project-content{flex:1 1 60%;min-width:300px;display:flex;flex-direction:column;justify-content:flex-start}.hero-image-wrapper{flex:0 0 40%;display:flex;justify-content:flex-start;align-items:flex-start;max-width:600px}.hero-image-wrapper img{width:100%;max-width:100%;border-radius:8px;cursor:pointer;object-fit:contain;box-shadow:0 4px 12px #00000040;border:1px solid #e0e0e0}.hero-two-column.image-right{flex-direction:row-reverse}.project-section.secondary-two-column{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:2rem;margin-bottom:2rem}.project-section.secondary-two-column .project-content{flex:1 1 60%;min-width:300px;display:flex;flex-direction:column}.secondary-images-wrapper{flex:0 0 40%;max-width:600px;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center}.secondary-images-wrapper img{width:100%;border-radius:8px;cursor:pointer;object-fit:contain;box-shadow:0 4px 12px #00000040;border:1px solid #e0e0e0}.about-me-split{display:flex;gap:0;align-items:stretch;justify-content:center;max-width:1200px;margin:0 auto;overflow:hidden}.about-text-block h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5}.about-text-block p{color:#fff;margin-bottom:1.5rem;line-height:1.7}.about-text-block{flex:2;font-size:1.1rem;line-height:1.7;background-color:#1a3e7a;color:#fff;padding:2rem;border-radius:8px 0 0 8px}.about-headshot-wrapper{flex:1;max-width:300px;position:relative;background-color:#1a3e7a;padding:2rem 1rem;border-radius:0 8px 8px 0;overflow:hidden}.about-headshot{width:90%;height:auto;max-width:280px;object-fit:cover;object-position:top;border-radius:0;z-index:1}.headshot-border{position:absolute;top:0;right:0;bottom:0;width:100%;border:2px solid #133b73;border-left:none;border-radius:0 8px 8px 0;pointer-events:none;z-index:2}.footer-section{background-color:#f9f9f9;padding:1.5rem;border-top:2px solid #e0e0e0}.contact-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;gap:1rem}.contact-text{flex:1 1 60%}.contact-text h4{text-transform:uppercase;letter-spacing:1px;color:#1a3e7a;margin-bottom:.25rem;font-size:.85rem}.contact-text h2{font-size:1.5rem;margin-bottom:.5rem;color:#111}.contact-text p{color:#555;line-height:1.4;margin-bottom:0}.contact-links{flex:1 1 35%;display:flex;flex-direction:column;gap:.5rem}.contact-link{display:flex;align-items:center;text-decoration:none;color:#1a3e7a;font-weight:500;transition:color .2s ease;padding:0}.contact-link:hover{color:#0d2555}.contact-icon{width:35px;height:35px;margin-right:8px;border-radius:4px}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.skill-chip{background:#eaf2ff;color:#2d7ff9;padding:.4rem .8rem;margin:.3rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:background .2s ease}.skill-chip:hover{background:#d6e7ff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:2000;cursor:pointer}.modal-content{position:relative;display:flex;align-items:center;justify-content:center}.modal-image{max-width:90vw;max-height:90vh;border-radius:8px}.modal-close,.modal-prev,.modal-next{position:absolute;background:rgba(0,0,0,.6);color:#fff;border:none;font-size:2rem;padding:.25rem .5rem;cursor:pointer;border-radius:4px}.modal-close{top:1rem;right:1rem}.modal-prev{left:1rem;top:50%;transform:translateY(-50%)}.modal-next{right:1rem;top:50%;transform:translateY(-50%)}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem}.blog-preview{display:flex;flex-direction:column;width:100%;height:100%;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.blog-preview:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000000f}.blog-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background:white;border:1px solid #eee;border-radius:12px;padding:0;height:100%;box-sizing:border-box;overflow:hidden}.blog-thumbnail{width:calc(100% + 4rem);margin:1rem -2rem;padding:0 5px;height:auto;background-color:transparent;border-bottom:none}.blog-thumbnail img{width:100%;height:auto;object-fit:contain;border-radius:4px}.blog-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:2rem}.blog-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#222}.blog-teaser{font-size:1rem;color:#333;flex-grow:1}.blog-teaser:first-letter{font-size:2.2rem;font-weight:700;display:inline-block;margin-right:.4rem;line-height:1;vertical-align:top;color:#333}.read-more{margin-top:.5rem;font-size:.95rem;font-weight:500;color:#07c;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-bottom .2s ease}.blog-card-wrapper{opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease;min-height:140px}.blog-card-wrapper.visible{opacity:1;transform:translateY(0)}.placeholder{background:#f1f1f1;border-radius:12px;height:140px;width:100%;animation:shimmer 1.6s infinite linear;background-image:linear-gradient(to right,#f1f1f1 0%,#e6e6e6 20%,#f1f1f1 40%,#f1f1f1 100%);background-size:1000px 100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.blog-meta{display:flex;justify-content:flex-end;font-size:.9rem;color:#777;margin-top:1rem}.blog-card.text-only{padding:1rem 0;border-bottom:1px solid #eee;background-color:transparent}.blog-card.text-only:hover{background-color:#fafafa}.sort-controls{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin:-1.5rem 2rem 0rem}.sort-label{font-weight:500;color:#444}.sort-dropdown{border:1px solid #ccc;border-radius:8px;padding:.4rem .8rem;font-size:.95rem;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sort-dropdown:hover{border-color:#888;box-shadow:0 1px 3px #00000014}.tag-group{margin-top:3rem}.tag-header{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#222;border-bottom:1px solid #ddd;padding-bottom:.5rem;text-transform:capitalize}.PageWrapper,.container.projects-page,.projects-index{padding-top:var(--header-height);box-sizing:border-box}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}#contact{scroll-margin-top:100px}.blog-detail-container{display:flex;flex-direction:row;gap:2rem;max-width:1000px;width:100%;margin:0 auto;padding-top:80px}.blog-content{flex:3;padding:0 2rem!important}.blog-sidebar{flex:1;position:sticky;top:140px;font-size:.9rem;color:#666;padding:1rem;background-color:#f5f5f5;border-left:1px solid #ddd}.blog-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.blog-hero-image{width:100%;margin-bottom:2rem}.blog-hero-image img{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:8px}.blog-content p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.blog-content hr{border:none;border-top:1px solid #ccc;margin:2rem 0}.blog-content blockquote{font-style:italic;border-left:4px solid #ccc;padding-left:1rem;color:#666;margin:2rem 0}.blog-content .fallback{background-color:#f9f9f9;padding:1rem;border-left:4px solid #e0e0e0;color:#555;font-style:italic}.back-link{margin-top:0;margin-bottom:1rem}.back-link a{font-size:.9rem;color:#555;text-decoration:none}.back-link a:hover{text-decoration:underline}.blog-sidebar .date{font-family:Georgia,serif;font-weight:600;font-size:1rem;color:#444;margin-bottom:1rem}.tag-list{margin-top:.5rem}.tag-list .tag{display:block;margin-bottom:.25rem;color:#555;font-size:.9rem}main.no-top-padding{padding-top:0!important}@media (max-width: 1024px){.blog-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container{padding:0 2rem 2rem}:root{--header-height: 180px}.site-header .center-title{position:static;transform:none;display:none;font-size:1.4rem;color:#1a3e7a;margin-top:8px}.header-left{order:1;flex-shrink:0;flex-grow:0}.hamburger{display:flex;order:3;flex-shrink:0;flex-grow:0}.page-title{position:static;transform:none;left:auto;top:auto;flex:1 1 0%;flex-grow:1;order:2;text-align:center;font-size:1.1rem;white-space:normal;overflow:visible;text-overflow:clip;padding:0 .5rem;word-break:break-word;pointer-events:auto}nav.header-nav{display:none}nav.header-nav.show{position:absolute;top:var(--header-offset);right:0;width:fit-content;height:auto;background:#fff;box-shadow:0 8px 16px #00000026;display:flex;flex-direction:column;padding:1rem 2rem;z-index:999;align-items:flex-start}nav.header-nav.show a,nav.header-nav.show .divider{margin:.5rem 0;text-align:left}nav.header-nav.show .divider{display:none}.header-buttons,.nav-menu{display:none}.nav-menu.open{display:flex}.home-tiles{flex-direction:column;align-items:center}.tile{width:90%;min-height:auto}.tile-button{white-space:nowrap}.about-me-split{flex-direction:column;padding:0 1rem;gap:0}.about-text-block{border-radius:8px 8px 0 0;flex:1 1 100%;padding:1.5rem}.about-text-block p{color:#fff;margin-bottom:1.5rem;line-height:1.7}.about-text-block h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5}.about-headshot-wrapper{max-width:100%;flex:1 1 100%;border-radius:0 0 8px 8px;padding:1.5rem}.project-detail-container{padding-top:0rem}.project-section.hero-two-column,.project-section.secondary-two-column{flex-direction:column;flex-wrap:wrap;gap:1.5rem}.container-header-offset{margin-top:0!important}.project-section{flex-direction:column;align-items:stretch}.project-section-image,.project-section-content{justify-content:flex-start}.project-content,.hero-image-wrapper,.secondary-images-wrapper{flex:1 1 100%;min-width:auto}.hero-image-wrapper img,.secondary-images-wrapper img{max-width:100%;margin-bottom:1rem}.secondary-images-wrapper{grid-template-columns:1fr;max-width:100%}.container-projects-index{padding-top:0;padding-left:1rem;padding-right:1rem;padding-bottom:2rem}.contact-content{flex-direction:column;align-items:center;text-align:center}.contact-links{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;margin-top:1.5rem}.blog-list{grid-template-columns:1fr}.blog-list-page{margin-top:-12rem}.blog-detail-container{flex-direction:column;padding-left:1rem;padding-right:1rem;padding-top:0}.blog-content{padding-left:0;padding-right:0}.blog-sidebar{position:static;width:100%;margin-top:2rem;padding:1rem;border-left:none;border-top:1px solid #ddd}.hero{margin-top:-40px}}.projects-index-container{background-color:#fff;padding:2rem;max-width:1200px;margin:0 auto}.hero-banner{position:relative;height:40vh;background-color:#1a3e7a;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:var(--header-height)}.hero-text-overlay{background-color:#00000080;padding:2rem;border-radius:8px;max-width:80%}.hero-text-overlay h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.projects-staggered-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 4rem;padding-top:2rem}.project-item{width:100%;grid-column:span 1;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:450px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.align-left{grid-column:1}.align-right{grid-column:2;margin-top:33%}.projects-staggered-list .project-item:nth-child(odd):not(:first-child){margin-top:-10%}.project-item-title{font-size:1.5rem;font-weight:600;margin-bottom:0;padding:0 .5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.project-image-wrapper{width:100%;display:block;border-radius:12px;flex-shrink:0;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden}.project-item-image{width:100%;height:100%;object-fit:contain;object-position:top;transition:transform .3s ease-in-out}.project-item:hover .project-item-image{transform:scale(1.05)}.standard-footer{text-align:center;padding:2rem;background-color:#f1f1f1;color:#555;margin-top:4rem}@media (max-width: 768px){.projects-staggered-list{grid-template-columns:1fr;gap:4rem}.project-item,.align-left,.align-right{grid-column:1;margin-top:0;width:100%}.hero-banner{margin-top:0}.project-item{height:auto;gap:1rem}.project-item-title{flex-grow:0}}
