/* Precision: shared art direction and the connected-business homepage. */
:root {
  color-scheme: dark;
  --paper: #080f17; --paper-2: #0d1823; --card: #101e2b;
  --ink: #edf3f7; --ink-2: #b2c0cc;
  --muted: #94a9bb; --rule: #273643; --rule-strong: #466071;
  --red: #f34c31; --red-deep: #f34c31; --blue: #115477;
  --accent: #ff6448; --accent-deep: #ff7962; --accent-tint: #18232d;
  --night: #0b1520; --night-rule: #293b49; --accent-bright: #ff8e75;
  --serif: "Schibsted Grotesk", Helvetica, Arial, sans-serif;
  --wrap: 1400px; --header-h: 88px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
body { font-size: 16px; }
body::after { display: none; }
[hidden] { display: none !important; }
button { font-family: var(--sans); }
:focus-visible { outline: 2px solid #ff947c; outline-offset: 5px; }
::selection { background: #bc442d; color: #fff; }
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 500; letter-spacing: -.045em; }
.h1 { font-size: clamp(2.7rem, 5.6vw, 5.5rem); font-weight: 500; line-height: 1.05; letter-spacing: -.055em; }
.h2 { font-size: clamp(2.1rem, 3.8vw, 3.65rem); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; }
.h1 em, .h2 em, .display em { font-style: normal; color: #91b2c5; }
.h3 { font-weight: 500; }
.lede { font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.65; }
.label { font: 500 .66rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }
.clause { font: 400 .8rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--accent-deep); }
.reading-progress { position: fixed; left: 0; top: 0; height: 2px; width: 0; background: var(--accent); z-index: 150; pointer-events: none; }

/* Original logo silhouettes, colored for the dark background with CSS masks. */
.site-header { background: #080f17ef; border-bottom: 1px solid var(--rule); backdrop-filter: blur(16px); }
.header-inner { gap: 24px; }
.site-header .brand { position: relative; width: 232px; height: 60px; background: transparent; overflow: hidden; }
.site-header .brand-logo { position: absolute; left: 0; top: -8px; width: 232px; height: auto; max-width: none; }
.site-header .brand::before, .site-header .brand::after { content: ""; position: absolute; left: 0; top: -8px; width: 100%; aspect-ratio: 2172 / 724; background: #ef452d; -webkit-mask: url('/assets/brand/social-consulting-horizontal.png') center / contain no-repeat; mask: url('/assets/brand/social-consulting-horizontal.png') center / contain no-repeat; pointer-events: none; }
.site-header .brand::after { background: #4b9cd3; clip-path: inset(0 0 0 51%); }
.brand-logo { opacity: 0; }
.nav { gap: 22px; }
.nav a { font-size: .75rem; line-height: 1.4; }
.header-cta { font-size: .75rem !important; padding: 13px 17px !important; }
.site-footer { background: #060c12; border-top: 1px solid var(--rule); }
.site-footer .brand { position: relative; background: transparent; padding: 0; width: 232px; }
.site-footer .brand-logo { width: 100%; height: auto; }
.site-footer .brand::before, .site-footer .brand::after { content: ""; position: absolute; inset: 0; background: #ef452d; -webkit-mask: url('/assets/brand/social-consulting-stacked.png') center / contain no-repeat; mask: url('/assets/brand/social-consulting-stacked.png') center / contain no-repeat; pointer-events: none; }
.site-footer .brand::after { background: #4b9cd3; clip-path: inset(66% 0 0); }
.footer-links { font-size: .88rem; }
.footer-brand p { font-size: .9rem; }
.footer-brand .footer-meta { font-size: .77rem; }
.menu-toggle { border-radius: 3px; }
.mobile-nav a { font-size: 1.45rem; }
.mobile-menu { background: #080f17; }

/* Buttons carry a directional fill; magnetic movement is pointer-only. */
.btn { position: relative; isolation: isolate; overflow: hidden; border-radius: 2px; padding: 17px 22px; gap: 24px; font-size: .83rem; line-height: 1.3; font-weight: 500; transition: color .3s, border-color .3s, transform .4s var(--ease); }
.btn::before { content: ""; position: absolute; z-index: -1; inset: -1px; background: #f4f7f9; border-radius: 50%; transform: translate(-115%, 60%) scale(.5); transition: transform .65s var(--ease); }
.btn:hover::before, .btn:focus-visible::before { transform: translate(0, 0) scale(1.55); }
.btn-primary, .btn-primary:hover { background: #d73f29; color: #fff; }
.btn-ink, .btn-ink:hover { background: transparent; border-color: var(--rule-strong); color: var(--ink); }
.btn-light, .btn-light:hover { background: #e9f0f4; color: #102333; }
.btn-light::before { background: #b7d0df; }
.btn:hover, .btn:focus-visible { color: #102333; }
.btn .arrow { font-size: 1.45rem; font-weight: 400; }
.btn:hover .arrow { transform: translate(3px, -3px); }
.link-arrow { font-size: .8rem; line-height: 1.5; font-weight: 500; padding: 8px 0; border-bottom-color: #536776; transition: color .3s, border-color .3s; }
.link-arrow:hover { color: var(--accent-bright); border-bottom-color: var(--accent); }
.skip-link { color: #102333; }

/* Compact composition: text and network share the first viewport. */
.precision-hero { overflow: hidden; border-bottom: 1px solid var(--rule); background: radial-gradient(ellipse at 76% 50%, #17354a85, transparent 63%); }
.precision-hero-inner { position: relative; min-height: 590px; isolation: isolate; }
.precision-copy { position: relative; z-index: 2; width: 53%; padding: 47px 0 28px; pointer-events: none; }
.precision-copy a { pointer-events: auto; }
.precision-copy .kicker { margin-bottom: 26px; }
.precision-copy h1 { font-size: clamp(3rem, 5.6vw, 5.65rem); font-weight: 500; letter-spacing: -.065em; line-height: 1.04; text-wrap: initial; }
.precision-copy h1 .soft { color: #99adbd; }
.precision-lede { max-width: 360px; color: var(--ink-2); font-size: .94rem; line-height: 1.7; margin: 24px 0 0; }
.precision-copy .hero-actions { margin-top: 26px; gap: 20px; }
.hero-coordinate { display: flex; gap: 13px; align-items: center; font: .6rem/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-top: 31px; }
.hero-coordinate span { width: 30px; height: 1px; background: var(--rule-strong); }
.network-stage { position: absolute; right: -2%; top: 0; height: 100%; width: 63%; z-index: 1; }
.network-canvas, .network-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-fallback { display: grid; place-items: center; }
.network-fallback svg { width: 100%; height: 100%; }
.network-canvas { opacity: 0; }
.network-ready .network-canvas { opacity: 1; }
.network-ready .network-fallback { display: none; }
.network-caption { position: absolute; right: 0; top: 24px; display: flex; align-items: center; gap: 10px; font: .6rem/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .12em; color: #a0bbc9; }
.network-caption span { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px #f34c31; }
.network-controls { position: absolute; right: 0; bottom: 15px; display: flex; align-items: center; gap: 15px; z-index: 3; }
.network-hint { font: .57rem/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.motion-toggle { border: 1px solid var(--rule-strong); color: var(--ink-2); background: #0b1823; border-radius: 2px; padding: 9px 11px; font-size: .65rem; cursor: pointer; min-height: 36px; }
.motion-toggle:hover { border-color: var(--accent); color: #fff; }

/* Accessible capability selector and local explanatory panels. */
.capabilities { border-bottom: 1px solid var(--rule); scroll-margin-top: var(--header-h); }
.capability-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.capability-tabs button { appearance: none; cursor: pointer; position: relative; text-align: left; color: var(--ink); background: transparent; border: 0; border-right: 1px solid var(--rule); padding: 23px 30px 23px 23px; font-size: .88rem; font-weight: 500; transition: background .35s; }
.capability-tabs button:first-child { padding-left: 0; }
.capability-tabs button:last-child { border-right: 0; }
.cap-index { display: block; color: var(--muted); font: .6rem/1.5 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 9px; }
.cap-arrow { position: absolute; right: 17px; top: 23px; color: var(--muted); transition: transform .4s, color .4s; }
.capability-tabs button::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.capability-tabs button[aria-selected="true"]::after, .capability-tabs button:hover::after { transform: scaleX(1); }
.capability-tabs button:hover { background: #11202c; }
.capability-tabs button:hover .cap-arrow { transform: translate(3px, -3px); color: var(--accent); }
.capability-tabs button:focus-visible { outline-offset: -4px; }
.capability-body { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; padding: 31px 0; border-top: 1px solid var(--rule); }
.capability-panels { min-height: 180px; }
.capability-panels h3 { font-size: 1.65rem; margin: 12px 0 9px; line-height: 1.12; }
.capability-panels article > p:not(.label) { font-size: .86rem; line-height: 1.6; color: var(--ink-2); max-width: 43ch; margin-bottom: 12px; }
.capability-panels .link-arrow { font-size: .76rem; }
.capability-principle { padding-left: 24px; border-left: 1px solid var(--rule); }
.capability-principle > p:last-child { color: var(--muted); font-size: .79rem; margin-top: 16px; }
.signal-lines { margin-top: 15px; height: 62px; }
.signal-lines svg { width: 100%; height: 100%; }
.signal-lines path { fill: none; stroke: #456d87; stroke-width: 1; }
.signal-lines .signal-trace { stroke: #ff7854; stroke-width: 2; stroke-dasharray: 40 360; animation: signal-flow 6s linear infinite; }
.signal-lines circle { fill: #0a1824; stroke: #ff7854; }
.process-mini { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: 30px; }
.process-mini span { font: .56rem/1.5 ui-monospace, monospace; text-transform: uppercase; border: 1px solid var(--rule); padding: 13px 10px; background: #101d28; }
.process-mini i { color: var(--accent); font-style: normal; }
html:not(.js) .capability-tabs { display: none; }
html:not(.js) .capability-panels [hidden] { display: block !important; margin-top: 28px; }

/* Supporting arguments use bespoke diagrams rather than stock imagery. */
.section { padding: clamp(64px, 7vw, 100px) 0; }
.section-head { gap: 32px 80px; margin-bottom: 37px; }
.section-head .h2 { max-width: 24ch; }
.section-head .lede { max-width: 38ch; font-size: 1rem; }
.argument-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.argument-card { position: relative; isolation: isolate; overflow: hidden; padding: 28px; border: 1px solid var(--rule); background: linear-gradient(135deg, #132332, #0d1721); display: flex; flex-direction: column; }
.argument-card::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(230px circle at var(--mouse-x, 50%) var(--mouse-y, 40%), #6093b32b, transparent 80%); opacity: 0; transition: opacity .5s; }
.argument-card:hover::before, .argument-card:focus-within::before { opacity: 1; }
.argument-card h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.15; margin: 8px 0 16px; letter-spacing: -.035em; }
.argument-card p { color: var(--ink-2); font-size: .9rem; line-height: 1.7; margin-bottom: 24px; }
.card-link { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--rule); font-size: .79rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; text-decoration: none; transition: color .3s; }
.card-link span { font-size: 1.3rem; color: var(--accent); transition: transform .4s; }
.card-link:hover { color: var(--accent-bright); }
.card-link:hover span { transform: translate(4px, -4px); }
.argument-visual { position: relative; height: 125px; margin: 12px 0 15px; display: grid; place-items: center; overflow: hidden; }
.argument-visual svg { width: 100%; height: 100%; }
.routes path { fill: none; stroke: #507991; stroke-width: 1; }
.routes .hot-route { stroke: #ff7654; stroke-width: 2; stroke-dasharray: 40 360; animation: signal-flow 7s linear infinite; }
.alignment span { position: absolute; width: 58px; height: 58px; border: 1px solid #608ca5; transform: rotate(45deg); background: #2342582b; transition: transform .8s var(--ease); }
.alignment span:nth-child(1) { margin-left: -98px; }
.alignment span:nth-child(2) { border-color: #ff7854; }
.alignment span:nth-child(3) { margin-left: 98px; }
.alignment i { width: 190px; height: 1px; background: linear-gradient(90deg, transparent, #ff6846, transparent); }
.argument-card:hover .alignment span:nth-child(1) { transform: translateX(28px) rotate(135deg); }
.argument-card:hover .alignment span:nth-child(3) { transform: translateX(-28px) rotate(135deg); }
.decision-visual { display: flex; align-items: center; gap: 9px; padding: 20px; }
.decision-visual span { flex: 1; height: 56px; background: repeating-linear-gradient(0deg, #355770 0, #355770 2px, transparent 2px, transparent 9px); opacity: .6; transition: opacity .5s, transform .7s; }
.decision-visual span:nth-child(2) { height: 80px; }
.decision-visual span:nth-child(3) { height: 42px; }
.decision-visual span:nth-child(4) { height: 65px; }
.decision-visual i { position: absolute; inset: 12px 44% 12px auto; width: 1px; background: #ff7957; box-shadow: 0 0 18px #f45c3590; animation: decision-scan 7s ease-in-out infinite alternate; }
.argument-card:hover .decision-visual span { opacity: 1; transform: scaleY(1.13); }
.connected-section { background: radial-gradient(ellipse at 70% 45%, #15374c44, transparent 70%), #0b1520; border-block: 1px solid var(--rule); }
.connected-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.connected-copy .label { margin-bottom: 22px; }
.connected-copy .lede { margin-top: 24px; }
.connected-copy > p:not(.label):not(.lede) { color: var(--muted); font-size: .95rem; max-width: 42ch; }
.connected-copy .link-arrow { margin-top: 10px; }
.system-map { padding: 27px; border: 1px solid #365064; background: linear-gradient(135deg, #142838c0, #0a1521); }
.system-map-top { display: flex; gap: 20px; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid var(--rule); }
.map-key { font: .6rem/1.5 ui-monospace, monospace; color: var(--muted); }
.system-map-top { align-items: center; }
.map-switch { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--rule-strong); }
.map-switch button { border: 0; background: transparent; color: var(--muted); font-size: .65rem; padding: 8px 10px; cursor: pointer; transition: background .35s, color .35s; }
.map-switch button[aria-pressed="true"] { background: #dce8ef; color: #102938; }
.system-root strong { font-weight: 500; }
.system-nodes > div { transition: transform .8s var(--ease), border-color .6s, background .6s; }
.system-branches { transition: opacity .6s; }
.in-silos .system-branches { opacity: .16; }
.in-silos .system-branches i::after { animation-play-state: paused; }
.in-silos .system-nodes > div:first-child { transform: translateY(-9px) rotate(-2deg); }
.in-silos .system-nodes > div:nth-child(2) { transform: translateY(7px); }
.in-silos .system-nodes > div:last-child { transform: translateY(-5px) rotate(2deg); }
.in-silos .system-nodes > div { border-color: #77615a; background: #251e1c; }
.system-result [data-system-result] { color: var(--ink); padding-right: 0; }
.system-root { margin: 32px auto 0; max-width: 270px; text-align: center; border: 1px solid #587c91; background: #172b3b; padding: 20px; font-size: 1.16rem; letter-spacing: -.02em; }
.system-root span { display: block; color: var(--muted); font-size: .72rem; margin-top: 7px; letter-spacing: 0; }
.system-branches { position: relative; height: 53px; display: flex; justify-content: space-around; overflow: hidden; }
.system-branches::before { content: ""; position: absolute; left: 16.66%; right: 16.66%; top: 26px; height: 1px; background: #496d85; }
.system-branches i { position: relative; width: 1px; height: 27px; align-self: end; background: #496d85; }
.system-branches i:nth-child(2) { height: 53px; }
.system-branches i::after { content: ""; position: absolute; left: -1px; width: 3px; height: 7px; background: #ff7451; animation: node-signal 3s linear infinite; }
.system-nodes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.system-nodes > div { padding: 18px 10px; text-align: center; border: 1px solid var(--rule-strong); background: #102231; }
.system-nodes strong { display: block; margin-top: 13px; font-size: .9rem; font-weight: 500; }
.system-nodes p { font-size: .66rem; color: var(--muted); margin-top: 8px; }
.system-result { margin-top: 25px; padding: 19px; border: 1px solid #775047; background: #372a263d; font-size: 1.07rem; text-align: center; }
.system-result span { color: var(--accent); padding-right: 14px; }
.map-foot { text-align: center; color: var(--muted); font: .6rem/1.6 ui-monospace, monospace; margin-top: 17px; }
.engagement-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; }
.engagement-steps li { position: relative; padding: 26px 34px 0 0; border-top: 1px solid var(--rule-strong); }
.engagement-steps li::before { content: ""; position: absolute; width: 6px; height: 6px; background: var(--accent); top: -3px; left: 0; }
.engagement-steps li > span { font: .8rem/1.5 ui-monospace, monospace; color: var(--accent-deep); }
.engagement-steps h3 { font-size: 1.4rem; margin: 18px 0 12px; }
.engagement-steps p { font-size: .9rem; line-height: 1.7; color: var(--ink-2); }
.precision-cta { border-top: 1px solid var(--rule); background: radial-gradient(ellipse at 0 100%, #76362840, transparent 60%), #111e2a; padding: 66px 0; }
.precision-cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.precision-cta h2 { font-size: clamp(2.2rem, 3.7vw, 3.6rem); line-height: 1.1; margin-top: 19px; }
.precision-cta h2 span { color: #9db5c5; }
.precision-cta-action p { color: var(--muted); font-size: .73rem; max-width: 29ch; margin-top: 17px; }

/* Secondary pages retain their content and receive the same visual system. */
.page-hero { position: relative; background: radial-gradient(ellipse at 90% 15%, #1a415955, transparent 65%); border-bottom: 1px solid var(--rule); padding: 64px 0 60px; }
.page-hero-grid { gap: 44px 64px; }
.page-hero .lede { margin-top: 26px; }
.page-hero .clause { display: block; margin-bottom: 22px; text-transform: uppercase; letter-spacing: .12em; }
.page-hero .clause { font-size: .76rem; }
.page-contact .page-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; }
.inquiry-panel { padding: 30px; background: linear-gradient(135deg, #152b3b, #0d1b28); border: 1px solid #385469; }
.inquiry-panel h2 { font-size: 1.7rem; line-height: 1.15; margin: 15px 0 24px; }
.inquiry-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.inquiry-topics button { display: flex; justify-content: space-between; gap: 10px; background: #0b1824; border: 1px solid var(--rule-strong); color: var(--ink-2); padding: 14px; font-size: .8rem; text-align: left; cursor: pointer; transition: color .3s, border-color .3s, background .3s; }
.inquiry-topics button:hover { border-color: var(--accent); color: #fff; }
.inquiry-topics button[aria-pressed="true"] { color: #fff; border-color: #ff8363; background: #3a2824; }
.inquiry-topics button span { color: var(--accent-bright); }
.inquiry-status { margin: 19px 0; color: var(--ink-2); font-size: .77rem; min-height: 2.8em; }
.inquiry-note { color: var(--muted); font-size: .7rem; margin-top: 17px; max-width: 35ch; }
html:not(.js) .inquiry-topics, html:not(.js) .inquiry-status { display: none; }
.aside-panel { background: #112131; border: 1px solid #355266; border-radius: 2px; }
.aside-list dt { font-size: .68rem; }
.aside-list dd { font-size: .9rem; }
.card, .path, .package, .question { border-radius: 2px; }
.card h3, .path h3 { line-height: 1.14; }
.card, .path { background: linear-gradient(140deg, #132535, #0e1b27); }
.card p, .path p { font-size: .92rem; }
.callout { background: #152938; border-radius: 0; }
.callout p:not(.label) { font-size: 1.15rem; line-height: 1.6; }
.callout strong { color: var(--ink); }
.callout .label { color: #ff9075; }
.phase-tag { border-radius: 2px; background: #29485c; color: var(--ink); }
.phase:nth-child(2) .phase-tag { background: #7d3527; }
.phase:nth-child(3) .phase-tag { color: var(--ink); box-shadow: inset 0 0 0 1px var(--rule-strong); }
.phase h3 { font-size: clamp(1.75rem, 2.5vw, 2.4rem); }
.phase-note, .platform-note { font-style: normal; }
.checks li::before { background-color: #ac402b; }
.deliverables li { background: #132332; border-color: #3e5667; border-radius: 2px; }
.question q { font-size: 1.1rem; line-height: 1.4; font-style: normal; }
.question { background: #172b3c; }
.contact-big { font-weight: 500; font-size: clamp(1.15rem, 2.3vw, 2.2rem); }
.contact-side .checks { margin-top: 22px; }
.cta-band { background: radial-gradient(ellipse at 0 100%, #74372550, transparent 70%), #111e2a; border-top: 1px solid var(--rule); }
.cta-inner { padding: 62px 0; }
.cta-inner .h1 { font-size: clamp(2.3rem, 4vw, 4rem); }
.cta-inner .h1 em { color: #a9c4d5; }
.prose h2 { font-weight: 500; letter-spacing: -.025em; }
.glance dd { font-size: 1rem; }
.line h3 { font-size: 1.6rem; }
.js .reveal { transition-duration: .75s; }
.js .hero-line { animation-duration: .75s; animation-delay: calc(var(--i, 0) * 65ms + 30ms); }
.js .hero-fade { animation-duration: .7s; animation-delay: calc(var(--i, 0) * 65ms + 50ms); }
.motion-paused *, .document-hidden * { animation-play-state: paused !important; }
.motion-paused .hero-line, .motion-paused .hero-fade { animation: none !important; opacity: 1; transform: none; }
@keyframes signal-flow { to { stroke-dashoffset: -400; } }
@keyframes decision-scan { from { transform: translateX(-85px); } to { transform: translateX(80px); } }
@keyframes node-signal { from { top: -7px; } to { top: 100%; } }

@media (max-width: 1240px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .network-hint { display: none; }
  .precision-copy .hero-actions { gap: 15px; }
  .precision-copy { width: 55%; }
  .capability-body { grid-template-columns: 1.3fr 1fr; gap: 30px; }
  .capability-principle:last-child { display: none; }
  .connected-grid { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .system-map { padding: 20px; }
  .argument-card { padding: 23px; }
}
@media (min-width: 1241px) { .mobile-menu:not([hidden]) { display: none; } }
@media (max-width: 900px) {
  .page-contact .page-hero-grid { grid-template-columns: 1fr; }
  .precision-hero-inner { min-height: 0; }
  .precision-copy { width: 100%; padding: 35px 0 0; }
  .precision-copy h1 { font-size: clamp(3rem, 7.3vw, 4.8rem); }
  .precision-lede { max-width: 450px; }
  .network-stage { position: relative; right: auto; width: 100%; height: 420px; }
  .network-caption { display: none; }
  .network-controls { bottom: 15px; }
  .hero-coordinate { margin-top: 25px; }
  .capability-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-tabs button:nth-child(2) { border-right: 0; }
  .capability-tabs button:nth-child(3) { padding-left: 0; }
  .capability-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .connected-grid { grid-template-columns: 1fr; gap: 35px; }
  .connected-copy .h2 br { display: none; }
  .connected-copy .h2 { max-width: 19ch; }
  .argument-grid { gap: 12px; }
  .argument-card { padding: 18px; }
  .argument-card h3 { font-size: 1.3rem; }
  .argument-card p { font-size: .85rem; }
  .card-link { font-size: .7rem; }
  .alignment span { width: 43px; height: 43px; }
  .alignment span:nth-child(1) { margin-left: -70px; }
  .alignment span:nth-child(3) { margin-left: 70px; }
  .precision-cta .wrap { flex-direction: column; align-items: start; gap: 28px; }
  .precision-cta-action p { max-width: none; }
}
@media (max-width: 600px) {
  :root { --header-h: 76px; }
  .site-header .brand { width: 202px; height: 53px; }
  .site-header .brand-logo { width: 202px; top: -7px; }
  .site-header .brand::before, .site-header .brand::after { top: -7px; }
  .precision-copy h1 { font-size: clamp(2.5rem, 10.1vw, 3.65rem); }
  .precision-copy .kicker { font-size: .59rem; gap: 9px; margin-bottom: 23px; }
  .precision-copy .kicker::before { width: 20px; }
  .precision-copy .hero-actions { gap: 13px; flex-wrap: wrap; }
  .precision-copy .btn { padding: 15px 16px; gap: 14px; font-size: .75rem; }
  .precision-copy .link-arrow { font-size: .7rem; }
  .precision-lede { font-size: .91rem; margin-top: 21px; }
  .hero-coordinate { font-size: .5rem; gap: 8px; }
  .hero-coordinate span { width: 20px; }
  .network-stage { height: 340px; }
  .network-controls { bottom: 10px; }
  .motion-toggle { min-height: 44px; font-size: .65rem; }
  .capability-tabs button { font-size: .77rem; padding: 20px 22px 20px 14px; }
  .cap-index { font-size: .56rem; letter-spacing: .04em; }
  .cap-arrow { right: 5px; font-size: .95rem; top: 21px; }
  .capability-body { grid-template-columns: 1fr; padding: 28px 0; }
  .capability-panels { min-height: 180px; }
  .capability-principle { display: none; }
  .argument-grid { grid-template-columns: 1fr; gap: 16px; }
  .argument-card { padding: 25px; }
  .argument-card h3 { font-size: 1.75rem; }
  .argument-card p { font-size: .95rem; }
  .card-link { font-size: .83rem; }
  .argument-visual { height: 100px; }
  .section { padding: 55px 0; }
  .section-head { gap: 22px; }
  .h2 { font-size: clamp(1.85rem, 7.9vw, 2.6rem); }
  .section-head .h2 br { display: none; }
  .section-head .lede { font-size: .95rem; }
  .system-map { padding: 18px 12px; }
  .system-map-top { gap: 10px; }
  .map-switch button { font-size: .61rem; padding: 10px 7px; min-height: 40px; }
  .system-map-top .label { font-size: .59rem; }
  .map-key { font-size: .52rem; }
  .system-nodes { gap: 5px; }
  .system-nodes > div { padding: 14px 5px; }
  .system-nodes strong { font-size: .68rem; }
  .system-nodes p { font-size: .62rem; }
  .system-nodes .label { font-size: .55rem; }
  .system-result { font-size: .9rem; }
  .engagement-steps { grid-template-columns: 1fr; gap: 32px; }
  .engagement-steps li { padding-right: 0; }
  .engagement-steps h3 { font-size: 1.4rem; }
  .precision-cta { padding: 47px 0; }
  .precision-cta h2 { font-size: 2.15rem; }
  .page-hero { padding: 42px 0; }
  .page-hero .h1 { font-size: clamp(2.5rem, 10vw, 3.4rem); }
  .page-hero-grid { gap: 29px; }
  .inquiry-panel { padding: 24px; }
  .cta-inner { padding: 46px 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .js .reveal, .js .hero-line, .js .hero-fade { opacity: 1; transform: none; }
}
@media (forced-colors: active) {
  .brand-logo { opacity: 1; }
  .brand::before, .brand::after { display: none; }
}
