:root{color-scheme:dark;--color-ink: #07080c;--color-ink-2: #0d1017;--color-panel: #121722;--color-panel-soft: rgba(18, 23, 34, .72);--color-line: rgba(214, 219, 232, .16);--color-line-strong: rgba(214, 219, 232, .28);--color-text: #f0f3f8;--color-muted: #a9b3c3;--color-teal: #37d6c3;--color-violet: #8b7cf6;--color-gold: #d6b56d;--color-silver: #d6dbe8;--color-warm: #f5ead6;--shadow-soft: 0 24px 80px rgba(0, 0, 0, .32);--font-brand: Baskerville, "Libre Baskerville", "Palatino Linotype", "Book Antiqua", "Iowan Old Style", Palatino, Georgia, serif;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;background:var(--color-ink)}body{margin:0;min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 12% 12%,rgba(55,214,195,.16),transparent 30rem),radial-gradient(circle at 86% 2%,rgba(139,124,246,.14),transparent 26rem),linear-gradient(135deg,#07080c,#0a0d13 45%,#111015);line-height:1.6}body:before{position:fixed;inset:0;z-index:-2;content:"";background-image:linear-gradient(rgba(214,219,232,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(214,219,232,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 80%)}body:after{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background:radial-gradient(circle at 22% 27%,rgba(214,219,232,.5) 0 1px,transparent 2px),radial-gradient(circle at 72% 19%,rgba(214,181,109,.5) 0 1px,transparent 2px),radial-gradient(circle at 82% 46%,rgba(55,214,195,.42) 0 1px,transparent 2px),radial-gradient(circle at 42% 58%,rgba(214,219,232,.36) 0 1px,transparent 2px)}::selection{color:var(--color-ink);background:#7bd8cae6}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}p{margin-bottom:0}.site-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;top:12px;left:12px;z-index:20;padding:10px 14px;color:var(--color-ink);background:var(--color-teal);border-radius:4px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.brand-mark{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border:1px solid rgba(214,181,109,.5);border-radius:8px;background:linear-gradient(135deg,rgba(55,214,195,.18),transparent 44%),radial-gradient(circle at 64% 32%,rgba(214,181,109,.2),transparent 40%),#0c1017;color:var(--color-gold);font-family:var(--font-brand);font-size:.95rem;font-style:italic;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px #d6dbe80f,0 0 28px #d6b56d24}.eyebrow{display:inline-flex;margin-bottom:18px;color:var(--color-teal);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid transparent;border-radius:6px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.button-primary{color:#06100f;background:#7bd8ca}.button-secondary{color:var(--color-text);border-color:var(--color-line-strong);background:#d6dbe80f}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary:hover,.button-primary:focus-visible{background:#8ee3d6;box-shadow:0 6px 28px #37d6c347}.button-secondary:hover,.button-secondary:focus-visible{border-color:#d6dbe870;background:#d6dbe81a}.button:focus-visible{outline:3px solid rgba(123,216,202,.72);outline-offset:2px}.section{padding:clamp(64px,9vw,108px) 0;border-top:1px solid rgba(214,219,232,.1);scroll-margin-top:96px}.section-header{max-width:720px;margin-bottom:34px}.section-kicker{margin-bottom:10px;color:var(--color-gold);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section h2{margin-bottom:14px;font-size:clamp(2.05rem,1.5rem + 2vw,3rem);line-height:1.08;text-wrap:balance}.section-intro{color:var(--color-muted);font-size:1.05rem;text-wrap:pretty}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{min-height:100%;padding:22px;border:1px solid var(--color-line);border-radius:8px;background:var(--color-panel-soft);transition:border-color .2s ease,transform .2s ease}.card:hover{border-color:var(--color-line-strong);transform:translateY(-3px)}.card h3{margin-bottom:12px;color:var(--color-text);font-size:1.08rem;line-height:1.25}.card p{color:var(--color-muted);font-size:.96rem}html.js-reveal .reveal{opacity:0;transform:translateY(16px);transition:opacity .64s cubic-bezier(.22,.61,.36,1),transform .64s cubic-bezier(.22,.61,.36,1);transition-delay:var(--reveal-delay, 0ms)}html.js-reveal .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.button:hover,.button:focus-visible,.card:hover{transform:none}}@media(max-width:940px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-shell{width:min(100% - 28px,1120px)}.section{scroll-margin-top:24px}.card-grid{grid-template-columns:1fr}}html:has(.homepage-synthesis),body:has(.homepage-synthesis){min-width:0;max-width:100%}.homepage-synthesis{--synthesis-shell: 76rem;--synthesis-rule: rgba(214, 219, 232, .2);--synthesis-rule-strong: rgba(214, 219, 232, .34);--synthesis-surface: #0d1119;--synthesis-surface-raised: #121824;--synthesis-violet-deep: #151326;--synthesis-gold-soft: #e0c47f;position:relative;isolation:isolate;width:100%;max-width:100%;background:radial-gradient(circle at 12% 6%,rgba(55,214,195,.08),transparent 26rem),radial-gradient(circle at 88% 31%,rgba(139,124,246,.07),transparent 30rem),linear-gradient(180deg,#07080c2e,#07080cb8)}.homepage-synthesis *,.homepage-synthesis *:before,.homepage-synthesis *:after{min-width:0}.homepage-synthesis .site-shell{width:min(var(--synthesis-shell),calc(100% - clamp(2.5rem,6vw,5rem)))}.homepage-synthesis .section{position:relative;padding:clamp(5.5rem,9vw,8.5rem) 0;border-top-color:var(--synthesis-rule)}.homepage-synthesis .section-header{max-width:68ch;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.homepage-synthesis .section-intro,.homepage-synthesis .hero-lede,.homepage-synthesis .studio-statement,.homepage-synthesis .cta-body,.homepage-synthesis .contact-copy{max-width:68ch}.homepage-synthesis .section h2{max-width:18ch;margin-bottom:1.25rem;color:var(--color-warm);font-family:var(--font-brand);font-size:clamp(2.35rem,1.6rem + 2.4vw,4rem);font-style:italic;font-weight:700;line-height:1;letter-spacing:-.018em}.homepage-synthesis .section-kicker,.homepage-synthesis .eyebrow{letter-spacing:.12em}.homepage-synthesis .button:hover,.homepage-synthesis .button:focus-visible,.homepage-synthesis .card:hover,.homepage-synthesis .work-card:hover{transform:none}html.js-reveal .homepage-synthesis .reveal,.homepage-synthesis .reveal{opacity:1!important;transform:none!important;transition:none!important}.homepage-synthesis .map-node,.homepage-synthesis .map-core,.homepage-synthesis .map-star,.homepage-synthesis .map-path{animation:none!important}.homepage-synthesis .map-path{stroke-dashoffset:0!important}.homepage-synthesis .homepage-section-hero .hero{grid-template-columns:minmax(0,7fr) minmax(20rem,5fr);gap:clamp(2.5rem,6vw,6rem);min-height:calc(100svh - 4.5rem);padding:clamp(5rem,10vw,8.5rem) 0 clamp(5rem,9vw,7.5rem)}.homepage-synthesis .homepage-section-hero .hero-copy{position:relative;z-index:2;max-width:47rem}.homepage-synthesis .homepage-section-hero .brand-title{max-width:9.8ch;margin-bottom:1.75rem;font-size:clamp(4rem,2.15rem + 5.9vw,7.5rem);line-height:.86;letter-spacing:-.035em}.homepage-synthesis .homepage-section-hero .hero-lede{max-width:62ch;color:#d7deea;font-size:clamp(1.08rem,.96rem + .45vw,1.35rem);line-height:1.68}.homepage-synthesis .homepage-section-hero .hero-actions{gap:.75rem;margin-top:2.25rem}.homepage-synthesis .homepage-section-hero .signal-panel{min-height:clamp(26rem,38vw,34rem);border-color:var(--synthesis-rule-strong);border-radius:.75rem;background:radial-gradient(circle at 30% 26%,rgba(55,214,195,.14),transparent 15rem),radial-gradient(circle at 78% 18%,rgba(214,181,109,.1),transparent 13rem),radial-gradient(circle at 62% 70%,rgba(139,124,246,.12),transparent 14rem),#0b1018;box-shadow:0 2rem 6rem #00000061,inset 0 0 0 1px #ffffff06}.homepage-synthesis .homepage-section-hero .signal-panel:before{inset:1.5rem;border-color:#d6dbe821;background-size:6rem 6rem,6rem 6rem,8rem 8rem,12rem 12rem;opacity:.72}.homepage-synthesis .homepage-section-hero .signal-panel:after{opacity:.55}.homepage-synthesis .homepage-section-hero .signal-caption{right:1.5rem;bottom:1.5rem;left:1.5rem;max-width:52ch;color:#b8c1d0}.homepage-synthesis .homepage-section-capabilities{background:linear-gradient(90deg,rgba(214,219,232,.028) 1px,transparent 1px) center / calc(var(--synthesis-shell) / 12) 100%,#07080c38}.homepage-synthesis .homepage-section-capabilities .card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;counter-reset:capability-card;border:1px solid var(--synthesis-rule);background:var(--synthesis-rule)}.homepage-synthesis .homepage-section-capabilities .card{display:grid;grid-template-rows:auto auto 1fr;gap:0;min-height:18rem;padding:clamp(1.5rem,2.7vw,2.25rem);counter-increment:capability-card;border:0;border-radius:0;background:#0d121b;box-shadow:none}.homepage-synthesis .homepage-section-capabilities .card:before{content:"0" counter(capability-card);margin-bottom:clamp(3rem,5vw,5.25rem);color:var(--synthesis-gold-soft);font-family:var(--font-brand);font-size:1rem;font-style:italic;font-weight:700;letter-spacing:.06em}.homepage-synthesis .homepage-section-capabilities .card h3{max-width:18ch;margin-bottom:1rem;color:var(--color-warm);font-family:var(--font-brand);font-size:clamp(1.3rem,1.05rem + .5vw,1.65rem);font-style:italic}.homepage-synthesis .homepage-section-capabilities .card p{max-width:40ch;line-height:1.7}.homepage-synthesis .homepage-section-work .work-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1.25rem,3vw,2.5rem);counter-reset:work-plate}.homepage-synthesis .homepage-section-work .work-card{position:relative;display:flex;grid-column:span 6;min-height:100%;padding:clamp(2rem,4vw,3.5rem);counter-increment:work-plate;border-color:var(--synthesis-rule);border-radius:.75rem;background:linear-gradient(145deg,rgba(214,219,232,.055),transparent 42%),var(--synthesis-surface);box-shadow:none}.homepage-synthesis .homepage-section-work .work-card:nth-child(1){grid-column:1 / span 7}.homepage-synthesis .homepage-section-work .work-card:nth-child(2){grid-column:8 / span 5;margin-top:clamp(4rem,8vw,8rem)}.homepage-synthesis .homepage-section-work .work-card:nth-child(3){grid-column:3 / span 8}.homepage-synthesis .homepage-section-work .work-card:before{content:"0" counter(work-plate);display:block;margin-bottom:clamp(3.5rem,7vw,7rem);color:var(--synthesis-gold-soft);font-family:var(--font-brand);font-size:clamp(1.25rem,1rem + .55vw,1.7rem);font-style:italic;font-weight:700;line-height:1}.homepage-synthesis .homepage-section-work .work-meta{gap:.75rem 1rem;justify-content:flex-start;margin-bottom:1.5rem}.homepage-synthesis .homepage-section-work .work-badge{color:#d9e0eb;border-color:#d6dbe857;background:#d6dbe80b}.homepage-synthesis .homepage-section-work .work-card h3{max-width:22ch;margin-bottom:clamp(2rem,4vw,3.25rem);font-size:clamp(1.75rem,1.25rem + 1.2vw,2.6rem);line-height:1.08}.homepage-synthesis .homepage-section-work .work-facts{gap:0;padding-top:0;border-top:1px solid var(--synthesis-rule)}.homepage-synthesis .homepage-section-work .work-fact{display:grid;grid-template-columns:minmax(5.5rem,.28fr) minmax(0,1fr);gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(214,219,232,.12)}.homepage-synthesis .homepage-section-work .work-fact-outcome{padding-left:0;border-left:0;border-bottom:0}.homepage-synthesis .homepage-section-work .work-fact dt{margin:0}.homepage-synthesis .homepage-section-work .work-fact dd{max-width:54ch;line-height:1.7}.homepage-synthesis .homepage-section-process{background:#0a0d13d1}.homepage-synthesis .homepage-section-process .process-rail{position:relative;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-top:0}.homepage-synthesis .homepage-section-process .process-rail:before{position:absolute;top:1.5rem;right:12.5%;left:12.5%;height:1px;content:"";background:var(--synthesis-rule-strong)}.homepage-synthesis .homepage-section-process .process-step{position:relative;padding:4.75rem clamp(1.25rem,2.5vw,2.25rem) 1.5rem;overflow:visible;border:0;border-top:1px solid var(--synthesis-rule);border-radius:0;background:transparent}.homepage-synthesis .homepage-section-process .process-step:before{content:none}.homepage-synthesis .homepage-section-process .process-number{position:absolute;top:0;left:clamp(1.25rem,2.5vw,2.25rem);z-index:1;display:grid;width:3rem;height:3rem;margin:0;place-items:center;color:#07100f;border:1px solid #9be8dc;border-radius:50%;background:#86ded1;font-family:var(--font-brand);font-size:1.05rem;font-style:italic}.homepage-synthesis .homepage-section-process .process-step h3{max-width:16ch;margin-bottom:.85rem;color:var(--color-warm);font-family:var(--font-brand);font-size:clamp(1.35rem,1.1rem + .55vw,1.75rem);font-style:italic;line-height:1.15}.homepage-synthesis .homepage-section-process .process-step p{max-width:38ch;line-height:1.7}.homepage-synthesis .homepage-section-studio .site-shell{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);column-gap:clamp(2.5rem,7vw,7rem);align-items:start}.homepage-synthesis .homepage-section-studio .section-header{grid-column:1;margin-bottom:0}.homepage-synthesis .homepage-section-studio .studio-statement{grid-column:2;max-width:66ch;margin-bottom:clamp(4rem,7vw,7rem)}.homepage-synthesis .homepage-section-studio .studio-lead{color:#dbe1ec;font-family:var(--font-brand);font-size:clamp(1.45rem,1.1rem + .85vw,2rem);font-style:italic;line-height:1.52}.homepage-synthesis .homepage-section-studio .studio-principles-kicker{grid-column:1;align-self:start;margin:0;padding-top:.5rem}.homepage-synthesis .homepage-section-studio .card-grid{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--synthesis-rule);background:var(--synthesis-rule)}.homepage-synthesis .homepage-section-studio .card{min-height:13rem;padding:clamp(1.5rem,3vw,2.5rem);border:0;border-radius:0;background:#0b1018}.homepage-synthesis .homepage-section-studio .card h3{max-width:20ch;color:var(--color-warm);font-family:var(--font-brand);font-size:1.3rem;font-style:italic}.homepage-synthesis .homepage-section-studio .card p{max-width:42ch;line-height:1.7}.homepage-synthesis .homepage-section-lab{padding:clamp(2rem,4vw,4rem) 0;background:#090a10}.homepage-synthesis .homepage-section-lab .lab-band{position:relative;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(2.5rem,6vw,6rem);padding:clamp(3rem,7vw,7rem);overflow:hidden;border:1px solid rgba(214,181,109,.32);border-radius:1rem;background:radial-gradient(circle at 88% 16%,rgba(139,124,246,.2),transparent 23rem),radial-gradient(circle at 9% 88%,rgba(214,181,109,.13),transparent 20rem),linear-gradient(135deg,#0d0e17,var(--synthesis-violet-deep) 62%,#0b0d14);box-shadow:0 2.5rem 7rem #00000075,inset 0 0 0 1px #ffffff06}.homepage-synthesis .homepage-section-lab .lab-band:before{position:absolute;inset:clamp(1rem,2vw,1.75rem);content:"";pointer-events:none;border:1px solid rgba(214,219,232,.1);border-radius:.65rem;background:linear-gradient(90deg,rgba(214,219,232,.035) 1px,transparent 1px) 0 0 / 6rem 100%,radial-gradient(circle at 78% 24%,rgba(214,181,109,.16),transparent 12rem)}.homepage-synthesis .homepage-section-lab .section-header,.homepage-synthesis .homepage-section-lab .domain-list{position:relative;z-index:1}.homepage-synthesis .homepage-section-lab .section-header{max-width:58ch;margin-bottom:0}.homepage-synthesis .homepage-section-lab .section-kicker{color:#efcf86}.homepage-synthesis .homepage-section-lab .domain-list{gap:.85rem}.homepage-synthesis .homepage-section-lab .domain-item{grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1.5rem;border:1px solid rgba(214,219,232,.15);border-radius:.65rem;background:#07080cb8}.homepage-synthesis .homepage-section-lab .domain-dot{width:.7rem;height:.7rem;margin-top:.45rem}.homepage-synthesis .homepage-section-lab .domain-item h3{margin-bottom:.65rem;color:var(--color-warm);font-family:var(--font-brand);font-size:clamp(1.25rem,1.05rem + .45vw,1.55rem);font-style:italic}.homepage-synthesis .homepage-section-lab .domain-item p{max-width:46ch;line-height:1.68}.homepage-synthesis .homepage-section-cta .section{padding-bottom:clamp(3rem,5vw,5rem)}.homepage-synthesis .homepage-section-cta .cta-band{padding:clamp(3rem,6vw,5.5rem);border-color:#37d6c361;border-radius:.75rem;background:linear-gradient(115deg,rgba(55,214,195,.1),transparent 36%),#0d121a;box-shadow:none}.homepage-synthesis .homepage-section-cta .cta-band:before{background:none}.homepage-synthesis .homepage-section-contact .section{padding-top:clamp(3rem,5vw,5rem)}.homepage-synthesis .homepage-section-contact .contact-panel{grid-template-columns:minmax(0,4fr) minmax(20rem,8fr);gap:clamp(2.5rem,6vw,6rem);padding:clamp(2rem,5vw,4.5rem);border-color:var(--synthesis-rule-strong);border-radius:.75rem;background:#0d121a}.homepage-synthesis .homepage-section-contact .contact-form{border-color:var(--synthesis-rule);background:#090d14}.homepage-synthesis .homepage-section-contact .field-group input,.homepage-synthesis .homepage-section-contact .field-group select,.homepage-synthesis .homepage-section-contact .field-group textarea{min-height:2.75rem;background:#070a10}@media(max-width:72rem){.homepage-synthesis .site-shell{width:min(var(--synthesis-shell),calc(100% - 3rem))}.homepage-synthesis .homepage-section-hero .hero{grid-template-columns:minmax(0,4fr) minmax(18rem,4fr);gap:2.5rem;min-height:auto}.homepage-synthesis .homepage-section-hero .brand-title{font-size:clamp(3.75rem,8vw,5.75rem)}.homepage-synthesis .homepage-section-hero .signal-panel{min-height:25rem}.homepage-synthesis .homepage-section-capabilities .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-synthesis .homepage-section-capabilities .card{min-height:15rem}.homepage-synthesis .homepage-section-capabilities .card:before{margin-bottom:3.5rem}.homepage-synthesis .homepage-section-work .work-grid{grid-template-columns:1fr;width:min(100%,54rem);margin-inline:auto}.homepage-synthesis .homepage-section-work .work-card:nth-child(1),.homepage-synthesis .homepage-section-work .work-card:nth-child(2),.homepage-synthesis .homepage-section-work .work-card:nth-child(3){grid-column:1;width:100%;margin-top:0}.homepage-synthesis .homepage-section-work .work-fact{grid-template-columns:1fr;gap:.4rem}.homepage-synthesis .homepage-section-work .work-card:before{margin-bottom:3.5rem}.homepage-synthesis .homepage-section-process .process-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--synthesis-rule);background:var(--synthesis-rule)}.homepage-synthesis .homepage-section-process .process-rail:before{content:none}.homepage-synthesis .homepage-section-process .process-step{padding:2rem;border:0;background:#0d121a}.homepage-synthesis .homepage-section-process .process-number{position:static;margin-bottom:2.5rem}.homepage-synthesis .homepage-section-studio .site-shell{grid-template-columns:minmax(0,3fr) minmax(0,5fr);column-gap:3rem}.homepage-synthesis .homepage-section-lab .lab-band{grid-template-columns:minmax(0,3fr) minmax(0,5fr);gap:2.5rem;padding:3.5rem}.homepage-synthesis .homepage-section-contact .contact-panel{grid-template-columns:minmax(0,3fr) minmax(20rem,5fr);gap:2.5rem}}@media(max-width:48rem){.homepage-synthesis{background:#080a0f}.homepage-synthesis .site-shell{width:min(100% - 1.75rem,var(--synthesis-shell))}.homepage-synthesis .section{padding:clamp(4rem,16vw,6rem) 0}.homepage-synthesis .section-header{margin-bottom:2.5rem}.homepage-synthesis .homepage-section-hero .hero{grid-template-columns:1fr;gap:3rem;min-height:auto;padding:4rem 0 5rem}.homepage-synthesis .homepage-section-hero .brand-title{max-width:9.25ch;font-size:clamp(3.35rem,17vw,5.25rem)}.homepage-synthesis .homepage-section-hero .hero-actions{align-items:stretch;flex-direction:column}.homepage-synthesis .homepage-section-hero .hero-actions .button{width:100%}.homepage-synthesis .homepage-section-hero .signal-panel{min-height:clamp(20rem,92vw,25rem)}.homepage-synthesis .homepage-section-hero .signal-panel:after,.homepage-synthesis .homepage-section-hero .signal-label-launch,.homepage-synthesis .homepage-section-hero .signal-label-lab{display:none}.homepage-synthesis .homepage-section-hero .signal-panel:before{inset:1rem;background-image:radial-gradient(circle,rgba(214,219,232,.3) 0 1px,transparent 1.8px),radial-gradient(circle,rgba(55,214,195,.2) 0 1px,transparent 1.8px);background-size:6rem 6rem,9rem 9rem}.homepage-synthesis .homepage-section-capabilities{background:#07080c38}.homepage-synthesis .homepage-section-capabilities .card-grid,.homepage-synthesis .homepage-section-work .work-grid,.homepage-synthesis .homepage-section-process .process-rail,.homepage-synthesis .homepage-section-studio .site-shell,.homepage-synthesis .homepage-section-studio .card-grid,.homepage-synthesis .homepage-section-lab .lab-band,.homepage-synthesis .homepage-section-contact .contact-panel{grid-template-columns:1fr}.homepage-synthesis .homepage-section-capabilities .card{min-height:0}.homepage-synthesis .homepage-section-capabilities .card:before{margin-bottom:2.5rem}.homepage-synthesis .homepage-section-work .work-card:nth-child(1),.homepage-synthesis .homepage-section-work .work-card:nth-child(2),.homepage-synthesis .homepage-section-work .work-card:nth-child(3){grid-column:1;width:100%;margin-top:0}.homepage-synthesis .homepage-section-work .work-card{padding:1.5rem}.homepage-synthesis .homepage-section-work .work-card:before{margin-bottom:2.75rem}.homepage-synthesis .homepage-section-work .work-fact{grid-template-columns:1fr;gap:.4rem}.homepage-synthesis .homepage-section-process .process-rail{position:relative;gap:0;border:0;background:transparent}.homepage-synthesis .homepage-section-process .process-rail:before{top:1.5rem;bottom:1.5rem;left:1.5rem;display:block;width:1px;height:auto;content:"";background:var(--synthesis-rule-strong)}.homepage-synthesis .homepage-section-process .process-step{display:grid;grid-template-columns:3rem minmax(0,1fr);column-gap:1.25rem;padding:0 0 2.75rem;background:transparent}.homepage-synthesis .homepage-section-process .process-step:last-child{padding-bottom:0}.homepage-synthesis .homepage-section-process .process-number{position:relative;grid-row:1 / span 2;grid-column:1;margin:0}.homepage-synthesis .homepage-section-process .process-step h3,.homepage-synthesis .homepage-section-process .process-step p{grid-column:2}.homepage-synthesis .homepage-section-studio .section-header,.homepage-synthesis .homepage-section-studio .studio-statement,.homepage-synthesis .homepage-section-studio .studio-principles-kicker,.homepage-synthesis .homepage-section-studio .card-grid{grid-column:1}.homepage-synthesis .homepage-section-studio .section-header{margin-bottom:2.5rem}.homepage-synthesis .homepage-section-studio .studio-statement{margin-bottom:3.5rem}.homepage-synthesis .homepage-section-studio .studio-lead{font-family:inherit;font-size:clamp(1.15rem,4.6vw,1.35rem);font-style:normal;line-height:1.65}.homepage-synthesis .homepage-section-studio .studio-principles-kicker{margin-bottom:1rem}.homepage-synthesis .homepage-section-studio .card{min-height:0}.homepage-synthesis .homepage-section-lab{padding:1rem 0}.homepage-synthesis .homepage-section-lab .lab-band{gap:2.5rem;padding:2rem 1.25rem;background:#10101b}.homepage-synthesis .homepage-section-lab .lab-band:before{content:none}.homepage-synthesis .homepage-section-lab .section-header{margin-bottom:0}.homepage-synthesis .homepage-section-lab .domain-item{padding:1.25rem}.homepage-synthesis .homepage-section-cta .cta-band{padding:2.5rem 1.25rem}.homepage-synthesis .homepage-section-contact .contact-panel{gap:2rem;padding:1.5rem 1rem}}@media(max-width:22rem){.homepage-synthesis .site-shell{width:min(100% - 1.25rem,var(--synthesis-shell))}.homepage-synthesis .homepage-section-hero .brand-title{font-size:clamp(3rem,16vw,3.5rem)}.homepage-synthesis .homepage-section-hero .signal-panel{min-height:19rem}.homepage-synthesis .homepage-section-work .work-card,.homepage-synthesis .homepage-section-lab .domain-item{padding:1.1rem}}@media(prefers-reduced-motion:reduce){.homepage-synthesis *,.homepage-synthesis *:before,.homepage-synthesis *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.site-header[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(214,219,232,.1);background:#07080cbd;backdrop-filter:blur(18px)}.header-inner[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.brand[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:12px;min-width:0;min-height:44px;border-radius:6px;font-weight:700}.brand-name[data-astro-cid-37fxchfa]{font-family:var(--font-brand);font-size:1.12rem;font-style:italic;font-weight:700;line-height:1.1;overflow-wrap:anywhere}.site-nav[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;min-height:40px;padding:8px 10px;color:var(--color-muted);border-radius:4px;font-size:.92rem;transition:color .16s ease,background-color .16s ease}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover,.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:focus-visible{color:var(--color-text);background:#d6dbe814}.brand[data-astro-cid-37fxchfa]:focus-visible,.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:focus-visible,.footer-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:focus-visible{outline:3px solid rgba(123,216,202,.68);outline-offset:3px}.site-footer[data-astro-cid-37fxchfa]{padding:clamp(36px,6vw,56px) 0 40px;color:var(--color-muted);border-top:1px solid rgba(214,219,232,.1);font-size:.9rem}.footer-top[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;gap:24px 48px;align-items:flex-start;justify-content:space-between;padding-bottom:26px;margin-bottom:22px;border-bottom:1px solid var(--color-line)}.footer-brand[data-astro-cid-37fxchfa]{display:flex;gap:14px;align-items:flex-start;max-width:460px}.footer-name[data-astro-cid-37fxchfa]{margin-bottom:4px;color:var(--color-text);font-family:var(--font-brand);font-size:1.1rem;font-style:italic;font-weight:700}.footer-line[data-astro-cid-37fxchfa]{font-size:.9rem}.footer-nav[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;gap:2px 4px}.footer-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;min-height:40px;padding:8px 10px;color:var(--color-muted);border-radius:4px;transition:color .16s ease,background-color .16s ease}.footer-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover,.footer-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:focus-visible{color:var(--color-text);background:#d6dbe814}.footer-bottom[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px}@media(max-width:680px){.site-header[data-astro-cid-37fxchfa]{position:static}.header-inner[data-astro-cid-37fxchfa]{align-items:flex-start;flex-direction:column;gap:10px;padding:14px 0}.site-nav[data-astro-cid-37fxchfa]{justify-content:flex-start}}@media(max-width:420px){.brand-name[data-astro-cid-37fxchfa]{font-size:1rem}}
