.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;padding:.8rem 1rem 0;transition:transform .28s ease}.site-header--hidden{transform:translateY(-120%)}.header-inner{width:min(100%,1240px);min-height:64px;display:flex;align-items:center;gap:1.5rem;margin-inline:auto;padding:.55rem .65rem .55rem .75rem;border:1px solid var(--border);border-radius:14px;background:color-mix(in srgb,var(--page-elevated) 82%,transparent);box-shadow:0 10px 38px #00000029;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.brand-mark{min-width:max-content;display:inline-flex;align-items:center;gap:.75rem}.brand-monogram{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:var(--on-brand);background:var(--brand);font-size:.75rem;font-weight:600;letter-spacing:-.04em}.brand-copy{display:flex;flex-direction:column;line-height:1.25}.brand-copy strong{font-size:.82rem;font-weight:600;letter-spacing:-.02em}.brand-copy small{color:var(--text-faint);font-size:.66rem}.desktop-nav{display:flex;align-items:center;gap:.2rem;margin-left:auto}.desktop-nav a{padding:.55rem .7rem;border-radius:8px;color:var(--text-soft);font-size:.76rem;font-weight:500;transition:color .16s ease,background-color .16s ease}.desktop-nav a:hover{color:var(--text);background:var(--surface-strong)}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-button,.github-link,.language-button{height:42px;border:1px solid var(--border);border-radius:9px;background:var(--surface);transition:border-color .16s ease,background-color .16s ease}.icon-button{width:42px;display:grid;place-items:center;padding:0;cursor:pointer}.icon-button svg{width:17px;height:17px}.github-link{display:inline-flex;align-items:center;gap:.45rem;padding-inline:.8rem;font-size:.74rem;font-weight:600}.language-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding-inline:.65rem;cursor:pointer;font-size:.68rem;font-weight:600;letter-spacing:.08em}.language-button svg{width:15px;height:15px}.github-link svg{width:14px;height:14px}.icon-button:hover,.github-link:hover,.language-button:hover{border-color:var(--border-strong);background:var(--surface-hover)}.menu-button,.mobile-menu{display:none}@media (max-width: 980px){.desktop-nav,.github-link{display:none}.header-actions{margin-left:auto}.menu-button{display:grid}.mobile-menu{width:min(calc(100% - 2rem),1240px);max-height:0;display:block;visibility:hidden;margin:.45rem auto 0;overflow:hidden;border:1px solid transparent;border-radius:14px;opacity:0;background:color-mix(in srgb,var(--page-elevated) 94%,transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);transition:max-height .26s ease,opacity .18s ease,visibility .26s ease,border-color .18s ease}.mobile-menu--open{max-height:560px;visibility:visible;padding:.65rem;border-color:var(--border);opacity:1}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{display:flex;align-items:center;gap:1rem;padding:.9rem;border-bottom:1px solid var(--border);font-size:1.05rem;font-weight:500}.mobile-menu nav a span{color:var(--text-faint);font-size:.68rem;letter-spacing:.08em}.mobile-github{display:flex;align-items:center;justify-content:space-between;margin-top:.65rem;padding:.9rem;border-radius:9px;color:var(--on-brand);background:var(--brand);font-size:.82rem;font-weight:600}}@media (max-width: 520px){.site-header{padding-inline:.6rem}.header-inner{min-height:58px;padding:.45rem}.brand-monogram{width:36px;height:36px}.brand-copy small{display:none}.icon-button{width:38px;height:38px}.language-button{width:42px;height:38px;padding:0}.language-button svg{display:none}.mobile-menu{width:calc(100% - 1.2rem)}}@media (max-width: 360px){.brand-copy{display:none}}.site-footer{border-top:1px solid var(--border)}.footer-inner{min-height:110px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.8rem}.footer-brand>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;font-size:.66rem;font-weight:600}.footer-brand p,.footer-copyright{margin:0;color:var(--text-faint);font-size:.7rem}.back-to-top{justify-self:end;display:inline-flex;align-items:center;gap:.5rem;color:var(--text-soft);font-size:.72rem;font-weight:600}.back-to-top svg{transition:transform .18s ease}.back-to-top:hover svg{transform:translateY(-3px)}@media (max-width: 720px){.footer-inner{grid-template-columns:1fr auto;padding-block:1.5rem}.footer-copyright{grid-column:1 / -1;grid-row:2}.footer-brand p{display:none}}.hero{min-height:100svh;display:flex;align-items:center;position:relative;padding:8.5rem 0 4.5rem}.hero:after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background:linear-gradient(90deg,transparent,var(--border-strong),transparent)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.28;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,transparent 3%,black 34%,transparent 92%);mask-image:linear-gradient(to bottom,transparent 3%,black 34%,transparent 92%)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;gap:clamp(3rem,7vw,7rem);position:relative}.hero-copy{position:relative;z-index:2}.availability{width:fit-content;display:flex;align-items:center;gap:.6rem;margin-bottom:1.6rem;padding:.45rem .66rem;border:1px solid var(--border);border-radius:999px;color:var(--text-soft);background:var(--surface);font-size:.72rem;font-weight:500}.availability-dot{width:7px;height:7px;position:relative;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px var(--success-bg)}.hero h1{max-width:760px;margin-bottom:1.7rem;font-size:clamp(3.15rem,6.7vw,6.7rem);line-height:.95;letter-spacing:-.072em}.hero h1 span{display:block;color:var(--text-soft)}.hero-intro{max-width:650px;margin-bottom:2rem;color:var(--text-soft);font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}.hero-stack{display:flex;flex-wrap:wrap;gap:.55rem 1.5rem;margin:2.6rem 0 0;padding:1.2rem 0 0;border-top:1px solid var(--border);color:var(--text-faint);font-size:.72rem;font-weight:600;letter-spacing:.08em;list-style:none;text-transform:uppercase}.hero-stack li:not(:first-child):before{margin-right:1.5rem;content:"/";color:var(--border-strong)}.hero-scene{min-height:510px;position:relative;display:flex;align-items:center;perspective:1200px}.scene-glow{width:82%;aspect-ratio:1;position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);opacity:.32;background:radial-gradient(circle,rgba(112,184,255,.22),transparent 66%);filter:blur(28px)}.code-window{width:100%;position:relative;z-index:2;overflow:hidden;border:1px solid var(--border-strong);border-radius:var(--radius-md);transform:rotateY(-7deg) rotateX(3deg);background:linear-gradient(145deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.code-window:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.04),transparent 34%)}.window-bar{min-height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1rem;border-bottom:1px solid var(--border);color:var(--text-faint);font-size:.68rem}.window-dots{display:flex;gap:.35rem}.window-dots i{width:7px;height:7px;border-radius:50%;background:var(--border-strong)}.window-status{justify-self:end;padding:.26rem .45rem;border-radius:999px;color:var(--success);background:var(--success-bg)}.code-body{padding:2.1rem 1.4rem 2.4rem;color:var(--text-soft);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:clamp(.68rem,1.15vw,.83rem);line-height:2}.code-body p{min-height:1.8em;margin:0;white-space:nowrap}.line-number{width:2.2rem;display:inline-block;color:var(--text-faint);-webkit-user-select:none;user-select:none}.code-blue{color:var(--info)}.code-purple{color:#c7a0ff}.code-green{color:var(--success)}.metric-card{position:absolute;z-index:3;display:flex;align-items:center;gap:.75rem;padding:.8rem;border:1px solid var(--border-strong);border-radius:12px;background:color-mix(in srgb,var(--surface-strong) 86%,transparent);box-shadow:0 16px 42px #00000047;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.metric-card--top{top:3.2rem;right:-1.3rem}.metric-card--bottom{right:.2rem;bottom:3.35rem;justify-content:space-between;min-width:210px}.metric-card small,.metric-card strong{display:block;line-height:1.35}.metric-card small{color:var(--text-faint);font-size:.65rem}.metric-card strong{font-size:.76rem;font-weight:600}.metric-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px}.metric-icon--success{color:var(--success);background:var(--success-bg)}.scene-caption{position:absolute;bottom:0;left:-1rem;z-index:3;display:flex;align-items:flex-start;gap:.8rem;color:var(--text-faint);font-size:.68rem;line-height:1.45}.scene-caption span{color:var(--text);font-weight:600}@media (max-width: 1040px){.hero{padding-top:10rem}.hero-inner{grid-template-columns:1fr}.hero h1{max-width:900px}.hero-intro{max-width:720px}.hero-scene{width:min(100%,690px);min-height:470px;margin-inline:auto}}@media (max-width: 640px){.hero{min-height:auto;padding:8.7rem 0 4rem}.hero h1{font-size:clamp(3rem,15vw,4.4rem)}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-stack{gap:.6rem 1rem}.hero-stack li:not(:first-child):before{margin-right:1rem}.hero-scene{min-height:390px}.code-window{transform:none}.code-body{padding:1.5rem .8rem 1.8rem}.metric-card--top{top:.7rem;right:-.1rem}.metric-card--bottom{right:.5rem;bottom:1.5rem}.scene-caption{display:none}}@media (max-width: 390px){.code-body{font-size:.6rem}.metric-card--top{display:none}}.about-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.75fr);align-items:end;gap:clamp(2rem,8vw,8rem)}.about-heading .section-heading{margin-bottom:0}.about-lead{margin-bottom:.4rem;color:var(--text-soft);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.75}.about-principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3.2rem,7vw,6rem);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.principle-card{min-height:280px;padding:1.5rem;border-right:1px solid var(--border);transition:background-color .18s ease}.principle-card:first-child{border-left:1px solid var(--border)}.principle-card:hover{background:var(--surface)}.principle-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4.2rem}.principle-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.principle-icon svg{width:17px;height:17px}.principle-index{color:var(--text-faint);font-size:.68rem;letter-spacing:.12em}.principle-card h3{margin-bottom:.7rem;font-size:1.12rem;letter-spacing:-.035em}.principle-card p{max-width:310px;margin:0;color:var(--text-soft);font-size:.88rem;line-height:1.7}@media (max-width: 850px){.about-heading{grid-template-columns:1fr}.about-lead{max-width:680px}.about-principles{grid-template-columns:1fr}.principle-card,.principle-card:first-child{min-height:auto;border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-left:1px solid var(--border)}.principle-card:last-child{border-bottom:0}.principle-top{margin-bottom:2.2rem}}@media (max-width: 520px){.principle-card{padding:1.25rem}}.skills-section{background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--surface) 48%,transparent),transparent)}.skills-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:end;gap:clamp(2rem,8vw,8rem)}.skills-header .section-heading,.skills-header .section-intro{margin-bottom:0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:clamp(3.5rem,7vw,6rem)}.skill-card{min-height:370px;position:relative;overflow:hidden;padding:clamp(1.3rem,3vw,2rem);border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface-strong) 72%,transparent));transition:transform .2s ease,border-color .2s ease}.skill-card:after{width:180px;height:180px;position:absolute;right:-80px;bottom:-90px;content:"";border-radius:50%;opacity:0;background:radial-gradient(circle,var(--info-bg),transparent 70%);transition:opacity .22s ease}.skill-card:hover{transform:translateY(-3px);border-color:var(--border-strong)}.skill-card:hover:after{opacity:1}.skill-card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.5rem}.skill-card-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:11px;background:var(--page-elevated)}.skill-card-icon svg{width:19px;height:19px}.skill-card-code{color:var(--text-faint);font-size:.67rem;font-weight:600;letter-spacing:.15em}.skill-card h3{margin-bottom:.7rem;font-size:clamp(1.45rem,2.5vw,2rem);letter-spacing:-.045em}.skill-card>p{max-width:480px;margin-bottom:1.5rem;color:var(--text-soft);font-size:.87rem;line-height:1.7}.skill-card ul{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.skill-card li{padding:.4rem .6rem;border:1px solid var(--border);border-radius:999px;color:var(--text-soft);background:var(--page-elevated);font-size:.7rem;line-height:1}.learning-strip{display:grid;grid-template-columns:minmax(190px,.35fr) 1fr;align-items:center;gap:2rem;margin-top:.8rem;padding:1.15rem 1.3rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.learning-strip p{margin:0;color:var(--text-soft);font-size:.82rem}.learning-status{display:flex;align-items:center;gap:.6rem;font-size:.76rem;font-weight:600}.learning-status i{width:7px;height:7px;border-radius:50%;background:var(--info);box-shadow:0 0 0 5px var(--info-bg)}@media (max-width: 850px){.skills-header,.learning-strip{grid-template-columns:1fr;gap:1.25rem}}@media (max-width: 700px){.skills-grid{grid-template-columns:1fr}.skill-card{min-height:auto}.skill-card-heading{margin-bottom:2.5rem}}.projects-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.projects-header .section-heading{margin-bottom:0}.all-projects-link{min-width:max-content;display:inline-flex;align-items:center;gap:.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border-strong);color:var(--text-soft);font-size:.78rem;font-weight:600;transition:color .18s ease,border-color .18s ease}.all-projects-link:hover{border-color:var(--text);color:var(--text)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:clamp(3.5rem,7vw,6rem)}.project-card{min-height:540px;display:flex;flex-direction:column;position:relative;overflow:hidden;padding:clamp(1.25rem,2.5vw,1.7rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 1px #ffffff05 inset;transition:transform .22s ease,border-color .22s ease}.project-card:hover{transform:translateY(-4px);border-color:var(--border-strong)}.project-card--featured{min-height:520px;grid-column:1 / -1;background:radial-gradient(circle at 84% 40%,var(--info-bg),transparent 24rem),linear-gradient(120deg,var(--surface-strong),var(--surface))}.project-card:after{width:320px;height:320px;position:absolute;right:-220px;bottom:-210px;content:"";border:1px solid var(--border);border-radius:50%;box-shadow:0 0 0 28px transparent,0 0 0 29px var(--border),0 0 0 64px transparent,0 0 0 65px var(--border)}.project-meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border);color:var(--text-faint);font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.project-type{justify-self:center}.project-status{display:inline-flex;align-items:center;gap:.5rem;color:var(--success)}.project-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.project-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.6fr);align-items:end;gap:2rem;flex:1;padding:clamp(2.5rem,6vw,5rem) 0}.project-main,.project-details{min-width:0}.project-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:2rem;border:1px solid var(--border);border-radius:12px;background:var(--page-elevated)}.project-card h3{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.055em;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.project-card:not(.project-card--featured) h3{font-size:clamp(1.8rem,3vw,2.65rem)}.project-main>p{max-width:620px;margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.75}.project-details{position:relative;z-index:2}.project-highlights{display:flex;flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;color:var(--text-soft);font-size:.78rem;list-style:none}.project-highlights li{display:flex;align-items:center;gap:.6rem}.project-highlights svg{flex:0 0 auto;color:var(--success)}.project-stack{display:flex;flex-wrap:wrap;gap:.4rem}.project-footer{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-faint);font-size:.68rem}.project-footer--without-link{justify-content:flex-start}.project-footer a{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-weight:600}.project-footer a svg:last-child{transition:transform .18s ease}.project-footer a:hover svg:last-child{transform:translate(2px,-2px)}@media (max-width: 850px){.projects-header{align-items:flex-start;flex-direction:column}.projects-grid{grid-template-columns:1fr}.project-card--featured{grid-column:auto}.project-content{grid-template-columns:1fr;align-items:start}}@media (max-width: 520px){.project-card,.project-card--featured{min-height:auto;border-radius:var(--radius-md)}.project-meta{grid-template-columns:1fr auto}.project-type{display:none}.project-content{padding-block:2.5rem}.project-footer:not(.project-footer--without-link)>span{display:none}.project-footer:not(.project-footer--without-link){justify-content:flex-end}}.process-section{background:var(--page-elevated)}.process-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(460px,1fr);gap:clamp(3rem,9vw,8rem)}.process-intro{position:sticky;top:8rem;align-self:start}.process-note{margin-top:3rem;padding:1.2rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.process-note span{display:block;margin-bottom:.45rem;color:var(--text-faint);font-size:.67rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.process-note p{margin:0;color:var(--text-soft);font-size:.82rem;line-height:1.65}.process-steps{margin:0;padding:0;list-style:none}.process-steps li{min-height:250px;display:grid;grid-template-columns:70px 1fr;gap:1.3rem;padding:1.7rem 0;border-top:1px solid var(--border)}.process-steps li:last-child{border-bottom:1px solid var(--border)}.step-number{color:var(--text-faint);font-size:.68rem;font-weight:600;letter-spacing:.12em}.step-copy{display:flex;flex-direction:column;align-items:flex-start}.step-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:auto;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.step-copy h3{margin:2.3rem 0 .65rem;font-size:clamp(1.35rem,2.5vw,1.8rem);letter-spacing:-.045em}.step-copy p{max-width:500px;margin:0;color:var(--text-soft);font-size:.88rem;line-height:1.7}@media (max-width: 900px){.process-layout{grid-template-columns:1fr}.process-intro{position:static}}@media (max-width: 520px){.process-steps li{min-height:220px;grid-template-columns:42px 1fr;gap:.7rem}}.contact-section{padding-bottom:clamp(4rem,8vw,7rem)}.contact-card{min-height:540px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;padding:clamp(1.5rem,5vw,4rem);border:1px solid var(--border-strong);border-radius:var(--radius-lg);color:#fdfdfd;background:radial-gradient(circle at 76% 50%,rgba(112,184,255,.17),transparent 23rem),linear-gradient(135deg,#111216,#050505 72%);box-shadow:var(--shadow)}.contact-card:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;opacity:.45;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(circle at 72% 50%,black,transparent 54%);mask-image:radial-gradient(circle at 72% 50%,black,transparent 54%)}.contact-copy,.contact-actions{position:relative;z-index:2}.contact-card .section-label{color:#fdfeff80}.contact-copy h2{max-width:880px;margin-bottom:1.3rem;color:#fdfdfd;font-size:clamp(2.8rem,7vw,6.6rem);line-height:.98;letter-spacing:-.065em}.contact-copy>p:last-child{max-width:600px;margin:0;color:#fdfeffa3;font-size:clamp(.95rem,1.5vw,1.08rem);line-height:1.7}.contact-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-primary{color:#050505;background:#fdfdfd}.contact-actions>span{display:inline-flex;align-items:center;gap:.65rem;color:#fdfeff8c;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.contact-actions>span:before{width:7px;height:7px;content:"";border-radius:50%;background:#46fea5;box-shadow:0 0 0 5px #22ff991f}.contact-orbit{width:420px;height:420px;position:absolute;right:-40px;bottom:-80px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.contact-orbit:before,.contact-orbit:after{position:absolute;top:14%;right:14%;bottom:14%;left:14%;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%}.contact-orbit:after{top:31%;right:31%;bottom:31%;left:31%}.contact-orbit i{width:8px;height:8px;position:absolute;border-radius:50%;background:#70b8ff;box-shadow:0 0 22px #70b8ff}.contact-orbit i:first-child{top:18%;left:7%}.contact-orbit i:nth-child(2){top:28%;right:7%}.contact-orbit i:last-child{right:42%;bottom:0}@media (max-width: 700px){.contact-card{min-height:600px}.contact-actions{align-items:flex-start;flex-direction:column}.contact-primary{width:100%}.contact-orbit{right:-180px}}@media (max-width: 480px){.contact-card{min-height:560px;border-radius:var(--radius-md)}.contact-copy h2{font-size:clamp(2.7rem,13vw,4rem)}}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */:root{color-scheme:dark;--page: #050505;--page-elevated: #09090a;--surface: #0d0e10;--surface-strong: #131417;--surface-hover: #18191d;--text: #fdfdfd;--text-soft: rgba(253, 254, 255, .68);--text-faint: rgba(253, 254, 255, .44);--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--brand: #fdfdfd;--on-brand: #050505;--info: #70b8ff;--info-bg: rgba(0, 119, 255, .16);--success: rgba(70, 254, 165, .83);--success-bg: rgba(34, 255, 153, .12);--warning: #ffca16;--shadow: 0 24px 80px rgba(0, 0, 0, .38);--content-width: 1180px;--section-space: clamp(5.5rem, 10vw, 9rem);--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px}:root[data-theme=light]{color-scheme:light;--page: #f7f7f5;--page-elevated: #fdfdfd;--surface: #ffffff;--surface-strong: #f1f1ef;--surface-hover: #eaeae7;--text: #101012;--text-soft: rgba(16, 16, 18, .66);--text-faint: rgba(16, 16, 18, .44);--border: rgba(16, 16, 18, .1);--border-strong: rgba(16, 16, 18, .18);--brand: #000000;--on-brand: #fdfdfd;--info: #1769aa;--info-bg: rgba(0, 119, 255, .09);--success: #087d4b;--success-bg: rgba(8, 125, 75, .1);--warning: #9b6a00;--shadow: 0 24px 80px rgba(22, 23, 26, .1)}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff")}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}}html{scroll-behavior:smooth;scroll-padding-top:1rem}body{background:var(--page);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;transition:background-color .22s,color .22s;overflow-x:hidden}*{box-sizing:border-box}::selection{background:var(--text);color:var(--page)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}button{color:inherit}img,svg{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text);text-wrap:balance;font-weight:500}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--info);outline-offset:4px}.site-shell{isolation:isolate;min-height:100vh;position:relative}.site-shell:before{z-index:-1;content:"";pointer-events:none;opacity:.8;background:radial-gradient(circle at 76% 9%,#70b8ff14,#0000 22rem),radial-gradient(circle at 12% 32%,#ffffff09,#0000 25rem);position:fixed;top:0;right:0;bottom:0;left:0}main{overflow:clip}.section-shell{width:min(calc(100% - 2rem),var(--content-width));margin-inline:auto}.section-block{padding-block:var(--section-space);position:relative}.section-rule{border-top:1px solid var(--border)}.section-label{color:var(--text-faint);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.3rem;font-size:.72rem;font-weight:600;line-height:1;display:flex}.section-label:before{content:"";background:currentColor;width:1.7rem;height:1px}.section-heading{letter-spacing:-.055em;max-width:780px;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,4.2rem);line-height:1.04}.section-intro{max-width:660px;color:var(--text-soft);font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.75}.button{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:.65rem;min-height:48px;padding:.7rem 1.05rem;font-size:.88rem;font-weight:600;line-height:1;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--on-brand);background:var(--brand)}.button-primary:hover{opacity:.9}.button-secondary{border-color:var(--border);color:var(--text);background:var(--surface)}.button-secondary:hover{border-color:var(--border-strong);background:var(--surface-hover)}.tag{border:1px solid var(--border);color:var(--text-soft);background:var(--surface);border-radius:999px;align-items:center;padding:.34rem .58rem;font-size:.72rem;font-weight:500;line-height:1;display:inline-flex}.skip-link{z-index:200;border-radius:var(--radius-sm);color:var(--on-brand);background:var(--brand);padding:.75rem 1rem;font-weight:600;transition:transform .16s;position:fixed;top:.7rem;left:.7rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}@media (max-width:640px){.section-shell{width:min(calc(100% - 1.25rem),var(--content-width))}.section-block{padding-block:5rem}.section-heading{letter-spacing:-.045em}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
