:root {
	--black: #08080b;
	--black-2: #101016;
	--paper: #f1f1f4;
	--paper-2: #e6e6eb;
	--white: #f9f9fc;
	--muted: #72727e;
	--line: #d5d5dc;
	--dark-line: #25252d;
	--violet: #7770ff;
	--violet-2: #a09bff;
	--mint: #55e6c2;
	--blue: #2878ff;
	--accent: var(--violet);
	--radius: 4px;
	--shadow: 0 24px 70px rgba(8, 8, 11, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--black);
	font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
figure, blockquote { margin: 0; }
.site-v2 { overflow: clip; }
.shell { width: min(1260px, calc(100% - 64px)); margin-inline: auto; }
.dark-section { background: var(--black); color: var(--white); }
.section-pad { padding-top: 120px; padding-bottom: 120px; }
.mono-label, .page-kicker, .stage-top, .stage-bottom, .case-code,
.resource-code, .news-meta, .cta-index, .large-index {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.button-accent, .button-ghost {
	min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
	gap: 10px; padding: 0 22px; border-radius: 999px; font-size: 11px;
	font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button-accent { background: var(--mint); color: var(--black); }
.button-ghost { border: 1px solid #3d3d48; color: #dddde5; }
.button-accent:hover, .button-ghost:hover { transform: translateY(-2px); }
.button-ghost:hover { background: #18181f; }

/* Header and navigation */
.site-header { position: relative; z-index: 100; background: var(--black); color: var(--white); border-bottom: 1px solid var(--dark-line); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: none; }
.brand-mark svg, .brand-logo { width: 100%; height: 100%; object-fit: contain; }
.mark-box { stroke: #383842; stroke-width: 1; }
.mark-line-a { fill: #eef0f7; }
.mark-line-b { fill: var(--violet); }
.mark-node { fill: var(--mint); }
.brand-word { font-size: 20px; font-weight: 760; letter-spacing: -.055em; white-space: nowrap; }
.brand-word span { margin-inline-start: 8px; padding: 3px 6px; border: 1px solid #4a4a56; border-radius: 999px; color: #c5c2ff; font: 800 9px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; vertical-align: middle; }
.site-header nav { margin-inline-start: auto; }
.site-header nav > ul { display: flex; align-items: center; gap: 24px; }
.site-header nav a, .nav-dropdown-trigger { position: relative; display: flex; align-items: center; gap: 5px; padding: 33px 0; border: 0; background: none; color: #aaaab5; font-size: 11px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.site-header nav a:hover, .site-header nav .current-menu-item > a,
.site-header nav .current-menu-ancestor > a, .services-menu.current-menu-item > a { color: #fff; }
.site-header nav a::after, .nav-dropdown-trigger::after { content: ""; position: absolute; inset-inline-start: 0; bottom: 24px; width: 0; height: 1px; background: var(--mint); transition: width .2s ease; }
.site-header nav a:hover::after, .site-header nav .current-menu-item > a::after,
.services-menu.current-menu-item > a::after, .services-menu.is-open > a::after { width: 100%; }
.header-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border: 1px solid #4b4b58; border-radius: 999px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.header-cta:hover { background: var(--white); border-color: var(--white); color: var(--black); }

/* Home */
.home-hero { position: relative; z-index: 1; isolation: isolate; padding-top: 72px; padding-bottom: 88px; background: var(--black); color: var(--white); }
.home-hero::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--black); }
.mono-label { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #71717f; font-size: 8px; font-weight: 750; }
.live-dot { display: inline-flex; align-items: center; gap: 8px; color: #9191a0; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(85, 230, 194, .09); }
.home-hero h1 { margin: 38px 0 46px; max-width: 1150px; font-size: clamp(72px, 10.5vw, 148px); line-height: .82; letter-spacing: -.083em; font-weight: 680; }
.home-hero h1 em, .section-intro h2 em, .page-hero h1 em,
.service-heading h1 em, .outcomes-v2 h2 em, .custom-cta h2 em { color: var(--violet-2); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.hero-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.hero-lower > p { max-width: 560px; margin: 0; color: #a6a6b2; font-size: 16px; line-height: 1.75; }
.hero-lower > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px; }
.hero-stage { position: relative; height: 490px; margin-top: 70px; overflow: hidden; border: 1px solid #292932; border-radius: var(--radius); background: #0d0d13; isolation: isolate; }
.stage-image { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; filter: saturate(.75) contrast(1.12); }
.hero-stage::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(rgba(112,112,130,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(112,112,130,.2) 1px, transparent 1px); background-size: 50px 50px; mask-image: radial-gradient(circle at center, #000, transparent 75%); }
.hero-stage::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(119,112,255,.22), transparent 48%), linear-gradient(to top, rgba(8,8,11,.72), transparent 48%); }
.stage-top, .stage-bottom { position: absolute; z-index: 4; inset-inline: 0; display: flex; justify-content: space-between; align-items: center; padding: 18px 21px; color: #8e8e9c; font-size: 7px; }
.stage-top { top: 0; border-bottom: 1px solid #34343e; }
.stage-bottom { bottom: 0; justify-content: center; gap: 20px; border-top: 1px solid #34343e; }
.stage-bottom i { width: 3px; height: 3px; border-radius: 50%; background: var(--mint); }
.stage-axis { position: absolute; z-index: 2; background: #444451; }
.axis-x { inset-inline: 8%; top: 50%; height: 1px; }
.axis-y { top: 10%; bottom: 10%; left: 50%; width: 1px; }
.stage-ring { position: absolute; z-index: 2; left: 50%; top: 50%; border: 1px solid #494957; border-radius: 50%; transform: translate(-50%, -50%); }
.ring-a { width: 300px; height: 300px; }
.ring-b { width: 420px; height: 420px; border-style: dashed; animation: spin 30s linear infinite; }
.stage-core, .stage-node { position: absolute; z-index: 5; border: 1px solid #454552; background: rgba(15, 15, 24, .88); box-shadow: 0 25px 55px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.stage-core { left: 50%; top: 50%; width: 176px; height: 176px; padding: 27px; display: flex; flex-direction: column; justify-content: center; transform: translate(-50%, -50%) rotate(-6deg); border-color: #5d5a92; }
.stage-core span, .stage-node span, .stage-node small { color: #858594; font: 700 7px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.stage-core b { margin-top: 11px; font-size: 18px; line-height: 1.12; }
.stage-core i { position: absolute; inset-inline-end: 20px; bottom: 16px; color: var(--mint); font-size: 21px; font-style: normal; }
.stage-node { width: 158px; padding: 17px 18px; }
.stage-node b { display: block; margin: 10px 0 3px; font-size: 20px; }
.node-web { left: 8%; top: 20%; }
.node-app { right: 9%; top: 23%; }
.node-seo { right: 19%; bottom: 16%; }
.scroll-cue { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: #858593; font-size: 9px; font-weight: 750; }
.client-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.client-rail > div { min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 25px; overflow: hidden; }
.rail-label { color: #8c8c97; font: 750 7px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.client-name { color: #6d6d78; font-size: 12px; font-weight: 750; white-space: nowrap; }
.home-image-band, .service-visual-ledger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 72px; padding-bottom: 72px; }
.home-image-band figure, .service-visual-ledger figure { position: relative; height: 300px; overflow: hidden; background: var(--black-2); }
.home-image-band figure:nth-child(2) { margin-top: 46px; }
.home-image-band img, .service-visual-ledger img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-image-band figure:hover img, .service-visual-ledger figure:hover img { transform: scale(1.035); }
.home-image-band figcaption, .service-visual-ledger figcaption { position: absolute; inset-inline: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 42px 20px 18px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: #fff; font-size: 11px; font-weight: 800; }
.home-image-band figcaption span { color: var(--mint); font-family: ui-monospace, monospace; font-size: 8px; }

/* Shared section headings */
.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; margin-bottom: 68px; }
.section-intro .mono-label { padding-top: 14px; }
.section-intro h2 { margin: 0; font-size: clamp(50px, 6.1vw, 84px); line-height: .96; letter-spacing: -.065em; font-weight: 680; }
.section-intro > div:last-child > p { max-width: 560px; margin: 28px 0 0; color: #71717d; font-size: 14px; line-height: 1.8; }
.section-intro.light > div:last-child > p { color: #9494a0; }
.light .mono-label { color: #72727e; }
.text-arrow { display: inline-flex; align-items: center; gap: 9px; margin-top: 40px; padding-bottom: 5px; border-bottom: 1px solid #9999a2; font-size: 10px; font-weight: 800; }
.light-link { color: #d5d5dd; border-color: #5b5b66; }
.section-link { text-align: end; }

/* Service listings */
.service-rows { border-top: 1px solid var(--dark-line); }
.service-rows > a { min-height: 178px; display: grid; grid-template-columns: 45px 52px minmax(0, 1.2fr) minmax(160px, .75fr) 55px; gap: 25px; align-items: center; border-bottom: 1px solid var(--dark-line); transition: background .2s ease, padding .2s ease; }
.service-rows > a:hover { padding-inline: 16px; background: #101017; }
.service-index { color: #62626e; font: 750 8px ui-monospace, monospace; }
.service-rows > a > svg { color: var(--violet-2); }
.service-rows h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.035em; }
.service-rows p { max-width: 470px; margin: 0; color: #8c8c98; font-size: 12px; line-height: 1.7; }
.service-rows ul { margin: 0; padding: 0; list-style: none; color: #a0a0ab; font-size: 10px; line-height: 2; }
.service-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #34343e; border-radius: 50%; }
.service-arrow svg { color: var(--white); }
.service-visual-ledger { padding-top: 35px; padding-bottom: 100px; }
.service-visual-ledger figure { height: 350px; }
.service-visual-ledger figcaption { background: linear-gradient(transparent, rgba(8,8,11,.86)); color: var(--mint); font: 800 9px ui-monospace, monospace; letter-spacing: .12em; }
.service-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #292933; }
.service-catalog-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 32px; background: var(--black-2); }
.service-catalog-top { display: flex; justify-content: space-between; color: #666674; font: 750 8px ui-monospace, monospace; }
.service-catalog-top svg { color: var(--mint); }
.service-catalog-grid h2 { margin: 48px 0 18px; font-size: 28px; line-height: 1.12; letter-spacing: -.035em; }
.service-catalog-grid p { margin: 0; color: #92929e; font-size: 12px; line-height: 1.75; }
.service-catalog-grid ul { margin: 24px 0 30px; padding: 18px 0; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); list-style: none; color: #babac4; font-size: 10px; line-height: 1.8; }
.service-catalog-grid li::before { content: "/ "; color: var(--violet-2); }
.service-catalog-grid article > a { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--mint); font-size: 10px; font-weight: 800; }

/* Work, manifesto and knowledge */
.case-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.case-card { grid-column: span 6; min-width: 0; }
.case-card:nth-child(3) { grid-column: 3 / span 8; margin-top: 40px; }
.case-visual { position: relative; height: 420px; overflow: hidden; background: #151724; isolation: isolate; }
.case-real-image { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.case-card:hover .case-real-image { transform: scale(1.03); }
.case-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,11,.58), transparent 58%); }
.case-code { position: absolute; z-index: 3; inset-inline-start: 22px; top: 20px; color: rgba(255,255,255,.72); font-size: 7px; }
.case-screen { position: absolute; z-index: 2; left: 50%; top: 50%; width: 63%; height: 53%; padding: 25px; display: flex; flex-direction: column; gap: 15px; transform: translate(-50%, -48%) rotate(-4deg); border: 1px solid rgba(255,255,255,.38); background: rgba(5,9,22,.48); box-shadow: 0 30px 55px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.case-screen span { display: block; width: 76%; height: 8px; background: rgba(255,255,255,.32); }
.case-screen span:nth-child(2) { width: 48%; height: 48px; background: rgba(255,255,255,.11); }
.case-screen span:nth-child(3) { width: 87%; height: 1px; }
.case-pulse { position: absolute; z-index: 3; inset-inline-end: 26px; bottom: 26px; height: 80px; display: flex; align-items: end; gap: 8px; }
.case-pulse i { width: 5px; background: var(--mint); opacity: .8; }
.case-pulse i:nth-child(1) { height: 25%; } .case-pulse i:nth-child(2) { height: 44%; } .case-pulse i:nth-child(3) { height: 36%; } .case-pulse i:nth-child(4) { height: 68%; } .case-pulse i:nth-child(5) { height: 100%; }
.case-copy { min-height: 150px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 3px 0; }
.case-copy span { color: #85858f; font: 750 7px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.case-copy h3 { margin: 10px 0 6px; font-size: 22px; letter-spacing: -.03em; }
.case-copy p { max-width: 480px; margin: 0; color: #71717c; font-size: 11px; line-height: 1.65; }
.manifesto-section { padding: 125px 0; background: var(--paper-2); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.manifesto-media, .about-team-image { position: relative; height: 610px; overflow: hidden; background: var(--black); }
.manifesto-media img, .about-team-image img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-media::after, .about-team-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,11,.65), transparent 52%); }
.manifesto-media span, .about-team-image > span { position: absolute; z-index: 2; inset-inline: 22px; bottom: 20px; color: #e0e0e8; font: 750 7px ui-monospace, monospace; letter-spacing: .13em; }
.manifesto-copy h2 { margin: 29px 0 27px; font-size: clamp(46px, 5vw, 72px); line-height: 1; letter-spacing: -.062em; }
.manifesto-copy > p { color: #656570; font-size: 14px; line-height: 1.85; }
.principle-list, .story-checks { display: grid; gap: 12px; margin: 27px 0; }
.principle-list span, .story-checks span { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 750; }
.principle-list svg, .story-checks svg { color: var(--violet); flex: none; }
.knowledge-split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.subsection-title { min-height: 52px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.subsection-title a { display: flex; align-items: center; gap: 7px; color: #757580; font-size: 9px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-card { min-height: 320px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); background: var(--white); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.resource-card:hover { transform: translateY(-5px); border-color: var(--violet-2); box-shadow: var(--shadow); }
.resource-code { color: #9a9aa5; font-size: 7px; }
.resource-type { margin-top: 44px; color: var(--violet); font: 750 7px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h3 { margin: 12px 0; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.resource-card p { margin: 0; color: #72727d; font-size: 10px; line-height: 1.7; }
.resource-card footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: #8c8c96; font-size: 8px; }
.news-list { border-top: 1px solid var(--line); }
.news-list > a { min-height: 145px; display: grid; grid-template-columns: 30px minmax(0, 1fr) 25px; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-num { color: #aaaab2; font: 750 8px ui-monospace, monospace; }
.news-meta { color: #898994; font-size: 7px; }
.news-list h3 { margin: 10px 0 7px; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.news-list p { margin: 0; color: #74747f; font-size: 10px; line-height: 1.65; }

/* Project CTA */
.project-cta { position: relative; min-height: 480px; margin-top: 70px; margin-bottom: 70px; padding: 52px 55px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--radius); background: var(--black); color: var(--white); }
.project-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 120%, rgba(119,112,255,.38), transparent 45%); }
.project-cta::after { content: ""; position: absolute; width: 620px; height: 620px; inset-inline-end: -140px; bottom: -390px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.03), 0 0 0 160px rgba(255,255,255,.025); }
.cta-index, .project-cta > div, .round-arrow { position: relative; z-index: 2; }
.cta-index { font-size: 7px; }
.project-cta p { margin: 0 0 15px; color: #b7b7c3; font-size: 11px; }
.project-cta h2 { margin: 0; font-size: clamp(52px, 7.5vw, 100px); line-height: .9; letter-spacing: -.073em; }
.project-cta h2 em { color: var(--violet-2); font-family: Georgia, serif; font-weight: 400; }
.round-arrow { position: absolute; inset-inline-end: 55px; top: 55px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--black); transition: transform .2s ease; }
.round-arrow:hover { transform: rotate(8deg) scale(1.04); }

/* Interior page hero */
.page-hero { padding-top: 92px; padding-bottom: 100px; }
.page-kicker { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; color: #8b8b95; font-size: 8px; }
.page-hero > div:last-child { display: grid; grid-template-columns: 1.45fr .55fr; gap: 55px; align-items: end; margin-top: 65px; }
.page-hero h1 { margin: 0; font-size: clamp(66px, 9vw, 124px); line-height: .84; letter-spacing: -.08em; font-weight: 680; overflow-wrap: anywhere; }
.page-hero p { max-width: 440px; margin: 0 0 5px; color: #656570; font-size: 14px; line-height: 1.75; }

/* Service detail */
.theme-web { --accent: var(--violet); }
.theme-app { --accent: #55ddeb; }
.theme-seo { --accent: var(--mint); }
.service-hero-v2 { padding-top: 84px; padding-bottom: 112px; }
.service-heading .page-kicker { margin-bottom: 65px; }
.service-heading h1 { margin: 0; font-size: clamp(66px, 8.7vw, 120px); line-height: .84; letter-spacing: -.078em; font-weight: 680; overflow-wrap: anywhere; }
.service-heading h1 em { color: var(--accent); }
.service-hero-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-top: 54px; }
.service-hero-lower p { max-width: 580px; margin: 0; color: #666672; font-size: 15px; line-height: 1.8; }
.service-hero-lower .button-accent { justify-self: end; background: var(--accent); }
.service-image-frame { position: relative; height: 630px; margin-top: 74px; overflow: hidden; background: #0b0c11; }
.service-image-frame > img { width: 100%; height: 100%; object-fit: cover; }
.service-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.45), transparent 55%), linear-gradient(to top, rgba(0,0,0,.45), transparent 40%); }
.image-interface { position: absolute; z-index: 2; top: 0; inset-inline: 0; display: flex; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,.25); color: #d9d9e3; font: 750 7px ui-monospace, monospace; letter-spacing: .14em; }
.image-metric { position: absolute; z-index: 2; inset-inline-start: 28px; bottom: 38px; display: flex; flex-direction: column; color: #fff; }
.image-metric span { font: 750 8px ui-monospace, monospace; letter-spacing: .12em; }
.image-metric b { margin-top: 6px; color: var(--accent); font-size: 50px; }
.image-bars { position: absolute; z-index: 2; inset-inline-end: 28px; bottom: 42px; width: 230px; display: grid; gap: 6px; }
.image-bars i { height: 2px; background: var(--accent); }
.capability-grid-v2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--dark-line); border-inline-start: 1px solid var(--dark-line); }
.capability-grid-v2 article { min-height: 270px; padding: 29px; border-inline-end: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.capability-grid-v2 article > div { display: flex; justify-content: space-between; color: #62626f; font: 750 8px ui-monospace, monospace; }
.capability-grid-v2 svg { color: var(--accent); }
.capability-grid-v2 h3 { margin: 73px 0 14px; font-size: 18px; }
.capability-grid-v2 p { margin: 0; color: #878793; font-size: 10px; line-height: 1.75; }
.outcomes-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.outcomes-v2 h2 { margin: 30px 0 25px; font-size: clamp(50px, 5.5vw, 70px); line-height: .95; letter-spacing: -.065em; }
.outcomes-v2 > div:first-child > p { max-width: 480px; color: #6d6d78; font-size: 13px; line-height: 1.8; }
.outcome-stack { border-top: 1px solid var(--line); }
.outcome-stack > div { min-height: 76px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.outcome-stack span { color: #9999a3; font: 750 8px ui-monospace, monospace; }
.outcome-stack p { font-size: 12px; font-weight: 750; }
.outcome-stack svg { color: var(--accent); }
.process-v2 { background: var(--paper-2); }
.steps-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #c8c8d1; border-inline-start: 1px solid #c8c8d1; }
.steps-v2 article { min-height: 260px; padding: 28px; border-inline-end: 1px solid #c8c8d1; border-bottom: 1px solid #c8c8d1; }
.steps-v2 > article > span { color: var(--accent); font: 750 8px ui-monospace, monospace; }
.steps-v2 h3 { margin: 90px 0 12px; font-size: 18px; }
.steps-v2 p { margin: 0; color: #6f6f7a; font-size: 10px; line-height: 1.7; }
.related-knowledge { padding-top: 100px; }
.related-knowledge .resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.faq-grid article { min-height: 180px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.faq-grid article:nth-child(odd) { border-inline-end: 1px solid var(--line); }
.faq-grid article:nth-child(even) { padding-inline-start: 30px; }
.faq-grid > article > span { color: var(--violet); font: 750 8px ui-monospace, monospace; }
.faq-grid h3 { margin: 0 0 12px; font-size: 16px; }
.faq-grid p { margin: 0; color: #6e6e79; font-size: 11px; line-height: 1.75; }

/* Who we serve */
.sector-preview { border-top: 1px solid var(--dark-line); }
.sector-preview-visual { position: relative; height: 510px; margin: 0 0 36px; overflow: hidden; border: 1px solid #30303a; background: #101016; }
.sector-preview-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(8,8,11,.75)); }
.sector-preview-visual img { width: 100%; height: 100%; object-fit: cover; }
.sector-preview-visual figcaption { position: absolute; z-index: 2; inset-inline: 24px; bottom: 22px; display: flex; align-items: center; gap: 12px; color: #d1d1da; font: 760 7px ui-monospace, monospace; letter-spacing: .11em; }
.sector-preview-visual figcaption i { flex: 1; height: 1px; background: #4a4a56; }
.sector-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.sector-card { min-width: 0; display: grid; grid-template-columns: minmax(170px, .73fr) minmax(0, 1fr); background: var(--white); }
.sector-card-visual { position: relative; min-height: 410px; overflow: hidden; background: var(--black-2); }
.sector-card-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(8,8,11,.72)); }
.sector-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sector-card:hover .sector-card-visual img { transform: scale(1.035); }
.sector-card-visual > span { position: absolute; z-index: 2; inset-inline-start: 18px; bottom: 17px; color: var(--mint); font: 800 8px ui-monospace, monospace; letter-spacing: .12em; }
.sector-card-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; }
.sector-card-copy > svg { color: var(--violet); }
.sector-card-copy h2 { margin: 42px 0 16px; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.03; letter-spacing: -.045em; }
.sector-card-copy > p { margin: 0; color: #62626e; font-size: 11px; line-height: 1.75; }
.sector-need { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.sector-need > span { color: var(--violet); font: 800 7px ui-monospace, monospace; letter-spacing: .11em; text-transform: uppercase; }
.sector-need p { margin: 10px 0 0; color: #757580; font-size: 10px; line-height: 1.7; }
.sector-card-copy ul { width: 100%; margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.sector-card-copy li { display: flex; gap: 8px; padding: 8px 0; border-top: 1px solid var(--line); color: #555560; font-size: 9px; line-height: 1.45; }
.sector-card-copy li svg { flex: none; color: var(--violet); }
.sector-grid-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); border-color: #2c2c35; background: #2c2c35; }
.sector-grid-compact .sector-card { display: block; background: var(--black-2); color: #fff; }
.sector-grid-compact .sector-card-copy { min-height: 265px; padding: 28px; }
.sector-compact-top { width: 100%; display: flex; align-items: center; justify-content: space-between; color: var(--mint); font: 800 8px ui-monospace, monospace; letter-spacing: .12em; }
.sector-compact-top svg { color: var(--violet-2); }
.sector-grid-compact .sector-card-copy h2 { margin-top: 58px; font-size: 25px; }
.sector-grid-compact .sector-card-copy > p { color: #90909c; }
.sector-preview .text-arrow { margin-top: 45px; }
.sectors-constellation { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); min-height: 610px; margin-bottom: 130px; background: var(--black); color: #fff; }
.sectors-constellation figure { position: relative; min-height: 610px; overflow: hidden; }
.sectors-constellation figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 62%, rgba(8,8,11,.76)); }
.sectors-constellation img { width: 100%; height: 100%; object-fit: cover; }
.sectors-constellation figcaption { position: absolute; z-index: 2; inset-inline: 28px; bottom: 25px; display: flex; justify-content: space-between; gap: 25px; }
.sectors-constellation figcaption span, .sectors-constellation > div > span, .sector-studio-grid > div > span { color: var(--mint); font: 790 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.sectors-constellation figcaption b { font-size: 18px; }
.sectors-constellation > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border-inline-start: 1px solid var(--dark-line); }
.sectors-constellation > div p { margin: 30px 0 0; color: #a0a0ac; font: 400 24px/1.45 Georgia, serif; }
.sector-catalogue { padding-bottom: 130px; }
.sector-studio { padding: 120px 0; }
.sector-studio-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); gap: 90px; align-items: center; }
.sector-studio-grid figure { height: 600px; overflow: hidden; }
.sector-studio-grid img { width: 100%; height: 100%; object-fit: cover; }
.sector-studio-grid h2 { margin: 28px 0 24px; font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.sector-studio-grid p { max-width: 580px; margin: 0; color: #9999a5; font-size: 13px; line-height: 1.85; }

/* Portfolio, clients and about */
.portfolio-section { padding-bottom: 130px; }
.client-logo-grid, .clients-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--dark-line); border-inline-start: 1px solid var(--dark-line); }
.client-logo-grid > div, .clients-page-grid > div { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 24px; border-inline-end: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); text-align: center; }
.client-logo-grid span, .clients-page-grid > div > span { align-self: flex-start; color: #6d6d78; font: 750 7px ui-monospace, monospace; }
.client-logo-grid b, .clients-page-grid b { font-size: 14px; }
.client-logo-grid img, .clients-page-grid img { max-width: 150px; max-height: 65px; object-fit: contain; }
.clients-page-grid { margin-bottom: 100px; border-color: var(--line); }
.clients-page-grid > div { min-height: 190px; border-color: var(--line); }
.clients-page-grid small { color: #8b8b95; font-size: 9px; }
.client-photo-band { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 520px; margin-bottom: 90px; background: var(--black); color: #fff; }
.client-photo-band img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.client-photo-band > div { padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; }
.client-photo-band span { color: var(--mint); font: 750 7px ui-monospace, monospace; letter-spacing: .13em; }
.client-photo-band h2 { margin: 24px 0 0; font-size: 37px; line-height: 1.08; letter-spacing: -.045em; }
.quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--dark-line); border-inline-start: 1px solid var(--dark-line); }
.quote-grid blockquote { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border-inline-end: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.quote-grid blockquote > svg { color: var(--violet-2); }
.quote-grid blockquote > p { margin: 50px 0 30px; color: #d9d9e2; font-size: 19px; line-height: 1.55; }
.quote-grid footer { margin-top: auto; }
.quote-grid footer b, .quote-grid footer span { display: block; }
.quote-grid footer b { font-size: 11px; }
.quote-grid footer span { margin-top: 6px; color: #73737f; font-size: 9px; }
.about-image-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; padding-bottom: 120px; }
.about-story-copy .large-index { color: var(--violet); font-size: 8px; }
.about-story-copy h2 { margin: 28px 0 24px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.about-story-copy > p { color: #686873; font-size: 14px; line-height: 1.85; }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--dark-line); border-inline-start: 1px solid var(--dark-line); }
.value-grid article { min-height: 280px; padding: 28px; border-inline-end: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.value-grid article > span { color: #696975; font: 750 8px ui-monospace, monospace; }
.value-grid svg { float: inline-end; color: var(--mint); }
.value-grid h3 { clear: both; margin: 90px 0 12px; font-size: 18px; }
.value-grid p { margin: 0; color: #888894; font-size: 10px; line-height: 1.75; }
.single-office, .contact-office-image { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 500px; background: var(--black); color: #fff; }
.single-office > div, .contact-office-image > div { padding: 45px; display: flex; flex-direction: column; justify-content: flex-end; }
.single-office > div > span, .contact-office-image > div > span { color: var(--mint); font: 750 8px ui-monospace, monospace; }
.single-office h3, .contact-office-image h3 { margin: 20px 0 12px; font-size: 36px; }
.single-office p, .contact-office-image p { margin: 0; color: #9b9ba6; font-size: 12px; line-height: 1.8; }
.single-office img, .contact-office-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }

/* Resources and news */
.resource-page-section, .news-page-section { padding-bottom: 130px; }
.resource-page-section > .resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured-resource { min-height: 450px; display: grid; grid-template-columns: .6fr 1.1fr .8fr; gap: 45px; align-items: center; margin-bottom: 60px; padding: 44px; overflow: hidden; background: var(--black); color: #fff; }
.featured-resource > span, .news-feature > div:first-child > span { align-self: start; color: var(--mint); font: 750 7px ui-monospace, monospace; letter-spacing: .13em; }
.featured-resource h2, .news-feature h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 55px); line-height: 1; letter-spacing: -.05em; }
.featured-resource p, .news-feature p { color: #a3a3ae; font-size: 12px; line-height: 1.75; }
.featured-resource a, .news-feature a { display: inline-flex; margin-top: 18px; color: var(--mint); font-size: 10px; font-weight: 800; }
.feature-resource-image, .news-feature-image { position: relative; height: 340px; overflow: hidden; }
.feature-resource-image img, .news-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-resource-image b { position: absolute; inset-inline-start: 20px; bottom: 18px; color: #fff; font-size: 18px; line-height: 1; }
.news-feature { min-height: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; padding: 50px; background: var(--black); color: #fff; }
.news-feature > div:first-child { display: flex; flex-direction: column; align-items: flex-start; }
.news-feature-image { height: 380px; }
.news-feature-image > div { position: absolute; inset-inline: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 12px; background: rgba(8,8,11,.8); color: #fff; font: 750 7px ui-monospace, monospace; }
.news-feature-image i { width: 20px; height: 1px; background: var(--mint); }
.news-page-section > .news-list > a { grid-template-columns: 45px minmax(0, 1fr) 30px; min-height: 180px; align-items: center; }
.news-page-section .news-list h3 { font-size: 25px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 70px; background: var(--black); color: #fff; }
.contact-primary { min-height: 520px; padding: 50px; display: flex; flex-direction: column; align-items: flex-start; }
.contact-primary > span { color: var(--mint); font: 750 7px ui-monospace, monospace; letter-spacing: .13em; }
.contact-primary > svg { margin-top: auto; color: var(--violet-2); }
.contact-primary h2 { margin: 25px 0 13px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.055em; }
.contact-primary p { max-width: 520px; margin: 0; color: #9696a2; font-size: 12px; line-height: 1.75; }
.contact-primary a { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--mint); font-size: 11px; font-weight: 800; }
.contact-options { display: grid; grid-template-rows: repeat(3, 1fr); border-inline-start: 1px solid var(--dark-line); }
.contact-options > a, .contact-options > div { position: relative; display: grid; grid-template-columns: 32px 1fr 24px; grid-template-rows: auto auto; column-gap: 15px; align-content: center; padding: 30px; border-bottom: 1px solid var(--dark-line); }
.contact-options > div { grid-template-columns: 32px 1fr; }
.contact-options > * > svg:first-child { grid-row: 1 / 3; color: var(--violet-2); }
.contact-options > * > svg:last-child { grid-column: 3; grid-row: 1 / 3; }
.contact-options span { color: #777784; font-size: 9px; }
.contact-options b { margin-top: 7px; font-size: 13px; line-height: 1.5; }
.office-contact { margin-top: 120px; }

/* Articles */
.back-link { display: inline-flex; align-items: center; gap: 8px; color: #7c7c87; font-size: 9px; font-weight: 750; }
.article-shell { padding-top: 65px; padding-bottom: 120px; }
.article-shell > header { max-width: 980px; margin: 75px auto 80px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: var(--violet); font: 750 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.article-shell > header h1 { margin: 32px 0 25px; font-size: clamp(52px, 7.4vw, 96px); line-height: .94; letter-spacing: -.065em; overflow-wrap: anywhere; }
.article-shell > header p { max-width: 720px; margin: 0; color: #6e6e79; font-size: 16px; line-height: 1.75; }
.article-featured-image { height: min(650px, 65vw); min-height: 360px; overflow: hidden; }
.article-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 720px); justify-content: center; gap: 90px; padding-top: 90px; }
.article-layout aside { position: sticky; top: 120px; align-self: start; display: grid; gap: 14px; padding-top: 5px; }
.article-layout aside > span { margin-bottom: 10px; color: #9b9ba4; font: 750 7px ui-monospace, monospace; letter-spacing: .12em; }
.article-layout aside > a { color: #686873; font-size: 10px; line-height: 1.5; }
.article-layout .aside-cta { margin-top: 18px; padding: 16px; display: flex; justify-content: space-between; gap: 10px; background: var(--black); color: #fff; }
.article-body section { scroll-margin-top: 120px; padding-bottom: 60px; }
.article-body section > span { color: var(--violet); font: 750 8px ui-monospace, monospace; }
.article-body h2, .article-body .entry-content h2 { margin: 18px 0 20px; font-size: 36px; line-height: 1.08; letter-spacing: -.045em; }
.article-body p, .article-body .entry-content p, .article-body li { color: #595965; font-size: 15px; line-height: 1.9; }

/* Resource field guides — structured like a working manual */
.resource-manual { background: #ededf1; }
.resource-manual-hero { padding: 58px 0 70px; background: var(--black); color: var(--white); }
.resource-manual-back, .news-dispatch-topline > a { display: inline-flex; align-items: center; gap: 9px; color: #92929e; font-size: 9px; font-weight: 800; }
.resource-manual-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); gap: 80px; align-items: end; margin-top: 70px; }
.resource-manual-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.resource-manual-meta span { padding: 8px 11px; border: 1px solid #34343e; color: #a3a3af; font: 760 8px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.resource-manual-heading h1 { max-width: 830px; margin: 32px 0 25px; font-size: clamp(58px, 7.6vw, 105px); line-height: .88; letter-spacing: -.075em; overflow-wrap: anywhere; }
.resource-manual-heading > div > p { max-width: 680px; margin: 0; color: #a1a1ad; font-size: 15px; line-height: 1.75; }
.resource-manual-cover { position: relative; height: 475px; overflow: hidden; border: 1px solid #373742; background: #111117; transform: rotate(1.5deg); }
.resource-manual-cover::before { content: ""; position: absolute; z-index: 1; inset: 16px; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.resource-manual-cover img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.resource-manual-cover figcaption { position: absolute; z-index: 2; inset-inline: 28px; bottom: 26px; display: flex; justify-content: space-between; gap: 20px; color: #fff; }
.resource-manual-cover figcaption span { color: var(--mint); font: 760 8px ui-monospace, monospace; letter-spacing: .12em; }
.resource-manual-cover figcaption b { max-width: 145px; font-size: 20px; line-height: 1; text-align: end; }
.resource-manual-route { position: relative; z-index: 3; display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 35px; margin-top: -1px; padding-top: 30px; padding-bottom: 30px; border: 1px solid var(--line); border-top: 0; background: var(--white); }
.resource-manual-route > span { padding: 4px 0 0 28px; color: var(--violet); font: 800 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.resource-manual-route > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.resource-manual-route a { min-height: 54px; padding: 4px 22px; border-inline-start: 1px solid var(--line); color: #595965; font-size: 10px; line-height: 1.4; }
.resource-manual-route a span { display: block; margin-bottom: 7px; color: #9999a4; font: 750 7px ui-monospace, monospace; }
.resource-manual-body { padding-top: 110px; padding-bottom: 55px; }
.resource-manual-chapter { display: grid; grid-template-columns: 175px minmax(0, 760px); justify-content: center; gap: 70px; scroll-margin-top: 115px; padding: 0 0 100px; }
.resource-manual-index { display: flex; align-items: flex-start; gap: 14px; padding-top: 11px; color: var(--violet); font: 800 9px ui-monospace, monospace; letter-spacing: .12em; }
.resource-manual-index i { width: 70px; height: 1px; margin-top: 5px; background: var(--violet); }
.resource-manual-chapter h2 { margin: 0 0 28px; font-size: clamp(39px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.resource-manual-chapter p, .resource-manual-fallback p, .resource-manual-fallback li { color: #575762; font-size: 15px; line-height: 1.9; }
.resource-manual-visual { position: relative; width: min(1040px, 100%); height: 550px; margin: 5px auto 105px; overflow: hidden; background: var(--black); box-shadow: var(--shadow); }
.resource-manual-visual img { width: 100%; height: 100%; object-fit: cover; }
.resource-manual-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,11,.34), transparent 55%), linear-gradient(transparent 65%, rgba(8,8,11,.65)); }
.resource-manual-visual figcaption { position: absolute; z-index: 2; inset-inline: 28px; bottom: 25px; display: flex; justify-content: space-between; gap: 20px; color: #fff; }
.resource-manual-visual figcaption span { color: var(--mint); font: 760 8px ui-monospace, monospace; letter-spacing: .12em; }
.resource-manual-visual figcaption b { font-size: 20px; }
.resource-manual-fallback { width: min(780px, 100%); margin-inline: auto; padding-bottom: 70px; }
.resource-manual-action { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 105px; padding: 45px; background: var(--violet); color: #fff; }
.resource-manual-action span { color: #d9d7ff; font: 800 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.resource-manual-action h2 { max-width: 760px; margin: 18px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.05em; }

/* News dispatches — a live-signal editorial system */
.news-dispatch { background: var(--white); }
.news-dispatch-hero { padding: 58px 0 0; overflow: hidden; background: var(--black); color: #fff; }
.news-dispatch-topline { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 26px; border-bottom: 1px solid #2c2c35; }
.news-dispatch-topline > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #747480; font: 760 7px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.news-dispatch-topline > div span:first-child { color: var(--mint); }
.news-dispatch-heading { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 36px; padding: 75px 0 70px; }
.news-dispatch-heading > span { padding-top: 15px; color: var(--violet-2); font: 780 8px ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.news-dispatch-heading h1 { grid-column: 2; max-width: 1060px; margin: 0; font-size: clamp(62px, 9.3vw, 128px); line-height: .82; letter-spacing: -.083em; overflow-wrap: anywhere; }
.news-dispatch-heading p { grid-column: 2; max-width: 700px; margin: 8px 0 0; color: #9a9aa6; font-size: 15px; line-height: 1.75; }
.news-dispatch-visual { position: relative; height: min(700px, 60vw); min-height: 420px; overflow: hidden; background: #111117; }
.news-dispatch-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.news-dispatch-scan { position: absolute; inset-inline: 24px; bottom: 22px; display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,8,11,.7); backdrop-filter: blur(10px); color: #d1d1da; font: 760 7px ui-monospace, monospace; letter-spacing: .11em; }
.news-dispatch-scan i { flex: 1; height: 1px; background: rgba(255,255,255,.23); }
.news-dispatch-body { padding-top: 105px; padding-bottom: 100px; }
.news-dispatch-intro { display: grid; grid-template-columns: 175px minmax(0, 780px); justify-content: center; gap: 55px; padding-bottom: 95px; }
.news-dispatch-intro > span { padding-top: 9px; color: var(--violet); font: 800 8px ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.news-dispatch-intro p { margin: 0; font: 400 clamp(28px, 3.3vw, 44px)/1.25 Georgia, serif; letter-spacing: -.025em; }
.news-dispatch-section { display: grid; grid-template-columns: 150px minmax(240px, 350px) minmax(0, 600px); justify-content: center; gap: 40px; scroll-margin-top: 115px; padding: 70px 0; border-top: 1px solid var(--line); }
.news-dispatch-section > div:first-child { display: flex; align-items: center; gap: 13px; color: var(--violet); font: 800 8px ui-monospace, monospace; letter-spacing: .1em; }
.news-dispatch-section > div:first-child i { width: 42px; height: 1px; background: var(--violet); }
.news-dispatch-section h2 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.04; letter-spacing: -.045em; }
.news-dispatch-copy p, .news-dispatch-fallback p, .news-dispatch-fallback li { margin-top: 0; color: #555560; font-size: 15px; line-height: 1.9; }
.news-dispatch-break { position: relative; width: min(1070px, 100%); height: 570px; margin: 50px auto; overflow: hidden; background: var(--black); }
.news-dispatch-break img { width: 100%; height: 100%; object-fit: cover; }
.news-dispatch-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(8,8,11,.75)); }
.news-dispatch-break figcaption { position: absolute; z-index: 2; inset-inline: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 25px; color: #fff; }
.news-dispatch-break figcaption span { color: var(--mint); font: 760 8px ui-monospace, monospace; letter-spacing: .12em; }
.news-dispatch-break figcaption b { font-size: clamp(26px, 3vw, 42px); letter-spacing: -.04em; }
.news-dispatch-fallback { width: min(780px, 100%); margin-inline: auto; }
.news-dispatch-footer { padding: 100px 0; background: var(--violet); color: #fff; }
.news-dispatch-footer .shell { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; gap: 45px; align-items: end; }
.news-dispatch-footer span { align-self: start; color: #d8d6ff; font: 800 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.news-dispatch-footer h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.06em; }
.news-dispatch-footer a { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 0 22px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }

/* Case studies */
.case-article { padding-top: 65px; padding-bottom: 60px; }
.case-article > header { margin: 70px 0 65px; }
.case-article > header > div { display: flex; justify-content: space-between; color: #878792; font: 750 8px ui-monospace, monospace; letter-spacing: .13em; }
.case-article > header h1 { margin: 32px 0 18px; font-size: clamp(64px, 10vw, 130px); line-height: .84; letter-spacing: -.08em; overflow-wrap: anywhere; }
.case-article > header p { max-width: 700px; margin: 0; color: #676772; font-size: 16px; line-height: 1.75; }
.case-hero-art { position: relative; height: 620px; overflow: hidden; background: radial-gradient(circle at center, rgba(119,112,255,.38), transparent 42%), var(--black); background-position: center; background-size: cover; color: #fff; }
.case-hero-art > span { position: absolute; z-index: 2; inset-inline-start: 30px; bottom: 28px; font-size: 20px; font-weight: 800; }
.case-art-screen { position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px; transform: translate(-50%,-50%) rotate(-5deg); border: 1px solid rgba(255,255,255,.4); background: rgba(8,8,11,.5); backdrop-filter: blur(7px); }
.case-art-screen i { border: 1px solid rgba(255,255,255,.18); }
.case-art-orbit { position: absolute; left: 50%; top: 50%; width: 520px; height: 520px; margin: -260px; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; animation: spin-plain 35s linear infinite; }
.case-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 100px 0; border-bottom: 1px solid var(--line); }
.case-summary span { color: var(--violet); font: 750 8px ui-monospace, monospace; letter-spacing: .12em; }
.case-summary h2 { margin: 25px 0 0; font-size: 43px; line-height: 1.08; letter-spacing: -.05em; }
.case-summary p { margin: 0; color: #62626d; font-size: 14px; line-height: 1.85; }
.case-summary ul { margin: 28px 0 0; padding: 0; list-style: none; }
.case-summary li { display: flex; gap: 9px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.case-summary li svg { color: var(--violet); flex: none; }
.case-article > blockquote { max-width: 950px; margin: 100px auto; font: 400 clamp(34px, 4.6vw, 62px)/1.12 Georgia, serif; letter-spacing: -.035em; text-align: center; }
.case-article > blockquote footer { margin-top: 25px; color: #777782; font: 750 9px ui-monospace, monospace; letter-spacing: .12em; }
.case-method { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.case-method > div { min-height: 280px; padding: 30px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-method span { color: var(--violet); font: 750 8px ui-monospace, monospace; }
.case-method h3 { margin: 90px 0 13px; font-size: 20px; }
.case-method p { margin: 0; color: #6e6e79; font-size: 11px; line-height: 1.75; }
.case-contact-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 60px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 800; }

/* Footer */
.footer { padding-top: 85px; background: var(--black); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.4fr .55fr .65fr 1fr; gap: 55px; padding-bottom: 70px; }
.footer-lead > p { max-width: 360px; margin: 25px 0; color: #858591; font-size: 11px; line-height: 1.75; }
.footer-social { display: flex; flex-wrap: wrap; gap: 15px; }
.footer-social a { color: #a1a1ad; font-size: 9px; }
.footer-top > div:not(.footer-lead) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-top h3 { margin: 0 0 10px; color: #73737e; font: 750 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.footer-top > div:not(.footer-lead) a, .footer-top > div:not(.footer-lead) > span { display: flex; align-items: center; gap: 7px; color: #b5b5bf; font-size: 10px; line-height: 1.5; }
.footer-wordmark { padding: 45px 0 38px; border-top: 1px solid var(--dark-line); font-size: clamp(70px, 12.5vw, 175px); line-height: .75; letter-spacing: -.085em; font-weight: 760; white-space: nowrap; overflow: hidden; }
.footer-wordmark span { color: var(--violet); font-family: Georgia, serif; font-weight: 400; }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--dark-line); color: #686874; font-size: 8px; }

/* Empty states */
.content-empty { grid-column: 1 / -1; padding: 52px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.dark-section .content-empty { border-color: var(--dark-line); background: var(--black-2); }
.content-empty h3 { margin: 0 0 12px; font-size: 24px; }
.content-empty p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.7; }

@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin-plain { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
	.site-header nav > ul { gap: 15px; }
	.site-header nav a, .nav-dropdown-trigger { font-size: 10px; }
	.header-cta { display: none; }
	.resource-page-section > .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.featured-resource { grid-template-columns: .45fr 1fr .8fr; gap: 30px; }
}

@media (max-width: 980px) {
	.section-pad { padding-top: 95px; padding-bottom: 95px; }
	.section-intro { grid-template-columns: .45fr 1.55fr; gap: 45px; }
	.home-hero h1 { font-size: clamp(68px, 12.5vw, 116px); }
	.hero-stage { height: 450px; }
	.node-web { left: 4%; } .node-app { right: 4%; } .node-seo { right: 10%; }
	.service-rows > a { grid-template-columns: 34px 42px minmax(0, 1fr) 48px; }
	.service-rows ul { display: none; }
	.service-visual-ledger { grid-template-columns: 1fr 1fr; }
	.service-visual-ledger figure:nth-child(3) { grid-column: 1 / 3; }
	.capability-grid-v2, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.steps-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.outcomes-v2, .manifesto-grid, .about-image-story { grid-template-columns: 1fr; gap: 55px; }
	.related-knowledge .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.featured-resource { grid-template-columns: 1fr 1fr; }
	.featured-resource > span { grid-column: 1 / -1; }
	.news-feature { gap: 35px; padding: 36px; }
	.client-photo-band { grid-template-columns: 1fr; }
	.client-photo-band img { min-height: 400px; }
	.client-photo-band > div { min-height: 270px; }
	.contact-layout { grid-template-columns: 1fr; }
	.contact-options { border-inline-start: 0; border-top: 1px solid var(--dark-line); }
	.article-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 50px; }
	.sector-grid { grid-template-columns: 1fr; }
	.sector-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sectors-constellation { grid-template-columns: 1.25fr .75fr; }
	.sector-studio-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
	.resource-manual-heading { grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 48px; }
	.resource-manual-cover { height: 410px; }
	.resource-manual-route > div { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
	.resource-manual-chapter { grid-template-columns: 130px minmax(0, 700px); gap: 45px; }
	.news-dispatch-section { grid-template-columns: 110px minmax(220px, 300px) minmax(0, 1fr); gap: 28px; }
	.news-dispatch-footer .shell { grid-template-columns: 120px minmax(0, 1fr); }
	.news-dispatch-footer a { grid-column: 2; justify-self: start; }
	.footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
	.footer-lead { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	.shell { width: min(100% - 30px, 1260px); }
	.section-pad { padding-top: 75px; padding-bottom: 75px; }
	.section-intro, .page-kicker, .page-hero > div:last-child, .hero-lower,
	.service-hero-lower, .knowledge-split, .outcomes-v2, .case-summary,
	.single-office, .contact-office-image, .news-feature, .featured-resource,
	.article-layout { grid-template-columns: 1fr; }
	.section-intro, .page-kicker { gap: 28px; }
	.section-intro { margin-bottom: 45px; }
	.section-intro h2 { font-size: clamp(44px, 13vw, 66px); }
	.page-hero { padding-top: 65px; padding-bottom: 70px; }
	.page-hero > div:last-child { gap: 30px; margin-top: 42px; }
	.page-hero h1 { font-size: clamp(55px, 16vw, 85px); }
	.home-hero { padding-top: 48px; padding-bottom: 65px; }
	.home-hero h1 { margin: 34px 0 38px; font-size: clamp(60px, 19vw, 92px); line-height: .86; }
	.hero-lower { gap: 30px; }
	.hero-lower > div { justify-content: flex-start; }
	.hero-stage { height: 470px; margin-top: 52px; }
	.stage-core { width: 154px; height: 154px; padding: 21px; }
	.ring-b { width: 320px; height: 320px; }
	.ring-a { width: 230px; height: 230px; }
	.stage-node { width: 128px; padding: 13px; }
	.node-web { left: 3%; top: 18%; } .node-app { right: 3%; top: 22%; } .node-seo { right: 6%; bottom: 16%; }
	.client-name:nth-last-child(-n+3) { display: none; }
	.home-image-band, .service-visual-ledger { grid-template-columns: 1fr; padding-top: 45px; padding-bottom: 60px; }
	.home-image-band figure, .home-image-band figure:nth-child(2), .service-visual-ledger figure,
	.service-visual-ledger figure:nth-child(3) { grid-column: auto; height: 280px; margin-top: 0; }
	.service-rows > a { min-height: auto; grid-template-columns: 28px minmax(0, 1fr) 40px; gap: 14px; padding: 28px 0; }
	.service-rows > a > svg { display: none; }
	.service-rows h3 { font-size: 20px; }
	.service-catalog-grid, .case-grid, .resource-grid, .related-knowledge .resource-grid,
	.capability-grid-v2, .steps-v2, .client-logo-grid, .clients-page-grid,
	.quote-grid, .value-grid, .faq-grid, .case-method { grid-template-columns: 1fr; }
	.case-card, .case-card:nth-child(3) { grid-column: auto; margin-top: 0; }
	.case-visual { height: 330px; }
	.manifesto-section { padding: 75px 0; }
	.manifesto-media, .about-team-image { height: 460px; }
	.project-cta { min-height: 420px; margin-top: 45px; margin-bottom: 45px; padding: 40px 24px; }
	.project-cta h2 { font-size: clamp(47px, 14vw, 70px); }
	.round-arrow { top: 35px; inset-inline-end: 24px; width: 54px; height: 54px; }
	.service-hero-v2 { padding-top: 60px; padding-bottom: 80px; }
	.service-heading .page-kicker { margin-bottom: 42px; }
	.service-heading h1 { font-size: clamp(54px, 16vw, 84px); }
	.service-hero-lower { gap: 28px; }
	.service-hero-lower .button-accent { justify-self: start; }
	.service-image-frame { height: 470px; margin-top: 50px; }
	.image-bars { width: 150px; }
	.capability-grid-v2 article, .value-grid article, .steps-v2 article, .case-method > div { min-height: 230px; }
	.capability-grid-v2 h3, .value-grid h3, .steps-v2 h3, .case-method h3 { margin-top: 65px; }
	.faq-grid article, .faq-grid article:nth-child(even) { min-height: auto; padding: 26px 0; border-inline-end: 0; }
	.client-logo-grid > div, .clients-page-grid > div { border-inline-end: 1px solid var(--line); }
	.resource-page-section > .resource-grid { grid-template-columns: 1fr; }
	.featured-resource, .news-feature { padding: 28px; }
	.feature-resource-image, .news-feature-image { height: 300px; }
	.article-featured-image { min-height: 300px; }
	.article-layout { gap: 45px; padding-top: 60px; }
	.article-layout aside { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
	.article-shell > header { margin: 52px 0 55px; }
	.article-shell > header h1 { font-size: clamp(47px, 14vw, 72px); }
	.sector-preview-visual { height: 420px; }
	.sector-preview-visual figcaption span:nth-of-type(4), .sector-preview-visual figcaption span:nth-of-type(5), .sector-preview-visual figcaption i:nth-of-type(4) { display: none; }
	.sector-grid-compact { grid-template-columns: 1fr; }
	.sector-grid-compact .sector-card-copy { min-height: 225px; }
	.sectors-constellation { grid-template-columns: 1fr; margin-bottom: 85px; }
	.sectors-constellation figure { min-height: 470px; }
	.sectors-constellation > div { min-height: 300px; border-inline-start: 0; border-top: 1px solid var(--dark-line); }
	.sector-catalogue { padding-bottom: 85px; }
	.sector-card { grid-template-columns: minmax(155px, .68fr) minmax(0, 1fr); }
	.sector-card-visual { min-height: 410px; }
	.sector-studio { padding: 80px 0; }
	.sector-studio-grid { grid-template-columns: 1fr; }
	.sector-studio-grid figure { height: 480px; }
	.resource-manual-hero { padding: 42px 0 52px; }
	.resource-manual-heading { grid-template-columns: 1fr; gap: 45px; margin-top: 48px; }
	.resource-manual-cover { width: min(520px, 94%); height: 440px; justify-self: center; }
	.resource-manual-route { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
	.resource-manual-route > span { padding: 0; }
	.resource-manual-route > div { grid-template-columns: 1fr 1fr; }
	.resource-manual-route a { padding: 4px 15px; }
	.resource-manual-body { padding-top: 75px; }
	.resource-manual-chapter { grid-template-columns: 1fr; gap: 25px; padding-bottom: 75px; }
	.resource-manual-index { padding-top: 0; }
	.resource-manual-visual { height: 420px; margin-bottom: 80px; }
	.resource-manual-action { align-items: flex-start; flex-direction: column; margin-bottom: 75px; padding: 32px; }
	.resource-manual-action .button-accent { width: auto; }
	.news-dispatch-hero { padding-top: 42px; }
	.news-dispatch-topline { align-items: flex-start; flex-direction: column; }
	.news-dispatch-topline > div { justify-content: flex-start; }
	.news-dispatch-heading { grid-template-columns: 1fr; gap: 25px; padding: 55px 0; }
	.news-dispatch-heading h1, .news-dispatch-heading p { grid-column: 1; }
	.news-dispatch-heading h1 { font-size: clamp(56px, 17vw, 88px); }
	.news-dispatch-visual { height: 470px; min-height: 0; }
	.news-dispatch-body { padding-top: 75px; padding-bottom: 70px; }
	.news-dispatch-intro { grid-template-columns: 1fr; gap: 25px; padding-bottom: 70px; }
	.news-dispatch-section { grid-template-columns: 1fr; gap: 24px; padding: 52px 0; }
	.news-dispatch-section > div:first-child { justify-content: flex-start; }
	.news-dispatch-break { height: 430px; margin: 30px auto; }
	.news-dispatch-footer { padding: 75px 0; }
	.news-dispatch-footer .shell { grid-template-columns: 1fr; gap: 28px; }
	.news-dispatch-footer a { grid-column: 1; }
	.case-hero-art { height: 430px; }
	.case-art-screen { width: 70%; height: 45%; }
	.case-art-orbit { width: 340px; height: 340px; margin: -170px; }
	.case-summary { gap: 42px; padding: 70px 0; }
	.case-article > blockquote { margin: 75px auto; }
	.footer-top { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
	.footer-lead { grid-column: 1 / -1; }
	.footer-wordmark { font-size: clamp(58px, 19vw, 100px); }
	.footer-bottom { padding: 24px 0; flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 480px) {
	.brand-word { font-size: 17px; }
	.home-hero h1 { font-size: 58px; }
	.hero-lower > div { display: grid; grid-template-columns: 1fr; width: 100%; }
	.button-accent, .button-ghost { width: 100%; }
	.stage-top span:last-child, .node-seo { display: none; }
	.stage-node { width: 106px; }
	.client-rail > div { justify-content: flex-start; }
	.client-name:nth-of-type(n+4) { display: none; }
	.service-catalog-grid article { min-height: auto; padding: 28px 22px; }
	.service-image-frame { height: 410px; }
	.image-interface span:last-child, .image-bars { display: none; }
	.contact-primary { min-height: 470px; padding: 34px 24px; }
	.contact-options > a, .contact-options > div { padding: 25px 20px; }
	.footer-top { grid-template-columns: 1fr; }
	.footer-lead { grid-column: auto; }
	.content-empty { padding: 36px 20px; }
	.resource-manual-heading h1 { font-size: 52px; }
	.resource-manual-cover { width: 100%; height: 370px; }
	.resource-manual-route > div { grid-template-columns: 1fr; }
	.resource-manual-route a { min-height: 48px; }
	.resource-manual-visual, .news-dispatch-break { height: 330px; }
	.resource-manual-visual figcaption, .news-dispatch-break figcaption { inset-inline: 18px; bottom: 17px; align-items: flex-start; flex-direction: column; }
	.resource-manual-action { padding: 28px 22px; }
	.resource-manual-action .button-accent { width: 100%; }
	.news-dispatch-visual { height: 380px; }
	.news-dispatch-scan span:nth-of-type(2), .news-dispatch-scan i:last-of-type { display: none; }
	.sector-preview-visual { height: 330px; }
	.sector-preview-visual figcaption span:nth-of-type(n+3), .sector-preview-visual figcaption i:nth-of-type(n+3) { display: none; }
	.sector-card { grid-template-columns: 1fr; }
	.sector-card-visual { min-height: 260px; }
	.sector-grid-compact .sector-card-copy, .sector-card-copy { min-height: auto; }
	.sector-card-copy h2 { margin-top: 30px; }
	.sector-card-copy ul { margin-top: 25px; }
	.sectors-constellation figure { min-height: 360px; }
	.sectors-constellation > div { min-height: 280px; padding: 28px 24px; }
	.sectors-constellation > div p { font-size: 21px; }
	.sector-studio-grid figure { height: 380px; }
}

html[dir="rtl"] .resource-manual-back svg, html[dir="rtl"] .news-dispatch-topline > a svg { transform: scaleX(-1); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
