:root{--bg: #F6F4F1;--ink: #111110;--mid: #7A7874;--rule: #D6D3CE;--card-bg: #EDEAE6;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--nav-height: 64px;--page-px: 4rem}@media(max-width:768px){:root{--page-px: 1.25rem;--space-xl: 4rem;--space-lg: 2.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);overflow:hidden}.stage{display:flex;width:100vw;margin-top:var(--nav-height);height:calc(100vh - var(--nav-height));overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.stage::-webkit-scrollbar{display:none}.stage{scrollbar-width:none}.page{flex:0 0 100vw;width:100vw;height:calc(100vh - var(--nav-height));scroll-snap-align:start;overflow-y:auto;overflow-x:hidden;position:relative}.page::-webkit-scrollbar{display:none}.page{scrollbar-width:none}.section-label{font-family:var(--sans);font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mid);margin-bottom:3rem;display:flex;align-items:center;gap:1rem}.section-label:before{content:"";display:block;width:32px;height:1px;background:var(--rule)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.placeholder-stripes{background-image:repeating-linear-gradient(-45deg,var(--rule) 0,var(--rule) 1px,transparent 0,transparent 50%);background-size:8px 8px;background-color:var(--bg)}#global-nav[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:0 var(--page-px);height:var(--nav-height);background:var(--bg);border-bottom:1px solid transparent;transition:border-color .3s}#global-nav[data-astro-cid-5blmo7yk].scrolled{border-color:var(--rule)}.nav-logo[data-astro-cid-5blmo7yk]{font-family:var(--serif);font-size:1.05rem;font-weight:400;letter-spacing:.02em;color:var(--ink);text-decoration:none;cursor:pointer}.nav-logo[data-astro-cid-5blmo7yk] em[data-astro-cid-5blmo7yk]{font-style:italic;font-family:var(--serif)}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:2.5rem;list-style:none}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-family:var(--sans);font-size:.75rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);text-decoration:none;transition:color .2s;cursor:pointer}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--ink)}.nav-toggle[data-astro-cid-5blmo7yk]{display:none;background:none;border:none;padding:.4rem;cursor:pointer;flex-direction:column;gap:5px;width:32px}.nav-toggle[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:100%;height:1.5px;background:var(--ink);transition:transform .25s,opacity .25s}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] span[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] span[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.nav-toggle[data-astro-cid-5blmo7yk]{display:flex}.nav-links[data-astro-cid-5blmo7yk]{position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;gap:0;background:var(--bg);border-bottom:1px solid var(--rule);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-links[data-astro-cid-5blmo7yk].open{max-height:300px}.nav-links[data-astro-cid-5blmo7yk] li[data-astro-cid-5blmo7yk]{border-top:1px solid var(--rule)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{display:block;padding:1rem var(--page-px);font-size:.85rem}}.arrow-nav[data-astro-cid-gye3klu5]{position:relative;display:inline-block;width:44px;height:44px;cursor:pointer;text-decoration:none}.arrow-nav-btn[data-astro-cid-gye3klu5]{width:44px;height:44px;border:1px solid var(--rule);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);background:var(--bg);transition:background .25s,border-color .25s,color .25s}.arrow-nav[data-astro-cid-gye3klu5]:hover .arrow-nav-btn[data-astro-cid-gye3klu5]{background:var(--ink);border-color:var(--ink);color:var(--bg)}.arrow-nav-label[data-astro-cid-gye3klu5]{position:absolute;left:50%;font-family:var(--sans);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);writing-mode:vertical-rl;transition:color .2s;white-space:nowrap}.arrow-nav-label--right[data-astro-cid-gye3klu5],.arrow-nav-label--left[data-astro-cid-gye3klu5]{top:calc(100% + .6rem);transform:translate(-50%)}.arrow-nav[data-astro-cid-gye3klu5]:hover .arrow-nav-label[data-astro-cid-gye3klu5]{color:var(--ink)}.nav-banner[data-astro-cid-bff5ufwx]{display:flex;align-items:stretch;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:4rem 0}.nav-banner-btn[data-astro-cid-bff5ufwx]{flex:1;display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s}.nav-banner-btn[data-astro-cid-bff5ufwx]:hover{background:var(--card-bg)}.nav-banner-btn--right[data-astro-cid-bff5ufwx]{justify-content:flex-end;text-align:right}.nav-banner-arrow[data-astro-cid-bff5ufwx]{font-family:var(--sans);font-size:1.1rem;color:var(--mid);transition:color .2s,transform .2s;flex-shrink:0}.nav-banner-btn--left[data-astro-cid-bff5ufwx]:hover .nav-banner-arrow[data-astro-cid-bff5ufwx]{color:var(--ink);transform:translate(-4px)}.nav-banner-btn--right[data-astro-cid-bff5ufwx]:hover .nav-banner-arrow[data-astro-cid-bff5ufwx]{color:var(--ink);transform:translate(4px)}.nav-banner-label[data-astro-cid-bff5ufwx]{display:flex;flex-direction:column;gap:.2rem}.nav-banner-caption[data-astro-cid-bff5ufwx]{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}.nav-banner-sub[data-astro-cid-bff5ufwx]{font-family:var(--sans);font-size:.72rem;font-weight:300;color:var(--mid)}.nav-banner-divider[data-astro-cid-bff5ufwx]{width:1px;background:var(--rule);flex-shrink:0;margin:.5rem 2rem}@media(max-width:768px){.nav-banner[data-astro-cid-bff5ufwx]{flex-direction:column;margin:3rem 0}.nav-banner-btn[data-astro-cid-bff5ufwx]{padding:1.25rem 0}.nav-banner-btn--right[data-astro-cid-bff5ufwx]{justify-content:flex-start;text-align:left;border-top:1px solid var(--rule)}.nav-banner-divider[data-astro-cid-bff5ufwx]{display:none}}.hero[data-astro-cid-shwxrd6l]{min-height:calc(100vh - var(--nav-height));display:grid;grid-template-columns:1fr 1fr;padding:0 var(--page-px);position:relative;background:var(--bg)}.hero-left[data-astro-cid-shwxrd6l]{display:flex;flex-direction:column;justify-content:center;padding-right:3rem;padding-bottom:5rem}.hero-name[data-astro-cid-shwxrd6l]{font-family:var(--serif);font-size:clamp(3.25rem,10.5vw,10.5rem);font-weight:300;line-height:.92;letter-spacing:-.01em;color:var(--ink);margin-bottom:2.25rem;animation:fadeInUp .9s .1s both}.hero-name[data-astro-cid-shwxrd6l] em[data-astro-cid-shwxrd6l]{font-style:italic;font-weight:300}.hero-titles[data-astro-cid-shwxrd6l]{font-family:var(--sans);font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);line-height:2;border-left:1px solid var(--rule);padding-left:1.25rem;margin-bottom:1.25rem;animation:fadeInUp .9s .3s both}.hero-intro[data-astro-cid-shwxrd6l]{font-family:var(--serif);font-size:clamp(1.1rem,1.4vw,1.4rem);font-weight:300;font-style:italic;line-height:1.45;color:var(--mid);max-width:30ch;margin-bottom:2.25rem;padding-left:1.25rem;animation:fadeInUp .9s .4s both}.hero-cta[data-astro-cid-shwxrd6l]{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:none;border:1px solid var(--ink);padding:.9rem 2rem;cursor:pointer;transition:background .25s,color .25s;width:fit-content;text-decoration:none;animation:fadeInUp .9s .5s both}.hero-cta[data-astro-cid-shwxrd6l]:hover{background:var(--ink);color:var(--bg)}.hero-cta[data-astro-cid-shwxrd6l]:hover svg{transform:translate(4px)}.hero-cta[data-astro-cid-shwxrd6l] svg{transition:transform .25s}.hero-right[data-astro-cid-shwxrd6l]{display:flex;align-items:stretch;justify-content:stretch;position:relative}.headshot-wrap[data-astro-cid-shwxrd6l]{position:relative;width:100%;height:100%;animation:fadeInUp .9s .25s both}.headshot-img[data-astro-cid-shwxrd6l]{width:100%;height:100%;object-fit:cover}.headshot-placeholder[data-astro-cid-shwxrd6l]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--mid);font-family:var(--sans);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.headshot-placeholder[data-astro-cid-shwxrd6l] span[data-astro-cid-shwxrd6l]{background:var(--bg);padding:.4rem .75rem;text-align:center;line-height:1.6}.scroll-hint[data-astro-cid-shwxrd6l]{position:absolute;bottom:2rem;left:var(--page-px);display:flex;align-items:center;gap:1rem;font-family:var(--sans);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);animation:fadeInUp 1s 1.2s both}.scroll-hint-line[data-astro-cid-shwxrd6l]{width:40px;height:1px;background:var(--rule);position:relative;overflow:hidden}.scroll-hint-line[data-astro-cid-shwxrd6l]:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:var(--mid);animation:slideRight 2s ease-in-out infinite}@media(max-width:768px){.hero[data-astro-cid-shwxrd6l]{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto;padding:2rem var(--page-px) 0}.hero-left[data-astro-cid-shwxrd6l]{padding-right:0;padding-bottom:2rem}.hero-titles[data-astro-cid-shwxrd6l]{margin-bottom:2rem}.hero-right[data-astro-cid-shwxrd6l]{height:60vh;max-height:500px}.scroll-hint[data-astro-cid-shwxrd6l]{display:none}}.about[data-astro-cid-gqmbxsao]{padding:5rem 0 4rem;border-top:1px solid var(--rule)}.about-grid[data-astro-cid-gqmbxsao]{display:grid;grid-template-columns:1fr .9fr;gap:5rem;align-items:start}.about-text[data-astro-cid-gqmbxsao]{display:flex;flex-direction:column;gap:1.5rem}.about-para[data-astro-cid-gqmbxsao]{font-family:var(--serif);font-size:clamp(1.05rem,1.3vw,1.3rem);font-weight:300;line-height:1.6;color:var(--ink)}.about-image-wrap[data-astro-cid-gqmbxsao]{position:sticky;top:calc(var(--nav-height) + 2rem)}.about-img[data-astro-cid-gqmbxsao]{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block}.about-img-placeholder[data-astro-cid-gqmbxsao]{width:100%;aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mid)}.about-img-placeholder[data-astro-cid-gqmbxsao] span[data-astro-cid-gqmbxsao]{background:var(--bg);padding:.4rem .75rem}@media(max-width:768px){.about[data-astro-cid-gqmbxsao]{padding:3rem var(--page-px)}.about-grid[data-astro-cid-gqmbxsao]{grid-template-columns:1fr;gap:2rem}.about-image-wrap[data-astro-cid-gqmbxsao]{position:static}.about-img[data-astro-cid-gqmbxsao],.about-img-placeholder[data-astro-cid-gqmbxsao]{aspect-ratio:16 / 9}}.approach-numbered[data-astro-cid-wvxkxu6w]{display:grid;grid-template-columns:1fr 1fr;gap:0}.approach-step[data-astro-cid-wvxkxu6w]{display:flex;align-items:flex-start;gap:2rem;padding:2.5rem 2.5rem 2.5rem 0;border-bottom:1px solid var(--rule)}.approach-step[data-astro-cid-wvxkxu6w]:nth-child(2n){padding-left:2.5rem;border-left:1px solid var(--rule)}.approach-visual[data-astro-cid-wvxkxu6w]{width:9rem;min-width:9rem;flex-shrink:0;display:flex;align-items:flex-start;justify-content:center;padding-top:.15rem}.approach-img[data-astro-cid-wvxkxu6w]{width:100%;height:auto;display:block;object-fit:contain}.approach-num[data-astro-cid-wvxkxu6w]{font-family:var(--serif);font-size:1.1rem;font-weight:300;color:var(--mid);min-width:2rem}.approach-step-title[data-astro-cid-wvxkxu6w]{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--ink);margin-bottom:.6rem}.approach-step-body[data-astro-cid-wvxkxu6w]{font-family:var(--sans);font-size:.95rem;font-weight:300;line-height:1.7;color:var(--mid);text-wrap:pretty}@media(max-width:768px){.approach-numbered[data-astro-cid-wvxkxu6w]{grid-template-columns:1fr}.approach-step[data-astro-cid-wvxkxu6w],.approach-step[data-astro-cid-wvxkxu6w]:nth-child(2n){padding:1.5rem 0;border-left:none}.approach-visual[data-astro-cid-wvxkxu6w]{width:5rem;min-width:5rem}}.contact-nudge[data-astro-cid-frtq42wc]{background:#444e33;color:var(--bg);padding:3.5rem var(--page-px);display:flex;align-items:center;justify-content:space-between;gap:2rem}.nudge-text[data-astro-cid-frtq42wc]{font-family:var(--serif);font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:300;line-height:1.15;color:var(--bg);margin:0}.nudge-text[data-astro-cid-frtq42wc] em[data-astro-cid-frtq42wc]{font-style:italic}.nudge-right[data-astro-cid-frtq42wc]{display:flex;flex-direction:row;align-items:center;gap:2rem;flex-shrink:0}.nudge-links[data-astro-cid-frtq42wc]{display:flex;gap:2rem;align-items:center}.nudge-link[data-astro-cid-frtq42wc]{font-family:var(--sans);font-size:.75rem;font-weight:400;letter-spacing:.06em;color:#f6f4f1cc;text-decoration:none;border-bottom:1px solid rgba(246,244,241,.25);padding-bottom:1px;transition:color .2s,border-color .2s}.nudge-link[data-astro-cid-frtq42wc]:hover{color:var(--bg);border-color:#f6f4f199}.nudge-cta[data-astro-cid-frtq42wc]{display:inline-flex;align-items:center;font-family:var(--sans);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:var(--bg);border:none;padding:.85rem 1.75rem;cursor:pointer;text-decoration:none;transition:opacity .2s;white-space:nowrap}.nudge-cta[data-astro-cid-frtq42wc]:hover{opacity:.8}.nudge-compose[data-astro-cid-frtq42wc]{position:relative}.nudge-bubble[data-astro-cid-frtq42wc]{position:absolute;bottom:calc(100% + 14px);right:0;width:300px;background:var(--bg);border-radius:14px;padding:1.4rem 1.5rem 1.25rem;opacity:0;pointer-events:none;transform:translateY(6px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease;filter:drop-shadow(0 6px 24px rgba(0,0,0,.18));z-index:200;box-sizing:border-box}.nudge-bubble[data-astro-cid-frtq42wc]:after{content:"";position:absolute;bottom:-9px;right:2.75rem;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid var(--bg)}.nudge-bubble[data-astro-cid-frtq42wc].is-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.nudge-form[data-astro-cid-frtq42wc]{display:flex;flex-direction:column;gap:0;transition:opacity .2s ease}.nudge-form[data-astro-cid-frtq42wc].is-fading{opacity:0}.bubble-input[data-astro-cid-frtq42wc]{width:100%;border:none;border-bottom:1px solid var(--rule);background:transparent;color:var(--ink);font-family:var(--sans);font-size:.88rem;font-weight:300;padding:.55rem 0;outline:none;resize:none;display:block;margin-bottom:.6rem;transition:border-color .2s;box-sizing:border-box}.bubble-input[data-astro-cid-frtq42wc]::placeholder{color:var(--mid)}.bubble-input[data-astro-cid-frtq42wc]:focus{border-color:var(--ink)}.bubble-textarea[data-astro-cid-frtq42wc]{line-height:1.5}.bubble-footer[data-astro-cid-frtq42wc]{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.bubble-send[data-astro-cid-frtq42wc]{font-family:var(--sans);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;background:var(--ink);color:var(--bg);border:none;padding:.6rem 1.25rem;cursor:pointer;transition:opacity .2s;flex-shrink:0}.bubble-send[data-astro-cid-frtq42wc]:hover{opacity:.72}.bubble-send[data-astro-cid-frtq42wc]:disabled{opacity:.35;cursor:not-allowed}.bubble-error[data-astro-cid-frtq42wc]{font-family:var(--sans);font-size:.62rem;color:#c0392b;line-height:1.4}.bubble-thanks[data-astro-cid-frtq42wc]{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 0 .25rem;opacity:0;transition:opacity .25s ease}.bubble-thanks[data-astro-cid-frtq42wc].is-visible{opacity:1}.bubble-thanks-check[data-astro-cid-frtq42wc]{font-size:1.6rem;margin:0 0 .1rem;color:var(--ink)}.bubble-thanks-msg[data-astro-cid-frtq42wc]{font-family:var(--serif);font-style:italic;font-size:1rem;font-weight:300;color:var(--ink);margin:0}.bubble-again[data-astro-cid-frtq42wc]{background:none;border:none;color:var(--mid);font-family:var(--sans);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:underline;margin-top:.4rem;padding:0;transition:color .2s}.bubble-again[data-astro-cid-frtq42wc]:hover{color:var(--ink)}.nudge-honeypot[data-astro-cid-frtq42wc]{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}@media(max-width:768px){.contact-nudge[data-astro-cid-frtq42wc]{flex-direction:column;align-items:flex-start;gap:1.75rem;padding:3rem var(--page-px) calc(3rem + env(safe-area-inset-bottom,1rem))}.nudge-right[data-astro-cid-frtq42wc]{flex-direction:column;align-items:flex-start;width:100%}.nudge-compose[data-astro-cid-frtq42wc]{width:100%}.nudge-bubble[data-astro-cid-frtq42wc]{right:auto;left:0;width:100%;bottom:calc(100% + 14px);transform-origin:bottom left}.nudge-bubble[data-astro-cid-frtq42wc]:after{right:auto;left:2.75rem}}.selected-work[data-astro-cid-cdutwbgc]{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--rule);margin-bottom:4rem}.work-card[data-astro-cid-cdutwbgc]{padding:2rem 2.25rem 1.75rem;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);display:flex;flex-direction:column;gap:0;transition:background .2s;cursor:pointer;position:relative}.work-card[data-astro-cid-cdutwbgc]:hover{background:var(--card-bg)}.work-head[data-astro-cid-cdutwbgc]{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--rule)}.work-org[data-astro-cid-cdutwbgc]{font-family:var(--sans);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid)}.work-title[data-astro-cid-cdutwbgc]{font-family:var(--serif);font-size:1.35rem;font-weight:400;color:var(--ink);line-height:1.2}.work-role[data-astro-cid-cdutwbgc]{font-family:var(--sans);font-size:.7rem;font-weight:300;color:var(--mid)}.work-body[data-astro-cid-cdutwbgc]{flex:1;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.work-problem[data-astro-cid-cdutwbgc]{font-family:var(--serif);font-size:.95rem;font-style:italic;font-weight:300;color:var(--mid);line-height:1.5}.work-actions[data-astro-cid-cdutwbgc]{list-style:none;display:flex;flex-direction:column;gap:.2rem}.work-actions[data-astro-cid-cdutwbgc] li[data-astro-cid-cdutwbgc]{font-family:var(--sans);font-size:.78rem;font-weight:300;color:var(--ink);line-height:1.55;padding-left:1rem;position:relative;opacity:.75}.work-actions[data-astro-cid-cdutwbgc] li[data-astro-cid-cdutwbgc]:before{content:"–";position:absolute;left:0;color:var(--mid)}.work-desc[data-astro-cid-cdutwbgc]{font-family:var(--sans);font-size:.875rem;font-weight:300;line-height:1.65;color:var(--mid)}.work-outcome[data-astro-cid-cdutwbgc]{font-family:var(--sans);font-size:.825rem;font-weight:400;color:var(--ink);line-height:1.55;padding-top:.9rem;border-top:1px solid var(--rule);margin-top:auto}.work-link[data-astro-cid-cdutwbgc]{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--sans);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mid);text-decoration:none;margin-top:.75rem;transition:color .2s}.work-card[data-astro-cid-cdutwbgc]:hover .work-link[data-astro-cid-cdutwbgc]{color:var(--ink)}@media(max-width:768px){.selected-work[data-astro-cid-cdutwbgc]{grid-template-columns:1fr}.work-card[data-astro-cid-cdutwbgc]{padding:1.5rem}.work-title[data-astro-cid-cdutwbgc]{font-size:1.2rem}.work-problem[data-astro-cid-cdutwbgc]{font-size:.9rem}.work-actions[data-astro-cid-cdutwbgc] li[data-astro-cid-cdutwbgc]{font-size:.82rem}.work-outcome[data-astro-cid-cdutwbgc]{font-size:.875rem}}.career-subtitle[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:1rem;font-weight:300;color:var(--mid);margin-bottom:2.5rem}.career-photo[data-astro-cid-j7avnazn]{margin:0 0 3.5rem;padding:0}.career-photo[data-astro-cid-j7avnazn] img[data-astro-cid-j7avnazn]{width:100%;aspect-ratio:16 / 7;object-fit:cover;object-position:center 65%;display:block}.career-photo[data-astro-cid-j7avnazn] figcaption[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.68rem;font-weight:300;letter-spacing:.04em;color:var(--mid);margin-top:.6rem}.timeline[data-astro-cid-j7avnazn]{display:flex;flex-direction:column;padding-left:2rem;position:relative}.timeline[data-astro-cid-j7avnazn]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--rule)}.timeline-item[data-astro-cid-j7avnazn]{position:relative;padding:0 0 2rem}.timeline-dot[data-astro-cid-j7avnazn]{position:absolute;left:-2rem;top:10px;width:7px;height:7px;border-radius:50%;background:var(--ink);transform:translate(calc(-50% + .5px))}.timeline-card[data-astro-cid-j7avnazn]{background:#fff;border:1px solid var(--rule);padding:2rem}.timeline-card--minor[data-astro-cid-j7avnazn]{background:none;border:none;padding-left:0}.timeline-dot--minor[data-astro-cid-j7avnazn]{width:5px;height:5px;background:var(--bg);border:1px solid var(--mid)}.timeline-card-header[data-astro-cid-j7avnazn]{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.timeline-date[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.85rem;color:var(--mid);font-weight:300}.timeline-location[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.62rem;letter-spacing:.04em;color:var(--mid);border:1px solid var(--rule);padding:.12rem .5rem;border-radius:20px}.timeline-role[data-astro-cid-j7avnazn]{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--ink);margin-bottom:.1rem}.timeline-card--minor[data-astro-cid-j7avnazn] .timeline-role[data-astro-cid-j7avnazn]{font-size:.85rem}.timeline-role[data-astro-cid-j7avnazn] a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:opacity .2s}.timeline-role[data-astro-cid-j7avnazn] a:hover{opacity:.55}.timeline-company[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.85rem;color:var(--mid);margin-bottom:.9rem}.timeline-headline[data-astro-cid-j7avnazn]{max-width:44rem;font-family:var(--serif);font-size:1.18rem;font-weight:500;line-height:1.28;color:var(--ink);margin:.55rem 0}.timeline-paragraph[data-astro-cid-j7avnazn]{max-width:46rem;font-family:var(--sans);font-size:.875rem;font-weight:300;line-height:1.65;color:var(--ink);margin:0 0 1rem}.timeline-headline[data-astro-cid-j7avnazn] a,.timeline-paragraph[data-astro-cid-j7avnazn] a{color:var(--ink);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.timeline-headline[data-astro-cid-j7avnazn] a:hover,.timeline-paragraph[data-astro-cid-j7avnazn] a:hover{opacity:.55}.timeline-bullets[data-astro-cid-j7avnazn]{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.timeline-bullets[data-astro-cid-j7avnazn] li[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.92rem;font-weight:300;color:var(--ink);line-height:1.65;padding-left:1.25rem;position:relative}.timeline-bullets[data-astro-cid-j7avnazn] li[data-astro-cid-j7avnazn]:before{content:"–";position:absolute;left:0;color:var(--mid)}.timeline-bullets[data-astro-cid-j7avnazn] li[data-astro-cid-j7avnazn] a,.timeline-edu-detail[data-astro-cid-j7avnazn] a{color:var(--ink);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.timeline-bullets[data-astro-cid-j7avnazn] li[data-astro-cid-j7avnazn] a:hover,.timeline-edu-detail[data-astro-cid-j7avnazn] a:hover{opacity:.55}.timeline-item--extras[data-astro-cid-j7avnazn]{padding:0 0 1.5rem}.timeline-extras-strip[data-astro-cid-j7avnazn]{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--rule) transparent}.timeline-extras-strip[data-astro-cid-j7avnazn]::-webkit-scrollbar{height:6px}.timeline-extras-strip[data-astro-cid-j7avnazn]::-webkit-scrollbar-thumb{background:var(--rule);border-radius:3px}.timeline-extras-strip[data-astro-cid-j7avnazn]::-webkit-scrollbar-track{background:transparent}.timeline-extra-card[data-astro-cid-j7avnazn]{flex:0 0 280px;padding:.5rem 1rem;border-left:1px solid var(--rule)}.timeline-extra-card[data-astro-cid-j7avnazn]:first-child{border-left:none;padding-left:1.5rem}.timeline-extra-card[data-astro-cid-j7avnazn] .timeline-role[data-astro-cid-j7avnazn]{font-size:.85rem}.timeline-extra-card[data-astro-cid-j7avnazn] .timeline-company[data-astro-cid-j7avnazn]{margin-bottom:.5rem}.timeline-extra-card[data-astro-cid-j7avnazn] .timeline-headline[data-astro-cid-j7avnazn]{font-size:.9rem;line-height:1.25;margin:.5rem 0 .4rem}.timeline-extra-card[data-astro-cid-j7avnazn] .timeline-paragraph[data-astro-cid-j7avnazn]{font-size:.72rem;line-height:1.55;margin-bottom:.65rem}.timeline-extra-card[data-astro-cid-j7avnazn] .timeline-edu-detail[data-astro-cid-j7avnazn]{font-size:.72rem}.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]{display:none}.career-toggle[data-astro-cid-j7avnazn]{align-self:flex-start;position:relative;font-family:var(--sans);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:none;border:none;border-bottom:1px solid var(--ink);padding:0 0 2px;cursor:pointer;margin:1.5rem 0 3rem;transition:opacity .2s}.career-toggle[data-astro-cid-j7avnazn]:hover{opacity:.5}.career-toggle-hide[data-astro-cid-j7avnazn]{display:none}.career-rest[data-astro-cid-j7avnazn]:not([data-collapsed=true])+.career-toggle[data-astro-cid-j7avnazn] .career-toggle-show[data-astro-cid-j7avnazn]{display:none}.career-rest[data-astro-cid-j7avnazn]:not([data-collapsed=true])+.career-toggle[data-astro-cid-j7avnazn] .career-toggle-hide[data-astro-cid-j7avnazn]{display:inline}.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:before,.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:after{content:"";position:absolute;left:-2rem;top:-1.5rem;bottom:-1.5rem;transform:translate(-1px)}.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:before{width:3px;background:var(--bg)}.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:after{width:1px;background-image:linear-gradient(to bottom,var(--rule) 30%,transparent 30%);background-size:1px 12px;background-repeat:repeat-y;transform:translate(0)}@media(max-width:768px){.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:before,.career-rest[data-astro-cid-j7avnazn][data-collapsed=true]+.career-toggle[data-astro-cid-j7avnazn]:after{left:-1.25rem}}.timeline-tags[data-astro-cid-j7avnazn]{display:flex;flex-wrap:wrap;gap:.4rem}.timeline-tag[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.7rem;letter-spacing:.03em;color:var(--mid);border:1px solid var(--rule);padding:.18rem .55rem;border-radius:20px;background:var(--bg)}.timeline-edu-detail[data-astro-cid-j7avnazn]{font-family:var(--sans);font-size:.85rem;color:var(--mid);margin-top:.3rem;display:flex;flex-direction:column;gap:.2rem}@media(max-width:768px){.timeline[data-astro-cid-j7avnazn]{padding-left:1.25rem}.timeline-card[data-astro-cid-j7avnazn]{padding:1.5rem}.timeline-role[data-astro-cid-j7avnazn]{font-size:1.2rem}.timeline-headline[data-astro-cid-j7avnazn]{font-size:1rem}.timeline-paragraph[data-astro-cid-j7avnazn],.timeline-bullets[data-astro-cid-j7avnazn] li[data-astro-cid-j7avnazn]{font-size:.88rem}.timeline-card-header[data-astro-cid-j7avnazn]{flex-direction:column;align-items:flex-start;gap:.25rem}}.cv-wrap[data-astro-cid-j7avnazn]{padding:2rem 0 5rem}.cv-link[data-astro-cid-j7avnazn]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:2px;transition:opacity .2s}.cv-link[data-astro-cid-j7avnazn]:hover{opacity:.5}.career-home-arrow[data-astro-cid-sere2is5]{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:200;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .4s}.career-home-arrow[data-astro-cid-sere2is5].visible{opacity:1;pointer-events:auto}@media(max-width:768px){.career-home-arrow[data-astro-cid-sere2is5]{display:none}}.career-page-content[data-astro-cid-sere2is5]{padding:calc(var(--nav-height) + 2rem) var(--page-px) 0;background:var(--bg)}.home-arrow[data-astro-cid-sshti73t]{position:fixed;left:1.5rem;top:50%;transform:translateY(-50%);z-index:200;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .4s}.home-arrow[data-astro-cid-sshti73t].visible{opacity:1;pointer-events:auto}.projects-grid-section[data-astro-cid-sshti73t]{height:calc(100vh - var(--nav-height));flex-shrink:0;display:flex;flex-direction:column;padding:1.5rem 3rem 1rem;box-sizing:border-box;position:relative}.projects-intro[data-astro-cid-sshti73t]{font-family:var(--serif);font-size:1rem;font-style:italic;color:var(--mid);margin-bottom:1rem;max-width:60ch}.projects-grid[data-astro-cid-sshti73t]{flex:1;min-height:0;display:grid;grid-template-columns:7fr 5fr;grid-template-rows:3fr 1.2fr;gap:1.5px}.proj-card[data-astro-cid-sshti73t]:nth-child(1){grid-column:1;grid-row:1 / 3}.proj-card[data-astro-cid-sshti73t]:nth-child(2){grid-column:2;grid-row:1}.proj-card[data-astro-cid-sshti73t]:nth-child(3){grid-column:1 / 3;grid-row:2}.proj-card[data-astro-cid-sshti73t]{position:relative;cursor:pointer;overflow:hidden;background:var(--bg);display:flex;flex-direction:column}.proj-card[data-astro-cid-sshti73t]:after{content:"";position:absolute;inset:0;background:var(--ink);opacity:0;transition:opacity .3s;pointer-events:none}.proj-card[data-astro-cid-sshti73t]:hover:after{opacity:.04}.proj-img[data-astro-cid-sshti73t]{flex:1;background-color:var(--card-bg);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);transition:background-color .35s;position:relative;overflow:hidden}.proj-img[data-astro-cid-sshti73t] span[data-astro-cid-sshti73t]{background:var(--bg);padding:.3rem .6rem}.proj-img--gallery[data-astro-cid-sshti73t]{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:1fr;gap:1.5px;background:none}.proj-gallery-cell[data-astro-cid-sshti73t]{background-color:var(--card-bg);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mid)}.proj-view[data-astro-cid-sshti73t]{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--bg);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.7);transition:opacity .25s,transform .25s;z-index:2}.proj-card[data-astro-cid-sshti73t]:hover .proj-view[data-astro-cid-sshti73t]{opacity:1;transform:scale(1)}.proj-info[data-astro-cid-sshti73t]{padding:.9rem 1rem;border-top:1px solid var(--rule);display:flex;align-items:baseline;justify-content:space-between;gap:1rem;background:var(--bg)}.proj-name[data-astro-cid-sshti73t]{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--ink);letter-spacing:.01em}.proj-desc[data-astro-cid-sshti73t]{font-family:var(--sans);font-size:.7rem;color:var(--mid);font-weight:300;max-width:240px;text-align:right;line-height:1.5}.scroll-hint[data-astro-cid-sshti73t]{display:flex;align-items:center;gap:1rem;font-family:var(--sans);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);padding-top:.75rem}.scroll-hint-line[data-astro-cid-sshti73t]{width:36px;height:1px;background:var(--rule);position:relative;overflow:hidden;flex-shrink:0}.scroll-hint-line[data-astro-cid-sshti73t]:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:var(--mid);animation:slideRight 2s ease-in-out infinite}@keyframes slideRight{0%{left:-100%}50%{left:100%}to{left:100%}}.proj-detail[data-astro-cid-sshti73t]{scroll-margin-top:var(--nav-height);border-top:1px solid var(--rule);padding:5rem 6rem;display:flex;flex-direction:column;gap:4rem}.proj-detail-grid[data-astro-cid-sshti73t]{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.proj-detail-logo[data-astro-cid-sshti73t]{width:72px;height:72px;border-radius:50%;background-color:var(--card-bg);background-size:cover;background-position:center;margin-bottom:1.25rem;overflow:hidden}.proj-detail-logo--empty[data-astro-cid-sshti73t]{display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);border:1px dashed var(--rule);background-color:transparent}.proj-detail-sidebar[data-astro-cid-sshti73t] h2[data-astro-cid-sshti73t]{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.1;color:var(--ink);margin-bottom:1.5rem}.proj-detail-sidebar[data-astro-cid-sshti73t] h2[data-astro-cid-sshti73t] em[data-astro-cid-sshti73t]{font-style:italic}.proj-detail-desc[data-astro-cid-sshti73t]{font-family:var(--sans);font-size:.88rem;font-weight:300;line-height:1.6;color:var(--mid);margin:-.75rem 0 1.75rem}.proj-detail-meta[data-astro-cid-sshti73t]{list-style:none;margin-bottom:2rem}.proj-detail-meta[data-astro-cid-sshti73t] li[data-astro-cid-sshti73t]{font-family:var(--sans);font-size:.75rem;color:var(--mid);padding:.55rem 0;border-bottom:1px solid var(--rule);display:flex;justify-content:space-between}.proj-detail-meta[data-astro-cid-sshti73t] li[data-astro-cid-sshti73t] strong[data-astro-cid-sshti73t]{color:var(--ink);font-weight:400}.proj-detail-link[data-astro-cid-sshti73t]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:2px;transition:opacity .2s}.proj-detail-link[data-astro-cid-sshti73t]:hover{opacity:.5}.proj-detail-body[data-astro-cid-sshti73t]{display:flex;flex-direction:column;gap:2rem}.proj-detail-img[data-astro-cid-sshti73t]{width:100%;aspect-ratio:16/9;background-color:var(--card-bg);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem}.proj-detail-text-block[data-astro-cid-sshti73t]{display:flex;flex-direction:column;gap:1rem}.proj-detail-text-block[data-astro-cid-sshti73t] h3[data-astro-cid-sshti73t]{font-family:var(--sans);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid)}.proj-detail-text-block[data-astro-cid-sshti73t] p[data-astro-cid-sshti73t]{font-family:var(--sans);font-size:.9rem;font-weight:300;line-height:1.8;color:var(--mid);font-style:italic}.proj-detail-img-grid[data-astro-cid-sshti73t]{display:grid;grid-template-columns:1fr 1fr;gap:1.5px}.proj-detail-img-sm[data-astro-cid-sshti73t]{aspect-ratio:4/3;background-color:var(--card-bg);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mid)}.proj-detail-gallery-grid[data-astro-cid-sshti73t]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px}@media(max-width:768px){.home-arrow[data-astro-cid-sshti73t],.scroll-hint[data-astro-cid-sshti73t]{display:none}.projects-grid-section[data-astro-cid-sshti73t]{height:auto;padding:1.5rem var(--page-px) 1rem}.projects-grid[data-astro-cid-sshti73t]{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}.proj-card[data-astro-cid-sshti73t]:nth-child(1),.proj-card[data-astro-cid-sshti73t]:nth-child(2),.proj-card[data-astro-cid-sshti73t]:nth-child(3){grid-column:1;grid-row:auto}.proj-card[data-astro-cid-sshti73t]{min-height:50vh}.proj-img--gallery[data-astro-cid-sshti73t]{grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(2,1fr)}.proj-detail[data-astro-cid-sshti73t]{padding:3rem var(--page-px)}.proj-detail-grid[data-astro-cid-sshti73t]{grid-template-columns:1fr;gap:2rem}.proj-detail-gallery-grid[data-astro-cid-sshti73t]{grid-template-columns:repeat(2,1fr)}.proj-detail-img-grid[data-astro-cid-sshti73t]{grid-template-columns:1fr}}.stage[data-astro-cid-62x5tkdo]{opacity:0}.identity-section[data-astro-cid-62x5tkdo]{background:var(--bg);border-top:1px solid var(--rule);padding:0 var(--page-px)}.career-arrow[data-astro-cid-62x5tkdo]{position:fixed;left:1.5rem;top:50%;transform:translateY(-50%);z-index:200;cursor:pointer;transition:opacity .4s}.career-arrow[data-astro-cid-62x5tkdo].hidden{opacity:0;pointer-events:none}.projects-arrow[data-astro-cid-62x5tkdo]{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:200;cursor:pointer;transition:opacity .4s}.projects-arrow[data-astro-cid-62x5tkdo].hidden{opacity:0;pointer-events:none}@media(max-width:768px){.career-arrow[data-astro-cid-62x5tkdo],.projects-arrow[data-astro-cid-62x5tkdo]{display:none}}
