:root{--ink:#0b2240;--muted:#496078;--paper:#f5f1ee;--warm:#eee7df;--white:#fff;--line:#c9c9c3;--orange:#b74319;--coral:#cf593b;--pale:#f6b49e;--gutter:clamp(1.25rem,5.3vw,6.5rem);--header:6.1rem;color:var(--ink);font-family:var(--body-font);font-synthesis:none;background:var(--paper)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 1.5rem)}body{margin:0;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,figure,blockquote{margin:0}h1,h2,h3,h4{font-family:var(--heading-font);font-weight:500;letter-spacing:-.055em;line-height:1.07;text-wrap:balance}h1{font-size:clamp(3.3rem,6.9vw,7.1rem)}h2{font-size:clamp(2.6rem,4.55vw,4.8rem)}h3{font-size:clamp(1.5rem,2.1vw,2.1rem)}p+p{margin-top:1.1rem}p{max-width:68ch}em{font-family:inherit;font-style:normal;font-weight:400;letter-spacing:inherit}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed}a,button,input,summary{-webkit-tap-highlight-color:transparent}button{border:0}img,svg{display:block;max-width:100%}img{height:auto}ul,ol{margin:0;padding:0}strong{font-weight:600}::selection{background:var(--pale);color:var(--ink)}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}main:focus{outline:none}.dark-section :focus-visible,.product :focus-visible,.contact-band :focus-visible{outline-color:var(--pale)}.button:focus-visible{outline-color:var(--ink)}.dark-section .button:focus-visible,.product .button:focus-visible,.contact-band .button:focus-visible{outline-color:var(--pale)}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip:focus{position:fixed;z-index:100;top:1rem;left:1rem;padding:1rem;background:white;color:var(--ink)}.wrap{width:100%;max-width:1600px;padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:clamp(4.5rem,8vw,8.5rem)}.micro,.eyebrow,.section-index,.concept-note,.image-caption{font-size:.68rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;line-height:1.6}.eyebrow{display:flex;align-items:center;gap:.8rem;margin-bottom:1.65rem}.eyebrow:before{content:'';height:6px;width:6px;flex:0 0 6px;background:var(--coral)}.lede{font-size:clamp(1.12rem,1.6vw,1.45rem);line-height:1.65;letter-spacing:-.025em}.small{font-size:.84rem;line-height:1.7}.muted{color:var(--muted)}.accent,.ink-orange{color:var(--orange)}.text-link{display:inline-flex;align-items:center;gap:1.6rem;min-height:44px;font-size:.87rem;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:.25rem;line-height:1.5;text-align:left;background:none}.text-link .arrow{transition:transform .25s}.text-link:hover .arrow{transform:translate(3px,-3px)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.15rem 1.5rem;background:var(--ink);color:white;min-height:54px;line-height:1.5;font-size:.86rem;font-weight:500;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{background:var(--orange);transform:translateY(-2px)}.button.light{background:var(--paper);color:var(--ink)}.button.light:hover{background:var(--pale)}.button:disabled{opacity:.42;transform:none}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.arrow{font-size:1.15em;font-weight:400}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:3.8rem}.section-intro{max-width:350px;font-size:.97rem;line-height:1.7}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,7vw,7rem);align-items:center}.split>div>h2+p{margin-top:1.8rem}.split>div>.text-link{margin-top:1.7rem}.soft-section{background:var(--warm)}.js-only{display:none}.js .js-only{display:inline-flex}[hidden]{display:none!important}
/* A quiet, persistent frame. */
.site-header{position:sticky;top:0;z-index:50;background:rgba(245,241,238,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(11,34,64,.13)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:var(--header)}.brand{display:inline-flex;align-items:center;gap:1.15rem;flex-shrink:0}.brand img{width:89px;height:auto}.brand span{font-size:.57rem;font-weight:600;letter-spacing:.025em;line-height:1.65;border-left:1px solid #acb0b2;padding-left:1.1rem}.nav{display:flex;align-items:center;gap:clamp(1rem,2.1vw,2.15rem)}.nav>a{font-size:.77rem;min-height:44px;display:flex;align-items:center;gap:1.4rem;position:relative}.nav>a:not(.nav-contact):after{content:'';position:absolute;bottom:5px;left:0;height:1px;width:100%;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav>a:hover:after,.nav>a[aria-current]:after{transform:scaleX(1)}.nav .nav-contact{border:1px solid var(--ink);padding:.5rem 1rem}.nav-contact:hover{background:var(--ink);color:white}.menu-button{display:none}.reading-progress{height:2px;background:var(--coral);position:absolute;bottom:-1px;left:0;width:100%;transform:scaleX(var(--progress,0));transform-origin:left}
/* The opening composition is a single, full-bleed scene. */
.hero{position:relative;isolation:isolate;min-height:min(760px,calc(100svh - var(--header)));background:#f3ede4;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.hero-picture{position:absolute;inset:0 -16% 0 25%;z-index:-2}.hero-picture img{width:100%;height:100%;object-fit:cover;object-position:55% 50%}.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#f3ede4 0%,#f3ede4 25%,rgba(243,237,228,.94) 34%,rgba(243,237,228,.25) 54%,transparent 64%)}.hero-content{padding-top:4rem;padding-bottom:7rem}.hero h1{font-size:clamp(4rem,7.3vw,7.7rem);max-width:880px;line-height:1.01;letter-spacing:-.065em}.hero h1 em{color:var(--orange);white-space:nowrap}.hero .lede{max-width:420px;margin-top:2rem;font-size:1.04rem}.hero .actions{gap:1.5rem}.hero .text-link{font-size:.79rem}.hero-bottom{position:absolute;bottom:1.4rem;left:0;right:0;display:flex;align-items:center;gap:2rem;justify-content:space-between;font-size:.65rem;letter-spacing:.02em}.hero-bottom>a{display:flex;align-items:center;gap:1.5rem;min-height:44px}.hero-bottom .preview-tag{font-size:.6rem;color:var(--muted)}.hero-content>*{animation:hero-entrance .8s both}.hero-content>*:nth-child(2){animation-delay:.08s}.hero-content>*:nth-child(3){animation-delay:.16s}.hero-content>*:nth-child(4){animation-delay:.24s}.hero-picture{animation:sculpture-entrance 1.4s both}.statement{background:var(--paper)}.statement-title{font-size:clamp(2.8rem,5.5vw,5.8rem);line-height:1.13}.statement-title em{color:var(--orange)}.statement-bottom{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.statement-bottom>div{max-width:580px}.statement-bottom .lede{margin-bottom:1rem}.section-index{padding-top:.3rem;color:var(--muted)}
/* Working diagrams are HTML and SVG, with readable alternate states. */
.friction-section{background:var(--warm);border-block:1px solid var(--line)}.friction-section .split{grid-template-columns:minmax(0,.85fr) minmax(0,1.2fr)}.friction-stage{min-width:0;background:#f9f7f4;border:1px solid #c9c6c0;box-shadow:0 30px 60px -45px #0b224060;padding:1.5rem}.friction-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center}.segmented{display:none;border:1px solid var(--line);padding:3px;gap:3px}.js .segmented{display:flex}.segmented button{font-size:.7rem;padding:.45rem .8rem;background:none;min-height:36px;white-space:nowrap}.segmented button[aria-pressed=true]{background:var(--ink);color:white}.friction-canvas{height:320px;position:relative;margin-block:.8rem;isolation:isolate}.friction-lines{position:absolute;inset:0;height:100%;width:100%;color:#9faaa9;z-index:-1}.friction-lines path{fill:none;stroke:currentColor;stroke-width:1;stroke-dasharray:4 5;transition:opacity .35s}.friction-lines .clarity-line{stroke:var(--orange);stroke-width:2;stroke-dasharray:500;stroke-dashoffset:500;opacity:0;transition:stroke-dashoffset .8s,opacity .35s}.work-note{position:absolute;width:44%;max-width:225px;background:#fff;padding:1rem;box-shadow:0 8px 25px #0b224009;border:1px solid #cbd0d1;transition:top .7s,left .7s,transform .7s,width .7s}.work-note span{font-size:.54rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.work-note strong{display:block;font-size:.9rem;line-height:1.4;margin:.45rem 0}.work-note small{font-size:.63rem;line-height:1.45;display:block;color:var(--muted)}.note-a{left:2%;top:4%;transform:rotate(-6deg)}.note-b{left:50%;top:20%;transform:rotate(5deg)}.note-c{left:23%;top:59%;transform:rotate(-2deg)}[data-friction=after] .work-note{top:26%;transform:rotate(0);width:30%;padding:.9rem}[data-friction=after] .note-a{left:0}[data-friction=after] .note-b{left:35%}[data-friction=after] .note-c{left:70%;border-color:var(--orange)}[data-friction=after] .friction-lines path:not(.clarity-line){opacity:0}[data-friction=after] .friction-lines .clarity-line{opacity:1;stroke-dashoffset:0}.friction-result{font-size:.9rem;border-top:1px solid var(--line);padding-top:1rem}.concept-note{font-size:.54rem;color:var(--muted);margin-top:.5rem}
/* Expertise is an editorial index, not a grid of cards. */
.service-list{border-top:1px solid var(--ink)}.service-row{display:grid;grid-template-columns:40px minmax(0,1.1fr) minmax(0,1fr) 80px 24px;align-items:center;gap:2rem;position:relative;padding:2rem 0;border-bottom:1px solid var(--line);transition:padding .25s,background .25s}.service-row:hover{background:#eee7df;padding-left:1rem;padding-right:1rem}.number{font-size:.65rem;color:var(--orange);align-self:start;margin-top:.35rem}.service-name h3{font-size:clamp(1.5rem,2.2vw,2.2rem)}.service-name p{font-size:.75rem;color:var(--muted);margin-top:.55rem}.service-summary{font-size:.85rem;max-width:340px}.discipline-icon{width:80px;aspect-ratio:1;flex-shrink:0}.discipline-icon .filled{fill:var(--coral);stroke:var(--coral)}.accent-stroke{stroke:var(--coral)}.service-row>.arrow{transition:transform .2s}.service-row:hover>.arrow{transform:translate(3px,-3px)}.service-row .discipline-icon{color:var(--muted)}
/* An honest, explorable product specimen. */
.product,.dark-section{background:var(--ink);color:var(--paper)}.product h2 em,.dark-section h2 em{color:var(--pale)}.product .section-intro,.dark-section .section-intro{color:#c6d0db}.status-line{display:flex;gap:.6rem;align-items:center;font-size:.69rem;letter-spacing:.01em;margin-top:1.3rem}.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--coral);flex-shrink:0}.product .status-dot{background:var(--pale)}.prototype{background:#fcfbf9;color:var(--ink);box-shadow:0 25px 80px #0003;border:1px solid #ffffff3d;min-width:0;scroll-margin-top:8rem}.prototype-top{background:#e8e5e0;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.5rem;border-bottom:1px solid #d3d5d5}.prototype-top .micro{display:flex;align-items:center;gap:.7rem;font-size:.58rem}.prototype-label{font-size:.6rem;color:var(--muted)}.prototype-layout{display:grid;grid-template-columns:260px minmax(0,1fr)}.prototype-rail{background:#f0eeea;border-right:1px solid #d3d5d5;padding:2rem 1.5rem;display:flex;flex-direction:column}.prototype-brand{font-size:2rem;letter-spacing:-.06em;line-height:1.08;font-weight:500;margin-bottom:.8rem}.prototype-rail>.micro{font-size:.55rem;color:var(--muted)}.prototype-steps{list-style:none;margin-top:2.6rem}.prototype-steps button{display:none;text-align:left;background:transparent;width:100%;padding:.8rem .7rem;font-size:.7rem;align-items:center;gap:.65rem;line-height:1.5}.js .prototype-steps button{display:flex}.prototype-steps button span{font-size:.55rem;color:var(--muted)}.prototype-steps button[aria-pressed=true]{background:var(--ink);color:white}.prototype-steps button[aria-pressed=true] span{color:var(--pale)}.prototype-rail-note{font-size:.68rem;color:var(--muted);margin-top:2rem}.reset-demo{margin-top:auto;padding:2rem 0 0;text-align:left;background:none;text-decoration:underline;font-size:.65rem;min-height:44px}.prototype-main{padding:1.7rem 2.4rem 1rem;min-width:0}.prototype-breadcrumb{font-size:.59rem;color:var(--muted);display:flex;gap:.75rem;border-bottom:1px solid #e2e3df;padding-bottom:1.1rem}.prototype-breadcrumb span{opacity:.5}.demo-panel{padding:1.7rem 0;min-height:420px;animation:panel-in .3s}.js .demo-panel{display:none}.js .demo-panel[data-active]{display:block}.demo-panel:not(:first-of-type){border-top:1px solid #ddd}.js .demo-panel{border-top:0}.demo-title{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.demo-title .micro{font-size:.58rem;color:var(--muted);margin-bottom:.65rem}.demo-title h3{font-size:2.3rem;letter-spacing:-.05em}.status-tag{font-size:.58rem;line-height:1.4;border:1px solid #c7cfce;padding:.4rem .65rem;white-space:nowrap;color:var(--muted);margin-top:.25rem}.demo-description{font-size:.79rem;line-height:1.65;max-width:480px;margin:1.2rem 0}.request-lines{margin:1.2rem 0}.request-lines>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:1rem;padding:.6rem 0;border-bottom:1px solid #dedfdc;font-size:.71rem;line-height:1.5}.request-lines span{color:var(--muted)}.request-lines strong{font-weight:500}.demo-insight{display:flex;align-items:center;gap:1rem;background:#f0ede7;border-left:2px solid var(--coral);padding:.75rem 1rem;font-size:.7rem;margin:1rem 0}.demo-insight>span{font-size:1.3rem}.demo-panel .button{min-height:44px;font-size:.67rem;padding:.8rem 1rem;margin-top:.3rem}.prototype-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-top:1px solid #dedfdc;padding:.9rem 0 .2rem;font-size:.57rem;color:var(--muted)}.prototype-bottom .micro{font-size:.54rem}.product-after{display:flex;justify-content:space-between;gap:3rem;align-items:center;margin-top:1.6rem}.product-after>p{font-size:.72rem;color:#bac8d6;max-width:540px}.product-after .text-link{font-size:.75rem;white-space:nowrap}.review-checklist{margin-top:1.5rem}.review-checklist label{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid #d8dcdb;cursor:pointer}.review-checklist input{accent-color:var(--ink);width:20px;height:20px;flex-shrink:0}.review-checklist strong{display:block;font-size:.83rem}.review-checklist small{display:block;font-size:.7rem;color:var(--muted)}.readiness-message{font-size:.71rem;margin-block:1rem;min-height:1.6em}.next-action{display:flex;gap:1rem;padding:1.1rem;background:#eeeae2;margin-top:1.4rem;align-items:center}.action-check{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid var(--coral);border-radius:50%;color:var(--orange)}.next-action h4{font-size:1.1rem;letter-spacing:-.02em;margin:.4rem 0}.next-action p:not(.micro){font-size:.72rem;color:var(--muted)}.next-action .micro{font-size:.54rem}.demo-panel>.text-link{font-size:.7rem}.no-script-note{padding:1.3rem;font-size:.8rem}
/* Method, founder and journal have distinct editorial rhythms. */
.method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.method-step{border-top:1px solid var(--ink);padding-top:1.4rem}.method-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.method-number{font-size:4.5rem;font-weight:300;line-height:1;letter-spacing:-.09em;color:#a8aba9}.method-symbol{font-size:3rem;font-weight:300;color:var(--orange)}.method-step .micro{color:var(--orange);font-size:.62rem;margin-bottom:1rem}.method-step h3{font-size:1.65rem;max-width:280px;line-height:1.2}.method-step>p:not(.micro){font-size:.85rem;margin-top:1.2rem;line-height:1.75}.method-step .method-result{color:var(--muted);border-top:1px solid var(--line);padding-top:1rem;font-size:.71rem!important}.founder-feature{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.founder-image{position:relative;overflow:hidden}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:45% center}.image-caption{position:absolute;left:2rem;bottom:1.5rem;font-size:.5rem;background:var(--paper);padding:.4rem .6rem}.founder-copy{padding:clamp(2rem,5vw,5rem);background:var(--warm);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.founder-copy blockquote{font-size:clamp(2.2rem,3.3vw,3.6rem);line-height:1.15;letter-spacing:-.05em;font-weight:400;margin-bottom:1.8rem}.founder-copy blockquote em{color:var(--orange)}.founder-copy>p:not(.eyebrow){font-size:.91rem;max-width:450px}.founder-signature{display:flex;align-items:center;gap:.9rem;margin:2rem 0 1rem}.avatar-initial{border:1px solid #b7b9b4;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:.7rem;font-weight:500}.founder-signature strong{display:block;font-size:.75rem}.founder-signature div span{font-size:.63rem;color:var(--muted);display:block}.founder-copy .text-link{margin-top:1rem;font-size:.8rem}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.journal-image{aspect-ratio:1.35;position:relative;overflow:hidden;background:var(--warm)}.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.journal-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0b224050,transparent 45%)}.journal-card:hover .journal-image img{transform:scale(1.055)}.journal-image-index{position:absolute;z-index:1;left:1.1rem;bottom:1.1rem;letter-spacing:.12em;font-size:.5rem;background:var(--paper);color:var(--ink);padding:.4rem .55rem}.journal-image>.arrow{position:absolute;right:1.1rem;bottom:1.1rem;z-index:2;display:grid;place-items:center;width:30px;height:30px;background:var(--paper);border-radius:50%}.meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;font-size:.57rem;color:var(--muted);padding:1.2rem 0 .8rem}.meta>span{color:var(--orange);text-transform:uppercase;letter-spacing:.08em}.journal-card h3{font-size:1.55rem;line-height:1.2;letter-spacing:-.04em}.journal-card>p{font-size:.78rem;line-height:1.75;color:var(--muted);margin-top:1rem}.journal-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-grid.compact .journal-image{aspect-ratio:2}.journal-intro{display:flex;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--line);padding-bottom:1.2rem;margin-bottom:2.5rem}.journal-follow{border-top:1px solid var(--line);padding-top:2.5rem;margin-top:4rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.journal-follow h2{font-size:2rem}.journal-follow p{font-size:.9rem;margin-top:1rem}
/* A generous invitation and a useful footer. */
.contact-band{background:var(--ink);color:var(--paper);padding:5rem 0 3rem;position:relative;overflow:hidden}.contact-band>.wrap{position:relative;z-index:1}.contact-band .micro{color:#c2cbd4;margin-bottom:2rem}.contact-band h2{font-size:clamp(4rem,7.5vw,8rem);line-height:.98}.contact-band h2 em{color:var(--pale)}.contact-band-row{display:flex;justify-content:space-between;gap:4rem;align-items:flex-end}.contact-band-row>div{max-width:375px}.contact-band-row p{font-size:.97rem;color:#c2cbd4;margin-bottom:1.7rem}.band-rule{height:60px;position:relative;border-bottom:1px solid #ffffff30;margin-top:1.8rem;display:flex;justify-content:space-between}.band-rule span{width:5px;height:5px;background:var(--pale);align-self:flex-end;transform:translateY(3px)}.footer{padding:3rem 0 1rem;background:var(--paper)}.footer-main{display:flex;justify-content:space-between;gap:3rem;padding-bottom:3rem}.footer-purpose{font-size:1.4rem;line-height:1.2;letter-spacing:-.04em;margin-top:1.2rem}.footer-main nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 4rem;font-size:.78rem;align-content:start}.footer-main nav a{min-height:36px;display:flex;align-items:center}.footer-main nav a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem;font-size:.6rem;color:var(--muted);border-top:1px solid var(--line);padding-top:1rem;min-height:50px}.footer-bottom a{min-height:44px;display:flex;align-items:center}
/* Interior pages carry the same material language, with a different pace. */
.page-head{padding:clamp(4rem,7.8vw,8rem) 0 4rem;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-head .wrap{position:relative}.page-head h1{max-width:1050px;line-height:1.03}.page-head h1 em{color:var(--orange)}.page-head .lede{max-width:670px;margin-top:2rem;font-size:1.09rem}.page-head.has-art>.wrap{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:center;gap:2rem}.page-head.has-art h1{font-size:clamp(3.4rem,5.25vw,5.5rem)}.page-head.has-art .lede{max-width:530px}.connection-art{position:relative;color:var(--ink);width:100%;min-width:0}.connection-art svg{width:100%;height:auto}.connection-art .art-coordinate{display:block;font-size:.45rem;letter-spacing:.16em;line-height:1.5;text-align:center;color:var(--muted)}.signal-path{stroke:var(--orange);stroke-dasharray:900;stroke-dashoffset:900;animation:path-connect 2.5s .3s forwards}.page-sculpture{align-self:stretch;display:block;position:relative;min-height:300px}.page-sculpture img{width:135%;max-width:none;height:100%;object-fit:cover;object-position:70% center}.service-overview{padding-block:2rem}.anchor-nav{display:flex;flex-wrap:wrap;gap:.8rem 2rem;font-size:.68rem;justify-content:space-between}.anchor-nav>a{display:flex;align-items:center;gap:1rem;min-height:44px}.detail-service{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,8vw,9rem);padding-block:5rem;border-top:1px solid var(--line);scroll-margin-top:7rem}.service-glyph{height:90px;margin-bottom:1.3rem;color:var(--muted)}.service-glyph .discipline-icon{height:90px;width:90px}.service-identity h2{font-size:2.65rem;max-width:460px}.service-identity .lede{font-size:1rem;margin-top:1.6rem;max-width:440px}.service-specimen{font-size:.65rem;color:var(--orange);margin-top:1.6rem!important;line-height:1.8}.service-delivery{padding-top:2.5rem}.service-delivery dl{margin:0 0 1rem}.service-delivery dt{font-size:.61rem;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin:1.7rem 0 .6rem}.service-delivery dd{margin:0;font-size:.91rem}.service-delivery .text-link{font-size:.74rem}.service-principle{background:var(--warm)}.impact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;margin:3rem 0 2rem}.impact-grid article{border-top:1px solid var(--line);padding-top:1.5rem}.impact-symbol{font-size:3rem;color:var(--orange);line-height:1;display:block;margin-bottom:1.5rem}.impact-grid .micro{font-size:.58rem;color:var(--muted);margin-bottom:.6rem}.impact-grid h3{font-size:1.75rem;line-height:1.15}.impact-grid article>p:last-child{font-size:.85rem;margin-top:1rem}.roadmap-section{background:var(--warm)}.roadmap{list-style:none}.roadmap>li{display:flex;gap:2rem;border-bottom:1px solid #c6c4bd;padding:2rem 0}.roadmap>li>span{font-size:.65rem;margin-top:.2rem;color:var(--muted)}.roadmap .micro{font-size:.58rem;color:var(--muted);margin-bottom:.5rem}.roadmap .current .micro{color:var(--orange)}.roadmap h3{font-size:1.65rem}.roadmap p:last-child{font-size:.85rem;margin-top:.7rem}.dark-section .split>div>p{color:#c4d0dc}.accordion{border-bottom:1px solid var(--line)}.accordion summary{position:relative;list-style:none;font-size:.96rem;font-weight:500;line-height:1.5;cursor:pointer;padding:1.5rem 2rem 1.5rem 0}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:'+';position:absolute;right:0;top:1.35rem;font-size:1.3rem;font-weight:300}.accordion[open] summary:after{content:'−'}.accordion>p{font-size:.91rem;padding-bottom:1.5rem;max-width:650px}.dark-section .accordion{border-color:#ffffff30}.dark-section .accordion>p{color:#c4d0dc}.reading{max-width:820px}.reading h2{font-size:2rem;line-height:1.2;margin:3rem 0 1.2rem}.reading>h2:first-child{margin-top:0}.reading>p{font-size:1rem;line-height:1.85}.reading .text-link{margin-top:1.5rem}
/* The people are introduced through their disciplines, never stock portraits. */
.team-manifesto{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--warm)}.team-manifesto-image img{width:100%;height:100%;object-fit:cover;object-position:38% center}.team-manifesto-copy{padding:clamp(3rem,6vw,6rem);max-width:850px}.team-manifesto-copy h2{margin-bottom:1.8rem}.team-manifesto-copy .lede{font-size:1.2rem}.team-manifesto-copy>p:not(.lede):not(.eyebrow):not(.signature){font-size:.9rem}.team-manifesto-copy blockquote{font-family:var(--heading-font);font-size:1.5rem;line-height:1.45;font-style:normal;border-left:2px solid var(--coral);padding-left:1.5rem;margin-top:2rem}.signature{font-size:.82rem;font-weight:600;margin-top:1.3rem}.signature span{display:block;font-size:.68rem;font-weight:400;color:var(--muted)}.team-manifesto-copy .text-link{margin-top:1.5rem;font-size:.78rem}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem 2rem}.person:first-child,.person:nth-child(2){grid-column:span 1}.person-art{height:280px;position:relative;overflow:hidden;background:#e6e1da;color:var(--ink);display:flex;align-items:center;justify-content:center;border-bottom:3px solid var(--coral)}.person-art:before,.person-art:after{content:'';position:absolute;width:260px;height:260px;border:1px solid #0b224025;border-radius:50%;right:-90px;top:-60px}.person-art:after{width:190px;height:190px;right:-55px;top:-25px}.person-index{position:absolute;top:1.2rem;left:1.3rem;font-size:.6rem;letter-spacing:.12em}.person-initials{font-size:6.7rem;font-weight:300;letter-spacing:-.08em;transform:translateX(-18px)}.person-art>.discipline-icon{position:absolute;width:70px;right:1.3rem;bottom:3rem;opacity:.4}.person-discipline{position:absolute;bottom:1.2rem;left:1.3rem;right:1rem;font-size:.49rem;letter-spacing:.07em;line-height:1.7;text-transform:uppercase}.art-0,.art-3{background:var(--ink);color:var(--paper)}.art-0:before,.art-0:after,.art-3:before,.art-3:after{border-color:#ffffff25}.art-1{background:#ddd8d0}.art-2{background:#e9d5c8}.art-4{background:#d8dfdf}.person-copy{padding-top:1.5rem}.person-copy h3{font-size:1.65rem}.person-role{font-size:.79rem;color:var(--orange);font-weight:500;margin-top:.55rem}.person-copy>p:last-child{font-size:.84rem;color:var(--muted);margin-top:1rem;line-height:1.8}.editorial-note{font-size:.74rem;color:var(--muted);border-top:1px solid var(--line);padding-top:1.5rem;margin-top:3rem;max-width:none}.belief-list>div{display:grid;grid-template-columns:40px 1fr 1fr;gap:2rem;padding:2rem 0;border-top:1px solid #ffffff30}.belief-list>div>span{color:var(--pale);font-size:.64rem}.belief-list h3{font-size:1.8rem}.belief-list p{font-size:.9rem;color:#c4d0dc}
/* Contact has a real destination and no simulated submission. */
.contact-section .split{align-items:start}.contact-email{font-size:clamp(1.5rem,2.6vw,2.6rem);letter-spacing:-.05em;border-bottom:1px solid var(--ink);line-height:1.4;display:inline-block;overflow-wrap:anywhere}.contact-section .lede{font-size:1rem;margin-top:1.6rem;max-width:420px}.contact-topics{flex-wrap:wrap;gap:.5rem;margin-top:2rem}.contact-topics button{padding:.55rem .85rem;border:1px solid #aeb8bb;font-size:.69rem;background:none;min-height:44px}.contact-topics button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.contact-section .actions{gap:1rem}.copy-button{background:none;font-size:.74rem;text-decoration:underline;min-height:44px;padding:.5rem}.copy-result{font-size:.76rem;min-height:1.6em;margin-top:1.2rem}.conversation-guide{background:var(--warm);padding:2.5rem}.conversation-guide ol{list-style:none;margin-top:1.5rem}.conversation-guide li{display:flex;gap:1.8rem;border-bottom:1px solid #c7c5bd;padding:1.25rem 0}.conversation-guide li>span{font-size:.59rem;color:var(--orange);margin-top:.3rem}.conversation-guide li p{font-size:1.28rem;letter-spacing:-.03em;line-height:1.4}.conversation-guide li strong{font-weight:500}.conversation-guide>.small{margin-top:1.7rem;color:var(--muted)}
/* Long-form reading keeps the same clarity. */
.article-head .back{font-size:.74rem;display:inline-flex;align-items:center;min-height:44px;margin-bottom:1.5rem}.article-head h1{font-size:clamp(3rem,5.6vw,5.8rem);max-width:1050px}.article-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:5rem;align-items:start}.article-meta{position:sticky;top:9rem;font-size:.7rem;line-height:1.7;color:var(--muted)}.article-meta strong{display:block;color:var(--ink);font-size:.57rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem}.article-meta time{display:block}.article-meta>a{display:inline-flex;margin-top:1.5rem;min-height:44px;align-items:center;text-decoration:underline}.article-art{margin-bottom:2.6rem}.article-art>img{width:100%;height:auto}.article-art figcaption{font-size:.64rem;color:var(--muted);margin-top:.7rem;line-height:1.7}.article-art.dark-art{padding:1.5rem;background:var(--warm)}.reading .friction-stage{margin-bottom:3rem}.note{background:var(--warm);padding:2rem;margin:2.5rem 0}.note .micro{color:var(--orange);margin-bottom:1rem}.note h3{font-size:1.6rem;line-height:1.3}.source-note{font-size:.8rem}.source-note summary{font-size:.75rem}.source-note>p{font-size:.8rem}.not-found{min-height:65vh}.not-found h1{font-size:4rem}.not-found .code{font-size:.8rem;color:var(--orange);margin-bottom:1rem}.not-found .lede{margin-top:1.5rem}
/* Motion is progressive enhancement; content never depends on it. */
[data-reveal].will-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s,transform .65s}[data-reveal].is-visible{opacity:1;transform:none}@keyframes hero-entrance{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes sculpture-entrance{from{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes panel-in{from{opacity:.4;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes path-connect{to{stroke-dashoffset:0}}
@media(min-width:1800px){.hero{min-height:820px}.hero-picture{inset:0 -10% 0 30%}}
@media(max-width:1100px){:root{--gutter:2.5rem;--header:5.5rem}.brand span{display:none}.nav{gap:1.3rem}.nav>a{font-size:.7rem}.hero h1{font-size:6.3rem}.hero .lede{max-width:350px}.hero-content{padding-top:3.5rem}.hero-picture{inset:0 -24% 0 15%}.hero:before{background:linear-gradient(90deg,#f3ede4 0%,#f3ede4 15%,#f3ede4e8 35%,#f3ede422 60%,transparent 70%)}.service-row{gap:1.3rem;grid-template-columns:25px 1.2fr 1fr 48px 18px}.service-row .discipline-icon{width:48px}.prototype-layout{grid-template-columns:215px minmax(0,1fr)}.prototype-main{padding-inline:1.5rem}.prototype-rail{padding-inline:1.2rem}.demo-title h3{font-size:2rem}.method-grid{gap:2rem}.method-step h3{font-size:1.5rem}.person-art{height:230px}.person-initials{font-size:5.5rem}.person-discipline{font-size:.45rem}.journal-grid{gap:1.3rem}.journal-card h3{font-size:1.35rem}.meta{flex-wrap:wrap;gap:.4rem}.article-layout{gap:3rem;grid-template-columns:170px minmax(0,1fr)}}
@media(max-width:900px){:root{--gutter:1.8rem;--header:5rem}.header-inner{flex-wrap:wrap;padding-block:.8rem;gap:1rem;min-height:var(--header)}.brand img{width:80px}.brand span{display:block;font-size:.53rem}.nav{width:100%;display:flex;flex-wrap:wrap;gap:.5rem 1.6rem;padding-bottom:.5rem}.nav>a{font-size:.78rem}.js .menu-button{display:flex;align-items:center;gap:1rem;background:none;font-size:.76rem;min-height:44px}.js .nav{display:none;flex-direction:column;align-items:stretch;padding-top:.5rem;gap:0}.js .nav.is-open{display:flex}.js .nav>a{padding:.75rem 0;font-size:.91rem;border-bottom:1px solid var(--line)}.js .nav .nav-contact{padding:.8rem 1rem;border:1px solid var(--ink);margin:.8rem 0 .3rem;justify-content:space-between}.hero{min-height:740px;justify-content:flex-start}.hero h1{font-size:5.8rem}.hero .lede{max-width:340px}.hero-picture{inset:0 -40% 0 5%}.hero:before{background:linear-gradient(90deg,#f3ede4 0%,#f3ede4 15%,#f3ede4c0 35%,#f3ede400 70%)}.hero-bottom>span:first-child{max-width:180px}.hero-bottom{gap:1rem}.split,.friction-section .split{grid-template-columns:minmax(0,1fr);gap:3rem}.split>div:first-child{max-width:650px}.friction-stage{max-width:740px;width:100%}.friction-canvas{height:340px}.section-heading{gap:2rem;align-items:flex-start}.section-intro{max-width:280px;font-size:.86rem}.service-row{grid-template-columns:24px minmax(0,1.2fr) minmax(0,1fr) 24px}.service-row>.discipline-icon{display:none}.service-name h3{font-size:1.7rem}.service-summary{font-size:.78rem}.prototype-layout{grid-template-columns:180px minmax(0,1fr)}.prototype-rail{padding-inline:1rem}.prototype-brand{font-size:1.7rem}.prototype-steps button{font-size:.62rem;padding:.8rem .5rem}.prototype-steps{margin-top:1.8rem}.prototype-main{padding-inline:1.2rem}.demo-title{flex-wrap:wrap;gap:.5rem}.demo-title h3{font-size:2rem}.demo-panel{min-height:460px}.request-lines>div{grid-template-columns:100px minmax(0,1fr)}.prototype-top{padding-inline:1rem}.prototype-bottom{flex-wrap:wrap;gap:.4rem}.method-grid{gap:1.5rem}.method-step h3{font-size:1.4rem}.method-step>p:not(.micro){font-size:.78rem}.method-number{font-size:3.5rem}.founder-feature{grid-template-columns:1fr 1.1fr;min-height:600px}.founder-copy{padding:2.4rem}.founder-copy blockquote{font-size:2.5rem}.founder-copy>p:not(.eyebrow){font-size:.8rem}.founder-image img{object-position:40% center}.journal-card h3{font-size:1.25rem}.journal-card>p{font-size:.74rem}.journal-image{aspect-ratio:1}.journal-image-index{font-size:.4rem;left:.6rem;bottom:.7rem}.journal-image>.arrow{right:.5rem;bottom:.6rem;width:25px;height:25px}.contact-band-row{gap:3rem}.contact-band h2{font-size:5.5rem}.contact-band-row p{font-size:.8rem}.page-head.has-art>.wrap{grid-template-columns:1fr .65fr;gap:1rem}.page-head.has-art h1{font-size:3.8rem}.page-head.has-art .lede{font-size:.97rem}.page-sculpture img{width:180%}.detail-service{gap:3rem}.service-identity h2{font-size:2.4rem}.service-delivery dd{font-size:.85rem}.team-manifesto{grid-template-columns:.75fr 1fr}.team-manifesto-copy{padding:3rem 2rem}.team-manifesto-copy h2{font-size:2.8rem}.team-manifesto-copy .lede{font-size:1rem}.team-manifesto-copy>p:not(.lede):not(.eyebrow):not(.signature){font-size:.8rem}.team-manifesto-copy blockquote{font-size:1.2rem}.people-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}.person-art{height:290px}.person-initials{font-size:7rem}.person-discipline{font-size:.5rem}.belief-list>div{grid-template-columns:25px 1fr 1fr;gap:1.5rem}.belief-list h3{font-size:1.55rem}.belief-list p{font-size:.8rem}.impact-grid{gap:1.5rem}.impact-grid h3{font-size:1.5rem}.impact-grid article>p:last-child{font-size:.78rem}.article-layout{grid-template-columns:1fr;gap:2.5rem}.article-meta{display:flex;flex-wrap:wrap;gap:2rem;position:static;border-bottom:1px solid var(--line);padding-bottom:1.5rem}.article-meta p+p{margin-top:0}.article-meta>a{margin-top:0}.contact-section .split{grid-template-columns:1fr 1fr;gap:2rem}.contact-section .lede{font-size:.85rem}.contact-topics button{font-size:.6rem}.conversation-guide{padding:1.6rem}.conversation-guide li p{font-size:1.12rem}}
@media(max-width:600px){:root{--gutter:1.25rem;--header:4.8rem}.section{padding-block:4.5rem}h1{font-size:3.1rem}h2{font-size:2.7rem}.eyebrow{font-size:.55rem;letter-spacing:.12em;margin-bottom:1.3rem}.micro{font-size:.58rem}.brand img{width:73px}.brand span{font-size:.46rem;padding-left:.8rem}.brand{gap:.8rem}.header-inner{padding-block:.55rem}.hero{min-height:760px;display:block}.hero-content{padding-top:2.7rem;padding-bottom:0}.hero h1{font-size:clamp(3.45rem,11.5vw,4.8rem);line-height:1.04}.hero h1 em{white-space:normal}.hero .lede{font-size:.89rem;max-width:340px;margin-top:1.3rem}.hero .actions{gap:1rem;margin-top:1.5rem;align-items:flex-start}.hero .button{font-size:.72rem;padding:.85rem 1.05rem;min-height:48px;gap:1rem}.hero .text-link{font-size:.7rem;gap:.8rem;min-height:48px}.hero-picture{inset:300px -27% 20px -18%}.hero-picture img{object-fit:contain;object-position:center bottom}.hero:before{background:linear-gradient(180deg,#f3ede4 0%,#f3ede4 37%,rgba(243,237,228,.8) 44%,transparent 63%)}.hero-bottom{bottom:.9rem;align-items:center;gap:.5rem;font-size:.52rem}.hero-bottom>span:first-child{display:none}.hero-bottom>a{gap:.65rem}.hero-bottom .preview-tag{font-size:.49rem}.statement-title{font-size:2.6rem;line-height:1.17}.statement-title br{display:none}.statement-bottom{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;padding-top:1.5rem}.statement-bottom .lede{font-size:1.1rem}.statement-bottom p{font-size:.9rem}.section-index{font-size:.55rem}.friction-section .split{gap:2rem}.friction-stage{padding:1rem}.friction-toolbar{align-items:flex-start;gap:.7rem}.friction-toolbar>.micro{font-size:.5rem;max-width:95px}.segmented{flex-shrink:0}.segmented button{font-size:.59rem;padding:.3rem .6rem;min-height:34px}.friction-canvas{height:290px}.work-note{width:49%;padding:.8rem}.work-note strong{font-size:.75rem}.work-note small{font-size:.55rem}.work-note span{font-size:.45rem}.note-b{left:49%;top:25%}.note-c{left:20%;top:62%}.friction-result{font-size:.76rem}.concept-note{font-size:.44rem}[data-friction=after] .work-note{width:30%;padding:.7rem .45rem}[data-friction=after] .work-note strong{font-size:.65rem}[data-friction=after] .work-note small{font-size:.5rem}[data-friction=after] .work-note span{font-size:.4rem}.section-heading{display:block;margin-bottom:2.5rem}.section-heading .section-intro{max-width:440px;margin-top:1.5rem;font-size:.9rem}.section-heading>.text-link{margin-top:1.5rem;font-size:.75rem}.service-row{grid-template-columns:22px minmax(0,1fr) 20px;gap:.85rem;padding:1.6rem 0}.service-name h3{font-size:1.45rem}.service-name p{font-size:.66rem}.service-summary{grid-column:2;grid-row:2;font-size:.78rem}.service-row>.arrow{grid-column:3;grid-row:1}.service-row:hover{padding-left:0;padding-right:0;background:transparent}.number{font-size:.58rem}.prototype-top{flex-direction:column;align-items:flex-start;gap:.4rem;padding:.8rem 1rem}.prototype-top .micro{font-size:.53rem}.prototype-label{font-size:.54rem}.prototype-layout{grid-template-columns:1fr}.prototype-rail{padding:1rem;border-right:0;border-bottom:1px solid #d3d5d5}.prototype-brand,.prototype-rail>.micro,.prototype-rail-note{display:none}.prototype-steps{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.prototype-steps button{font-size:.58rem;padding:.6rem .4rem;min-height:60px;flex-direction:column;align-items:flex-start;gap:.3rem;line-height:1.25}.prototype-steps button span{font-size:.46rem}.reset-demo{padding:.7rem 0 0;font-size:.58rem;min-height:30px;align-self:flex-end}.prototype-main{padding:1.1rem 1rem .5rem}.prototype-breadcrumb{font-size:.5rem;gap:.45rem;padding-bottom:.9rem}.demo-panel{min-height:455px;padding-block:1.2rem}.demo-title h3{font-size:1.95rem}.demo-title{gap:.6rem}.demo-title .micro{font-size:.51rem}.status-tag{font-size:.51rem}.demo-description{font-size:.74rem;margin:1rem 0}.request-lines>div{grid-template-columns:90px minmax(0,1fr);gap:.8rem;font-size:.63rem;padding:.7rem 0}.demo-insight{font-size:.62rem;padding:.65rem .8rem}.prototype-bottom{font-size:.5rem;padding-block:.8rem .4rem}.prototype-bottom .micro{font-size:.48rem}.review-checklist strong{font-size:.76rem}.review-checklist small{font-size:.62rem}.review-checklist label{gap:.65rem}.readiness-message{font-size:.65rem}.next-action{padding:.8rem;gap:.7rem}.next-action h4{font-size:1rem}.next-action p:not(.micro){font-size:.61rem}.product-after{flex-direction:column;align-items:flex-start;gap:.7rem;margin-top:1.4rem}.product-after>p{font-size:.68rem}.product-after .text-link{font-size:.69rem;white-space:normal}.method-grid{grid-template-columns:1fr;gap:2.5rem}.method-top{margin-bottom:1.3rem}.method-number{font-size:4rem}.method-step h3{font-size:1.8rem;max-width:350px}.method-step>p:not(.micro){font-size:.86rem;max-width:440px}.method-step .method-result{font-size:.72rem!important}.founder-feature{grid-template-columns:1fr;min-height:0}.founder-image{height:310px}.founder-image img{object-position:center center}.founder-copy{padding:3rem var(--gutter)}.founder-copy blockquote{font-size:2.5rem}.founder-copy>p:not(.eyebrow){font-size:.9rem}.journal-grid,.journal-grid.compact{grid-template-columns:1fr;gap:2.7rem}.journal-image,.journal-grid.compact .journal-image{aspect-ratio:1.55}.journal-card h3{font-size:1.75rem}.journal-card>p{font-size:.86rem}.journal-image-index{font-size:.49rem;left:1rem;bottom:1rem}.journal-image>.arrow{right:1rem;bottom:1rem;width:30px;height:30px}.meta{font-size:.59rem;gap:.5rem}.journal-intro{flex-direction:column;gap:.5rem;margin-bottom:2rem}.journal-follow{flex-direction:column;align-items:flex-start;margin-top:3rem;gap:1rem}.contact-band{padding-top:3.5rem;padding-bottom:2rem}.contact-band-row{display:block}.contact-band h2{font-size:4.4rem}.contact-band-row>div{margin-top:2rem}.contact-band-row p{font-size:.89rem}.contact-band .micro{font-size:.56rem}.band-rule{height:30px}.footer-main{flex-direction:column;gap:2.5rem;padding-bottom:2rem}.footer-purpose{font-size:1.5rem}.footer-main nav{gap:.3rem 2rem;font-size:.75rem}.footer-bottom{flex-wrap:wrap;gap:.3rem 2rem;font-size:.55rem;padding-top:1.2rem}.footer-bottom>span:first-child{width:100%}.footer-bottom>a{margin-left:auto}.page-head{padding:3rem 0}.page-head .lede{font-size:.98rem;margin-top:1.5rem}.page-head.has-art>.wrap{display:block}.page-head.has-art h1{font-size:3rem}.page-head.has-art .connection-art{max-width:380px;margin:1.5rem auto 0}.connection-art .art-coordinate{font-size:.41rem}.page-sculpture{height:220px;margin:1.5rem -1.25rem -3rem;min-height:0;overflow:hidden}.page-sculpture img{width:100%;object-position:center 60%}.anchor-nav{display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1rem;font-size:.56rem}.anchor-nav a{gap:.5rem;justify-content:space-between}.detail-service{grid-template-columns:1fr;gap:1rem;padding:3rem 0;scroll-margin-top:6rem}.service-glyph{height:70px}.service-glyph .discipline-icon{width:70px;height:70px}.service-identity h2{font-size:2.5rem}.service-identity .lede{font-size:.95rem}.service-delivery{padding-top:0}.service-delivery dd{font-size:.9rem}.service-specimen{font-size:.63rem}.impact-grid{grid-template-columns:1fr;gap:2rem}.impact-grid h3{font-size:1.8rem}.impact-grid article>p:last-child{font-size:.88rem}.impact-symbol{font-size:2.5rem}.roadmap>li{gap:1.5rem;padding:1.5rem 0}.roadmap h3{font-size:1.5rem}.roadmap p:last-child{font-size:.83rem}.accordion summary{font-size:.88rem;padding-block:1.3rem}.accordion>p{font-size:.84rem}.team-manifesto{grid-template-columns:1fr}.team-manifesto-image{height:260px}.team-manifesto-image img{object-position:center}.team-manifesto-copy{padding:3rem var(--gutter)}.team-manifesto-copy h2{font-size:2.7rem}.team-manifesto-copy .lede{font-size:1.12rem}.team-manifesto-copy>p:not(.lede):not(.eyebrow):not(.signature){font-size:.89rem}.team-manifesto-copy blockquote{font-size:1.4rem}.people-grid{grid-template-columns:1fr;gap:2.8rem}.person-art{height:300px}.person-initials{font-size:7rem}.person-discipline{font-size:.54rem}.person-copy h3{font-size:1.9rem}.person-role{font-size:.82rem}.person-copy>p:last-child{font-size:.9rem}.belief-list>div{grid-template-columns:22px 1fr;gap:1rem;padding:1.5rem 0}.belief-list p{grid-column:2;font-size:.86rem}.belief-list h3{font-size:1.6rem}.contact-section .split{grid-template-columns:1fr;gap:3rem}.contact-email{font-size:1.8rem}.contact-section .lede{font-size:1rem}.contact-topics button{font-size:.69rem}.conversation-guide{padding:2rem 1.5rem}.conversation-guide li p{font-size:1.35rem}.article-head h1{font-size:2.9rem}.article-meta{gap:1.5rem;font-size:.63rem}.article-meta strong{font-size:.52rem}.article-meta>a{font-size:.6rem}.reading h2{font-size:1.8rem;margin-top:2.5rem}.reading>p{font-size:.94rem}.note{padding:1.5rem}.note h3{font-size:1.5rem}.not-found h1{font-size:3rem}}
@media(max-width:360px){.hero{min-height:760px}.hero h1{font-size:3.25rem}.hero .lede{font-size:.83rem}.hero .actions{gap:.7rem}.hero .button{font-size:.67rem}.hero .text-link{font-size:.62rem;gap:.5rem}.hero-picture{inset:330px -37% 35px -25%}.brand span{font-size:.42rem}.friction-stage{padding:.8rem}.friction-toolbar>.micro{max-width:72px}.segmented button{font-size:.54rem;padding:.3rem .45rem}.friction-canvas{height:300px}.work-note strong{font-size:.66rem}[data-friction=after] .work-note strong{font-size:.57rem}.prototype-steps button{font-size:.52rem}.demo-title h3{font-size:1.8rem}.contact-email{font-size:1.62rem}.contact-band h2{font-size:4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal].will-reveal{opacity:1;transform:none}.signal-path{stroke-dashoffset:0}.reading-progress{display:none}}
/* Intrinsic sizing also accommodates enlarged text. */
.header-inner,.nav{flex-wrap:wrap}.nav{max-width:100%}h1,h2,h3,h4,p,button,a,.micro{overflow-wrap:break-word}.hero h1 em{white-space:normal}.method-grid,.impact-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr))}.detail-service{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}.friction-stage,.prototype{container-type:inline-size}
@container(max-width:30rem){.friction-canvas{height:auto;display:flex;flex-direction:column;gap:.8rem;padding-block:1.2rem}.friction-lines{display:none}.work-note{position:relative;top:auto;left:0;width:88%;max-width:none;padding:.85rem}.note-a{margin-left:0;transform:rotate(-3deg)}.note-b{margin-left:10%;transform:rotate(3deg)}.note-c{margin-left:3%;transform:rotate(-1deg)}.work-note span{font-size:.52rem}.work-note strong{font-size:.87rem}.work-note small{font-size:.65rem}[data-friction=after] .work-note{position:relative;top:auto;left:0;width:100%;margin-left:0;padding:.85rem}[data-friction=after] .work-note span{font-size:.52rem}[data-friction=after] .work-note strong{font-size:.87rem}[data-friction=after] .work-note small{font-size:.65rem}.friction-toolbar{flex-wrap:wrap}.friction-toolbar>.micro{max-width:none}}
@container(max-width:46rem){.prototype-layout{grid-template-columns:1fr}.prototype-rail{padding:1rem;border-right:0;border-bottom:1px solid #d3d5d5}.prototype-brand,.prototype-rail>.micro,.prototype-rail-note{display:none}.prototype-steps{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.prototype-steps button{padding:.6rem .4rem;min-height:3rem;flex-direction:column;align-items:flex-start;gap:.3rem;line-height:1.4}.reset-demo{padding:.7rem 0 0;min-height:2rem;align-self:flex-end}}
@media(max-width:600px){.hero{min-height:max(700px,calc(100svh - var(--header)))}.hero:before{background:linear-gradient(180deg,#f3ede4 0%,#f3ede4 43%,rgba(243,237,228,.8) 52%,transparent 72%)}.method-grid,.impact-grid{grid-template-columns:1fr}}
.product .prototype :focus-visible,.product .prototype .button:focus-visible{outline-color:var(--ink)}
.method-number{color:#6a777e}

html:not(.js) .review-checklist input{display:none}
.demo-panel{scroll-margin-top:calc(var(--header) + 1rem)}

/* Display and reading roles are deliberately separate from the original monogram. */
.hero h1{font-weight:550;letter-spacing:-.065em}.hero h1 em{font-weight:400}.founder-copy blockquote,.prototype-brand,.footer-purpose,.person-initials{font-family:var(--heading-font)}.founder-copy blockquote{font-weight:450}.nav>a{font-weight:550}.micro,.eyebrow{font-weight:600}.person-initials{font-weight:400}

/* Three user-requested type systems. The default is the first review direction. */
:root{--heading-font:Manrope,Arial,sans-serif;--body-font:"Source Sans 3",Arial,sans-serif;--accent-font:"IBM Plex Mono",monospace;--heading-weight:600;--display-tracking:-.04em}
:root[data-type="plex"]{--heading-font:"IBM Plex Sans",Arial,sans-serif;--body-font:"IBM Plex Sans",Arial,sans-serif;--heading-weight:500;--display-tracking:-.035em}
:root[data-type="space"]{--heading-font:"Space Grotesk",Arial,sans-serif;--body-font:Inter,Arial,sans-serif;--heading-weight:500;--display-tracking:-.04em}
h1,h2,h3,h4{font-weight:var(--heading-weight);letter-spacing:-.04em;line-height:1.12}
.hero h1{font-weight:var(--heading-weight);letter-spacing:var(--display-tracking);line-height:1.07}
em,.hero h1 em{font-weight:inherit}
.lede{letter-spacing:-.012em;line-height:1.6}
.micro,.eyebrow,.section-index,.number,.method-step>.micro,.person-index,.meta,.article-meta strong,.prototype-breadcrumb,.status-tag{font-family:var(--accent-font);font-weight:400;letter-spacing:.035em}
.eyebrow{font-size:.7rem;line-height:1.7;margin-bottom:1.8rem}.micro{line-height:1.7}
.nav>a{font-size:.83rem;font-weight:500}.brand span{font-family:var(--body-font);font-size:.65rem;letter-spacing:.015em}
.hero .lede{font-size:1.18rem;line-height:1.6;max-width:420px;margin-top:1.7rem}.hero .button{font-size:.94rem}.hero .text-link{font-size:.9rem}
.hero-bottom{font-size:.72rem}.hero-bottom .preview-tag{font-size:.65rem}
.section-heading{flex-wrap:wrap;gap:2rem 3rem}.section-heading>div:first-child{flex:1 1 28rem;min-width:0}.section-heading>.section-intro{flex:0 1 350px;min-width:0}
.section-intro{font-size:1.02rem;line-height:1.65}.service-summary{font-size:.95rem}.service-name p{font-size:.84rem}.service-name h3{letter-spacing:-.035em}.service-row{padding-block:2.2rem}
.contact-band-row{flex-wrap:wrap}.contact-band-row h2{flex:1 1 32rem;min-width:0}.contact-band-row>div{flex:0 1 375px;min-width:0}
.contact-band h2{font-size:clamp(3.5rem,6.5vw,7rem);line-height:1.08;letter-spacing:-.055em}
.team-manifesto{grid-template-columns:repeat(auto-fit,minmax(min(100%,25rem),1fr))}.team-manifesto-copy{min-width:0}
.person-copy h3{font-size:1.8rem;line-height:1.2}.person-role{font-size:.9rem;font-weight:500}.person-copy>p:last-child{font-size:.98rem;line-height:1.65}.person-discipline{font-family:var(--accent-font);font-size:.59rem;letter-spacing:.015em}.person-initials{font-weight:400;letter-spacing:-.055em}
.founder-copy blockquote{font-weight:500;letter-spacing:-.035em;line-height:1.2}.founder-copy>p:not(.eyebrow){font-size:1.02rem;line-height:1.7}
.article-head h1{font-size:clamp(2.9rem,5.15vw,5.25rem);line-height:1.13;max-width:1000px;letter-spacing:-.05em}.article-head .lede{max-width:690px}
.reading{max-width:720px}.reading>p{font-size:1.2rem;line-height:1.75;letter-spacing:0}.reading h2{font-size:1.85rem;line-height:1.28;letter-spacing:-.035em;margin:3.5rem 0 1.2rem}.article-meta{font-size:.8rem}.article-meta strong{font-size:.63rem}.article-art figcaption{font-size:.76rem}
.prototype-brand{font-size:1.85rem;line-height:1.2;font-weight:500}.demo-title h3{line-height:1.16;letter-spacing:-.035em}.prototype-steps button{font-size:.78rem}.demo-description{font-size:.88rem}.request-lines>div{font-size:.81rem}.review-checklist strong{font-size:.9rem}.review-checklist small{font-size:.8rem}
.type-review{position:fixed;right:1.25rem;bottom:1.25rem;z-index:75;max-width:calc(100vw - 2.5rem);width:320px;color:var(--ink);background:#fff;border:1px solid #c9c9c3;box-shadow:0 8px 30px #0b224018;font-family:Arial,sans-serif;line-height:1.45;font-size:14px;border-radius:12px}
.type-review summary{cursor:pointer;padding:14px 16px;min-height:48px;font-size:13px;list-style-position:inside}.type-review summary span{margin-left:4px;font-weight:600}.type-review label{display:block;padding:2px 16px 8px;color:var(--muted);font-size:12px}.type-review select{display:block;width:calc(100% - 32px);margin:0 16px 14px;padding:10px 8px;font:inherit;color:var(--ink);background:#f5f1ee;border:1px solid #c9c9c3;border-radius:5px;min-height:44px}.type-review p{font-size:12px;margin:0;padding:0 16px 16px;color:var(--muted)}
@media(max-width:900px){.section-heading>div:first-child{flex-basis:100%}.section-heading>.section-intro{flex-basis:100%;max-width:520px}.contact-band-row{gap:2rem}.article-head h1{max-width:800px}.team-manifesto-image{max-height:620px}.prototype-brand{font-size:1.7rem}}
@media(max-width:600px){.brand span{font-size:.54rem}.eyebrow{font-size:.63rem}.hero h1{font-size:clamp(3.1rem,12vw,4.5rem);line-height:1.08}.hero .lede{font-size:1.02rem;max-width:360px}.hero .button{font-size:.85rem}.hero .text-link{font-size:.8rem}.hero .actions{gap:1.1rem}.service-name h3{font-size:1.55rem}.service-summary{font-size:.9rem}.service-name p{font-size:.76rem}.contact-band h2{font-size:clamp(3rem,12vw,4.4rem)}.reading>p{font-size:1.1rem;line-height:1.75}.reading h2{font-size:1.75rem;line-height:1.3}.article-head h1{font-size:clamp(2.65rem,10.5vw,3.5rem)}.person-copy h3{font-size:1.9rem}.person-copy>p:last-child{font-size:1rem}.type-review{width:290px;right:1rem;bottom:1rem;max-width:calc(100vw - 2rem)}.demo-title h3{font-size:1.9rem}.demo-description{font-size:.84rem}.request-lines>div{font-size:.74rem}.prototype-steps button{font-size:.62rem}.review-checklist strong{font-size:.83rem}.review-checklist small{font-size:.73rem}}

/* A quieter hierarchy keeps the page's information as legible as its promise. */
h2{letter-spacing:-.03em;line-height:1.16}h3{letter-spacing:-.025em;line-height:1.22}h4{letter-spacing:-.015em;line-height:1.3}
.hero h1{font-size:clamp(2.75rem,7.1vw,7.1rem)}
.section{padding-block:clamp(4rem,7vw,7rem)}.eyebrow{margin-bottom:1rem}.section-heading{margin-bottom:clamp(2rem,3.5vw,3rem)}.split>div>h2+p{margin-top:1.3rem}
.method-step>p:not(.micro),.journal-card>p{font-size:1rem;line-height:1.65}
.method-step .method-result{font-size:.83rem!important}.concept-note{font-family:var(--body-font);text-transform:none;letter-spacing:0;font-size:.75rem}.prototype-label,.prototype-bottom{font-size:.75rem;line-height:1.5}.prototype-bottom .micro{font-size:.68rem}
.demo-title h3{font-size:1.85rem}.demo-description,.request-lines>div,.review-checklist small,.readiness-message,.demo-insight,.demo-panel .button,.demo-panel>.text-link{font-size:.875rem;line-height:1.55}.status-tag{white-space:normal;font-size:.7rem}.prototype-breadcrumb{font-size:.7rem;flex-wrap:wrap}.prototype-top .micro{font-size:.68rem}.prototype-steps button{font-size:.82rem}.prototype-rail-note{font-size:.8rem}.reset-demo{font-size:.75rem}.demo-title .micro{font-size:.68rem}
.next-action h4{font-size:1.1rem}.next-action p:not(.micro){font-size:.83rem}.next-action .micro{font-size:.68rem}.product-after>p{font-size:.85rem}.product-after .text-link{font-size:.84rem}.product-after{flex-wrap:wrap}.prototype-bottom{flex-wrap:wrap}
.method-grid h3,.journal-card h3,.person-copy h3{letter-spacing:-.025em}.founder-copy blockquote em,.contact-band h2 em,.product h2 em,.dark-section h2 em{color:inherit}
@media(max-width:600px){.prototype-steps button{font-size:.7rem}.demo-title{flex-wrap:wrap}.demo-title .status-tag{margin-bottom:.4rem}.request-lines>div{grid-template-columns:1fr;gap:.2rem}.hero-content{padding-top:3rem}.hero .lede{font-size:1rem}.hero-bottom{font-size:.65rem}.person-discipline{font-size:.59rem}}

@media(max-width:600px){.hero .actions{gap:1rem}.hero .button{gap:1rem;padding:1rem;font-size:.78rem}.hero .text-link{font-size:.74rem;gap:.5rem}}

@media(max-width:600px){.hero-picture img{object-fit:cover;object-position:60% bottom}}

/* Latest user-selected direction: serious editorial display, native supporting UI. */
:root{--heading-font:"Source Serif 4",Georgia,serif;--body-font:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--ui-heading-font:var(--body-font);--heading-weight:600}
:root[data-type="manrope"]{--heading-font:Manrope,Arial,sans-serif;--body-font:"Source Sans 3",Arial,sans-serif;--ui-heading-font:var(--heading-font)}
:root[data-type="plex"]{--heading-font:"IBM Plex Sans",Arial,sans-serif;--body-font:"IBM Plex Sans",Arial,sans-serif;--ui-heading-font:var(--heading-font);--heading-weight:500}
:root[data-type="space"]{--heading-font:"Space Grotesk",Arial,sans-serif;--body-font:Inter,Arial,sans-serif;--ui-heading-font:var(--heading-font);--heading-weight:500}
h1,h2,.display,.hero h1,.article-head h1,.page-head.has-art h1,.statement-title,.contact-band h2,.team-manifesto-copy h2,.reading h2{font-family:var(--heading-font);font-weight:600;letter-spacing:-.055em;line-height:.92;font-optical-sizing:auto}
body,nav,button,input,.body{font-family:var(--body-font);font-weight:400}
h3,h4{font-family:var(--ui-heading-font);font-weight:600;letter-spacing:-.025em;line-height:1.22}
.prototype-brand{font-family:var(--body-font);font-weight:500;letter-spacing:-.035em;line-height:1.15}
.founder-copy blockquote,.team-manifesto-copy blockquote,.footer-purpose{font-family:var(--heading-font);font-weight:600;letter-spacing:-.055em;line-height:1.04;font-optical-sizing:auto}
.person-initials{font-family:var(--heading-font);font-weight:500}
.nav>a,.button{font-weight:400}
.system-label,.workflow-id,.micro,.eyebrow,.section-index,.person-index,.article-meta strong{font-family:"IBM Plex Mono",monospace;font-weight:400;letter-spacing:.12em}
:root[data-type="manrope"] h1,:root[data-type="manrope"] h2,:root[data-type="plex"] h1,:root[data-type="plex"] h2,:root[data-type="space"] h1,:root[data-type="space"] h2{font-weight:var(--heading-weight);letter-spacing:-.04em;line-height:1.1}
