.landing-project-card{--project-accent:var(--portfolio-blue);position:relative;display:flex;min-height:22.5rem;flex-direction:column;overflow:hidden;border:1px solid color-mix(in oklab,var(--border) 82%,transparent);border-radius:var(--radius-2xl);background:linear-gradient(135deg,color-mix(in oklab,var(--project-accent) 9%,transparent) 0,transparent 48%),color-mix(in oklab,var(--card) 94%,transparent);box-shadow:var(--portfolio-shadow-card);color:var(--foreground);cursor:pointer;font:inherit;outline:none;padding:0;text-align:left;transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.landing-project-card:focus-visible{border-color:color-mix(in oklab,var(--project-accent) 58%,var(--border));box-shadow:0 0 0 3px color-mix(in oklab,var(--project-accent) 18%,transparent),var(--portfolio-shadow-card)}.landing-project-card:before{position:absolute;inset:0;z-index:1;border-top:3px solid color-mix(in oklab,var(--project-accent) 68%,transparent);content:"";pointer-events:none}.landing-project-card[data-tone=blue],.landing-project-dialog[data-tone=blue]{--project-accent:var(--portfolio-blue)}.landing-project-card[data-tone=green],.landing-project-dialog[data-tone=green]{--project-accent:var(--portfolio-green)}.landing-project-card[data-tone=warm],.landing-project-dialog[data-tone=warm]{--project-accent:#b7791f}.landing-project-card[data-tone=neutral],.landing-project-dialog[data-tone=neutral]{--project-accent:var(--portfolio-muted)}.landing-project-card-media{position:relative;height:10.5rem;overflow:hidden;background:linear-gradient(135deg,color-mix(in oklab,var(--project-accent) 18%,transparent),color-mix(in oklab,var(--muted) 92%,transparent))}.landing-project-card-tag{display:inline-flex;max-width:100%;align-items:center;gap:.45rem;border:1px solid color-mix(in oklab,var(--project-accent) 26%,transparent);border-radius:999px;background:color-mix(in oklab,var(--project-accent) 9%,transparent);padding:.35rem .65rem;color:color-mix(in oklab,var(--project-accent) 78%,var(--foreground));font-size:.8125rem;font-weight:760;letter-spacing:0;line-height:1.1}.landing-project-card-tag:before{width:.45rem;height:.45rem;flex-shrink:0;border-radius:999px;background:var(--project-accent);content:""}.landing-project-card-title{overflow-wrap:anywhere;font-size:1.25rem;font-weight:780;letter-spacing:0;line-height:1.12}.landing-project-card-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.landing-project-card-cta{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;border-bottom:1px solid color-mix(in oklab,var(--project-accent) 44%,transparent);color:color-mix(in oklab,var(--project-accent) 78%,var(--foreground));font-size:.875rem;font-weight:760;letter-spacing:0;line-height:1.2;transition:border-color .18s ease,color .18s ease,transform .18s ease}.landing-project-card-cta svg{width:.95rem;height:.95rem;transition:transform .18s ease}.landing-project-dialog-backdrop{position:fixed;inset:0;z-index:50;background:radial-gradient(circle at 50% 24%,color-mix(in oklab,var(--background) 14%,transparent),transparent 34%),color-mix(in oklab,var(--foreground) 30%,transparent)}@supports (backdrop-filter:blur(8px)){.landing-project-dialog-backdrop{backdrop-filter:blur(10px) saturate(.86)}}.landing-project-dialog-viewport{position:fixed;inset:0;z-index:51;display:grid;place-items:center;overflow-y:auto;padding:clamp(1rem,2.2vw,2rem);pointer-events:none}.landing-project-dialog{--project-accent:var(--portfolio-blue);position:relative;width:min(84rem,calc(100vw - 2rem));max-height:min(92svh,56rem);overflow:hidden;border:1px solid color-mix(in oklab,var(--project-accent) 22%,var(--border));border-radius:var(--radius-3xl);background:linear-gradient(135deg,color-mix(in oklab,var(--project-accent) 8%,transparent) 0,transparent 34%),color-mix(in oklab,var(--card) 98%,transparent);box-shadow:0 28px 90px color-mix(in oklab,var(--foreground) 18%,transparent),var(--portfolio-shadow-card);color:var(--foreground);outline:none;pointer-events:auto}.landing-project-dialog:before{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,color-mix(in oklab,var(--project-accent) 5%,transparent) 0 1px,transparent 1px 100%),linear-gradient(0deg,color-mix(in oklab,var(--project-accent) 4%,transparent) 0 1px,transparent 1px 100%);background-size:2.9rem 2.9rem,2.9rem 2.9rem;content:"";mask-image:linear-gradient(145deg,#000,transparent 70%);pointer-events:none}.landing-project-dialog-scroll{position:relative;z-index:1;max-height:min(92svh,56rem);overflow-y:auto;padding:clamp(1.1rem,1.85vw,1.75rem)}.landing-project-dialog-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:.35rem .35rem 1rem}.landing-project-dialog-heading{min-width:0;max-width:52rem}.landing-project-dialog-tag{color:color-mix(in oklab,var(--project-accent) 78%,var(--foreground));font-size:.8125rem;font-weight:780;letter-spacing:0;line-height:1.2;text-transform:uppercase}.landing-project-dialog-title{margin-top:.35rem;font-size:clamp(1.75rem,1.33rem + 1.28vw,2.65rem);font-weight:760;letter-spacing:0;line-height:1.02;text-wrap:balance}.landing-project-dialog-description{margin-top:.65rem;max-width:64ch;color:color-mix(in oklab,var(--foreground) 64%,var(--muted-foreground));font-size:.98rem;font-weight:430;line-height:1.46}.landing-project-dialog-close{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border:1px solid color-mix(in oklab,var(--border) 88%,transparent);background:color-mix(in oklab,var(--card) 86%,transparent);color:var(--foreground);cursor:pointer;outline:none;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.landing-project-dialog-close svg{width:1rem;height:1rem}.landing-project-dialog-close:focus-visible{border-color:var(--project-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--project-accent) 18%,transparent)}.landing-project-dialog-layout{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(19rem,.86fr);gap:clamp(1rem,1.8vw,1.55rem);padding:.25rem}.landing-project-gallery{display:grid;align-content:start;gap:.55rem}.landing-project-gallery-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.landing-project-gallery-main,.landing-project-gallery-thumb{position:relative;overflow:hidden;border:1px solid color-mix(in oklab,var(--border) 82%,transparent);background:color-mix(in oklab,var(--muted) 88%,transparent)}.landing-project-gallery-main{aspect-ratio:16/10;border-radius:var(--radius-2xl);box-shadow:0 18px 45px color-mix(in oklab,var(--foreground) 9%,transparent)}.landing-project-gallery-thumb{aspect-ratio:16/9;appearance:none;border-radius:var(--radius-xl);padding:0;color:inherit;cursor:pointer;outline:none;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.landing-project-gallery-thumb:not([data-active=true]){opacity:.72}.landing-project-gallery-thumb[data-active=true]{border-color:color-mix(in oklab,var(--project-accent) 68%,var(--border));box-shadow:0 0 0 2px color-mix(in oklab,var(--project-accent) 18%,transparent),0 14px 28px color-mix(in oklab,var(--foreground) 10%,transparent);opacity:1}.landing-project-gallery-thumb:focus-visible{border-color:var(--project-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--project-accent) 24%,transparent)}.landing-project-dialog-panel{display:grid;align-content:start;gap:.65rem}.landing-project-modal-block{display:grid;gap:.45rem;border:1px solid color-mix(in oklab,var(--border) 78%,transparent);border-radius:var(--radius-2xl);background:color-mix(in oklab,var(--card) 72%,transparent);padding:.8rem .9rem}.landing-project-modal-section-title{color:var(--foreground);font-size:.875rem;font-weight:720;letter-spacing:0;line-height:1.2}.landing-project-modal-block[data-priority=true]{border-color:color-mix(in oklab,var(--foreground) 88%,var(--border));background:var(--foreground);color:var(--background);box-shadow:0 16px 34px color-mix(in oklab,var(--foreground) 14%,transparent)}.landing-project-modal-block[data-priority=true]
	.landing-project-modal-section-title{color:var(--background)}.landing-project-modal-copy{margin:0;color:color-mix(in oklab,var(--foreground) 62%,var(--muted-foreground));line-height:1.48}.landing-project-modal-block[data-priority=true] .landing-project-modal-copy{color:color-mix(in oklab,var(--background) 78%,transparent)}.landing-project-access-link{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;border-radius:999px;border:1px solid color-mix(in oklab,var(--project-accent) 34%,var(--border));background:transparent;padding:.66rem .95rem;color:color-mix(in oklab,var(--foreground) 82%,var(--project-accent));font-size:.86rem;font-weight:760;line-height:1;text-decoration:none;transition:background-color .18s ease,transform .18s ease}.landing-project-access-link svg{width:.92rem;height:.92rem}.landing-project-access-status{display:grid;gap:.28rem}.landing-project-access-status strong{color:color-mix(in oklab,var(--project-accent) 82%,var(--foreground));font-size:.86rem;font-weight:760;line-height:1.2}.landing-project-access-status p{margin:0;color:color-mix(in oklab,var(--foreground) 62%,var(--muted-foreground));font-size:.92rem;line-height:1.42}.landing-project-access-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid color-mix(in oklab,var(--border) 76%,transparent);padding-top:.75rem}.landing-project-access-footer-copy{display:grid;gap:.35rem;min-width:0}.landing-project-modal-block[data-variant=text-list]{display:flex;align-items:center;flex-wrap:wrap;gap:.42rem .6rem;border:0;border-radius:0;background:transparent;padding:.1rem .05rem 0;box-shadow:none}.landing-project-modal-block[data-variant=text-list]
	.landing-project-modal-section-title{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:680;text-transform:lowercase}.landing-project-tech-list{display:flex;flex-wrap:wrap;gap:.18rem .38rem;margin:0;padding:0;list-style:none}.landing-project-tech-item{display:inline-flex;align-items:center;color:color-mix(in oklab,var(--project-accent) 78%,var(--foreground));font-size:.82rem;font-weight:740;letter-spacing:0;line-height:1.35}.landing-project-tech-item:not(:last-child):after{margin-left:.38rem;color:color-mix(in oklab,var(--muted-foreground) 64%,transparent);content:"/";font-weight:520}@media (hover:hover){.landing-project-card:hover{border-color:color-mix(in oklab,var(--project-accent) 34%,var(--border));background:linear-gradient(135deg,color-mix(in oklab,var(--project-accent) 12%,transparent) 0,transparent 48%),color-mix(in oklab,var(--card) 98%,transparent);box-shadow:0 20px 58px color-mix(in oklab,var(--project-accent) 10%,transparent),var(--portfolio-shadow-card)}.landing-project-card:hover .landing-project-card-cta{color:color-mix(in oklab,var(--project-accent) 88%,var(--foreground));transform:translateX(2px)}.landing-project-card:hover .landing-project-card-cta svg{transform:translateX(2px)}.landing-project-dialog-close:hover{border-color:color-mix(in oklab,var(--project-accent) 36%,var(--border));background:color-mix(in oklab,var(--project-accent) 8%,var(--card));transform:translateY(-1px)}.landing-project-gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.landing-project-access-link:hover{border-color:color-mix(in oklab,var(--project-accent) 56%,var(--border));background:color-mix(in oklab,var(--project-accent) 8%,transparent);transform:translateY(-1px)}}@media (prefers-reduced-motion:no-preference){.landing-project-dialog-backdrop[data-open]{animation:landing-project-backdrop-in .26s ease-out}.landing-project-dialog-backdrop[data-closed]{animation:landing-project-backdrop-out .18s ease-in}.landing-project-dialog[data-open]{animation:landing-project-dialog-in .32s cubic-bezier(.16,1,.3,1)}.landing-project-dialog[data-closed]{animation:landing-project-dialog-out .18s cubic-bezier(.4,0,1,1)}@keyframes landing-project-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes landing-project-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes landing-project-dialog-in{0%{opacity:0;transform:translate3d(0,22px,0) scale(.97)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes landing-project-dialog-out{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,14px,0) scale(.985)}}}@media (min-width:1024px){.landing-project-card-media{height:11.5rem}.landing-project-card-title{font-size:1.35rem}.landing-project-dialog-scroll{padding:1.35rem}.landing-project-dialog-title{font-size:2.15rem}.landing-project-access-footer{gap:.75rem}}@media (max-width:767px){.landing-project-card{min-height:21rem}.landing-project-card-media{height:9.75rem}.landing-project-dialog-viewport{align-items:stretch;overflow:hidden;padding:0}.landing-project-dialog{width:100vw;max-height:100svh;min-height:100svh;border-width:0;border-radius:0;box-shadow:none}.landing-project-dialog-scroll{max-height:100svh;overflow-y:auto;padding:calc(env(safe-area-inset-top) + 5rem) 1rem calc(env(safe-area-inset-bottom) + 4rem)}.landing-project-dialog-header{grid-template-columns:minmax(0,1fr);gap:0;padding:0 0 1.25rem}.landing-project-dialog-title{font-size:clamp(2.05rem,1.62rem + 4vw,2.85rem);line-height:.98}.landing-project-dialog-description{font-size:1rem}.landing-project-dialog-close{position:fixed;top:calc(env(safe-area-inset-top) + 1rem);right:1rem;z-index:2;width:2.75rem;height:2.75rem;background:color-mix(in oklab,var(--card) 94%,transparent);box-shadow:0 12px 32px color-mix(in oklab,var(--foreground) 12%,transparent)}.landing-project-dialog-layout{grid-template-columns:1fr;gap:1.25rem;padding:0}.landing-project-gallery-main{aspect-ratio:4/3;border-radius:var(--radius-lg)}.landing-project-gallery-thumb{border-radius:var(--radius-md)}.landing-project-dialog-panel{gap:.75rem}.landing-project-modal-block{padding:.9rem}.landing-project-modal-block[data-variant=text-list]{padding:.1rem 0 0}.landing-project-access-footer{align-items:start;flex-direction:column;padding-top:.9rem}@media (prefers-reduced-motion:no-preference){.landing-project-dialog[data-open]{animation-name:landing-project-dialog-mobile-in}.landing-project-dialog[data-closed]{animation-name:landing-project-dialog-mobile-out}@keyframes landing-project-dialog-mobile-in{0%{opacity:0;transform:translate3d(0,32px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes landing-project-dialog-mobile-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,22px,0)}}}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.landing-background-base{min-height:220rem;background:var(--background);opacity:1}.landing-background-grid{min-height:220rem;background:linear-gradient(90deg,color-mix(in oklab,var(--foreground) 5%,transparent) 0 1px,transparent 1px 100%),linear-gradient(0deg,color-mix(in oklab,var(--foreground) 4%,transparent) 0 1px,transparent 1px 100%);background-size:8rem 8rem,8rem 8rem;mask-image:linear-gradient(180deg,#000,#000 42%,transparent);opacity:.46}.landing-cursor-effect{position:fixed;inset:0;z-index:30;display:none;contain:paint;opacity:0;pointer-events:none;transition:opacity .18s cubic-bezier(.22,1,.36,1)}.landing-cursor-effect[data-active=true]{opacity:1}.landing-cursor-toggle{position:absolute;top:1.5rem;right:max(1.25rem,calc((100vw - 96rem) / 2 + 1.25rem));z-index:40;display:none;max-width:calc(100vw - 2rem);align-items:center;gap:.45rem;padding:.55rem 1rem;border:1px solid color-mix(in oklab,var(--foreground) 16%,transparent);border-radius:999px;background:color-mix(in oklab,var(--background) 88%,transparent);box-shadow:0 1rem 2.5rem rgb(0 0 0/.12);color:var(--foreground);font-size:.75rem;font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .18s cubic-bezier(.22,1,.36,1),background-color .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}@media (min-width:640px){.landing-cursor-toggle{right:max(2rem,calc((100vw - 96rem) / 2 + 2rem))}}@media (min-width:1024px){.landing-cursor-toggle{right:max(3rem,calc((100vw - 96rem) / 2 + 3rem))}}@media (min-width:1280px){.landing-cursor-toggle{right:max(4rem,calc((100vw - 96rem) / 2 + 4rem))}}.landing-cursor-toggle:hover{transform:translateY(-1px);border-color:color-mix(in oklab,var(--foreground) 28%,transparent);background:color-mix(in oklab,var(--background) 94%,transparent)}.landing-cursor-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 5px color-mix(in oklab,var(--foreground) 42%,transparent),0 1rem 2.5rem rgb(0 0 0/.12)}.landing-cursor-toggle-label,.landing-cursor-toggle-shortcut{color:color-mix(in oklab,var(--foreground) 74%,transparent)}.landing-cursor-toggle-status{display:inline-flex;min-width:3.25rem;justify-content:center;padding:.32rem .5rem;border-radius:999px;background:var(--foreground);color:var(--background)}.landing-cursor-toggle[aria-pressed=false] .landing-cursor-toggle-status{background:color-mix(in oklab,var(--foreground) 9%,transparent);color:color-mix(in oklab,var(--foreground) 68%,transparent)}.landing-cursor-toggle-shortcut{padding:.28rem .45rem;border:1px solid color-mix(in oklab,var(--foreground) 12%,transparent);border-radius:999px;background:color-mix(in oklab,var(--foreground) 5%,transparent);font:inherit}.landing-cursor-lens{position:absolute;top:0;left:0;border-radius:999px;transform:translate3d(-200%,-200%,0);will-change:transform;width:clamp(10rem,12vw,14.5rem);aspect-ratio:1;background:rgb(255 255 255/.01);-webkit-backdrop-filter:invert(1);backdrop-filter:invert(1);-webkit-mask-image:radial-gradient(circle,#000 0,#000 64%,rgb(0 0 0/.82) 78%,transparent 100%);mask-image:radial-gradient(circle,#000 0,#000 64%,rgb(0 0 0/.82) 78%,transparent 100%);box-shadow:inset 0 0 0 1px rgb(255 255 255/.1),0 0 36px rgb(255 255 255/.08);opacity:1}@supports not ((backdrop-filter:invert(1)) or (-webkit-backdrop-filter:invert(1))){.landing-cursor-lens{background:#fff;box-shadow:none;mix-blend-mode:difference}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.landing-cursor-effect{display:block}.landing-cursor-toggle{display:inline-flex}}@media (prefers-reduced-motion:reduce){.landing-cursor-toggle{transition:none}}.landing-contact-avatar:after,.landing-hero-stage:after,.landing-hero-stage:before,.landing-impact-card:after,.landing-impact-card:before,.landing-project-card:before{content:none;display:none}.landing-hero-shell{min-height:auto}.landing-hero-stage{border-bottom:1px solid var(--border)}.landing-hero-editorial-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,4vw,4.5rem);align-items:center;min-width:0;max-width:94rem;margin-inline:auto}.landing-hero-actions,.landing-hero-editorial-grid>*,.landing-hero-metrics,.landing-hero-proof-panel,.landing-hero-proof-shell,.landing-hero-signals,.landing-hero-stage,.landing-hero-stage .type-intro,.landing-hero-statement{min-width:0;max-width:100%}.landing-hero-copy{max-width:62rem}.landing-hero-statement{max-width:min(100%,13ch);color:var(--foreground);font-size:6.35rem;font-weight:780;letter-spacing:0;line-height:.92}.landing-hero-stage .type-intro,.landing-hero-statement{overflow-wrap:break-word}.landing-hero-metrics{display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin:0;padding:0;width:100%;list-style:none}.landing-hero-actions{order:2}.landing-hero-signals{order:3;width:min(100%,38rem)}.landing-hero-signals ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid color-mix(in oklab,var(--foreground) 18%,transparent);border-bottom:1px solid color-mix(in oklab,var(--foreground) 12%,transparent)}.landing-hero-signals li{display:grid;gap:.28rem;min-width:0;padding:.75rem .9rem}.landing-hero-signals li+li{border-left:1px solid color-mix(in oklab,var(--foreground) 12%,transparent)}.landing-hero-signals span{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:760;line-height:1.1;text-transform:lowercase}.landing-hero-signals strong{color:color-mix(in oklab,var(--foreground) 88%,var(--muted-foreground));font-size:.82rem;font-weight:720;line-height:1.25;overflow-wrap:break-word}.landing-hero-proof-shell{width:min(100%,35.5rem);justify-self:end}.landing-hero-metrics>.landing-stagger-item{min-width:0}.landing-hero-proof-panel{position:relative;isolation:isolate;display:grid;width:100%;overflow:hidden;border:1px solid var(--foreground);border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in oklab,var(--background) 9%,transparent) 0 1px,transparent 1px 100%),var(--foreground);background-size:1.25rem 1.25rem;box-shadow:0 28px 72px color-mix(in oklab,var(--foreground) 12%,transparent);color:var(--background)}.landing-hero-proof-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid color-mix(in oklab,var(--background) 24%,transparent);padding:1rem 1.15rem;color:color-mix(in oklab,var(--background) 72%,transparent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:760;line-height:1.1;text-transform:lowercase}.landing-hero-metric{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:.55rem;align-items:start;min-width:0;min-height:6.5rem;padding:1.12rem 1.35rem 1.2rem}.landing-hero-metric:after,.landing-hero-metric:before{position:absolute;inset:0 1.15rem auto;height:1px;content:""}.landing-hero-metric:before{background:linear-gradient(90deg,color-mix(in oklab,var(--background) 24%,transparent),color-mix(in oklab,var(--portfolio-green) 72%,var(--background)),color-mix(in oklab,var(--background) 24%,transparent));opacity:.76}.landing-hero-metric:after{width:52%;background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--background) 98%,transparent),transparent);opacity:0}.landing-hero-metric>*{min-width:0}.landing-hero-metric-value{color:var(--background);font-size:4.15rem;font-weight:760;letter-spacing:0;line-height:.9}.landing-hero-metric-copy{display:grid;gap:.3rem}.landing-hero-metric-label{color:var(--background);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem;font-weight:760;line-height:1.2;text-transform:lowercase}.landing-hero-metric-context{max-width:27rem;color:color-mix(in oklab,var(--background) 72%,transparent);font-size:.94rem;font-weight:600;line-height:1.32;overflow-wrap:break-word}@media (prefers-reduced-motion:no-preference){.landing-hero-metric:after{animation:landing-hero-divider-flow 4.8s cubic-bezier(.22,1,.36,1) infinite}.landing-hero-metrics>.landing-stagger-item:nth-child(2)
		.landing-hero-metric:after{animation-delay:.32s}.landing-hero-metrics>.landing-stagger-item:nth-child(3)
		.landing-hero-metric:after{animation-delay:.64s}.landing-hero-metrics>.landing-stagger-item:nth-child(4)
		.landing-hero-metric:after{animation-delay:.96s}@keyframes landing-hero-divider-flow{0%{opacity:0;transform:translateX(-95%)}18%,62%{opacity:.96}to{opacity:0;transform:translateX(285%)}}}.landing-impact-shell{gap:clamp(2.5rem,4.5vw,4.25rem)}.landing-impact-proof-grid{margin-top:clamp(1rem,2vw,1.75rem)}.landing-impact-lead:before{background:var(--foreground)}.landing-contact-card,.landing-impact-card,.landing-impact-proof-tile,.landing-journey-card,.landing-project-card,.landing-project-modal-block{border:1px solid var(--border);border-radius:var(--radius-lg);background:color-mix(in oklab,var(--card) 82%,transparent);box-shadow:none;backdrop-filter:none}.landing-impact-proof-tile{padding:clamp(1.45rem,2.2vw,2.2rem) 0;border-width:1px 0 0;border-radius:0;background:transparent}.landing-impact-proof-tile:after{content:none;display:none}.landing-impact-proof-value,.landing-journey-card-title,.landing-project-card-title{color:var(--foreground);font-weight:520}.landing-impact-proof-value{font-size:clamp(2.4rem,2rem + 1.8vw,4rem)}.landing-impact-card{gap:1rem;padding:1.35rem}.landing-impact-card-title{color:var(--foreground);font-size:clamp(1.28rem,1.08rem + .55vw,1.6rem);font-weight:680;line-height:1.08;text-wrap:balance}.landing-impact-card-copy{color:color-mix(in oklab,var(--foreground) 62%,var(--muted-foreground));font-size:.95rem;font-weight:430;line-height:1.5}.landing-impact-icon,.landing-journey-node{border:1px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--foreground);box-shadow:none}.landing-impact-card-kicker,.landing-journey-period,.landing-journey-proof strong,.landing-project-card-tag,.landing-project-dialog-tag{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:lowercase}.landing-impact-card-kicker{font-weight:680}.landing-contact-note,.landing-impact-proof-note,.landing-journey-proof{border:1px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--foreground)}.landing-impact-proof-note strong{font-size:.9rem;font-weight:620;line-height:1.38}.landing-impact-highlights li,.landing-journey-stack span,.landing-project-tech-chip{border:0;border-radius:0;background:transparent;padding:0;color:color-mix(in oklab,var(--foreground) 70%,var(--muted-foreground));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:680}.landing-impact-highlights li{color:color-mix(in oklab,var(--foreground) 78%,var(--muted-foreground));font-weight:730;text-decoration-line:underline;text-decoration-thickness:.08em;text-decoration-color:color-mix(in oklab,var(--foreground) 24%,transparent);text-underline-offset:.22em}.dark .landing-impact-proof-tile{box-shadow:none}.dark .landing-impact-card{border-color:color-mix(in oklab,var(--foreground) 18%,var(--border));background:transparent}.dark .landing-impact-card-copy{color:color-mix(in oklab,var(--foreground) 78%,var(--muted-foreground));font-weight:460}.dark .landing-impact-card-kicker,.dark .landing-impact-highlights li{color:color-mix(in oklab,var(--foreground) 68%,var(--muted-foreground))}.dark .landing-impact-highlights li{border:0;background:transparent;color:color-mix(in oklab,var(--foreground) 84%,var(--muted-foreground));text-decoration-color:color-mix(in oklab,var(--foreground) 34%,transparent)}.dark .landing-impact-proof-note{border-color:color-mix(in oklab,var(--foreground) 18%,var(--border));background:color-mix(in oklab,var(--foreground) 7%,transparent);color:color-mix(in oklab,var(--foreground) 90%,var(--muted-foreground))}.dark .landing-impact-proof-note svg{color:color-mix(in oklab,var(--foreground) 82%,var(--impact-accent))}.landing-project-card{min-height:27rem;transition:border-color .18s ease,transform .18s ease}.landing-project-card-media{height:13.5rem;border-bottom:1px solid var(--border);background:var(--muted)}.landing-project-card-index{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:760;text-transform:uppercase}.landing-project-card-tag{width:fit-content;border:0;border-radius:0;background:transparent;padding:0}.landing-project-card-tag:before{content:none;display:none}.landing-project-card-cta{border-bottom-color:var(--foreground);color:var(--foreground)}.landing-project-dialog{border-color:var(--border);border-radius:var(--radius-xl);background:var(--card);box-shadow:0 28px 72px rgb(17 17 15/.2)}.landing-project-dialog-close{border-radius:999px}.landing-project-dialog .landing-project-modal-block{border-color:color-mix(in oklab,var(--border) 86%,transparent);background:color-mix(in oklab,var(--card) 84%,transparent)}.landing-project-dialog .landing-project-modal-block[data-priority=true]{border-color:color-mix(in oklab,var(--foreground) 88%,var(--border));background:var(--foreground);color:var(--background)}.landing-project-dialog
	.landing-project-modal-block[data-priority=true]
	.landing-project-modal-section-title{color:var(--background)}.landing-project-dialog
	.landing-project-modal-block[data-priority=true]
	.landing-project-modal-copy{color:color-mix(in oklab,var(--background) 78%,transparent)}.landing-project-dialog .landing-project-modal-block[data-variant=chips]{border:0;background:transparent;padding:.1rem .05rem 0}.landing-project-dialog .landing-project-tech-chip{border:1px solid color-mix(in oklab,var(--project-accent) 24%,var(--border));border-radius:999px;background:color-mix(in oklab,var(--project-accent) 7%,transparent);padding:.32rem .52rem;color:color-mix(in oklab,var(--project-accent) 68%,var(--foreground));font-size:.75rem;font-weight:650}@media (max-width:767px){.landing-project-dialog{border-radius:0;box-shadow:none}}.landing-inverted-band{--journey-band-bg:var(--foreground);--journey-band-fg:var(--background);--journey-card-bg:color-mix(in oklab,var(--journey-band-fg) 5.5%,transparent);--journey-card-bg-active:color-mix(in oklab,var(--journey-band-fg) 7.5%,transparent);--journey-card-bg-featured:color-mix(in oklab,var(--journey-band-fg) 9%,transparent);--journey-card-border:color-mix(in oklab,var(--journey-band-fg) 21%,transparent);--journey-card-border-active:color-mix(in oklab,var(--journey-band-fg) 34%,transparent);--journey-card-shadow:0 1px 0 color-mix(in oklab,var(--journey-band-fg) 7%,transparent),0 12px 30px color-mix(in oklab,var(--journey-band-bg) 16%,transparent);--journey-card-shadow-active:0 1px 0 color-mix(in oklab,var(--journey-band-fg) 9%,transparent),0 16px 38px color-mix(in oklab,var(--journey-band-bg) 22%,transparent);--journey-muted:color-mix(in oklab,var(--journey-band-fg) 74%,transparent);--journey-node-bg:color-mix(in oklab,var(--journey-band-bg) 82%,var(--journey-band-fg));--journey-node-fg:var(--journey-band-fg);--journey-stack-marker:color-mix(in oklab,var(--journey-band-fg) 62%,var(--journey-band-bg));--journey-stack-text:color-mix(in oklab,var(--journey-band-fg) 78%,var(--journey-band-bg));background:var(--journey-band-bg);color:var(--journey-band-fg)}.landing-inverted-band:before{background:linear-gradient(90deg,color-mix(in oklab,var(--background) 8%,transparent) 0 1px,transparent 1px 100%),linear-gradient(0deg,color-mix(in oklab,var(--background) 7%,transparent) 0 1px,transparent 1px 100%);background-size:8rem 8rem,8rem 8rem;opacity:.42}.landing-inverted-band .landing-contact-layout .type-section-title,.landing-inverted-band .landing-journey-card-title,.landing-inverted-band .landing-journey-company-block strong,.landing-inverted-band .landing-journey-title{color:var(--journey-band-fg)}.landing-inverted-band .landing-contact-layout .type-section-copy,.landing-inverted-band .landing-journey-company-block span,.landing-inverted-band .landing-journey-detail-list span,.landing-inverted-band .landing-journey-header .type-section-copy,.landing-inverted-band .landing-journey-proof span,.landing-inverted-band .landing-journey-summary{color:var(--journey-muted)}.landing-inverted-band .landing-journey-detail-list span{font-weight:610}.landing-inverted-band .landing-journey-period,.landing-inverted-band .landing-journey-proof strong{color:var(--journey-band-fg)}.landing-inverted-band .landing-journey-detail-list span:before{background:color-mix(in oklab,var(--journey-band-fg) 82%,var(--journey-band-bg))}.landing-inverted-band .landing-journey-impact{border-left-color:var(--journey-card-border-active);color:var(--journey-band-fg);font-size:1rem;font-weight:820}.landing-inverted-band .landing-journey-card{position:relative;overflow:hidden;border-color:var(--journey-card-border);background:linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 6%,transparent) 0,transparent 58%),var(--journey-card-bg);box-shadow:var(--journey-card-shadow);color:var(--journey-band-fg)}.landing-inverted-band
	.landing-journey-item[data-active=true]
	.landing-journey-card{border-color:var(--journey-card-border-active);background:linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 8%,transparent) 0,transparent 58%),var(--journey-card-bg-active);box-shadow:var(--journey-card-shadow-active)}.landing-inverted-band
	.landing-journey-item[data-featured=true]
	.landing-journey-card{border-color:color-mix(in oklab,var(--journey-band-fg) 42%,var(--journey-band-bg));background:linear-gradient(145deg,color-mix(in oklab,var(--journey-band-fg) 10%,transparent) 0,transparent 62%),var(--journey-card-bg-featured);box-shadow:var(--journey-card-shadow-active)}.landing-inverted-band .landing-journey-progress{background:var(--journey-band-fg)}.landing-inverted-band .landing-journey-proof{border-color:var(--journey-card-border);background:color-mix(in oklab,var(--journey-band-fg) 7%,transparent);color:var(--journey-band-fg)}.landing-inverted-band .landing-journey-node{border-color:var(--journey-card-border);background:var(--journey-node-bg);box-shadow:0 8px 18px color-mix(in oklab,var(--journey-band-bg) 18%,transparent);color:var(--journey-node-fg)}.landing-inverted-band .landing-journey-node svg{display:block;width:1rem;height:1rem;opacity:1;stroke-width:2.2px}.landing-inverted-band
	.landing-journey-item[data-active=true]
	.landing-journey-node{border-color:var(--journey-card-border-active);background:color-mix(in oklab,var(--journey-band-fg) 10%,var(--journey-band-bg));box-shadow:0 10px 24px color-mix(in oklab,var(--journey-band-bg) 22%,transparent);color:var(--journey-node-fg)}.landing-inverted-band .landing-journey-stack span{display:inline-flex;align-items:center;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none;color:var(--journey-stack-text);font-size:.78rem;font-weight:760;line-height:1.1;transition:color .18s ease,transform .18s ease}.landing-inverted-band .landing-journey-stack span:before{width:.5rem;height:1px;margin-right:.38rem;background:var(--journey-stack-marker);content:""}.landing-inverted-band .landing-origin-credential-value,.landing-inverted-band .landing-origin-header .type-section-title,.landing-inverted-band .landing-origin-story-title,.landing-inverted-band .landing-origin-synthesis-title,.landing-inverted-band .landing-origin-thesis-title{color:var(--journey-band-fg)}.landing-inverted-band .landing-origin-credential-detail,.landing-inverted-band .landing-origin-lead,.landing-inverted-band .landing-origin-story-copy,.landing-inverted-band .landing-origin-synthesis-list li,.landing-inverted-band .landing-origin-synthesis-text,.landing-inverted-band .landing-origin-thesis-copy{color:var(--journey-muted)}.landing-inverted-band .landing-origin-credential,.landing-inverted-band .landing-origin-story-card,.landing-inverted-band .landing-origin-synthesis,.landing-inverted-band .landing-origin-thesis{border-color:var(--journey-card-border);background:linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 6%,transparent) 0,transparent 58%),var(--journey-card-bg);color:var(--journey-band-fg)}.landing-inverted-band .landing-origin-story-card{background:linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 6%,transparent) 0,transparent 58%),var(--journey-card-bg)}.landing-inverted-band .landing-origin-thesis:before{background:linear-gradient(90deg,color-mix(in oklab,var(--journey-band-fg) 8%,transparent) 1px,transparent 1px),linear-gradient(0deg,color-mix(in oklab,var(--journey-band-fg) 7%,transparent) 1px,transparent 1px),linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 5%,transparent),transparent 48%)}.landing-inverted-band .landing-origin-story-card:after,.landing-inverted-band .landing-origin-thesis:after{background:linear-gradient(90deg,color-mix(in oklab,var(--journey-band-fg) 24%,transparent),transparent)}.landing-inverted-band .landing-origin-story-card:before{background:color-mix(in oklab,var(--journey-band-fg) 24%,transparent)}.landing-inverted-band .landing-origin-story-label{border-color:var(--journey-card-border);color:var(--journey-muted)}.landing-inverted-band .landing-origin-story-index{border-color:color-mix(in oklab,var(--journey-band-fg) 18%,transparent);color:color-mix(in oklab,var(--journey-band-fg) 70%,transparent)}.landing-inverted-band .landing-origin-credential-label,.landing-inverted-band .landing-origin-story-period{color:color-mix(in oklab,var(--journey-band-fg) 58%,transparent)}.landing-inverted-band .landing-origin-credential-icon,.landing-inverted-band .landing-origin-story-icon,.landing-inverted-band .landing-origin-story-proof{color:color-mix(in oklab,var(--journey-band-fg) 70%,transparent)}.landing-inverted-band .landing-origin-story-icon{border-color:color-mix(in oklab,var(--journey-band-fg) 16%,transparent);background:color-mix(in oklab,var(--journey-band-fg) 6%,transparent)}.landing-inverted-band .landing-origin-credential-icon,.landing-inverted-band .landing-origin-synthesis-list li{border-color:var(--journey-card-border-active)}.landing-inverted-band .landing-origin-synthesis-principles:before{background:linear-gradient(180deg,color-mix(in oklab,var(--journey-band-fg) 18%,transparent),transparent)}.landing-inverted-band .landing-origin-synthesis-list span{border-color:var(--journey-card-border);color:color-mix(in oklab,var(--journey-band-fg) 64%,transparent)}.landing-inverted-band .landing-origin-synthesis:before{background:linear-gradient(90deg,color-mix(in oklab,var(--journey-band-fg) 6%,transparent) 1px,transparent 1px),linear-gradient(0deg,color-mix(in oklab,var(--journey-band-fg) 5%,transparent) 1px,transparent 1px)}.landing-contact-card{background:var(--background);color:var(--foreground)}.landing-contact-avatar{width:5.2rem;height:5.2rem;border:1px solid var(--foreground);border-radius:999px;background:var(--foreground);box-shadow:none;color:var(--background)}.landing-contact-eyebrow,.landing-contact-meta{color:var(--muted-foreground)}.landing-contact-card .type-card-title,.landing-contact-name{color:var(--foreground)}.landing-contact-motion{min-width:0;perspective:900px}.landing-contact-link{display:inline-block;width:fit-content}@media (prefers-reduced-motion:no-preference){.landing-contact-avatar,.landing-contact-card,.landing-contact-link,.landing-contact-note{transition:border-color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.landing-contact-motion:hover .landing-contact-card{border-color:color-mix(in oklab,var(--foreground) 54%,var(--border));box-shadow:0 18px 38px color-mix(in oklab,var(--foreground) 16%,transparent);transform:rotateX(.7deg) rotateY(-1.2deg)}.landing-contact-motion:hover .landing-contact-avatar{transform:translate3d(.15rem,-.2rem,0) scale(1.04)}.landing-contact-motion:hover .landing-contact-link{transform:translateX(.2rem)}.landing-contact-motion:hover .landing-contact-note{border-color:color-mix(in oklab,var(--foreground) 32%,var(--border));transform:translateX(.25rem)}}.landing-footer-focus-list{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin:0;padding:0;list-style:none}.landing-footer-focus-item{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.landing-footer-focus-item:before{content:"/";margin-right:.35rem;color:var(--foreground)}.landing-link-blue{background:var(--background);box-shadow:none;color:var(--foreground)}.landing-link-blue:hover{background:var(--card);box-shadow:none;color:var(--foreground)}@media (hover:hover){.landing-impact-card:hover,.landing-journey-card:hover,.landing-project-card:hover{border-color:color-mix(in oklab,var(--foreground) 42%,var(--border));box-shadow:none;transform:translateY(-1px)}.landing-inverted-band .landing-journey-card:hover{border-color:var(--journey-card-border-active);background:linear-gradient(135deg,color-mix(in oklab,var(--journey-band-fg) 8%,transparent) 0,transparent 58%),var(--journey-card-bg-active);box-shadow:var(--journey-card-shadow-active);transform:translateY(-2px)}.landing-inverted-band
		.landing-journey-card:hover
		.landing-journey-stack
		span{color:var(--journey-band-fg);transform:translateY(-1px)}.landing-stack-proof:hover{border-color:color-mix(in oklab,var(--background) 28%,transparent);background:transparent;transform:none}}@media (prefers-reduced-motion:reduce){.landing-inverted-band
		.landing-journey-card:hover
		.landing-journey-stack
		span,.landing-inverted-band .landing-journey-card:hover{transform:none}}@media (min-width:1024px){.landing-hero-editorial-grid{grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr)}.landing-project-card-media{height:14.5rem}}@media (max-width:1023px){.landing-hero-statement{font-size:4.8rem}.landing-hero-proof-shell{width:100%;justify-self:stretch}.landing-stack-shell{grid-template-columns:1fr}}@media (max-width:767px){.landing-hero-actions,.landing-hero-editorial-grid,.landing-hero-metrics,.landing-hero-proof-shell,.landing-hero-signals,.landing-hero-stage .type-intro{width:min(100%,calc(100vw - 2.5rem))}.landing-hero-shell{padding-top:1rem;padding-bottom:2.5rem}.landing-hero-stage{padding-top:1.5rem;overflow:clip}.landing-hero-statement{max-width:min(100%,11ch);font-size:2.9rem;line-height:1}.landing-hero-stage .type-intro{max-width:min(100%,28ch);line-height:1.45;overflow-wrap:anywhere}.landing-hero-metrics{grid-template-columns:minmax(0,1fr)}.landing-hero-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;order:2}.landing-hero-signals ul{grid-template-columns:minmax(0,1fr)}.landing-hero-signals li{padding:.72rem 0}.landing-hero-signals li+li{border-top:1px solid color-mix(in oklab,var(--foreground) 12%,transparent);border-left:0}.landing-hero-metric{grid-template-columns:minmax(0,1fr);min-height:5.7rem;padding:.9rem}.landing-hero-metric:after,.landing-hero-metric:before{inset-inline:.9rem}.landing-hero-metric-value{font-size:2.5rem}.landing-hero-metric-label{font-size:.7rem}.landing-hero-metric-context{font-size:.82rem}.landing-project-card{min-height:auto}.landing-project-card-media{height:11rem}}@media (max-width:380px){.landing-hero-statement{font-size:2.55rem}.landing-hero-metric{min-height:5.35rem}.landing-hero-metric-value{font-size:2.05rem}}