:root{--navy: #0b1220;--white: #ffffff;--blue: #2563eb;--cyan: #06b6d4;--bg-color: #ffffff;--bg-elevated: #f4f7fb;--text-color: #0b1220;--accent-color: #2563eb;--accent-hover: #1d4ed8;--accent-soft: rgba(37, 99, 235, .1);--on-accent: #ffffff;--highlight: #06b6d4;--highlight-soft: rgba(6, 182, 212, .14);--secondary-text: #64748b;--border-color: rgba(11, 18, 32, .1);--header-bg: rgba(255, 255, 255, .82);--header-border: rgba(11, 18, 32, .08);--surface: rgba(11, 18, 32, .03);--live: #06b6d4;--grid-line: rgba(6, 182, 212, .09);--font-main: "Outfit", "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--ease-out: cubic-bezier(.16, 1, .3, 1);--spacing-lg: 4.25rem;--spacing-xl: 7.25rem;--container-width: 1220px;--header-height: 72px;color-scheme:light}[data-theme=dark]{--bg-color: #0b1220;--bg-elevated: #121a2e;--text-color: #ffffff;--accent-color: #2563eb;--accent-hover: #3b82f6;--accent-soft: rgba(37, 99, 235, .18);--on-accent: #ffffff;--highlight: #06b6d4;--highlight-soft: rgba(6, 182, 212, .16);--secondary-text: #94a3b8;--border-color: rgba(255, 255, 255, .1);--header-bg: rgba(11, 18, 32, .8);--header-border: rgba(255, 255, 255, .08);--surface: rgba(255, 255, 255, .035);--live: #06b6d4;--grid-line: rgba(6, 182, 212, .08);color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background:var(--bg-color);color:var(--text-color);font-size:1.125rem;line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}img,svg{max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:2000;padding:.7rem 1.1rem;background:var(--accent-color);color:var(--on-accent)}.skip-link:focus{top:1rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 clamp(1.15rem,4vw,2.25rem);width:100%}.section{padding:var(--spacing-xl) 0}.section-kicker{font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-color);margin-bottom:.85rem;font-weight:500}.section-kicker span{color:var(--highlight);margin-right:.85rem;letter-spacing:.08em}.section-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;letter-spacing:-.045em;line-height:1.06;max-width:16ch;margin-bottom:.85rem}.section-intro{color:var(--secondary-text);max-width:38rem;font-size:1.2rem;font-weight:300;line-height:1.7}.section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.25rem 4rem;align-items:end;margin-bottom:3.25rem}.work-section .section-head{margin-bottom:4rem}.experience-section .section-head{margin-bottom:3.75rem}.section-head .section-intro{padding-left:8%}.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.9rem 1.45rem;font-weight:500;font-size:1.05rem;border:1px solid transparent;transition:transform .3s var(--ease-out),background-color .3s var(--ease-out),border-color .3s var(--ease-out),color .3s var(--ease-out)}.btn-label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:inherit}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent-color);color:var(--on-accent)}.btn-primary:before{content:"";position:absolute;inset:0;background:var(--accent-hover);transform:scale(0);transition:transform .35s var(--ease-out)}.btn-primary[data-from=left]:before{transform-origin:left center}.btn-primary[data-from=right]:before{transform-origin:right center}.btn-primary[data-from=top]:before{transform-origin:center top}.btn-primary[data-from=bottom]:before{transform-origin:center bottom}.btn-primary:hover:before{transform:scale(1)}.btn-outline{border-color:var(--border-color);color:var(--text-color)}.btn-outline:hover{border-color:var(--accent-color);color:var(--accent-color)}h1,h2,h3{font-family:var(--font-main);font-weight:400;letter-spacing:-.035em;line-height:1.1}@media(max-width:768px){.section{padding:var(--spacing-lg) 0}.section-head{grid-template-columns:1fr;gap:.75rem}.section-head .section-intro{padding-left:0}.section-title{max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header{position:sticky;top:0;z-index:30;height:var(--header-height);background:transparent;border-bottom:1px solid transparent}.header.scrolled{background:var(--header-bg);border-bottom-color:var(--header-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.scroll-progress{position:absolute;left:0;right:0;top:0;height:1px;background:var(--highlight);transform-origin:0 50%}.header-content{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.logo{display:flex;align-items:center;gap:.65rem;min-height:44px;font-size:1.05rem;font-weight:500;letter-spacing:-.02em;z-index:31}.logo-mark{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;color:var(--accent-color);border:1px solid var(--border-color);padding:.28rem .38rem}.nav-desktop{display:none;align-items:center}.nav-link{position:relative;font-size:.98rem;color:var(--secondary-text);padding:.45rem .72rem;transition:color .25s var(--ease-out)}.nav-link:hover,.nav-link.is-active{color:var(--text-color)}.nav-desktop .nav-link:after{content:"";position:absolute;left:.72rem;right:.72rem;bottom:.12rem;height:1px;background:var(--accent-color);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease-out)}.nav-desktop .nav-link.is-active:after,.nav-desktop .nav-link:hover:after{transform:scaleX(1)}.theme-toggle,.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--secondary-text)}.header-actions{display:flex;z-index:31}.nav-mobile{position:fixed;inset:0;background:var(--bg-color);display:flex;flex-direction:column;justify-content:center;padding:5rem 1.5rem 2rem;gap:.2rem;z-index:20}.nav-link.mobile{display:flex;align-items:baseline;gap:1rem;font-size:clamp(2rem,8vw,2.7rem);color:var(--text-color);padding:.5rem 0;min-height:52px}.nav-link.mobile:focus-visible,.nav-link.mobile:hover,.nav-link.mobile.is-active{color:var(--accent-color)}.nav-link.mobile span{font-family:var(--font-mono);font-size:.8rem;color:var(--secondary-text)}@media(max-width:360px){.logo{font-size:0;gap:0}.logo-mark{font-size:.78rem}}@media(min-width:900px){.nav-desktop{display:flex}.header-actions{display:none}}.live-pipeline{border:1px solid var(--border-color);background:var(--bg-color);padding:1rem 1.1rem .85rem;min-width:15rem;box-shadow:inset 0 1px #ffffff14}.live-pipeline-head{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-text);margin-bottom:.7rem;padding-bottom:.7rem;border-bottom:1px solid var(--border-color)}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--live);animation:live-pulse 2.2s var(--ease-out) infinite}.live-pipeline ol{position:relative}.live-pipeline ol:before{content:"";position:absolute;left:0;top:.4rem;bottom:.4rem;width:1px;background:var(--highlight-soft)}.live-pipeline li{display:block}.live-pipeline li button{position:relative;display:grid;grid-template-columns:1.8rem 1fr;gap:.5rem;width:100%;padding:.48rem 0 .48rem .55rem;font-size:1rem;color:var(--secondary-text);letter-spacing:-.02em;text-align:left;min-height:36px;transition:color .3s var(--ease-out)}.live-pipeline li button.is-active,.live-pipeline li button:hover{color:var(--text-color)}.live-id{font-family:var(--font-mono);font-size:.75rem;padding-top:.18rem}.live-scan{position:absolute;left:0;top:.35rem;bottom:.35rem;width:2px;background:var(--highlight)}@keyframes live-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.8);opacity:.4}}@media(prefers-reduced-motion:reduce){.live-dot{animation:none}}.hero-section{min-height:100dvh;display:flex;align-items:center;padding:calc(var(--header-height) + 2rem) 0 3.5rem;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:56px 56px;background-position:center top}.hero-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(16rem,.9fr);gap:2.5rem 4rem;align-items:end}.hero-eyebrow{font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-color);margin-bottom:1.15rem;font-weight:500}.hero-headline{font-size:clamp(2.5rem,5.8vw,4.25rem);font-weight:400;letter-spacing:-.048em;line-height:1.02;margin-bottom:1.3rem}.hero-line{display:block}.hero-word-wrap{display:inline-block;overflow:hidden;margin-right:.28em;vertical-align:bottom}.hero-word{display:inline-block}.hero-subheadline{max-width:40rem;color:var(--secondary-text);font-weight:300;font-size:1.2rem;line-height:1.7;margin-bottom:1.85rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.65rem}.hero-visual{position:relative;display:grid;justify-items:end;transform-style:preserve-3d}.hero-portrait{margin:0;max-width:22rem;width:100%;position:relative}.hero-tick{position:absolute;width:18px;height:18px;z-index:1;pointer-events:none}.hero-tick-tl{top:12%;left:6%;border-top:1px solid var(--highlight);border-left:1px solid var(--highlight)}.hero-tick-br{right:8%;bottom:14%;border-right:1px solid var(--highlight);border-bottom:1px solid var(--highlight)}.hero-portrait img{width:100%;height:auto;display:block;object-fit:contain;object-position:bottom center;animation:portrait-float 5.8s ease-in-out infinite}@keyframes portrait-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-visual .live-pipeline{position:absolute;left:0;bottom:8%;z-index:1}.hero-metrics{display:grid;grid-template-columns:1.5fr 1fr 1.15fr .9fr;gap:1.25rem 2rem;margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--highlight-soft)}.hero-metrics li{display:flex;flex-direction:column;gap:.35rem;font-size:.98rem;color:var(--secondary-text);font-weight:300}.hero-metrics span{font-family:var(--font-mono);font-size:1.65rem;color:var(--accent-color);letter-spacing:-.03em}.hero-metrics li:first-child span{font-size:2rem}@media(max-width:900px){.hero-section{min-height:unset;padding-top:calc(var(--header-height) + 1.25rem)}.hero-layout{grid-template-columns:1fr;gap:2.25rem}.hero-visual{justify-items:start;max-width:22rem}.hero-visual .live-pipeline{position:relative;left:auto;bottom:auto;margin-top:-1.5rem;margin-left:1rem}.hero-metrics{grid-template-columns:1fr 1fr}}@media(max-width:430px){.hero-metrics{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hero-portrait img{animation:none}}.work-section{padding-bottom:calc(var(--spacing-xl) + 1rem)}.work-list{display:grid;gap:4.5rem}.work-case{scroll-margin-top:calc(var(--header-height) + 1.25rem);display:grid;gap:2rem 3.5rem;align-items:end;padding-bottom:4.5rem;border-bottom:1px solid var(--border-color)}.work-case:last-child{padding-bottom:0;border-bottom:none}.work-case--split{grid-template-columns:minmax(0,1.15fr) minmax(17rem,.95fr)}.work-case--reverse{grid-template-columns:minmax(17rem,.95fr) minmax(0,1.15fr)}.work-case--reverse .work-copy{order:2}.work-case--stacked{grid-template-columns:1fr;align-items:start}.work-case--stacked .work-diagram{max-width:40rem}.work-copy{position:relative;min-width:0}.work-index{font-family:var(--font-mono);font-size:clamp(3.5rem,8vw,6.5rem);line-height:.8;letter-spacing:-.08em;color:var(--accent-soft);position:absolute;top:-.35rem;left:-.08em;pointer-events:none;-webkit-user-select:none;user-select:none}.work-meta{position:relative;display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary-text);margin:0 0 .85rem}.work-copy h3{position:relative;font-size:clamp(1.85rem,3.4vw,2.65rem);letter-spacing:-.04em;margin-bottom:.7rem;max-width:16ch}.work-statement{position:relative;color:var(--secondary-text);font-weight:300;font-size:1.15rem;max-width:38rem;margin:0 0 1.5rem}.work-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.25rem;margin:0 0 1.75rem;padding:1rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.work-facts dt{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--highlight);margin-bottom:.3rem}.work-facts dd{margin:0;font-size:.98rem}.work-story{display:grid;gap:1.1rem;margin-bottom:1.5rem}.work-story>div p:first-child{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-color);margin-bottom:.28rem}.work-story>div p:last-child{margin:0;color:var(--secondary-text);font-weight:300;max-width:42rem}.work-link{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.work-link:hover{color:var(--accent-color)}.work-link.is-muted{color:var(--secondary-text)}.work-diagram{margin:0;min-height:16rem;border:1px solid var(--border-color);background:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px),var(--surface);background-size:28px 28px,28px 28px,auto;display:grid;place-items:center;padding:.75rem}.work-diagram svg{width:100%;height:auto;max-height:16.5rem;overflow:visible}.work-diagram text{fill:var(--text-color);font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-anchor:middle}.work-diagram .wd-sub,.work-diagram .wd-axis{fill:var(--secondary-text);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.work-diagram .wd-axis{text-anchor:start}.work-diagram .wd-frame{fill:var(--bg-color);stroke:var(--border-color);stroke-width:1.2}.work-diagram .wd-live{stroke:var(--accent-color)}.work-diagram .wd-gate{fill:var(--accent-soft);stroke:var(--accent-color);stroke-width:1.2}.work-diagram .wd-line{fill:none;stroke:var(--secondary-text);stroke-width:1.2}.work-diagram .wd-threshold{fill:none;stroke:var(--highlight);stroke-width:1.2;stroke-dasharray:4 4}.work-diagram .wd-plot{fill:none;stroke:var(--accent-color);stroke-width:1.8}.work-diagram:not(.is-static) .wd-live{animation:work-pulse 3.2s var(--ease-out) infinite}@keyframes work-pulse{50%{stroke:var(--highlight)}}@media(max-width:900px){.work-case--split,.work-case--reverse{grid-template-columns:1fr}.work-case--reverse .work-copy{order:0}.work-list,.work-case{gap:2rem;padding-bottom:2.5rem}.work-facts{grid-template-columns:1fr}.work-index{font-size:3.25rem}}.expertise-section{background:var(--bg-elevated);border-block:1px solid var(--border-color)}.capability-map{display:grid;grid-template-columns:minmax(14rem,.78fr) minmax(0,1.22fr);gap:2rem 4rem;align-items:start}.capability-index{display:grid;border-top:1px solid var(--border-color)}.capability-tab{display:grid;grid-template-columns:2.4rem minmax(0,1fr);gap:.75rem;align-items:baseline;width:100%;text-align:left;padding:1.05rem .35rem 1.05rem 0;border-bottom:1px solid var(--border-color);min-height:52px;color:var(--secondary-text);transition:color .25s var(--ease-out)}.capability-tab span:first-child{font-family:var(--font-mono);font-size:.78rem;color:var(--highlight)}.capability-tab span:last-child{font-size:1.2rem;letter-spacing:-.03em;color:inherit}.capability-tab:hover,.capability-tab.is-active{color:var(--text-color)}.capability-tab.is-active{box-shadow:inset 3px 0 0 var(--accent-color);padding-left:.7rem}.capability-panel{min-height:22rem;padding:.2rem 0 .2rem .2rem}.capability-kicker{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--highlight);margin-bottom:.7rem}.capability-detail h3{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.045em;margin-bottom:.85rem;max-width:12ch}.capability-solves{color:var(--secondary-text);font-weight:300;font-size:1.2rem;max-width:34rem;margin:0 0 2rem}.capability-detail dl{display:grid;gap:1.35rem;border-top:1px solid var(--border-color);padding-top:1.35rem}.capability-detail dt{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-color);margin-bottom:.45rem}.capability-detail dd{margin:0;font-size:1.05rem}.capability-detail dd ul{display:grid;gap:.35rem}.capability-related a{color:var(--text-color);border-bottom:1px solid var(--border-color);padding-bottom:.08rem;transition:color .25s var(--ease-out),border-color .25s var(--ease-out)}.capability-related a:hover{color:var(--accent-color);border-bottom-color:var(--accent-color)}.tool-marquee{margin-top:3.25rem;overflow:hidden;border-top:1px solid var(--border-color);padding:.9rem 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.tool-track{display:flex;gap:2.6rem;width:max-content;font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-text);animation:marquee 30s linear infinite}.tool-track span:after{content:"";display:inline-block;width:4px;height:4px;margin-left:2.6rem;background:var(--highlight);vertical-align:middle;transform:translateY(-1px)}.tool-track.is-static{animation:none}.tool-marquee:hover .tool-track:not(.is-static){animation-duration:48s;animation-direction:reverse}@keyframes marquee{to{transform:translate(-50%)}}@media(max-width:768px){.capability-map{grid-template-columns:1fr;gap:1.5rem}.capability-panel{min-height:0}.capability-tab.is-active{box-shadow:inset 0 -2px 0 var(--accent-color);padding-left:0}.capability-detail h3{max-width:none}}@media(prefers-reduced-motion:reduce){.tool-track{animation:none}}.experience-section{overflow:hidden}.timeline{position:relative;margin:0;padding:.35rem 0 0}.timeline:before{content:"";position:absolute;left:5.15rem;top:.4rem;bottom:.4rem;width:1px;background:var(--border-color)}.timeline-item{position:relative;display:grid;grid-template-columns:5.15rem minmax(0,1fr);gap:0 2.75rem;padding:0 0 3.25rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:after{content:"";position:absolute;left:5.15rem;top:.55rem;width:9px;height:9px;border:1px solid var(--accent-color);background:var(--bg-color);transform:translate(-4px)}.timeline-item.is-current:after{background:var(--highlight);border-color:var(--highlight)}.timeline-year{margin:0;padding-top:.15rem;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.08em;color:var(--secondary-text);display:flex;flex-direction:column;gap:.2rem}.timeline-year span:last-child:not(:first-child){color:var(--highlight);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.timeline-role{min-width:0;padding-bottom:.2rem}.timeline-company{margin:0 0 .35rem;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-color)}.timeline-role h3{font-size:clamp(1.55rem,2.6vw,2.1rem);margin-bottom:.4rem}.timeline-meta{margin:0 0 .95rem;font-family:var(--font-mono);font-size:.82rem;color:var(--secondary-text)}.timeline-copy{color:var(--secondary-text);font-weight:300;margin:0 0 1rem;max-width:40rem;font-size:1.15rem}.timeline-role ul{display:grid;gap:.45rem;margin-bottom:1rem}.timeline-role li{position:relative;padding-left:.95rem;color:var(--secondary-text);font-weight:300;max-width:42rem}.timeline-role li:before{content:"";position:absolute;left:0;top:.72rem;width:6px;height:1px;background:var(--highlight)}.timeline-tech{margin:0;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;color:var(--secondary-text)}@media(max-width:768px){.timeline:before{left:.7rem}.timeline-item{grid-template-columns:1fr;padding-left:2rem;padding-bottom:2.35rem}.timeline-item:after{left:.7rem}.timeline-year{flex-direction:row;align-items:baseline;gap:.65rem;margin-bottom:.55rem}}.quote-carousel{margin-top:3.5rem;padding-top:1.7rem;border-top:1px solid var(--border-color);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(12rem,.75fr);gap:2rem 4rem;align-items:end}.quote-kicker{grid-column:1 / -1;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--highlight);margin:0 0 .35rem}.quote-stage{min-width:0;overflow:hidden;min-height:11rem}.quote-slide{position:relative;margin:0;padding-left:1rem;cursor:grab;touch-action:pan-y}.quote-slide:active{cursor:grabbing}.quote-slide:before{content:"";position:absolute;left:0;top:.35rem;bottom:.35rem;width:1px;background:var(--highlight)}.quote-slide p{font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:300;letter-spacing:-.02em;line-height:1.45;margin:0 0 1.15rem;max-width:36rem}.quote-slide footer{display:flex;flex-direction:column;gap:.15rem}.quote-slide cite{font-style:normal;font-size:1.05rem}.quote-slide span{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary-text)}.quote-controls{display:grid;gap:1.15rem;justify-items:stretch}.quote-index{display:grid;border-top:1px solid var(--border-color)}.quote-index button{position:relative;display:grid;grid-template-columns:2.2rem minmax(0,1fr);gap:.55rem;align-items:baseline;width:100%;text-align:left;min-height:44px;padding:.7rem .2rem;border-bottom:1px solid var(--border-color);color:var(--secondary-text);font-size:1rem}.quote-index .quote-num{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em}.quote-index button:hover,.quote-index button.is-active{color:var(--text-color)}.quote-scan{position:absolute;left:0;top:.55rem;bottom:.55rem;width:2px;background:var(--accent-color)}.quote-nav{display:flex;gap:.45rem;justify-self:start}.quote-nav button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-color);color:var(--text-color);transition:border-color .25s var(--ease-out),color .25s var(--ease-out),transform .2s var(--ease-out)}.quote-nav button:hover{border-color:var(--accent-color);color:var(--accent-color)}.quote-nav button:active{transform:scale(.98)}.quote-progress{grid-column:1 / -1;height:1px;background:var(--border-color);overflow:hidden}.quote-progress span{display:block;height:100%;width:100%;background:var(--highlight);transform:scaleX(0);transform-origin:left center;animation:quote-progress 7s linear forwards}.quote-carousel.is-paused .quote-progress span{animation-play-state:paused}@keyframes quote-progress{to{transform:scaleX(1)}}@media(max-width:768px){.quote-carousel{grid-template-columns:1fr;gap:1.5rem}.quote-stage{min-height:0}.quote-controls{grid-template-columns:1fr auto;align-items:end;gap:1rem}.quote-nav{justify-self:end}}@media(prefers-reduced-motion:reduce){.quote-progress span{animation:none;transform:scaleX(1)}}.about-lead{font-size:clamp(2.35rem,4.8vw,3.6rem);max-width:14ch;letter-spacing:-.045em;margin-bottom:1.5rem;line-height:1.05}.about-body{max-width:40rem;color:var(--secondary-text);font-weight:300;font-size:1.2rem;line-height:1.75}.contact-section{padding-bottom:5rem}.contact-title{font-size:clamp(2.25rem,4.8vw,3.5rem);max-width:16ch;letter-spacing:-.04em;margin-bottom:1.6rem;line-height:1.08}.contact-email{display:inline-block;font-size:clamp(1.25rem,2.4vw,1.75rem);letter-spacing:-.03em;border-bottom:1px solid var(--border-color);padding-bottom:.2rem;transition:border-color .25s var(--ease-out)}.contact-email:hover{border-bottom-color:var(--accent-color);color:var(--accent-color)}.contact-links{display:flex;gap:1.5rem;margin-top:1.4rem}.contact-links a{font-family:var(--font-mono);font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary-text);min-height:44px;display:inline-flex;align-items:center;transition:color .25s var(--ease-out)}.contact-links a:hover{color:var(--accent-color)}.footer{border-top:1px solid var(--border-color);padding:1.15rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.04em;color:var(--secondary-text)}.footer-content p{margin:0}.footer-nav{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem}.footer-nav a{min-height:44px;display:inline-flex;align-items:center;color:var(--secondary-text);transition:color .25s var(--ease-out)}.footer-nav a:hover{color:var(--text-color)}@media(max-width:768px){.footer-content{flex-direction:column;align-items:flex-start;gap:.35rem}.footer-nav{order:-1}}.not-found{min-height:100dvh;display:flex;align-items:center;padding:calc(var(--header-height) + 2rem) 0 4rem;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:56px 56px;background-position:center top}.not-found-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(16rem,.85fr);gap:3rem 4.5rem;align-items:end;width:100%}.not-found-kicker{font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-color);margin-bottom:.85rem;font-weight:500}.not-found-code{font-family:var(--font-mono);font-size:clamp(5.5rem,14vw,9.5rem);line-height:.78;letter-spacing:-.08em;color:var(--accent-soft);margin:0 0 1.1rem;pointer-events:none;-webkit-user-select:none;user-select:none}.not-found h1{font-size:clamp(2.1rem,4.6vw,3.4rem);letter-spacing:-.045em;line-height:1.05;max-width:12ch;margin-bottom:1.1rem}.not-found-body{max-width:34rem;color:var(--secondary-text);font-weight:300;font-size:1.2rem;line-height:1.7;margin:0 0 1.85rem}.not-found-cta{display:flex;flex-wrap:wrap;gap:.65rem}.not-found-report{border:1px solid var(--border-color);background:var(--bg-color);padding:1.25rem 1.35rem 1.1rem;min-width:0}.not-found-report-head{display:flex;align-items:center;gap:.55rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--highlight);margin:0 0 1.15rem;padding-bottom:.85rem;border-bottom:1px solid var(--border-color)}.not-found-report-head span{width:7px;height:7px;background:var(--highlight);flex-shrink:0}.not-found-report-head span.is-live{animation:not-found-pulse 1.8s var(--ease-out) infinite}.not-found-report dl{display:grid;gap:.85rem}.not-found-report div{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:.75rem;align-items:baseline}.not-found-report dt{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary-text)}.not-found-report dd{margin:0;font-family:var(--font-mono);font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes not-found-pulse{50%{opacity:.35}}@media(max-width:768px){.not-found-layout{grid-template-columns:1fr;gap:2.25rem;align-items:start}.not-found h1{max-width:none}.not-found-report div{grid-template-columns:1fr;gap:.2rem}}@media(prefers-reduced-motion:reduce){.not-found-report-head span.is-live{animation:none}}
