:root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1440px}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/JetBrainsMono-Regular.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/JetBrainsMono-Medium.woff2) format("woff2")}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/Lora-Regular.woff2) format("woff2")}@font-face{font-family:Lora;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/Lora-Medium.woff2) format("woff2")}.skip-link{position:absolute;top:-9999px;left:-9999px;z-index:999}.skip-link:focus{top:0;left:0;background-color:var(--color-primary);color:var(--color-white);padding:.5rem 1rem;text-decoration:none;z-index:10000}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-muted: #dbeafe;--color-primary-light: #3b82f6;--color-accent: #0ea5e9;--color-cyan: #0ea5e9;--color-magenta: #FF006E;--color-purple: #A855F7;--color-dark: #0f172a;--color-dark-secondary: #1e293b;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-white: #ffffff;--color-bg-light: #f8fafc;--color-bg-subtle: #f8fafc;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-glow: 0 0 30px rgba(0, 102, 255, .2);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;line-height:1.6;color:var(--color-text);background-color:var(--color-white);font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--color-dark)}h1{font-size:3.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2.5rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--color-text-secondary)}a{color:var(--color-primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--color-cyan)}.wp-container{max-width:1280px;margin:0 auto;padding:0 2rem}.site-main{flex:1;width:100%;margin:2rem 0}.site-content{display:block;margin-bottom:2rem}.primary{min-width:0}.secondary{order:2}.content-area{background:var(--color-white);border-radius:.75rem;padding:2rem;min-height:400px}.no-sidebar .site-content{grid-template-columns:1fr}.cta-button,.wp-block-button__link,button,input[type=button],input[type=submit]{display:inline-block;padding:.875rem 1.75rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:var(--transition);border:2px solid transparent;cursor:pointer;font-size:1rem;text-align:center;position:relative;overflow:hidden}.cta-button:before,.wp-block-button__link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff3,#fff0);pointer-events:none}.cta-button.primary,.wp-block-button__link{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);box-shadow:var(--shadow-md)}.cta-button.primary:hover,.wp-block-button__link:hover{transform:translateY(-2px);box-shadow:0 15px 35px #0066ff4d}.cta-button.primary:active,.wp-block-button__link:active{transform:translateY(0)}.cta-button.secondary{background-color:var(--color-bg-light);color:var(--color-primary);border-color:var(--color-primary)}.cta-button.secondary:hover{background-color:var(--color-primary);color:var(--color-white)}.cta-button.outline{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.cta-button.outline:hover{background-color:var(--color-primary);color:var(--color-white)}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem;transition:var(--transition);position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(0,102,255,.05));opacity:0;transition:var(--transition);pointer-events:none}.card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-8px)}.card:hover:before{opacity:1}.card-image{width:100%;height:200px;object-fit:cover;border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;position:relative}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card:hover .card-image img{transform:scale(1.1)}.card-title{font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.card-title-link{color:var(--color-dark)}.card-title-link:hover{color:var(--color-primary)}.card-meta{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:1rem}.card-content{font-size:.95rem;line-height:1.6;color:var(--color-text-secondary)}.card-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.section{padding:5rem 0;width:100%}.section.light{background-color:var(--color-bg-light)}.section.dark{background:linear-gradient(135deg,var(--color-dark) 0%,var(--color-dark-secondary) 100%);color:var(--color-white)}.section.dark h2,.section.dark h3{color:var(--color-white)}.section.dark a{color:var(--color-cyan)}.section.dark a:hover{color:var(--color-white)}.section-header{margin-bottom:3rem}.section-title{font-size:2.5rem;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;text-align:center;color:var(--color-text-secondary);margin-bottom:2rem}.section.dark .section-subtitle{color:#fffc}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:var(--color-primary);clip:auto;clip-path:none;color:var(--color-white);display:block;font-size:.875rem;height:auto;left:.5rem;line-height:normal;padding:.5rem 1rem;top:.5rem;width:auto;z-index:100000}.search-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:center;max-width:32rem;margin:0 auto}.search-form__field{flex:1 1 12rem;min-width:0;padding:.65rem 1rem;border:1px solid var(--color-border, #e5e7eb);border-radius:.375rem;font:inherit}.search-form__field:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.featured-projects{padding:5rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-card{border-radius:.75rem;overflow:hidden;background:var(--color-white);border:1px solid var(--color-border)}.project-image{width:100%;height:220px;object-fit:cover;display:block;transition:var(--transition)}.project-card:hover .project-image{transform:scale(1.08)}.project-content{padding:1.75rem}.project-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--color-dark)}.project-category{display:inline-block;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-cyan) 100%);color:var(--color-white);padding:.35rem .9rem;border-radius:2rem;font-size:.75rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.project-description{color:var(--color-text-secondary);font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}input,textarea,select{font-family:inherit;border:1px solid var(--color-border);border-radius:.375rem;padding:.75rem;font-size:1rem;transition:var(--transition);background-color:var(--color-white);color:var(--color-text)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0066ff1a}.entry-header{margin-bottom:2rem}.entry-title{margin-bottom:1rem}.entry-meta{font-size:.875rem;color:#8b8fa8;display:flex;gap:1rem;flex-wrap:wrap}.entry-image{margin-bottom:2rem}.entry-image img{max-width:100%;height:auto;border-radius:.5rem}.entry-content{font-size:1rem;line-height:1.8}.entry-content p{margin-bottom:1.5rem}body:not(.has-page-header-band) .site-main.single-post,body:not(.has-page-header-band) .site-main.single-project,body:not(.has-page-header-band) .site-main.page-main{padding:2rem 0}.project-back-link{margin-bottom:1rem}.project-back-link a{color:var(--color-primary);font-weight:500}.project-actions{margin-top:1.5rem}.project-info-list{list-style:none;margin:0;padding:0}.project-info-list li{margin-bottom:.75rem}.single-content,.page-content{max-width:900px;margin:0 auto}.single-featured-image{width:100%;margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.single-featured-image img{width:100%;height:auto;display:block}.entry-meta a{color:#8b8fa8;transition:color .3s ease}.entry-meta a:hover{color:#534ab7}.entry-content h3{margin:1.5rem 0 1rem}.entry-content ul,.entry-content ol{margin:1.5rem 0;padding-left:2rem}.entry-content li{margin-bottom:.5rem}.entry-content blockquote{border-left:4px solid #534AB7;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#8b8fa8}.entry-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.entry-content a{text-decoration:none}.entry-content a:hover,.entry-content a:focus-visible{text-decoration:none}.entry-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #eceef5}.entry-tags{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.entry-tags a{display:inline-block;background-color:#eeedfe;color:#534ab7;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;transition:all .3s ease}.entry-tags a:hover{background-color:#534ab7;color:#fff}.page-links{display:flex;gap:.5rem;align-items:center;margin:2rem 0;flex-wrap:wrap}.page-links a,.page-links span{display:inline-block;background-color:#f5f6fa;color:#534ab7;padding:.5rem .75rem;border-radius:.25rem;text-decoration:none;transition:all .3s ease}.page-links a:hover,.page-links span.page-numbers.current{background-color:#534ab7;color:#fff}.sidebar{margin-top:3rem}.widget{background-color:#f5f6fa;padding:1.5rem;border-radius:.5rem;margin-bottom:1.5rem}.widget-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0f1117}.widget ul{list-style:none;padding:0;margin:0}.widget ul li{margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid #eceef5}.widget ul li:last-child{border-bottom:none}.widget ul a{color:#8b8fa8;transition:color .3s ease}.widget ul a:hover{color:#534ab7}.related-posts{margin-top:4rem;padding:3rem 0;background-color:#f5f6fa}.related-posts h2{text-align:center;margin-bottom:2rem}.related-project{display:flex;flex-direction:column}.page-header{margin-bottom:2rem}.page-title{margin:0;font-size:2.25rem}.no-results{text-align:center}.no-results .page-title{color:#0f1117}.archive-page,.projects-archive{padding:2rem 0}.archive-header{margin-bottom:2rem}.archive-title{font-size:2.5rem;margin:0 0 1rem;font-weight:600}.archive-description{font-size:1.1rem;opacity:.95;margin:0;max-width:600px}.archive-count{display:block;margin-top:1rem;opacity:.85}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:clamp(1.25rem,2vw,1.75rem);align-items:stretch;margin:0 0 3rem}.post-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:100%;padding:0;overflow:hidden;isolation:isolate;border-color:var(--color-border);border-radius:var(--radius-xl, 1.25rem);background:var(--color-white);box-shadow:var(--shadow-card, 0 1px 3px rgba(15, 23, 42, .06), 0 8px 24px rgba(15, 23, 42, .06));transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.post-card:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent, #0ea5e9));opacity:1;pointer-events:none}.post-card:hover{transform:translateY(-4px);border-color:var(--accent-blue-border, rgba(37, 99, 235, .14));box-shadow:var(--shadow-lg, 0 12px 32px rgba(15, 23, 42, .1))}.post-card__media{position:relative;aspect-ratio:16 / 10;background:var(--color-bg-muted, #f1f5f9)}.post-card__image-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.post-card__image-link:focus-visible{outline:3px solid var(--color-primary, #2563eb);outline-offset:-3px}.post-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.post-card:hover .post-card__image{transform:scale(1.045)}.post-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(37,99,235,.2),transparent 32%),linear-gradient(135deg,var(--color-bg-subtle, #f8fafc),var(--color-primary-muted, #dbeafe))}.post-card__placeholder span{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:1px solid rgba(37,99,235,.22);border-radius:50%;background:#ffffffb8;color:var(--color-primary, #2563eb);font-family:var(--font-mono, ui-monospace, monospace);font-size:1.5rem;font-weight:700;box-shadow:var(--shadow-sm, 0 1px 2px rgba(15, 23, 42, .05))}.post-card__category{position:absolute;top:1rem;left:1rem;z-index:3;display:inline-flex;align-items:center;max-width:calc(100% - 2rem);padding:.35rem .75rem;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffffe6;color:var(--color-primary-hover, #1d4ed8);font-size:.75rem;font-weight:700;line-height:1.2;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;box-shadow:0 8px 18px #0f172a1f;backdrop-filter:blur(10px)}.post-card__category:hover,.post-card__category:focus-visible{color:var(--color-white);background:var(--color-primary, #2563eb);border-color:var(--color-primary, #2563eb);outline:none}.post-card__body{display:flex;flex:1;flex-direction:column;gap:.85rem;padding:clamp(1.15rem,2vw,1.5rem)}.post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;color:var(--color-text-muted, #94a3b8);font-size:.75rem;font-weight:700;letter-spacing:.05em;line-height:1.4;text-transform:uppercase}.post-card__meta-separator{color:var(--color-border-strong, #cbd5e1)}.post-card__title{margin:0;color:var(--color-dark, #0f172a);font-size:clamp(1.15rem,1.8vw,1.375rem);font-weight:700;letter-spacing:-.03em;line-height:1.2}.post-card__title-link{color:inherit;text-decoration:none}.post-card__title-link:hover,.post-card__title-link:focus-visible,.post-card:hover .post-card__title-link{color:var(--color-primary, #2563eb)}.post-card__excerpt{display:-webkit-box;flex:1;margin:0;overflow:hidden;color:var(--color-text-secondary, #64748b);font-size:.9375rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.post-card__read-more{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:.25rem;color:var(--color-primary, #2563eb);font-size:.9375rem;font-weight:700;text-decoration:none}.post-card__read-more span{transition:transform var(--transition)}.post-card__read-more:hover span,.post-card__read-more:focus-visible span{transform:translate(3px)}.post-card__read-more:focus-visible{outline:2px solid var(--color-primary, #2563eb);outline-offset:4px;border-radius:var(--radius-sm, .375rem)}.post-category,.project-category{display:inline-block;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-cyan) 100%);color:var(--color-white);padding:.35rem .9rem;border-radius:2rem;font-size:.75rem;font-weight:700;margin-bottom:.5rem;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px}.post-category a,.project-category a{color:var(--color-white);text-decoration:none}.post-category a:hover,.project-category a:hover{color:var(--color-white);opacity:.8}@media(max-width:768px){.posts-grid{gap:1rem}.post-card__media{aspect-ratio:16 / 9}.post-card__category{top:.75rem;left:.75rem}.post-card__body{padding:1rem}}.projects-filter{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:2rem}.projects-filter .filter-link{padding:.5rem 1rem;background:#f5f6fa;border-radius:.25rem;color:#534ab7;text-decoration:none;transition:all .3s ease}.projects-filter .filter-link:hover,.projects-filter .filter-link.active{background-color:#534ab7;color:#fff}.pagination{display:flex;justify-content:center;gap:.5rem;margin:3rem 0;flex-wrap:wrap;list-style:none;padding:0}.pagination a,.pagination span{display:inline-block;background-color:#f5f6fa;color:#534ab7;padding:.5rem .75rem;border-radius:.25rem;text-decoration:none;transition:all .3s ease;font-weight:500}.pagination a:hover,.pagination span.page-numbers.current{background-color:#534ab7;color:#fff}.pagination span.page-numbers{background:transparent;color:#0f1117;padding:0;cursor:default}.pagination .prev,.pagination .next{font-weight:600}.page-header-section{margin-bottom:2rem}.page-subtitle{font-size:1.1rem;opacity:.95;margin:1rem 0 0;max-width:600px}.page-featured-image{width:100%;margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.page-featured-image img{width:100%;height:auto;display:block}.single-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.main-column{min-width:0}@media(max-width:768px){.archive-title{font-size:1.75rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.projects-filter{gap:.5rem}.projects-filter .filter-link{padding:.5rem .75rem;font-size:.875rem}.single-content{grid-template-columns:1fr;gap:1.5rem}.sidebar{order:-1}}@media(max-width:480px){.archive-title{font-size:1.5rem}.archive-description{font-size:1rem}.posts-grid{grid-template-columns:1fr}.pagination{gap:.25rem}.pagination a,.pagination span{padding:.5rem;font-size:.875rem}.projects-filter{flex-direction:column;align-items:flex-start;gap:.5rem}.projects-filter .filter-link{display:block;width:100%;text-align:center}}@media(max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.wp-container{padding:0 1rem}.grid-2,.grid-3,.grid-4,.projects-grid{grid-template-columns:1fr}.section{padding:2rem 0}.section-title{font-size:1.75rem;margin-bottom:2rem}.cta-button{padding:.75rem 1.5rem;font-size:.95rem}.card{padding:1rem}.footer-menu,.social-menu{gap:1rem;justify-content:flex-start}.footer-primary{gap:1rem}}@media(max-width:480px){body{font-size:.95rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}.wp-container{padding:0 .75rem}.site-branding{min-width:0}.site-identity h1,.site-identity .site-title{font-size:1.25rem}.entry-title{font-size:1.5rem}.section{padding:1.5rem 0}.mt-4,.mb-4{margin:1rem 0}.gap-4{gap:1rem}.flex{flex-wrap:wrap}.flex-between{flex-direction:column;align-items:flex-start;gap:1rem}.footer-content{gap:1rem}.footer-menu,.social-menu{gap:.75rem;flex-direction:column}}@media(max-width:1024px){.wp-container{padding:0 1.5rem}.header-inner{gap:1rem}.site-content{grid-template-columns:1fr 280px;gap:1.5rem}.primary-sidebar .widget{font-size:.95rem}.primary-sidebar .widget-title{font-size:1rem}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.5rem}.section-title{font-size:2rem}.grid-4{grid-template-columns:repeat(2,1fr)}.section{padding:3.5rem 0}}@media(max-width:768px){.wp-container{padding:0 1rem}.site-content{grid-template-columns:1fr}.secondary{order:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}body{font-size:15px}.cta-button{padding:.75rem 1.5rem;font-size:.95rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:2.5rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.content-area{padding:1.5rem}.card{padding:1rem}.card-image{height:150px}.card-title{font-size:1.1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image{height:180px}.footer-content{grid-template-columns:1fr}.footer-menu,.social-menu{justify-content:flex-start}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.p-4{padding:1.5rem}.gap-4{gap:1.5rem}}@media(max-width:480px){.wp-container{padding:0 .75rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}body{font-size:14px}.site-branding img{height:40px}.site-identity h1{font-size:1.25rem}.site-description{display:none}.cta-button{padding:.65rem 1.25rem;font-size:.9rem}.section{padding:2rem 0}.section-title{font-size:1.5rem;margin-bottom:.75rem}.section-subtitle{font-size:.95rem;margin-bottom:1.5rem}.card{padding:.75rem}.card-title{font-size:1rem}.card-meta{font-size:.8rem}.card-content{font-size:.9rem}.content-area{padding:1rem;min-height:auto}input,textarea,select{padding:.65rem;font-size:16px}.footer-menu,.social-menu{flex-direction:column;gap:.75rem}.footer-menu li,.social-menu li{flex:0 0 auto}.flex-between{flex-direction:column;align-items:flex-start;gap:.75rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}}@media(max-width:320px){.wp-container{padding:0 .625rem}.site-title{font-size:.9375rem}.menu-toggle{width:2.625rem;height:2.625rem}.cta-button{display:inline-flex;width:100%;justify-content:center}}@media print{.site-header,.site-footer,.menu-toggle{display:none}.wp-container{max-width:100%}a{color:var(--color-primary, #2563eb);text-decoration:underline}.cta-button{border:1px solid #000;color:#000;background-color:#fff}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.card-image img,.project-image{background-size:cover;background-position:center}}@media(max-height:600px)and (orientation:landscape){.section{padding:2rem 0}}@media(min-width:1440px){.wp-container{max-width:1280px}h1{font-size:4rem}h2,.section-title{font-size:3rem}.grid-4{grid-template-columns:repeat(4,1fr)}}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px dashed var(--color-primary);outline-offset:2px}html{scroll-behavior:smooth}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-muted: #dbeafe;--color-accent: #0ea5e9;--color-dark: #0f172a;--color-dark-secondary: #1e293b;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-white: #ffffff;--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-muted: #f1f5f9;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: .875rem;--radius-xl: 1.25rem;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .1);--shadow-card: 0 1px 3px rgba(15, 23, 42, .06), 0 8px 24px rgba(15, 23, 42, .06);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--header-height: 4.25rem;--section-gap: 5.5rem;--content-media-max-width: 24rem;--content-featured-max-width: 20rem;--transition: .2s cubic-bezier(.4, 0, .2, 1);--accent-blue-border: rgba(37, 99, 235, .14);--surface-accent: color-mix(in srgb, var(--color-primary-muted) 38%, #fff);--surface-accent-soft: color-mix(in srgb, var(--color-primary-muted) 14%, var(--color-bg-subtle))}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--color-dark);font-weight:600;letter-spacing:-.02em}h1:not(.hero-title),.site-main h1{font-size:clamp(2rem,4vw,2.75rem);background:none;-webkit-text-fill-color:currentColor;color:var(--color-dark)}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.25rem}p{color:var(--color-text-secondary)}a{text-decoration:none!important}a:hover,a:focus-visible{color:var(--color-primary-hover);text-decoration:none!important}.wp-container{max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}@media(max-width:768px){.wp-container{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.wp-container{padding-left:.875rem;padding-right:.875rem}}.cta-button,.wp-block-button__link{border-radius:var(--radius-md);font-weight:600;font-size:.9375rem;letter-spacing:.01em}.cta-button:before,.wp-block-button__link:before{display:none}.cta-button.primary,.wp-block-button__link{background:var(--color-primary);box-shadow:var(--shadow-sm)}.cta-button.primary:hover,.wp-block-button__link:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.cta-button.outline-light{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.35);box-shadow:none}.cta-button.outline-light:hover{background:#ffffff1a;border-color:#fff9;color:var(--color-white)}.section-block{padding:var(--section-gap) 0}.section-block--muted{background:var(--surface-accent-soft)}.section-header{max-width:40rem;margin:0 auto 3rem;text-align:center}.section-header--left{margin-left:0;margin-right:0;text-align:left}.section-eyebrow{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;padding:.35rem .8rem;background:color-mix(in srgb,var(--color-primary-muted) 75%,#fff);border:1px solid var(--accent-blue-border);border-radius:999px}.section-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:.75rem;background:none;-webkit-text-fill-color:currentColor;color:var(--color-dark);text-align:inherit}.section-intro{font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary);margin:0}.section-empty{grid-column:1 / -1;padding:2rem;text-align:center;font-size:1rem;color:var(--color-text-secondary);background:var(--color-bg-subtle);border:1px dashed var(--color-border);border-radius:var(--radius-lg)}.section-empty a{font-weight:600}.featured-projects{padding:var(--section-gap) 0}.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.project-card:hover{transform:translateY(-4px);border-color:var(--color-border-strong);box-shadow:var(--shadow-lg)}.project-image{height:200px;overflow:hidden;background:var(--color-bg-muted)}.project-image-img,.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image-img,.project-card:hover .project-image img{transform:scale(1.04)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.project-title-link{color:var(--color-dark)}.project-title-link:hover{color:var(--color-primary)}.project-description{font-size:.9375rem;margin-bottom:1.25rem;flex:1}.project-link{font-size:.875rem;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:.25rem}.project-link:hover{color:var(--color-primary-hover)}.project-category{display:inline-block;margin-bottom:.75rem;background:var(--color-primary-muted);color:var(--color-primary-hover);font-weight:600;text-transform:none;letter-spacing:0;font-size:.75rem;padding:.25rem .625rem;border-radius:var(--radius-sm)}.skills-section{padding:var(--section-gap) 0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;list-style:none;margin:0;padding:0}.skills-grid>li{margin:0;padding:0;min-width:0}.skill-card{position:relative;display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem 1.5rem;text-align:left;overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.skill-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-primary)}.skill-card--dev:before{background:var(--color-primary)}.skill-card--design:before{background:#0ea5e9}.skill-card--cloud:before{background:#6366f1}.skill-card--consult:before{background:#64748b}.skill-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.skill-card__header{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:.875rem}.skill-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);background:var(--color-primary-muted);color:var(--color-primary);font-size:0}.skill-card--design .skill-icon{background:#e0f2fe;color:#0284c7}.skill-card--cloud .skill-icon{background:#e0e7ff;color:#4f46e5}.skill-card--consult .skill-icon{background:var(--color-bg-muted);color:#475569}.skill-icon:before{content:"";width:1.25rem;height:1.25rem;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.skill-icon--dev:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4'/%3E%3C/svg%3E")}.skill-icon--design:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z'/%3E%3C/svg%3E")}.skill-icon--cloud:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01'/%3E%3C/svg%3E")}.skill-icon--consult:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E")}.skill-title{font-size:1.0625rem;font-weight:600;margin:0;color:var(--color-dark);line-height:1.35}.skill-description{font-size:.9375rem;line-height:1.65;margin:0 0 1.25rem;flex:1}.skill-tags{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0;padding-top:1rem;border-top:1px solid var(--color-border)}.skill-tag{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.02em;padding:.3125rem .625rem;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--color-primary-muted) 55%,#fff);color:var(--color-primary-hover);border:1px solid var(--accent-blue-border)}.grid-3-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cta-section{padding:var(--section-gap) 0;background:linear-gradient(135deg,#1e3a8a 0%,var(--color-primary) 45%,var(--color-accent) 100%);border-top:1px solid var(--accent-blue-border);text-align:center}.cta-section .cta-title{font-size:clamp(1.75rem,3vw,2.25rem);color:var(--color-white);margin-bottom:.75rem;background:none;-webkit-text-fill-color:currentColor}.cta-section .cta-subtitle{font-size:1.0625rem;color:#94a3b8;max-width:32rem;margin:0 auto 2rem}.cta-section .cta-button.primary{min-width:11rem}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.has-unified-shell .page-header-band,.has-unified-shell .page-header-section.page-header-band,.has-unified-shell .archive-header,.has-unified-shell .project-header{position:relative;overflow:hidden;padding:clamp(3rem,7vw,4.5rem) 0 clamp(2.5rem,6vw,3.5rem);margin-top:0;margin-bottom:0;background:linear-gradient(180deg,var(--hero-surface-top, #f5f8fc) 0%,var(--hero-surface-top, #f5f8fc) 10%,var(--surface-accent) 42%,color-mix(in srgb,var(--color-primary-muted, #dbeafe) 28%,#fff) 70%,color-mix(in srgb,var(--color-primary-muted, #dbeafe) 20%,#eef4ff) 100%);border-top:none;border-bottom:1px solid rgba(37,99,235,.2);box-shadow:0 4px 24px #2563eb0f}.page-header-band,.page-header-section.page-header-band,.archive-header,.project-header{position:relative;overflow:hidden;padding:clamp(3rem,7vw,4.5rem) 0 clamp(2.5rem,6vw,3.5rem);margin-top:0;margin-bottom:0;background:linear-gradient(180deg,var(--hero-surface-top, #f5f8fc) 0%,var(--surface-accent) 42%,var(--surface-accent-soft) 100%);border-top:none;border-bottom:1px solid rgba(37,99,235,.2);box-shadow:0 4px 24px #2563eb0f}.has-unified-shell .page-header-band:before,.has-unified-shell .page-header-section.page-header-band:before,.has-unified-shell .archive-header:before,.has-unified-shell .project-header:before,.page-header-band:before,.page-header-section.page-header-band:before,.archive-header:before,.project-header:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.4;background-image:linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 95% 80% at 50% 20%,#000 10%,transparent 70%)}.has-unified-shell .page-header-band>.wp-container,.has-unified-shell .page-header-section.page-header-band>.wp-container,.has-unified-shell .archive-header>.wp-container,.has-unified-shell .project-header>.wp-container,.page-header-band>.wp-container,.page-header-section.page-header-band>.wp-container,.archive-header>.wp-container,.project-header>.wp-container{position:relative;z-index:1}.has-page-header-band{background:var(--color-white, #fff)}.has-page-header-band .site-main{margin:0;padding:0}.has-page-header-band .site-main.single-project,.has-page-header-band .site-main.page-main{padding:0}.has-page-header-band .project-single{margin:0}.has-page-header-band .site-main>.page-header-band:first-child,.has-page-header-band .site-main>.page-header-section:first-child,.has-page-header-band .site-main>.archive-header:first-child{scroll-margin-top:var(--header-height, 4.5rem)}.has-page-header-band .page-header-section.page-header-band{margin-bottom:0}.page-header-band .section-eyebrow,.archive-header .section-eyebrow,.project-header .section-eyebrow{margin-bottom:.75rem}.page-header-section .page-title,.page-header-section .page-subtitle,.archive-header .archive-title,.project-header__title,.page-header-band .entry-title{color:var(--color-dark);background:none;-webkit-text-fill-color:currentColor;font-weight:700;letter-spacing:-.03em}.page-header-section .page-subtitle,.archive-header .archive-description,.archive-header .archive-count{color:var(--color-text-secondary);max-width:40rem;line-height:1.65}.archive-header .archive-count{font-size:.9375rem;margin-top:1rem;margin-bottom:0}.archive-body,.project-body{padding-top:3rem;padding-bottom:4rem}.site-main.projects-archive,.site-main.archive-page,.site-main.page-main,.site-main.single-project,.site-main.single-post,.site-main.career-path-page{margin:0}.projects-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.projects-filter__label{font-size:.875rem;font-weight:600;color:var(--color-text)}.projects-filter__links{display:flex;flex-wrap:wrap;gap:.5rem}.projects-filter .filter-link{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);background:var(--color-white);border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;transition:background var(--transition),border-color var(--transition),color var(--transition)}.projects-filter .filter-link.active,.projects-filter .filter-link:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.pagination{display:flex;justify-content:center;margin:3rem 0 0}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;margin:0 .125rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);color:var(--color-text);background:var(--color-white);border:1px solid var(--color-border);text-decoration:none;transition:var(--transition)}.pagination .page-numbers:hover,.pagination .page-numbers.current{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.pagination ul{display:flex;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.post-category a{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .625rem;margin-bottom:.5rem;border-radius:var(--radius-sm);background:var(--color-primary-muted);color:var(--color-primary-hover)}.card-meta{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem}.cta-button--compact{font-size:.875rem;padding:.5rem 1rem}.single-project .project-header .project-back-link a{color:var(--color-primary);font-size:.875rem;font-weight:600}.single-project .project-header .project-back-link a:hover{color:var(--color-primary-hover)}.single-project .project-meta{color:var(--color-text-secondary);font-size:.9375rem;gap:.5rem}.single-project .project-meta a{color:var(--color-text-secondary)}.single-project .project-meta a:hover{color:var(--color-primary)}.single-project .project-meta__sep{opacity:.5}.single-project .project-header__stack{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0 0;padding:0;list-style:none}.single-project .project-header__stack-tag{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--accent-blue-border);background:color-mix(in srgb,var(--color-primary-muted) 35%,#fff);font-size:.75rem;font-weight:600;color:var(--color-primary)}.single-project .project-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.single-content--no-sidebar{display:block;max-width:900px;margin-left:auto;margin-right:auto}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content :is(.wp-block-image,figure.wp-block-image,.wp-caption){max-width:min(100%,var(--content-media-max-width));margin-left:auto;margin-right:auto}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content img{display:block;max-width:min(100%,var(--content-media-max-width));width:auto;height:auto;margin-left:auto;margin-right:auto}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-block-image img,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-caption img{width:100%;max-width:100%}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content img.alignleft,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content img.alignright,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-caption.alignleft,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-caption.alignright{max-width:min(100%,var(--content-media-max-width))}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content img.alignleft,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-caption.alignleft{margin-left:0;margin-right:1.25rem}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content img.alignright,:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-caption.alignright{margin-right:0;margin-left:1.25rem}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content .wp-block-gallery{max-width:min(100%,var(--content-media-max-width));margin-left:auto;margin-right:auto}:is(.site-main.page-main,.site-main.single-post,.site-main.single-project,.site-main.career-path-page) .entry-content :is(.alignwide,.alignfull,.size-full){max-width:min(100%,var(--content-media-max-width));margin-left:auto;margin-right:auto}.single-project .project-layout{display:block;max-width:none}.single-project .project-featured-figure{max-width:min(100%,var(--content-featured-max-width));margin:0 auto 2rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.single-project .project-featured-figure img{display:block;width:100%;max-width:100%;height:auto}.site-main.page-main .page-featured-image,.site-main.single-post .single-featured-image{max-width:min(100%,var(--content-featured-max-width));margin-left:auto;margin-right:auto}.site-main.page-main .page-featured-image img,.site-main.single-post .single-featured-image img{width:100%;max-width:100%;height:auto}.single-project .single-featured-image{display:none}.project-info-list li{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--color-border)}.project-info-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.project-info-value{font-size:.9375rem;color:var(--color-dark)}.project-info-link{font-weight:600;color:var(--color-primary)}.projects-archive .card.project-card,.projects-archive .project-card{display:flex;flex-direction:column}.projects-archive .card .card-footer{margin-top:auto;padding-top:1rem;border-top:none}.related-posts{background:var(--color-bg-subtle);border-top:1px solid var(--color-border)}.related-posts .section-title{text-align:center}.widget{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.widget-title{color:var(--color-dark)}@media(max-width:1024px){.grid-3-cols,.skills-grid{grid-template-columns:1fr}}@media(max-width:768px){:root{--section-gap: 4rem}.section-header{margin-bottom:2rem}.single-project .project-layout{grid-template-columns:1fr}.projects-filter{flex-direction:column;align-items:flex-start}}.no-results.not-found{text-align:center;padding:4rem 0}.no-results .page-header{margin-bottom:2rem}.no-results .page-title{font-size:2.25rem;color:var(--color-ink-primary, #0f1117);margin-bottom:1rem}.no-results .page-header>p{color:var(--color-ink-tertiary, #8b8fa8);font-size:1.125rem}.no-results .page-content{max-width:600px;margin:0 auto}.no-results .page-content>p{color:var(--color-ink-secondary, #4a4d5a);margin-bottom:2rem}.no-results .page-content__search{margin-top:2rem}.error-404 .main-column.no-results>p:first-of-type{margin-bottom:1.5rem}.error-404 .no-results__actions{margin-top:2rem}:root{--header-height: 4.5rem;--header-height-scrolled: 3.75rem;--header-blur: 16px;--header-border: rgba(15, 23, 42, .08);--header-surface: rgba(255, 255, 255, .82);--header-surface-scrolled: rgba(255, 255, 255, .94);--hero-surface-top: color-mix(in srgb, var(--color-primary-muted, #dbeafe) 32%, #fff);--header-page-surface: var(--hero-surface-top);--accent-blue-border: rgba(37, 99, 235, .14)}.site-header{position:sticky;top:0;z-index:200;background:var(--hero-surface-top);border-bottom:1px solid transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.site-header.scrolled{background:color-mix(in srgb,var(--color-primary-muted, #dbeafe) 12%,var(--header-surface-scrolled));border-bottom-color:var(--accent-blue-border);box-shadow:0 10px 40px #2563eb1a}.header-wrapper{padding:.75rem 0;transition:padding .25s ease}.site-header.scrolled .header-wrapper{padding:.5rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--header-height-scrolled)}.site-branding{display:flex;align-items:center;gap:.75rem;min-width:0;flex:0 1 auto;max-width:min(100%,20rem);text-decoration:none;color:inherit;transition:opacity .2s ease}.site-branding:hover,.site-branding:focus-visible{opacity:.88}.site-branding:focus-visible{outline:2px solid var(--color-primary, #2563eb);outline-offset:3px;border-radius:var(--radius-sm, .375rem)}.site-branding__logo{flex-shrink:0;display:block;line-height:0}.site-branding__logo img,.site-branding .custom-logo{display:block;width:auto;height:2.25rem;max-height:2.25rem}.site-header.scrolled .site-branding__logo img,.site-header.scrolled .site-branding .custom-logo{height:2rem;max-height:2rem}.site-identity{display:flex;flex-direction:column;justify-content:center;gap:.1rem;min-width:0}.site-title{display:block;font-family:var(--font-sans, "Inter", sans-serif);font-size:1.125rem;font-weight:700;line-height:1.2;letter-spacing:-.035em;color:var(--color-dark, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header.scrolled .site-title{font-size:1.0625rem}.site-description{display:block;font-size:.8125rem;font-weight:400;line-height:1.35;color:var(--color-text-secondary, #64748b);letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-branding--text .site-title{font-size:1.1875rem}.site-branding__logo+.site-identity .site-title{font-size:1.0625rem}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex:1 1 auto;min-width:0}.site-navigation{display:flex;align-items:center;justify-content:flex-end}.site-navigation .menu-list,.site-navigation>ul{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.25rem;margin:0;padding:.25rem;list-style:none;background:color-mix(in srgb,var(--color-primary-muted, #dbeafe) 55%,#fff);border:1px solid var(--accent-blue-border, rgba(37, 99, 235, .14));border-radius:999px;box-shadow:inset 0 1px #ffffffd9,0 1px 2px #2563eb0f}.site-navigation .menu-list li,.site-navigation>ul>li{margin:0;padding:0;position:relative}.site-navigation .menu-list a,.site-navigation>ul a{display:inline-flex;align-items:center;justify-content:center;min-height:2.375rem;padding:.375rem .9375rem;font-family:var(--font-sans, "Inter", sans-serif);font-size:.875rem;font-weight:500;letter-spacing:-.01em;line-height:1.3;color:var(--color-text-secondary, #64748b);text-decoration:none;white-space:nowrap;border-radius:999px;position:relative;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.site-navigation .menu-list a:after,.site-navigation>ul a:after{display:none}.site-navigation .menu-list a:hover,.site-navigation>ul a:hover,.site-navigation .menu-list a:focus-visible,.site-navigation>ul a:focus-visible{color:var(--color-dark, #0f172a);background:#fff;box-shadow:0 2px 8px #2563eb1f;outline:none}.has-unified-shell .site-navigation .menu-list li.current-menu-item:not(.is-section-active)>a,.has-unified-shell .site-navigation .menu-list li.current_page_item:not(.is-section-active)>a,.has-unified-shell .site-navigation .menu-list li.current-menu-ancestor:not(.is-section-active)>a,.has-unified-shell .site-navigation>ul>li.current-menu-item:not(.is-section-active)>a,.has-unified-shell .site-navigation>ul>li.current_page_item:not(.is-section-active)>a,.has-unified-shell .site-navigation>ul>li.current-menu-ancestor:not(.is-section-active)>a{color:var(--color-text-secondary, #64748b);font-weight:500;background:transparent;box-shadow:none}.has-unified-shell .site-navigation .menu-list li.is-section-active>a,.has-unified-shell .site-navigation>ul>li.is-section-active>a{color:var(--color-dark, #0f172a);font-weight:600;background:var(--color-white, #fff);box-shadow:0 1px 4px #0f172a14}.has-page-header-band.has-unified-shell .site-navigation .menu-list li.current-menu-item>a,.has-page-header-band.has-unified-shell .site-navigation .menu-list li.current_page_item>a,.has-page-header-band.has-unified-shell .site-navigation>ul>li.current-menu-item>a,.has-page-header-band.has-unified-shell .site-navigation>ul>li.current_page_item>a{color:var(--color-dark, #0f172a);font-weight:600;background:var(--color-white, #fff);box-shadow:0 1px 4px #0f172a14}.site-navigation .menu-list li.current-menu-item>a,.site-navigation .menu-list li.current_page_item>a,.site-navigation .menu-list li.current-menu-ancestor>a,.site-navigation>ul>li.current-menu-item>a,.site-navigation>ul>li.current_page_item>a,.site-navigation>ul>li.current-menu-ancestor>a{color:var(--color-dark, #0f172a);font-weight:600;background:var(--color-white, #fff);box-shadow:0 2px 10px #2563eb1f}.site-navigation .menu-item--cta>a,.site-navigation .menu-item--cta>a.nav-link--cta{color:var(--color-white, #fff);background:var(--color-primary, #2563eb);box-shadow:0 1px 2px #2563eb59}.site-navigation .menu-item--cta>a:hover,.site-navigation .menu-item--cta>a:focus-visible{color:var(--color-white, #fff);background:var(--color-primary-hover, #1d4ed8);box-shadow:0 4px 12px #2563eb59}.site-navigation .menu-item--cta.is-section-active>a,.site-navigation .menu-item--cta.current-menu-item>a{color:var(--color-white, #fff);background:var(--color-primary-hover, #1d4ed8)}.site-navigation .sub-menu{display:none;position:absolute;top:calc(100% + .5rem);right:0;min-width:13rem;flex-direction:column;align-items:stretch;margin:0;padding:.375rem;list-style:none;background:var(--color-white, #fff);border:1px solid var(--color-border, #e2e8f0);border-radius:.75rem;box-shadow:0 16px 40px #0f172a1f;z-index:210}.site-navigation li:hover>.sub-menu,.site-navigation li:focus-within>.sub-menu{display:flex}.site-navigation .sub-menu a{justify-content:flex-start;width:100%;min-height:auto;padding:.5rem .75rem;border-radius:var(--radius-sm, .375rem);font-size:.8125rem}.menu-toggle{display:none;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, .625rem);background:var(--color-white, #fff);color:var(--color-dark, #0f172a);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.menu-toggle:hover,.menu-toggle:focus-visible{border-color:var(--color-border-strong, #cbd5e1);background:var(--color-bg-subtle, #f8fafc);color:var(--color-primary, #2563eb)}.menu-toggle-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:1.25rem;height:1rem}.menu-toggle-icon span{display:block;height:2px;width:100%;background:currentColor;border-radius:1px;transition:transform .25s ease,opacity .2s ease}.menu-toggle.active,#primary-nav-toggle:checked~.header-wrapper .menu-toggle{background:var(--color-dark, #0f172a);border-color:var(--color-dark, #0f172a);color:var(--color-white, #fff)}.menu-toggle.active .menu-toggle-icon span:nth-child(1),#primary-nav-toggle:checked~.header-wrapper .menu-toggle .menu-toggle-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active .menu-toggle-icon span:nth-child(2),#primary-nav-toggle:checked~.header-wrapper .menu-toggle .menu-toggle-icon span:nth-child(2){opacity:0}.menu-toggle.active .menu-toggle-icon span:nth-child(3),#primary-nav-toggle:checked~.header-wrapper .menu-toggle .menu-toggle-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__backdrop{position:fixed;inset:0;z-index:180;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}#primary-nav-toggle:checked~.site-header__backdrop{opacity:1;visibility:visible;pointer-events:auto}body.nav-open{overflow:hidden}@media(max-width:1024px){.site-branding{max-width:min(100%,12rem)}.site-description{display:none}}@media(max-width:768px){:root{--header-height: 4rem}.header-inner{flex-wrap:nowrap}.site-branding{flex:1 1 auto;max-width:calc(100% - 3.5rem)}.site-title{font-size:1rem}.header-actions{flex:0 0 auto;gap:0}.menu-toggle{display:inline-flex}.site-navigation{position:fixed;top:0;right:0;bottom:0;width:min(20rem,88vw);max-width:100%;padding:calc(var(--header-height, 4rem) + 1rem) 1.25rem 1.5rem;background:var(--color-white, #fff);border-left:1px solid var(--color-border, #e2e8f0);box-shadow:-12px 0 48px #0f172a1f;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;z-index:190;overflow-y:auto;align-items:stretch;justify-content:flex-start}.site-navigation.active,#primary-nav-toggle:checked~.header-wrapper .site-navigation{transform:translate(0);visibility:visible}.site-navigation .menu-list,.site-navigation>ul{flex-direction:column;align-items:stretch;gap:.25rem;width:100%;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.site-navigation .menu-list a,.site-navigation>ul a{justify-content:flex-start;width:100%;min-height:3rem;padding:.75rem 1rem;font-size:1rem;border-radius:var(--radius-md, .625rem)}.site-navigation .menu-list a:hover,.site-navigation>ul a:hover{background:var(--color-bg-subtle, #f8fafc);box-shadow:none}.site-navigation .menu-list li.current-menu-item>a,.site-navigation .menu-list li.is-section-active>a,.site-navigation>ul>li.current-menu-item>a{background:var(--color-primary-muted, #dbeafe);color:var(--color-primary, #2563eb);box-shadow:none}.site-navigation .menu-item--cta{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border, #e2e8f0)}.site-navigation .menu-item--cta>a{justify-content:center;min-height:3rem}.site-navigation .sub-menu{position:static;display:block;min-width:0;margin:.25rem 0 0;padding:0 0 0 .5rem;border:none;box-shadow:none;background:transparent}}@media(prefers-reduced-motion:reduce){.site-header,.header-wrapper,.site-navigation,.site-header__backdrop,.menu-toggle-icon span{transition:none}}.site-footer .footer-social .widget,.site-footer .footer-social .footer-social-widget,.site-footer .footer-social .widget_social_profiles{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin:0!important;box-shadow:none!important}.site-footer .footer-social .widget:hover,.site-footer .footer-social .footer-social-widget:hover{border:none!important;box-shadow:none!important;transform:none}.social-profiles__heading{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted, #94a3b8)}.widget_social_profiles .widget-title{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted, #94a3b8)}.social-profiles{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem .75rem}.social-profiles__link{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:#ffffffc7;font-size:.8125rem;line-height:1.2;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}.social-profiles__link:hover,.social-profiles__link:focus-visible{color:var(--color-cyan, #22d3ee);border-color:#22d3ee73;background-color:#22d3ee14}.social-profiles__icon{display:inline-flex;flex-shrink:0}.social-profiles__icon svg{display:block}.social-profiles--icons-only .social-profiles__link{justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem;border:none;border-radius:.25rem;background:transparent;gap:0;font-size:0;line-height:0}.social-profiles--icons-only .social-profiles__link:hover,.social-profiles--icons-only .social-profiles__link:focus-visible{border:none;background:transparent;color:var(--color-cyan, #22d3ee);transform:translateY(-2px)}.social-profiles--icons-only .social-profiles__link:focus-visible{outline:2px solid var(--color-cyan, #22d3ee);outline-offset:3px}.social-profiles--icons-only{gap:.35rem;align-items:center}.social-profiles--icons-only .social-profiles__icon svg{width:1.35rem;height:1.35rem}.site-footer .footer-social .social-profiles--icons-only{justify-content:flex-end}.site-footer .widget_social_profiles{margin:0}.site-footer .widget_social_profiles .widget-title{display:none}@media(max-width:768px){.site-footer .footer-social-nav{align-items:flex-start}.site-footer .footer-social .social-profiles--icons-only{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.social-profiles__link{transition:color .2s ease,border-color .2s ease,background-color .2s ease}.social-profiles--icons-only .social-profiles__link:hover,.social-profiles--icons-only .social-profiles__link:focus-visible{transform:none}}.site-footer{--footer-bg-top: color-mix(in srgb, var(--color-primary-muted, #dbeafe) 16%, #f8fafc);--footer-bg-bottom: color-mix(in srgb, var(--color-primary-muted, #dbeafe) 28%, #eef4ff);--footer-border: color-mix(in srgb, var(--color-primary, #2563eb) 10%, #e2e8f0);margin-top:0;padding:clamp(2.5rem,5vw,3.25rem) 0 clamp(1.25rem,3vw,1.75rem);background:linear-gradient(180deg,var(--footer-bg-top) 0%,var(--footer-bg-bottom) 100%);border-top:1px solid var(--footer-border);color:var(--color-text-secondary, #64748b)}.footer-content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem 3rem;align-items:start}.footer-primary{display:flex;flex-direction:column;gap:1rem;min-width:0}.site-footer .site-info{font-size:.875rem}.site-footer .copyright{margin:0;line-height:1.5;color:var(--color-text-secondary, #64748b)}.site-footer .copyright a{font-weight:600;color:var(--color-dark, #0f172a);text-decoration:none;transition:color .2s ease}.site-footer .copyright a:hover,.site-footer .copyright a:focus-visible{color:var(--color-primary, #2563eb)}.site-footer .year{font-weight:600;color:var(--color-dark, #0f172a)}.site-footer .powered-by{margin:0;font-size:.8125rem;color:var(--color-text-muted, #94a3b8)}.site-footer .powered-by a{color:var(--color-text-secondary, #64748b)}.site-footer .powered-by a:hover{color:var(--color-primary, #2563eb)}.site-footer .footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.375rem 1.25rem}.site-footer .footer-menu a{display:inline-block;font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #64748b);text-decoration:none;transition:color .2s ease}.site-footer .footer-menu a:hover,.site-footer .footer-menu a:focus-visible{color:var(--color-primary, #2563eb)}.site-footer .footer-menu .current-menu-item>a,.site-footer .footer-menu .current_page_item>a{color:var(--color-primary, #2563eb);font-weight:600}.site-footer .footer-secondary{justify-self:end}.site-footer .footer-social-nav{display:flex;flex-direction:column;align-items:flex-end;gap:.625rem}.site-footer .footer-social .social-profiles__heading{color:var(--color-text-muted, #94a3b8)}.site-footer .footer-social .social-profiles__link{color:var(--color-text-secondary, #64748b);border-color:var(--accent-blue-border, rgba(37, 99, 235, .14));background:color-mix(in srgb,#fff 75%,var(--footer-bg-top))}.site-footer .footer-social .social-profiles__link:hover,.site-footer .footer-social .social-profiles__link:focus-visible{color:var(--color-primary, #2563eb);border-color:var(--accent-blue-border, rgba(37, 99, 235, .22));background:color-mix(in srgb,var(--color-primary-muted, #dbeafe) 35%,#fff)}.site-footer .footer-social .social-profiles--icons-only .social-profiles__link{border:1px solid var(--accent-blue-border, rgba(37, 99, 235, .14));border-radius:var(--radius-sm, .375rem);background:color-mix(in srgb,#fff 80%,var(--footer-bg-top))}.site-footer .footer-social .social-profiles--icons-only .social-profiles__link:hover,.site-footer .footer-social .social-profiles--icons-only .social-profiles__link:focus-visible{border-color:var(--accent-blue-border, rgba(37, 99, 235, .22));background:color-mix(in srgb,var(--color-primary-muted, #dbeafe) 40%,#fff);transform:translateY(-1px)}.site-footer .footer-social .social-profiles--icons-only .social-profiles__link:focus-visible{outline:2px solid var(--color-primary, #2563eb);outline-offset:2px}.site-footer .footer-social .social-profiles__icon svg{fill:currentColor}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.site-footer .footer-secondary{justify-self:start}.site-footer .footer-social-nav{align-items:flex-start}.site-footer .footer-social .social-profiles--icons-only{justify-content:flex-start}.site-footer .footer-menu{gap:.5rem 1rem}}@media(prefers-reduced-motion:reduce){.site-footer .footer-social .social-profiles--icons-only .social-profiles__link:hover{transform:none}}:root{--color-primary: #0052CC;--color-primary-light: #0066FF;--color-primary-muted: #dbeafe;--color-primary-hover: #0052A8;--color-accent-cyan: #0087C7;--color-accent-magenta: #C2185B;--color-accent-teal: #0097A7;--color-accent-purple: #7B1FA2}a{color:var(--color-primary, #0052CC)}a:visited{color:var(--color-primary-hover, #0052A8)}a:focus-visible{outline:none}.button,button,input[type=button],input[type=submit]{color:#fff;background-color:var(--color-primary, #0052CC);border-color:var(--color-primary, #0052CC)}.button:hover,button:hover{background-color:var(--color-primary-hover, #0052A8);border-color:var(--color-primary-hover, #0052A8)}.hero .btn-primary{background-color:var(--color-primary, #0052CC);color:#fff}.hero .btn-primary:hover{background-color:var(--color-primary-hover, #0052A8)}*:focus{outline:2px solid transparent;outline-offset:2px}*:focus-visible:not(a),button:focus,input:focus,textarea:focus,select:focus,.menu-toggle:focus{outline:3px solid var(--color-primary, #0052CC);outline-offset:2px;box-shadow:0 0 0 1px #fff,0 0 0 4px var(--color-primary, #0052CC)}.menu-toggle:focus-visible{outline:3px dashed var(--color-primary, #0052CC);outline-offset:2px}.site-navigation a:focus-visible{outline:none}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-primary, #0052CC);color:#fff;padding:8px 12px;z-index:100;text-decoration:none;font-weight:600}.skip-link:focus{top:0;outline:2px solid var(--color-primary, #0052CC)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}a,button,[role=button]{transition:background-color .2s,color .2s,outline .2s}}.site-navigation a{display:inline-block;padding:12px 16px;min-height:44px;min-width:44px}.social-profiles__link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px}.menu-toggle{min-width:44px;min-height:44px;padding:12px}button,input[type=button],input[type=submit],.button,a.button{min-height:44px;padding:12px 24px;display:inline-flex;align-items:center;justify-content:center}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],textarea,select{min-height:44px;padding:10px 12px}input[type=checkbox],input[type=radio]{min-width:24px;min-height:24px;margin:10px}body{line-height:1.5;letter-spacing:0;color:var(--ink-primary, #1F2937)}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:.5px}p,li,dd{line-height:1.6;color:var(--ink-primary, #1F2937)}.tertiary-text,.meta-text{color:var(--ink-secondary, #374151)}a:not(.button):not(.skip-link){text-decoration:none!important}a:not(.button):not(.skip-link):hover,a:not(.button):not(.skip-link):focus-visible{text-decoration:none!important}.required,input[required],textarea[required],select[required]{position:relative}input[required]:after,textarea[required]:after,select[required]:after{content:" *";color:#d32f2f}.error,.form-error{border-left:4px solid #D32F2F;padding-left:12px}.error:before{content:"\26a0  ";color:#d32f2f;font-weight:700}@media(prefers-color-scheme:dark){:root{--ink-primary: #e5e7eb;--ink-secondary: #d1d5db;--surface-primary: #1f2937;--surface-secondary: #111827}body{background-color:var(--surface-primary);color:var(--ink-primary)}a{color:var(--color-primary-light, #0088FF)}}.screen-reader-text,.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}.screen-reader-text:focus,.sr-only:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}@media(max-width:768px){.site-navigation a,.menu-toggle,button,.button,a.button{min-height:48px;min-width:48px}input,textarea,select{min-height:48px}}@media(prefers-contrast:more){:root{--color-primary: #0000EE;--color-primary-hover: #000099;--border-default: #000000}*:focus-visible{outline-width:4px;outline-offset:3px}}@media(prefers-contrast:less){:root{--color-primary: #0052CC}}.no-js .career-timeline__filters{display:none}.no-js .career-timeline__item.is-hidden{display:grid}.no-js .menu-toggle{cursor:pointer}.career-timeline__noscript-hint{margin:0 0 1.25rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;color:var(--color-text-secondary, #475569);background:var(--color-bg-muted, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, .5rem)}.js .career-timeline__noscript-hint{display:none}.noscript-notice{margin:0;padding:.75rem 1rem;background:var(--color-primary-muted, #dbeafe);border-bottom:1px solid rgba(37,99,235,.2);color:var(--color-dark, #0f172a);font-size:.875rem;line-height:1.5;text-align:center}.noscript-notice a{color:var(--color-primary, #2563eb);font-weight:600}@supports not (background: color-mix(in srgb,white 50%,black)){:root{--hero-surface-top: #eef4ff;--surface-accent: #eef4ff;--surface-accent-soft: #f8fafc;--footer-bg-top: #f8fafc;--footer-bg-bottom: #eef4ff;--footer-border: #e2e8f0}.site-header.scrolled{background:#fffffff0}.site-navigation .menu-list,.site-navigation>ul{background:#eef4ff}.hero-section__glow--1{background:#2563eb42}.hero-section__glow--2{background:#0ea5e92e}.career-timeline__item--training .career-timeline__card{background:#ecfdf5}.career-timeline__item--certification .career-timeline__card{background:#f5f3ff}.site-main.front-page .contact-section__card{background:linear-gradient(165deg,#eef4ff,#fff 55%)}.site-main.front-page .contact-section__availability{background:#eef4ff}.site-main.front-page .contact-section__status{box-shadow:0 0 0 3px #22c55e40}}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.site-header__backdrop{background:#0f172a8c;backdrop-filter:none;-webkit-backdrop-filter:none}}
/*# sourceMappingURL=main.min.css.map */
