.hamburger{display:none!important;flex-direction:column;justify-content:space-around;justify-self:left;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger span{width:100%;height:3px;background:#5bb0ec;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.hamburger.open span:nth-child(2){opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(9px,-9px);transition:transform .3s cubic-bezier(.4,0,.2,1)}header{display:flex;justify-content:space-between;align-items:center;padding:.25rem 2rem;background:linear-gradient(90deg,#010b2e,#26c6da);border-bottom:2px solid #ff9800;position:sticky;top:0;z-index:100}nav{flex:1;text-align:center}.header-navigation{display:flex;justify-content:center;gap:2rem;list-style:none;margin:0;padding:0}.header-navigation li{position:relative}.header-navigation a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease;padding-bottom:.25rem;border-bottom:2px solid transparent}.header-navigation a:hover{color:#26c6da;border-bottom-color:#ff9800}.logo{height:50px;object-fit:contain}.logo-wrapper{flex:0 0 auto}.btn-wrapper{flex:0 0 auto;display:flex;align-items:center}.btn-wrapper .contact-btn{background:linear-gradient(135deg,#ff9800,#26c6da);color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #5bb0ec4d}.btn-wrapper .contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5bb0ec66}.btn-wrapper .contact-btn:active{transform:translateY(0)}@media(max-width:768px){header{flex-wrap:wrap;padding:.5rem 1rem}.header-navigation{gap:1rem}.header-navigation a{font-size:.9rem}.btn-wrapper .contact-btn{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width:650px){header{display:flex;position:static;flex-direction:column;align-items:flex-start}.hamburger-logo-wrapper{width:100%;position:relative}.hamburger{display:flex!important;justify-self:flex-start;position:absolute}.logo-wrapper{margin:0 auto;width:50px}nav{position:relative}.header-navigation{max-height:0;opacity:0;overflow:hidden;position:static;background:none;border-bottom:none;flex-direction:column;gap:0;padding:0;align-items:flex-start;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.header-navigation.open{max-height:500px;opacity:1;pointer-events:auto;transition:max-height .75s cubic-bezier(.4,0,.2,1),opacity .3s ease}.header-navigation li{text-align:left;width:100%}.header-navigation a{display:block;padding:1rem;font-size:1rem;width:100%}}.btn-wrapper{display:none!important;margin-top:1rem}.contact-btn{background:none;padding:15px 35px;margin:1rem;border:2px solid #ebecee;text-decoration:none;color:#ebecee;transition:.75s}.contact-btn:hover{background:#ebecee;color:#010b2e}.project-wrapper{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-content:space-evenly;gap:4rem 0;background:#133660;padding:2rem}.project-card{padding:1rem;color:#133660;background:#323131;border:1px solid #323131;box-shadow:0 4px 12px #13366026;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;width:420px;height:auto;border-radius:4px;position:relative}.project-card h2{margin-left:0}.project-card:hover{box-shadow:0 4px 8px #0003,0 6px 20px #00000030;transform:scale(1.02);transition:all .5s ease-in-out}.project-card .project-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden;border-radius:4px 4px 0 0;margin-bottom:1rem}.project-card .project-image{width:100%;height:100%;object-fit:cover;filter:brightness(.7);transition:filter .3s}.project-card .project-card:hover .project-image{filter:brightness(.85)}.project-card .project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#13366059;color:#fff;z-index:2;padding:1rem;pointer-events:none}.project-card .project-overlay h1{font-size:2rem;margin:0;font-family:Inconsolata,monospace;text-shadow:0 3px 12px rgba(0,0,0,.45)}.project-card .project-overlay h2{font-size:1.1rem;margin:.5rem 0 0;color:#ff9800;text-shadow:0 3px 12px rgba(0,0,0,.45)}.project-card h1{font-size:1.25rem}.project-card h2{margin-top:-.5rem;font-size:.9rem;color:#ff9800}.project-card p{color:#f2f2f2;font-size:16px}.project-card .tag{display:inline;padding:.125rem .5rem;margin:5px 5px 5px 0;color:#202020;background:#ebecee;border-radius:50px;font-size:10px;font-weight:bolder}.project-card .tags{position:absolute;bottom:1rem;right:1rem}.project-card a{padding:.25rem .5rem;margin:1rem 0;background:#5bb0ec;color:#202020;border-radius:4px;font-weight:bolder;text-decoration:none}@media(max-width:1000px){.project-card{width:90%}}.about-me{margin:3rem auto;padding:1rem;line-height:1.75rem;font-size:1.15rem}.banner-wrapper{display:flex;margin-top:3rem;margin-bottom:7rem;justify-content:space-around;margin:7rem 1.5rem}.banner-text h1{font-size:clamp(2.5rem,7vw,4rem);margin-bottom:0}.banner-text h2{font-size:clamp(1.5rem,4vw,2rem);margin:0;color:#5bb0ec}.banner-text p{color:#5bb0ec}.banner-graphic{Width:400px}@media(max-width:1000px){.banner-graphic{display:none}}footer{display:flex;justify-content:space-evenly;gap:2rem;background:#202020;align-items:center}.footer-content{margin:1rem;display:flex}.footer-navigation{padding:0}.footer-navigation li{list-style:none;text-decoration:none;padding:.5rem;transition-duration:.75s;border:2px solid rgba(1,35,40,0)}.footer-navigation li{color:#5bb0ec}.footer-navigation li:hover{color:#ebecee;border:2px solid #ebecee;padding:auto}.footer-navigation a{text-decoration:none}.social-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.social-image{width:35px;margin:.25rem}.contact-form{display:flex;flex-direction:column;width:500px}.contact-form input,.contact-form textarea,.contact-form button{padding:.5rem;margin:.5rem 0;border-radius:0;background:#323131;border:none}.contact-wrapper{margin:1rem}.contact-wrapper h2{color:#5bb0ec;margin:.5rem 0 0}:root{--grey: rgb(46, 46, 46);--light-grey: rgb(105, 105, 105)}.to-do-main{margin:0 auto;width:50%}input,button{appearance:none;border:none;outline:none;background:none}form{margin-bottom:2rem;display:flex}form input{flex:1 1 0}form input,form button{padding:.25rem;background:var(--light-grey)}.task-list{margin:0 auto;min-height:800px;padding:1rem}.task{display:flex;border:1px solid black;padding:.25rem .5rem;margin:.5rem 0}.input{flex:1 1 0%;color:#fff}.edit,.delete{margin:.25rem;padding:0 .25rem;border:none;background:none;color:#fff}.task button:hover{color:gray}.save{background:var(--light-grey);color:#000}.banner{color:red;text-align:center;margin:auto;display:none;font-size:large;font-weight:700}.displayOn{display:block}.case-study{display:flex;background:#010b2e;color:#ebecee}main{overflow:hidden}.case-sidebar{flex:0 0 280px;background:#09183c;color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:start;gap:1.5rem}.case-logo{width:100%;border-radius:6px;object-fit:contain;margin-bottom:1rem}.sidebar-info{width:100%}.case-title{font-size:1.75rem;margin:0 0 .5rem;color:#fff}.case-summary{font-size:.95rem;color:#323131;margin-bottom:1rem}.sidebar-meta,.sidebar-outcomes{list-style:none;padding:0;margin:0 0 1rem}.sidebar-meta li{margin-bottom:.5rem;font-size:.9rem}.sidebar-outcomes li{background:#010b2e;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;margin-bottom:.25rem}.case-main{flex:1;padding:2rem 3rem;max-width:960px}.case-main .markdown-content{line-height:1.6;color:#ebecee}.case-infographic{margin-top:3rem}.infographic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.infographic-card{background:#121212;padding:1rem;border-radius:8px;text-align:center}.infographic-card .big{font-size:1.25rem;font-weight:700}.metric-circle{width:80px;height:80px;border-radius:50%;background:#121212;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto .5rem}@media(max-width:900px){.case-study{flex-direction:column}.case-sidebar{width:100%;flex:none;padding:1.5rem}.case-main{padding:1.5rem}}.case-list{padding:2rem}.case-list h1{margin-bottom:1.5rem;font-size:2rem}.case-list .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.case-card{background:#010b2e;border:1px solid #202020;border-radius:8px;overflow:hidden;transition:transform .2s}.case-card:hover{transform:translateY(-4px);border-color:#5bb0ec}.case-card img{width:100%;height:140px;object-fit:cover}.case-card h2{margin:.75rem 1rem .25rem;font-size:1.25rem;color:#ebecee}.case-card .summary{margin:0 1rem 1rem;color:#323131;font-size:.9rem}.case-card a{text-decoration:none;color:inherit;display:block}*{box-sizing:border-box;color:#ebecee;scroll-behavior:smooth}html{font-size:1.125rem;font-family:Montserrat,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Inconsolata,monospace}body{margin:0;background:#010b2e}.active{color:#5bb0ec}main{display:flex;flex-direction:column}main h2{margin:.5rem 1.5rem}
