:root{--color-ink: #0a0b0d;--color-paper: #f2ebe2;--color-paper-2: #e9dfd4;--color-foreground: #141414;--color-muted: #4b4742;--color-border: rgba(20, 20, 20, .1);--color-green: #5ccc5c;--color-green-light: #79e0b7;--color-green-hover: #4db84d;--color-green-soft: #c5e8d4;--color-green-rgb: 92, 204, 92;--color-green-light-rgb: 121, 224, 183;--color-accent: var(--color-green);--color-accent-bright: var(--color-green-light);--color-accent-hover: var(--color-green-hover);--color-accent-rgb: var(--color-green-rgb);--color-accent-bright-rgb: var(--color-green-light-rgb);--color-focus-ring: rgba(var(--color-green-rgb), .45);--color-dark: #07080a;--color-dark-elevated: #10141a;--color-on-dark: rgba(255, 255, 255, .92);--color-on-dark-muted: rgba(255, 255, 255, .78);--color-white: #fff;--color-cream: #fffdfb;--color-cream-card: #fffefb;--color-hero-gradient-start: #0c1116;--color-marquee-edge: #dcd2c6;--font-sans: "Space Grotesk Variable", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-display: "Syne Variable", Syne, ui-sans-serif, system-ui, sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--spacing-header: 4rem;--spacing-3xl: clamp(5rem, 8vw, 7.5rem);--wrap-x: clamp(1.25rem, 4vw, 2rem);--section-y: clamp(4.5rem, 7vw, 6.5rem);--section-gap: clamp(2rem, 3.5vw, 3rem);--stack-gap: var(--space-5);--stack-gap-lg: var(--space-6);--grid-gap: var(--space-5);--grid-gap-lg: var(--space-6);--gap-tight: .35rem;--gap-ui: var(--space-3);--list-indent: calc(1.15rem + var(--space-2));--max-content: 72rem;--max-hero: 68rem;--max-prose: 38rem;--max-narrow: 28rem;--max-narrow-lg: 32rem;--max-work-lede: 62ch;--max-process-lede: 42ch;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-ui: .375rem;--shadow-soft: 0 18px 50px rgba(10, 11, 13, .08);--shadow-card: 0 1px 0 rgba(255, 255, 255, .6) inset, 0 12px 40px rgba(10, 11, 13, .06)}@keyframes reveal-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes chev-bob{0%,to{translate:0 -4px;opacity:.85}50%{translate:0 2px;opacity:.45}}@keyframes marquee-scroll{to{transform:translate(-50%)}}@keyframes view-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-glow-drift{0%{transform:translate(0) scale(1);opacity:.9}to{transform:translate(-3%,3%) scale(1.05);opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@font-face{font-family:Syne Variable;font-style:normal;font-display:swap;font-weight:400 800;src:url(/_astro/syne-latin-wght-normal.BVsvWWA4.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-wght-normal.BhU9QXUp.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@layer base{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--spacing-header);font-family:var(--font-sans);color:var(--color-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.nav-menu-open{overflow:hidden}body{margin:0;min-height:100dvh;background:var(--color-paper);font-family:var(--font-sans);font-size:1rem;line-height:1.625}main{font-family:var(--font-sans);min-width:0}img,picture{display:block;height:auto;max-width:100%}a{color:var(--color-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em;transition:color .15s ease-in-out}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.25;color:var(--color-foreground);text-wrap:balance}h1{margin:0 0 1.5rem;font-size:clamp(2rem,4.5vw,2.75rem);letter-spacing:-.03em}h2{margin:0 0 2rem;font-size:clamp(1.65rem,3vw,2.25rem);letter-spacing:-.02em}h3{margin:0 0 1rem;font-size:1.125rem}p{font-family:var(--font-sans);margin:0 0 1rem;color:var(--color-muted)}p:last-child{margin-bottom:0}strong,b{font-weight:700;color:var(--color-foreground)}.surface-dark strong,.surface-dark b{color:var(--color-on-dark)}.font-display{font-family:var(--font-display)}.wrap{margin-left:auto;margin-right:auto;width:100%;max-width:var(--max-content);padding-left:var(--wrap-x);padding-right:var(--wrap-x)}.wrap--prose{display:flex;flex-direction:column;gap:var(--stack-gap);margin-left:0;margin-right:0;max-width:var(--max-prose)}.wrap--narrow{margin-left:auto;margin-right:auto;max-width:var(--max-narrow)}.wrap--narrow-lg{margin-left:auto;margin-right:auto;max-width:var(--max-narrow-lg)}.skip-link{position:absolute;left:-9999px;top:.75rem;z-index:200;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-paper);padding:var(--space-2) var(--space-4);font-family:var(--font-display);font-weight:700;color:var(--color-ink);text-decoration:none}.skip-link:focus{left:.75rem;outline:2px solid var(--color-focus-ring);outline-offset:2px}.sr-only{position:absolute;margin:-1px;height:1px;width:1px;overflow:hidden;white-space:nowrap;border:0;padding:0;clip:rect(0,0,0,0)}}@layer layout{.page-head{margin-bottom:var(--space-8);padding-bottom:var(--space-8);padding-top:calc(var(--spacing-header) + clamp(2.5rem,6vw,var(--space-8)))}@media(min-width:768px){.page-head{margin-bottom:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}}.page-head:not(.case-hero){margin-bottom:0;padding-bottom:var(--space-6)}.page-head__intro.section-head{margin-bottom:0;max-width:42rem}.page-head__intro h1{margin:0;font-family:var(--font-display);font-size:clamp(1.85rem,4.2vw,2.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-white)}.page-head .lede,.surface-dark .page-head__intro .lede{margin:var(--space-4) 0 0;margin-bottom:0;max-width:42ch;font-size:1.05rem;line-height:1.6;color:var(--color-on-dark)}.surface-dark .page-head__intro .page-head__note{margin:var(--space-3) 0 0;margin-bottom:0;max-width:48ch;font-size:.95rem;line-height:1.55;color:#ffffff8c}.page-inner{padding-top:var(--section-gap)}.section{padding-top:var(--section-y);padding-bottom:var(--section-y)}.two-col{display:grid;align-items:start;gap:var(--stack-gap-lg)}@media(min-width:900px){.two-col{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--space-7)}}.section-label{margin:0 0 var(--space-4);font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent)}.section-head{margin-bottom:var(--section-gap);max-width:40rem}.section-head .section-label{display:flex;align-items:center;gap:var(--gap-ui)}.section-head .section-label:before{content:"";flex-shrink:0;width:1.75rem;height:1px;background:currentColor;opacity:.45}.section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(1.85rem,4.2vw,2.85rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;color:var(--color-foreground)}.surface-dark .section-head h2{color:var(--color-white)}.section-head .section-lede{margin:var(--space-4) 0 0;margin-bottom:0}.section-head .section-work__lede{max-width:var(--max-work-lede)}.section-head .section-lede strong{font-weight:600;color:var(--color-foreground)}.surface-dark .section-head .section-lede{max-width:52ch;font-size:1.05rem;line-height:1.625;color:var(--color-on-dark)}.surface-dark .section-head .section-lede strong{color:var(--color-white)}.section-head>.btn{margin-top:var(--space-4)}.surface-dark .section-label{color:var(--color-accent-bright)}.reveal{opacity:1;transform:none}@media(prefers-reduced-motion:no-preference){.reveal:not(.reveal--in){opacity:0;transform:translateY(16px)}.hero-splash .reveal,.reveal.reveal--in{animation:reveal-up .65s ease both}.reveal-delay-1{animation-delay:.08s}.reveal-delay-2{animation-delay:.16s}.reveal-delay-3{animation-delay:.24s}}}@layer components{.btn{display:inline-flex;min-height:46px;cursor:pointer;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--radius-sm);border:1px solid transparent;padding:.65rem 1.25rem;font-family:var(--font-display);font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s ease-out,color .2s ease-out,border-color .2s ease-out,transform .2s ease-out}.btn:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}.btn__icon{flex-shrink:0;display:block;width:1.125rem;height:1.125rem}.btn__icon--linkedin{width:1rem;height:1rem}.btn--primary{background:linear-gradient(15deg,var(--color-green) 0%,var(--color-green-light) 100%);color:var(--color-ink);box-shadow:0 8px 20px rgba(var(--color-green-rgb),.25)}.btn--primary:hover{background:linear-gradient(15deg,var(--color-green-hover) 0%,var(--color-green-light) 100%);color:var(--color-ink)}.btn--ghost{border-color:#ffffff26;background:#ffffff08;color:var(--color-on-dark)}.btn--ghost:hover{border-color:#ffffff73;color:var(--color-white)}.btn--solid{background:var(--color-accent);color:var(--color-white)}.btn--solid:hover{background:var(--color-accent-hover);color:var(--color-white)}.btn--outline-dark{border-color:var(--color-border);background:transparent;color:var(--color-foreground)}.btn--outline-dark:hover{border-color:var(--color-muted);color:var(--color-foreground)}.pill-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.pill{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid var(--color-border);background:var(--color-white);padding:.35rem .75rem;font-size:.875rem;font-weight:600;letter-spacing:.025em;color:var(--color-foreground)}.card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap-lg)}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-white);padding:1.5rem;box-shadow:0 4px 20px #0a0b0d0a;transition:transform .22s ease-out,box-shadow .22s ease-out,border-color .22s ease-out}@media(min-width:768px){.card{padding:2rem}}.card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:rgba(var(--color-accent-rgb),.2)}.card h3{padding-left:0}.card ul{margin:0;padding-left:var(--list-indent);color:var(--color-muted)}.card li{margin-bottom:var(--space-1)}.card li:last-child{margin-bottom:0}.stack-lg{display:flex;flex-direction:column;gap:var(--stack-gap-lg)}.contact-block{display:flex;min-width:0;min-height:44px;flex-direction:column;gap:var(--space-2);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12);background:#ffffff0a;padding:var(--space-5)}.contact-block a{max-width:100%;overflow-wrap:anywhere;line-height:1.35}.surface-dark .contact-block a{font-size:.875rem;font-weight:600;color:var(--color-on-dark);text-decoration:none}@media(min-width:768px){.surface-dark .contact-block a{font-size:.9375rem}}.surface-dark .contact-block a:hover{color:var(--color-accent-bright)}.contact-block--light{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-cream-card);box-shadow:var(--shadow-soft)}.contact-block--light>span:first-child{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.contact-block--light a{font-size:.875rem;font-weight:600;color:var(--color-accent);text-decoration:none}@media(min-width:768px){.contact-block--light a{font-size:.9375rem}}.contact-block--light a:hover{color:var(--color-accent-hover)}.muted{font-size:.95rem;color:var(--color-muted)}.cta-row{margin-top:var(--stack-gap-lg);display:flex;flex-wrap:wrap;gap:var(--space-4)}.btn-copy-email{align-self:flex-start;max-width:100%;margin-top:var(--space-1);cursor:pointer;border:1px solid var(--color-border);border-radius:4px;background:var(--color-white);padding:.25rem .5rem;font-family:var(--font-display);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;line-height:1.3;color:var(--color-accent);transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-copy-email:hover{border-color:rgba(var(--color-accent-rgb),.35);background:rgba(var(--color-accent-rgb),.06)}.btn-copy-email--done{border-color:var(--color-accent);color:var(--color-foreground)}.btn-copy-email--dark{border-color:#ffffff26;background:#ffffff0d;color:var(--color-accent-bright)}.btn-copy-email--dark:hover{background:#ffffff1a}.scroll-progress{pointer-events:none;position:fixed;inset:0 0 auto;z-index:200;height:2px;background:transparent}.scroll-progress__bar{display:block;height:100%;width:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,var(--color-accent),var(--color-accent-bright));box-shadow:0 0 12px rgba(var(--color-accent-bright-rgb),.45)}@supports (animation-timeline: scroll()){.scroll-progress__bar{animation:scroll-progress-grow linear;animation-timeline:scroll()}}@keyframes scroll-progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.pill{transition:border-color .15s ease,background .15s ease,color .15s ease}@media(hover:hover){.pill:hover{border-color:rgba(var(--color-accent-rgb),.35);background:rgba(var(--color-accent-rgb),.06);color:var(--color-accent-hover)}}}@layer chrome{.surface-dark{background:linear-gradient(180deg,var(--color-hero-gradient-start) 0%,var(--color-dark) 100%);color:var(--color-on-dark)}.availability-band.surface-dark{background:var(--color-dark-elevated)}.section-contact.surface-dark{background:linear-gradient(180deg,var(--color-dark-elevated) 0%,var(--color-dark) 100%)}.surface-dark :is(h1,h2,h3,h4){color:var(--color-on-dark)}.surface-dark :is(p,.muted):not(.section-label):not(.section-lede){color:var(--color-on-dark-muted)}.surface-dark a:not(.btn):not(.scroll-hint){color:var(--color-accent-bright);text-decoration:none}.surface-dark a:not(.btn):not(.scroll-hint):hover{color:var(--color-green-soft)}.surface-dark .scroll-hint{color:#ffffff8c;text-decoration:none}.surface-dark .scroll-hint:hover{color:var(--color-accent-bright)}.surface-dark a.btn{text-decoration:none}.surface-dark a.btn--primary,.surface-dark a.btn--primary:hover{color:var(--color-ink)}.surface-dark a.btn--ghost{color:var(--color-on-dark)}.surface-dark a.btn--ghost:hover{color:var(--color-white)}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--spacing-header);border-bottom:1px solid rgba(255,255,255,.06);background:#07080a85;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease,backdrop-filter .2s ease}.site-header.site-header--solid{border-bottom-color:#ffffff1a;background:#07080ae6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.site-header__inner{display:flex;height:100%;align-items:center;justify-content:space-between;gap:var(--space-4)}.site-header__brand{display:inline-flex;align-items:center;color:var(--color-white);text-decoration:none;transition:color .15s ease}.site-header__brand:hover .site-header__logo{opacity:.88}.site-header__logo{display:block;height:2rem;width:2rem;flex-shrink:0;border-radius:var(--radius-sm);object-fit:contain;transition:opacity .15s ease}.site-header__nav{display:none}@media(min-width:768px){.site-header__nav{display:block}}.site-header__nav-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;align-items:center;gap:.5rem}@media(min-width:1024px){.site-header__nav-list{gap:.75rem}}.site-header__link{display:inline-flex;min-height:44px;align-items:center;padding:0 .35rem;font-family:var(--font-display);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fffc;text-decoration:none;transition:color .15s ease}.site-header__link:hover,.site-header__link--active{color:var(--color-accent-bright)}.site-header__mobile{position:relative}@media(min-width:768px){.site-header__mobile{display:none}}.site-header__menu-btn{display:flex;height:2.75rem;width:2.75rem;cursor:pointer;list-style:none;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:var(--color-white);outline:none}.site-header__menu-btn::-webkit-details-marker{display:none}.site-header__menu-btn:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.site-header__burger{position:relative;display:block;height:2px;width:1.25rem;border-radius:2px;background:currentColor}.site-header__burger:before,.site-header__burger:after{content:"";position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor}.site-header__burger:before{top:-6px}.site-header__burger:after{top:6px}.site-header__dropdown{position:absolute;right:0;top:calc(100% + var(--space-4));min-width:14rem;max-height:70vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.12);background:#0c0e12f5;backdrop-filter:blur(16px);padding:var(--space-4) var(--space-2) var(--space-2);box-shadow:0 20px 50px #00000073}.site-header__dropdown-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.25rem}.site-header__link--dropdown{width:100%;min-height:2.75rem;padding-inline:var(--space-2);color:#ffffffd9}main:has(>.section-contact.surface-dark:last-child)+.site-footer{border-top:none}.site-footer{border-top:1px solid rgba(255,255,255,.06);background:var(--color-dark);padding-top:var(--space-7);padding-bottom:0;color:#ffffff8c}.site-footer__grid{display:grid;gap:var(--stack-gap-lg);margin-bottom:0;padding-bottom:var(--space-6)}.site-footer__legal{margin-top:var(--space-6);padding:var(--space-5) 0;background:var(--color-dark-elevated);border-top:1px solid rgba(255,255,255,.06)}@media(min-width:768px){.site-footer__grid{grid-template-columns:minmax(0,1fr) auto auto;align-items:start;column-gap:clamp(2rem,6vw,4rem);row-gap:var(--stack-gap-lg)}.site-footer__brand{max-width:20rem}.site-footer__nav,.site-footer__links{width:max-content}}.site-footer__name{margin:0 0 var(--space-2);font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-white)}.site-footer__tagline{margin:0;font-size:.85rem;line-height:1.5;color:#ffffff73}.site-line__row{display:block}.site-footer__link-list{margin:0;padding:0;list-style:none}.site-footer__link-list a{display:block;padding:.4rem 0;color:#fffc;text-decoration:none;font-size:.9rem;font-weight:600}.site-footer__link-list a:hover{color:var(--color-accent-bright)}.site-footer__line{margin:0;font-size:.88rem;text-align:center;color:#fff6}.page-404-lede{margin:0 0 var(--stack-gap-lg);text-align:center}.page-404-actions{margin:0;justify-content:center}}@layer components{.project-card{display:flex;height:100%;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-cream-card);box-shadow:var(--shadow-card);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease}.project-card__media{position:relative;display:block;margin:0;overflow:hidden;aspect-ratio:16 / 10;background-color:var(--color-dark)}.project-card__media-bg{position:absolute;inset:0;background-image:var(--project-image);background-repeat:no-repeat;background-size:cover;background-position:center;transition:transform .5s cubic-bezier(.22,1,.36,1)}.project-card__media-overlay{position:absolute;inset:0;z-index:0;background:linear-gradient(165deg,#07080a00,#07080a33,#07080aa6);transition:opacity .3s ease}.project-card__metric{position:absolute;left:1rem;bottom:1rem;z-index:1;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background:#07080aa6;backdrop-filter:blur(6px);padding:.35rem .75rem;font-family:var(--font-display);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-white)}.project-card__body{display:flex;flex:1;flex-direction:column;padding:var(--space-5)}@media(min-width:768px){.project-card__body{padding:var(--space-5) var(--space-5) var(--space-6)}}.project-card__title{margin:0 0 .65rem;font-size:1.12rem;line-height:1.25;letter-spacing:-.025em;color:var(--color-foreground)}.project-card__title a{color:inherit;text-decoration:none}.project-card__title a:hover{color:var(--color-accent)}.project-card__external{font-size:.85em}.project-card__teaser{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:.92rem;line-height:1.55;color:var(--color-muted)}.project-card__tags{margin:1rem 0 var(--space-4);padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.project-card__tags li{border-radius:9999px;border:1px solid var(--color-border);background:var(--color-white);padding:.22rem .55rem;font-size:.72rem;font-weight:600;color:var(--color-muted)}.project-card__actions{margin-top:auto;padding-top:var(--space-4);display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;border-top:1px solid var(--color-border)}.project-card__cta{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-display);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);text-decoration:none}.project-card__cta:hover{color:var(--color-accent-hover)}.project-card__cta--secondary{color:var(--color-muted);text-transform:none;font-weight:700;letter-spacing:.02em}.project-card__arrow{transition:transform .2s ease-out}}@layer sections{.hero-splash{position:relative;display:flex;min-height:100dvh;flex-direction:column;overflow:clip}.hero-splash__noise{pointer-events:none;position:absolute;inset:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-splash__glow{pointer-events:none;position:absolute;top:-28%;right:-14%;width:min(82vw,44rem);height:min(82vw,44rem);background:radial-gradient(circle at 50% 40%,rgba(var(--color-accent-bright-rgb),.24),transparent 60%)}@media(prefers-reduced-motion:no-preference){.hero-splash__glow{animation:hero-glow-drift 14s ease-in-out infinite alternate}}.hero-splash__shell{position:relative;z-index:1;flex:1;display:flex;min-height:0;flex-direction:column;width:100%;padding-top:calc(var(--spacing-header) + var(--space-6));padding-bottom:var(--space-7)}.hero-splash__stack{flex:1 1 auto;display:flex;min-height:0;flex-direction:column;justify-content:center;width:100%;max-width:var(--max-hero)}.hero-splash.surface-dark .hero-splash__title{margin:0 0 var(--space-6);display:flex;flex-direction:column;font-family:var(--font-display);font-weight:800;color:var(--color-white)}.hero-splash.surface-dark .hero-splash__title-name{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;width:fit-content;max-width:100%;font-size:clamp(3.25rem,14vw,7.5rem);line-height:.95;letter-spacing:-.04em}.hero-splash.surface-dark .hero-splash__title-name:after{content:"";flex:0 0 100%;width:min(14rem,55%);height:2px;margin-top:var(--space-4);border-radius:1px;background:linear-gradient(90deg,rgba(var(--color-accent-bright-rgb),.9),rgba(var(--color-accent-bright-rgb),.15) 72%,transparent)}.hero-splash.surface-dark .hero-splash__tag{margin:var(--space-6) 0 0;max-width:36rem;display:flex;flex-direction:column;gap:var(--gap-tight);font-size:clamp(.8rem,2vw,1rem);font-weight:700;text-transform:uppercase;line-height:1.375;letter-spacing:.06em;color:var(--color-accent-bright)}.hero-splash__tag-line{display:block}.hero-splash.surface-dark .hero-splash__lede{margin:0 0 var(--space-7);max-width:40ch;font-size:1.125rem;line-height:1.625;color:var(--color-on-dark-muted)}.availability-chip{margin:0;display:inline-block;max-width:100%;border-radius:9999px;border:1px solid rgba(var(--color-accent-bright-rgb),.45);background:rgba(var(--color-accent-bright-rgb),.12);padding:.5rem 1.125rem;font-size:clamp(.72rem,1.9vw,.8125rem);font-weight:600;line-height:1.45;text-transform:uppercase;letter-spacing:.05em;color:var(--color-green-soft)}.availability-band.surface-dark .availability-chip{color:var(--color-green-soft)}.hero-splash__title-name{text-transform:lowercase}.hero-splash__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.hero-proof{margin:var(--space-6) 0 0;padding:0;list-style:none;display:grid;gap:var(--space-2);font-size:.875rem;color:#ffffffc7}@media(min-width:640px){.hero-proof{grid-template-columns:repeat(3,minmax(0,1fr))}}.hero-proof li{border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.12);background:#ffffff0a;backdrop-filter:blur(8px);padding-block:.4rem;padding-inline:.85rem;transition:border-color .2s ease,background .2s ease}@media(hover:hover){.hero-proof li:hover{border-color:rgba(var(--color-accent-bright-rgb),.35);background:#ffffff12}}.hero-proof li span{margin-inline-end:.375rem;font-family:var(--font-display);font-weight:700;color:var(--color-white)}.hero-splash__foot{flex-shrink:0;width:100%;max-width:var(--max-hero);display:flex;justify-content:center;margin-top:var(--space-5);padding-bottom:env(safe-area-inset-bottom,0)}.scroll-hint{display:flex;flex-direction:column;align-items:center;gap:var(--gap-tight);font-family:var(--font-display);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#ffffff73;text-decoration:none}.scroll-hint:hover{color:var(--color-accent-bright)}.scroll-hint__chev{height:1.5rem;width:1.5rem;rotate:45deg;translate:0 -.25rem;border-bottom:2px solid currentColor;border-right:2px solid currentColor;opacity:.85}@media(prefers-reduced-motion:no-preference){.scroll-hint__chev{animation:chev-bob 1.8s ease-in-out infinite}}.availability-band{padding:var(--space-5) 0;border-bottom:1px solid rgba(255,255,255,.08)}.availability-band__inner{display:block;width:100%}.section-profile{background:var(--color-paper)}.section-profile .two-col{align-items:center}.section-head .profile-location{margin:var(--space-4) 0 0;margin-bottom:0;font-family:var(--font-display);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.section-head .profile-open-to{margin:var(--space-3) 0 0;margin-bottom:0}.section-head .profile-recent-focus{margin:var(--space-3) 0 0;margin-bottom:0;font-size:.92rem;line-height:1.55;color:var(--color-muted)}.profile-open-to{font-family:var(--font-display);font-size:.88rem;font-weight:700;letter-spacing:.02em;color:var(--color-accent)}.profile-highlights{margin:0;padding:0 0 0 1.15rem;color:var(--color-muted)}.profile-highlights li{margin-bottom:var(--space-2);line-height:1.55}.profile-highlights li:last-child{margin-bottom:0}.profile-site-line{margin:var(--space-5) 0 0;font-size:.82rem;color:var(--color-muted)}.profile-aside__facts{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem;font-size:.92rem;font-weight:600;color:var(--color-foreground)}.section-experience{background:var(--color-paper-2);border-top:1px solid var(--color-border)}.experience-list{margin:0;padding:0;list-style:none;display:grid;gap:var(--grid-gap)}@media(min-width:768px){.experience-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap-lg)}}.experience-list__item{position:relative;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-white);padding:var(--space-5);box-shadow:var(--shadow-card);transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s ease,border-color .26s ease}.experience-list__item:before{content:"";position:absolute;left:1.5rem;right:1.5rem;top:0;height:2px;border-radius:0 0 2px 2px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-bright));opacity:.85}.experience-list__role{margin:0;font-size:1.05rem;letter-spacing:-.02em}.experience-list__org{margin:.25rem 0 0;font-weight:700;color:var(--color-accent)}.experience-list__meta{margin:var(--space-4) 0 0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.experience-list__impact{margin:var(--space-3) 0 0;font-size:.92rem;line-height:1.55;color:var(--color-muted)}.section-skills{background:var(--color-paper);border-top:1px solid var(--color-border)}.pill-row--skills{max-width:52rem}.section-work__cta{margin-top:var(--section-gap)}.section-edu{border-top:1px solid var(--color-border);background:var(--color-paper)}.edu-list{margin:0;padding:0;list-style:none;display:flex;max-width:52rem;flex-direction:column;gap:var(--space-5)}.edu-list__item{display:flex;flex-direction:column;gap:var(--space-1);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-5)}.edu-list__item:last-child{border-bottom:none;padding-bottom:0}.edu-list__title{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:var(--color-foreground)}.edu-list__school{font-size:.98rem;line-height:1.375;color:var(--color-muted)}.cred-bar{margin-top:var(--section-gap);padding-block:var(--space-4);padding-inline:var(--space-5);list-style:none;display:grid;grid-template-columns:1fr;gap:var(--grid-gap);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-white);box-shadow:var(--shadow-card)}@media(min-width:640px){.cred-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap-lg);align-items:stretch;text-align:center;padding-block:var(--space-4);padding-inline:var(--space-6)}}.cred-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);padding-block:var(--space-3);padding-inline:var(--space-3);text-align:center}@media(min-width:640px){.cred-bar__item{border-right:1px solid var(--color-border);padding-block:var(--space-3);padding-inline:var(--space-5)}.cred-bar__item:last-child{border-right:none}}.cred-bar__figure{margin:0;font-family:var(--font-display);font-size:clamp(1.2rem,2.3vw,1.5rem);font-weight:800;line-height:1.3;letter-spacing:-.02em;color:var(--color-foreground)}.cred-bar__figure--stack{display:flex;flex-direction:column;gap:.25rem}.cred-bar__figure-sub{font:inherit;letter-spacing:inherit;color:inherit}.cred-bar__caption{margin:0;font-size:.9rem;line-height:1.45;color:var(--color-muted)}.section-work,.section-ai{background:var(--color-paper-2)}.ai-card-grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:640px){.ai-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ai-card h3{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.ai-card p{margin:var(--space-3) 0 0;font-size:.95rem;line-height:1.55;color:var(--color-muted)}.ai-aside__note{margin:0 0 var(--space-5);font-size:.9rem;line-height:1.5;color:var(--color-muted)}.work-grid{display:grid;grid-template-columns:1fr;gap:var(--grid-gap-lg)}@media(min-width:768px){.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.work-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-aside{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:linear-gradient(165deg,var(--color-white) 0%,var(--color-paper) 100%);padding:var(--space-6);box-shadow:var(--shadow-card)}@media(min-width:768px){.profile-aside{padding:var(--space-7)}}.profile-aside__h{margin:0 0 var(--space-4);font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}.section-services{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.section-services:has(+.section-contact){padding-bottom:var(--section-gap)}.section-services+.section-contact{padding-top:var(--section-gap)}.card--on-dark{background-image:none;border-color:#ffffff1a;background:#ffffff08;color:var(--color-on-dark);box-shadow:none;overflow:hidden}.card--on-dark:before{display:none}.card--on-dark h3{margin:0 0 .75rem;padding-left:0;font-size:1.125rem;font-weight:700;line-height:1.375;letter-spacing:-.025em;color:var(--color-white)}.card--on-dark ul{margin:var(--space-2) 0 0;padding-left:var(--list-indent);list-style:disc;color:var(--color-on-dark)}.card--on-dark li{margin-bottom:var(--space-1);padding-left:0;color:inherit}.card--on-dark li::marker{color:var(--color-accent-bright)}.card--on-dark li:last-child{margin-bottom:0}.section-services .section-head{max-width:48rem}.services-grid{display:grid;grid-template-columns:1fr;gap:var(--grid-gap);align-items:stretch}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap-lg)}}@media(min-width:1280px){.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.service-card.card--on-dark{display:flex;flex-direction:column;height:100%;min-height:0}.service-card__count{margin:0 0 .75rem;align-self:flex-start;display:inline-flex;border-radius:9999px;border:1px solid rgba(255,255,255,.2);background:transparent;padding:.25rem .625rem;font-family:var(--font-display);font-size:.64rem;font-weight:700;letter-spacing:.1em;color:#ffffffb3}.surface-dark .service-card p.service-card__count{color:#ffffffb3}.section--services-body .service-card__count{border-color:var(--color-border);color:var(--color-muted)}.cta-row--center{margin-top:var(--section-gap);justify-content:center}@media(min-width:768px){.service-card--feature{grid-column:span 2}}@media(min-width:1280px){.service-card--feature{grid-column:span 1}}.contact-panel .section-head{max-width:18ch}.contact-grid{display:grid;grid-template-columns:1fr;gap:var(--grid-gap)}@media(min-width:640px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap-lg)}}.muted-on-dark{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff9}.section--contact-body,.section--services-body,.section--work-body,.section--case-body,.section--404-body{background:linear-gradient(to bottom,var(--color-paper),var(--color-cream));padding-top:0}.back-home{margin-top:var(--section-gap);text-align:center}.case-body .back-home{margin-top:var(--section-gap)}.back-home a{display:inline-flex;align-items:center;gap:var(--gap-tight);font-weight:700;text-decoration:none}.back-home__arrow{flex-shrink:0;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:400;line-height:1}.back-home a:hover .back-home__label{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.section-process{background:var(--color-paper)}.section-head .section-lede{color:var(--color-muted)}.surface-dark .section-head .section-lede{color:var(--color-on-dark)}.section-lede{margin:0 0 var(--section-gap);max-width:var(--max-process-lede);font-size:1.05rem;line-height:1.6}.process-list{display:flex;flex-direction:column;gap:var(--space-3)}.process-item{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-white);padding-left:var(--space-4);padding-right:var(--space-4)}.process-item summary{cursor:pointer;list-style:none;padding-top:var(--space-4);padding-bottom:var(--space-4);font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--color-foreground)}.process-item summary::-webkit-details-marker{display:none}.process-item summary:after{content:"+";float:right;font-weight:800;color:var(--color-accent);transition:transform .2s ease}.process-item[open] summary:after{content:"−"}.process-item p{margin:0 0 var(--space-4);padding-bottom:var(--space-2);font-size:1rem;color:var(--color-muted)}.marquee{overflow:hidden;border-top:1px solid var(--color-marquee-edge);border-bottom:1px solid var(--color-marquee-edge);background:var(--color-cream);padding-block:var(--space-4)}.marquee__inner{display:flex;width:max-content;animation:marquee-scroll 55s linear infinite}@media(prefers-reduced-motion:reduce){.marquee__inner{animation:none}}.marquee:hover .marquee__inner{animation-play-state:paused}.marquee__set{display:flex;flex-shrink:0;flex-wrap:nowrap;align-items:center;gap:2.5rem;padding-inline-end:2.5rem}.marquee__item{flex-shrink:0;font-family:var(--font-display);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted)}}@layer pages{.page-head.case-hero{margin-bottom:0;padding-bottom:var(--space-6)}.case-hero__head.section-head{max-width:42rem;margin-bottom:0}.case-hero__head .section-label{text-transform:none;letter-spacing:.02em}.case-hero__head h1{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,4.5vw,2.65rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-white)}.case-back{color:inherit;text-decoration:none}.case-back:hover{color:var(--color-accent-bright)}.case-hero__meta{margin:var(--space-4) 0 0;display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);font-size:.95rem;line-height:1.5;color:#ffffffad}.case-hero__metric{margin:var(--space-3) 0 0;font-family:var(--font-display);font-size:.88rem;font-weight:700;letter-spacing:.01em;color:var(--color-accent-bright)}.case-hero__visual{position:relative;margin-top:var(--section-gap);width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius-lg);background-color:var(--color-dark)}.case-hero__visual-bg{position:absolute;inset:0;background-image:var(--project-image);background-repeat:no-repeat;background-size:contain;background-position:center}.case-body{display:flex;flex-direction:column;gap:var(--section-gap)}.case-body__block{display:flex;flex-direction:column;gap:var(--space-4)}.case-body__block h2{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:var(--color-foreground)}.case-body__block p{margin:0;font-size:1.05rem;color:var(--color-muted);line-height:1.65}.case-highlights{margin:0;padding:0 0 0 1.15rem;font-size:1.05rem;color:var(--color-muted)}.case-highlights li{margin-bottom:var(--space-2);line-height:1.55}.case-highlights li:last-child{margin-bottom:0}.case-tags{margin:0;padding:var(--space-5) 0 0;list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2);border-top:1px solid var(--color-border)}.case-tags li{border-radius:9999px;border:1px solid var(--color-border);background:var(--color-white);padding:.28rem .65rem;font-size:.78rem;font-weight:600;color:var(--color-muted)}.case-cta{margin:0;padding-top:var(--space-2)}}@layer utilities{@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.view-animate{animation:view-fade-in .95s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 0% cover 35%}}}@media(hover:hover)and (prefers-reduced-motion:no-preference){.card:hover:not(.project-card):not(.card--on-dark){transform:translateY(-.25rem);border-color:rgba(var(--color-accent-rgb),.22);box-shadow:var(--shadow-soft)}.card--on-dark:hover{transform:translateY(-.25rem);border-color:#ffffff2e;background:#ffffff0f;box-shadow:none}.btn:hover{transform:translateY(-1px)}.experience-list__item:hover{transform:translateY(-4px);border-color:rgba(var(--color-accent-rgb),.22);box-shadow:var(--shadow-soft)}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(var(--color-accent-rgb),.25)}.project-card:hover .project-card__arrow{transform:translate(.25rem)}.project-card:hover .project-card__media-bg{transform:scale(1.05)}.project-card:hover .project-card__media-overlay{background:linear-gradient(165deg,#07080a0d,#07080a47,#07080abf)}}@media(prefers-reduced-motion:reduce){.scroll-hint__chev,.reveal,.reveal--in,.hero-splash__glow,.view-animate,.marquee__inner{animation:none}}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
