:root{--st-bg:#111416;--st-black:#080b0d;--st-surface:#1d2022;--st-low:#191c1e;--st-text:#f4f1ec;--st-muted:#b9b4ad;--st-orange:#e15517;--st-line:rgba(255,255,255,.12);--st-max:1280px;--st-margin:48px;--st-section:120px}.stitch-page{min-height:100vh;background:var(--st-bg);color:var(--st-text);font:400 16px/1.7 Noto Sans SC,sans-serif}.stitch-page a{color:inherit}.stitch-header{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:10;width:100%;max-width:var(--st-max);display:flex;align-items:center;justify-content:space-between;padding:24px var(--st-margin);border-bottom:1px solid var(--st-line);backdrop-filter:blur(12px)}.stitch-logo{display:flex;align-items:center;gap:8px;color:var(--st-orange);font:700 32px/1.4 "Noto Serif SC",serif;text-decoration:none}.stitch-logo span:last-child{font-size:20px;letter-spacing:.05em}.stitch-header nav{display:flex;gap:32px}.stitch-header nav a{font-size:14px;text-decoration:none}.stitch-header nav a.active{color:var(--st-orange);border-bottom:2px solid var(--st-orange);padding-bottom:4px}.stitch-menu{display:none;background:none;border:0;color:var(--st-text)}.stitch-hero{position:relative;height:860px;display:flex;align-items:center;overflow:hidden}.stitch-hero-slides,.stitch-hero-slide,.stitch-overlay{position:absolute;inset:0}.stitch-hero-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s}.stitch-hero-slide.active{opacity:1}.stitch-overlay{background:linear-gradient(90deg,rgba(8,11,13,.9),rgba(8,11,13,.5),transparent),linear-gradient(0deg,var(--st-bg),transparent 55%)}.stitch-hero-copy{position:relative;z-index:1;width:100%;max-width:var(--st-max);margin:80px auto 0;padding:0 var(--st-margin)}.stitch-hero h1{margin:0 0 16px;color:#ffb59b;font:700 72px/1.2 "Noto Serif SC",serif;letter-spacing:.02em}.stitch-hero-copy p{max-width:672px;margin:0 0 40px;color:#f4f1ec;font-size:18px}.stitch-actions{display:flex;gap:16px}.stitch-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border:1px solid var(--st-line);font-size:14px;text-decoration:none;transition:.3s}.stitch-actions a.primary{background:var(--st-orange);border-color:var(--st-orange)}.stitch-actions a:hover{transform:scale(1.03);filter:brightness(1.1)}.stitch-pagination{position:absolute;right:var(--st-margin);bottom:48px;z-index:2;display:flex;gap:12px}.stitch-pagination button{width:48px;height:4px;padding:0;border:0;background:var(--st-line);cursor:pointer}.stitch-pagination button.active{background:var(--st-orange)}.stitch-scroll{position:absolute;bottom:32px;left:50%;z-index:2;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);color:var(--st-muted);font-size:12px;letter-spacing:.12em}.stitch-categories{padding:24px var(--st-margin);background:var(--st-surface);border-bottom:1px solid var(--st-line)}.stitch-categories>div{display:flex;justify-content:center;gap:48px;max-width:var(--st-max);margin:auto}.stitch-categories a{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--st-muted);font-size:14px;text-decoration:none;white-space:nowrap}.stitch-categories a:hover{color:var(--st-orange)}.stitch-categories .stitch-icon{font-size:30px}.stitch-section{max-width:var(--st-max);margin:auto;padding:var(--st-section) var(--st-margin);border-bottom:1px solid var(--st-line)}.stitch-section.dark{max-width:none;background:var(--st-black)}.stitch-section.dark>*{max-width:calc(var(--st-max) - var(--st-margin)*2);margin-inline:auto}.stitch-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.stitch-section-heading h2{margin:0 0 8px;font:600 48px/1.3 "Noto Serif SC",serif}.stitch-section-heading p{margin:0;color:var(--st-muted)}.stitch-section-heading a{display:inline-flex;align-items:center;gap:4px;color:var(--st-orange);font-size:14px;text-decoration:none}.stitch-section-heading.centered{display:block;text-align:center;margin-bottom:64px}.stitch-projects{display:grid;grid-template-columns:repeat(12,1fr);gap:32px 12px}.stitch-project{grid-column:span 4;text-decoration:none}.stitch-project.featured{grid-column:span 6}.stitch-project>div{overflow:hidden;aspect-ratio:4/3;background:var(--st-surface)}.stitch-project.featured>div{aspect-ratio:16/10}.stitch-project img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.stitch-project:hover img{transform:scale(1.035)}.stitch-project h2{margin:16px 0 8px;font:600 24px/1.4 "Noto Serif SC",serif}.stitch-project:not(.featured) h2{font:700 18px/1.7 Noto Sans SC,sans-serif}.stitch-project p{margin:0;color:#79736c;font-size:12px}.stitch-project i{display:inline-block;width:4px;height:4px;margin:0 8px;border-radius:50%;background:var(--st-line)}.stitch-services{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stitch-services article{padding:32px;border:1px solid var(--st-line);background:var(--st-low)}.stitch-services article>.stitch-icon{margin-bottom:16px;color:var(--st-orange);font-size:40px}.stitch-services h3{margin:0 0 12px;font:600 20px/1.4 "Noto Serif SC",serif}.stitch-services p,.stitch-news p{margin:0;color:#79736c;font-size:14px}.stitch-news{display:flex;flex-direction:column;gap:24px}.stitch-news a{display:flex;gap:32px;padding:16px;margin-inline:-16px;border-bottom:1px solid var(--st-line);text-decoration:none}.stitch-news time{flex:0 0 128px;color:var(--st-orange);font-size:14px}.stitch-news h3{margin:0 0 8px;font:600 20px/1.4 "Noto Serif SC",serif}.client-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:32px}.client-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:96px;border:1px solid var(--st-line);background:var(--st-low);color:var(--st-muted)}.client-grid .stitch-icon{color:var(--st-orange)}.stitch-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;max-width:var(--st-max);margin:auto;padding:var(--st-section) var(--st-margin);background:var(--st-black);color:#79736c}.stitch-footer>div{display:flex;flex-direction:column;gap:12px}.stitch-footer>.stitch-icon,.stitch-footer>div:first-child>.stitch-icon{color:var(--st-orange);font-size:48px}.stitch-footer p{margin:0;font-size:14px}.stitch-footer a{text-decoration:none}.stitch-footer h2{margin:0;color:var(--st-text);font-size:14px;letter-spacing:.08em;border-bottom:1px solid var(--st-line);padding-bottom:8px}@media(max-width:767px){.stitch-header{padding:24px 16px}.stitch-header nav{display:none}.stitch-menu{display:block}.stitch-logo span:last-child{font-size:14px}.stitch-hero{height:620px}.stitch-hero-copy{padding:0 16px}.stitch-hero h1{font-size:42px}.stitch-categories{overflow:auto;padding:24px 16px}.stitch-categories>div{justify-content:flex-start;gap:32px;width:max-content}.stitch-section{padding:64px 16px}.stitch-section-heading{display:block}.stitch-section-heading h2{font-size:32px}.stitch-section-heading>a{margin-top:16px}.stitch-projects,.stitch-services,.client-grid{grid-template-columns:1fr}.stitch-project,.stitch-project.featured{grid-column:auto}.stitch-news a{display:block}.stitch-news time{display:block;margin-bottom:8px}.stitch-footer{grid-template-columns:1fr;padding:64px 16px}.stitch-pagination{right:16px}.stitch-scroll{display:none}}.stitch-logo img{width:auto;height:32px;object-fit:contain}.stitch-header nav a{transition:color 1.5s ease}.stitch-header nav a:hover,.stitch-header nav a:focus-visible{color:var(--st-orange)}.stitch-hero h1{color:var(--st-text)}.stitch-logo span:last-child{color:var(--st-orange)}.stitch-hero-copy [data-parallax]{transition:transform .18s ease-out;will-change:transform}html[data-motion=off] *,html[data-motion=off] *:before,html[data-motion=off] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.stitch-actions .stitch-icon{font-size:.875rem}.stitch-project img{transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.stitch-project:hover img{transform:scale(1.05)}.stitch-project h2{transition:color .3s ease}.stitch-project:hover h3{color:var(--st-orange)}.stitch-hero-copy{animation:stitch-float 6s ease-in-out infinite}@keyframes stitch-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@media(prefers-reduced-motion:reduce){.stitch-hero-copy{animation:none}.stitch-hero-copy [data-parallax]{transition:none}}.stitch-header{position:fixed;transition:background-color .3s ease}.stitch-header.is-scrolled{background:#080b0de6}.stitch-hero-copy [data-parallax]{transition:transform .1s ease-out}.stitch-actions a{transition:transform .3s ease,filter .3s ease,background-color .3s ease}.stitch-actions a:hover{transform:scale(1.05)}.stitch-actions a:active{transform:scale(.95)}.stitch-actions a:not(.primary):hover{background:var(--st-low)}.stitch-actions a.primary:hover{filter:brightness(1.1)}.stitch-actions a.primary .stitch-icon{transition:transform .3s ease}.stitch-actions a.primary:hover .stitch-icon{transform:translate(4px)}.stitch-pagination button{transition:background-color .3s ease}.stitch-pagination button:hover{background:var(--st-orange)}.stitch-scroll{animation:stitch-bounce 1s infinite}@keyframes stitch-bounce{0%,to{transform:translate(-50%,-20%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translate(-50%);animation-timing-function:cubic-bezier(0,0,.2,1)}}.stitch-categories a,.stitch-categories a .stitch-icon{transition:color .3s ease}.stitch-section-heading>a{transition:color .3s ease}.stitch-section-heading>a .stitch-icon{transition:transform .3s ease}.stitch-section-heading>a:hover .stitch-icon{transform:translate(4px)}.stitch-services article{transition:border-color .3s ease}.stitch-services h3{transition:color .3s ease}.stitch-services article:hover{border-color:var(--st-orange)}.stitch-services article:hover h3{color:var(--st-orange)}.stitch-news a{transition:background-color .3s ease}.stitch-news h3{transition:color .3s ease}.stitch-news a:hover{background:var(--st-low)}.stitch-news a:hover h3{color:var(--st-orange)}.client-grid>div{transition:border-color .3s ease}.client-grid>div:hover{border-color:var(--st-orange)}.client-grid>div small{filter:grayscale(1);opacity:.6;transition:filter .4s ease,opacity .4s ease}.client-grid>div:hover small{filter:grayscale(0);opacity:1}.scroll-reveal{opacity:0}.scroll-reveal.visible{animation:stitch-fade-in-up 1s ease-out forwards}@keyframes stitch-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stitch-footer a{transition:color .3s ease}.stitch-footer a:hover{color:var(--st-orange)}.stitch-footer{width:100%;max-width:none;margin:0;padding:var(--st-section) var(--st-margin);border-top:1px solid var(--st-line);background:#0b0f11;color:#79736c}.stitch-footer-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;max-width:calc(var(--st-max) - var(--st-margin)*2);margin:0 auto}.stitch-footer-brand,.stitch-footer-column{display:flex;flex-direction:column}.stitch-footer-brand{gap:24px}.stitch-footer-brand img{width:180px;height:auto;margin-bottom:16px;object-fit:contain}.stitch-footer-muted{display:flex;flex-direction:column;gap:4px;color:#79736c;font-size:14px}.stitch-footer-muted p{margin:0}.stitch-footer-column{gap:16px}.stitch-footer-column h2{margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid var(--st-line);color:#e1e2e5;font:500 14px/1.5 Noto Sans SC,sans-serif;letter-spacing:.08em;text-transform:uppercase}.stitch-footer-contact-list{display:flex;flex-direction:column;gap:12px}.stitch-footer-contact{display:flex;align-items:flex-start;gap:12px;color:#79736c;font-size:14px;line-height:1.5}.stitch-footer-contact .stitch-icon{flex:0 0 auto;color:var(--st-orange)}.stitch-footer-contact.is-link{transition:color .3s ease}.stitch-footer-contact.is-link:hover{color:var(--st-orange)}@media(max-width:767px){.stitch-footer{padding:64px 16px}.stitch-footer-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]) .stitch-page *,html:not([data-motion=on]) .stitch-page *:before,html:not([data-motion=on]) .stitch-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html:not([data-motion=on]) .scroll-reveal{opacity:1;transform:none}}.stitch-services article>img{width:auto;height:40px;margin-bottom:16px;object-fit:contain;filter:brightness(0) saturate(100%) invert(41%) sepia(80%) saturate(1750%) hue-rotate(348deg) brightness(93%) contrast(95%)}.client-grid>div,.client-grid>.client-card{padding:16px}.client-grid>.client-card{display:flex;min-height:96px;align-items:center;justify-content:center;border:1px solid var(--st-line);background:var(--st-low);text-decoration:none;transition:transform .45s cubic-bezier(.22,1,.36,1),border-color .45s ease,background-color .45s ease,box-shadow .45s ease}.client-grid>.client-card:hover,.client-grid>.client-card:focus-visible{transform:translateY(-4px);border-color:var(--st-orange);background:var(--st-surface);box-shadow:0 12px 28px #0000002e}.client-grid>.client-card img{max-width:100%;max-height:48px;width:auto;height:auto;filter:none;opacity:1;transition:transform .45s cubic-bezier(.22,1,.36,1)}.client-grid>.client-card:hover img,.client-grid>.client-card:focus-visible img{transform:scale(1.035)}.client-grid>.client-card span{color:var(--st-muted);font-size:13px}.client-more{display:inline-flex;align-items:center;gap:4px;margin-top:0;color:var(--st-orange);font-size:14px;text-decoration:none}.client-more .stitch-icon{transition:transform .3s ease}.client-more:hover .stitch-icon{transform:translate(4px)}.clients-page{min-height:60vh}.clients-page .client-grid>.client-card{min-height:140px;gap:12px;flex-direction:column}.clients-page .client-grid>.client-card span{font-size:14px}.stitch-footer{display:block;background:#080b0d}.stitch-site>main>.stitch-page>header.stitch-header,.stitch-site>main>.stitch-page>footer.stitch-footer{display:none}.stitch-site .stitch-header nav a{min-height:44px;display:inline-flex;align-items:center}.stitch-site .stitch-header .stitch-menu{min-width:44px;min-height:44px;cursor:pointer}.stitch-site .stitch-footer a:focus-visible,.stitch-site .stitch-header a:focus-visible,.stitch-site .stitch-menu:focus-visible{outline:2px solid var(--stitch-orange,var(--st-orange));outline-offset:4px}.stitch-footer-inner{display:grid;flex-direction:initial}.stitch-footer>.stitch-footer-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.stitch-footer-inner{align-items:start}.stitch-footer-brand img{display:block;width:180px;height:auto;margin:0 0 16px}.stitch-footer-muted,.stitch-footer-contact{line-height:1.5}.stitch-actions a.primary .stitch-icon{transition-duration:.15s}.stitch-categories a,.stitch-categories a .stitch-icon,.stitch-section-heading>a,.stitch-section-heading>a .stitch-icon,.stitch-services article,.stitch-services h3,.stitch-news a,.stitch-news h3,.client-grid>div,.stitch-footer a{transition-duration:.15s}.stitch-header nav a{transition:color .38s cubic-bezier(.4,0,.2,1)}.stitch-hero-slide{opacity:0;transform:scale(1.015);will-change:opacity,transform;transition:opacity 1.15s cubic-bezier(.45,0,.55,1),transform 1.8s cubic-bezier(.22,1,.36,1)}.stitch-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.stitch-hero-slide.active{opacity:1;transform:scale(1)}.stitch-hero-copy{will-change:transform;animation:stitch-float-polished 6s ease-in-out infinite}.stitch-hero-copy [data-parallax]{will-change:transform;transition:none}@keyframes stitch-float-polished{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@media(hover:hover)and (pointer:fine){.stitch-project img{will-change:transform;transform:translateZ(0) scale(1);transform-origin:50% 50%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.stitch-project:hover img{transform:translateZ(0) scale(1.05)}.stitch-project h2{transition:color .42s ease}.stitch-project:hover h3{color:var(--st-orange)}}@media(hover:none),(pointer:coarse){.stitch-project:hover img{transform:translateZ(0) scale(1)}.stitch-project:hover h3{color:inherit}}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]) .stitch-hero-slide,html:not([data-motion=on]) .stitch-hero-copy,html:not([data-motion=on]) .stitch-hero-copy [data-parallax],html:not([data-motion=on]) .stitch-project img,html:not([data-motion=on]) .stitch-project h2{animation:none!important;transform:none!important;transition-duration:.01ms!important}}.stitch-site{overflow-x:clip}@media(max-width:767px){.stitch-imported-client-grid.client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.stitch-system-page{max-width:960px;min-height:70vh;margin:0 auto;padding:180px var(--st-margin) 96px}.stitch-system-page>p{color:var(--st-orange);font-size:12px;letter-spacing:.16em}.stitch-system-page h1{margin:12px 0 32px;font:600 clamp(40px,7vw,72px)/1.2 "Noto Serif SC",serif}.stitch-system-page>div,.stitch-system-page article{color:var(--st-muted)}.stitch-system-page nav{display:flex;gap:16px;margin-top:32px}.stitch-system-page nav a{border:1px solid var(--st-line);padding:12px 20px;text-decoration:none}.stitch-system-page .article-body{max-width:none}.stitch-system-page .article-body :is(h2,h3){color:var(--st-text)}.stitch-system-page .article-body a{color:var(--st-orange)}.stitch-imported-client-grid img{width:100%;height:89px;max-height:none;object-fit:contain}.stitch-imported-client-grid.client-grid .client-card{filter:none;opacity:1}.stitch-imported-client-category{max-width:var(--st-max);padding:var(--st-section) var(--st-margin);border-bottom:1px solid var(--st-line)}.stitch-imported-client-category .stitch-section-heading{margin-bottom:48px}.stitch-imported-client-category-label{color:var(--st-muted);font-size:12px;letter-spacing:.08em}.stitch-imported-client-grid.client-grid{grid-template-columns:repeat(6,1fr);gap:32px}.stitch-imported-client-grid.client-grid .client-card{min-height:96px}@media(max-width:767px){.stitch-imported-client-grid img{height:89px;max-height:none}}.stitch-imported-clients{background:#080b0d;color:#f4f1ec;padding:128px 0 0;font-family:Noto Sans SC,sans-serif}.stitch-imported-clients-hero,.stitch-imported-client-category,.stitch-imported-client-cta{max-width:1280px;margin:0 auto;padding-left:64px;padding-right:64px}.stitch-imported-clients-hero{display:grid;grid-template-columns:2fr 1fr;gap:32px;margin-bottom:128px}.stitch-imported-clients-hero h1{margin:0;font:600 64px/1.1 "Noto Serif SC",serif}.stitch-imported-clients-hero p{align-self:end;margin:0;color:#79736c;font-size:18px;line-height:1.6}.stitch-imported-clients-hero:after{content:"";grid-column:1/-1;height:1px;margin-top:64px;background:#ffffff1f}.stitch-imported-client-category{margin-bottom:128px}.stitch-imported-client-category-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:16px;margin-bottom:48px}.stitch-imported-client-category-heading h2{margin:0;font:500 24px/1.4 "Noto Serif SC",serif}.stitch-imported-client-category-heading span{color:#79736c;font-size:12px;letter-spacing:.1em}.stitch-imported-client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1f;padding:1px}.stitch-imported-client-grid a{display:flex;align-items:center;justify-content:center;min-height:190px;background:#111416;filter:grayscale(1) opacity(.6);transition:filter .4s ease,background-color .4s ease}.stitch-imported-client-grid a:hover{filter:grayscale(0) opacity(1);background:#191c1e}.stitch-imported-client-grid img{width:100%;height:100%;max-height:190px;object-fit:cover}.stitch-imported-client-cta{margin-top:128px;padding-top:0;padding-bottom:128px;text-align:center}.stitch-imported-client-cta h2{margin:0 0 24px;font:500 32px/1.3 "Noto Serif SC",serif}.stitch-imported-client-cta p{max-width:576px;margin:0 auto 40px;color:#79736c;font-size:16px;line-height:1.6}.stitch-imported-client-cta a{display:inline-block;border:1px solid #594139;padding:16px 32px;color:#f4f1ec;font-size:12px;letter-spacing:.1em;text-decoration:none;transition:border-color .3s ease,color .3s ease}.stitch-imported-client-cta a:hover{border-color:#e15517;color:#e15517}@media(max-width:767px){.stitch-imported-clients{padding-top:88px}.stitch-imported-clients-hero,.stitch-imported-client-category,.stitch-imported-client-cta{padding-left:20px;padding-right:20px}.stitch-imported-clients-hero{display:block;margin-bottom:80px}.stitch-imported-clients-hero h1{font-size:40px;margin-bottom:32px}.stitch-imported-clients-hero:after{display:block;margin-top:48px}.stitch-imported-client-category{margin-bottom:80px}.stitch-imported-client-category-heading{display:block;margin-bottom:32px}.stitch-imported-client-category-heading span{display:block;margin-top:8px}.stitch-imported-client-grid{grid-template-columns:repeat(2,1fr)}.stitch-imported-client-grid a,.stitch-imported-client-grid img{min-height:140px;max-height:140px}.stitch-imported-client-cta{margin-top:80px;padding-bottom:80px}.stitch-imported-client-cta h2{font-size:28px}}.stitch-contact-page .stitch-contact-hero{min-height:360px;padding-top:112px;padding-bottom:56px}.stitch-contact-page .stitch-contact-hero{min-height:360px;padding:136px var(--st-margin) 72px}@media(max-width:767px){.stitch-contact-page .stitch-contact-hero{min-height:360px;padding-top:112px;padding-bottom:48px}}.stitch-about-page .stitch-about-page-header{padding:144px var(--st-margin) 88px}.stitch-about-page .stitch-about-copy{max-width:720px}.stitch-about-page .stitch-about-copy h1{font-size:56px}.stitch-about-page .stitch-about-lead{font-size:17px;line-height:1.8}.stitch-about-page .stitch-about-image{margin-bottom:88px}.stitch-about-page .stitch-about-section{padding-top:88px;padding-bottom:88px}.stitch-about-page .stitch-about-section h2{font-size:40px}.stitch-about-page .stitch-about-orange-title{font-size:28px}.stitch-contact-page .stitch-contact-hero{min-height:480px;padding:136px var(--st-margin) 72px}.stitch-contact-page .stitch-contact-hero h1{font-size:56px}.stitch-contact-page .stitch-contact-hero p:not(.stitch-about-kicker){font-size:17px}.stitch-contact-page .stitch-contact-section,.stitch-contact-page .stitch-contact-branch{padding-top:88px;padding-bottom:88px}.stitch-contact-page .stitch-contact-section h2,.stitch-contact-page .stitch-contact-branch h2{font-size:40px}.stitch-contact-page .stitch-contact-content>.lead{font-size:17px;margin-bottom:48px}.stitch-contact-page .stitch-contact-details strong{font-size:18px}.stitch-icon{display:block;flex:0 0 auto}@media(max-width:767px){.stitch-about-page .stitch-about-page-header{padding:128px 16px 64px}.stitch-about-page .stitch-about-copy h1{font-size:42px}.stitch-about-page .stitch-about-image{margin-bottom:64px}.stitch-about-page .stitch-about-section{padding-top:64px;padding-bottom:64px}.stitch-about-page .stitch-about-section h2{font-size:32px}.stitch-contact-page .stitch-contact-hero{min-height:440px;padding:128px 16px 64px}.stitch-contact-page .stitch-contact-hero h1{font-size:42px}.stitch-contact-page .stitch-contact-section,.stitch-contact-page .stitch-contact-branch{padding-top:64px;padding-bottom:64px}.stitch-contact-page .stitch-contact-section h2,.stitch-contact-page .stitch-contact-branch h2{font-size:32px}}[data-design-lab][data-concept=projects] .stitch-projects-page{max-width:var(--st-max);margin:0 auto;padding:112px var(--st-margin) 96px}[data-design-lab][data-concept=projects] .stitch-projects-header{padding-bottom:32px}[data-design-lab][data-concept=projects] .stitch-projects-header h2{font-size:48px;line-height:1.3}[data-design-lab][data-concept=projects] .stitch-projects-header p{max-width:560px;margin-top:12px;font-size:16px}[data-design-lab][data-concept=projects] .stitch-projects-filter{gap:16px 28px;padding:24px 0 40px}[data-design-lab][data-concept=projects] .stitch-projects-filter a.is-active{color:var(--st-orange)}[data-design-lab][data-concept=projects] .stitch-projects{gap:32px 12px}.stitch-services-page .stitch-services-hero{height:320px;min-height:320px}.stitch-services-page .stitch-services-hero h1{font-size:56px}.stitch-services-page .stitch-services-intro{width:min(1120px,calc(100% - 96px));max-width:none;margin-inline:auto;padding:88px 0 0}.stitch-services-page .stitch-services-heading{margin-bottom:40px}.stitch-services-page .stitch-services-heading h2{font-size:42px}.stitch-services-page .stitch-service-grid{gap:20px}.stitch-services-page .stitch-service-card{min-height:220px;padding:24px}.stitch-services-page .stitch-service-card-content{min-height:172px}.stitch-services-page .stitch-service-card h3{font-size:24px}.stitch-services-page .stitch-services-cta{max-width:var(--st-max);margin:40px auto 0;padding:88px var(--st-margin)}@media(max-width:767px){[data-design-lab][data-concept=projects] .stitch-projects-page{padding:112px 16px 64px}[data-design-lab][data-concept=projects] .stitch-projects-header h2{font-size:36px}.stitch-services-page .stitch-services-hero{height:280px;min-height:280px}.stitch-services-page .stitch-services-hero h1{font-size:42px}.stitch-services-page .stitch-services-intro{width:auto;margin-inline:0;padding:64px 20px 0}.stitch-services-page .stitch-services-heading h2{font-size:32px}.stitch-services-page .stitch-service-card{min-height:0;padding:24px}.stitch-services-page .stitch-services-cta{padding:64px 20px}}.stitch-header a:focus-visible,.stitch-menu:focus-visible,.stitch-pagination button:focus-visible{outline:2px solid #ffb59b;outline-offset:5px}.stitch-services-page .stitch-header{max-width:var(--st-max);width:100%}@media(max-width:767px){.stitch-header.menu-open{background:#080b0df5;backdrop-filter:blur(16px)}.stitch-header.menu-open nav{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:8px 16px 18px;background:#080b0df5;border-bottom:1px solid var(--st-line)}.stitch-header.menu-open nav a{padding:14px 0;border-bottom:1px solid var(--st-line)}.stitch-header.menu-open nav a:last-child{border-bottom:0}}.stitch-contact-hero{min-height:620px;display:flex;align-items:end;justify-content:space-between;max-width:var(--st-max);margin:auto;padding:160px var(--st-margin) 96px;border-bottom:1px solid var(--st-line)}.stitch-contact-hero h1{margin:12px 0 20px;color:var(--st-text);font:600 72px/1.2 "Noto Serif SC",serif}.stitch-contact-hero p:not(.stitch-about-kicker){max-width:560px;margin:0;color:var(--st-muted);font-size:20px}.stitch-contact-section,.stitch-contact-branch{max-width:var(--st-max);margin:auto;padding:120px var(--st-margin);border-bottom:1px solid var(--st-line)}.stitch-contact-grid,.stitch-contact-branch-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.stitch-contact-grid>div:first-child,.stitch-contact-branch-grid>div:first-child{grid-column:span 4}.stitch-contact-content,.stitch-contact-branch-grid>.stitch-contact-details{grid-column:span 8}.stitch-contact-section h2,.stitch-contact-branch h2{margin:0;font:600 48px/1.3 "Noto Serif SC",serif}.stitch-contact-content>.lead{max-width:720px;margin:0 0 64px;color:var(--st-text);font-size:18px;line-height:1.9}.stitch-contact-details{display:grid;gap:0}.stitch-contact-details a,.stitch-contact-details>div{display:flex;align-items:flex-start;gap:20px;padding:24px 0;border-top:1px solid var(--st-line);text-decoration:none}.stitch-contact-details .stitch-icon{flex:0 0 auto;color:var(--st-orange);font-size:28px}.stitch-contact-details small{display:block;margin-bottom:8px;color:var(--st-muted);font-size:12px;letter-spacing:.12em}.stitch-contact-details strong{display:block;color:var(--st-text);font:500 20px/1.6 Noto Sans SC,sans-serif}.stitch-contact-details a:hover strong{color:var(--st-orange)}.stitch-contact-branch{background:var(--st-black);max-width:none}.stitch-contact-branch-grid{max-width:calc(var(--st-max) - var(--st-margin)*2);margin:auto}.stitch-contact-branch h2{font-size:36px}@media(max-width:767px){.stitch-contact-hero{min-height:520px;padding:140px 16px 64px}.stitch-contact-hero h1{font-size:42px}.stitch-contact-hero p:not(.stitch-about-kicker){font-size:17px}.stitch-contact-section,.stitch-contact-branch{padding:64px 16px}.stitch-contact-grid,.stitch-contact-branch-grid{display:block}.stitch-contact-grid>div:first-child,.stitch-contact-branch-grid>div:first-child{margin-bottom:48px}.stitch-contact-section h2,.stitch-contact-branch h2{font-size:32px}.stitch-contact-content>.lead{font-size:16px;margin-bottom:40px}.stitch-contact-details strong{font-size:17px}}.stitch-about-page-header{max-width:var(--st-max);margin:0 auto;padding:192px var(--st-margin) 120px}.stitch-about-copy{max-width:820px}.stitch-about-copy h1{margin:0 0 16px;font:700 72px/1.2 "Noto Serif SC",serif}.stitch-about-label{margin:0 0 48px;color:var(--st-orange);font:600 32px/1.4 "Noto Serif SC",serif;letter-spacing:.12em}.stitch-about-lead{max-width:672px;margin:0;color:var(--st-muted);font-size:18px;line-height:1.8}.stitch-about-image{max-width:var(--st-max);margin:0 auto 120px;padding:0 var(--st-margin)}.stitch-about-image img{display:block;width:100%;height:min(80vh,860px);object-fit:cover}.stitch-about-section{max-width:var(--st-max);margin:0 auto;padding:120px var(--st-margin);border-top:1px solid var(--st-line)}.stitch-about-last{margin-bottom:120px}.stitch-about-section-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.stitch-about-section-grid>div:first-child{grid-column:span 4}.stitch-about-section-content{grid-column:span 8}.stitch-about-section h2{margin:0;font:600 48px/1.3 "Noto Serif SC",serif}.stitch-about-rule{width:48px;height:2px;margin-top:24px;background:var(--st-orange)}.stitch-about-section-content p{margin:0 0 32px;font-size:16px;line-height:1.8}.stitch-about-section-content p.lead{font-size:18px;color:var(--st-text)}.stitch-about-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px;padding-top:64px;border-top:1px solid var(--st-line)}.stitch-about-feature-grid .stitch-icon{margin-bottom:16px;color:var(--st-orange);font-size:32px}.stitch-about-feature-grid h3,.stitch-about-values-grid h3,.stitch-about-qualifications h3{margin:0 0 8px;font:500 14px/1.5 Noto Sans SC,sans-serif;letter-spacing:.05em}.stitch-about-feature-grid p,.stitch-about-values-grid p,.stitch-about-qualifications li,.stitch-about-award{color:var(--st-muted);font-size:14px}.stitch-about-orange-title{margin:0 0 32px;color:var(--st-orange);font:600 32px/1.4 "Noto Serif SC",serif}.stitch-about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}.stitch-about-values-grid p{margin:0}.stitch-about-qualifications{display:grid;gap:48px}.stitch-about-qualifications h3{padding-bottom:8px;border-bottom:1px solid var(--st-line);color:var(--st-text);font-size:18px;font-weight:700}.stitch-about-qualifications ul{margin:0;padding-left:20px}.stitch-about-qualifications li{margin:0 0 16px}.stitch-about-award{display:flex;justify-content:space-between;gap:32px;margin:0;padding:0 0 24px;border-bottom:1px solid transparent}.stitch-about-award span:last-child{white-space:nowrap}@media(max-width:767px){.stitch-about-page-header{padding:140px 16px 64px}.stitch-about-copy h1{font-size:42px}.stitch-about-label{font-size:24px;margin-bottom:32px}.stitch-about-image{margin-bottom:64px;padding:0 16px}.stitch-about-image img{height:60vh}.stitch-about-section{padding:64px 16px}.stitch-about-last{margin-bottom:64px}.stitch-about-section-grid{display:block}.stitch-about-section-grid>div:first-child{margin-bottom:48px}.stitch-about-section h2{font-size:32px}.stitch-about-feature-grid,.stitch-about-values-grid{grid-template-columns:1fr;gap:32px;margin-top:48px;padding-top:48px}.stitch-about-orange-title{font-size:24px}.stitch-about-award{display:flex;flex-direction:column;gap:8px}}.stitch-page .scroll-reveal{opacity:1;transform:none;animation:none}.stitch-motion-ready .scroll-reveal:not(.visible){opacity:0;transform:translate3d(0,28px,0);will-change:opacity,transform}.stitch-motion-ready .scroll-reveal.visible{opacity:1;transform:translateZ(0);transition:opacity .68s cubic-bezier(.23,1,.32,1),transform .82s cubic-bezier(.23,1,.32,1)}.stitch-motion-ready [data-motion-heading]{opacity:0;transform:translate3d(0,14px,0);transition:opacity .56s cubic-bezier(.23,1,.32,1),transform .68s cubic-bezier(.23,1,.32,1)}.stitch-motion-ready .scroll-reveal.visible [data-motion-heading]{opacity:1;transform:translateZ(0)}.stitch-motion-ready [data-motion-stagger]>*,.stitch-motion-ready .stitch-categories a,.stitch-motion-ready .stitch-footer-inner>*{opacity:0;transform:translate3d(0,16px,0)}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>*,.stitch-motion-ready .stitch-categories.visible a,.stitch-motion-ready .scroll-reveal.visible .stitch-footer-inner>*{opacity:1;transform:translateZ(0);transition:opacity .56s cubic-bezier(.23,1,.32,1),transform .72s cubic-bezier(.23,1,.32,1)}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>:nth-child(2),.stitch-motion-ready .stitch-categories.visible a:nth-child(2),.stitch-motion-ready .scroll-reveal.visible .stitch-footer-inner>:nth-child(2){transition-delay:55ms}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>:nth-child(3),.stitch-motion-ready .stitch-categories.visible a:nth-child(3),.stitch-motion-ready .scroll-reveal.visible .stitch-footer-inner>:nth-child(3){transition-delay:.11s}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>:nth-child(4),.stitch-motion-ready .stitch-categories.visible a:nth-child(4){transition-delay:165ms}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>:nth-child(5),.stitch-motion-ready .stitch-categories.visible a:nth-child(5){transition-delay:.22s}.stitch-motion-ready .scroll-reveal.visible [data-motion-stagger]>:nth-child(6),.stitch-motion-ready .stitch-categories.visible a:nth-child(6){transition-delay:275ms}@media(hover:hover)and (pointer:fine){.stitch-services article{transition:transform .26s cubic-bezier(.23,1,.32,1),border-color .26s ease,background-color .26s ease}.stitch-services article:hover{transform:translate3d(0,-4px,0);background:#171b1eb8}.stitch-news a{transition:background-color .22s ease,transform .26s cubic-bezier(.23,1,.32,1)}.stitch-news a:hover{transform:translate3d(6px,0,0)}.stitch-categories a{transition:color .18s ease,transform .26s cubic-bezier(.23,1,.32,1)}.stitch-categories a:hover{transform:translate3d(0,-5px,0)}}.stitch-services article:active,.stitch-actions a:active{transform:scale(.97)}@media(max-width:767px){.stitch-footer-inner{grid-template-columns:1fr;gap:40px}}@media(max-width:767px){.stitch-categories>div{width:100%;gap:16px;flex-wrap:wrap}.stitch-categories a{flex:0 0 56px;white-space:normal;text-align:center}}@media(max-width:767px){.stitch-footer a{overflow-wrap:anywhere}}.stitch-imported-news-list,.stitch-imported-project-detail,.stitch-imported-news-detail{background:var(--st-black);color:var(--st-text)}.stitch-imported-news-list{max-width:var(--st-max);margin:0 auto;padding:128px var(--st-margin) 96px}.stitch-imported-title-grid{margin-bottom:96px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px}.stitch-imported-title-grid>div{grid-column:span 8}.stitch-imported-title-grid h1{margin:0 0 24px;font:600 64px/1.1 "Noto Serif SC",serif}.stitch-imported-title-grid p{max-width:42rem;margin:0;color:var(--st-muted);font-size:18px;line-height:1.8}.stitch-imported-rule{width:64px;height:1px;margin-top:32px;background:var(--st-orange)}.stitch-imported-news-items{display:flex;flex-direction:column;gap:64px}.stitch-imported-news-item{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px;padding-bottom:64px;border-bottom:1px solid var(--st-line)}.stitch-imported-news-date{grid-column:span 3;display:flex;flex-direction:column;gap:8px;color:var(--st-muted);font:600 12px/1.2 Noto Sans SC,sans-serif;letter-spacing:.1em;text-transform:uppercase}.stitch-imported-news-date span{color:var(--st-orange);opacity:.7}.stitch-imported-news-copy{grid-column:span 6;padding-right:32px}.stitch-imported-news-copy h2{margin:0 0 16px;font:500 32px/1.3 "Noto Serif SC",serif}.stitch-imported-news-copy h2 a{text-decoration:none}.stitch-imported-news-copy h2 a:hover{color:var(--st-orange)}.stitch-imported-news-copy p{margin:0 0 24px;color:var(--st-muted);line-height:1.7}.stitch-imported-read-more{display:inline-flex;align-items:center;gap:8px;color:var(--st-text);font:600 12px/1 Noto Sans SC,sans-serif;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.stitch-imported-read-more:hover{color:var(--st-orange)}.stitch-imported-read-more .stitch-icon{font-size:16px}.stitch-imported-news-image{grid-column:span 3;min-height:192px;overflow:hidden;background:var(--st-surface)}.stitch-imported-news-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.8;transition:transform .7s,filter .4s,opacity .4s}.stitch-imported-news-image:hover img{transform:scale(1.05);filter:grayscale(0);opacity:1}.stitch-imported-pagination{display:flex;justify-content:center;gap:16px;margin-top:80px}.stitch-imported-pagination a{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--st-line);color:var(--st-muted);font-size:12px;text-decoration:none}.stitch-imported-pagination a[aria-current=page],.stitch-imported-pagination a:hover{border-color:var(--st-orange);color:var(--st-orange)}.stitch-imported-detail-hero,.stitch-imported-news-detail-hero{position:relative;height:870px;overflow:hidden}.stitch-imported-detail-hero>img,.stitch-imported-news-detail-hero>img{width:100%;height:100%;object-fit:cover}.stitch-imported-detail-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#080b0de0,#080b0d1f 65%)}.stitch-imported-detail-hero-copy,.stitch-imported-news-detail-hero>div:last-child{position:absolute;right:0;bottom:0;left:0;max-width:var(--st-max);margin:0 auto;padding:0 var(--st-margin) 96px}.stitch-imported-detail-hero-copy span,.stitch-imported-news-detail-hero>div:last-child span{display:inline-block;margin-bottom:24px;color:var(--st-muted);font:600 12px/1 Noto Sans SC,sans-serif;letter-spacing:.15em;text-transform:uppercase}.stitch-imported-detail-hero-copy h1,.stitch-imported-news-detail-hero h1{max-width:960px;margin:0;color:var(--st-text);font:600 64px/1.1 "Noto Serif SC",serif}.stitch-imported-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding:96px var(--st-margin);border-bottom:1px solid var(--st-line)}.stitch-imported-facts>div{max-width:240px;margin:0 auto}.stitch-imported-facts h2{margin:0 0 8px;color:var(--st-muted);font:500 24px/1.4 "Noto Serif SC",serif}.stitch-imported-facts p{margin:0;font-size:18px}.stitch-imported-detail-content{max-width:var(--st-max);margin:0 auto;padding:0 var(--st-margin)}.stitch-imported-prose-section{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px;padding:128px 0;border-bottom:1px solid var(--st-line)}.stitch-imported-prose-section>div:first-child{grid-column:span 4;position:relative;padding-left:24px}.stitch-imported-prose-section>div:last-child{grid-column:span 7;grid-column-start:6}.stitch-imported-prose-section h2{margin:0;font:500 32px/1.3 "Noto Serif SC",serif}.stitch-imported-accent-line{position:absolute;top:8px;left:0;width:2px;height:48px;background:var(--st-orange)}.stitch-imported-prose-section .stitch-imported-lead,.stitch-imported-article-content>.stitch-imported-lead{margin:0 0 32px;color:var(--st-muted);font-size:18px;line-height:1.8}.stitch-imported-prose-section .rich-text,.stitch-imported-article-content .rich-text{color:var(--st-muted);line-height:1.9}.stitch-imported-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:32px;padding:128px 0}.stitch-imported-gallery>div{grid-column:span 6;height:600px;overflow:hidden;background:var(--st-black)}.stitch-imported-gallery>div.is-wide{grid-column:1 / -1;height:700px}.stitch-imported-gallery img{width:100%;height:100%;object-fit:cover}.stitch-imported-related{padding:128px var(--st-margin);background:var(--st-low);border-top:1px solid var(--st-line)}.stitch-imported-related>div{max-width:var(--st-max);margin:0 auto}.stitch-imported-related h2{margin:0 0 48px;font:500 32px/1.3 "Noto Serif SC",serif}.stitch-imported-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.stitch-imported-related-grid a{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--st-line);text-decoration:none}.stitch-imported-related-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.stitch-imported-related-grid a:hover img{transform:scale(1.05)}.stitch-imported-related-grid a>div{position:absolute;right:0;bottom:0;left:0;padding:48px 32px 24px;background:linear-gradient(0deg,rgba(8,11,13,.95),transparent)}.stitch-imported-related-grid h3{margin:0 0 8px;font:500 24px/1.4 "Noto Serif SC",serif}.stitch-imported-related-grid p{margin:0;color:var(--st-muted)}.stitch-imported-news-detail-hero{height:614px;margin-bottom:128px}.stitch-imported-news-detail-hero>div:last-child{padding-bottom:64px}.stitch-imported-news-detail-hero>div:last-child time{margin-left:24px;color:var(--st-muted);font:600 12px/1 Noto Sans SC,sans-serif;letter-spacing:.12em}.stitch-imported-article-content{max-width:920px;margin:0 auto;padding:0 var(--st-margin) 128px}.stitch-imported-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:64px;color:var(--st-muted);font-size:12px;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.stitch-imported-back:hover{color:var(--st-orange)}.stitch-imported-article-content .rich-text h2{margin-top:64px;color:var(--st-text);font:500 32px/1.3 "Noto Serif SC",serif}.stitch-imported-article-nav{display:flex;justify-content:space-between;gap:32px;margin-top:96px;padding-top:48px;border-top:1px solid var(--st-line)}.stitch-imported-article-nav a{display:flex;width:50%;flex-direction:column;gap:8px;color:inherit;text-decoration:none}.stitch-imported-article-nav a:last-child{align-items:flex-end;text-align:right}.stitch-imported-article-nav span{color:var(--st-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.stitch-imported-article-nav strong{font:500 24px/1.4 "Noto Serif SC",serif}.stitch-imported-article-nav a:hover strong{color:var(--st-orange)}@media(max-width:767px){.stitch-imported-news-list{padding:112px 16px 64px}.stitch-imported-title-grid{margin-bottom:64px}.stitch-imported-title-grid>div,.stitch-imported-news-date,.stitch-imported-news-copy,.stitch-imported-news-image{grid-column:1 / -1}.stitch-imported-title-grid h1{font-size:40px}.stitch-imported-news-item{gap:16px;padding-bottom:48px}.stitch-imported-news-copy{padding-right:0}.stitch-imported-news-copy h2{font-size:24px}.stitch-imported-news-image{min-height:220px}.stitch-imported-detail-hero{height:614px}.stitch-imported-detail-hero-copy,.stitch-imported-news-detail-hero>div:last-child{padding:0 16px 48px}.stitch-imported-detail-hero-copy h1,.stitch-imported-news-detail-hero h1{font-size:40px}.stitch-imported-facts{grid-template-columns:repeat(2,1fr);gap:32px 16px;padding:64px 16px}.stitch-imported-facts>div{margin:0}.stitch-imported-facts h2{font-size:20px}.stitch-imported-detail-content{padding:0 16px}.stitch-imported-prose-section{display:block;padding:64px 0}.stitch-imported-prose-section>div:first-child{margin-bottom:48px}.stitch-imported-gallery{display:block;padding:64px 0}.stitch-imported-gallery>div,.stitch-imported-gallery>div.is-wide{height:360px;margin-bottom:16px}.stitch-imported-related{padding:64px 16px}.stitch-imported-related-grid{grid-template-columns:1fr}.stitch-imported-news-detail-hero{height:500px;margin-bottom:64px}.stitch-imported-article-content{padding:0 16px 64px}.stitch-imported-article-nav{flex-direction:column}.stitch-imported-article-nav a{width:100%}.stitch-imported-article-nav a:last-child{align-items:flex-start;text-align:left}}.stitch-about-hero{min-height:620px;display:flex;align-items:end;justify-content:space-between;max-width:var(--st-max);margin:auto;padding:160px var(--st-margin) 96px;border-bottom:1px solid var(--st-line)}.stitch-about-hero h1{margin:12px 0 20px;color:var(--st-text);font:600 72px/1.2 "Noto Serif SC",serif}.stitch-about-hero p:not(.stitch-about-kicker){max-width:560px;margin:0;color:var(--st-muted);font-size:20px}.stitch-about-kicker{margin:0;color:var(--st-orange);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.stitch-about-index{color:var(--st-muted);font-size:12px;letter-spacing:.12em}.stitch-about-intro{padding-top:120px;padding-bottom:120px}.stitch-about-prose{max-width:820px;margin-left:auto;color:var(--st-text)}.stitch-about-prose h1{display:none}.stitch-about-prose h2{margin:48px 0 16px;color:var(--st-orange);font:600 24px/1.4 "Noto Serif SC",serif}.stitch-about-prose p{margin:0 0 20px;color:#c9c6c2;font-size:17px;line-height:1.9}.stitch-about-values{max-width:none}.stitch-about-values>.stitch-section-heading,.stitch-about-value-grid{max-width:calc(var(--st-max) - var(--st-margin)*2);margin-inline:auto}.stitch-about-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stitch-about-value-grid article{padding:32px;border:1px solid var(--st-line);background:var(--st-low)}.stitch-about-value-grid strong{color:var(--st-orange);font:600 14px Noto Sans SC,sans-serif}.stitch-about-value-grid h3{margin:44px 0 16px;font:600 24px/1.4 "Noto Serif SC",serif}.stitch-about-value-grid p{margin:0;color:var(--st-muted);font-size:14px}@media(max-width:767px){.stitch-about-hero{min-height:520px;padding:140px 16px 64px}.stitch-about-hero h1{font-size:42px}.stitch-about-hero p:not(.stitch-about-kicker){font-size:17px}.stitch-about-index{display:none}.stitch-about-intro{padding:64px 16px}.stitch-about-prose{margin:0}.stitch-about-prose p{font-size:16px}.stitch-about-value-grid{grid-template-columns:1fr;gap:16px}.stitch-about-values{padding:64px 16px}.stitch-about-values>.stitch-section-heading{margin-inline:0}.stitch-about-value-grid article{padding:24px}.stitch-about-value-grid h3{margin-top:32px}}.stitch-services-hero{min-height:620px;display:flex;align-items:end;justify-content:space-between;max-width:var(--st-max);margin:auto;padding:160px var(--st-margin) 96px;border-bottom:1px solid var(--st-line)}.stitch-services-hero h1{margin:12px 0 20px;color:var(--st-text);font:600 72px/1.2 "Noto Serif SC",serif}.stitch-services-hero p:not(.stitch-about-kicker){max-width:560px;margin:0;color:var(--st-muted);font-size:20px}.stitch-services-intro{padding-top:120px;padding-bottom:140px}.stitch-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stitch-service-grid article{position:relative;min-height:280px;padding:36px;border:1px solid var(--st-line);background:var(--st-low);transition:transform .26s cubic-bezier(.23,1,.32,1),background-color .22s ease}.stitch-service-grid article:hover{transform:translateY(-6px);background:var(--st-surface)}.stitch-service-number{position:absolute;top:28px;right:32px;color:var(--st-muted);font-size:12px;letter-spacing:.12em}.stitch-service-grid article>.stitch-icon{color:var(--st-orange);font-size:42px}.stitch-service-grid h3{margin:28px 0 12px;font:600 28px/1.4 "Noto Serif SC",serif}.stitch-service-grid p{margin:0;color:#c9c6c2;font-size:15px;line-height:1.8}.stitch-service-grid .stitch-service-body{margin-top:12px;color:var(--st-muted);font-size:14px}.stitch-services-page .stitch-footer{margin-top:0}@media(max-width:767px){.stitch-services-hero{min-height:520px;padding:140px 16px 64px}.stitch-services-hero h1{font-size:42px}.stitch-services-hero p:not(.stitch-about-kicker){font-size:17px}.stitch-services-intro{padding:64px 16px}.stitch-service-grid{grid-template-columns:1fr}.stitch-service-grid article{min-height:0;padding:28px 24px}.stitch-service-grid h3{font-size:24px}.stitch-service-number{right:24px}}.stitch-services-page{position:relative;isolation:isolate;min-height:100vh;overflow:hidden}.stitch-services-backdrop{position:fixed;inset:0;z-index:-2;background:var(--st-bg)}.stitch-services-backdrop img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.45) contrast(1.08)}.stitch-services-backdrop span{position:absolute;inset:0;background:#111416d1}.stitch-services-page main{position:relative;z-index:1;padding-top:88px}.stitch-services-page .stitch-header{position:fixed;max-width:none;background:#1114162e}.stitch-services-page .stitch-header.is-scrolled{background:#111416e6}.stitch-services-hero{height:40vh;min-height:300px;display:flex;align-items:center;justify-content:center;max-width:none;margin:0;padding:48px var(--st-margin) 0;text-align:center;border:0}.stitch-services-hero h1{margin:0 0 16px;color:var(--st-text);font:700 72px/1.2 "Noto Serif SC",serif}.stitch-services-hero p{margin:0;color:var(--st-orange);font:500 14px/1.5 Noto Sans SC,sans-serif;letter-spacing:.2em}.stitch-services-rule{display:block;width:48px;height:2px;margin:32px auto 0;background:var(--st-orange)}.stitch-services-intro{max-width:1280px;padding:120px var(--st-margin) 0;border:0}.stitch-services-heading{margin:0 0 56px}.stitch-services-heading>p{margin:0 0 16px;color:var(--st-orange);font:500 14px/1.5 Noto Sans SC,sans-serif;letter-spacing:.2em}.stitch-services-heading h2{margin:0;color:var(--st-text);font:600 48px/1.3 "Noto Serif SC",serif}.stitch-services-heading em{color:var(--st-muted);font-style:normal}.stitch-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.stitch-service-card{position:relative;min-height:280px;padding:32px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0006;backdrop-filter:blur(12px);overflow:hidden;transition:transform .3s ease,border-color .3s ease,background-color .3s ease}.stitch-service-card:hover{transform:translateY(-4px);border-color:var(--st-orange);background:#00000085}.stitch-service-ghost{position:absolute;top:0;right:0;padding:24px;opacity:.1;pointer-events:none}.stitch-service-ghost .stitch-icon{font-size:120px;color:var(--st-text);font-weight:300}.stitch-service-card-content{position:relative;z-index:1;display:flex;min-height:216px;flex-direction:column;align-items:flex-start}.stitch-service-card-icon{margin-bottom:24px;color:var(--st-orange)}.stitch-service-card-icon .stitch-icon{font-size:40px;font-weight:300}.stitch-service-card h3{margin:0 0 8px;color:var(--st-text);font:600 32px/1.4 "Noto Serif SC",serif;transition:color .3s ease}.stitch-service-card:hover h3{color:var(--st-orange)}.stitch-service-card p{max-width:620px;margin:0 0 24px;color:#c9c6c2;font:400 16px/1.7 Noto Sans SC,sans-serif}.stitch-service-card img{display:none}.stitch-services-cta{position:relative;z-index:1;margin-top:48px;padding:120px var(--st-margin);border-top:1px solid rgba(255,255,255,.1);background:#0006;backdrop-filter:blur(12px);text-align:center}.stitch-services-cta h2{margin:0 0 24px;color:var(--st-text);font:600 32px/1.4 "Noto Serif SC",serif}.stitch-services-cta p{max-width:672px;margin:0 auto 40px;color:#c9c6c2;font-size:16px}.stitch-services-cta a{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border:1.5px solid var(--st-orange);color:var(--st-orange);font-size:14px;text-decoration:none;border-radius:4px;transition:background-color .3s ease}.stitch-services-cta a:hover{background:#e155171a}.stitch-services-page .stitch-footer{position:relative;z-index:1;margin-top:0;background:var(--st-black)}@media(max-width:767px){.stitch-services-page main{padding-top:72px}.stitch-services-page .stitch-header{padding:24px 16px}.stitch-services-hero{height:40vh;min-height:300px;padding:48px 20px 0}.stitch-services-hero h1{font-size:42px}.stitch-services-intro{padding:64px 20px 0}.stitch-services-heading{margin-bottom:40px}.stitch-services-heading h2{font-size:32px}.stitch-service-grid{grid-template-columns:1fr;gap:16px}.stitch-service-card{min-height:0;padding:24px}.stitch-service-card-content{min-height:0}.stitch-service-card h3{font-size:24px}.stitch-service-card p{font-size:15px}.stitch-service-ghost{padding:16px}.stitch-service-ghost .stitch-icon{font-size:88px}.stitch-services-cta{margin-top:32px;padding:64px 20px}.stitch-services-cta h2{font-size:28px}.stitch-services-backdrop img{object-position:60% center}}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]).stitch-motion-ready .scroll-reveal:not(.visible),html:not([data-motion=on]).stitch-motion-ready [data-motion-heading],html:not([data-motion=on]).stitch-motion-ready [data-motion-stagger]>*,html:not([data-motion=on]).stitch-motion-ready .stitch-categories a,html:not([data-motion=on]).stitch-motion-ready .stitch-footer-inner>*{opacity:1;transform:none;will-change:auto;transition:none!important}html:not([data-motion=on]) .stitch-services article:active,html:not([data-motion=on]) .stitch-actions a:active{transform:none}}@media(prefers-reduced-motion:reduce){html[data-motion=on] .stitch-hero-slide{transition:opacity 1.15s cubic-bezier(.45,0,.55,1),transform 1.8s cubic-bezier(.22,1,.36,1)!important}html[data-motion=on] .stitch-hero-copy{animation:stitch-float-polished 6s ease-in-out infinite!important}html[data-motion=on] .stitch-scroll{animation:stitch-bounce 1s ease-in-out infinite!important}html[data-motion=on] .stitch-hero-copy [data-parallax]{transition:none!important}html.stitch-motion-ready[data-motion=on] .scroll-reveal:not(.visible){opacity:0!important;transform:translate3d(0,28px,0)!important;will-change:opacity,transform}html.stitch-motion-ready[data-motion=on] .scroll-reveal.visible{opacity:1!important;transform:translateZ(0)!important;transition:opacity .68s cubic-bezier(.23,1,.32,1),transform .82s cubic-bezier(.23,1,.32,1)!important}html.stitch-motion-ready[data-motion=on] [data-motion-heading],html.stitch-motion-ready[data-motion=on] [data-motion-stagger]>*,html.stitch-motion-ready[data-motion=on] .stitch-categories a,html.stitch-motion-ready[data-motion=on] .stitch-footer-inner>*{opacity:0!important;transform:translate3d(0,16px,0)!important;transition:opacity .56s cubic-bezier(.23,1,.32,1),transform .72s cubic-bezier(.23,1,.32,1)!important}html.stitch-motion-ready[data-motion=on] .scroll-reveal.visible [data-motion-heading],html.stitch-motion-ready[data-motion=on] .scroll-reveal.visible [data-motion-stagger]>*,html.stitch-motion-ready[data-motion=on] .stitch-categories.visible a,html.stitch-motion-ready[data-motion=on] .scroll-reveal.visible .stitch-footer-inner>*{opacity:1!important;transform:translateZ(0)!important}html.stitch-motion-ready[data-motion=on] .stitch-project img{transition:transform .7s cubic-bezier(.25,.46,.45,.94)!important}}.stitch-services-page .stitch-header{max-width:var(--st-max)!important;width:100%!important}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white:#fff;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-brand:#e15517;--color-ink:#171816;--color-stone:#64645f;--color-line:#d7d7d0;--color-paper:#f7f7f3;--font-display:"Noto Serif SC", "Songti SC", STSong, serif;--font-body:"Noto Sans SC", "Microsoft YaHei", sans-serif;--font-utility:Inter, "DIN Alternate", Arial, sans-serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.container{width:100%}@media(min-width:30rem){.container{max-width:30rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:75rem){.container{max-width:75rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline{display:inline}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-wrap{flex-wrap:wrap}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{color:var(--color-ink);background:var(--color-paper);font-family:var(--font-body);font-synthesis:none;--container:min(100% - 2rem, 92rem);--section-space:clamp(4rem, 9vw, 8.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:20rem;margin:0;font-size:1rem;line-height:1.75}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:.08em}button,summary{font:inherit}:focus-visible{outline:3px solid var(--color-brand);outline-offset:4px}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.container{width:var(--container);margin-inline:auto}.section{padding-block:var(--section-space)}.section--white{background:var(--color-white)}.eyebrow{color:var(--color-stone);font-family:var(--font-utility);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:.75rem;margin:0 0 1rem;font-size:.75rem;font-weight:700;display:flex}.eyebrow:before{background:var(--color-brand);content:"";width:2.5rem;height:2px}.display-title{font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(2.25rem,5.6vw,5.5rem);font-weight:500;line-height:1.08}.section-title{font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.75rem);font-weight:500;line-height:1.18}.lede{max-width:44rem;color:var(--color-stone);font-size:clamp(1.05rem,1.5vw,1.25rem)}.text-link{align-items:center;gap:.6rem;font-weight:700;text-decoration:none;display:inline-flex}.text-link:after{color:var(--color-brand);content:"↗";transition:transform .18s}.text-link:hover:after{transform:translate(.15rem,-.15rem)}.page-intro{padding-block:clamp(3.5rem,7vw,6.5rem)}.home-hero{background:#aaa9a4;padding-block:clamp(3rem,7vw,7rem)}.hero-grid{gap:2.5rem;display:grid}.hero-copy{align-self:center}.hero-copy .display-title em{color:var(--color-brand);font-style:normal}.hero-copy .lede{margin-block:1.5rem 2rem}.hero-image{background:var(--color-line);min-height:clamp(24rem,48vw,42rem);text-decoration:none;display:block;position:relative;overflow:hidden}.hero-image:before{z-index:1;content:"";background:linear-gradient(#0000 55%,#000b);position:absolute;inset:0}.hero-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.hero-image:hover img{transform:scale(1.025)}.hero-image>span{z-index:2;color:#fff;border-top:1px solid #ffffff80;justify-content:space-between;align-items:end;gap:1rem;padding-top:1rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.hero-image small{text-align:right;display:block}.category-strip{border-block:1px solid var(--color-line);background:var(--color-white)}.category-grid{grid-template-columns:repeat(2,1fr);display:grid}.category-grid a{border-right:1px solid var(--color-line);border-bottom:1px solid var(--color-line);border-left:1px solid var(--color-line);align-items:center;gap:.75rem;min-height:4.5rem;padding:.75rem;text-decoration:none;display:flex}.category-grid a:hover{box-shadow:inset 0 -3px var(--color-brand)}.category-grid span{color:var(--color-brand);font-family:var(--font-utility);font-size:.7rem}.section-heading{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:end;gap:2rem;margin-bottom:clamp(2.5rem,5vw,4rem);padding-bottom:1.25rem;display:flex}.split-grid{gap:2rem;display:grid}.services-home{color:var(--color-paper);background:var(--color-ink)}.services-home .eyebrow,.services-home .lede{color:#aaa9a2}.service-list article{border-top:1px solid #41413e;gap:.75rem;padding-block:1.6rem;display:grid}.service-list span{color:var(--color-brand);font-family:var(--font-utility);font-size:.75rem}.service-list h3{font-family:var(--font-display);margin:0;font-size:1.5rem;font-weight:500}.service-list p{color:#aaa9a2;margin:0}.news-home-grid{background:var(--color-line);gap:1px;display:grid}.news-home-card{background:var(--color-white);min-height:15rem;padding:1.5rem;position:relative}.news-home-card p{color:var(--color-stone);font-size:.8rem}.news-home-card h3{font-family:var(--font-display);margin:1.5rem 0;font-size:1.35rem;font-weight:500}.news-home-card h3 a{text-decoration:none}.news-home-card>span{color:var(--color-brand);font-size:1.5rem;position:absolute;bottom:1.5rem;right:1.5rem}.contact-cta{color:#fff;background:var(--color-brand);padding-block:clamp(4.5rem,10vw,9rem)}.contact-cta__inner{gap:1.25rem;display:grid}.contact-cta .section-title{max-width:11em}.contact-cta .eyebrow{color:#fff}.contact-cta .eyebrow:before{background:#fff}.skip-link{z-index:100;color:#fff;background:var(--color-ink);padding:.7rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;border-bottom:1px solid var(--color-line);background:#f7f7f3f2;position:relative}@supports (color:color-mix(in lab,red,red)){.site-header{background:color-mix(in srgb,var(--color-paper) 95%,transparent)}}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5.5rem;display:flex}.brand{align-items:center;gap:.75rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{width:2.6rem;height:2.6rem}.brand-name{font-family:var(--font-display);letter-spacing:.03em;font-size:1.1rem}.brand-name--desktop{display:none}.brand-name--mobile{display:inline}.desktop-nav{display:none}.nav-list{align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem);margin:0;padding:0;list-style:none;display:flex}.nav-link{border-bottom:2px solid #0000;padding-block:.35rem;font-size:.95rem;text-decoration:none}.nav-link:hover,.nav-link[aria-current=page]{border-color:var(--color-brand)}.nav-link[aria-current=page]{font-weight:700}.mobile-nav summary{cursor:pointer;white-space:nowrap;font-weight:700;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:before{content:"☰";margin-right:.5rem}.mobile-nav[open] summary:before{content:"×"}.mobile-nav .nav-list{border-bottom:1px solid var(--color-line);background:var(--color-paper);flex-direction:column;align-items:stretch;gap:0;padding:1rem;position:absolute;inset:5.5rem 0 auto}.mobile-nav .nav-link{padding:.8rem .4rem;display:block}.site-footer{color:#f7f7f3;background:var(--color-ink);padding-block:4rem 2rem}.footer-grid{gap:3rem;display:grid}.footer-brand{max-width:31rem}.footer-brand__lockup{align-items:center;gap:1rem;margin-bottom:1.35rem;display:flex}.footer-brand img{background:#ffffff0d;border:1px solid #ffffff38;flex:none;width:22.5rem;height:5.5rem;padding:.45rem}.footer-brand .footer-title{letter-spacing:.08em;margin:0;font-size:clamp(1.3rem,2vw,1.65rem)}.footer-brand p{color:#c7c7c1;max-width:28rem;margin:0;font-size:.9rem;line-height:1.8}.footer-title{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.5rem}.footer-links{gap:.3rem;display:grid}.footer-meta{color:#aaa9a2;border-top:1px solid #41413e;margin-top:3rem;padding-top:1.5rem;font-size:.8rem}.footer-meta a:hover{color:var(--color-white)}.project-filters{border-bottom:1px solid var(--color-line);flex-wrap:wrap;gap:.35rem 1.25rem;margin-bottom:clamp(2rem,4vw,3.25rem);padding-bottom:.8rem;display:flex}.filter-link{background:0 0;border:0;padding:.5rem 0;font-size:.9rem;font-weight:700;text-decoration:none;position:relative}.filter-link:after{content:"";background:0 0;height:3px;position:absolute;bottom:-.82rem;left:0;right:0}.filter-link:hover,.filter-link[aria-current=true]{color:var(--color-brand)}.filter-link:hover:after,.filter-link[aria-current=true]:after{background:var(--color-brand)}.filter-empty{border-left:3px solid var(--color-brand);background:var(--color-paper);margin-bottom:2.5rem;padding:2rem}.project-grid{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4.75rem) clamp(1.25rem,2.5vw,2.25rem);display:grid}.project-card[hidden]{display:none}.project-card__image{aspect-ratio:4/3;background:#d9dad2;display:block;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.project-card__image:hover img{transform:scale(1.035)}.project-card__body{padding-top:1.1rem}.project-card__meta{color:var(--color-stone);margin:0 0 .3rem;font-size:.82rem}.project-card__title{font-family:var(--font-display);margin:0;font-size:clamp(1.2rem,1.7vw,1.55rem);font-weight:500;line-height:1.35}.project-card__title a{text-decoration:none}.project-card__title a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-brand);text-decoration-color:var(--color-brand)}.project-hero{background:var(--color-paper);padding-top:clamp(3.5rem,7vw,7rem)}.project-hero__copy{gap:1rem;margin-bottom:clamp(3rem,6vw,5rem);display:grid}.project-hero__copy .lede{margin:0}.project-hero__image{background:var(--color-line);width:min(100% - 2rem,100rem);height:clamp(25rem,62vw,50rem);margin-inline:auto;overflow:hidden}.project-hero__image img{object-fit:cover;width:100%;height:100%}.project-story{gap:3rem;display:grid}.project-facts{border-top:1px solid var(--color-line);margin:0}.project-facts div{border-bottom:1px solid var(--color-line);grid-template-columns:5rem 1fr;padding-block:.7rem;display:grid}.project-facts dt{color:var(--color-stone)}.project-facts dd{margin:0}.project-body{max-width:48rem;font-size:clamp(1.05rem,1.25vw,1.16rem);line-height:2}.project-gallery{gap:clamp(1rem,2vw,1.5rem);display:grid}.project-gallery figure{margin:0}.project-gallery img{background:var(--color-line);width:100%}.project-gallery figcaption{color:var(--color-stone);margin-top:.5rem;font-size:.82rem}.prose-layout{gap:3rem;display:grid}.rich-text{max-width:48rem}.rich-text h2{font-family:var(--font-display);margin:2.5rem 0 1rem;font-size:2rem;font-weight:500}.rich-text h3{margin:2rem 0 .75rem;font-size:1.25rem}.rich-text p{margin:0 0 1.2rem}.rich-text ul,.rich-text ol{gap:.55rem;margin:0 0 1.4rem;padding-left:1.4rem;display:grid}.rich-text li::marker{color:var(--color-brand)}.rich-text blockquote{border-left:3px solid var(--color-brand);color:var(--color-stone);margin:1.8rem 0;padding-left:1.25rem}.rich-text figure{margin:2rem 0}.rich-text img{background:var(--color-line);width:100%;height:auto;display:block}.rich-text figcaption{color:var(--color-stone);margin-top:.65rem;font-size:.86rem;line-height:1.6}.rich-text hr{border:0;border-top:1px solid var(--color-line);margin:2rem 0}.rich-text a{-webkit-text-decoration-color:var(--color-brand);text-decoration-color:var(--color-brand);text-underline-offset:.18em}.standard-list article{border-top:1px solid var(--color-line);gap:1rem;padding-block:2rem;display:grid}.standard-list article>span{color:var(--color-brand);font-family:var(--font-utility);font-size:.75rem}.standard-list h2{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.8rem;font-weight:500}.standard-list p{color:var(--color-stone);margin:0}.news-list{background:var(--color-line);gap:1px;display:grid}.news-card{background:#fff}.news-card__image{aspect-ratio:16/9;display:block;overflow:hidden}.news-card__image img{object-fit:cover;width:100%;height:100%}.news-card__body{padding:clamp(1.5rem,3vw,3rem)}.news-card__body>p:first-child{color:var(--color-stone);font-size:.82rem}.news-card h2{font-family:var(--font-display);margin:.75rem 0 1rem;font-size:clamp(1.4rem,2.4vw,2rem);font-weight:500}.news-card h2 a{text-decoration:none}.article-body{max-width:52rem}.article-body>.lede{border-bottom:1px solid var(--color-line);padding-bottom:2rem}.contact-page-grid{gap:4rem;display:grid}.contact-details h2{font-family:var(--font-display);font-size:2rem;font-weight:500}.contact-details a{border-top:1px solid var(--color-line);grid-template-columns:5rem 1fr;padding-block:1.1rem;text-decoration:none;display:grid}.contact-details a:hover{box-shadow:inset 3px 0 var(--color-brand);padding-left:1rem}.contact-details span{color:var(--color-stone);font-size:.85rem}.qr-card{border:1px solid var(--color-line);width:fit-content;margin:0;padding:1.5rem}.qr-card figcaption{text-align:center;margin-top:.75rem;font-size:.85rem}.not-found{min-height:65vh;padding-block:clamp(5rem,13vw,12rem)}@media(min-width:48rem){:root{--container:min(100% - 4rem, 88rem)}.footer-grid{grid-template-columns:1.7fr 1fr 1fr}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,1fr)}.split-grid{grid-template-columns:1fr 1fr;gap:5rem}.service-list article{grid-template-columns:3rem minmax(12rem,.7fr) 1fr}.news-home-grid{grid-template-columns:repeat(3,1fr)}.project-hero__copy{grid-template-columns:1.2fr .8fr;align-items:end}.project-hero__copy .eyebrow{grid-column:1/-1}.project-story{grid-template-columns:minmax(16rem,.65fr) 1.35fr;gap:8vw}.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.project-gallery .gallery-wide{grid-column:1/-1}.prose-layout{grid-template-columns:.6fr 1.4fr;gap:8vw}.standard-list article{grid-template-columns:4rem minmax(0,1fr)}.news-list{grid-template-columns:repeat(2,1fr)}.contact-page-grid{grid-template-columns:1.3fr .7fr;align-items:start}}@media(min-width:60rem){.hero-grid{grid-template-columns:.72fr 1.28fr;min-height:42rem}}@media(min-width:75rem){.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(7,1fr)}}@media(min-width:60rem){.desktop-nav{display:block}.mobile-nav{display:none}.brand-name--desktop{display:inline}.brand-name--mobile{display:none}}html[data-theme=reference-grid]{--color-ink:#1b1d1f;--color-stone:#6e706c;--color-line:#deded8;--color-paper:#f8f8f5;--font-display:"Noto Sans SC", "Microsoft YaHei", sans-serif;--container:min(100% - clamp(2rem, 6vw, 6rem), 86rem);--section-space:clamp(3.5rem, 7vw, 6.5rem);background:var(--color-white)}html[data-theme=reference-grid] body,html[data-theme=reference-grid] .site-header{background:var(--color-white)}html[data-theme=reference-grid] .header-inner{min-height:5.75rem}html[data-theme=reference-grid] .brand-name{font-family:var(--font-body);letter-spacing:0;font-size:1.15rem;font-weight:800}html[data-theme=reference-grid] .nav-link{border-bottom:0;font-weight:700;position:relative}html[data-theme=reference-grid] .nav-link:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1.15rem;left:0;right:0}html[data-theme=reference-grid] .nav-link:hover,html[data-theme=reference-grid] .nav-link[aria-current=page]{color:var(--color-brand)}html[data-theme=reference-grid] .nav-link:hover:after,html[data-theme=reference-grid] .nav-link[aria-current=page]:after{background:var(--color-brand)}html[data-theme=reference-grid] .home-hero{border-bottom:1px solid var(--color-line);background:var(--color-white);padding-block:0}html[data-theme=reference-grid] .home-hero .container{width:100%;max-width:none}html[data-theme=reference-grid] .hero-grid{gap:0}html[data-theme=reference-grid] .hero-copy{background:var(--color-paper);flex-direction:column;justify-content:center;min-height:clamp(31rem,58vw,43rem);padding:clamp(3rem,8vw,6rem) clamp(2rem,7vw,5rem);display:flex}html[data-theme=reference-grid] .display-title{letter-spacing:0;max-width:9em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.22}html[data-theme=reference-grid] .hero-copy .display-title em{color:inherit}html[data-theme=reference-grid] .hero-copy .lede{color:#565854;max-width:28rem;margin-block:1.35rem 4rem;font-size:clamp(1.1rem,1.55vw,1.4rem);line-height:1.8}html[data-theme=reference-grid] .hero-copy .text-link{border-top:3px solid var(--color-brand);width:fit-content;color:var(--color-stone);padding-top:1.25rem;font-size:.9rem}html[data-theme=reference-grid] .hero-image{background:#e7e8e3;min-height:clamp(31rem,58vw,43rem)}html[data-theme=reference-grid] .hero-image:before{display:none}html[data-theme=reference-grid] .hero-image>span{border-left:3px solid var(--color-brand);max-width:min(20rem,100% - 3.5rem);color:var(--color-ink);background:#ffffffeb;gap:.2rem;padding:.8rem 1rem;display:grid;bottom:1.75rem;left:auto;right:1.75rem}@supports (color:color-mix(in lab,red,red)){html[data-theme=reference-grid] .hero-image>span{background:color-mix(in srgb,var(--color-white) 92%,transparent)}}html[data-theme=reference-grid] .hero-image small{color:var(--color-stone);text-align:left}html[data-theme=reference-grid] .category-strip{border-bottom:1px solid var(--color-line);border-top:0}html[data-theme=reference-grid] .category-grid{gap:clamp(1.25rem,4vw,3.5rem);display:flex;overflow-x:auto}html[data-theme=reference-grid] .category-grid a{min-height:5.5rem;color:var(--color-ink);white-space:nowrap;border:0;flex:none;padding-inline:0;font-weight:700}html[data-theme=reference-grid] .category-grid a:hover{color:var(--color-brand);box-shadow:inset 0 -3px var(--color-brand)}html[data-theme=reference-grid] .category-grid span{display:none}html[data-theme=reference-grid] .section--white{background:var(--color-white)}html[data-theme=reference-grid] .section-heading{margin-bottom:clamp(1.8rem,4vw,3rem)}html[data-theme=reference-grid] .section-title{letter-spacing:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}html[data-theme=reference-grid] .eyebrow{color:var(--color-stone);font-family:var(--font-utility);letter-spacing:.08em}html[data-theme=reference-grid] .eyebrow:before{width:1.75rem;height:3px}html[data-theme=reference-grid] .project-grid{gap:clamp(2.25rem,4vw,4rem) clamp(1.25rem,2vw,1.75rem)}html[data-theme=reference-grid] .project-card__body{padding-top:.8rem}html[data-theme=reference-grid] .project-card__meta{color:var(--color-stone);font-size:.88rem}html[data-theme=reference-grid] .project-card__title{font-family:var(--font-body);letter-spacing:0;font-size:clamp(1.05rem,1.45vw,1.25rem);font-weight:700}html[data-theme=reference-grid] .home-split,html[data-theme=reference-grid] .services-home,html[data-theme=reference-grid] .news-home{border-top:1px solid var(--color-line);color:var(--color-ink);background:var(--color-white)}html[data-theme=reference-grid] .split-grid{gap:0}html[data-theme=reference-grid] .split-grid>div{padding-block:clamp(2rem,4vw,3.5rem)}html[data-theme=reference-grid] .split-grid>div+div{border-top:1px solid var(--color-line)}html[data-theme=reference-grid] .services-home .eyebrow,html[data-theme=reference-grid] .services-home .lede,html[data-theme=reference-grid] .service-list p{color:var(--color-stone)}html[data-theme=reference-grid] .service-list article{border-color:var(--color-line)}html[data-theme=reference-grid] .service-list h3{font-family:var(--font-body);font-weight:800}html[data-theme=reference-grid] .news-home-grid{background:var(--color-line)}html[data-theme=reference-grid] .contact-cta{color:var(--color-ink);background:var(--color-paper)}html[data-theme=reference-grid] .contact-cta .eyebrow{color:var(--color-stone)}html[data-theme=reference-grid] .contact-cta .eyebrow:before{background:var(--color-brand)}@media(min-width:48rem){html[data-theme=reference-grid] .split-grid>div{padding-inline:clamp(1.5rem,4vw,3.25rem)}html[data-theme=reference-grid] .split-grid>div:first-child{padding-left:0}html[data-theme=reference-grid] .split-grid>div+div{border-top:0;border-left:1px solid var(--color-line)}}@media(min-width:60rem){html[data-theme=reference-grid] .hero-grid{grid-template-columns:minmax(26rem,.78fr) minmax(0,1.22fr)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
