@font-face{font-family:Onest;
src:url(assets/onest-regular.ttf) format('truetype');
font-weight:400;
font-style:normal;
font-display:swap}
@font-face{font-family:Onest;
src:url(assets/onest-bold.ttf) format('truetype');
font-weight:600 900;
font-style:normal;
font-display:swap}

:root{--paper:#f4f3ee;
--ink:#242721;
--muted:#65685f;
--line:#d7d8cd;
--orange:#d94b24;
--bright:#ef592f;
--sage:#e6e9df;
--dark:#252922;
--radius:8px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;
scroll-padding-top:100px}
body{margin:0;
background:var(--paper);
color:var(--ink);
font:16px/1.6 Onest,sans-serif;
-webkit-font-smoothing:antialiased}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:700;
line-height:1.07;
letter-spacing:-.055em}
h2{font-size:clamp(36px,4.1vw,60px)}
h3{font-size:28px}
h2 em{font-style:normal;
color:var(--muted)}
a{color:inherit;
text-decoration:none}
button,input,textarea{font:inherit}
button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default}
button{color:inherit}
img{max-width:100%;
height:auto;
display:block}
a,button{touch-action:manipulation}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--orange);
outline-offset:5px}
::selection{background:var(--bright);
color:white}
[hidden]{display:none!important}
.wrap{max-width:1360px;
width:calc(100% - 96px);
margin-inline:auto}
.mono,.eyebrow{font:11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;
letter-spacing:.08em}
.eyebrow{display:block;
font-size:12px}
.section{padding-block:108px}
.section-top{display:flex;
align-items:center;
justify-content:space-between;
gap:24px;
margin-bottom:36px}
.section-aside{color:var(--muted);
font-size:14px}
.section-heading{display:flex;
align-items:flex-end;
justify-content:space-between;
gap:48px;
margin-bottom:48px}
.section-heading>p{max-width:330px;
color:var(--muted);
line-height:1.7}
.button{display:inline-flex;
justify-content:center;
align-items:center;
gap:36px;
min-height:55px;
padding:15px 23px;
border:1px solid transparent;
border-radius:5px;
font-size:14px;
font-weight:700;
line-height:1.4;
transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button span{font-size:21px;
line-height:1}
.button-dark{background:var(--ink);
color:var(--paper)}
.button-dark:hover{background:var(--orange)}
.button-light{background:var(--paper);
color:var(--ink)}
.button-light:hover{background:#fff}
.text-link{display:inline-flex;
align-items:center;
gap:20px;
font-size:14px;
border:0;
padding:0;
background:none;
text-decoration:none;
line-height:1.5}
.text-link:hover{text-decoration:underline;
text-underline-offset:5px}
.text-link>span{font-size:20px}
.skip-link{position:fixed;
top:-80px;
left:20px;
z-index:100;
background:var(--ink);
color:white;
padding:12px}
.skip-link:focus{top:12px}
.header{position:sticky;
top:0;
z-index:30;
background:rgb(244 243 238 / .94);
backdrop-filter:blur(15px);
border-bottom:1px solid var(--line)}
.header-inner{height:86px;
display:flex;
align-items:center;
justify-content:space-between;
gap:28px}
.brand{display:inline-flex;
align-items:center;
gap:11px;
font-weight:700;
font-size:31px;
letter-spacing:-.065em;
line-height:1}
.brand-dot{margin-left:-10px;
color:var(--orange)}
.brand-mark{display:grid;
grid-template-columns:9px 9px;
gap:3px;
transform:rotate(-8deg);
margin-right:1px}
.brand-mark i{height:9px;
background:var(--bright)}
.brand-mark i:last-child{background:var(--ink)}
.header nav{display:flex;
gap:32px}
.header nav a{font-size:13px;
color:#54584e}
.header nav a:hover{color:var(--orange)}
.header-cta{display:flex;
align-items:center;
gap:24px;
border:1px solid var(--ink);
border-radius:4px;
padding:10px 17px;
font-size:12px;
font-weight:700}
.header-cta:hover{background:var(--ink);
color:var(--paper)}
.menu-toggle{display:none}
.hero{padding-top:28px}
.hero-top{display:flex;
justify-content:space-between;
gap:24px;
color:var(--muted)}
.hero-top>span:first-child{display:flex;
align-items:center;
gap:9px}
.live-dot{display:inline-block;
width:6px;
height:6px;
border-radius:50%;
background:var(--orange);
flex-shrink:0;
box-shadow:0 0 0 4px rgb(217 75 36 / .08)}
.hero-grid{display:grid;
grid-template-columns:1.13fr 1fr;
align-items:center;
padding-block:57px 61px;
position:relative}
.hero-copy{position:relative;
z-index:2}
.hero h1{font-size:clamp(64px,6.8vw,104px);
line-height:1.01;
letter-spacing:-.067em}
.hero h1>span{color:var(--orange);
white-space:nowrap}
.hero-copy>p{font-size:18px;
line-height:1.6;
margin:27px 0 29px;
color:var(--muted)}
.hero-actions{display:flex;
gap:26px;
align-items:center}
.hero-art{position:relative;
min-width:0;
height:470px;
display:flex;
align-items:center;
margin-left:-40px;
margin-right:-25px}
.sculpture{width:125%;
max-width:none;
margin-left:-12%;
mix-blend-mode:multiply;
animation:levitate 10s ease-in-out infinite;
will-change:transform;
pointer-events:none}
.art-note{position:absolute;
right:30px;
top:8px;
color:var(--muted)}
.art-coordinate{position:absolute;
bottom:-1px;
left:70px;
color:var(--muted)}
.art-cross{position:absolute;
font:24px ui-monospace,monospace;
color:#9c9e93}
.top-left{top:0;
left:0}
.bottom-right{bottom:0;
right:15px}
.hero-bottom{display:flex;
align-items:center;
gap:66px;
padding:29px 0;
border-top:1px solid var(--line)}
.hero-bottom>p{font-size:13px;
color:var(--muted);
margin-right:auto}
.hero-proof{display:flex;
gap:15px;
align-items:center}
.hero-proof>strong{font-size:42px;
letter-spacing:-.065em;
line-height:1}
.hero-proof strong span{font-size:25px;
color:var(--orange)}
.hero-proof>span{font-size:11px;
line-height:1.5;
color:var(--muted)}
.scroll-cue{display:flex;
gap:30px;
margin-left:auto;
align-items:center}
.scroll-cue span{display:flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
border:1px solid var(--line);
border-radius:50%;
font-size:20px}
.industry-band{border-block:1px solid var(--line);
background:#ebece4}
.industry-band .wrap{display:flex;
align-items:center;
justify-content:space-between;
gap:35px;
padding-block:20px}
.industry-band .mono{color:var(--muted);
white-space:nowrap;
font-size:9px}
.industry-band p{display:flex;
align-items:center;
gap:24px;
font-size:13px;
flex-wrap:wrap}
.industry-band b{color:#b0b5a7;
font-size:17px}
.services h2{max-width:1000px}
.service-grid{display:grid;
grid-template-columns:repeat(3,1fr);
border:1px solid var(--line);
border-radius:var(--radius);
margin-top:44px;
overflow:hidden}
.service{padding:28px 28px 0;
display:block;
position:relative;
transition:background .25s}
.service+.service{border-left:1px solid var(--line)}
.service:hover{background:#eaece2}
.service>.mono{color:var(--muted)}
.service-icon{position:absolute;
right:27px;
top:23px;
font-size:33px;
color:var(--orange)}
.service h3{margin-top:48px;
margin-bottom:16px;
font-size:29px}
.service p{font-size:14px;
color:var(--muted);
line-height:1.7;
min-height:110px}
.service-bottom{display:flex;
justify-content:space-between;
padding:18px 0;
border-top:1px solid var(--line);
margin-top:20px;
font-size:12px}
.service-bottom b{font-size:20px;
font-weight:400;
line-height:1}
.work-section{background:var(--sage);
border-block:1px solid var(--line)}
.featured-grid{display:grid;
grid-template-columns:1fr 1fr;
gap:28px}
.case-feature{display:flex;
flex-direction:column;
background:var(--paper);
border:1px solid #d0d3c7;
border-radius:8px;
overflow:hidden}
.case-feature .case-preview{overflow:hidden;
background:#dde1d6;
position:relative}
.case-preview img{width:100%;
aspect-ratio:1.5;
object-fit:cover;
transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.case-feature:hover .case-preview img{transform:scale(1.025)}
.case-copy{padding:28px 30px 30px;
display:flex;
flex-direction:column;
align-items:flex-start}
.case-meta{display:flex;
flex-wrap:wrap;
align-items:center;
gap:12px;
font-size:9px;
letter-spacing:.06em;
line-height:1.6;
color:var(--muted);
margin-bottom:20px}
.status{border:1px solid #c6cabc;
border-radius:20px;
padding:3px 8px;
font-size:9px;
line-height:1.5;
white-space:nowrap;
display:inline-flex;
align-items:center;
gap:5px}
.status::before{content:'';
width:4px;
height:4px;
background:#6d8068;
border-radius:50%}
.case-copy h3{font-size:31px;
line-height:1.12;
margin-bottom:17px}
.case-copy>p{color:var(--muted);
font-size:14px;
line-height:1.7;
margin-bottom:24px}
.case-copy>.text-link{margin-top:auto;
padding-top:4px;
font-weight:700}
.case-feature:nth-child(1),.case-feature:nth-child(6){grid-column:1/-1;
display:grid;
grid-template-columns:.85fr 1.25fr}
.case-feature:nth-child(1) .case-copy,.case-feature:nth-child(6) .case-copy{grid-column:1;
grid-row:1;
padding:44px 36px;
justify-content:center}
.case-feature:nth-child(1) .case-preview,.case-feature:nth-child(6) .case-preview{grid-column:2}
.case-feature:nth-child(1) .case-preview img,.case-feature:nth-child(6) .case-preview img{height:100%;
min-height:350px;
object-fit:contain}
.case-feature:nth-child(1) h3,.case-feature:nth-child(6) h3{font-size:38px}
.case-feature:nth-child(1) .text-link,.case-feature:nth-child(6) .text-link{margin-top:8px}
.disclosure{font-size:11px;
color:var(--muted);
margin-top:26px;
max-width:760px}
.catalog-controls{display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
padding-bottom:23px;
border-bottom:1px solid var(--line)}
.filters{display:flex;
gap:7px;
flex-wrap:wrap}
.filter{border:1px solid var(--line);
border-radius:30px;
padding:9px 16px;
font-size:12px;
background:transparent;
white-space:nowrap}
.filter.active{background:var(--ink);
border-color:var(--ink);
color:var(--paper)}
.filter:hover:not(.active){background:var(--sage)}
.total-count{font-size:10px;
margin-left:4px;
opacity:.7}
.search{display:flex;
align-items:center;
gap:8px;
max-width:220px}
.search>span{font-size:25px;
line-height:1}
.search input{width:100%;
min-width:0;
border:0;
border-bottom:1px solid #a7ac9e;
background:none;
padding:7px 0;
font-size:12px;
border-radius:0}
.catalog-result{color:var(--muted);
margin-block:15px 22px;
min-height:16px}
.catalog-grid{display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px}
.catalog-card{border:1px solid var(--line);
border-radius:6px;
padding:24px;
position:relative;
display:flex;
flex-direction:column;
min-height:262px;
transition:background .2s,border-color .2s}
.catalog-card:hover{background:#eaece3;
border-color:#a8afa0}
.catalog-card-top{display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
margin-bottom:25px}
.catalog-symbol{font-size:22px;
color:var(--orange);
line-height:1}
.catalog-card h3{font-size:23px;
letter-spacing:-.04em;
line-height:1.2;
margin-bottom:12px;
padding-right:8px}
.catalog-card p{font-size:12px;
color:var(--muted);
line-height:1.7;
margin-bottom:24px}
.catalog-card-foot{margin-top:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:12px}
.catalog-card-foot .mono{font-size:8px;
letter-spacing:.04em;
color:var(--muted)}
.catalog-card-foot b{font-size:20px;
font-weight:400}
.lab-section{padding:92px 0 0;
background:var(--dark);
color:var(--paper);
position:relative;
overflow:hidden}
.lab-section .eyebrow{color:#c2c8b9}
.lab-label{display:flex;
align-items:center;
gap:8px}
.lab-grid{display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
padding-top:15px;
padding-bottom:80px}
.lab-section h2{font-size:clamp(42px,4.3vw,65px)}
.lab-section h2 em{color:#f58763}
.lab-intro{font-size:16px;
color:#b6beaf;
max-width:420px;
margin:28px 0 31px;
line-height:1.75}
.flow-visual{border:1px solid #505747;
border-radius:8px;
background:linear-gradient(135deg,#343b2f,#282d25);
padding:26px;
box-shadow:0 24px 90px #15181066;
transform:rotate(1deg)}
.flow-header{display:flex;
align-items:center;
justify-content:space-between;
font-size:9px;
color:#b7c0ac;
margin-bottom:27px}
.flow-star{color:#fa8158;
font-size:27px;
line-height:1;
animation:spin 30s linear infinite}
.flow-input{background:#f4f3ee;
color:var(--ink);
border-radius:5px;
padding:17px;
display:flex;
align-items:center;
gap:13px;
font-size:12px}
.flow-avatar{border-radius:50%;
background:#e6e8df;
font-size:10px;
width:29px;
height:29px;
display:grid;
place-content:center;
flex-shrink:0}
.flow-input>span:last-child{margin-left:auto;
font-size:19px;
color:var(--orange)}
.flow-track{margin:17px 20px 15px;
border-left:1px dashed #707d61;
padding-left:23px}
.flow-track>div{display:flex;
gap:14px;
align-items:center;
padding:12px 0;
font-size:13px}
.flow-track i{font:9px ui-monospace,monospace;
color:#b4c1a9}
.flow-track span>span{display:block;
color:#b1bca5;
font-size:10px;
margin-top:3px}
.flow-track b{margin-left:auto;
color:#aaca8c;
font-weight:400}
.flow-output{display:flex;
align-items:center;
gap:12px;
padding:17px;
background:#454e3d;
border:1px solid #657658;
border-radius:4px;
font-size:12px}
.flow-output .live-dot{background:#b2cd96;
box-shadow:0 0 0 4px #b2cd9615}
.flow-output>span:last-child{margin-left:auto;
font-size:18px}
.flow-caption{font-size:7px;
color:#b5bfaa;
margin-top:16px}
.lab-bottom{display:flex;
justify-content:space-between;
gap:20px;
border-top:1px solid #535a4b;
padding:25px 0;
color:#c2c9b9;
font-size:12px}
.lab-bottom span:before{content:'↗';
color:#f58763;
margin-right:12px}
.steps{display:grid;
grid-template-columns:repeat(3,1fr);
gap:42px;
margin-top:60px}
.step-number{display:flex;
align-items:center;
justify-content:space-between;
font-size:53px;
color:#a1a89a;
letter-spacing:-.07em;
padding-bottom:21px;
border-bottom:1px solid var(--line)}
.step-number>span{font-size:33px;
color:var(--orange)}
.steps h3{font-size:25px;
margin:28px 0 16px;
line-height:1.12}
.steps p{font-size:14px;
color:var(--muted);
line-height:1.7;
margin-bottom:26px}
.step-deliverable{font-size:10px;
padding:7px 10px;
display:inline-block;
background:var(--sage);
border-radius:3px}
.about-section{padding:80px 0;
background:#e8e8de;
border-block:1px solid var(--line)}
.about-grid{display:grid;
grid-template-columns:.85fr 1.35fr;
gap:90px;
align-items:center}
.founder-art{background:#d5d8c9;
border:1px solid #c2c8b6;
border-radius:8px;
min-height:490px;
padding:27px;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:space-between}
.founder-art:after{content:'';
position:absolute;
inset:0;
background-image:linear-gradient(#606c5310 1px,transparent 1px),linear-gradient(90deg,#606c5310 1px,transparent 1px);
background-size:30px 30px;
pointer-events:none}
.founder-art>.mono{font-size:9px;
position:relative;
z-index:1}
.founder-art>.mono:nth-of-type(2){margin-bottom:100px}
.founder-monogram{font-size:clamp(120px,15vw,220px);
line-height:1;
letter-spacing:-.12em;
font-weight:700;
position:relative;
color:#5a654e;
transform:rotate(-7deg);
margin:20px 0;
text-align:center}
.founder-monogram>span{color:var(--bright);
font-size:115px;
position:absolute;
right:-4px;
top:10px;
animation:spin 50s linear infinite}
.founder-caption{position:absolute;
bottom:28px;
left:27px;
font-size:30px;
line-height:1.08;
letter-spacing:-.05em;
font-weight:700}
.about-copy h2{font-size:clamp(36px,3.5vw,51px);
margin:29px 0}
.about-copy p{font-size:14px;
line-height:1.8;
color:var(--muted);
margin-bottom:22px;
max-width:560px}
.about-copy .about-lead{font-size:19px;
color:var(--ink);
line-height:1.5}
.about-copy .text-link{margin-top:9px}
.faq-section{display:grid;
grid-template-columns:.7fr 1.3fr;
gap:70px}
.faq-section h2{margin-top:26px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;
cursor:pointer;
display:flex;
gap:18px;
align-items:baseline;
padding:22px 0;
font-size:15px;
line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font:10px ui-monospace,monospace;
color:var(--muted)}
.faq-list summary>b{font-size:24px;
line-height:1;
font-weight:400;
margin-left:auto;
color:var(--orange);
transition:transform .2s}
.faq-list details[open] summary>b{transform:rotate(45deg)}
.faq-list p{padding:0 32px 24px;
font-size:13px;
line-height:1.8;
color:var(--muted)}
.brief-section{background:#e8eadf;
padding:90px 0;
border-block:1px solid var(--line)}
.brief-grid{display:grid;
grid-template-columns:1fr 1.1fr;
gap:80px;
align-items:start}
.brief-grid h2{font-size:clamp(48px,5.7vw,78px);
margin-top:25px}
.brief-grid h2 em{color:var(--orange)}
.brief-grid>div>p{margin-top:28px;
max-width:330px;
font-size:16px;
color:var(--muted)}
.brief-note{display:block;
font-size:12px;
color:var(--muted);
margin-top:47px}
.brief-panel{padding:32px;
background:var(--paper);
border:1px solid #d0d5c5;
border-radius:8px;
min-height:460px}
.brief-progress{display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:28px;
color:var(--muted)}
.brief-progress>div{display:flex;
gap:4px}
.brief-progress i{width:25px;
height:3px;
background:#dce0d2}
.brief-progress i.filled{background:var(--orange)}
#brief-question h3{font-size:25px;
letter-spacing:-.04em;
margin-bottom:22px}
#brief-question fieldset{padding:0;
border:0;
margin:0}
#brief-question legend{font-size:24px;
font-weight:700;
letter-spacing:-.04em;
line-height:1.2;
margin-bottom:20px}
.brief-option{display:flex;
align-items:center;
gap:12px;
border:1px solid var(--line);
border-radius:4px;
padding:12px 14px;
margin-bottom:8px;
cursor:pointer;
font-size:13px;
line-height:1.5}
.brief-option:hover{border-color:#939d87}
.brief-option:has(input:checked){border-color:var(--orange);
background:#f9eae1}
.brief-option input{accent-color:var(--orange);
width:15px;
height:15px;
margin:0;
flex-shrink:0}
.brief-option span span{display:block;
color:var(--muted);
font-size:11px}
#brief-question textarea{display:block;
width:100%;
min-height:126px;
border:1px solid var(--line);
background:#fafaf5;
border-radius:4px;
padding:12px;
resize:vertical;
font-size:13px;
line-height:1.6}
#brief-question label[for=brief-detail]{display:block;
font-size:11px;
margin:19px 0 8px;
color:var(--muted)}
.brief-actions{display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
margin-top:22px}
.brief-actions #brief-next{margin-left:auto;
min-height:48px}
.brief-privacy{font-size:10px;
color:var(--muted);
margin-top:22px}
#brief-error{font-size:12px;
color:#a62d11;
margin-top:8px}
.result-check{font-size:34px;
color:var(--orange)}
#brief-result h3{font-size:29px;
margin:10px 0 15px}
#brief-result>p{font-size:13px;
color:var(--muted)}
#brief-summary{white-space:pre-wrap;
overflow-wrap:anywhere;
font:12px/1.7 Onest,sans-serif;
background:#e9ece2;
padding:17px;
border-radius:4px;
margin:20px 0}
#brief-send{width:100%;
gap:14px}
.result-actions{display:flex;
gap:16px;
flex-wrap:wrap;
margin-top:18px}
.result-actions .text-link{font-size:11px}
.footer{padding-top:47px}
.footer-top{display:flex;
align-items:center;
gap:40px}
.footer-top p{font-size:14px;
color:var(--muted)}
.footer-up{margin-left:auto;
display:grid;
place-content:center;
width:40px;
height:40px;
border:1px solid var(--line);
border-radius:50%;
font-size:21px}
.footer-links{display:flex;
flex-wrap:wrap;
gap:30px;
margin:33px 0 40px;
font-size:12px}
.footer-links a:hover{color:var(--orange)}
.footer-bottom{border-top:1px solid var(--line);
display:flex;
gap:20px;
justify-content:space-between;
padding:23px 0;
font-size:9px;
color:var(--muted)}

/* Individual case pages use the same visual language. */
.case-page{padding-block:60px 100px}
.case-breadcrumb{font-size:12px;
display:inline-flex;
gap:12px;
margin-bottom:47px;
color:var(--muted)}
.case-page-top{display:grid;
grid-template-columns:1.7fr 1fr;
gap:60px;
align-items:end;
margin-bottom:48px}
.case-page h1{font-size:clamp(42px,5.4vw,78px);
margin:24px 0}
.case-page-lead{font-size:18px;
color:var(--muted);
line-height:1.6;
max-width:830px}
.case-facts{border-top:1px solid var(--line)}
.case-facts>div{padding:14px 0;
border-bottom:1px solid var(--line)}
.case-facts dt{font:10px ui-monospace,monospace;
color:var(--muted);
margin-bottom:8px}
.case-facts dd{margin:0;
font-size:13px}
.case-page-visual{border:1px solid var(--line);
border-radius:8px;
overflow:hidden;
background:var(--sage)}
.case-page-visual img{width:100%;
max-height:680px;
object-fit:contain}
.case-story{display:grid;
grid-template-columns:.5fr 1.5fr;
gap:50px;
margin-top:65px}
.case-story h2{font-size:25px}
.case-story p{font-size:17px;
line-height:1.8;
max-width:800px}
.feature-list{display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-top:50px;
list-style:none;
padding:0}
.feature-list li{padding:25px;
background:var(--sage);
border:1px solid var(--line);
border-radius:5px;
font-size:14px;
line-height:1.6}
.feature-list li:before{content:'↗';
display:block;
color:var(--orange);
font-size:25px;
margin-bottom:17px}
.case-page-cta{display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
margin-top:75px;
padding-top:35px;
border-top:1px solid var(--line)}
.case-page-cta h2{font-size:32px}
.related-projects{margin-top:80px}
.related-projects h2{font-size:30px;
margin-bottom:25px}

@keyframes levitate{0%,100%{transform:translateY(0) rotate(-1deg)}
50%{transform:translateY(-13px) rotate(1deg)}
}
@keyframes spin{to{transform:rotate(360deg)}
}

@media(min-width:1600px){.hero-grid{padding-block:80px}
.hero-art{height:510px}
}
@media(max-width:1200px){.wrap{width:calc(100% - 64px)}
.hero h1{font-size:7vw}
.hero-art{height:410px}
.hero-bottom{gap:38px}
.hero-actions{gap:20px}
.hero-actions .text-link{font-size:12px}
.industry-band .wrap{flex-direction:column;
gap:12px;
padding:17px}
.industry-band p{gap:18px;
justify-content:center}
.lab-grid,.about-grid{gap:50px}
.catalog-controls{align-items:flex-start}
.filters{gap:6px}
.filter{padding:9px 12px;
font-size:11px}
.search{max-width:170px}
.brief-grid{gap:45px}
.hero-grid{padding-block:50px}
.header nav{gap:23px}
}

@media(max-width:900px){.wrap{width:calc(100% - 48px)}
.header-inner{height:75px;
gap:20px}
.header nav{gap:18px}
.header nav a{font-size:12px}
.header-cta{gap:12px;
padding:9px 12px;
font-size:11px}
.brand{font-size:28px}
.hero-top{font-size:9px}
.hero-top>span:last-child{display:none}
.hero-grid{grid-template-columns:1.2fr 1fr}
.hero h1{font-size:7.6vw}
.hero-copy>p{font-size:15px}
.hero-art{height:380px;
margin-left:-55px;
margin-right:-10px}
.hero-actions{align-items:flex-start;
flex-direction:column;
gap:17px}
.art-note{right:0;
top:13px;
font-size:9px}
.art-coordinate{left:30px;
font-size:9px}
.scroll-cue{font-size:9px;
gap:10px}
.hero-bottom{gap:25px}
.hero-proof>strong{font-size:35px}
.hero-proof>span{font-size:9px}
.hero-bottom>p{font-size:11px}
.section{padding-block:75px}
.section-heading{gap:30px}
.section-heading>p{max-width:245px;
font-size:14px}
.service{padding:22px 20px 0}
.service h3{font-size:24px}
.service p{font-size:12px;
min-height:125px}
.service-icon{right:20px}
.service-bottom{font-size:10px}
.case-feature:nth-child(1),.case-feature:nth-child(6){grid-template-columns:.95fr 1.1fr}
.case-feature:nth-child(1) .case-copy,.case-feature:nth-child(6) .case-copy{padding:26px}
.case-feature:nth-child(1) h3,.case-feature:nth-child(6) h3{font-size:29px}
.case-copy{padding:24px}
.case-copy h3{font-size:26px}
.case-copy>p{font-size:12px}
.case-meta{font-size:8px;
margin-bottom:15px}
.catalog-grid{grid-template-columns:repeat(2,1fr)}
.catalog-controls{flex-direction:column}
.search{max-width:100%;
width:100%}
.search input{max-width:300px}
.lab-grid{gap:32px}
.flow-visual{padding:20px}
.flow-input{font-size:10px;
padding:13px;
gap:8px}
.flow-track{margin-left:13px;
padding-left:16px}
.flow-track>div{font-size:12px;
gap:8px}
.flow-caption{font-size:6px}
.lab-intro{font-size:14px}
.lab-bottom{font-size:10px;
flex-wrap:wrap}
.steps{gap:26px}
.steps h3{font-size:23px}
.steps p{font-size:12px}
.about-grid{gap:35px}
.founder-art{min-height:420px}
.founder-monogram>span{font-size:80px}
.about-copy h2{font-size:36px}
.about-copy p{font-size:13px}
.faq-section{gap:40px;
grid-template-columns:.5fr 1fr}
.faq-list summary{font-size:13px}
.brief-grid{gap:35px;
grid-template-columns:.85fr 1.15fr}
.brief-panel{padding:24px}
.brief-grid h2{font-size:51px}
.brief-grid>div>p{font-size:14px}
.case-page-top{gap:35px;
grid-template-columns:1.5fr 1fr}
}

@media(max-width:640px){html{scroll-padding-top:86px}
.wrap{width:calc(100% - 36px)}
.header-inner{height:70px;
gap:14px}
.brand{font-size:29px}
.header-cta{margin-left:auto;
gap:10px;
font-size:10px;
padding:8px 10px;
min-height:36px}
.header nav{position:absolute;
left:0;
right:0;
top:70px;
background:var(--paper);
border-bottom:1px solid var(--line);
padding:16px 20px;
display:none;
flex-direction:column;
gap:0}
.header nav a{font-size:16px;
padding:13px 8px}
.header nav.open{display:flex}
.menu-toggle{display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
gap:5px;
width:34px;
height:40px;
padding:8px 4px;
border:0;
background:none}
.menu-toggle span{display:block;
width:21px;
height:1px;
background:var(--ink);
transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}
.hero{padding-top:22px}
.hero-top{font-size:8px;
letter-spacing:.035em}
.hero-top .live-dot{width:5px;
height:5px}
.hero-grid{display:flex;
flex-direction:column;
align-items:stretch;
padding:39px 0 0}
.hero h1{font-size:clamp(48px,11.6vw,74px);
line-height:1.04;
letter-spacing:-.06em}
.hero-copy>p{font-size:14px;
line-height:1.7;
margin:23px 0}
.desktop-break{display:none}
.hero-actions{flex-direction:row;
align-items:center;
gap:19px;
flex-wrap:wrap}
.hero-actions .button{font-size:12px;
min-height:49px;
padding:13px 16px;
gap:22px}
.hero-actions .text-link{font-size:11px;
gap:10px}
.hero-art{height:290px;
margin:30px 0 19px;
overflow:hidden;
justify-content:center}
.sculpture{width:110%;
margin:0;
max-width:440px}
.art-note{top:3px;
right:3px;
font-size:8px}
.art-coordinate{bottom:3px;
left:3px;
font-size:8px}
.art-cross{font-size:18px}
.bottom-right{right:0}
.hero-bottom{display:grid;
grid-template-columns:1fr 1fr;
gap:24px 18px;
padding:23px 0}
.hero-bottom>p{grid-column:1;
margin:0;
font-size:11px}
.hero-proof{gap:12px}
.hero-proof>strong{font-size:36px}
.hero-proof>span{font-size:10px}
.hero-proof:nth-child(2){grid-column:1;
grid-row:2}
.hero-proof:nth-child(3){grid-column:2;
grid-row:2}
.scroll-cue{grid-column:2;
grid-row:1;
margin-left:0;
justify-content:flex-end;
font-size:8px}
.industry-band .wrap{padding-block:17px;
gap:14px}
.industry-band p{gap:10px 14px;
font-size:11px;
line-height:1.5}
.industry-band b{font-size:12px}
.industry-band .mono{font-size:8px}
.section{padding-block:62px}
.section-top{margin-bottom:29px;
gap:20px}
.section-top>.mono{font-size:8px;
text-align:right;
max-width:145px}
.section-top .text-link{font-size:11px;
gap:12px}
.eyebrow{font-size:10px;
letter-spacing:.05em}
.section-aside{font-size:10px}
.section-heading{display:block;
margin-bottom:30px}
.section-heading>p{margin-top:23px;
max-width:100%;
font-size:13px;
line-height:1.7}
h2{font-size:35px;
line-height:1.12;
letter-spacing:-.05em}
.service-grid{grid-template-columns:1fr;
margin-top:30px}
.service{padding:24px 22px 0}
.service+.service{border-left:0;
border-top:1px solid var(--line)}
.service h3{font-size:29px;
margin-top:30px}
.service p{min-height:0;
font-size:13px}
.service-bottom{margin-top:22px;
font-size:11px;
padding:15px 0}
.featured-grid{grid-template-columns:1fr;
gap:22px}
.case-feature:nth-child(1),.case-feature:nth-child(6){display:flex;
grid-column:auto}
.case-feature:nth-child(1) .case-copy,.case-feature:nth-child(6) .case-copy,.case-copy{padding:24px 21px}
.case-feature:nth-child(1) .case-preview img,.case-feature:nth-child(6) .case-preview img{min-height:0;
aspect-ratio:1.5}
.case-feature:nth-child(1) h3,.case-feature:nth-child(6) h3,.case-copy h3{font-size:29px}
.case-copy>p{font-size:13px}
.case-copy .text-link{font-size:12px}
.case-meta{font-size:8px;
gap:8px}
.case-feature .case-copy{order:2}
.case-feature .case-preview{order:1}
.disclosure{font-size:10px;
margin-top:20px}
.filters{gap:7px}
.filter{padding:8px 12px;
min-height:37px}
.catalog-controls{gap:19px;
padding-bottom:18px}
.catalog-grid{grid-template-columns:1fr;
gap:13px}
.catalog-card{min-height:230px;
padding:23px}
.catalog-card h3{font-size:25px}
.catalog-card p{font-size:13px}
.catalog-card-top{margin-bottom:23px}
.catalog-card-foot .mono{font-size:9px}
.catalog-result{font-size:9px}
.lab-section{padding-top:60px}
.lab-grid{grid-template-columns:1fr;
gap:38px;
padding-top:0;
padding-bottom:43px}
.lab-section h2{font-size:45px}
.lab-intro{max-width:100%;
margin:24px 0}
.flow-visual{transform:rotate(0);
padding:22px}
.flow-input{font-size:12px}
.flow-track{margin-left:13px}
.flow-track>div{font-size:13px}
.flow-caption{font-size:7px}
.lab-bottom{display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
font-size:10px;
padding-block:24px}
.lab-bottom span:before{margin-right:5px}
.lab-label{font-size:8px!important}
.steps{grid-template-columns:1fr;
gap:32px;
margin-top:36px}
.step-number{font-size:43px;
padding-bottom:14px}
.steps h3{font-size:26px;
margin-top:22px}
.steps p{font-size:13px;
margin-bottom:17px}
.step-deliverable{font-size:10px}
.about-section{padding:55px 0}
.about-grid{grid-template-columns:1fr;
gap:34px}
.founder-art{min-height:360px;
max-height:420px}
.founder-monogram{font-size:190px;
margin:6px 0}
.founder-monogram>span{right:15px;
font-size:103px}
.founder-art>.mono:nth-of-type(2){margin-bottom:88px}
.about-copy h2{font-size:36px;
margin:23px 0}
.about-copy .about-lead{font-size:18px}
.about-copy p{font-size:13px}
.faq-section{grid-template-columns:1fr;
gap:30px}
.faq-section h2{font-size:43px;
margin-top:18px}
.faq-list summary{padding:20px 0;
font-size:13px;
gap:13px}
.faq-list p{padding:0 24px 20px;
font-size:12px}
.brief-section{padding:55px 0}
.brief-grid{grid-template-columns:1fr;
gap:30px}
.brief-grid h2{font-size:52px;
margin-top:0}
.brief-grid>div>p{margin-top:21px}
.brief-note{margin-top:18px;
font-size:11px}
.brief-panel{padding:23px 19px;
min-height:420px}
.brief-progress{margin-bottom:23px}
#brief-question legend{font-size:23px}
.brief-option{font-size:12px;
padding:12px}
.brief-privacy{font-size:9px}
.brief-actions .button{min-height:46px;
font-size:12px}
.footer{padding-top:34px}
.footer-top{flex-wrap:wrap;
gap:20px}
.footer-top p{font-size:11px;
order:3;
flex:1 0 100%;
margin-top:-7px}
.footer-up{width:36px;
height:36px}
.footer-links{gap:16px 24px;
font-size:11px;
margin:25px 0 30px}
.footer-bottom{flex-direction:column;
gap:10px;
font-size:8px;
padding-block:20px}
.case-page{padding-block:35px 65px}
.case-breadcrumb{margin-bottom:25px}
.case-page-top{grid-template-columns:1fr;
gap:24px;
margin-bottom:30px}
.case-page h1{font-size:43px;
margin:20px 0}
.case-page-lead{font-size:16px}
.case-facts{display:grid;
grid-template-columns:1fr 1fr;
gap:10px}
.case-facts>div{padding:12px 0}
.case-facts>div:last-child{grid-column:1/-1}
.case-story{grid-template-columns:1fr;
gap:19px;
margin-top:35px}
.case-story h2{font-size:25px}
.case-story p{font-size:14px}
.feature-list{grid-template-columns:1fr;
gap:10px;
margin-top:30px}
.feature-list li{padding:19px;
font-size:13px}
.feature-list li:before{margin-bottom:8px}
.case-page-cta{flex-direction:column;
align-items:flex-start;
margin-top:45px}
.case-page-cta h2{font-size:30px}
.related-projects{margin-top:50px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;
transition:none!important}
.sculpture{will-change:auto}
}

@media print{.header,.footer,.brief-section,.catalog-controls{display:none}
.wrap{width:100%}
.section{padding-block:24px}
body{background:white}
.case-feature,.catalog-card{break-inside:avoid}
}

.hero-art{overflow:hidden;
margin-right:0}
.sculpture{width:100%;
max-width:100%;
max-height:calc(100% - 30px);
object-fit:contain;
margin-left:0;
mask-image:linear-gradient(90deg,transparent,#000 10%,#000 92%,transparent),linear-gradient(0deg,transparent,#000 10%,#000 90%,transparent);
mask-composite:intersect}


#brief-question,#brief-result{scroll-margin-top:16px}

.status[data-state="Прототип"]::before,.status[data-state="Концепция"]::before,.status[data-state="Проектирование"]::before,.status[data-state="Обследование"]::before{background:#9c8364}
.status[data-state="Внедрение"]::before,.status[data-state="Разработка"]::before{background:var(--orange)}
