:root{--bg: #f4f1f0;--fc: rgb(25, 25, 25);--contrast: #e8e5e3;--border: #b8b6b4;--accent: #827841;--transparent: rgba(232, 229, 227, .4);--sans: "degular-mono", "Roboto Mono", sans-serif;--logo: url(./logo_dark.BKokyiV8.svg);--logo-small: url(./logo_small_dark.DIn8bFAH.svg)}html.dark{--bg: rgb(25, 25, 25);--fc: #f4f1f0;--contrast: #303030;--border: #4c4c4c;--transparent: rgba(48, 48, 48, .4);--logo: url(./logo_white.B82KJXyt.svg);--logo-small: url(./logo_small_white.hsmmNMLt.svg)}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin}::-webkit-scrollbar{width:8px}:root{font-size:16px}body{margin:0;background-color:var(--bg);color:var(--fc);height:100vh;max-height:100vh;width:100vw;max-width:100vw;font-family:var(--sans);transition:background-color .3s ease,color .3s ease}@media(min-width:992px){body{overflow:hidden}}.bg-contrast{background-color:var(--contrast)}.bg-noise{position:relative}.bg-noise:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:182px;opacity:.2;top:0;left:0;position:absolute;width:100%;height:100%;z-index:0}.header-logo{height:2.5rem;width:2.5rem;background-image:var(--logo-small);background-repeat:no-repeat;background-size:contain;margin-right:1rem;flex-shrink:0}@media(min-width:600px){.header-logo{height:3rem;width:3rem}}.divider{height:1px;flex:1;background:var(--fc)}.divider.secondary{background:var(--border)}button{cursor:pointer;background:transparent;border:1px solid var(--border);border-radius:.25rem;padding:.5rem 1rem;text-transform:uppercase}button,a{color:var(--fc);transition:all .3s ease}button:hover,button:focus,a:hover,a:focus{color:var(--accent);border-color:var(--accent)}button.borderless{border:none;display:inline-flex;padding:.25rem}button.sm{padding:.25rem .5rem;font-size:.875rem}.flex{display:flex}.flex.col{flex-direction:column}.flex.wrap{flex-wrap:wrap}.gap-2xs{gap:.25rem}.gap-xs{gap:.5rem}.gap-sm{gap:1rem}.gap-md{gap:2rem}.gap-lg{gap:3rem}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}#hero{min-height:calc(100svh - 80px);text-align:center}.hero-logo{width:20rem;height:10rem;background-image:var(--logo);background-repeat:no-repeat;background-size:contain;background-position:center;margin-bottom:2rem;flex-shrink:0}@media(min-width:700px)and (min-height:700px){.hero-logo{width:40rem;height:20rem}}@media(max-height:500px){.hero-logo{display:none}}.services-list{display:grid;column-gap:2rem;row-gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{flex:1 1 280px;position:relative;padding:1rem;border-radius:.5rem;overflow:hidden}.service-card-content{z-index:2;position:relative}.skill-category:hover{background:var(--transparent)}@media(max-width:600px){.skill-category{flex-direction:column;gap:0;align-items:start}.skill-category>ul{justify-content:flex-start}}.tag{padding:.25rem .5rem;white-space:nowrap;border-radius:.25rem}#portfolio{padding:3rem 0}#portfolio .section-title{margin:0 1rem}@media(min-width:600px){#portfolio .section-title{margin:0 2rem}}.project-list{width:100%;overflow:auto hidden;padding:0 2rem 1.5rem;min-height:320px}@media(max-width:600px){.project-list{padding:0 1rem 1.5rem;flex-direction:column;overflow:hidden}}.project-card{width:400px;max-width:calc(100vw - 2rem);flex-shrink:0}@media(max-width:600px){.project-card{width:100%}}.project-card h3{font-size:1rem;margin-block:.75rem}.project-img-container{width:100%;height:auto;position:relative;overflow:hidden;border-radius:.25rem}.project-card img{width:100%;display:block}.project-img-overlay{position:absolute;width:100%;height:100%;opacity:.6;transition:opacity .3s ease}@media(max-width:992px){.project-img-overlay{opacity:0}}.project-card:hover .project-img-overlay{opacity:0}.project-meta h1{font-size:1.5rem;margin-block:.75rem}.project-meta h2{font-size:1rem;margin:0}.project-meta ul{margin-top:0}.project-meta li{font-size:.875rem}.project-description{font-size:.875rem;margin-block:.75rem}.project-gallery{max-height:100%;overflow:hidden auto;padding-right:1rem}.project-gallery img{width:100%;height:auto;border-radius:.25rem;border:1px solid var(--border);display:block;margin-bottom:1rem}.project-navigation{width:100%;margin-block:1.5rem}.project-navigation a{text-decoration:none;text-transform:uppercase;font-size:.875rem}.project-navigation a.next{text-align:right}.project-navigation a.next:first-child{width:100%}@media(max-width:992px){.project-meta{width:100%}.project-gallery{max-height:unset;overflow:unset;margin-top:1rem;padding:0}}@media(min-width:993px){.project-meta{max-height:calc(100% - 6rem);overflow:hidden auto}.project-navigation{position:absolute;bottom:.75rem;left:2rem;width:320px;margin-block:unset}}input,button,textarea,select,input::file-selector-button{font:inherit}select{text-transform:none}h1,h2,h3,h4,h5,h6,strong{font-weight:600}h2,h3,h4,h5,h6{text-transform:uppercase}p{max-width:900px}ul{list-style:none;padding:0}nav.svelte-y5jrtk{position:fixed;left:100%;height:100%;width:70%;top:0;transition:all .5s ease-in-out;background-color:var(--contrast);display:flex;flex-direction:column;align-items:flex-end;gap:3rem;padding:1.35rem 1.2rem;z-index:11}nav.open.svelte-y5jrtk{left:30%}a.svelte-y5jrtk{text-decoration:none;text-transform:uppercase;text-align:right}a.svelte-y5jrtk,#close-menu.svelte-y5jrtk{width:100%}#close-menu.svelte-y5jrtk{display:inline-flex;justify-content:flex-end}@media(min-width:680px){nav.svelte-y5jrtk,button.svelte-y5jrtk{display:none}}header.svelte-1elxaub{position:sticky;top:0;left:0;right:0;z-index:10;padding:1rem 2rem;background-color:var(--bg)}nav.svelte-1elxaub{display:flex;gap:3rem}a.svelte-1elxaub{text-decoration:none;text-transform:uppercase}a.svelte-1elxaub:hover{text-decoration:underline}@media(max-width:680px){.gap-lg.svelte-1elxaub,.gap-md.svelte-1elxaub{gap:1.5rem}.gap-lg.svelte-1elxaub{flex-flow:row-reverse}nav.svelte-1elxaub{display:none}}@media(max-width:600px){header.svelte-1elxaub{padding:1rem}}@media(max-height:500px){header.svelte-1elxaub{padding:.5rem 1rem}}.container.svelte-12qhfyh{height:100svh;width:100vw;max-width:100vw;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}@media(min-width:992px){.container.svelte-12qhfyh{overflow:hidden auto;max-height:100svh}}footer.svelte-12qhfyh{width:100%;padding:.5rem 1rem;font-size:.875rem}footer.svelte-12qhfyh>div:where(.svelte-12qhfyh){padding:.5rem 1rem;border:1px solid var(--fc)}@media(max-width:600px){footer.svelte-12qhfyh>div:where(.svelte-12qhfyh){padding:.5rem}}
