@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@font-face{font-family:PP Neue Montreal Medium;src:url(/fonts/PPNeueMontreal-Regular.otf) format("opentype");font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:PP Neue Montreal;src:url(/fonts/PPNeueMontreal-Regular.otf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:PP Neue Montreal;src:url(/fonts/PPNeueMontreal-Semibold.otf) format("opentype");font-display:swap;font-style:normal;font-weight:600}@font-face{font-family:PP Neue Montreal;src:url(/fonts/PPNeueMontreal-SemiboldItalic.otf) format("opentype");font-display:swap;font-style:italic;font-weight:600}:root{--bg: #fafafa;--surface: #ffffff;--surface-soft: rgba(255, 255, 255, .74);--surface-glass: rgba(250, 250, 250, .82);--header-fill: rgba(250, 250, 250, .66);--header-height: 92px;--ink: #111111;--muted: #777777;--muted-strong: #555555;--pale: #9a9a9a;--soft: #e8e8e4;--line: rgba(16, 16, 16, .08);--line-strong: rgba(16, 16, 16, .18);--blue: #4d7fff;--blue-soft: #dcecff;--mint: #e7f5ef;--yellow: #fff4c8;--pink: #f9e9ef;--radius: 8px;--shadow: 0 24px 80px rgba(17, 24, 39, .08);--visual-sheen: rgba(255, 255, 255, .62);--visual-sheen-soft: rgba(255, 255, 255, .55);--grid-line: rgba(255, 255, 255, .42);--labrys-card-fill: radial-gradient(circle at 20% 16%, rgba(255, 255, 255, .82), transparent 34%), linear-gradient(135deg, #eef3f5 0%, #fbfaf6 54%, #e5ece8 100%);--labrys-card-grid: rgba(17, 24, 39, .055);--field-focus: rgba(77, 127, 255, .54);--field-focus-glow: rgba(77, 127, 255, .12);--accent-text: #2a5ddd;--font-display: "PP Neue Montreal Medium", "PP Neue Montreal", sans-serif;--font-body: Inter, "Inter Placeholder", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--ink);background:var(--bg);color-scheme:light;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--bg: #0b0c0f;--surface: #121318;--surface-soft: rgba(18, 19, 24, .78);--surface-glass: rgba(11, 12, 15, .84);--header-fill: rgba(11, 12, 15, .68);--ink: #f6f4ef;--muted: #a4a7ad;--muted-strong: #c7c9cf;--pale: #858994;--soft: #202228;--line: rgba(255, 255, 255, .11);--line-strong: rgba(255, 255, 255, .2);--blue-soft: #142033;--mint: #14241e;--yellow: #2c2816;--pink: #2a1922;--shadow: 0 28px 90px rgba(0, 0, 0, .32);--visual-sheen: rgba(255, 255, 255, .06);--visual-sheen-soft: rgba(255, 255, 255, .05);--grid-line: rgba(255, 255, 255, .08);--labrys-card-fill: radial-gradient(circle at 20% 16%, rgba(255, 255, 255, .08), transparent 34%), linear-gradient(135deg, #151b24 0%, #101216 54%, #1a221f 100%);--labrys-card-grid: rgba(255, 255, 255, .07);--field-focus: rgba(107, 152, 255, .68);--field-focus-glow: rgba(107, 152, 255, .18);--accent-text: #8fb1ff;color-scheme:dark}*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:auto;scroll-padding-top:calc(var(--header-height) + 18px)}body{margin:0;min-width:320px;padding-top:var(--header-height);overflow-x:hidden;background:var(--bg)}body:before{content:none}.app-preloader{min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(1200px,calc(100% - 80px));margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;column-gap:36px;align-items:center;min-height:var(--header-height);padding:0 48px;border-bottom:1px solid var(--line);background:var(--header-fill);box-shadow:0 18px 42px #1118270a;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);will-change:transform}.site-header.is-hidden{pointer-events:none}.brand{width:max-content;font-family:var(--font-display);font-size:20px;font-weight:700;line-height:20px}.site-header nav{justify-self:end;display:flex;align-items:center;gap:32px;color:var(--muted);font-size:15px;font-weight:500;line-height:15px}.header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.theme-toggle{position:relative;display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.theme-toggle:hover{border-color:var(--line-strong);transform:translateY(-1px)}.theme-toggle svg{grid-area:1 / 1;transition:opacity .18s ease,transform .18s ease}.theme-toggle-moon{opacity:0;transform:scale(.82) rotate(-12deg)}:root[data-theme=dark] .theme-toggle-sun{opacity:0;transform:scale(.82) rotate(12deg)}:root[data-theme=dark] .theme-toggle-moon{opacity:1;transform:scale(1) rotate(0)}.site-header nav a{transition:color .18s ease,transform .18s ease}.site-header nav a:hover{color:var(--ink);transform:translateY(-1px)}.nav-cta{justify-self:end}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:999px;padding:0 26px;font-size:15px;font-weight:500;line-height:15px;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button-dark{border-color:var(--ink);background:var(--ink);color:var(--bg)}.button-dark:hover{background:var(--muted-strong);border-color:var(--muted-strong)}.hero-primary-cta:hover,.nav-cta:hover{border-color:#dff3ff;background:#dff3ff url(/hero-portrait-gradient.png) center / cover no-repeat;color:#111}.button-light{background:var(--surface);color:var(--ink)}.button-light:hover{border-color:var(--line-strong)}.button-ghost{background:transparent;color:var(--muted)}.button[aria-disabled=true],a[aria-disabled=true]{cursor:not-allowed}.hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:92px;align-items:start;min-height:676px;padding:88px 0 78px}.hero-copy{max-width:600px}.hero-label{display:flex;align-items:center;gap:12px;margin:0 0 30px;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.hero-label span{flex:0 0 12px;width:12px;height:12px;border-radius:999px;background:radial-gradient(circle at 64% 18%,#effcfffa 0,#effcfffa 24%,#effcff00 56%),linear-gradient(135deg,#68bfff,#aeeaff 45%,#e7fbff 70%,#7ec9ff);box-shadow:none}h1,h2,h3,p{margin-top:0}h1{margin-bottom:32px;max-width:600px;font-family:var(--font-display);font-size:clamp(47px,5vw,64px);line-height:1.02;font-weight:500}.hero-summary{max-width:520px;margin-bottom:28px;color:var(--muted);font-size:16px;line-height:24.8px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.portrait-wrap{position:relative;width:340px;height:460px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#dff3ff url(/hero-portrait-gradient.png) center / cover no-repeat;box-shadow:none}.portrait-wrap:before{content:none}.portrait-wrap:after{content:none}.portrait-fill{display:none}.portrait-wrap img{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center top;filter:none}.trusted{width:100%;padding:40px 0 60px;text-align:center}.trusted p{margin-bottom:28px;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.marquee{width:100%;overflow:hidden}.marquee-track{display:flex;width:max-content;align-items:center;gap:14px;animation:marquee 44s linear infinite;color:var(--muted-strong);font-size:14px;font-weight:500;line-height:14px;will-change:transform}.marquee-item{position:relative;display:inline-grid;min-width:180px;min-height:40px;place-items:center;flex:0 0 auto;border:1px solid var(--line-strong);background:transparent;padding:0 26px;white-space:nowrap}.marquee-item-label{display:inline-block}.marquee-item-pill{border-radius:999px}.marquee-item-square{border-radius:4px}.marquee-item-rhombus{transform:skew(-12deg)}.marquee-item-rhombus .marquee-item-label{transform:skew(12deg)}.marquee-item-hexagon,.marquee-item-chamfer{border:0;background:var(--line-strong);padding:1px}.marquee-item-hexagon{clip-path:polygon(13px 0,calc(100% - 13px) 0,100% 50%,calc(100% - 13px) 100%,13px 100%,0 50%)}.marquee-item-chamfer{clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%)}.marquee-item-hexagon .marquee-item-label,.marquee-item-chamfer .marquee-item-label{display:grid;width:100%;min-height:38px;place-items:center;background:var(--bg);padding:0 26px}.marquee-item-hexagon .marquee-item-label{clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%)}.marquee-item-chamfer .marquee-item-label{clip-path:polygon(9px 0,100% 0,calc(100% - 9px) 100%,0 100%)}.marquee-item-ticket{border-radius:999px 6px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.section{padding:96px 0}.section-heading{max-width:1200px}.eyebrow{margin-bottom:30px;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.section-heading h2{margin-bottom:84px;font-family:var(--font-display);font-size:clamp(39px,3.75vw,48px);line-height:1.06;font-weight:500}.about{display:grid;grid-template-columns:minmax(0,590px) minmax(340px,460px);column-gap:150px;align-items:start}.about .section-heading{max-width:none}.about .section-heading h2{margin-bottom:0}.about-body{display:block;margin-bottom:0;padding-top:42px;color:var(--muted);font-size:17px;line-height:27.2px}.about-body p{margin-bottom:20px}.about-body p:last-child{margin-bottom:0}.stats-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:84px;overflow:visible;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.stat{min-height:110px;padding:28px 24px 8px;background:transparent}.stat+.stat{border-left:1px solid var(--line)}.stat strong{display:block;margin-bottom:10px;font-family:var(--font-display);font-size:52px;font-weight:500;line-height:52px}.number-ticker{display:inline-block;min-width:var(--number-ticker-width, auto);color:inherit;font:inherit;font-variant-numeric:tabular-nums;letter-spacing:inherit}.stat>span{display:block;max-width:252px;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.stack-section{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start;padding-top:24px;padding-bottom:96px}.experience-section{padding-top:24px;padding-bottom:96px}.projects-section{padding-top:24px;padding-bottom:100px}.projects-section .section-heading{max-width:800px}.keven-shell{width:min(1076px,calc(100% - 80px));margin:0 auto}.labrys-works-section .keven-shell{width:min(1200px,calc(100% - 80px))}.labrys-works-section{padding-top:24px;padding-bottom:100px}.labrys-works-heading{margin-bottom:80px}.labrys-works-heading .eyebrow{margin-bottom:24px}.labrys-works-heading h2{margin:0;font-family:var(--font-display);font-size:clamp(47px,5vw,64px);font-weight:500;line-height:1.1}.labrys-works-heading h2 span{display:block}.labrys-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 24px}.labrys-work-card{display:flex;height:auto;flex-direction:column;gap:24px;color:var(--ink)}.labrys-work-meta{display:flex;min-height:32px;align-items:flex-start;justify-content:space-between;gap:24px}.labrys-work-meta strong,.labrys-work-meta span{display:block;font-size:16px;font-weight:500;line-height:24px}.labrys-work-meta span{color:var(--muted);text-align:right}.labrys-work-image,.detail-image-large,.detail-image-pair{overflow:hidden;background:var(--soft)}.labrys-work-image{position:relative;display:grid;place-items:center;border-radius:18px;background-color:var(--soft);background-image:var(--labrys-card-fill);aspect-ratio:16 / 9;height:auto}.labrys-work-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(var(--labrys-card-grid) 1px,transparent 1px),linear-gradient(90deg,var(--labrys-card-grid) 1px,transparent 1px);background-size:34px 34px}.labrys-work-thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:none;transform-origin:center;transition:transform .7s cubic-bezier(.22,1,.36,1)}.labrys-work-card:hover .labrys-work-thumbnail,.labrys-work-card:focus-visible .labrys-work-thumbnail{transform:scale(1.035)}.labrys-work-image.vpa .labrys-work-thumbnail{object-fit:cover;object-position:center}.placeholder-canvas{position:relative;z-index:1;display:grid;width:100%;height:100%;grid-template-columns:1.1fr .8fr;gap:18px;padding:34px;transition:transform .7s cubic-bezier(.22,1,.36,1)}.placeholder-canvas:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:34px 34px;opacity:.36}.placeholder-canvas span{position:relative;min-height:90px;border:1px solid var(--line);background:var(--surface-soft)}.placeholder-canvas span:first-child{grid-row:span 2;min-height:210px}.placeholder-canvas span:nth-child(3){width:76%}.labrys-work-card:hover .placeholder-canvas{transform:scale(1.045)}.glue .placeholder-canvas{background:linear-gradient(135deg,#e6f0ff,#f7f9fc 58%,#dfe7ff)}.sales-deck .placeholder-canvas{background:linear-gradient(135deg,#e8f5ff,#f9fcff 48%,#d7ecff)}.secondsedge .placeholder-canvas{background:linear-gradient(135deg,#e6f2ff,#f9fcff 52%,#d7eaff)}.appspec .placeholder-canvas{background:linear-gradient(135deg,#e7f6ef,#fbfdf9 54%,#d9efe4)}.internal-ops .placeholder-canvas{background:linear-gradient(135deg,#f3f0e6,#faf9f5 56%,#e5decc)}.openclaw .placeholder-canvas{background:linear-gradient(135deg,#f4edf8,#fcfaff 54%,#e7dcf0)}.rocksolid .placeholder-canvas{background:linear-gradient(135deg,#edf2f8,#fbfcff 54%,#d9e4f3)}.hashlock .placeholder-canvas{background:linear-gradient(135deg,#eef5ff,#f8fbff 52%,#dce8ff)}.piertwo .placeholder-canvas{background:linear-gradient(135deg,#e9f0f4,#fafcff 54%,#d7e6ed)}.vault .placeholder-canvas{background:linear-gradient(135deg,#f5f0e6,#faf9f5 56%,#e8dfcc)}.vana .placeholder-canvas{background:linear-gradient(135deg,#f0eaf8,#fbf8ff 56%,#e4d8f2)}.chrono .placeholder-canvas{background:linear-gradient(135deg,#e9eef8,#f8fbff 52%,#d7e3f4)}.cache .placeholder-canvas{background:linear-gradient(135deg,#f3f6ee,#fbfcf8 56%,#e1ecd8)}.deposit .placeholder-canvas{background:linear-gradient(135deg,#f7ecef,snow 56%,#eedce2)}.vpa .placeholder-canvas{background:linear-gradient(135deg,#f0edf8,#fbfaff 54%,#e4def2)}.downer .placeholder-canvas{background:linear-gradient(135deg,#e8f0f8,#fbfcfd 54%,#dfe8f0)}:root[data-theme=dark] .glue .placeholder-canvas,:root[data-theme=dark] .sales-deck .placeholder-canvas,:root[data-theme=dark] .secondsedge .placeholder-canvas,:root[data-theme=dark] .rocksolid .placeholder-canvas,:root[data-theme=dark] .hashlock .placeholder-canvas,:root[data-theme=dark] .piertwo .placeholder-canvas,:root[data-theme=dark] .chrono .placeholder-canvas,:root[data-theme=dark] .downer .placeholder-canvas{background:linear-gradient(135deg,#172033,#10131a 56%,#1b2a3a)}:root[data-theme=dark] .appspec .placeholder-canvas,:root[data-theme=dark] .cache .placeholder-canvas{background:linear-gradient(135deg,#14251e,#101713 56%,#1d3027)}:root[data-theme=dark] .internal-ops .placeholder-canvas,:root[data-theme=dark] .vault .placeholder-canvas{background:linear-gradient(135deg,#282313,#17150e 56%,#302814)}:root[data-theme=dark] .openclaw .placeholder-canvas,:root[data-theme=dark] .vana .placeholder-canvas,:root[data-theme=dark] .deposit .placeholder-canvas,:root[data-theme=dark] .vpa .placeholder-canvas{background:linear-gradient(135deg,#261927,#151018 56%,#30223a)}.labrys-work-image .placeholder-canvas{background:transparent}.labrys-work-image .placeholder-canvas:before{display:none}.labrys-work-image .placeholder-canvas span,.labrys-work-image .placeholder-canvas span:first-child{min-height:0}.labrys-detail-page{--detail-shell-width: 1240px;--detail-shell-gutter: 64px;padding-bottom:80px}.labrys-detail-page .keven-shell{width:min(var(--detail-shell-width),calc(100% - var(--detail-shell-gutter)))}.labrys-detail-hero{padding:88px 0 40px}.detail-back{display:inline-flex;width:fit-content;align-items:center;gap:8px;margin-bottom:56px;color:var(--muted);font-size:14px;font-weight:500;line-height:24px}.detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:80px}.labrys-detail-hero h1{max-width:none;margin:0;font-size:64px;line-height:70.4px}.detail-meta-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:start;gap:40px}.detail-meta-item{min-width:0}.detail-meta-item span{display:block;margin-bottom:10px;color:var(--muted);font-size:14px;line-height:24px}.detail-meta-item strong{display:block;font-size:20px;font-weight:500;line-height:32px;overflow-wrap:anywhere}.detail-personal-note{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:18px;margin-bottom:44px;border-radius:24px;background:#11111109;padding:24px 28px}.personal-callout-mark{display:grid;width:48px;height:48px;place-items:center;overflow:hidden;border-radius:10px;background:#dff3ff}.personal-callout-mark img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover;object-position:center}.detail-personal-note p{max-width:1040px;margin:0;color:var(--ink);font-size:19px;line-height:30.4px}:root[data-theme=dark] .detail-personal-note{background:#ffffff0e}.detail-visit,.mobile-sheet-live-link{display:inline-flex;min-width:108px;min-height:48px;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;border-radius:999px;border:1px solid var(--line);background:var(--surface);box-shadow:0 12px 28px #1118271a;padding:0 16px;font-size:14px;font-weight:500;line-height:24px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.button-favicon{width:18px;height:18px;flex:0 0 auto;border-radius:4px;object-fit:contain}.detail-visit:hover,.mobile-sheet-live-link:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 16px 34px #11182721}:root[data-theme=dark] .detail-visit,:root[data-theme=dark] .mobile-sheet-live-link{box-shadow:0 14px 32px #00000047}.detail-image-large{height:600px;border-radius:24px}.detail-image-large.detail-image-real{display:block;width:100%;height:auto;min-height:0;border:1px solid var(--line);background:none;object-fit:contain;object-position:center}.detail-story-section{display:grid;align-items:center;column-gap:64px;overflow:visible;padding:56px 0 76px}.detail-story-section .detail-image-real{width:100%;overflow:hidden;border:0;box-shadow:none}.detail-story-copy{max-width:520px}.detail-story-copy h2{margin:0 0 20px;font-family:var(--font-display);font-size:40px;font-weight:500;line-height:48px}.detail-story-copy p{margin:0;color:var(--muted-strong);font-size:19px;line-height:31px}.detail-story-section-split-left,.detail-story-section-split-right{grid-template-columns:minmax(0,.86fr) minmax(320px,.74fr)}.detail-story-section-split-left .detail-image-real{grid-column:1;grid-row:1}.detail-story-section-split-left .detail-story-copy{grid-column:2;grid-row:1}.detail-story-section-split-right .detail-story-copy{grid-column:1;grid-row:1}.detail-story-section-split-right .detail-image-real{grid-column:2;grid-row:1}.detail-story-section-split-left .detail-image-real,.detail-story-section-split-right .detail-image-real{width:min(100%,760px)}.detail-story-section-feature-center{justify-items:center;row-gap:36px;padding-top:72px}.detail-story-section-feature-center .detail-story-copy{max-width:920px;justify-self:start}.detail-story-section-feature-center .detail-image-real{width:min(100%,1080px)}.detail-story-section-showcase{row-gap:28px;padding:72px 0 84px}.detail-story-section-showcase .detail-story-copy{max-width:870px}.detail-story-section-showcase .themed-project-image{width:100%}.detail-image-large .placeholder-canvas,.detail-image-pair .placeholder-canvas{padding:52px}.detail-copy-block{padding:40px 0 32px}.detail-copy-block h2{margin-bottom:20px;font-family:var(--font-display);font-size:40px;font-weight:500;line-height:48px}.detail-copy-block p{margin:0;color:var(--muted-strong);font-size:20px;line-height:32px}.detail-copy-block-project-intro{padding:72px 0 56px;border-bottom:1px solid var(--line)}.detail-copy-block-project-intro h2{max-width:680px}.detail-copy-block-project-intro p{max-width:920px}.detail-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:32px}.detail-image-pair{height:500px;border-radius:24px}.product-tabs-page .labrys-detail-hero{padding-bottom:52px}.product-tabs-shell{margin-bottom:54px}.product-tab-list{display:inline-flex;gap:4px;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:5px;box-shadow:var(--shadow)}.product-tab-button{min-width:136px;min-height:42px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font-size:15px;font-weight:600;line-height:18px;transition:background .18s ease,color .18s ease,transform .18s ease}.product-tab-button:hover{color:var(--ink)}.product-tab-button[aria-selected=true]{background:var(--ink);color:var(--bg)}.product-tab-intro{display:grid;gap:34px;padding-bottom:76px}.product-tab-copy{max-width:760px}.product-tab-copy h2{margin:0 0 18px;font-family:var(--font-display);font-size:54px;font-weight:500;line-height:59.4px}.product-tab-copy>p{margin:0;color:var(--muted-strong);font-size:19px;line-height:30.4px}.product-featured-copy{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.product-featured-copy h3,.product-story-copy h3{margin:0 0 14px;font-family:var(--font-display);font-size:27px;font-weight:500;line-height:32.4px}.product-featured-copy p,.product-story-copy p{margin:0;color:var(--muted-strong);font-size:17px;line-height:27.2px}.product-tab-meta{display:grid;gap:8px;margin-top:28px;color:var(--ink);font-size:13px;font-weight:700;line-height:18.2px}.product-story-list{display:grid;gap:76px}.product-story-section{display:grid;gap:26px}.product-story-copy span{display:block;margin-bottom:18px;color:var(--pale);font-size:13px;font-weight:700;line-height:16px;text-transform:uppercase}.themed-project-image{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background-color:var(--surface);background-position:center;background-size:cover;padding:20px;box-shadow:var(--shadow)}.themed-project-image.frame-crm{background-image:linear-gradient(135deg,#ffffff14,#fff0),url(/projects/internal-crm-watchtower/frames/crm-frame-bg.png)}.themed-project-image.frame-watchtower{background-image:linear-gradient(135deg,#ffffff14,#fff0),url(/projects/internal-crm-watchtower/frames/watchtower-frame-bg.png)}.themed-project-image.frame-downer{background-image:linear-gradient(135deg,#ffffff1f,#fff0),url(/projects/labrys/downer-ledger/frames/downer-frame-bg.jpg)}.theme-image{display:block;width:100%;height:auto;border:1px solid var(--line);border-radius:12px;box-shadow:0 24px 60px #0000002e}.theme-image-dark{display:none}:root[data-theme=dark] .theme-image-light{display:none}:root[data-theme=dark] .theme-image-dark{display:block}.theme-responsive-image.theme-responsive-dark{display:none}:root[data-theme=dark] .theme-responsive-image.theme-responsive-light{display:none}:root[data-theme=dark] .theme-responsive-image.theme-responsive-dark{display:block}.detail-next{padding-top:72px}.detail-next a{display:inline-flex;min-height:48px;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0 24px;font-size:15px;font-weight:500}.stack-section .section-heading h2{max-width:280px;margin-bottom:0;font-size:30px;line-height:33.6px}.capability-cloud{display:flex;flex-wrap:wrap;gap:12px}.capability-cloud span{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:14px 22px;color:var(--ink);font-size:15px;font-weight:500;line-height:15px;transition:transform .18s ease,border-color .18s ease,color .18s ease}.capability-cloud span:hover{transform:translateY(-2px);border-color:var(--field-focus);color:var(--ink)}.experience-list{border-top:1px solid var(--line)}.experience-row{display:grid;grid-template-columns:280px minmax(0,1fr);gap:80px;padding:44px 16px;border-bottom:1px solid var(--line)}.period{color:var(--pale);font-size:14px;font-weight:500;line-height:19.6px}.experience-copy{width:568px;max-width:568px;margin-left:auto;text-align:right}.experience-copy h3{margin-bottom:16px;font-family:var(--font-display);font-size:22px;font-weight:500;line-height:26.4px}.experience-company{color:var(--pale);font-weight:500}.experience-company:before{content:" - "}.experience-copy p{margin-bottom:16px;color:var(--muted);font-size:17px;line-height:27.2px}.experience-copy small,.project-copy small{color:var(--ink);font-size:13px;font-weight:700;line-height:18.2px}.project-list{display:grid;gap:82px}.project-row{display:grid;grid-template-columns:minmax(0,568px) minmax(0,1fr);gap:64px;align-items:center}.project-row:nth-child(2n) .project-visual{order:0}.project-row:nth-child(2n) .project-copy{order:0}.project-visual-link{display:block;color:inherit;text-decoration:none;border-radius:24px}.project-visual-link:focus-visible{outline:none}.project-visual-link:focus-visible .project-visual{outline:2px solid var(--ink);outline-offset:5px}.project-visual{min-height:420px;height:420px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--visual-sheen-soft),transparent 48%),var(--blue-soft)}.project-visual.spec{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--mint)}.project-visual.secondsedge{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--blue-soft)}.project-visual.project-visual-direct{display:block;width:100%;height:auto;min-height:0;object-fit:cover;object-position:center;background:none;transition:transform .7s cubic-bezier(.22,1,.36,1)}.project-row:hover .project-visual-direct{transform:scale(1.018)}.project-visual.appspec{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--mint)}.project-visual.internal-ops{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--yellow)}.project-visual.openclaw{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--pink)}.project-visual.labrys{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--yellow)}.project-visual.onchain{background:linear-gradient(135deg,var(--visual-sheen),transparent 48%),var(--pink)}.mock-window{width:min(78%,430px);min-height:280px;overflow:hidden;border:1px solid var(--line-strong);border-radius:18px;background:var(--surface-soft);box-shadow:var(--shadow);transform:rotate(-5deg) translateY(12px);transition:transform .7s cubic-bezier(.22,1,.36,1)}.project-row:nth-child(2n) .mock-window{transform:rotate(5deg) translateY(12px)}.project-row:hover .mock-window{transform:rotate(-5deg) translateY(12px) scale(1.045)}.project-row:nth-child(2n):hover .mock-window{transform:rotate(5deg) translateY(12px) scale(1.045)}.mock-bar{display:flex;gap:7px;padding:15px;border-bottom:1px solid var(--line)}.mock-bar span{width:9px;height:9px;border-radius:999px;background:var(--pale)}.mock-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:12px;padding:18px}.mock-grid div{min-height:72px;border-radius:8px;background:var(--line)}.mock-grid div:first-child{grid-row:span 2;min-height:156px;background:linear-gradient(160deg,#4d7fff85,#10101017)}.mock-panel{display:grid;gap:10px;padding:0 18px 18px}.mock-panel span{height:11px;border-radius:99px;background:var(--line-strong)}.mock-panel span:nth-child(2){width:76%}.mock-panel span:nth-child(3){width:58%}.project-copy{max-width:520px}.project-category{margin-bottom:24px;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.project-copy h3{margin-bottom:20px;font-family:var(--font-display);font-size:34px;font-weight:500;line-height:37.4px}.project-copy p{color:var(--muted);font-size:17px;line-height:27.2px}.project-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.testimonials-section{overflow:hidden;padding-bottom:96px}.testimonial-marquee{overflow:hidden;padding-left:max(40px,calc((100vw - 1200px)/2));-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.testimonial-track{display:flex;width:max-content;gap:26px;will-change:transform}.testimonial-card{flex:0 0 420px;width:420px;height:320px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:24px;background:var(--surface-soft);padding:40px}.testimonial-card p{color:var(--ink);font-family:var(--font-display);font-size:20px;font-weight:500;line-height:28px}.testimonial-person{display:flex;align-items:center;gap:14px}.testimonial-avatar{display:grid;width:48px;height:48px;place-items:center;flex:0 0 48px;overflow:hidden;border-radius:50%;background:var(--blue-soft);color:var(--accent-text);font-weight:500}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-person strong,.testimonial-person small{display:block}.testimonial-person strong{font-size:16px;font-weight:500;line-height:19.2px}.testimonial-person small{margin-top:4px;color:var(--muted);font-size:14px;font-weight:400;line-height:16.8px}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:84px;align-items:start}.faq-section .section-heading h2{margin-bottom:0}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;width:100%;min-height:80px;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--ink);padding:0;cursor:pointer;text-align:left;font-family:var(--font-display);font-size:22px;font-weight:500;line-height:27.5px}.faq-answer-wrap{overflow:hidden}.faq-answer-wrap p{margin:0;padding:0 46px 28px 0;color:var(--muted);font-size:17px;line-height:27.2px}.contact-section{padding-top:96px}.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:start}.contact-copy p{max-width:520px;margin-bottom:18px;color:var(--muted);font-size:17px;line-height:27.2px}.contact-copy p:last-child{margin-bottom:0}.contact-links{display:grid;gap:12px}.contact-links a{display:inline-flex;min-height:54px;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:999px;background:#1111110b;color:var(--ink);padding:0 18px;font-size:16px;font-weight:500;line-height:16px;transition:transform .18s ease,background .18s ease}.contact-links a:hover{background:#11111112;transform:translateY(-1px)}.contact-links a>svg:first-child{width:18px;height:18px;flex:0 0 auto}.contact-links a span{flex:1}.contact-methods{display:grid;gap:24px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);padding:28px}.contact-channel{display:grid;gap:14px}.contact-channel+.contact-channel{border-top:1px solid var(--line);padding-top:24px}.contact-channel h3{margin:0;color:var(--ink);font-family:var(--font-display);font-size:22px;font-weight:500;line-height:28px}.contact-email-row{display:grid}.contact-email-address{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-width:0;min-height:54px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0 16px;font-size:15px;font-weight:500;line-height:18px}.contact-email-address svg{flex:0 0 auto}.contact-email-value{flex:1;min-width:0;overflow-wrap:anywhere}.contact-email-actions{display:inline-flex;align-items:center;gap:8px}.contact-copy-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:999px;background:#1111110b;color:var(--ink);padding:0 11px;cursor:pointer;font-size:13px;font-weight:500;line-height:13px;transition:transform .18s ease,background .18s ease}.contact-copy-button:hover{background:#11111112;transform:translateY(-1px)}.contact-email-cta{min-height:36px;padding:0 14px;font-size:13px;line-height:13px;white-space:nowrap}:root[data-theme=dark] .contact-copy-button,:root[data-theme=dark] .contact-links a{background:#ffffff12}:root[data-theme=dark] .contact-copy-button:hover,:root[data-theme=dark] .contact-links a:hover{background:#ffffff1a}.footer{margin-top:30px;background:#101010;color:#fff}.footer-main{display:grid;grid-template-columns:1fr auto;gap:80px;padding:86px 0 70px}.footer h2{margin-bottom:22px;font-family:var(--font-display);font-size:24px;font-weight:500;line-height:24px}.footer p{max-width:320px;color:#929292;font-size:15px;line-height:24px}.footer a{display:block;width:fit-content;margin-top:22px;color:#a7a7a7}.footer small{display:block;margin-top:26px;color:#a7a7a7;font-size:13px;line-height:18.2px;text-transform:uppercase}.footer-links{display:flex;gap:96px}.footer-links h3{margin:0 0 20px;color:#a7a7a7;font-size:12px;font-weight:500;line-height:14.4px;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.12);padding:30px 0 36px;color:#8f8f8f;font-size:13px;line-height:18.2px}.desktop-home{min-height:100vh}.mobile-story-experience{display:none}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;padding:0}@media(max-width:980px){:root{--header-height: 78px}.shell,.keven-shell,.labrys-works-section .keven-shell,.labrys-detail-page .keven-shell{width:min(100% - 36px,720px)}.site-header{grid-template-columns:1fr auto;gap:20px;padding:0 18px}.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:44px;min-height:auto;padding-top:62px}.stack-section{grid-template-columns:1fr;gap:34px}.portrait-wrap{justify-self:center;width:min(100%,360px);height:486px;max-width:none}.trusted{padding-bottom:92px}.section{padding:82px 0}.section-heading h2{margin-bottom:48px}.about{grid-template-columns:1fr;row-gap:34px}.about-body{padding-top:0}.contact-layout,.faq-section{grid-template-columns:1fr;gap:34px}.stats-grid{grid-template-columns:1fr 1fr;margin-top:20px}.stat+.stat{border-left:0}.stat:nth-child(2n){border-left:1px solid var(--line)}.stat:nth-child(n+3){border-top:1px solid var(--line)}.labrys-work-grid,.detail-image-grid{grid-template-columns:1fr}.labrys-work-card{height:auto}.detail-meta-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.detail-title-row{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:56px}.detail-image-large{height:430px}.detail-story-section,.detail-story-section-split-left,.detail-story-section-split-right{grid-template-columns:1fr;row-gap:28px;padding:44px 0 64px}.detail-story-section .detail-story-copy,.detail-story-section .detail-image-real{grid-column:1}.detail-story-section .detail-story-copy{grid-row:1;max-width:100%}.detail-story-section .detail-image-real{grid-row:2;width:100%}.detail-image-pair{height:360px}.product-tab-intro{padding-bottom:58px}.experience-row,.project-row,.project-row:nth-child(2n){grid-template-columns:1fr;gap:24px}.project-row:nth-child(2n) .project-visual,.project-row:nth-child(2n) .project-copy{order:initial}.experience-copy{width:100%;max-width:100%;margin-left:0;text-align:left}.experience-copy h3{display:grid;gap:6px}.experience-role,.experience-company{display:block}.experience-company:before{content:""}.experience-copy small{display:block;overflow-wrap:anywhere}.project-visual{min-height:340px;height:340px}.footer-main,.footer-bottom{grid-template-columns:1fr}.footer-main,.footer-bottom{display:grid}.footer-links{gap:54px}}@media(max-width:620px){.nav-cta{min-height:42px;padding:0 16px}h1{font-size:47px;line-height:1.02}.labrys-works-heading{margin-bottom:52px}.labrys-works-heading h2,.labrys-detail-hero h1{font-size:47px;line-height:1.02}.labrys-detail-hero{padding-top:62px}.detail-back{margin-bottom:36px}.detail-meta-row{display:grid;grid-template-columns:1fr;gap:22px}.detail-meta-item{min-width:0}.detail-meta-item strong{font-size:18px;line-height:28px;overflow-wrap:anywhere}.placeholder-canvas{padding:24px}.detail-image-large{height:300px;border-radius:18px}.detail-image-pair{height:270px;border-radius:18px}.detail-copy-block h2,.detail-story-copy h2{font-size:30px;line-height:36px}.detail-copy-block p,.detail-story-copy p{font-size:17px;line-height:27.2px}.detail-personal-note{grid-template-columns:42px minmax(0,1fr);gap:14px;border-radius:18px;padding:20px 18px 22px}.detail-personal-note .personal-callout-mark{width:42px;height:42px;border-radius:9px}.detail-personal-note p{font-size:16px;line-height:25.6px}.header-actions{gap:8px}.theme-toggle{width:42px;height:42px}.product-tabs-shell{margin-bottom:40px}.product-tab-list{display:grid;grid-template-columns:1fr 1fr;width:100%}.product-tab-button{min-width:0}.product-tab-copy h2{font-size:38px;line-height:41.8px}.product-tab-copy>p{font-size:17px;line-height:27.2px}.product-featured-copy h3,.product-story-copy h3{font-size:24px;line-height:28.8px}.themed-project-image{border-radius:18px;padding:12px}.theme-image{border-radius:9px}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.contact-email-row{grid-template-columns:1fr}.contact-email-address{grid-template-columns:auto minmax(0,1fr);border-radius:27px;padding:9px 12px}.contact-email-actions{display:grid;grid-column:1 / -1;grid-template-columns:1fr 1fr;width:100%;gap:8px}.contact-copy-button,.contact-email-cta{width:100%}.header-actions .button{width:auto}.portrait-wrap{width:100%;height:auto;min-height:0;aspect-ratio:17 / 23;border-radius:18px}.section-heading h2{font-size:39px;line-height:41.34px}.stats-grid{grid-template-columns:1fr}.stat:nth-child(2n){border-left:0}.stat:nth-child(n+2){border-top:1px solid var(--line)}.experience-row{padding:34px 0}.experience-copy h3,.project-copy h3{font-size:26px;line-height:31.2px}.project-copy p,.experience-copy p,.hero-summary,.about-body,.contact-copy p{font-size:16px}.project-visual{min-height:250px;height:250px}.testimonial-card{width:calc(100vw - 44px);flex-basis:calc(100vw - 44px)}.testimonial-marquee{padding-left:18px}.faq-item button{font-size:19px}.footer-links{display:grid}}@media(max-width:360px){.site-header{gap:14px}.nav-cta{width:42px;min-width:42px;padding:0}.nav-cta-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media(max-width:767px){body.mobile-story-route{height:100dvh;min-height:100dvh;overflow:hidden;overscroll-behavior:none;padding-top:0}body.mobile-story-route #root{height:100dvh;overflow:hidden}body.mobile-story-route .desktop-home{display:none}body.mobile-story-route .mobile-story-experience{position:relative;isolation:isolate;display:flex;width:100%;height:100dvh;min-height:100dvh;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,rgba(77,127,255,.07) 0%,transparent 34%),var(--bg);color:var(--ink);outline:none;touch-action:manipulation}.mobile-story-progress{position:fixed;z-index:40;top:max(10px,env(safe-area-inset-top));left:12px;right:12px;display:flex;flex-wrap:nowrap;gap:4px}.mobile-story-progress-segment{display:grid;min-width:0;flex:1 1 0;height:22px;place-items:center;border:0;background:transparent;padding:0;cursor:pointer}.mobile-story-progress-segment span{width:100%;height:3px;border-radius:999px;background:var(--line-strong);opacity:.42;transition:background .18s ease,opacity .18s ease,transform .18s ease}.mobile-story-progress-segment.is-complete span{background:var(--ink);opacity:.72}.mobile-story-progress-segment.is-current span{background:var(--blue);opacity:1;transform:scaleY(1.35)}.mobile-story-stage{position:relative;flex:1 1 auto;min-height:0}.mobile-story-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;min-height:0;padding:calc(env(safe-area-inset-top) + 42px) 16px calc(env(safe-area-inset-bottom) + 82px)}.mobile-story-actions{position:fixed;z-index:45;left:14px;right:14px;bottom:calc(env(safe-area-inset-bottom) + 12px);display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none}.mobile-story-jump-button,.mobile-story-count{pointer-events:auto}.mobile-story-jump-button{display:inline-flex;min-height:46px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-glass);color:var(--ink);box-shadow:0 18px 44px #1118271a;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);padding:0 16px;font-size:14px;font-weight:600}.mobile-story-count{display:inline-grid;min-width:54px;min-height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-glass);color:var(--muted-strong);font-size:13px;font-weight:700;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2)}.mobile-story-page-shell{display:flex;width:100%;height:100%;min-height:0;flex-direction:column;justify-content:center;gap:16px}.mobile-story-page-shell.is-compact{gap:11px}.mobile-story-eyebrow,.mobile-story-label{margin:0;color:var(--muted);font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.mobile-story-page-shell h2,.mobile-story-cover h1{margin:0;max-width:100%;font-family:var(--font-display);font-weight:500;letter-spacing:0;text-wrap:balance}.mobile-story-page-shell h2{font-size:31px;line-height:34px}.mobile-story-lede{margin:0;color:var(--muted-strong);font-size:15px;line-height:22.5px}.mobile-story-cover{position:relative;display:flex;width:100%;height:100%;min-height:0;flex-direction:column;justify-content:center;overflow:hidden}.mobile-story-cover-copy{position:relative;z-index:2;max-width:290px;padding-bottom:120px}.mobile-story-label{display:flex;align-items:center;gap:10px;margin-bottom:18px}.mobile-story-label span{width:10px;height:10px;flex:0 0 auto;border-radius:999px;background:var(--blue)}.mobile-story-cover h1{font-size:51px;line-height:51px}.mobile-story-cover-copy>p:not(.mobile-story-label){margin:16px 0 0;color:var(--muted-strong);font-size:17px;line-height:24.5px}.mobile-story-cover-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.mobile-story-cover-meta span,.mobile-capability-cloud span{border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--muted-strong)}.mobile-story-cover-meta span{padding:8px 11px;font-size:12px;font-weight:700;line-height:1}.mobile-story-portrait{position:absolute;z-index:1;right:-40px;bottom:58px;width:68%;max-width:300px;aspect-ratio:17 / 23;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--blue-soft),var(--mint) 48%,var(--pink))}.mobile-story-portrait img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.mobile-story-tap-cue{position:absolute;z-index:3;top:50%;right:2px;display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-glass);color:var(--ink);font-size:10px;font-weight:800;line-height:1;transform:translateY(-50%)}.mobile-story-tap-cue:before{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid var(--blue);border-radius:inherit;opacity:.38;animation:mobile-tap-ring 1.8s ease-out infinite}.mobile-story-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mobile-story-stat,.mobile-experience-footer,.mobile-faq-card,.mobile-testimonial-card,.mobile-project-preview,.mobile-labrys-card{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.mobile-story-stat{min-height:74px;padding:13px}.mobile-story-stat strong{display:block;font-family:var(--font-display);font-size:29px;font-weight:500;line-height:30px}.mobile-story-stat>span{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:700;line-height:14px;text-transform:uppercase}.mobile-capability-cloud{display:flex;flex-wrap:wrap;gap:7px}.mobile-capability-cloud span{padding:8px 10px;font-size:12px;font-weight:700;line-height:1}.mobile-capability-cloud span:nth-child(4n+1),.mobile-labrys-card:nth-child(4n+1),.mobile-story-stat:nth-child(4n+1){background:var(--blue-soft)}.mobile-capability-cloud span:nth-child(4n+2),.mobile-labrys-card:nth-child(4n+2),.mobile-story-stat:nth-child(4n+2){background:var(--mint)}.mobile-capability-cloud span:nth-child(4n+3),.mobile-labrys-card:nth-child(4n+3),.mobile-story-stat:nth-child(4n+3){background:var(--yellow)}.mobile-capability-cloud span:nth-child(4n),.mobile-labrys-card:nth-child(4n),.mobile-story-stat:nth-child(4n){background:var(--pink)}.mobile-experience-list{display:grid;gap:8px}.mobile-experience-item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:start;border-top:1px solid var(--line);padding-top:10px}.mobile-experience-item:first-child{border-top:0;padding-top:0}.mobile-experience-item>span{color:var(--muted);font-size:11px;font-weight:700;line-height:15px}.mobile-experience-item h3,.mobile-project-preview h3,.mobile-faq-card h3,.mobile-sheet-section h3,.mobile-sheet-product-tab h3{margin:0;font-family:var(--font-display);font-weight:500;letter-spacing:0}.mobile-experience-item h3{font-size:16px;line-height:19px}.mobile-experience-item p{margin:2px 0 0;color:var(--muted);font-size:12px;font-weight:600;line-height:16px}.mobile-experience-footer{display:grid;gap:3px;padding:12px}.mobile-experience-footer strong{font-size:13px;line-height:16px}.mobile-experience-footer span{color:var(--muted);font-size:12px;line-height:16px}.mobile-solo-project-list{display:grid;gap:8px}.mobile-project-preview{display:grid;grid-template-columns:70px minmax(0,1fr) 38px;min-height:76px;align-items:center;gap:10px;padding:8px}.mobile-project-thumb{width:70px;height:54px;overflow:hidden;border-radius:6px;background:var(--soft)}.mobile-project-thumb img{width:100%;height:100%;object-fit:cover}.mobile-project-preview-copy{min-width:0}.mobile-project-preview-copy span,.mobile-labrys-card span{display:block;color:var(--muted);font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}.mobile-project-preview h3{display:-webkit-box;margin-top:5px;overflow:hidden;font-size:17px;line-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:1}.mobile-project-preview button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--ink);color:var(--bg)}.mobile-labrys-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-labrys-card{display:grid;min-height:58px;gap:6px;align-content:center;border-color:var(--line);color:var(--ink);padding:10px;text-align:left}.mobile-labrys-card strong{display:-webkit-box;overflow:hidden;font-family:var(--font-display);font-size:15px;font-weight:500;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-testimonial-list{display:grid;gap:9px}.mobile-testimonial-card{display:grid;gap:12px;padding:13px}.mobile-testimonial-card p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted-strong);font-size:14px;line-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.mobile-testimonial-card>div{display:flex;min-width:0;align-items:center;gap:9px}.mobile-testimonial-avatar{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-weight:800}.mobile-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.mobile-testimonial-card strong,.mobile-testimonial-card small{display:block}.mobile-testimonial-card strong{font-size:13px;line-height:16px}.mobile-testimonial-card small{color:var(--muted);font-size:11px;line-height:15px}.mobile-faq-list{display:grid;gap:0;border-top:1px solid var(--line)}.mobile-faq-card{display:flex;width:100%;min-height:54px;align-items:center;justify-content:space-between;gap:14px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);padding:0;text-align:left;font-family:var(--font-display);font-size:18px;font-weight:500;line-height:22px}.mobile-faq-card span{min-width:0}.mobile-faq-card svg{width:18px;height:18px;flex:0 0 auto;color:var(--muted)}.mobile-faq-answer p{margin:0;color:var(--muted-strong);font-size:16px;line-height:25.6px}.mobile-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-contact-primary,.mobile-contact-secondary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:0 12px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}.mobile-contact-primary{grid-column:1 / -1;background:var(--ink);color:var(--bg)}.mobile-contact-secondary{background:var(--surface-soft);color:var(--ink)}.mobile-sheet-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#00000042}.mobile-bottom-sheet{display:flex;width:100%;max-height:86dvh;min-height:260px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-bottom:0;border-radius:26px 26px 0 0;background:var(--surface);box-shadow:0 -30px 80px #00000038;outline:none;padding-bottom:env(safe-area-inset-bottom);touch-action:pan-y}.mobile-sheet-grabber{display:grid;width:100%;min-height:34px;place-items:center;border:0;background:transparent;color:var(--muted);padding:6px 0 0}.mobile-sheet-grabber span{width:42px;height:4px;border-radius:999px;background:var(--line-strong)}.mobile-sheet-header{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:12px;align-items:start;border-bottom:1px solid var(--line);padding:4px 16px 15px}.mobile-sheet-header span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:800;line-height:1;text-transform:uppercase}.mobile-sheet-header h2{margin:0;font-family:var(--font-display);font-size:26px;font-weight:500;letter-spacing:0;line-height:29px}.mobile-sheet-header button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--ink)}.mobile-sheet-content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 16px 22px}.mobile-jump-list{display:grid;gap:8px}.mobile-jump-option{display:grid;grid-template-columns:42px minmax(0,1fr);min-height:48px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--ink);padding:0 12px;text-align:left}.mobile-jump-option[aria-current=page]{border-color:var(--blue);background:var(--blue-soft)}.mobile-jump-option span{color:var(--muted);font-size:12px;font-weight:800}.mobile-jump-option strong{font-size:15px;line-height:18px}.mobile-jump-theme{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.mobile-jump-theme>span{color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase}.mobile-sheet-project-intro{display:grid;gap:14px}.mobile-sheet-project-intro>p,.mobile-sheet-section p,.mobile-sheet-product-tab>p,.mobile-sheet-note p{margin:0;color:var(--muted-strong);font-size:15px;line-height:23px}.mobile-sheet-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-sheet-meta-grid div{display:grid;gap:4px;min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:10px}.mobile-sheet-meta-grid span{color:var(--muted);font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}.mobile-sheet-meta-grid strong{overflow-wrap:anywhere;font-size:13px;line-height:17px}.mobile-sheet-live-link{width:100%;justify-self:stretch}.mobile-sheet-hero-image,.mobile-sheet-inline-image{display:block;width:100%;height:auto;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--soft);object-fit:cover}.mobile-sheet-hero-image{margin-top:16px}.mobile-sheet-inline-image.cache{border:0;background:transparent;box-shadow:none;object-fit:contain}.mobile-sheet-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;border:0;border-radius:18px;background:#11111109;margin-top:16px;padding:18px}.mobile-sheet-note .personal-callout-mark{width:42px;height:42px;border-radius:9px}.mobile-sheet-note .personal-callout-mark img{object-fit:cover;object-position:center}.mobile-sheet-note p{color:var(--ink);font-size:15px;line-height:23px}:root[data-theme=dark] .mobile-sheet-note{background:#ffffff0e}.mobile-sheet-section,.mobile-sheet-product-tab{display:grid;gap:10px;border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.mobile-sheet-product-tab>small{color:var(--muted);font-size:12px;line-height:18px}.mobile-sheet-section h3,.mobile-sheet-product-tab h3{font-size:23px;line-height:27px}@keyframes mobile-tap-ring{0%{opacity:.42;transform:scale(.82)}70%{opacity:0;transform:scale(1.22)}to{opacity:0;transform:scale(1.22)}}}@media(max-width:767px){body.mobile-story-route .mobile-story-experience{background:var(--bg)}.mobile-story-progress{top:max(4px,env(safe-area-inset-top))}.mobile-story-slide{padding:calc(env(safe-area-inset-top) + 48px) 18px calc(env(safe-area-inset-bottom) + 78px)}.mobile-story-actions{top:auto;right:0;bottom:0;left:0;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:12px;align-items:center;z-index:65;min-height:calc(env(safe-area-inset-bottom) + 68px);background:var(--bg);padding:10px 18px calc(env(safe-area-inset-bottom) + 10px);pointer-events:auto}.mobile-story-actions.is-menu-open{background:transparent}.mobile-story-nav-button{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink)}.mobile-story-nav-button:disabled{cursor:default;opacity:.32}.mobile-story-jump-button{justify-self:center;min-height:48px;border-color:var(--line);background:var(--surface);box-shadow:none;padding:0 18px;color:var(--ink);font-size:15px;font-weight:500}.mobile-story-jump-button{min-height:42px;border-color:var(--line);background:var(--surface);box-shadow:none;padding:0 15px;color:var(--ink);font-size:14px;font-weight:500}.mobile-story-count{display:none}.mobile-story-page-shell{justify-content:flex-start;gap:24px}.mobile-story-page-shell.is-compact{gap:20px}.mobile-story-menu-scrim{position:fixed;z-index:55;top:0;right:0;bottom:0;left:0;border:0;background:#11111124;backdrop-filter:blur(10px) saturate(1.05);-webkit-backdrop-filter:blur(10px) saturate(1.05);padding:0;pointer-events:auto}:root[data-theme=dark] .mobile-story-menu-scrim{background:#0000004d}.mobile-story-menu{position:fixed;z-index:70;right:18px;bottom:calc(env(safe-area-inset-bottom) + 80px);left:18px;display:grid;gap:18px;border-radius:18px;background:var(--surface);box-shadow:0 22px 70px #1118272e;outline:none;padding:22px 20px 20px;pointer-events:auto}.mobile-story-menu-list{display:grid;gap:4px}.mobile-story-menu-option{width:100%;border:0;background:transparent;color:var(--ink);padding:7px 0;text-align:left;font-family:var(--font-display);font-size:26px;font-weight:500;letter-spacing:0;line-height:28px}.mobile-story-menu-option[aria-current=page]{color:var(--blue)}.mobile-story-menu-theme{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);padding:0 16px 0 18px;font-size:15px;font-weight:500}.mobile-story-menu-theme-icons{display:inline-flex;width:50px;height:28px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);padding:0 7px}.mobile-story-eyebrow,.mobile-story-label{margin-bottom:0;color:var(--muted);font-size:12px;font-weight:500;line-height:12px;text-transform:uppercase}.mobile-story-page-shell h2{font-size:39px;line-height:41.34px}.mobile-story-cover{justify-content:flex-start;gap:14px;overflow:hidden}.mobile-story-cover-copy{max-width:none;padding-bottom:0}.mobile-story-label{gap:12px;margin-bottom:20px}.mobile-story-label span{width:12px;height:12px;background:radial-gradient(circle at 64% 18%,#effcfffa 0,#effcfffa 24%,#effcff00 56%),linear-gradient(135deg,#68bfff,#aeeaff 45%,#e7fbff 70%,#7ec9ff)}.mobile-story-cover h1{margin-bottom:14px;font-size:39px;line-height:1.02}.mobile-story-cover .hero-summary{max-width:none;margin-bottom:16px;color:var(--muted);font-size:16px;line-height:22.4px}.mobile-cover-actions{display:flex;align-items:center;gap:10px}.mobile-cover-actions .button{width:auto;min-width:0;padding-right:18px;padding-left:18px}.mobile-cover-resume-button{position:absolute;z-index:3;right:12px;bottom:12px;width:auto;min-width:0;min-height:40px;background:var(--surface-glass);padding:0 14px;box-shadow:0 14px 36px #11182724;backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);font-size:13px;line-height:13px}.mobile-story-portrait{position:relative;right:auto;bottom:auto;width:100%;max-width:none;flex:1 1 auto;min-height:190px;border-radius:18px;background:#dff3ff url(/hero-portrait-gradient.png) center / cover no-repeat}.mobile-story-portrait img{object-position:center 34%}.mobile-story-tap-cue{top:auto;right:28px;bottom:32px}.mobile-story-body{color:var(--muted);font-size:16px;line-height:25.6px}.mobile-story-slide-about .mobile-story-page-shell{gap:12px}.mobile-story-slide-about .mobile-story-page-shell h2{font-size:32px;line-height:34px}.mobile-story-slide-about .mobile-story-body{font-size:14px;line-height:20px}.mobile-story-slide-about .mobile-story-body p{margin-bottom:8px}.mobile-story-slide-about .mobile-story-stat{min-height:96px;padding:15px 10px 8px}.mobile-story-slide-about .mobile-story-stat strong{margin-bottom:9px;font-size:48px;line-height:48px}.mobile-story-body p{margin-bottom:14px}.mobile-story-body p:last-child{margin-bottom:0}.mobile-story-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:auto;overflow:visible;border-top:1px solid var(--line)}.mobile-story-stat,.mobile-story-stat:nth-child(4n+1),.mobile-story-stat:nth-child(4n+2),.mobile-story-stat:nth-child(4n+3),.mobile-story-stat:nth-child(4n){min-height:74px;border:0;border-radius:0;background:transparent;padding:16px 8px 6px}.mobile-story-stat+.mobile-story-stat,.mobile-story-stat:nth-child(2n){border-left:1px solid var(--line)}.mobile-story-stat:nth-child(odd){border-left:0}.mobile-story-stat:nth-child(n+3){border-top:1px solid var(--line)}.mobile-story-stat strong{margin-bottom:7px;font-size:33px;line-height:33px}.mobile-story-stat>span{font-size:10px;font-weight:500;line-height:12px}.mobile-story-slide-about .mobile-story-stat,.mobile-story-slide-about .mobile-story-stat:nth-child(4n+1),.mobile-story-slide-about .mobile-story-stat:nth-child(4n+2),.mobile-story-slide-about .mobile-story-stat:nth-child(4n+3),.mobile-story-slide-about .mobile-story-stat:nth-child(4n){min-height:100px;padding:17px 10px 8px}.mobile-story-slide-about .mobile-story-stat>span{font-size:10.5px;line-height:12.75px}.mobile-capability-cloud{flex:1 1 auto;align-content:flex-start;gap:10px}.mobile-capability-cloud span,.mobile-capability-cloud span:nth-child(4n+1),.mobile-capability-cloud span:nth-child(4n+2),.mobile-capability-cloud span:nth-child(4n+3),.mobile-capability-cloud span:nth-child(4n){border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:12px 16px;font-size:14px;font-weight:500;line-height:14px}.mobile-experience-list{flex:1 1 auto;display:grid;grid-template-rows:repeat(4,auto);align-content:start;gap:0;min-height:0;margin-top:4px}.mobile-experience-item{grid-template-columns:96px minmax(0,1fr);gap:12px;min-height:0;overflow:hidden;border-top:1px solid var(--line);padding:11px 0}.mobile-experience-item:first-child{border-top:0;padding-top:5px}.mobile-experience-item>span{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.mobile-experience-item h3{display:-webkit-box;overflow:hidden;font-size:18px;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-experience-item .mobile-experience-company{display:block;overflow:hidden;margin:4px 0 0;color:var(--muted);font-family:var(--font-display);font-size:18px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.mobile-experience-item .mobile-experience-company:before{content:"—";margin-right:7px;color:var(--muted)}.mobile-experience-item .mobile-experience-description{display:-webkit-box;overflow:hidden;margin-top:5px;color:var(--muted);font-size:12px;font-weight:400;line-height:16px;-webkit-box-orient:vertical;-webkit-line-clamp:1}.mobile-experience-footer{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:2px;border:1px solid var(--line);background:var(--surface);padding:10px}.mobile-education-logo{width:40px;height:40px;border-radius:8px;object-fit:cover}.mobile-education-copy{display:grid;min-width:0;gap:3px}.mobile-education-copy strong{font-size:12px;line-height:15px}.mobile-education-copy span{overflow:hidden;color:var(--muted);font-size:11px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.mobile-experience-footer .mobile-education-year{align-self:start;background:transparent;color:var(--muted);padding:0;font-size:12px;font-weight:500;line-height:14px}.mobile-solo-project-list{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:10px 12px;align-items:start;align-content:start;min-height:0}.mobile-project-preview{display:block;min-height:0;border:0;background:transparent;color:var(--ink);padding:0;text-align:left}.mobile-project-thumb{width:100%;height:auto;min-height:0;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.mobile-project-thumb img{object-fit:contain;background:var(--surface)}.mobile-project-name,.mobile-project-category,.mobile-project-preview-copy span,.mobile-labrys-card span{display:block;color:var(--muted);font-size:11px;font-weight:500;line-height:13px}.mobile-project-name{margin-top:2px;color:var(--ink);font-family:var(--font-display);font-size:18px;line-height:21px}.mobile-project-category{margin-top:8px;text-transform:uppercase}.mobile-story-personal-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;border-radius:18px;background:#11111109;margin-top:auto;padding:18px}.mobile-story-personal-note .personal-callout-mark{width:42px;height:42px;border-radius:9px}.mobile-story-personal-note .personal-callout-mark img{object-fit:cover}.mobile-story-personal-note p{margin:0;color:var(--ink);font-size:15px;line-height:23px}:root[data-theme=dark] .mobile-story-personal-note{background:#ffffff0e}.mobile-capability-note{padding:16px}.mobile-capability-note p{font-size:14px;line-height:20px}.mobile-labrys-grid{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,auto);align-content:start;min-height:0;gap:14px 12px}.mobile-labrys-image-card{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:visible;border:0;background:transparent;color:var(--ink);padding:0;text-align:left}.mobile-labrys-thumb{display:block;width:100%;flex:0 0 auto;min-height:0;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.mobile-labrys-thumb img,.mobile-labrys-thumb .placeholder-canvas{display:block;width:100%;height:100%;min-height:0;background:var(--surface);object-fit:contain}.mobile-labrys-category{display:block;margin-top:8px;color:var(--muted);font-size:11px;font-weight:500;line-height:13px;text-transform:uppercase}.mobile-labrys-name{display:-webkit-box;margin-top:2px;overflow:hidden;color:var(--ink);font-family:var(--font-display);font-size:18px;font-weight:500;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-labrys-card,.mobile-labrys-card:nth-child(4n+1),.mobile-labrys-card:nth-child(4n+2),.mobile-labrys-card:nth-child(4n+3),.mobile-labrys-card:nth-child(4n){min-height:0;border-color:var(--line);background:var(--surface);padding:12px}.mobile-labrys-card strong{font-size:18px;line-height:21px}.mobile-testimonial-list,.mobile-faq-list{flex:1 1 auto;display:grid;min-height:0}.mobile-testimonial-list{grid-template-rows:repeat(3,minmax(0,1fr))}.mobile-reference-stack{position:relative;width:min(100%,342px);flex:0 0 auto;aspect-ratio:1 / 1.04;align-self:center;display:grid;min-height:0;margin:auto auto 0;padding-bottom:18px}.mobile-reference-card-shadow{position:absolute;border:1px solid var(--line);border-radius:24px;background:var(--surface-soft);opacity:.72;pointer-events:none}.mobile-reference-card-shadow.is-second{top:10px;right:10px;bottom:0;left:10px;transform:translateY(8px)}.mobile-reference-card-shadow.is-third{top:18px;right:20px;bottom:0;left:20px;transform:translateY(14px);opacity:.42}.mobile-reference-card{position:relative;z-index:2;display:flex;height:100%;min-height:0;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:24px;background:var(--surface-soft);padding:30px}.mobile-reference-card p{display:block;margin:0;overflow:visible;color:var(--ink);font-family:var(--font-display);font-size:19px;font-weight:500;line-height:26px;-webkit-line-clamp:unset}.mobile-reference-card>div{display:flex;min-width:0;align-items:center;gap:14px;margin-top:24px}.mobile-reference-card .mobile-testimonial-avatar{width:48px;height:48px;flex:0 0 48px;border:0;background:var(--blue-soft)}.mobile-reference-card strong{font-size:16px;font-weight:500;line-height:19.2px}.mobile-reference-card small{margin-top:4px;color:var(--muted);font-size:14px;font-weight:400;line-height:16.8px}.mobile-reference-controls{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;margin-bottom:auto;text-align:center}.mobile-reference-next{display:inline-flex;min-height:44px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0 16px;font-size:14px;font-weight:500}.mobile-reference-controls>span{color:var(--muted);font-size:13px;font-weight:500;line-height:16px}.mobile-contact-page{gap:14px}.mobile-contact-hero{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.mobile-contact-avatar{display:block;width:120px;height:120px;overflow:hidden;border-radius:18px}.mobile-contact-avatar img{display:block;width:100%;height:100%;object-fit:cover}.mobile-contact-hero h2{margin:0;font-size:30px;line-height:32px}.mobile-contact-copy{display:grid;gap:8px}.mobile-contact-copy p{margin:0;color:var(--muted);font-size:14px;line-height:20px}.mobile-contact-resume-action{display:flex;align-items:center}.mobile-contact-resume-action .button{width:auto;min-width:0;min-height:36px;padding:0 16px;font-size:12.5px;line-height:12.5px}.mobile-contact-widget{display:grid;gap:8px;margin-top:auto}.mobile-contact-widget-section{display:grid;gap:6px}.mobile-contact-widget-section h3{margin:0;color:var(--ink);font-family:var(--font-display);font-size:20px;font-weight:500;line-height:23px;text-transform:none}.mobile-contact-widget .contact-email-address{min-height:0;border-radius:16px;background:var(--surface);padding:8px 12px;font-size:13px;line-height:15px}.mobile-contact-widget .contact-email-actions{gap:6px;margin-top:5px}.mobile-contact-widget .contact-copy-button,.mobile-contact-widget .contact-email-cta{min-height:31px;font-size:12px}.mobile-contact-widget .contact-links{gap:5px}.mobile-contact-widget .contact-links a{width:100%;min-height:35px;padding:0 12px;font-size:13px}.mobile-faq-list{flex:1 1 auto;grid-template-rows:repeat(7,minmax(0,1fr))}.mobile-faq-card,.mobile-faq-card:nth-child(n){border-right:0;border-left:0;border-color:var(--line);background:transparent}.mobile-testimonial-card{border-color:var(--line);background:var(--surface)}.mobile-contact-actions{margin-top:auto}.mobile-contact-primary,.mobile-contact-secondary{font-size:15px;font-weight:500}}@media(max-width:374px){body.mobile-story-route .mobile-story-slide{padding:calc(env(safe-area-inset-top) + 42px) 13px calc(env(safe-area-inset-bottom) + 78px)}body.mobile-story-route .mobile-story-page-shell{gap:15px}body.mobile-story-route .mobile-story-page-shell h2{font-size:39px;line-height:41.34px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell{gap:7px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell h2{font-size:26px;line-height:27.5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body{font-size:12.75px;line-height:17.5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body p{margin-bottom:6px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat,body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(4n+1),body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(4n+2),body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(4n+3),body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(4n){min-height:70px;padding:10px 8px 6px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat strong{margin-bottom:5px;font-size:32px;line-height:32px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat>span{font-size:9px;line-height:10.5px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-page-shell{gap:11px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-page-shell h2{font-size:32px;line-height:34px}body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell{gap:10px}body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell h2{font-size:30px;line-height:32px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-stack{aspect-ratio:1 / 1.14;padding-bottom:16px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card{padding:24px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card p{font-size:17px;line-height:23px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card>div{margin-top:20px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-solo-project-list{gap:7px 10px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-project-category{margin-top:5px;font-size:10px;line-height:11px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-project-name{font-size:16px;line-height:18px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:12px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note .personal-callout-mark{width:36px;height:36px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note p{font-size:13px;line-height:18px}body.mobile-story-route .mobile-story-cover h1{font-size:36px;line-height:1.02}body.mobile-story-route .mobile-story-cover-copy{max-width:none}body.mobile-story-route .mobile-story-portrait{min-height:184px}body.mobile-story-route .mobile-story-cover-copy>p:not(.mobile-story-label),body.mobile-story-route .mobile-story-lede{font-size:14px;line-height:21px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-description{display:none}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-list{margin-top:2px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item{gap:10px;padding:9px 0}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item:first-child{padding-top:3px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item .mobile-experience-company{margin-top:3px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-footer{margin-top:1px}body.mobile-story-route .mobile-contact-page{gap:6px}body.mobile-story-route .mobile-contact-hero{gap:7px}body.mobile-story-route .mobile-contact-avatar{width:80px;height:80px;border-radius:13px}body.mobile-story-route .mobile-contact-page h2{font-size:25px;line-height:27px}body.mobile-story-route .mobile-contact-copy{gap:5px}body.mobile-story-route .mobile-contact-copy p{font-size:12.25px;line-height:16.75px}body.mobile-story-route .mobile-contact-resume-action .button{min-height:31px;padding:0 12px;font-size:11px}body.mobile-story-route .mobile-contact-widget{gap:4px;margin-top:auto}body.mobile-story-route .mobile-contact-widget-section{gap:3px}body.mobile-story-route .mobile-contact-widget-section h3{font-size:16px;line-height:18.5px}body.mobile-story-route .mobile-contact-widget .contact-email-address{border-radius:14px;padding:6px 10px;font-size:11.5px;line-height:14px}body.mobile-story-route .mobile-contact-widget .contact-email-actions{gap:5px;margin-top:5px}body.mobile-story-route .mobile-contact-widget .contact-copy-button,body.mobile-story-route .mobile-contact-widget .contact-email-cta{min-height:27px;font-size:11px}body.mobile-story-route .mobile-contact-widget .contact-links{gap:4px}body.mobile-story-route .mobile-contact-widget .contact-links a{min-height:28px;padding:0 10px;font-size:11.5px}body.mobile-story-route .mobile-capability-cloud span{padding:7px 8px;font-size:11px}body.mobile-story-route .mobile-labrys-card{min-height:52px;padding:8px}body.mobile-story-route .mobile-labrys-card strong{font-size:14px;line-height:16px}}@media(max-width:767px)and (max-height:720px){body.mobile-story-route .mobile-story-slide{padding:calc(env(safe-area-inset-top) + 38px) 14px calc(env(safe-area-inset-bottom) + 64px)}body.mobile-story-route .mobile-story-actions{grid-template-columns:48px minmax(0,1fr) 48px;min-height:calc(env(safe-area-inset-bottom) + 60px);padding:6px 14px calc(env(safe-area-inset-bottom) + 6px)}body.mobile-story-route .mobile-story-nav-button{width:42px;height:42px}body.mobile-story-route .mobile-story-jump-button{min-height:40px;padding:0 14px;font-size:13px}body.mobile-story-route .mobile-story-page-shell,body.mobile-story-route .mobile-story-cover{gap:10px;overflow-y:auto;scrollbar-width:none}body.mobile-story-route .mobile-story-page-shell::-webkit-scrollbar,body.mobile-story-route .mobile-story-cover::-webkit-scrollbar{display:none}body.mobile-story-route .mobile-story-page-shell.is-compact{gap:8px}body.mobile-story-route .mobile-story-page-shell h2{font-size:31px;line-height:33px}body.mobile-story-route .mobile-story-cover{overflow-x:hidden}body.mobile-story-route .mobile-story-label{margin-bottom:10px}body.mobile-story-route .mobile-story-cover h1{margin-bottom:8px;font-size:34px;line-height:35px}body.mobile-story-route .mobile-story-cover .hero-summary{margin-bottom:6px;font-size:13px;line-height:18px}body.mobile-story-route .mobile-story-portrait{min-height:130px}body.mobile-story-route .mobile-cover-resume-button{min-height:36px;padding:0 12px;font-size:12px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell{gap:7px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell h2{font-size:28px;line-height:30px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body{font-size:12.75px;line-height:17.5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body p{margin-bottom:5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat,body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(n){min-height:64px;padding:9px 8px 5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat strong{margin-bottom:4px;font-size:31px;line-height:31px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat>span{font-size:9px;line-height:10px}body.mobile-story-route .mobile-story-slide-capabilities .mobile-story-page-shell h2{font-size:29px;line-height:31px}body.mobile-story-route .mobile-capability-cloud{flex:0 1 auto;gap:6px}body.mobile-story-route .mobile-capability-cloud span,body.mobile-story-route .mobile-capability-cloud span:nth-child(n){padding:6px 8px;font-size:10.5px;line-height:11px}body.mobile-story-route .mobile-story-personal-note{grid-template-columns:34px minmax(0,1fr);gap:9px;margin-top:auto;padding:11px}body.mobile-story-route .mobile-story-personal-note .personal-callout-mark{width:34px;height:34px}body.mobile-story-route .mobile-story-personal-note p,body.mobile-story-route .mobile-capability-note p{font-size:12px;line-height:16px}body.mobile-story-route .mobile-story-slide-experience .mobile-story-page-shell{gap:6px}body.mobile-story-route .mobile-story-slide-experience .mobile-story-page-shell h2{font-size:28px;line-height:30px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item{padding:8px 0}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item:first-child{padding-top:2px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-labrys-projects .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-labrys-projects-2 .mobile-story-page-shell h2{font-size:29px;line-height:31px}body.mobile-story-route .mobile-solo-project-list,body.mobile-story-route .mobile-labrys-grid{gap:8px 10px}body.mobile-story-route .mobile-project-category,body.mobile-story-route .mobile-labrys-category{margin-top:5px;font-size:9.5px;line-height:11px}body.mobile-story-route .mobile-project-name,body.mobile-story-route .mobile-labrys-name{font-size:16px;line-height:18px}body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell{gap:8px}body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell h2{font-size:28px;line-height:30px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-stack{width:min(100%,260px);margin-top:auto;padding-bottom:12px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card{padding:20px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card p{font-size:15px;line-height:20px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card>div{gap:10px;margin-top:12px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card .mobile-testimonial-avatar{width:40px;height:40px;flex-basis:40px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-controls{gap:3px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-next{min-height:40px}body.mobile-story-route .mobile-story-slide-faq .mobile-story-page-shell{gap:8px}body.mobile-story-route .mobile-faq-card{font-size:15px;line-height:18px}body.mobile-story-route .mobile-contact-page{gap:6px}body.mobile-story-route .mobile-contact-hero{flex-direction:row;align-items:center;gap:10px}body.mobile-story-route .mobile-contact-avatar{width:68px;height:68px;flex:0 0 68px;border-radius:12px}body.mobile-story-route .mobile-contact-hero h2{font-size:25px;line-height:27px}body.mobile-story-route .mobile-contact-copy{gap:4px}body.mobile-story-route .mobile-contact-copy p{font-size:11.75px;line-height:15.75px}body.mobile-story-route .mobile-contact-resume-action .button{min-height:29px;padding:0 11px;font-size:10.5px}body.mobile-story-route .mobile-contact-widget{gap:4px;margin-top:auto}body.mobile-story-route .mobile-contact-widget-section{gap:3px}body.mobile-story-route .mobile-contact-widget-section h3{font-size:15px;line-height:17px}body.mobile-story-route .mobile-contact-widget .contact-email-address{grid-template-columns:auto minmax(0,1fr);gap:6px;padding:5px 8px;font-size:11px;line-height:13px}body.mobile-story-route .mobile-contact-widget .contact-email-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:1px}body.mobile-story-route .mobile-contact-widget .contact-copy-button,body.mobile-story-route .mobile-contact-widget .contact-email-cta{min-height:25px;font-size:10px}body.mobile-story-route .mobile-contact-widget .contact-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}body.mobile-story-route .mobile-contact-widget .contact-links a{min-height:29px;gap:4px;padding:0 7px;font-size:10px}body.mobile-story-route .mobile-contact-widget .contact-links a>svg:last-child{display:none}body.mobile-story-route .mobile-story-menu{bottom:calc(env(safe-area-inset-bottom) + 66px);gap:12px;padding:15px 18px}body.mobile-story-route .mobile-story-menu-option{padding:4px 0;font-size:21px;line-height:23px}body.mobile-story-route .mobile-story-menu-theme{min-height:44px;font-size:13px}}@media(max-width:767px)and (max-height:600px){body.mobile-story-route .mobile-story-slide{padding:calc(env(safe-area-inset-top) + 34px) 13px calc(env(safe-area-inset-bottom) + 58px)}body.mobile-story-route .mobile-story-actions{min-height:calc(env(safe-area-inset-bottom) + 56px);padding-top:5px;padding-bottom:calc(env(safe-area-inset-bottom) + 5px)}body.mobile-story-route .mobile-story-page-shell,body.mobile-story-route .mobile-story-page-shell.is-compact,body.mobile-story-route .mobile-story-cover{gap:6px}body.mobile-story-route .mobile-story-page-shell h2{font-size:26px;line-height:28px}body.mobile-story-route .mobile-story-label{margin-bottom:6px}body.mobile-story-route .mobile-story-cover h1{margin-bottom:5px;font-size:29px;line-height:30px}body.mobile-story-route .mobile-story-cover .hero-summary{margin-bottom:3px;font-size:11.75px;line-height:15.75px}body.mobile-story-route .mobile-story-portrait{min-height:82px}body.mobile-story-route .mobile-cover-resume-button{right:8px;bottom:8px;min-height:30px;padding:0 10px;font-size:10px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell{gap:4px}body.mobile-story-route .mobile-story-slide-about .mobile-story-page-shell h2{font-size:24px;line-height:26px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body{font-size:11px;line-height:14.5px}body.mobile-story-route .mobile-story-slide-about .mobile-story-body p{margin-bottom:3px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat,body.mobile-story-route .mobile-story-slide-about .mobile-story-stat:nth-child(n){min-height:53px;padding:6px 7px 4px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat strong{margin-bottom:2px;font-size:26px;line-height:26px}body.mobile-story-route .mobile-story-slide-about .mobile-story-stat>span{font-size:8px;line-height:9px}body.mobile-story-route .mobile-story-slide-capabilities .mobile-story-page-shell h2{font-size:24px;line-height:26px}body.mobile-story-route .mobile-capability-cloud{gap:4px}body.mobile-story-route .mobile-capability-cloud span,body.mobile-story-route .mobile-capability-cloud span:nth-child(n){padding:5px 6px;font-size:9px;line-height:9.5px}body.mobile-story-route .mobile-story-personal-note{grid-template-columns:29px minmax(0,1fr);gap:7px;padding:8px}body.mobile-story-route .mobile-story-personal-note .personal-callout-mark{width:29px;height:29px}body.mobile-story-route .mobile-story-personal-note p,body.mobile-story-route .mobile-capability-note p{font-size:10.25px;line-height:13.5px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note{grid-template-columns:29px minmax(0,1fr);gap:7px;padding:8px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note .personal-callout-mark{width:29px;height:29px}body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-personal-note p{font-size:10.25px;line-height:13.5px}body.mobile-story-route .mobile-story-slide-experience .mobile-story-page-shell{gap:4px}body.mobile-story-route .mobile-story-slide-experience .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-solo-work .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-labrys-projects .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-labrys-projects-2 .mobile-story-page-shell h2,body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell h2{font-size:24px;line-height:26px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-description{display:none}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item{grid-template-columns:82px minmax(0,1fr);gap:8px;padding:6px 0}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item>span{font-size:10px;line-height:13px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-item h3,body.mobile-story-route .mobile-story-slide-experience .mobile-experience-company{font-size:14px;line-height:16px}body.mobile-story-route .mobile-story-slide-experience .mobile-experience-footer{grid-template-columns:34px minmax(0,1fr) auto;padding:6px}body.mobile-story-route .mobile-education-logo{width:34px;height:34px}body.mobile-story-route .mobile-solo-project-list,body.mobile-story-route .mobile-labrys-grid{gap:6px 8px}body.mobile-story-route .mobile-project-category,body.mobile-story-route .mobile-labrys-category{margin-top:3px;font-size:8.5px;line-height:9.5px}body.mobile-story-route .mobile-project-name,body.mobile-story-route .mobile-labrys-name{font-size:14px;line-height:16px}body.mobile-story-route .mobile-story-slide-references .mobile-story-page-shell{gap:5px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-stack{width:min(100%,220px);padding-bottom:8px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card{border-radius:18px;padding:15px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card p{font-size:13px;line-height:17.5px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card>div{gap:8px;margin-top:8px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card .mobile-testimonial-avatar{width:34px;height:34px;flex-basis:34px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card strong{font-size:13px;line-height:15px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-card small{margin-top:2px;font-size:10.5px;line-height:12px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-next{min-height:34px;padding:0 12px;font-size:11px}body.mobile-story-route .mobile-story-slide-references .mobile-reference-controls>span{font-size:10px;line-height:12px}body.mobile-story-route .mobile-faq-card{font-size:13px;line-height:15px}body.mobile-story-route .mobile-contact-avatar{width:50px;height:50px;flex-basis:50px;border-radius:9px}body.mobile-story-route .mobile-contact-hero h2{font-size:21px;line-height:23px}body.mobile-story-route .mobile-contact-copy p{font-size:10.25px;line-height:13.5px}body.mobile-story-route .mobile-contact-widget-section h3{font-size:13px;line-height:14px}body.mobile-story-route .mobile-story-menu{gap:8px;padding:11px 15px}body.mobile-story-route .mobile-story-menu-option{padding:2px 0;font-size:18px;line-height:20px}body.mobile-story-route .mobile-story-menu-theme{min-height:38px;font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
