:root{--gray-0: #0a0c10;--gray-50: #121720;--gray-100: #1f2937;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--gray-999: #ffffff;--gray-999-basis: 0, 0%, 100%;--gray-999_40: hsla(var(--gray-999-basis), .4);--accent-regular: #4f46e5;--accent-light: #818cf8;--accent-dark: #3730a3;--accent-overlay: hsla(245, 70%, 60%, .15);--accent-subtle-overlay: hsla(245, 50%, 96%, 1);--accent-text-over: var(--gray-999);--link-color: var(--accent-regular);--shadow-sm: 0px 2px 4px rgba(10, 12, 16, .1);--shadow-md: 0px 4px 8px rgba(10, 12, 16, .12), 0px 2px 4px rgba(10, 12, 16, .08);--shadow-lg: 0px 8px 16px rgba(10, 12, 16, .12), 0px 4px 8px rgba(10, 12, 16, .08);--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.25rem;--text-xl: 1.625rem;--text-2xl: 2.125rem;--text-3xl: 2.625rem;--text-4xl: 3.5rem;--text-5xl: 4.5rem;--font-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-body: var(--font-system);--font-brand: var(--font-system);--theme-transition: .2s ease-in-out}html,body{min-height:100%;overflow-x:hidden}body{background-color:var(--gray-900);color:var(--gray-300);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.5}*,*:after,*:before{box-sizing:border-box;margin:0}img{max-width:100%;height:auto}aside{background-color:var(--gray-800);padding:5rem 1.5rem;display:flex;justify-content:center}@media (prefers-reduced-motion: reduce){*{transition:none!important}}.hidden{display:none!important}.visible{display:inline!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;background:#fff;color:var(--accent-regular);z-index:1000;padding:.5rem 1rem;border-radius:.25rem;box-shadow:var(--shadow-sm)}.wrapper{width:100%;max-width:83rem;margin-inline:auto;padding-inline:1.5rem;font-size:var(--text-md)}.stack{display:flex;flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-15{gap:3.75rem}.gap-20{gap:5rem}.gap-30{gap:7.5rem}.gap-48{gap:12rem}@media (min-width: 50em){.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-8{gap:2rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-15{gap:3.75rem}.lg\:gap-20{gap:5rem}.lg\:gap-30{gap:7.5rem}.lg\:gap-48{gap:12rem}}.skill-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 50em){.skill-grid{grid-template-columns:repeat(3,1fr)}}.grid>*{height:100%}.grid{display:grid;grid-auto-rows:auto;gap:2rem;list-style:none;padding:0;align-items:start}.grid.small,.grid.offset{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.grid.offset>:global(:nth-child(odd)){transform:translateY(var(--row-offset))}.grid.offset>:global(:last-child:nth-child(odd)){grid-column:2 / 3;transform:none}.cta,.cta:visited{display:inline-flex;align-items:center;justify-content:center;width:fit-content;color:var(--accent-text-over);background-color:var(--accent-regular);padding:.75rem 1.5rem;border-radius:999rem;font-weight:600;font-size:var(--text-md);text-decoration:none;border:none;cursor:pointer;transition:background-color .2s,color .2s;appearance:none}.cta:hover,.cta:focus{background-color:var(--accent-dark);text-decoration:none}.cta:disabled,.cta[aria-disabled=true]{opacity:.7;cursor:not-allowed;pointer-events:none}.pill{display:flex;padding:.5rem 1rem;gap:.5rem;color:var(--accent-text-over);border:1px solid var(--accent-regular);background-color:var(--accent-regular);border-radius:999rem;font-size:var(--text-sm);line-height:1.35;white-space:nowrap;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s}.button-loading{display:inline-flex;align-items:center;gap:.5rem;border-radius:999rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s}.button-loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.portfolio-card{height:100%;display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--gray-800);border-radius:.75rem;background-color:var(--gray-900);box-shadow:var(--shadow-md);overflow:hidden;position:relative}.portfolio-card:hover{box-shadow:var(--shadow-lg)}.portfolio-card:hover h2,.portfolio-card:hover h3{text-decoration:underline}.card-link{position:absolute;inset:0;z-index:2;text-indent:-9999px;overflow:hidden;white-space:nowrap;cursor:pointer}.icon-svg{vertical-align:middle;width:var(--size, .5rem);height:var(--size, .5rem)}a{color:var(--link-color);transition:color var(--theme-transition)}a:hover,a:focus{color:var(--accent-light)}h1,h2,h3,h4,h5{line-height:1.1;font-family:var(--font-brand);font-weight:600;color:var(--gray-100);margin-bottom:.5rem}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}.hero-title{font-size:var(--text-4xl);font-family:var(--font-brand);font-weight:600;color:var(--gray-100);line-height:1.1;margin:0}.section-title{font-size:var(--text-2xl);font-family:var(--font-brand);font-weight:600;color:var(--gray-100);line-height:1.1;margin-bottom:1.5rem}.portfolio-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--accent-regular);text-decoration:underline;text-decoration-color:var(--accent-light);text-underline-offset:.25rem;transition:all var(--theme-transition)}.portfolio-link:hover,.portfolio-link:focus{color:var(--accent-light);text-decoration-color:var(--accent-regular)}.sample-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--accent-regular);color:var(--accent-text-over);text-decoration:none;border-radius:2rem;font-weight:500;transition:all var(--theme-transition)}.sample-pill:hover,.sample-pill:focus{background-color:var(--accent-light);color:var(--accent-text-over);transform:translateY(-2px)}.contact-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:60rem;text-align:center}.content{line-height:1.6;color:var(--gray-300)}.content p{margin-bottom:1rem}.content ul,.content ol{margin-bottom:1rem;padding-left:1.25rem}.content li{margin-bottom:.5rem}.content strong{color:var(--gray-100);font-weight:600}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--link-color);text-decoration:none;font-size:var(--text-sm);transition:color var(--theme-transition);margin-bottom:1rem}.back-link:hover,.back-link:focus{color:var(--accent-light)}input[type=text],input[type=email],textarea{width:100%;padding:.625em;margin-bottom:.625em;border:3px solid #ccc;border-radius:3px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}input[type=text]:focus,input[type=email]:focus,textarea:focus{outline:2px solid var(--accent-regular);outline-offset:2px;border-color:var(--accent-regular);box-shadow:0 0 0 3px rgba(var(--accent-regular-rgb, 59, 130, 246),.1)}button[type=submit]{position:relative;display:flex;white-space:nowrap;border:none;cursor:pointer}button[type=submit]:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-text.hidden,.button-loading.hidden{display:none}.button-text.visible,.button-loading.visible{display:inline}.button-text,.button-loading{transition:opacity .2s ease}.form-row{display:flex;flex-direction:column;gap:.625em}.form-field{flex:1}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.text-green-500{color:#10b981;font-weight:500}.text-red-500{color:#ef4444;font-weight:500}#result{margin-top:1rem;font-weight:500;transition:opacity .3s ease;min-height:1.5rem}.was-validated input:invalid,.was-validated textarea:invalid{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.was-validated input:valid,.was-validated textarea:valid{border-color:#28a745}.invalid-feedback,.empty-feedback{display:none;font-size:var(--text-sm);color:#dc3545;margin-bottom:1.5rem}.was-validated :placeholder-shown:invalid~.empty-feedback{display:block}.was-validated :not(:placeholder-shown):invalid~.invalid-feedback{display:block}.is-invalid,.was-validated :invalid{border-color:#dc3545}.form-container{justify-content:center;align-items:center;min-height:80vh}label{display:block;margin-bottom:.3125em;font-weight:700}form{max-width:600px;width:90%;margin:0 auto}@media (min-width: 50em){h1{text-align:start}}.form-row{flex-direction:row}.hero{display:grid;grid-template-columns:8fr 2fr;gap:2rem;padding-inline:2.5rem;align-items:start}.hero--no-image{display:grid;grid-template-columns:1fr}.profile-img{aspect-ratio:3 / 4;border-radius:4.5rem}.section{display:grid;grid-template-columns:repeat(4,1fr);grid-template-areas:"header header header header" "gallery gallery gallery gallery";gap:5rem}.section.with-cta{grid-template-areas:"header header header cta" "gallery gallery gallery gallery"}.section-header{grid-area:header}.with-cta .section-header{justify-self:start;text-align:left}.gallery{grid-area:gallery}.cta{grid-area:cta;place-items:center}.hero-content{display:flex;flex-direction:column;gap:1rem}.align-center{text-align:center;align-items:center}.align-start{text-align:left;align-items:flex-start}.hero-tagline{color:var(--gray-0);max-width:70ch;margin:0;white-space:pre-line}.hero-buttons{margin-top:1rem;display:inline-flex}.hero--no-image{display:flex;flex-direction:column}.profile-img{aspect-ratio:5 / 4;object-fit:cover;border-radius:1.5rem}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid var(--accent-regular);outline-offset:2px}nav[data-astro-cid-dmqpwcec]{z-index:9999;position:relative;font-family:var(--font-brand);font-weight:500;margin-bottom:3.5rem}.menu-header[data-astro-cid-dmqpwcec]{display:flex;justify-content:space-between;gap:.5rem;padding:1.5rem}.site-title[data-astro-cid-dmqpwcec]{display:flex;gap:.5rem;align-items:center;line-height:1.1;color:var(--gray-0);text-decoration:none}.menu-button[data-astro-cid-dmqpwcec]{position:relative;display:flex;border:0;border-radius:999rem;padding:.5rem;font-size:1.5rem;color:var(--gray-300);background:var(--gray-800)}.menu-button[data-astro-cid-dmqpwcec][aria-expanded=true]{color:var(--gray-0);background:var(--gray-600)}.menu-button[data-astro-cid-dmqpwcec][hidden]{display:none}.menu-button[data-astro-cid-dmqpwcec]:before{position:absolute;inset:-1px;content:"";background:var(--gray-800) border-radius: 999rem;z-index:-1}.menu-content[data-astro-cid-dmqpwcec]{position:absolute;left:0;right:0}.nav-items[data-astro-cid-dmqpwcec]{margin:0;display:flex;flex-direction:column;gap:1rem;font-size:var(--text-md);line-height:1.2;list-style:none;padding:2rem;background-color:var(--gray-900);border-bottom:1px solid var(--gray-800)}.link[data-astro-cid-dmqpwcec]{display:inline-block;color:var(--gray-300);text-decoration:none}.link[data-astro-cid-dmqpwcec].active{color:var(--gray-0)}.menu-footer[data-astro-cid-dmqpwcec]{--icon-size: var(--text-xl);--icon-padding: .5rem;display:flex;justify-content:space-between;gap:.75rem;padding:1.5rem 2rem 1.5rem 1.5rem;background-color:var(--gray-900);border-radius:0 0 .75rem .75rem;box-shadow:var(--shadow-lg)}.socials[data-astro-cid-dmqpwcec]{display:flex;flex-wrap:wrap;gap:.625rem;font-size:var(--icon-size)}.social[data-astro-cid-dmqpwcec]{display:flex;padding:var(--icon-padding);text-decoration:none;color:var(--accent-dark);transition:color var(--theme-transition)}.social[data-astro-cid-dmqpwcec]:hover,.social[data-astro-cid-dmqpwcec]:focus{color:var(--accent-regular)}@media (min-width: 50em){nav[data-astro-cid-dmqpwcec]{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:2.5rem 5rem;gap:1rem}.menu-header[data-astro-cid-dmqpwcec]{padding:0}.site-title[data-astro-cid-dmqpwcec]{font-size:var(--text-lg)}.menu-content[data-astro-cid-dmqpwcec]{display:contents}.nav-items[data-astro-cid-dmqpwcec]{position:relative;flex-direction:row;font-size:var(--text-sm);border-radius:999rem;border:0;padding:.5rem .5625rem;background:var(--gray-900)}.nav-items[data-astro-cid-dmqpwcec]:before{position:absolute;inset:-1px;content:"";background:var(--gray-700);border-radius:999rem;z-index:-1}.link[data-astro-cid-dmqpwcec]{padding:.5rem 1rem;border-radius:999rem;transition:color var(--theme-transition),background-color var(--theme-transition)}.link[data-astro-cid-dmqpwcec]:hover,.link[data-astro-cid-dmqpwcec]:focus{color:var(--gray-100);background-color:var(--accent-subtle-overlay)}.link[data-astro-cid-dmqpwcec].active{color:var(--accent-text-over);background-color:var(--accent-regular)}.menu-footer[data-astro-cid-dmqpwcec]{--icon-padding: .375rem;justify-self:flex-end;align-items:center;padding:0;background-color:transparent;box-shadow:none}.socials[data-astro-cid-dmqpwcec]{display:none}}@media (min-width: 60em){.socials[data-astro-cid-dmqpwcec]{display:flex;justify-content:flex-end;gap:0}}@media (forced-colors: active){.link[data-astro-cid-dmqpwcec].active{color:SelectedItem}}footer[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:3rem;margin-top:auto;padding:3rem 2rem;text-align:center;color:var(--gray-300);font-size:var(--text-sm)}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--gray-300);text-decoration:1px solid underline transparent;text-underline-offset:.25em;transition:text-decoration-color var(--theme-transition)}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus{text-decoration-color:currentColor}.group[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}
