:root{--color_background:#f9f9f9;--color_surface_lowest:#fff;--color_surface_low:#f2f4f4;--color_surface_highest_soft:#dde4e54d;--color_text_main:#2d3435;--color_text_muted:#5a6061;--color_text_subtle:#71717a;--color_text_dark:#18181b;--color_primary:#5f5e5e;--color_primary_soft:#e5e2e1;--color_primary_on:#faf7f6;--color_tertiary:#005dbb;--color_tertiary_soft:#005dbb1a;--color_outline_soft_20:#adb3b433;--color_outline_soft_30:#adb3b44d;--color_white_soft:#ffffff1a;--color_nav_shadow:#2d34350f;--color_card_shadow_soft:#2d34350a;--color_border_soft:#f4f4f5;--radius_md:.5rem;--radius_lg:1rem;--radius_xl:1.5rem;--radius_full:9999px}*{box-sizing:border-box}body{margin:0}.page{background-color:var(--color_background);color:var(--color_text_main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}h1,h2,h3{color:var(--color_text_main);margin:0;font-family:Manrope,sans-serif}p{margin:0}.layoutContainer{width:100%;max-width:80rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding-top:6rem;padding-bottom:6rem}.pageMain{padding-top:6rem}.icon{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1;display:inline-block}.iconSmall{font-size:1rem}.iconLarge{font-size:2rem}.button{border-radius:var(--radius_lg);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.buttonLarge{padding:1rem 2rem}.buttonPrimary{background-color:var(--color_primary);color:var(--color_primary_on)}.buttonPrimary:hover{box-shadow:0 10px 24px #2d34352e}.buttonPrimary:active{transform:scale(.95)}.buttonSecondary{background-color:var(--color_surface_lowest);border:1px solid var(--color_outline_soft_20);color:var(--color_text_main)}.buttonSecondary:hover{background-color:var(--color_surface_low)}.navBar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;box-shadow:0 12px 32px var(--color_nav_shadow);background:#fffc;position:fixed;top:0}.navInner{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.navBrand{letter-spacing:-.04em;font-size:1.25rem;font-weight:800}.navLinks{align-items:center;gap:2rem;display:none}.navLink{letter-spacing:-.02em;color:var(--color_text_subtle);font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.navLink:hover{color:var(--color_text_dark)}.navLinkActive{color:#2563eb;font-weight:600}.navButton{padding:.5rem 1.25rem;font-size:.875rem}.projectHomeButton{padding:.4rem .9rem;font-size:.8125rem;text-decoration:none}.heroGrid{align-items:center;gap:3rem;display:grid}.heroContent{order:2}.heroMedia{order:1;position:relative}.heroLocation{border-radius:var(--radius_full);background-color:var(--color_surface_low);color:var(--color_tertiary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.heroTitle{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.heroTitleRole{color:var(--color_primary);opacity:.6}.heroDescription{max-width:36rem;color:var(--color_text_muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.heroActions{flex-wrap:wrap;gap:1rem;display:flex}.heroActionButton{align-items:center}.heroImageFrame{aspect-ratio:1;border-radius:var(--radius_xl);position:relative;overflow:hidden;box-shadow:0 24px 50px #0000002e}.mediaCover{object-fit:cover;width:100%;height:100%}.heroImageFrame:after{content:"";pointer-events:none;background:#0000002e;position:absolute;inset:0}.heroStatusCard{border-radius:var(--radius_lg);background-color:var(--color_surface_lowest);padding:1.5rem;display:none;position:absolute;bottom:-1.5rem;left:-1.5rem;box-shadow:0 18px 38px #2d343538}.heroStatusInner{align-items:center;gap:1rem;display:flex}.heroStatusIconWrap{border-radius:var(--radius_full);background-color:var(--color_tertiary_soft);width:3rem;height:3rem;color:var(--color_tertiary);justify-content:center;align-items:center;display:flex}.heroStatusTitle{font-size:.875rem;font-weight:700}.heroStatusText{color:var(--color_text_muted);font-size:.75rem}.aboutSection{background-color:var(--color_surface_low)}.aboutGrid{align-items:start;gap:3rem;display:grid}.sectionTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.9rem;font-weight:800}.sectionTitleCenter{text-align:center;margin-bottom:4rem}.sectionAccentLine{background-color:var(--color_tertiary);width:5rem;height:.25rem;margin-bottom:2rem}.aboutLead{color:var(--color_text_muted);margin-bottom:2rem;font-size:1.5rem;line-height:1.6}.aboutHighlight{color:var(--color_text_main);font-weight:600}.aboutAccent{color:var(--color_tertiary);font-weight:500}.aboutText{color:var(--color_text_muted);font-size:1.125rem;line-height:1.8}.skillsGrid{gap:1.5rem;display:grid}.skillCard{border-radius:var(--radius_xl);background-color:var(--color_surface_lowest);box-shadow:0 4px 20px var(--color_card_shadow_soft);padding:2rem}.skillIcon{color:var(--color_tertiary);margin-bottom:1.5rem}.skillTitle{letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700}.skillList{color:var(--color_text_muted);flex-direction:column;gap:.75rem;margin:0;padding-left:0;list-style:none;display:flex}.skillItem{align-items:center;gap:.5rem;display:flex}.projectsSection{background-color:var(--color_surface_highest_soft)}.projectsHeader{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.projectsSubtitle{color:var(--color_text_muted);margin-top:.5rem}.projectsNav{gap:.5rem;display:flex}.projectsNavButton{border:1px solid var(--color_outline_soft_20);border-radius:var(--radius_full);background-color:var(--color_surface_lowest);cursor:pointer;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .2s;display:inline-flex}.projectsNavButton:hover{background-color:var(--color_tertiary);color:#fff}.projectFeatured{border-radius:calc(var(--radius_xl) + .5rem);background-color:var(--color_surface_lowest);overflow:hidden;box-shadow:0 24px 50px #0000002e}.projectsCarousel{position:relative}.projectsCarousel .projectFeatured{display:none}.projectsCarousel .projectFeatured[data-index="0"]{display:block}.projectFeaturedGrid{display:grid}.projectFeaturedContent{flex-direction:column;justify-content:center;padding:3rem;display:flex}.projectStatus{color:var(--color_tertiary);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:flex}.projectStatusDot{border-radius:var(--radius_full);background-color:var(--color_tertiary);width:.5rem;height:.5rem;animation:1.5s infinite pulse_dot}.projectTitle{margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.projectDescription{color:var(--color_text_muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.projectTags{flex-wrap:wrap;gap:1rem;display:flex}.projectTag{border-radius:var(--radius_md);background-color:var(--color_surface_low);color:var(--color_text_muted);padding:.25rem .75rem;font-size:.75rem;font-weight:500}.buttonProjectView{border-radius:var(--radius_lg);background-color:var(--color_text_main);width:fit-content;color:var(--color_primary_on);margin-top:1.5rem;padding:.9rem 1.4rem}.buttonProjectView:hover{background-color:var(--color_primary)}.projectMediaFrame{height:590px;overflow:hidden}.projectMediaFrame img{object-fit:cover;width:100%;height:100%}.projectDetails{border-radius:calc(var(--radius_xl) + .5rem);background-color:var(--color_surface_lowest);box-shadow:0 4px 20px var(--color_card_shadow_soft);margin-top:2rem;padding:2rem}.projectDetailsHeader{margin-bottom:1.5rem}.projectDetailsTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.projectDetailsText{color:var(--color_text_muted);line-height:1.8}.certsGrid{gap:2rem;display:grid}.certCard{border-radius:var(--radius_lg);background-color:var(--color_surface_lowest);box-shadow:0 4px 20px var(--color_card_shadow_soft);padding:2rem;transition:all .3s}.certCard:hover{box-shadow:0 20px 34px #2d343529}.certIconWrap{border-radius:var(--radius_full);background-color:#5f5f620d;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;transition:all .2s;display:flex}.certCard:hover .certIconWrap{background-color:var(--color_tertiary_soft)}.certIcon{color:var(--color_secondary,#5f5f62)}.certCard:hover .certIcon{color:var(--color_tertiary)}.certTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.certText{color:var(--color_text_muted);font-size:.875rem}.contactSection{background-color:var(--color_text_main);color:var(--color_primary_on)}.contactInner{text-align:center}.contactTitle{letter-spacing:-.03em;color:var(--color_primary_on);margin-bottom:2rem;font-size:2.5rem;font-weight:800;line-height:1.1}.contactText{max-width:42rem;color:var(--color_primary_soft);margin:0 auto 3rem;font-size:1.25rem}.contactActions{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.buttonContactPrimary{border-radius:var(--radius_lg);background-color:var(--color_surface_lowest);color:var(--color_text_main);padding:1rem 2rem;font-weight:700}.buttonContactPrimary:hover{transform:scale(1.05)}.buttonContactSecondary{border-radius:var(--radius_lg);border:1px solid var(--color_outline_soft_30);color:var(--color_primary_on);padding:1rem 2rem;font-weight:700}.buttonContactSecondary:hover{background-color:var(--color_white_soft)}.siteFooter{border-top:1px solid var(--color_border_soft);background-color:var(--color_surface_low);width:100%;padding-top:3rem;padding-bottom:3rem}.siteFooterInner{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;max-width:80rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex}.siteFooterBrand{color:var(--color_text_dark);font-size:1.125rem;font-weight:700;line-height:1.75rem}.siteFooterCopy{color:var(--color_text_subtle);font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem}.siteFooterLinks{gap:2rem;display:flex}.siteFooterLink{color:var(--color_text_subtle);text-underline-offset:4px;text-decoration:none;transition:all .3s}.siteFooterLink:hover{-webkit-text-decoration:underline #3b82f6;text-decoration:underline #3b82f6}.projectPage{background-color:var(--color_background)}.projectHeader{border-bottom:1px solid var(--color_border_soft);background:linear-gradient(#ffffffeb,#f9f9f9f5);padding-top:7rem;padding-bottom:3rem}.projectHeaderInner{flex-direction:column;gap:1.5rem;display:flex}.projectEyebrow{color:var(--color_tertiary);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.projectPageTitle{letter-spacing:-.05em;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1}.projectPageIntro{max-width:42rem;color:var(--color_text_muted);font-size:1.125rem;line-height:1.8}.projectHeaderActions{flex-wrap:wrap;gap:1rem;display:flex}.projectMain{padding-bottom:4rem}.projectTemplateSection{padding-top:4rem;padding-bottom:4rem}.projectTemplateMuted{background-color:var(--color_surface_low)}.projectTemplateText{max-width:42rem;color:var(--color_text_muted);line-height:1.8}.projectOverviewGrid{gap:1.5rem;display:grid}.projectMetaCard,.projectCtaCard{border-radius:var(--radius_xl);background-color:var(--color_surface_lowest);box-shadow:0 4px 20px var(--color_card_shadow_soft);padding:2rem}.projectMetaTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:800}.projectMetaList{color:var(--color_text_muted);gap:.75rem;margin:0;padding-left:1rem;display:grid}.projectMetaItem strong{color:var(--color_text_main)}.projectDetailsGrid{gap:1rem;display:grid}.projectDetailsCard{border-radius:var(--radius_lg);background-color:#ffffffb8;padding:1.25rem}.projectDetailsCardTitle{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.projectDetailsCardText{color:var(--color_text_muted);line-height:1.7}.projectStackList{flex-wrap:wrap;gap:.75rem;display:flex}.projectGalleryGrid{gap:1rem;display:grid}.projectGalleryGridSingle{flex-direction:column;align-items:center;gap:1rem;display:flex}.projectGalleryFrame{border-radius:var(--radius_xl);height:12rem;box-shadow:0 4px 20px var(--color_card_shadow_soft);overflow:hidden}.projectDesktopFrame{background:linear-gradient(135deg,#1f2425 0%,#2d3435 50%,#1f2425 100%);border-radius:1.25rem;width:min(100%,68rem);padding:.9rem .9rem 2.5rem;position:relative;box-shadow:0 30px 70px #1f24253d,inset 0 1px #ffffff1a}.projectDesktopFrame:before{content:"";background:linear-gradient(90deg,#3a4142 0%,#2d3435 50%,#3a4142 100%);border-radius:.25rem;width:4%;height:2.2rem;position:absolute;bottom:-2.2rem;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff14}.projectDesktopFrame:after{content:"";background:linear-gradient(90deg,#3a4142 0%,#4a5152 50%,#3a4142 100%);border-radius:.3rem;width:60%;height:.5rem;position:absolute;bottom:-2.6rem;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #00000040,inset 0 1px #ffffff14}.projectDesktopToolbar{align-items:center;gap:.5rem;padding:.75rem .5rem 1.25rem;display:none}.projectDesktopDot{background:radial-gradient(circle at 30% 30%,#fff6,#ffffff1a);border:1px solid #fff3;border-radius:9999px;width:.75rem;height:.75rem;box-shadow:inset 0 1px 2px #0000004d}.projectDesktopScreen{scrollbar-width:none;-ms-overflow-style:none;background-color:#f4f4f4;border:1px solid #ffffff1f;border-radius:1rem;height:min(50vh,24rem);position:relative;overflow-y:auto;box-shadow:inset 0 0 0 1px #0000000d,inset 0 2px 8px #00000014}.projectDesktopScreen::-webkit-scrollbar{display:none}.projectDesktopImage{width:100%;height:auto;display:block}.projectPhoneFrame{border:12px solid var(--color_text_main);max-width:300px;height:585px;box-shadow:0 20px 60px #0000004d, inset 0 0 0 8px var(--color_text_main);scrollbar-width:none;-ms-overflow-style:none;border-radius:2.5rem;margin:0 auto;overflow-y:auto}.projectPhoneFrame::-webkit-scrollbar{display:none}.projectScrollHint{text-align:center;color:var(--color_text_muted);margin-top:1.75rem;font-size:.875rem;font-style:italic}.projectPhoneFrame img{width:100%;height:auto;display:block}@media (width<=767.98px){.projectMediaFrame{display:none}.projectDesktopScreen{height:min(42vh,18rem)}.projectPhoneFrame{border-width:10px;max-width:230px;height:470px}}@media (width>=768px){.projectDesktopFrame{border-radius:1.75rem;padding:1.25rem 1.25rem 5rem}.projectDesktopFrame:before{width:2%;height:4rem;bottom:-4rem}.projectDesktopFrame:after{width:55%;height:.6rem;bottom:-4.3rem}.projectDesktopScreen{height:min(68vh,52rem)}.projectScrollHint{margin-top:3.5rem}.projectHeaderInner{flex-direction:row;justify-content:space-between;align-items:end}.projectOverviewGrid{grid-template-columns:2fr 1fr;align-items:start}.projectDetailsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.projectGalleryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.navLinks{display:flex}.projectHomeButton{display:none}.heroStatusCard{display:block}.skillsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.certsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.contactActions,.siteFooterInner{flex-direction:row}}@media (width>=1024px){.heroGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.heroContent{order:1}.heroMedia{order:2}.heroTitle{font-size:4.5rem}.aboutGrid{grid-template-columns:5fr 7fr}.skillsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.projectFeaturedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.projectFeaturedContent{padding:5rem}.projectMediaFrame{height:650px}.projectDetailsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.contactTitle{font-size:3.75rem}}@keyframes pulse_dot{0%,to{opacity:1}50%{opacity:.4}}
