@font-face{font-family:"Albert Sans";src:url("../fonts/albert-sans.woff2") format("woff2");font-style:normal;font-weight:400 600;font-display:swap}

:root{
	--ink:#07192e;
	--ink-soft:#17304a;
	--paper:#f0efe7;
	--paper-light:#faf9f3;
	--line:#a9b0b4;
	--line-dark:#526070;
	--blue:#2450e8;
	--blue-dark:#1538ae;
	--orange:#f45124;
	--green:#a9ff68;
	--news-wash:#eef2ff;
	--analysis-wash:#f3f8e9;
	--white:#fff;
	--header-h:68px;
	--gutter:clamp(1.25rem,4vw,4.5rem);
	--display:"Barlow Condensed","Arial Narrow",sans-serif;
	--body:"Albert Sans",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.admin-bar .site-header{top:32px}
body.admin-bar{--header-h:100px}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input,select,textarea{font:inherit}
button{color:inherit}
p{margin:0 0 1rem}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:.94;letter-spacing:-.025em;margin:0;text-wrap:balance}
h1{font-size:clamp(3.6rem,8.4vw,7.7rem)}
h2{font-size:clamp(2.75rem,5.2vw,5rem)}
h3{font-size:clamp(1.45rem,2vw,2rem)}
::selection{background:var(--orange);color:var(--white)}
:focus-visible{outline:3px solid var(--orange);outline-offset:4px}

.skip-link{position:fixed;z-index:9999;left:1rem;top:-5rem;background:var(--white);color:var(--ink);padding:.8rem 1rem;font-weight:600}
.skip-link:focus{top:1rem}
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:68px;background:rgba(240,239,231,.96);border-bottom:1px solid var(--ink);backdrop-filter:saturate(130%)}
.site-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:0 var(--gutter)}
.wordmark{display:inline-grid;text-decoration:none;font-family:var(--display);font-weight:700;font-size:1.45rem;line-height:.71;letter-spacing:.005em;text-transform:uppercase}
.wordmark span:last-child{margin-left:.86rem;color:var(--blue)}
.site-nav{justify-self:center}
.site-nav__list{display:flex;align-items:center;gap:clamp(1.25rem,2.4vw,2.5rem);list-style:none;margin:0;padding:0}
.site-nav a{position:relative;text-decoration:none;font-size:.86rem;font-weight:600}
.site-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-.38rem;height:2px;background:var(--orange);transition:right .2s ease}
.site-nav a:hover::after,.site-nav .current-menu-item a::after{right:0}
.menu-toggle{display:none;border:0;background:transparent;padding:.5rem}
.menu-toggle svg{width:1.5rem;fill:none;stroke:currentColor;stroke-width:1.8}

.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:48px;padding:.75rem 1.05rem;border:1px solid var(--ink);background:var(--orange);color:var(--ink);font-weight:600;text-decoration:none;line-height:1.2;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);transition:background-color .18s ease,color .18s ease,transform .18s ease}
.button:hover{background:var(--white);transform:translateY(-2px)}
.button--header{min-height:40px;padding:.55rem .8rem;font-size:.82rem}
.button--header svg,.button svg{width:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8}
.button--large{min-height:58px;padding:1rem 1.25rem}
.button--light{background:var(--white)}
.button--light:hover{background:var(--green)}
.text-link{font-weight:600;text-decoration:none;border-bottom:2px solid currentColor;padding-bottom:.15rem}
.text-link:hover{color:var(--blue)}
.text-link--light{color:var(--white)}

main{padding-top:68px;overflow:hidden}
.production-hero{position:relative;min-height:calc(100vh - 68px);min-height:calc(100svh - 68px);background:var(--paper);border-bottom:1px solid var(--ink);isolation:isolate}
.production-hero__plate{position:absolute;z-index:4;left:var(--gutter);top:clamp(2.5rem,6vh,5rem);width:min(44rem,48vw);padding:clamp(1.5rem,3.4vw,3.75rem);background:var(--ink);color:var(--white);clip-path:polygon(0 0,93% 0,100% 11%,100% 100%,0 100%)}
.production-hero__plate::before{content:"";position:absolute;right:2rem;top:2rem;width:58px;height:1px;background:var(--orange);box-shadow:0 7px 0 var(--orange),0 14px 0 var(--orange)}
.production-hero__status{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;letter-spacing:.045em;margin-bottom:clamp(2.8rem,6vh,5rem)}
.production-hero__status span{width:.55rem;height:.55rem;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(169,255,104,.14)}
.production-hero h1{max-width:7ch;color:var(--white);font-size:clamp(4rem,8.2vw,7.5rem)}
.production-hero__summary{max-width:39rem;margin:2rem 0 2.25rem;font-size:clamp(1rem,1.4vw,1.22rem);line-height:1.55;color:#d4ddeb}
.production-hero__actions{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}
.production-hero__plate .button{border-color:var(--orange)}

.production-canvas{position:absolute;inset:0 0 0 31%;overflow:hidden;--mx:0;--my:0;transform:translate3d(calc(var(--mx) * 4px),calc(var(--my) * 4px),0)}
.production-canvas__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(7,25,46,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(7,25,46,.09) 1px,transparent 1px),linear-gradient(rgba(7,25,46,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,25,46,.025) 1px,transparent 1px);background-size:80px 80px,80px 80px,16px 16px,16px 16px;mask-image:linear-gradient(90deg,transparent 0,#000 22%)}
.production-canvas::before,.production-canvas::after{content:"";position:absolute;border:1px solid rgba(7,25,46,.32);pointer-events:none}
.production-canvas::before{width:13rem;height:13rem;right:-6.5rem;top:5rem;border-radius:50%}
.production-canvas::after{width:2.8rem;height:2.8rem;right:6rem;bottom:4.5rem;transform:rotate(45deg)}
.production-canvas__wires{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.production-canvas__wires path{fill:none;stroke:var(--blue);stroke-width:3;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;pathLength:1;transition:stroke .2s ease,opacity .2s ease}
.production-canvas.is-drawn .production-canvas__wires path{animation:wire-draw 1.25s cubic-bezier(.2,.75,.15,1) forwards}
.production-canvas__wires path:nth-child(2){animation-delay:.16s!important}.production-canvas__wires path:nth-child(3){animation-delay:.28s!important}.production-canvas__wires path:nth-child(4){animation-delay:.36s!important}.production-canvas__wires path:nth-child(5){animation-delay:.52s!important}.production-canvas__wires path:nth-child(6){animation-delay:.62s!important}
@keyframes wire-draw{to{stroke-dashoffset:0}}
.graph-node{position:absolute;z-index:2;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:.65rem;min-width:145px;padding:.85rem .95rem;border:1px solid var(--ink);background:var(--paper-light);color:var(--ink);text-align:left;text-decoration:none;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);box-shadow:none;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.graph-node:hover,.graph-node:focus-visible,.graph-node.is-active{background:var(--blue);color:var(--white);transform:translateY(-3px)}
.graph-node__port{position:absolute;left:-6px;top:50%;width:11px;height:11px;border-radius:50%;background:var(--orange);border:2px solid var(--paper)}
.graph-node__index{grid-row:1/3;font-family:var(--display);font-size:1rem;color:var(--orange)}
.graph-node strong{font-family:var(--display);font-size:1.25rem;line-height:1;text-transform:uppercase;letter-spacing:.02em}
.graph-node small{font-size:.66rem;line-height:1.3;opacity:.76;white-space:nowrap}
.graph-node--brief{left:6%;top:13%}.graph-node--prototype{left:29%;top:30%}.graph-node--systems{left:59%;top:48%}.graph-node--art{left:54%;top:70%}.graph-node--qa{right:3%;top:28%}.graph-node--release{right:-1.5%;top:60%;background:var(--orange)}
.graph-readout{position:absolute;z-index:3;right:4%;bottom:5%;width:min(22rem,32vw);padding:1.15rem 1.25rem;background:var(--ink);color:var(--white);box-shadow:inset 0 4px 0 var(--orange)}
.graph-readout span{display:block;color:var(--green);font-size:.75rem;font-weight:600;margin-bottom:.45rem}
.graph-readout p{margin:0;font-size:.82rem;line-height:1.5}
.production-canvas__note{position:absolute;z-index:2;right:2%;top:1.3rem;width:min(25rem,36vw);font-size:.7rem;line-height:1.4;text-align:right;color:var(--ink-soft)}

.signal-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink);background:var(--orange)}
.signal-strip p{display:flex;align-items:center;gap:1rem;margin:0;padding:1rem var(--gutter);font-size:.78rem;font-weight:600;border-right:1px solid var(--ink)}
.signal-strip p:last-child{border-right:0}.signal-strip span{font-family:var(--display);font-size:1.1rem}

.section{padding:clamp(5rem,10vw,10rem) var(--gutter)}
.section-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.65fr);gap:clamp(2rem,8vw,9rem);align-items:end;margin-bottom:clamp(3rem,6vw,6rem)}
.section-heading h2{max-width:12ch}.section-heading p{max-width:42rem;margin:0;font-size:1.05rem;color:var(--ink-soft)}
.section-heading--compact{margin-bottom:3rem}.section-heading--compact h2{max-width:10ch}
.section-heading--with-link{grid-template-columns:1fr auto}.section-heading--with-link>div{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.6fr);gap:5rem;align-items:end}

.section--services{background:var(--paper-light)}
.service-ledger{border-top:1px solid var(--ink)}
.service-ledger__row{display:grid;grid-template-columns:4.5rem minmax(15rem,.8fr) minmax(18rem,1fr) 2.5rem;align-items:center;gap:1.5rem;min-height:112px;padding:1rem .5rem;border-bottom:1px solid var(--ink);text-decoration:none;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.service-ledger__row:hover{background:var(--blue);color:var(--white);transform:translateX(.35rem)}
.service-ledger__number{font-family:var(--display);font-size:1.15rem;color:var(--orange)}
.service-ledger__row h3,.service-ledger__row h2{font-size:clamp(1.8rem,3vw,3.25rem)}
.service-ledger__row p{margin:0;max-width:38rem}.service-ledger__arrow{font-size:1.75rem;justify-self:end}
.service-ledger--expanded .service-ledger__row{grid-template-columns:5rem 1fr 2.5rem;min-height:150px}.service-ledger--expanded .service-ledger__row>div{display:grid;grid-template-columns:minmax(16rem,.7fr) minmax(18rem,1fr);gap:3rem;align-items:center}

.build-spine{display:grid;grid-template-columns:minmax(18rem,.67fr) minmax(0,1.15fr);gap:clamp(3rem,7vw,8rem);padding:clamp(4.5rem,7vw,7rem) var(--gutter);background:var(--ink);color:var(--white)}
.build-spine__intro{position:sticky;top:calc(var(--header-h) + 3rem);align-self:start}.build-spine__intro h2{max-width:9ch}.build-spine__intro p{max-width:32rem;margin-top:2rem;color:#c6d1df}
.build-spine__steps{position:relative;list-style:none;margin:0;padding:0 0 0 4rem}
.build-spine__steps::before{content:"";position:absolute;left:1rem;top:1rem;bottom:1rem;width:2px;background:var(--line-dark)}
.build-spine__steps li{position:relative;min-height:0;padding:1rem 0 clamp(4rem,7vh,6rem);opacity:.45;transition:opacity .35s ease}
.build-spine__steps li:last-child{padding-bottom:1rem}
.build-spine__steps li::before{content:"";position:absolute;left:-3.55rem;top:1.1rem;width:14px;height:14px;border-radius:50%;background:var(--ink);border:3px solid var(--line-dark);transition:background .25s ease,border-color .25s ease}
.build-spine__steps li.is-visible{opacity:1}.build-spine__steps li.is-visible::before{background:var(--orange);border-color:var(--orange)}
.build-spine__steps span{font-size:.75rem;color:var(--green);font-weight:600}.build-spine__steps h3{font-size:clamp(2.4rem,3.6vw,4.1rem);max-width:13ch;margin:.65rem 0 1.2rem}.build-spine__steps p{max-width:48rem;color:#c6d1df}

@media (min-width:1280px){
	.build-spine{grid-template-columns:minmax(18rem,.55fr) minmax(0,1.25fr);gap:clamp(3rem,6vw,7rem)}
	.build-spine__steps li{display:grid;grid-template-columns:minmax(15rem,.82fr) minmax(20rem,1.18fr);column-gap:clamp(2rem,4vw,5rem);align-items:start;padding-bottom:clamp(4rem,5vw,5.5rem)}
	.build-spine__steps li:last-child{padding-bottom:1rem}
	.build-spine__steps span{grid-column:1/-1}
	.build-spine__steps h3{grid-column:1;max-width:12ch;margin:.7rem 0 0}
	.build-spine__steps p{grid-column:2;max-width:50rem;margin:.7rem 0 0}
}

@media (min-width:100rem){
	.build-spine{grid-template-columns:minmax(28rem,.52fr) minmax(0,1.48fr);gap:clamp(3rem,4vw,5rem);padding-top:4.5rem;padding-bottom:4.5rem}
	.build-spine__steps li{grid-template-columns:minmax(22rem,.9fr) minmax(28rem,1.1fr);column-gap:clamp(2.5rem,3vw,4rem);padding-top:.75rem;padding-bottom:clamp(2.75rem,3vw,3.75rem)}
	.build-spine__steps li:last-child{padding-bottom:.75rem}
	.build-spine__steps h3{max-width:15ch;font-size:clamp(2.75rem,2.4vw,3.55rem)}
	.build-spine__steps p{max-width:56rem}
}

.engagement-section{padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--blue);color:var(--white)}
.engagement-section .section-heading p{color:#e6e9f7}
.engagement-matrix{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--white);border-bottom:1px solid var(--white)}
.engagement-matrix article{display:flex;flex-direction:column;min-height:360px;padding:2rem;border-right:1px solid var(--white)}
.engagement-matrix article:last-child{border:0}.engagement-matrix span{font-size:.72rem;font-weight:600;color:var(--green)}.engagement-matrix h3{margin:2.5rem 0 1.2rem;font-size:2.4rem}.engagement-matrix p{color:#e3e7f5}.engagement-matrix strong{margin-top:auto;font-size:.85rem;line-height:1.5;color:var(--green)}

.insight-section{padding:clamp(5rem,10vw,10rem) var(--gutter);background:var(--paper)}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ink);border:1px solid var(--ink)}
.insight-card{background:var(--paper-light);padding:1.25rem;min-height:480px;display:flex;flex-direction:column}
.insight-card__diagram{display:flex;align-items:center;height:210px;margin:-1.25rem -1.25rem 1.5rem;background:var(--ink);color:var(--orange);overflow:hidden}
.insight-card:nth-child(2) .insight-card__diagram{background:var(--blue);color:var(--green)}.insight-card:nth-child(3) .insight-card__diagram{background:var(--orange);color:var(--ink)}
.insight-card__diagram svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3}.insight-card__diagram circle{fill:currentColor;stroke:none}
.insight-card__meta,.article-meta{display:flex;gap:1rem;font-size:.7rem;font-weight:600;color:var(--ink-soft)}
.insight-card h3{margin:1.25rem 0;font-size:2rem;line-height:1.02}.insight-card h3 a{text-decoration:none}.insight-card h3 a:hover{color:var(--blue)}.insight-card>p{margin-top:auto;color:var(--ink-soft)}

.project-check{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem;padding:clamp(4rem,8vw,8rem) var(--gutter);background:var(--orange);border-top:1px solid var(--ink)}
.project-check h2{max-width:12ch}.project-check p{max-width:52rem;margin:1.5rem 0 0}.project-check--light{background:var(--paper-light)}

.site-footer{background:var(--ink);color:var(--white);padding:clamp(4rem,7vw,7rem) var(--gutter) 1.5rem}
.site-footer__lead{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding-bottom:4rem;border-bottom:1px solid var(--line-dark)}
.site-footer__lead>p{max-width:18ch;margin:0;font-family:var(--display);font-size:clamp(2.6rem,5vw,5rem);font-weight:700;line-height:.95}
.site-footer__grid{display:grid;grid-template-columns:minmax(18rem,2fr) repeat(3,minmax(9rem,1fr));gap:clamp(2rem,5vw,4rem);padding:4rem 0}.wordmark--footer{font-size:2rem}.site-footer__grid>div p{max-width:28rem;margin:2rem 0 1.25rem;color:#b9c6d6}.site-footer__nav-title{margin:0 0 1.25rem;color:var(--green);font-size:.67rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.site-footer__email{display:inline-block;font-family:var(--display);font-size:1.1rem;font-weight:600;text-underline-offset:.25em}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:.7rem}.site-footer a:not(.button):hover{color:var(--green)}
.site-footer__base{display:flex;justify-content:space-between;gap:2rem;padding-top:1.5rem;border-top:1px solid var(--line-dark);font-size:.75rem;color:#91a2b5}.site-footer__base p{margin:0}

.page-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(19rem,.6fr);gap:clamp(3rem,9vw,10rem);align-items:end;min-height:72vh;padding:clamp(5rem,10vw,10rem) var(--gutter) clamp(4rem,7vw,7rem);border-bottom:1px solid var(--ink);background-color:var(--paper);background-image:linear-gradient(rgba(7,25,46,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(7,25,46,.075) 1px,transparent 1px);background-size:80px 80px}
.page-hero h1{max-width:10ch}.page-hero>p{font-size:1.08rem;margin:0;max-width:38rem}.page-hero__code{font-size:.72rem!important;font-weight:600;letter-spacing:.055em;text-transform:uppercase;margin-bottom:2rem!important;color:var(--blue)}
.page-hero--services{background-color:var(--paper-light)}.page-hero--journal{background-color:var(--blue);color:var(--white)}.page-hero--journal .page-hero__code{color:var(--green)}.page-hero--studio{background-color:var(--orange)}.page-hero--studio .page-hero__code{color:var(--ink)}
.service-index{padding-top:7rem}
.editorial-band{display:grid;grid-template-columns:minmax(16rem,.65fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--orange)}.editorial-band h2{max-width:9ch}.editorial-band--ink{background:var(--ink);color:var(--white)}.editorial-band--ink .prose{color:#d3dce6}
.method-table{padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light)}
.method-table__row{display:grid;grid-template-columns:5rem minmax(12rem,.6fr) 1fr;gap:2rem;align-items:center;min-height:110px;border-top:1px solid var(--ink)}.method-table__row:last-child{border-bottom:1px solid var(--ink)}.method-table__row>span{font-family:var(--display);font-size:1.15rem;color:var(--orange)}.method-table__row h3{font-size:2rem}.method-table__row p{max-width:44rem;margin:0}

.breadcrumbs{display:flex;gap:.7rem;align-items:center;padding:calc(var(--header-h) / 2) var(--gutter) 0;font-size:.75rem;color:var(--ink-soft)}.breadcrumbs a:hover{color:var(--blue)}
.service-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(21rem,1fr);gap:clamp(3rem,9vw,10rem);align-items:start;min-height:72vh;padding:clamp(4rem,8vw,8rem) var(--gutter);border-bottom:1px solid var(--ink);background-image:linear-gradient(rgba(7,25,46,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(7,25,46,.075) 1px,transparent 1px);background-size:80px 80px}
.service-hero h1{max-width:12ch}.service-hero__problem{align-self:end;padding:2.25rem;background:var(--ink);color:var(--white);clip-path:polygon(0 0,95% 0,100% 10%,100% 100%,0 100%)}.service-hero__problem h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1}.service-hero__problem p{margin:2rem 0;color:#cbd6e1}
.service-body{display:grid;grid-template-columns:minmax(14rem,.45fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light)}.service-body__rail{align-self:start;border-top:5px solid var(--blue);padding-top:1rem}.service-body__rail p{font-size:.72rem;color:var(--blue);font-weight:600}.service-body__rail strong{display:block;font-family:var(--display);font-size:clamp(1.8rem,3vw,3rem);line-height:1}.service-body__prose h2{margin-bottom:2.5rem}
.prose{max-width:74ch;font-size:1.04rem}.prose p{margin:0 0 1.4rem}.prose h2{margin:3.5rem 0 1.4rem}.prose h3{margin:2.7rem 0 1rem}.prose h4{margin:2rem 0 .8rem;font-size:1.1rem}.prose ul,.prose ol{padding-left:1.4rem;margin:1.5rem 0}.prose li+li{margin-top:.65rem}.prose a{color:var(--blue);font-weight:600}.prose blockquote{margin:2.5rem 0;padding:1.5rem 2rem;border:1px solid var(--line);background:var(--paper)}.prose table{width:100%;border-collapse:collapse;margin:2.5rem 0;font-size:.93rem}.prose th,.prose td{text-align:left;vertical-align:top;padding:1rem;border:1px solid var(--line)}.prose th{background:var(--ink);color:var(--white)}
.output-board{display:grid;grid-template-columns:minmax(18rem,.6fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--blue);color:var(--white)}.output-board>div p{max-width:29rem;margin-top:1.5rem;color:#dce2f5}.output-board ol{list-style:none;margin:0;padding:0;border-top:1px solid var(--white)}.output-board li{display:grid;grid-template-columns:4rem 1fr;align-items:center;min-height:82px;border-bottom:1px solid var(--white);font-weight:600}.output-board li span{font-family:var(--display);font-size:1.1rem;color:var(--green)}
.fit-section{display:grid;grid-template-columns:minmax(18rem,.6fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter)}.fit-section>div p{max-width:34rem;margin-top:1.5rem}.fit-section ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--ink)}.fit-section li{position:relative;padding:1.3rem 1rem 1.3rem 3rem;border-bottom:1px solid var(--ink);font-weight:600}.fit-section li::before{content:"";position:absolute;left:.5rem;top:1.75rem;width:.7rem;height:.7rem;background:var(--orange);transform:rotate(45deg)}
.service-questions{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--ink);color:var(--white)}.service-questions>h2{grid-column:1/-1;max-width:12ch;margin-bottom:3rem}.service-questions>div{padding:2rem;border:1px solid var(--line-dark);margin:-1px 0 0 -1px}.service-questions h3{margin-bottom:1.25rem}.service-questions p{color:#c8d3df}
.service-scope,.service-evidence{display:grid;grid-template-columns:minmax(18rem,.6fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light)}.service-scope>div:first-child p,.service-evidence>div:first-child p{max-width:34rem;margin-top:1.5rem}.service-evidence{background:var(--orange)}
.service-section__intro{grid-column:1/-1;max-width:56rem;margin:-2.25rem 0 2.25rem;font-size:1.05rem;line-height:1.65;color:#c8d3df}
.service-capabilities>div{position:relative;min-height:230px;overflow:hidden;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.service-capabilities>div::after{content:"";position:absolute;right:-2.75rem;bottom:-2.75rem;width:6rem;height:6rem;border:1px solid rgba(169,255,104,.45);transform:rotate(45deg);transition:transform .25s ease}.service-capabilities>div:hover{z-index:1;border-color:var(--green);background:#0d2540;transform:translateY(-4px)}.service-capabilities>div:hover::after{transform:rotate(45deg) scale(1.15)}
.service-proposal .prose,.service-risks .prose{width:100%;max-width:86ch}.service-proposal .prose h3,.service-risks .prose h3{margin-top:0;padding-top:1.25rem;border-top:1px solid var(--line)}.service-proposal .prose p+h3,.service-risks .prose p+h3{margin-top:2.75rem}
.service-process{position:relative;overflow:hidden}.service-process::after{content:"";position:absolute;right:-9rem;top:4rem;width:20rem;height:20rem;border:1px solid rgba(7,25,46,.28);border-radius:50%;pointer-events:none}.service-process .prose{position:relative;max-width:82ch;padding-left:3.2rem}.service-process .prose::before{content:"";position:absolute;left:.75rem;top:.25rem;bottom:1rem;width:1px;background:rgba(7,25,46,.55)}.service-process .page-hero__code{position:relative;margin:2.4rem 0 .45rem!important;color:var(--ink)}.service-process .page-hero__code:first-child{margin-top:0!important}.service-process .page-hero__code::before{content:"";position:absolute;left:-2.8rem;top:.15rem;width:.75rem;height:.75rem;background:var(--green);border:1px solid var(--ink);transform:rotate(45deg)}.service-process .prose h3{margin:.2rem 0 .8rem}
.service-risks{background:var(--news-wash)}
.service-faq__item h3{font-size:clamp(1.65rem,2.4vw,2.3rem)}
.service-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;align-self:start;border:1px solid var(--ink);background:var(--ink)}.service-related__grid article{display:flex;min-width:0;min-height:245px;flex-direction:column;padding:1.5rem;background:var(--paper);transition:background-color .2s ease,transform .2s ease}.service-related__grid article:hover{position:relative;z-index:1;background:var(--green);transform:translateY(-4px)}.service-related__grid h3{font-size:clamp(1.55rem,2.1vw,2rem)}.service-related__grid h3 a{text-decoration:none}.service-related__grid p{margin:auto 0 0;padding-top:1.5rem;color:var(--ink-soft);font-size:.88rem;line-height:1.6}

.studio-manifesto{padding:clamp(5rem,9vw,9rem) var(--gutter)}.studio-manifesto>div{display:grid;grid-template-columns:5rem minmax(18rem,.65fr) minmax(18rem,1fr);gap:2rem;align-items:start;padding:3.5rem 0;border-top:1px solid var(--ink)}.studio-manifesto>div:last-child{border-bottom:1px solid var(--ink)}.studio-manifesto span{font-family:var(--display);color:var(--orange);font-size:1.2rem}.studio-manifesto p{max-width:45rem}
.studio-facts{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(20rem,.7fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light)}.studio-facts>div p{max-width:47rem;margin-top:2rem}.studio-facts aside{border-top:5px solid var(--orange);padding-top:1.25rem}.studio-facts aside h3{margin-bottom:1.5rem}.studio-facts ul{padding-left:1.1rem}.studio-facts li+li{margin-top:.65rem}

.contact-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(19rem,.55fr);gap:clamp(3rem,9vw,10rem);align-items:end;padding:clamp(6rem,11vw,11rem) var(--gutter) clamp(4rem,7vw,7rem);background:var(--blue);color:var(--white)}.contact-hero .page-hero__code{color:var(--green)}.contact-hero h1{max-width:9ch}.contact-hero__direct{padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.55)}.contact-hero__direct .contact-hero__label{margin:0 0 .7rem;color:var(--green);font-size:.66rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.contact-hero__direct>a{display:inline-block;color:var(--white);font-family:var(--display);font-size:clamp(1.6rem,2.6vw,2.55rem);font-weight:700;line-height:1;text-decoration-thickness:.08em;text-underline-offset:.2em;overflow-wrap:anywhere}.contact-hero__direct>p:last-child{max-width:34rem;margin:1.25rem 0 0;color:#dbe1f4}
.contact-layout{display:grid;grid-template-columns:minmax(18rem,.65fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light)}.contact-guide{align-self:start;position:sticky;top:calc(var(--header-h) + 2rem)}.contact-guide h2{font-size:clamp(2.5rem,4vw,4rem);max-width:10ch}.contact-guide ol{list-style:none;margin:2.5rem 0;padding:0;border-top:1px solid var(--ink)}.contact-guide li{display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--ink)}.contact-guide li>span{font-family:var(--display);color:var(--orange)}.contact-guide strong{font-family:var(--display);font-size:1.3rem}.contact-guide li p{font-size:.85rem;margin:.25rem 0 0}.contact-guide__notice{font-size:.78rem;padding:1rem;border:1px solid var(--line)}
.contact-form-wrap{max-width:52rem}.form-notice{padding:1.25rem;border:2px solid var(--ink);margin-bottom:2rem}.form-notice--success{background:var(--green)}.form-notice--error{background:#ffcec1}.form-notice p{margin:.25rem 0 0}.project-form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.field-row{display:flex;flex-direction:column;gap:.5rem}.field-row:nth-of-type(4),.field-row:nth-of-type(5){grid-column:1/-1}.field-row label{font-weight:600;font-size:.85rem}.field-row input,.field-row select,.field-row textarea{width:100%;border:1px solid var(--ink);border-radius:0;background:var(--white);padding:.9rem 1rem;color:var(--ink)}.field-row textarea{resize:vertical;min-height:190px}.field-row small{color:var(--ink-soft)}.consent{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;font-size:.83rem}.consent input{width:1.2rem;height:1.2rem}.project-form>.button{grid-column:1/-1;justify-self:start}.form-honeypot{position:absolute;left:-9999px}

.journal-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr);gap:clamp(3rem,7vw,7rem);padding:clamp(5rem,9vw,9rem) var(--gutter)}.lead-article__visual{display:flex;height:min(38vw,500px);background:var(--ink);color:var(--orange);margin-bottom:2rem}.lead-article__visual svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3}.lead-article__visual circle{fill:currentColor;stroke:none}.lead-article h2{font-size:clamp(2.8rem,5vw,5rem);margin:1rem 0}.lead-article h2 a,.journal-list h2 a{text-decoration:none}.lead-article>p{font-size:1.08rem;max-width:55rem}.journal-list{border-top:1px solid var(--ink)}.journal-list article{padding:2rem 0;border-bottom:1px solid var(--ink)}.journal-list h2{font-size:2.4rem;margin:.7rem 0}.journal-list p{color:var(--ink-soft)}
.article-shell{padding:3rem var(--gutter) clamp(5rem,9vw,9rem)}.article-header{max-width:70rem;margin:0 auto;padding:4rem 0}.article-header h1{font-size:clamp(3.6rem,7vw,7rem);margin:1.5rem 0;max-width:13ch}.article-header>p{font-size:clamp(1.1rem,1.7vw,1.35rem);max-width:52rem}.article-header__author{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--ink);font-size:.83rem;display:flex;gap:.6rem}.article-visual{height:min(40vw,500px);background:var(--ink);color:var(--orange);margin:0 auto 5rem;max-width:90rem}.article-visual svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3}.article-visual circle{fill:currentColor;stroke:none}.article-content{margin:0 auto}.article-content>p:first-child{font-size:1.18rem;font-weight:500}.article-footer{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;max-width:74ch;margin:5rem auto 0;padding:2rem 0;border-top:3px solid var(--ink);border-bottom:1px solid var(--ink)}.article-footer p{margin:0}.post-navigation{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--ink);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.post-navigation>div{background:var(--paper-light);padding:2rem var(--gutter)}.post-navigation>div:last-child{text-align:right}.post-navigation span{display:block;font-size:.7rem;color:var(--blue);margin-bottom:.5rem}.post-navigation a{font-family:var(--display);font-size:1.5rem;font-weight:700;text-decoration:none}

.standard-page{display:grid;grid-template-columns:minmax(16rem,.5fr) minmax(0,1fr);gap:clamp(3rem,10vw,11rem);padding:clamp(4rem,8vw,8rem) var(--gutter)}.standard-page header h1{font-size:clamp(3.5rem,7vw,7rem)}.standard-page .prose{width:100%;max-width:72ch;font-size:1.06rem;line-height:1.72}.standard-page .policy-meta{margin:0 0 2.5rem;padding:.85rem 1rem;border:1px solid var(--line);box-shadow:inset 0 3px var(--orange);background:var(--paper);font-size:.78rem}.archive-shell{padding:clamp(5rem,10vw,10rem) var(--gutter)}.archive-shell>header{margin-bottom:4rem}.archive-list{border-top:1px solid var(--ink)}.archive-list article{padding:2rem 0;border-bottom:1px solid var(--ink)}.archive-list h2{margin:.7rem 0;font-size:2.6rem}.archive-list h2 a{text-decoration:none}.archive-list h2 a:hover{color:var(--blue)}.empty-state{padding:4rem;border:1px solid var(--ink)}
.search-form{max-width:38rem}.search-form label{display:block;font-weight:600;margin-bottom:.6rem}.search-form>div{display:flex}.search-form input{flex:1;min-width:0;border:1px solid var(--ink);padding:.8rem 1rem}.search-form .button{clip-path:none}.error-page{min-height:calc(100vh - 68px);display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.6fr);gap:5rem;align-items:center;padding:5rem var(--gutter);background:var(--paper-light)}.error-page h1{max-width:9ch}.error-page>div>p:not(.page-hero__code){max-width:40rem;font-size:1.1rem}.error-page svg{fill:none;stroke:var(--blue);stroke-width:3}.error-page svg circle{fill:var(--orange);stroke:none}.error-page__actions{display:flex;align-items:end;gap:2rem;margin-top:2rem}.error-page .search-form{max-width:24rem}

.pagination,.nav-links{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem}.page-numbers{display:grid;place-items:center;min-width:2.6rem;height:2.6rem;border:1px solid var(--ink);text-decoration:none}.page-numbers.current,.page-numbers:hover{background:var(--blue);color:var(--white)}

@media (max-width:1080px){
	.site-header__inner{gap:1rem}.site-nav__list{gap:1.2rem}.production-hero__plate{width:min(42rem,57vw)}.production-canvas{left:25%}.graph-node--brief{left:4%}.graph-node--prototype{left:39%}.graph-node--systems{left:62%}.graph-node--art{left:60%}.graph-node--qa{right:0}.graph-readout{width:33vw}
	.section-heading{gap:3rem}.service-ledger__row{grid-template-columns:3rem minmax(14rem,.8fr) minmax(15rem,1fr) 2rem}.service-ledger--expanded .service-ledger__row>div{gap:1.5rem}
	.service-related__grid{grid-template-columns:1fr}
}

@media (max-width:820px){
	:root{--header-h:62px}.site-header{height:62px}.site-header__inner{grid-template-columns:auto auto 1fr}.menu-toggle{display:flex;align-items:center;gap:.5rem;justify-self:end}.menu-toggle__label{font-size:.8rem;font-weight:600}.site-nav{display:none;position:absolute;top:61px;left:0;right:0;background:var(--paper-light);border-bottom:1px solid var(--ink);padding:1rem var(--gutter)}.site-nav.is-open{display:block}.site-nav__list{display:grid;gap:0}.site-nav li{border-bottom:1px solid var(--line)}.site-nav li:last-child{border:0}.site-nav a{display:block;padding:.85rem 0;font-size:1rem}.button--header{justify-self:start;grid-column:2;margin-left:auto}.menu-toggle{grid-column:3}
	main{padding-top:62px}.production-hero{display:flex;flex-direction:column;min-height:auto}.production-hero__plate{position:relative;left:auto;top:auto;width:auto;margin:1rem;padding:2rem;clip-path:polygon(0 0,94% 0,100% 7%,100% 100%,0 100%)}.production-hero__status{margin-bottom:3rem}.production-hero h1{font-size:clamp(4rem,15vw,6.2rem)}.production-canvas{position:relative;inset:auto;height:680px;transform:none;margin-top:-1rem}.production-canvas__grid{mask-image:none}.graph-node--brief{left:8%;top:10%}.graph-node--prototype{left:38%;top:26%}.graph-node--systems{left:8%;top:45%}.graph-node--art{left:51%;top:50%}.graph-node--qa{right:6%;top:69%}.graph-node--release{right:5%;top:84%}.graph-readout{left:6%;right:auto;bottom:4%;width:48vw}.production-canvas__note{top:1rem;right:5%;width:47vw}.production-canvas__wires{display:none}
	.signal-strip{grid-template-columns:1fr}.signal-strip p{border-right:0;border-bottom:1px solid var(--ink)}.signal-strip p:last-child{border:0}
	.section-heading,.page-hero,.contact-hero,.service-hero,.editorial-band,.service-body,.output-board,.fit-section,.contact-layout,.journal-layout,.standard-page,.studio-facts,.project-check,.service-scope,.service-evidence{grid-template-columns:1fr}.section-heading--with-link{grid-template-columns:1fr}.section-heading--with-link>div{grid-template-columns:1fr;gap:1.5rem}.section-heading h2{max-width:14ch}
	.service-ledger__row{grid-template-columns:3rem 1fr 2rem}.service-ledger__row>p{display:none}.service-ledger--expanded .service-ledger__row>div{grid-template-columns:1fr;gap:.6rem}.service-ledger--expanded .service-ledger__row{grid-template-columns:3rem 1fr 2rem}
	.build-spine{grid-template-columns:1fr}.build-spine__intro{position:static}.build-spine__steps li{min-height:auto;padding-bottom:6rem}.build-spine__steps li:last-child{padding-bottom:1rem}
	.engagement-matrix,.insight-grid{grid-template-columns:1fr}.engagement-matrix article{min-height:280px;border-right:0;border-bottom:1px solid var(--white)}.engagement-matrix article:last-child{border-bottom:0}
	.project-check .button{justify-self:start}.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__grid>div{grid-column:1/-1}.page-hero{min-height:auto}.page-hero h1{max-width:12ch}.service-hero{min-height:auto}.service-body__rail{max-width:35rem}.output-board,.fit-section{gap:3rem}.studio-manifesto>div{grid-template-columns:3rem 1fr}.studio-manifesto p{grid-column:2}.contact-guide{position:static}.journal-layout{gap:5rem}.article-footer{grid-template-columns:1fr}.error-page{grid-template-columns:1fr}.error-page svg{max-width:26rem}.error-page__actions{align-items:start;flex-direction:column}.service-questions{grid-template-columns:1fr}.project-form{grid-template-columns:1fr}.field-row:nth-of-type(4),.field-row:nth-of-type(5),.consent,.project-form>.button{grid-column:auto}
	.service-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-process .prose{max-width:none}
}

@media (max-width:540px){
	:root{--gutter:1.15rem}.site-header__inner{grid-template-columns:auto 1fr auto}.button--header{display:none}.menu-toggle{grid-column:auto}.production-hero__plate{margin:.7rem;padding:1.5rem}.production-hero__plate::before{right:1.2rem;top:1.2rem}.production-hero__status{max-width:13rem;margin-bottom:2.6rem}.production-hero__summary{font-size:1rem}.production-canvas{height:720px}.graph-node{min-width:138px}.graph-node--brief{left:4%;top:9%}.graph-node--prototype{left:40%;top:24%}.graph-node--systems{left:5%;top:41%}.graph-node--art{left:42%;top:55%}.graph-node--qa{right:4%;top:70%}.graph-node--release{right:3%;top:83%}.production-canvas__note{left:5%;right:auto;width:80%;text-align:left}.graph-readout{left:4%;bottom:4%;width:56vw;padding:.8rem}.graph-readout p{font-size:.72rem}.service-ledger__row{grid-template-columns:2.5rem 1fr 1.5rem;gap:.65rem}.service-ledger__row h3,.service-ledger__row h2{font-size:1.65rem}.build-spine__steps{padding-left:3rem}.build-spine__steps li::before{left:-2.55rem}.service-questions{padding-left:0;padding-right:0}.service-questions>h2,.service-section__intro{padding-left:var(--gutter);padding-right:var(--gutter)}.service-section__intro{margin-top:-2rem}.service-related__grid{grid-template-columns:1fr}.service-process .prose{padding-left:2.65rem}.site-footer__lead{grid-template-columns:1fr}.site-footer__lead .button{justify-self:start}.site-footer__grid{grid-template-columns:1fr}.site-footer__grid>div{grid-column:auto}.site-footer__base{flex-direction:column}.studio-manifesto>div{grid-template-columns:2.2rem 1fr}.post-navigation{grid-template-columns:1fr}.post-navigation>div:last-child{text-align:left}.article-shell{padding-left:var(--gutter);padding-right:var(--gutter)}.article-visual{height:260px;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1)}
}

@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.production-canvas__wires path{stroke-dashoffset:0!important}.production-canvas{transform:none!important}.build-spine__steps li{opacity:1!important}
}

@media print{.site-header,.site-footer,.project-check,.button{display:none!important}main{padding:0}.production-hero__plate{position:static;width:auto;background:#fff;color:#000;clip-path:none}.production-canvas{display:none}.prose{max-width:none}a{color:#000}}

/* Production canvas v2 — physical devkit direction. */
@font-face{font-family:"Barlow Condensed";src:url("../fonts/barlow-condensed-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url("../fonts/barlow-condensed-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
:root{--display:"Barlow Condensed","Arial Narrow",sans-serif}
h1{font-size:clamp(3.4rem,7vw,6rem)}
.article-header h1{font-size:clamp(3.4rem,6.5vw,6rem)}
.site-header{background:var(--ink);color:var(--white);border-bottom-color:#30435a;backdrop-filter:none}
.wordmark{display:flex;gap:.38rem;font-family:var(--display);font-size:1.2rem;line-height:1;letter-spacing:.02em}
.wordmark span:last-child{margin-left:0;color:inherit}
.site-nav a{color:var(--white);text-transform:uppercase;font-size:.72rem;letter-spacing:.045em}
.button--header{border-color:var(--orange)}
.production-hero{min-height:760px;height:calc(100svh - 68px);max-height:850px;background-color:#f1f0e9;background-image:radial-gradient(circle at center,rgba(7,25,46,.18) 1px,transparent 1.25px),linear-gradient(rgba(36,80,232,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(36,80,232,.08) 1px,transparent 1px);background-size:16px 16px,80px 80px,80px 80px}
.production-hero__plate{left:3.25%;top:5.5%;width:min(29rem,31vw);padding:clamp(1.8rem,3vw,3rem);clip-path:polygon(4% 0,96% 0,100% 4%,100% 96%,96% 100%,4% 100%,0 96%,0 4%);filter:drop-shadow(0 12px 14px rgba(7,25,46,.16))}
.production-hero__plate::before{right:1.5rem;top:1.5rem;width:34px;box-shadow:0 6px 0 var(--orange),0 12px 0 var(--orange)}
.production-hero__status{display:block;margin:0 0 clamp(2.2rem,5vh,4rem);color:var(--orange);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.production-hero__status::after{content:" — —";color:#77889b}
.production-hero h1{font-size:clamp(3.1rem,4vw,4rem);max-width:11.5ch;line-height:.98;letter-spacing:-.045em}
.production-hero__summary{font-size:.93rem;line-height:1.55;margin:1.5rem 0 1.6rem;max-width:31rem}
.production-hero__actions{display:block}.production-hero__actions .button{min-width:13rem;justify-content:space-between}
.production-canvas{inset:0;transform:translate3d(calc(var(--mx) * 2px),calc(var(--my) * 2px),0);overflow:visible}
.production-canvas__grid{display:none}
.production-canvas::before{width:10rem;height:10rem;right:-5rem;top:4rem}.production-canvas::after{display:none}
.production-canvas__wires{z-index:1}
.production-canvas__wires path{stroke:#31465e;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;opacity:.74;filter:drop-shadow(0 2px 0 rgba(255,255,255,.9));transition:stroke .2s ease,opacity .2s ease}
.production-canvas__wires path.is-route-active{stroke:var(--blue);stroke-width:9;opacity:1}
.production-canvas__wires path.wire-drop{stroke:#31465e;opacity:.55}
.production-canvas__wires--mobile{display:none}
.graph-node{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;column-gap:.55rem;width:clamp(9rem,11vw,10.5rem);min-width:0;min-height:clamp(10.8rem,14vw,12.5rem);padding:1rem 1rem .85rem;border:1px solid #647181;background-color:#f7f6f0;background-image:radial-gradient(circle at 9px 9px,#526070 0 2px,#d9ddd9 2.5px 4px,transparent 4.5px),radial-gradient(circle at calc(100% - 9px) 9px,#526070 0 2px,#d9ddd9 2.5px 4px,transparent 4.5px),radial-gradient(circle at 9px calc(100% - 9px),#526070 0 2px,#d9ddd9 2.5px 4px,transparent 4.5px),radial-gradient(circle at calc(100% - 9px) calc(100% - 9px),#526070 0 2px,#d9ddd9 2.5px 4px,transparent 4.5px),linear-gradient(145deg,#fff 0,#eeede7 100%);clip-path:polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);box-shadow:0 1px 0 #fff inset,0 5px 0 #c6cbc9,0 10px 18px rgba(7,25,46,.2);transform-style:preserve-3d;--rx:0deg;--ry:0deg;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.graph-node:hover,.graph-node:focus-visible,.graph-node.is-active{background-color:#fff;color:var(--ink);transform:perspective(750px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-4px);box-shadow:0 1px 0 #fff inset,0 5px 0 #c6cbc9,0 13px 24px rgba(7,25,46,.25),0 0 0 3px var(--orange)}
.graph-node__index{grid-row:auto;font-size:.75rem;align-self:center;color:var(--orange)}
.graph-node strong{font-size:clamp(.78rem,1vw,.95rem);align-self:center}
.graph-node__diagram{grid-column:1/-1;width:70%;height:auto;align-self:center;justify-self:center;fill:none;stroke:var(--blue);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.graph-node small{grid-column:1/-1;align-self:end;padding-top:.55rem;border-top:1px solid #b7bec2;font-size:.58rem;white-space:normal;line-height:1.25;color:#49596a}
.graph-node__port{position:absolute;z-index:3;top:50%;width:13px;height:30px;margin-top:-15px;border:1px solid var(--ink);border-radius:2px;background:repeating-linear-gradient(0deg,#263a50 0 3px,#768697 3px 5px);box-shadow:0 0 0 2px #d8dcd9}
.graph-node__port--in{left:-9px}.graph-node__port--out{left:auto;right:-9px}
.graph-node--brief{left:7%;top:64%}.graph-node--prototype{left:29%;top:58%}.graph-node--systems{left:47%;top:40%}.graph-node--art{left:65%;top:27%;border-color:var(--orange)}.graph-node--qa{left:81%;top:15%}.graph-node--release{left:auto;right:1%;top:3%;background-color:#f7f6f0}
.graph-node--release:hover,.graph-node--release:focus-visible,.graph-node--release.is-active{background-color:var(--orange)}
.graph-readout{right:auto;left:64%;bottom:4%;width:min(20rem,24vw);min-height:125px;padding:1rem 1.2rem;clip-path:polygon(7px 0,calc(100% - 7px) 0,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0 calc(100% - 7px),0 7px);box-shadow:inset 0 3px 0 var(--orange),0 5px 0 #c6cbc9,0 10px 18px rgba(7,25,46,.17)}
.production-canvas__note{right:2%;top:auto;bottom:2%;width:min(22rem,25vw);text-align:right;font-size:.62rem}
.signal-strip{position:relative;min-height:98px;background:var(--paper-light);border-bottom:1px solid var(--ink);overflow:visible}
.signal-strip p{position:relative;z-index:2;background:rgba(250,249,243,.94);padding-top:1.5rem;padding-bottom:1.5rem}
.signal-strip__cable{position:absolute;z-index:1;left:auto;right:1.5rem;top:-1px;bottom:-3rem;width:8px;background:#31465e;box-shadow:inset 2px 0 #738295,inset -2px 0 #172b42}
.signal-strip__cable::after{content:"";position:absolute;left:-9px;bottom:-9px;width:26px;height:22px;border:2px solid var(--ink);background:repeating-linear-gradient(90deg,#263a50 0 4px,#8593a2 4px 7px)}
.insight-card__diagram{position:relative;background-color:#f5f1e5!important;color:var(--blue)!important;background-image:radial-gradient(circle,rgba(36,80,232,.24) 0 1px,transparent 1.25px),linear-gradient(rgba(36,80,232,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(36,80,232,.12) 1px,transparent 1px);background-size:12px 12px,48px 48px,48px 48px}
.insight-card__diagram::after{content:"PRODUCTION NOTE / REV A";position:absolute;right:.8rem;bottom:.55rem;font-size:.55rem;font-weight:600;color:var(--ink)}
.insight-card__diagram svg{width:88%;height:84%;margin:auto;stroke-width:1.6}
.insight-card__diagram circle{fill:var(--paper-light);stroke:currentColor;stroke-width:1.6}
.section--services{position:relative;overflow:visible}.section--services>.section-heading,.section--services>.service-ledger{position:relative;z-index:2}.service-cable{position:absolute;z-index:1;right:1.5rem;top:0;bottom:0;width:8px;background:#31465e;box-shadow:inset 2px 0 #738295,inset -2px 0 #172b42;pointer-events:none}.service-cable::before,.service-cable::after{content:"";position:absolute;left:-9px;width:26px;height:22px;border:2px solid var(--ink);background:repeating-linear-gradient(90deg,#263a50 0 4px,#8593a2 4px 7px)}.service-cable::before{top:22%}.service-cable::after{bottom:14%}
.build-spine{position:relative;overflow:hidden}.build-spine__intro,.build-spine__steps{position:relative;z-index:2}.build-spine__cable-in{position:absolute;z-index:1;left:0;right:0;top:0;width:100%;height:180px;overflow:visible;pointer-events:none}.build-spine__cable-in path{fill:none;stroke:#617186;stroke-width:8;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 0 #172b42)}
.build-spine__steps::before{width:8px;background:#31465e;box-shadow:inset 2px 0 #738295,inset -2px 0 #172b42}
.build-spine__steps::after{content:"";position:absolute;left:calc(1rem + 3px);top:1rem;bottom:1rem;width:2px;background:var(--orange);transform:scaleY(var(--spine-progress,.05));transform-origin:top;transition:transform .45s ease}

@media (max-width:1080px) and (min-width:821px){
	.production-hero__plate{width:34vw}.production-hero h1{font-size:clamp(2.9rem,5vw,4.8rem)}.graph-node{width:9rem;min-height:10.4rem}.graph-node--brief{left:5%;top:66%}.graph-node--prototype{left:27%;top:59%}.graph-node--systems{left:45%;top:40%}.graph-node--art{left:63%;top:27%}.graph-node--qa{left:79%;top:15%}.graph-readout{left:62%}
}

@media (max-width:820px){
	.site-header{background:var(--ink);color:var(--white)}.menu-toggle{color:var(--white)}.site-nav{background:var(--paper-light);color:var(--ink);border-bottom-color:var(--ink)}.site-nav a{color:var(--ink)}.wordmark{font-size:1.05rem}
	.production-hero{height:auto;min-height:0;max-height:none;background-size:12px 12px,64px 64px,64px 64px}
	.production-hero__plate{position:relative;left:auto;top:auto;width:auto;max-width:none;margin:.8rem;padding:1.5rem 1.5rem 1.65rem;min-height:390px;clip-path:polygon(3% 0,97% 0,100% 4%,100% 96%,97% 100%,3% 100%,0 96%,0 4%)}
	.production-hero__status{margin-bottom:2.2rem}.production-hero h1{font-size:clamp(3rem,13vw,4.4rem);max-width:8ch}.production-hero__summary{margin:1.2rem 0 1.35rem;font-size:.86rem;max-width:29rem}.production-hero__actions .button{min-width:12rem}
	.production-canvas{position:relative;inset:auto;height:1400px;margin:0;overflow:hidden}.production-canvas__wires--desktop{display:none}.production-canvas__wires--mobile{display:block}.production-canvas__wires path{stroke-width:6}.production-canvas__wires path.is-route-active{stroke-width:8}
	.graph-node{width:9.2rem;min-height:10.4rem}.graph-node--brief{left:8%;top:8%}.graph-node--prototype{left:auto;right:7%;top:22%}.graph-node--systems{left:7%;top:36%}.graph-node--art{left:auto;right:7%;top:50%}.graph-node--qa{left:7%;top:64%}.graph-node--release{left:auto;right:7%;top:78%}
	.graph-readout{left:5%;right:5%;bottom:1.2rem;width:auto;min-height:104px}.production-canvas__note{left:5%;right:5%;top:1rem;bottom:auto;width:auto;text-align:left}
	.signal-strip__cable,.service-cable{right:1rem}.build-spine__cable-in path{stroke-width:7}
}

@media (max-width:540px){
	.production-hero__plate{min-height:0}.production-hero h1{font-size:clamp(2.9rem,13vw,4rem)}.production-canvas{height:1320px}.graph-node{width:8.7rem;min-height:9.8rem;padding:.85rem}.graph-node--brief{left:6%;top:8%}.graph-node--prototype{right:5%;top:22%}.graph-node--systems{left:5%;top:36%}.graph-node--art{right:5%;top:50%}.graph-node--qa{left:5%;top:64%}.graph-node--release{right:5%;top:78%}.graph-readout{bottom:1rem}.signal-strip{grid-template-columns:1fr}.signal-strip__cable,.service-cable{right:.65rem}
}

@media (prefers-reduced-motion:reduce){.graph-node,.graph-node:hover,.graph-node:focus-visible,.graph-node.is-active{transform:none!important}.production-canvas__wires path{stroke-dashoffset:0!important}}

/* Editorial photography — documentary warmth inside the production-bench system. */
.site-nav a[aria-current="page"]::after,.site-nav a[aria-current="location"]::after{right:0}
.editorial-photo{position:relative;margin:0;overflow:hidden;border:1px solid var(--ink);background:var(--ink);isolation:isolate}
.editorial-photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.86) contrast(1.04);transform:scale(1);transition:filter .55s ease}
.editorial-photo:hover img{filter:saturate(1) contrast(1.02)}
.editorial-photo figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:1.5rem;padding:.72rem .9rem;background:rgba(7,25,46,.96);color:var(--white);font-size:.72rem;line-height:1.35}
.editorial-photo figcaption span:first-child{color:var(--green);font-weight:600;letter-spacing:.035em;text-transform:uppercase}
.editorial-photo::before{content:"";position:absolute;z-index:2;inset:.75rem;border:1px solid rgba(255,255,255,.4);clip-path:polygon(0 0,2.25rem 0,2.25rem 1px,1px 1px,1px 2.25rem,0 2.25rem,0 0,100% 0,100% 2.25rem,calc(100% - 1px) 2.25rem,calc(100% - 1px) 1px,calc(100% - 2.25rem) 1px,calc(100% - 2.25rem) 0,100% 0,100% 100%,calc(100% - 2.25rem) 100%,calc(100% - 2.25rem) calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) calc(100% - 2.25rem),100% calc(100% - 2.25rem),100% 100%,0 100%,0 calc(100% - 2.25rem),1px calc(100% - 2.25rem),1px calc(100% - 1px),2.25rem calc(100% - 1px),2.25rem 100%,0 100%);pointer-events:none}
.editorial-photo::after{content:"";position:absolute;z-index:3;inset:0;background:var(--orange);transform:scaleX(0);transform-origin:right;pointer-events:none}
.editorial-photo.is-revealing::after{animation:editorial-shutter .78s cubic-bezier(.16,1,.3,1) both}
.editorial-photo.is-revealing img{animation:editorial-focus .9s cubic-bezier(.16,1,.3,1) both}
@keyframes editorial-shutter{0%{transform:scaleX(1);transform-origin:left}46%{transform:scaleX(1);transform-origin:right}100%{transform:scaleX(0);transform-origin:right}}
@keyframes editorial-focus{0%{transform:scale(1.035)}100%{transform:scale(1)}}

.studio-observation{display:grid;grid-template-columns:minmax(18rem,.52fr) minmax(0,1.48fr);gap:clamp(3rem,7vw,7rem);align-items:end;padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--paper-light);border-bottom:1px solid var(--ink)}
.studio-observation__copy{padding-bottom:1rem}
.studio-observation__copy h2{max-width:8ch}
.studio-observation__copy p{max-width:34rem;margin:1.8rem 0 2rem;color:var(--ink-soft)}
.studio-observation__media{height:min(48vw,680px);min-height:430px;clip-path:polygon(0 0,96% 0,100% 7%,100% 100%,0 100%)}
.studio-observation__media img{object-position:center 53%}

.studio-photo-ledger{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(20rem,.62fr);gap:clamp(3rem,7vw,7rem);align-items:center;padding:clamp(5rem,9vw,9rem) var(--gutter);background:var(--ink);color:var(--white)}
.studio-photo-ledger__media{height:min(48vw,660px);min-height:430px;clip-path:polygon(0 0,96% 0,100% 7%,100% 100%,0 100%)}
.studio-photo-ledger__copy h2{max-width:10ch}
.studio-photo-ledger__copy p{max-width:35rem;margin:1.8rem 0 0;color:var(--white)}
.studio-photo-ledger__copy p:last-child{padding-top:1.5rem;border-top:1px solid var(--line-dark);font-size:.72rem;color:var(--green)}

.journal-hero{display:grid;grid-template-columns:minmax(24rem,.84fr) minmax(0,1.16fr);min-height:calc(100svh - 68px);background:var(--blue);color:var(--white);border-bottom:1px solid var(--ink)}
.journal-hero__copy{align-self:end;padding:clamp(4rem,8vw,8rem) clamp(2rem,5vw,5rem) clamp(4rem,7vw,7rem) var(--gutter)}
.journal-hero__copy h1{max-width:10ch;font-size:clamp(3.4rem,5.8vw,6rem)}
.journal-hero__copy p{max-width:40rem;margin:2rem 0 0;font-size:1rem;color:var(--white)}
.journal-hero__jump{display:inline-block;margin-top:1.35rem;color:var(--white);font-weight:600;text-decoration:none;border-bottom:2px solid var(--green);padding-bottom:.15rem}
.journal-hero__jump:hover{color:var(--green)}
.journal-hero__media{min-height:calc(100svh - 68px);border-width:0 0 0 1px;clip-path:polygon(0 0,100% 0,100% 100%,7% 100%,0 93%)}
.journal-hero__media img{object-position:center}
.journal-hero__media figcaption{padding-left:calc(7% + .9rem)}
.journal-topics{display:grid;grid-template-columns:minmax(14rem,1.2fr) repeat(3,minmax(10rem,1fr));border-bottom:1px solid var(--ink);background:var(--paper-light)}
.journal-topics span,.journal-topics a{display:flex;align-items:center;min-height:64px;padding:.9rem var(--gutter);border-right:1px solid var(--ink);font-size:.72rem;font-weight:600;text-decoration:none}
.journal-topics span{color:var(--blue)}
.journal-topics a{position:relative;padding-right:2.5rem;transition:background-color .18s ease,color .18s ease}
.journal-topics a::after{content:"";position:absolute;right:1.1rem;width:.58rem;height:.58rem;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}
.journal-topics a:last-child{border-right:0}
.journal-topics a:hover,.journal-topics a:focus-visible{background:var(--orange);color:var(--ink)}

@media (max-width:820px){
	.studio-observation,.studio-photo-ledger,.journal-hero{grid-template-columns:1fr}
	.studio-observation__media,.studio-photo-ledger__media{height:68vw;min-height:360px}
	.studio-photo-ledger__media{order:2}.studio-photo-ledger__copy{order:1}
	.journal-hero{min-height:auto}.journal-hero__copy{padding:4rem var(--gutter) 3rem}.journal-hero__copy h1{max-width:11ch}
	.journal-hero__media{min-height:0;height:68vw;max-height:640px;border-width:1px 0 0;clip-path:none}
	.journal-hero__media figcaption{padding-left:.9rem}
	.journal-topics{grid-template-columns:1fr 1fr}.journal-topics span{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--ink)}.journal-topics a:nth-child(3){border-right:0}.journal-topics a:last-child{grid-column:1/-1;border-top:1px solid var(--ink)}
}

@media (max-width:540px){
	.editorial-photo figcaption{position:relative;flex-direction:column;gap:.2rem}
	.studio-observation__media,.studio-photo-ledger__media{height:82vw;min-height:300px;clip-path:none}
	.journal-hero__copy h1{font-size:clamp(2.75rem,12vw,5rem)}.journal-hero__media{height:78vw;min-height:330px}
	.journal-topics{grid-template-columns:1fr}.journal-topics span,.journal-topics a,.journal-topics a:nth-child(3),.journal-topics a:last-child{grid-column:auto;border:0;border-bottom:1px solid var(--ink)}
}

@media (prefers-reduced-motion:reduce){.editorial-photo.is-revealing::after,.editorial-photo.is-revealing img{animation:none!important}.editorial-photo::after{display:none}}

/* Editorial library v3 — independent field files arranged as a playable production feed. */
.journal-topics{display:block;background:var(--paper-light);border-bottom:1px solid var(--ink)}
.journal-topics__label{display:block;min-height:0;padding:1rem var(--gutter) .65rem;border:0;color:var(--blue);font-size:.66rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.journal-topics__links{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:thin;border-top:1px solid var(--ink)}
.journal-topics__links>a{position:relative;display:flex;flex:0 0 auto;align-items:center;gap:.8rem;min-height:58px;padding:.8rem 2.8rem .8rem 1.15rem;border-right:1px solid var(--ink);font-size:.73rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,color .18s ease}
.journal-topics__links>a::after{content:"";position:absolute;right:1.15rem;width:.5rem;height:.5rem;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}
.journal-topics__links>a>span{display:inline;min-height:0;padding:0;border:0;color:currentColor;font-size:.62rem;font-weight:600;opacity:.62}
.journal-topics__links>a:hover,.journal-topics__links>a:focus-visible,.journal-topics__links>a[aria-current="page"]{background:var(--orange);color:var(--ink)}

.journal-library{padding:clamp(4.5rem,8vw,8rem) var(--gutter);background:var(--paper)}
.journal-library__header,.journal-library__heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);gap:clamp(2rem,8vw,8rem);align-items:end;margin-bottom:clamp(2.5rem,5vw,5rem)}
.journal-library__header h2,.journal-library__heading h2{max-width:10ch;font-size:clamp(2.8rem,5vw,5.4rem)}
.journal-library__header>p{max-width:37rem;margin:0;color:var(--ink-soft)}
.journal-library__heading>.text-link{justify-self:end;margin-bottom:.6rem}
.journal-console{display:grid;grid-template-columns:minmax(15rem,1fr) auto auto;margin-bottom:clamp(1.5rem,2.6vw,2.5rem);border:1px solid var(--ink);background:var(--ink);color:var(--white);font-size:.67rem;font-weight:600;letter-spacing:.045em;text-transform:uppercase}
.journal-console>span{display:flex;align-items:center;min-height:48px;padding:.8rem 1rem;border-right:1px solid var(--line-dark);white-space:nowrap}
.journal-console>span:last-child{border-right:0;color:var(--green)}
.journal-console__prompt{gap:.65rem;color:var(--white)}
.journal-console__prompt i{display:block;width:.55rem;height:.55rem;border:1px solid var(--green);background:var(--green);transform:rotate(45deg)}
.journal-library--index{counter-reset:editorial-file}
.journal-library--index .journal-featured{margin-bottom:clamp(1.5rem,2.6vw,2.5rem)}
.journal-library--index .journal-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1.25rem,2.2vw,2.25rem);background:transparent;border:0}
.journal-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--ink);border:1px solid var(--ink)}

.article-card{min-width:0;background:var(--paper-light)}
.article-card__visual{display:block;aspect-ratio:16/10;overflow:hidden;border-bottom:1px solid var(--ink);background:var(--ink);text-decoration:none}
.article-card__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04);transition:transform .55s cubic-bezier(.16,1,.3,1),filter .35s ease}
.article-card:hover .article-card__visual img{transform:scale(1.025);filter:saturate(1) contrast(1.02)}
.article-card__fallback{position:relative;display:block;width:100%;height:100%;overflow:hidden;background-color:#e7e4d8;background-image:radial-gradient(circle,rgba(7,25,46,.2) 0 1px,transparent 1.3px);background-size:13px 13px;color:var(--blue)}
.article-card__fallback>span{position:absolute;z-index:2;left:1rem;top:1rem;padding:.42rem .55rem;background:var(--ink);color:var(--green);font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.article-card__fallback svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2}
.article-card--topic-art-pipeline .article-card__fallback{color:var(--orange)}
.article-card--topic-quality-release .article-card__fallback{background-color:#dfffc8;color:var(--ink)}
.article-card--topic-porting .article-card__fallback{background-color:#dfe6ff;color:var(--blue-dark)}
.article-card__body{display:flex;flex-direction:column;min-height:320px;padding:1.45rem}
.article-card__eyebrow,.article-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.67rem;font-weight:600}
.article-card__eyebrow{margin-bottom:1.6rem;color:var(--blue);text-transform:uppercase;letter-spacing:.035em}
.article-card__eyebrow a{text-decoration:none}.article-card__eyebrow a:hover{text-decoration:underline}
.article-card__eyebrow>span{padding:.28rem .42rem;border:1px solid var(--line-dark);color:var(--ink-soft);white-space:nowrap}
.article-card--type-news .article-card__eyebrow>span{border-color:var(--blue);background:var(--blue);color:var(--white)}
.article-card--type-analysis .article-card__eyebrow>span{border-color:var(--green);background:var(--green);color:var(--ink)}
.article-card--type-news.article-card--lead .article-card__body{background:var(--news-wash)}
.article-card--type-analysis.article-card--lead .article-card__body{background:var(--analysis-wash)}
.article-card h2{font-size:clamp(1.8rem,2.3vw,2.55rem);line-height:1.02}
.article-card h2 a{text-decoration:none}.article-card h2 a:hover{color:var(--blue)}
.article-card__body>p{margin:1.25rem 0 2rem;color:var(--ink-soft)}
.article-card__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--line);font-size:.7rem}
.article-card__footer time{color:var(--ink-soft)}
.article-card__footer .text-link{border-bottom-width:1px}
.article-card--lead{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(22rem,.65fr);border:1px solid var(--ink);background:var(--paper-light)}
.article-card--lead .article-card__visual{aspect-ratio:auto;min-height:530px;border:0;border-right:1px solid var(--ink)}
.article-card--lead .article-card__body{min-height:530px;padding:clamp(2rem,4vw,4rem)}
.article-card--lead h2{font-size:clamp(2.7rem,4vw,4.6rem);max-width:12ch}
.article-card--lead .article-card__body>p{max-width:40rem;font-size:1.03rem}

.journal-library--index .article-card{--card-signal:var(--orange);position:relative;grid-column:span 4;counter-increment:editorial-file;overflow:hidden;border:1px solid var(--ink);transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .2s ease;background:var(--paper-light)}
.journal-library--index .article-card--type-news{--card-signal:var(--blue)}
.journal-library--index .article-card--type-analysis{--card-signal:var(--green)}
.journal-library--index .article-card::after{content:"";position:absolute;z-index:5;left:0;bottom:0;width:100%;height:3px;background:var(--card-signal);transform:scaleX(0);transform-origin:left;transition:transform .38s cubic-bezier(.16,1,.3,1);pointer-events:none}
.journal-library--index .article-card:hover,.journal-library--index .article-card:focus-within{transform:translateY(-6px);border-color:var(--blue)}
.journal-library--index .article-card:hover::after,.journal-library--index .article-card:focus-within::after{transform:scaleX(1)}
.journal-library--index .article-card__visual{position:relative}
.journal-library--index .article-card__visual::before{content:"FIELD FILE / " counter(editorial-file,decimal-leading-zero);position:absolute;z-index:2;left:1rem;top:1rem;padding:.42rem .55rem .36rem;border-bottom:2px solid var(--card-signal);background:var(--ink);color:var(--white);font-size:.61rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.journal-library--index .article-card__visual::after{content:"";position:absolute;z-index:2;right:1rem;bottom:1rem;width:3rem;height:3rem;border-right:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.9);transform:scale(.47);transform-origin:right bottom;transition:transform .3s cubic-bezier(.16,1,.3,1);pointer-events:none}
.journal-library--index .article-card:hover .article-card__visual::after,.journal-library--index .article-card:focus-within .article-card__visual::after{transform:scale(1)}
.journal-library--index .article-card:hover .article-card__visual img,.journal-library--index .article-card:focus-within .article-card__visual img{transform:scale(1.055) translateX(1%);filter:saturate(1) contrast(1.03)}
.journal-library--index .article-card h2 a{transition:color .18s ease}
.journal-library--index .article-card:focus-within h2 a,.journal-library--index .article-card:hover h2 a{color:var(--blue)}
.journal-library--index .journal-featured .article-card{grid-column:auto}

@media (min-width:981px){
	.journal-library--index .journal-grid>.article-card:nth-child(5n+1){grid-column:span 7}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+2){grid-column:span 5}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+1):last-child,.journal-library--index .journal-grid>.article-card:nth-child(5n+3):last-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,.94fr) minmax(22rem,1.06fr)}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+4):last-child{grid-column:span 8}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+1):last-child .article-card__visual,.journal-library--index .journal-grid>.article-card:nth-child(5n+3):last-child .article-card__visual{aspect-ratio:auto;min-height:340px;border-bottom:0;border-right:1px solid var(--ink)}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+1):last-child .article-card__body,.journal-library--index .journal-grid>.article-card:nth-child(5n+3):last-child .article-card__body{min-height:340px;padding:clamp(1.75rem,3vw,3rem)}
	.journal-library--index .journal-grid>.article-card:nth-child(5n+1):last-child h2,.journal-library--index .journal-grid>.article-card:nth-child(5n+3):last-child h2{max-width:14ch;font-size:clamp(2.35rem,3.25vw,3.7rem)}
}

.archive-journal__hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(20rem,.8fr);gap:clamp(3rem,9vw,9rem);align-items:end;min-height:58vh;padding:clamp(5rem,10vw,10rem) var(--gutter) clamp(3.5rem,7vw,7rem);background:var(--blue);color:var(--white);border-bottom:1px solid var(--ink)}
.journal-page-hero{min-height:42vh;background:var(--ink)}
.archive-journal__hero h1{max-width:10ch;font-size:clamp(4rem,8vw,8rem)}
.archive-journal__intro{max-width:37rem}.archive-journal__intro p{color:var(--white)}
.archive-journal__count{padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.45);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.journal-empty,.empty-state{padding:4rem;border:1px solid var(--ink);background:var(--paper-light)}

.article-page{background:var(--paper-light)}
.article-shell{padding-top:0}
.article-page .breadcrumbs{background:var(--paper);border-bottom:1px solid var(--ink);flex-wrap:wrap}.breadcrumbs [aria-current="page"]{min-width:0;max-width:min(38ch,48vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.article-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(28rem,1.1fr);gap:clamp(2.5rem,5vw,5.5rem);align-items:center;width:min(100%,96rem);margin:0 auto;padding:clamp(3rem,5vw,5.5rem) 0 clamp(2rem,3vw,3rem)}
.article-header{width:auto;max-width:none;margin:0;padding:0}
.article-header__topic{display:inline-flex;margin-bottom:1.5rem;padding:.45rem .62rem;background:var(--orange);font-size:.67rem;font-weight:600;letter-spacing:.045em;text-decoration:none;text-transform:uppercase}
.article-shell--news .article-header__topic{background:var(--blue);color:var(--white)}
.article-shell--analysis .article-header__topic{background:var(--green);color:var(--ink)}
.article-header h1{max-width:15ch;margin:0;font-size:clamp(3rem,4.45vw,5rem);line-height:.94;text-wrap:balance}
.article-header .article-header__dek{max-width:64ch;margin:2rem 0 0;font-size:clamp(1.12rem,1.7vw,1.38rem);line-height:1.5;color:var(--ink-soft)}
.article-header__details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;width:min(100%,96rem);margin:0 auto clamp(3rem,5vw,5rem);background:var(--ink);border:1px solid var(--ink)}
.article-header__details p{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:1rem 1.15rem;background:var(--paper);font-size:.75rem;font-weight:600}
.article-header__details span{color:var(--blue);font-size:.61rem;letter-spacing:.05em;text-transform:uppercase}
.article-featured-media,.article-hero .article-visual{width:100%;max-width:none;margin:0;border:1px solid var(--ink);background:var(--ink)}
.article-featured-media__frame{aspect-ratio:16/9;overflow:hidden}.article-featured-media__frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.article-featured-media figcaption{padding:.7rem 1rem;color:var(--white);font-size:.7rem;line-height:1.45}
.article-visual{position:relative;height:min(42vw,560px);color:var(--orange);background-color:var(--ink);background-image:radial-gradient(circle,rgba(169,255,104,.14) 0 1px,transparent 1.5px);background-size:16px 16px}
.article-visual>span{position:absolute;left:1.15rem;top:1.15rem;color:var(--green);font-size:.65rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}
.article-layout{display:grid;width:min(100%,100rem);margin-inline:auto;grid-template-columns:minmax(11rem,14rem) minmax(0,96ch) minmax(6rem,1fr);column-gap:clamp(2rem,3vw,3rem);align-items:start}.article-layout--without-toc{display:block;max-width:96ch}.article-layout--without-toc .article-content{grid-column:auto}
.article-toc{grid-column:1;position:sticky;top:calc(var(--header-h) + 1.25rem);padding-top:.85rem;border-top:3px solid var(--ink)}
.article-toc>p{margin:0 0 1rem;color:var(--blue);font-size:.65rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}
.article-toc ol{display:grid;gap:.7rem;margin:0;padding:0;list-style:none;counter-reset:toc}
.article-toc li{display:grid;grid-template-columns:1.7rem 1fr;align-items:start;counter-increment:toc;font-size:.75rem;line-height:1.35}
.article-toc li::before{content:counter(toc,decimal-leading-zero);color:var(--orange);font-size:.62rem;font-weight:600;padding-top:.12rem}
.article-toc a{text-decoration:none}.article-toc a:hover{color:var(--blue);text-decoration:underline}
.article-toc__brief{display:block;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.72rem;font-weight:600;text-decoration:none}
.article-content{grid-column:2;width:100%;min-width:0;margin:0;max-width:96ch;overflow-wrap:anywhere}
.article-editorial-record{display:grid;gap:.5rem;margin:0 0 2.4rem;padding:1.15rem 1.3rem;border:1px solid var(--ink);box-shadow:inset 0 4px var(--line-dark);background:var(--paper)}
.article-content .article-editorial-record p{margin:0;color:var(--ink-soft);font-size:.78rem;line-height:1.5}
.article-shell--news .article-editorial-record{box-shadow:inset 0 4px var(--blue);background:var(--news-wash)}
.article-shell--analysis .article-editorial-record{box-shadow:inset 0 4px var(--green);background:var(--analysis-wash)}
.article-content>p:first-of-type{font-size:1.18rem;font-weight:500;color:var(--ink)}
.article-content h2{scroll-margin-top:calc(var(--header-h) + 1.5rem);margin:4.5rem 0 1.35rem;padding-top:.8rem;border-top:1px solid var(--ink);font-size:clamp(2.25rem,3.8vw,3.8rem)}
.article-content h2:first-child{margin-top:0}
.article-content h3{margin:2.7rem 0 1rem;font-size:clamp(1.55rem,2.2vw,2.15rem);line-height:1.08}
.article-content p,.article-content li{font-size:clamp(1.0625rem,1rem + .25vw,1.125rem);line-height:1.72}
.article-content ul,.article-content ol{padding-left:1.45rem;margin:1.5rem 0 2rem}.article-content li+li{margin-top:.55rem}
.article-content table{display:block;width:100%;margin:2rem 0;overflow-x:auto;border-collapse:collapse;background:var(--paper)}
.article-content th,.article-content td{min-width:9rem;padding:.85rem 1rem;border:1px solid var(--ink);text-align:left;vertical-align:top}
.article-content th{background:var(--ink);color:var(--white);font-size:.72rem;letter-spacing:.035em;text-transform:uppercase}
.article-content blockquote{margin:2.5rem 0;padding:1.5rem 0;border-top:1px solid var(--orange);border-bottom:1px solid var(--orange);font-family:var(--display);font-size:1.25rem;font-weight:600}
.article-content .article-source-note{margin:3rem 0 2rem;padding:1.2rem 1.35rem;border:1px solid var(--line);background:var(--paper);font-size:.92rem;line-height:1.6}
.article-content .source-list{padding-left:0;list-style:none}.article-content .source-list li{padding:.8rem 0;border-bottom:1px solid var(--line)}.article-content .source-list a{font-weight:600}
.article-content .article-download{display:grid;gap:.7rem;margin:2rem 0 3rem;padding:1.35rem 1.5rem;border:1px solid var(--ink);box-shadow:inset 0 4px var(--orange);background:var(--paper)}
.article-content .article-download strong{font-family:var(--display);font-size:1.35rem;line-height:1.1}
.article-content .article-download span{color:var(--ink-soft);font-size:.9rem}.article-content .article-download a{justify-self:start;font-weight:600}
.article-footer{width:min(100%,96ch);max-width:96ch;margin-top:clamp(5rem,8vw,8rem);padding:2rem;background:var(--paper)}
.related-reading{padding:clamp(4.5rem,8vw,8rem) var(--gutter);background:var(--ink);color:var(--white)}
.related-reading>header{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem}
.related-reading h2{max-width:8ch}.related-reading .eyebrow{color:var(--green)}
.related-reading .journal-card-grid{color:var(--ink)}
.article-card--compact .article-card__body{min-height:290px}

@media (max-width:1240px){
	.article-layout--with-toc{width:min(100%,78rem);grid-template-columns:minmax(11rem,13rem) minmax(0,86ch);column-gap:clamp(2rem,4vw,3rem)}
}

@media (max-width:980px){
	.journal-grid,.journal-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.journal-library--index .journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-library--index .journal-grid>.article-card{grid-column:auto}
	.article-card--lead{grid-template-columns:1fr}.article-card--lead .article-card__visual{min-height:0;aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--ink)}.article-card--lead .article-card__body{min-height:0}
	.article-hero{display:block;width:min(100%,72ch)}.article-header{padding-bottom:2.25rem}
	.article-header__details{grid-template-columns:repeat(2,1fr)}
	.article-layout,.article-layout--with-toc{display:block;width:min(100%,86ch);max-width:86ch;margin-inline:auto}.article-content{grid-column:auto}.article-toc{position:relative;top:auto;max-width:none;margin:0 0 3rem;padding:1.25rem;background:var(--paper)}
}

@media (max-width:820px){
	.journal-library__header,.journal-library__heading,.archive-journal__hero{grid-template-columns:1fr}
	.journal-library__heading>.text-link{justify-self:start}
	.journal-console{grid-template-columns:1fr 1fr}.journal-console__prompt{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line-dark)}.journal-console>span:nth-child(2){border-right:1px solid var(--line-dark)}.journal-console>span:last-child{border-right:0}
	.article-card--lead{grid-template-columns:1fr}.article-card--lead .article-card__visual{min-height:0;aspect-ratio:16/10;border:0;border-bottom:1px solid var(--ink)}.article-card--lead .article-card__body{min-height:390px}
	.archive-journal__hero{min-height:auto;padding-top:5rem}
	.article-layout{display:block}.article-toc{position:relative;top:auto;max-width:none;margin:0 0 3rem;padding:1.25rem;background:var(--paper)}
	.article-visual{height:48vw;margin-left:0;margin-right:0}
}

@media (max-width:580px){
	.journal-grid,.journal-card-grid{grid-template-columns:1fr}
	.journal-library--index .journal-grid{grid-template-columns:1fr}
	.journal-library{padding-left:var(--gutter);padding-right:var(--gutter)}
	.journal-console{grid-template-columns:1fr}.journal-console__prompt{grid-column:auto}.journal-console>span,.journal-console>span:nth-child(2){min-height:44px;border-right:0;border-bottom:1px solid var(--line-dark)}.journal-console>span:last-child{border-bottom:0}
	.article-card__body,.article-card--lead .article-card__body{min-height:0}.article-card--lead .article-card__body{padding:1.5rem}
	.article-header__details{grid-template-columns:1fr 1fr}.article-header__details p{padding:.85rem}
	.article-hero{padding-top:3rem}.article-header h1{font-size:clamp(2.4rem,10.4vw,3.9rem)}
	.article-visual{height:270px;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);border-left:0;border-right:0}
	.article-featured-media{width:auto;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);border-left:0;border-right:0}.article-featured-media__frame{aspect-ratio:4/3}
	.article-footer{padding:1.25rem}.related-reading>header{display:block}.related-reading .eyebrow{margin-bottom:1rem}
}

@media (prefers-reduced-motion:reduce){.journal-library--index .article-card,.journal-library--index .article-card::after,.journal-library--index .article-card__visual::after,.journal-library--index .article-card__visual img{transition:none!important}.journal-library--index .article-card:hover,.journal-library--index .article-card:focus-within{transform:none}.journal-library--index .article-card:hover .article-card__visual img,.journal-library--index .article-card:focus-within .article-card__visual img{transform:none}}

@media (max-width:420px){.article-header__details{grid-template-columns:repeat(2,minmax(0,1fr))}.article-header__details p{font-size:.7rem}}

/* Studio hero and production reel — image-led proof without implying documentary evidence. */
.studio-hero{display:grid;grid-template-columns:minmax(22rem,.68fr) minmax(0,1.32fr);align-items:stretch;min-height:calc(100svh - var(--header-h));border-bottom:1px solid var(--ink);background:var(--orange)}
.studio-hero__copy{align-self:end;padding:clamp(5rem,8vw,8rem) clamp(2.5rem,5vw,5rem) clamp(4rem,7vw,7rem) var(--gutter)}
.studio-hero__copy h1{max-width:10ch;font-size:clamp(3.4rem,5.2vw,5.8rem)}
.studio-hero__copy>p:last-child{max-width:38rem;margin:2rem 0 0;font-size:1.08rem;line-height:1.62}
.studio-hero__gallery{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(15rem,.78fr);grid-template-rows:minmax(12rem,1fr) minmax(12rem,1fr) auto;gap:1px;min-width:0;padding:1px 1px 0;background:var(--ink)}
.studio-hero__frame{min-width:0;min-height:0;border:0}
.studio-hero__frame--primary{grid-row:1/3}.studio-hero__frame--art{grid-column:2;grid-row:1}.studio-hero__frame--qa{grid-column:2;grid-row:2}
.studio-hero__frame--primary img{object-position:center 53%}.studio-hero__frame--art img{object-position:center 48%}.studio-hero__frame--qa img{object-position:center 50%}
.studio-hero__disclosure{grid-column:1/-1;margin:0;padding:.85rem 1rem;background:var(--ink);color:#c9d4df;font-size:.7rem;line-height:1.45}

.production-reel{overflow:hidden;padding:clamp(4.5rem,8vw,7.5rem) 0 clamp(3.5rem,6vw,5.5rem);border-bottom:1px solid var(--line-dark);background:var(--ink);color:var(--white)}
.production-reel__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,7vw,7rem);align-items:end;padding:0 var(--gutter) clamp(2.5rem,4vw,4rem)}
.production-reel__header h2{max-width:10ch}.production-reel__header p{max-width:44rem;margin:1.5rem 0 0;color:#c9d4df}
.production-reel__toggle{min-width:9.5rem;min-height:48px;padding:.7rem 1rem;border:1px solid var(--white);border-radius:0;background:transparent;color:var(--white);font:600 .75rem/1 var(--body);cursor:pointer}
.production-reel__toggle:hover{background:var(--green);color:var(--ink)}
.production-reel__window{overflow:hidden;border-block:1px solid var(--line-dark)}
.production-reel__track{display:flex;width:max-content;transform:translate3d(0,0,0)}
.production-reel__window.has-motion .production-reel__track{animation:production-reel-loop 46s linear infinite;animation-play-state:paused;will-change:transform}
.production-reel__window.has-motion.is-active .production-reel__track{animation-play-state:running}
.production-reel__window.has-motion:hover .production-reel__track,.production-reel__window.has-motion.is-focus-paused .production-reel__track{animation-play-state:paused}
.production-reel__group{display:flex;flex:0 0 auto;padding-right:1px;background:var(--line-dark)}
.production-reel__frame{display:grid;grid-template-rows:minmax(0,1fr) auto;flex:0 0 clamp(19rem,30vw,34rem);aspect-ratio:16/10;margin:0;border-right:1px solid var(--line-dark);background:var(--paper-light);color:var(--ink);overflow:hidden}
.production-reel__frame:nth-child(2){flex-basis:clamp(17rem,24vw,28rem)}.production-reel__frame:nth-child(3){flex-basis:clamp(20rem,27vw,31rem)}.production-reel__frame:nth-child(4){flex-basis:clamp(18rem,25vw,29rem)}
.production-reel__frame img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;filter:saturate(.86) contrast(1.04)}
.production-reel__frame figcaption{display:flex;justify-content:space-between;gap:1rem;padding:.75rem .9rem;background:var(--paper-light);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.035em}.production-reel__frame figcaption span{color:var(--blue)}
.production-reel__note{max-width:72ch;margin:1.25rem var(--gutter) 0;color:#93a5b8;font-size:.7rem}
@keyframes production-reel-loop{to{transform:translate3d(-50%,0,0)}}

.insight-card__diagram--photo{background:var(--ink)!important;background-image:none!important}.insight-card__diagram--photo::after{display:none}.insight-card__diagram--photo img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.04);transition:transform .45s cubic-bezier(.16,1,.3,1),filter .45s ease}.insight-card:hover .insight-card__diagram--photo img{transform:scale(1.025);filter:saturate(1) contrast(1.02)}

@media (max-width:1080px){
	.studio-hero{grid-template-columns:1fr;min-height:auto}.studio-hero__copy{padding-bottom:3.5rem}.studio-hero__gallery{min-height:620px}
}

@media (max-width:820px){
	.studio-hero__copy{padding:4.5rem var(--gutter) 3rem}.studio-hero__copy h1{max-width:11ch}
	.studio-hero__gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;min-height:0}.studio-hero__frame--primary{grid-column:1/-1;grid-row:1;aspect-ratio:16/9}.studio-hero__frame--art{grid-column:1;grid-row:2;aspect-ratio:1}.studio-hero__frame--qa{grid-column:2;grid-row:2;aspect-ratio:1}
	.production-reel__header{grid-template-columns:1fr}.production-reel__toggle{display:none}
	.production-reel__window{overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.production-reel__window.has-motion .production-reel__track{animation:none;will-change:auto}.production-reel__group[aria-hidden="true"]{display:none}.production-reel__frame,.production-reel__frame:nth-child(n){flex-basis:84vw;max-width:34rem;scroll-snap-align:start}
}

@media (max-width:540px){
	.studio-hero__copy h1{font-size:clamp(2.8rem,12vw,4.2rem)}.studio-hero__copy>p:last-child{font-size:1rem}
	.studio-hero__gallery{grid-template-columns:1fr}.studio-hero__frame--primary,.studio-hero__frame--art,.studio-hero__frame--qa{grid-column:1;aspect-ratio:16/10}.studio-hero__frame--primary{grid-row:1}.studio-hero__frame--art{grid-row:2}.studio-hero__frame--qa{grid-row:3}.studio-hero__disclosure{grid-row:4}
	.production-reel__toggle{display:none}.production-reel__frame,.production-reel__frame:nth-child(n){flex-basis:88vw}
}

@media (prefers-reduced-motion:reduce){
	.production-reel__toggle{display:none}.production-reel__window{overflow-x:auto;scroll-snap-type:x mandatory}.production-reel__track{animation:none!important;transform:none!important;will-change:auto!important}.production-reel__group[aria-hidden="true"]{display:none}.production-reel__frame{scroll-snap-align:start}
}

/* Service 1.3.4 — image-led opening and a compact, inspectable FAQ. */
.service-hero{position:relative;display:flex;align-items:flex-end;isolation:isolate;min-height:clamp(42rem,78svh,54rem);padding:0;overflow:hidden;border-bottom:1px solid var(--ink);background:var(--ink);color:var(--white)}
.service-hero::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(4,17,31,.95) 0%,rgba(4,17,31,.82) 29%,rgba(4,17,31,.36) 58%,rgba(4,17,31,.08) 82%),linear-gradient(0deg,rgba(4,17,31,.48) 0%,transparent 42%);pointer-events:none}
.service-hero__media{position:absolute;z-index:0;inset:0;border:0;clip-path:none}
.service-hero__media img{object-position:var(--service-focus,68% 50%);filter:saturate(.84) contrast(1.05)}
.service-hero__disclosure{position:absolute;z-index:4;right:0;bottom:0;left:0;display:flex;justify-content:space-between;gap:1.5rem;margin:0;padding:.78rem var(--gutter);background:rgba(4,17,31,.94);color:var(--white);font-size:.68rem;line-height:1.4}.service-hero__disclosure span:first-child{color:var(--green);font-weight:600;letter-spacing:.035em;text-transform:uppercase}
.service-hero__title{position:relative;z-index:3;width:min(100%,74rem);padding:clamp(5rem,9vw,8rem) var(--gutter) clamp(5.75rem,8vw,7rem)}
.service-hero__title .page-hero__code{margin-bottom:1.5rem!important;color:var(--green)}
.service-hero__title h1{max-width:11ch;font-size:clamp(3.8rem,7.25vw,7.75rem);line-height:.87;text-wrap:balance}
.service-hero__dek{max-width:39rem;margin:1.75rem 0 0;color:#e2e9f0;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.6}
.service-hero__title .button{margin-top:2rem}
.service-decision{display:grid;grid-template-columns:minmax(20rem,.82fr) minmax(0,1.18fr);gap:clamp(3rem,9vw,9rem);align-items:end;padding:clamp(4.5rem,7vw,7rem) var(--gutter);border-bottom:1px solid var(--line-dark);background:var(--ink);color:var(--white)}
.service-decision .page-hero__code{margin-bottom:1.3rem!important;color:var(--green)}
.service-decision h2{max-width:15ch;font-size:clamp(2.7rem,4.5vw,4.8rem);line-height:.93;text-wrap:balance}
.service-decision__body{max-width:50rem}.service-decision__body p{margin:0;color:#cbd6e1;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.7}.service-decision__body a{display:inline-flex;gap:.75rem;align-items:center;margin-top:1.7rem;padding:.75rem 0;color:var(--green);font-weight:600;text-underline-offset:.28em}.service-decision__body a:hover{color:var(--white)}
.service-faq{grid-template-columns:minmax(17rem,.55fr) minmax(0,1.45fr);column-gap:clamp(3rem,8vw,8rem);row-gap:0;align-items:start}
.service-faq>h2{grid-column:1;grid-row:1/span 6;position:sticky;top:calc(var(--header-h) + 2rem);margin:0}
.service-faq>.service-section__intro{grid-column:2;grid-row:1;max-width:48rem;margin:0 0 2rem;padding:0}
.service-faq>.service-faq__item{grid-column:2;margin:0;padding:0;border:0;border-top:1px solid var(--line-dark);background:transparent}
.service-faq>.service-faq__item:last-child{border-bottom:1px solid var(--line-dark)}
.service-faq__item summary{display:flex;min-height:112px;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0;cursor:pointer;list-style:none}
.service-faq__item summary::-webkit-details-marker{display:none}
.service-faq__item summary h3{max-width:26ch;margin:0;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.02}
.service-faq__item summary>span{display:grid;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--green);color:var(--green);font-family:var(--display);font-size:1.4rem;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.service-faq__item[open] summary>span{transform:rotate(45deg);background:var(--green);color:var(--ink)}
.service-faq__answer{padding:0 4.5rem 1.75rem 0}.service-faq__answer p{max-width:62rem;margin:0;line-height:1.7}

@media (max-width:1080px){
	.service-hero__title{width:min(100%,62rem)}.service-hero__title h1{font-size:clamp(3.6rem,8vw,6.6rem)}
	.service-decision{grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr)}
}

@media (max-width:820px){
	.service-hero{min-height:clamp(39rem,86svh,48rem)}.service-hero::after{background:linear-gradient(180deg,rgba(4,17,31,.7) 0%,rgba(4,17,31,.25) 40%,rgba(4,17,31,.93) 82%),linear-gradient(90deg,rgba(4,17,31,.55),rgba(4,17,31,.08))}.service-hero__media img{object-position:var(--service-focus,68% 50%)}
	.service-hero__title{padding-top:4rem;padding-bottom:5.75rem}.service-hero__title h1{max-width:10.5ch;font-size:clamp(3.35rem,13vw,5.6rem)}.service-hero__dek{max-width:31rem}
	.service-hero__disclosure{align-items:flex-start;flex-direction:column;gap:.2rem;padding:.65rem var(--gutter)}
	.service-decision{grid-template-columns:1fr;gap:2rem;padding-top:4rem;padding-bottom:4rem}.service-decision h2{max-width:16ch}
	.service-faq{grid-template-columns:1fr;row-gap:0}.service-faq>h2{grid-column:1;grid-row:auto;position:static;margin-bottom:1.5rem;padding:0 var(--gutter)}.service-faq>.service-section__intro{grid-column:1;grid-row:auto;margin:0 0 2rem;padding:0 var(--gutter)}.service-faq>.service-faq__item{grid-column:1;padding-inline:var(--gutter)}.service-faq__item summary{min-height:94px}.service-faq__answer{padding-right:3.5rem}
}

@media (max-width:540px){
	.service-hero{min-height:43rem}.service-hero__title{padding-bottom:6.25rem}.service-hero__title h1{font-size:clamp(3rem,13.4vw,4.4rem)}.service-hero__dek{font-size:.96rem}.service-hero__title .button{width:100%;max-width:20rem}
	.service-decision h2{font-size:clamp(2.5rem,11vw,3.55rem)}
	.service-faq__item summary{gap:1rem}.service-faq__item summary h3{font-size:1.65rem}.service-faq__answer{padding-right:0}
}

@media (prefers-reduced-motion:reduce){.service-faq__item summary>span{transition:none}}
