:root {
  --ink: #101922;
  --muted: #60717f;
  --line: #dbe2e7;
  --paper: #f7f8f6;
  --white: #fff;
  --night: #07111a;
  --night-2: #0a1823;
  --cyan: #58f0c2;
  --blue: #4abcf2;
  --max: 1520px;
  --footer-h: 430px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #03080c; }
body { margin: 0; color: var(--ink); background: #03080c; font-family: Inter, Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--cyan); color: #07110d; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.page-stage { min-height: 100vh; margin-bottom: var(--footer-h); position: relative; z-index: 2; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.page-stage main { overflow: hidden; }
.site-footer { height: var(--footer-h); padding: 56px max(28px,calc((100vw - var(--max) + 120px)/2)) 24px; position: fixed; inset: auto 0 0; z-index: 1; color: #b6c5ce; background: #03080c; }
.footer-top { display: grid; grid-template-columns: 180px 1fr auto; gap: 50px; align-items: start; }
.footer-top img { width: 112px; height: auto; }
.footer-top h2 { max-width: 680px; margin: 0; color: #edf7fc; font-size: clamp(29px,3.3vw,50px); line-height: 1.03; font-weight: 500; letter-spacing: -.05em; }
.footer-top > a { min-width: 205px; min-height: 50px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(88,240,194,.5); color: #e7fff7; font-size: 12px; }
.footer-top > a span { color: var(--cyan); }
.footer-grid { margin-top: 38px; padding-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; border-top: 1px solid rgba(166,205,226,.13); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 7px; color: #607585; font: 500 8px 'DM Mono',monospace; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a,.footer-grid span { color: #98aab6; font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 28px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(166,205,226,.13); color: #536875; font: 500 8px 'DM Mono',monospace; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom nav { display: flex; gap: 24px; }

.site-header { height: 84px; max-width: var(--max); margin: auto; padding: 0 30px; position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: center; color: #dce8ef; background: rgba(6,15,23,.96); border-bottom: 1px solid rgba(143,191,218,.17); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; }
.brand img { width: 104px; height: auto; display: block; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(19px,2vw,36px); }
.primary-nav > a,.services-trigger { padding: 31px 0 29px; border: 0; background: none; color: #a8b7c1; cursor: pointer; font-size: 12px; }
.primary-nav > a:hover,.services-trigger:hover { color: white; }
.services-trigger { display: flex; gap: 8px; align-items: center; }
.services-trigger span { color: var(--cyan); font-size: 16px; transition: transform .2s ease; }
.services-trigger[aria-expanded="true"] span { transform: rotate(45deg); }
.header-cta { min-height: 44px; padding: 0 16px; display: flex; align-items: center; gap: 24px; border: 1px solid rgba(88,240,194,.42); color: #e3fff7; font-size: 11px; }
.header-cta span { color: var(--cyan); }
.header-cta:hover { color: #04110d; background: var(--cyan); }
.header-cta:hover span { color: #04110d; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(143,191,218,.2); background: none; cursor: pointer; }
.menu-toggle i { width: 18px; height: 1px; margin: 4px auto; display: block; background: #dce8ef; }
.mega-menu { padding: 42px clamp(28px,4.2vw,68px) 48px; position: absolute; top: 83px; left: 0; right: 0; display: grid; grid-template-columns: 1.15fr 1.3fr .9fr .9fr; gap: clamp(28px,3.4vw,60px); background: rgba(5,14,22,.99); border: 1px solid rgba(88,240,194,.22); box-shadow: 0 36px 100px rgba(0,0,0,.55); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .22s ease; }
.mega-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-lead > span { color: var(--cyan); font: 500 9px 'DM Mono',monospace; letter-spacing: .13em; text-transform: uppercase; }
.mega-lead h2 { max-width: 380px; margin: 15px 0 13px; color: white; font-size: 27px; line-height: 1.08; font-weight: 500; letter-spacing: -.04em; }
.mega-lead p { max-width: 390px; color: #748a99; font-size: 12px; line-height: 1.65; }
.mega-lead a { padding-bottom: 5px; border-bottom: 1px solid rgba(88,240,194,.4); color: #d7e7ef; font-size: 11px; }
.mega-group { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.mega-group > a { color: #8295a2; font-size: 10.5px; line-height: 1.35; }
.mega-group > a:hover { color: white; }
.mega-group .mega-title { width: 100%; margin-bottom: 8px; padding-bottom: 12px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(143,191,218,.15); color: #e3eef4; font-size: 12px; font-weight: 600; }
.mega-title span { color: var(--cyan); }
.mobile-nav { display: none; }

.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(108,174,213,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(108,174,213,.075) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.home-hero,.service-hero { max-width: var(--max); min-height: calc(100vh - 84px); margin: auto; position: relative; display: grid; grid-template-columns: minmax(470px,.92fr) minmax(560px,1.08fr); color: #eaf5fb; background: var(--night); border-inline: 1px solid rgba(108,174,213,.12); overflow: hidden; }
.home-hero-copy,.service-hero-copy { padding: clamp(70px,8vw,130px) clamp(32px,5vw,82px) 55px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.eyebrow,.section-kicker { margin: 0 0 27px; color: #237d66; font: 500 9px 'DM Mono',monospace; letter-spacing: .13em; text-transform: uppercase; }
.home-hero .eyebrow,.service-hero .eyebrow,.inverse .section-kicker,.cta-section > p { color: var(--cyan); }
.home-hero h1 { margin: 0; color: #f1f8fc; font-size: clamp(64px,7.4vw,118px); line-height: .83; font-weight: 500; letter-spacing: -.075em; }
.home-hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(177,226,247,.78); }
.service-hero h1 { max-width: 850px; margin: 0; color: #f2f8fb; font-size: clamp(50px,5.25vw,84px); line-height: .97; font-weight: 500; letter-spacing: -.065em; }
.lead { max-width: 710px; margin: 30px 0 0; color: #93a6b3; font-size: clamp(15px,1.2vw,18px); line-height: 1.7; }
.breadcrumb { margin-bottom: 28px; display: flex; gap: 9px; color: #5d7484; font: 500 8px 'DM Mono',monospace; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a:hover { color: var(--cyan); }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(150,194,218,.23); font-size: 12px; font-weight: 600; }
.button.primary { color: #061018; background: #edf7fc; border-color: #edf7fc; }
.button.primary:hover { background: var(--cyan); border-color: var(--cyan); }
.button.secondary { color: #becdd6; }
.button.secondary:hover { border-color: rgba(88,240,194,.5); color: white; }
.hero-proof { max-width: 690px; margin-top: 47px; padding-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; border-top: 1px solid rgba(143,191,218,.16); }
.hero-proof span { color: #607686; font-size: 9px; line-height: 1.45; }
.hero-proof b { display: block; margin-bottom: 4px; color: #bfd0da; font-size: 10px; }

.engineering-view { min-height: 680px; margin: 34px 32px 34px 0; position: relative; align-self: stretch; overflow: hidden; background: radial-gradient(circle at 50% 45%,rgba(29,103,144,.22),transparent 45%),#06101a; border: 1px solid rgba(108,195,240,.2); }
.engineering-view::before,.engineering-view::after { content: ''; width: 28px; height: 28px; position: absolute; z-index: 4; pointer-events: none; }
.engineering-view::before { left: -1px; top: -1px; border-left: 2px solid var(--cyan); border-top: 2px solid var(--cyan); }
.engineering-view::after { right: -1px; bottom: -1px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); }
.view-bar { height: 46px; padding: 0 14px; position: absolute; inset: 0 0 auto; z-index: 3; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(143,191,218,.15); background: rgba(3,10,16,.9); color: #6e8595; font: 500 8px 'DM Mono',monospace; letter-spacing: .09em; }
.view-bar span { display: flex; align-items: center; gap: 8px; }
.view-bar i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.view-bar b { color: #96acb9; font-weight: 500; }
.engineering-view canvas { width: 100%; height: 100%; position: absolute; inset: 0; }
.view-metrics { position: absolute; z-index: 3; top: 67px; left: 16px; right: 16px; display: flex; justify-content: space-between; pointer-events: none; }
.view-metrics span { min-width: 130px; padding: 9px 10px; display: flex; flex-direction: column; gap: 4px; border-left: 1px solid rgba(88,240,194,.45); color: #5c7587; background: rgba(3,10,16,.67); font: 500 7px 'DM Mono',monospace; letter-spacing: .1em; }
.view-metrics b { color: var(--cyan); font-size: 9px; font-weight: 500; }
.view-caption { max-width: 430px; padding: 17px 18px; position: absolute; z-index: 3; left: 17px; bottom: 17px; border: 1px solid rgba(143,191,218,.17); border-left: 2px solid var(--cyan); background: rgba(3,10,16,.82); backdrop-filter: blur(10px); }
.view-caption > span { color: #6a8293; font: 500 8px 'DM Mono',monospace; }
.view-caption strong { margin-top: 7px; display: block; color: #e7f4fb; font-size: 18px; font-weight: 500; }
.view-caption p { margin: 6px 0 0; color: #8298a7; font-size: 10px; line-height: 1.5; }
.motion-toggle { min-width: 61px; height: 31px; position: absolute; z-index: 4; right: 17px; bottom: 17px; border: 1px solid rgba(143,191,218,.2); background: rgba(3,10,16,.78); color: #94a9b7; cursor: pointer; font: 500 8px 'DM Mono',monospace; text-transform: uppercase; }
.motion-toggle:hover { color: var(--cyan); border-color: rgba(88,240,194,.45); }

.focus-section,.service-directory,.process-section,.deliverable-section,.decision-section,.clarity-section,.content-section,.related-section,.contact-grid { max-width: var(--max); margin: auto; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-section,.service-directory,.process-section,.deliverable-section,.content-section { padding: clamp(80px,8.5vw,135px) clamp(28px,5vw,80px); }
.focus-heading { display: grid; grid-template-columns: .34fr 1.1fr .68fr; gap: clamp(30px,5vw,78px); align-items: start; }
.focus-heading h2,.section-heading h2,.clarity-section h2,.decision-section h2 { margin: 0; color: #111b23; font-size: clamp(38px,4.3vw,66px); line-height: 1.03; font-weight: 500; letter-spacing: -.055em; }
.focus-heading > p:last-child,.section-heading > p:last-child,.clarity-section > div:last-child > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.focus-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.focus-grid a { min-height: 360px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: var(--white); transition: transform .25s ease,box-shadow .25s ease; }
.focus-grid a:last-child { border-right: 0; }
.focus-grid a:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 26px 55px rgba(18,35,47,.12); }
.focus-grid span,.service-card > span,.deliverable-grid > article > span,.situation-grid span,.engagement-grid span { color: #6c7f8b; font: 500 9px 'DM Mono',monospace; }
.focus-grid h3 { margin: 80px 0 15px; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.focus-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.focus-grid small { margin-top: 22px; padding-top: 18px; display: block; border-top: 1px solid var(--line); color: #536671; font-size: 11px; line-height: 1.7; }
.focus-grid strong { margin-top: auto; color: #1a5e4c; font-size: 11px; }

.section-heading { display: grid; grid-template-columns: .34fr 1.1fr .62fr; gap: clamp(28px,5vw,76px); align-items: start; }
.section-heading.inverse h2 { color: #f0f8fc; }
.section-heading.inverse > p:last-child { color: #8498a6; }
.directory-tabs { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.directory-tabs button { min-height: 66px; padding: 0 19px; display: flex; justify-content: space-between; align-items: center; border: 0; border-right: 1px solid var(--line); color: #647582; background: #fff; cursor: pointer; font-size: 12px; }
.directory-tabs button:last-child { border-right: 0; }
.directory-tabs b { min-width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #71838f; font: 500 8px 'DM Mono',monospace; }
.directory-tabs button.active { color: #0d1a22; background: #eef5f2; box-shadow: inset 0 -2px 0 #25866d; }
.directory-panel { display: none; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.directory-panel.active { display: grid; }
.service-card { min-height: 415px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-card:hover { background: #eef5f2; }
.service-card h3 { margin: 62px 0 14px; font-size: 19px; line-height: 1.18; font-weight: 500; letter-spacing: -.035em; }
.service-card p { margin: 0; color: #647581; font-size: 11.5px; line-height: 1.65; }
.service-card-includes { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.service-card-includes small { color: #73838d; font: 500 8px 'DM Mono',monospace; letter-spacing: .09em; text-transform: uppercase; }
.service-card-includes ul { margin: 10px 0 0; padding: 0; list-style: none; }
.service-card-includes li { margin-top: 6px; padding-left: 13px; position: relative; color: #536570; font-size: 10px; line-height: 1.45; }
.service-card-includes li::before { content: ''; width: 4px; height: 4px; position: absolute; left: 0; top: .55em; border-radius: 50%; background: #2d8b72; }
.service-card strong { margin-top: auto; color: #206b57; font-size: 10px; }

.simple-dark,.engage-section { max-width: var(--max); margin: auto; padding: clamp(80px,8.5vw,135px) clamp(28px,5vw,80px); color: white; background: var(--night); border-inline: 1px solid rgba(143,191,218,.13); border-bottom: 1px solid rgba(143,191,218,.13); }
.engagement-grid,.situation-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(143,191,218,.15); }
.engagement-grid article,.situation-grid article { min-height: 240px; padding: 25px; border-right: 1px solid rgba(143,191,218,.15); }
.engagement-grid article:last-child,.situation-grid article:last-child { border-right: 0; }
.engagement-grid h3 { margin: 74px 0 13px; color: #e4f1f7; font-size: 20px; font-weight: 500; }
.engagement-grid p,.situation-grid p { color: #8499a6; font-size: 12px; line-height: 1.7; }
.engagement-grid small { margin-top: 17px; padding-top: 16px; display: block; border-top: 1px solid rgba(143,191,218,.13); color: #a7b9c4; font-size: 10.5px; line-height: 1.65; }
.situation-grid p { margin: 60px 0 0; color: #b0c1cb; font-size: 15px; line-height: 1.55; }
.situation-grid article { min-height: 355px; display: flex; flex-direction: column; }
.situation-grid article > div { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(143,191,218,.14); }
.situation-grid article strong { display: block; color: #68d7b5; font: 500 8px 'DM Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.situation-grid article small { margin-top: 9px; display: block; color: #8399a7; font-size: 10px; line-height: 1.65; }

.decision-section { min-height: 570px; padding: clamp(80px,8vw,130px) clamp(28px,5vw,80px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: #fff; }
.decision-list { border-top: 1px solid var(--line); }
.decision-list p { min-height: 112px; margin: 0; display: grid; grid-template-columns: 45px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); color: #3c4b55; font-size: 14px; line-height: 1.5; }
.decision-list span { color: #71838f; font: 500 8px 'DM Mono',monospace; }
.decision-copy strong { display: block; color: #263640; font: 500 14px/1.45 Inter,sans-serif; }
.decision-copy small { margin-top: 6px; display: block; color: #657682; font: 400 10.5px/1.55 Inter,sans-serif; }
.company-strip { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-strip > div { min-height: 140px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: #f1f4f2; }
.company-strip > div:last-child { border-right: 0; }
.company-strip span { color: #667986; font: 500 8px 'DM Mono',monospace; text-transform: uppercase; letter-spacing: .1em; }
.company-strip b { font-size: 18px; font-weight: 500; }

.clarity-section { min-height: 570px; padding: clamp(80px,8vw,130px) clamp(28px,5vw,80px); display: grid; grid-template-columns: 1fr .72fr; gap: 9vw; background: #fff; }
.clarity-section dl { margin: 38px 0 0; border-top: 1px solid var(--line); }
.clarity-section dl > div { padding: 17px 0; display: grid; grid-template-columns: 115px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.clarity-section dt { color: #657784; font: 500 8px 'DM Mono',monospace; text-transform: uppercase; letter-spacing: .09em; }
.clarity-section dd { margin: 0; color: #33424c; font-size: 12px; }
.capability-list { margin-top: 68px; border-top: 1px solid #bdc9d0; }
.capability-row { min-height: 245px; padding: 30px 0; display: grid; grid-template-columns: 62px 1fr 180px; gap: 28px; align-items: start; border-bottom: 1px solid #bdc9d0; }
.capability-row > span { color: #6e808b; font: 500 9px 'DM Mono',monospace; }
.capability-row h3 { margin: 0; font-size: 22px; font-weight: 500; letter-spacing: -.035em; }
.capability-row > div > p { max-width: 780px; margin: 12px 0 0; color: #647581; font-size: 12.5px; line-height: 1.72; }
.capability-detail { max-width: 850px; margin-top: 22px; padding-top: 18px; display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-top: 1px solid #d7dfe3; }
.capability-detail strong { color: #24755f; font: 500 8px 'DM Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.capability-detail p { margin: 0; color: #3f505b; font-size: 11px; line-height: 1.7; }
.capability-row > a { align-self: end; padding-top: 15px; border-top: 1px solid var(--line); color: #1d6a55; font-size: 10px; font-weight: 600; }
.capability-row > a b { float: right; }

.operating-detail { max-width: var(--max); margin: auto; padding: clamp(80px,8.5vw,135px) clamp(28px,5vw,80px); background: #eef4f1; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operating-intro { display: grid; grid-template-columns: .34fr 1.1fr .62fr; gap: clamp(28px,5vw,76px); align-items: start; }
.operating-intro h2 { margin: 0; color: #111b23; font-size: clamp(38px,4.3vw,66px); line-height: 1.03; font-weight: 500; letter-spacing: -.055em; }
.operating-intro > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.operating-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #cad7d1; background: #f8faf9; }
.operating-grid article { min-height: 335px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid #cad7d1; }
.operating-grid article:last-child { border-right: 0; }
.operating-grid span { color: #697d76; font: 500 9px 'DM Mono',monospace; }
.operating-grid h3 { margin: 66px 0 13px; color: #16251f; font-size: 20px; font-weight: 500; }
.operating-grid p { margin: 0; color: #586c64; font-size: 11.5px; line-height: 1.7; }
.operating-grid small { margin-top: auto; padding-top: 17px; border-top: 1px solid #d5dfda; color: #3d544b; font-size: 10px; line-height: 1.65; }

.process-track { margin-top: 70px; display: grid; grid-template-columns: repeat(5,1fr); }
.process-track article { min-height: 325px; padding-right: 24px; display: flex; flex-direction: column; }
.process-track article > span { color: #71838f; font: 500 8px 'DM Mono',monospace; }
.process-track article > i { height: 1px; margin: 15px 0 38px; display: block; position: relative; background: linear-gradient(90deg,#27866e,#d7e1e6); }
.process-track article > i::before { content: ''; width: 7px; height: 7px; position: absolute; left: 0; top: -3px; border-radius: 50%; background: #27866e; box-shadow: 0 0 0 6px rgba(39,134,110,.08); }
.process-track h3 { margin: 0; font-size: 19px; font-weight: 500; }
.process-track p { max-width: 220px; color: #647581; font-size: 11px; line-height: 1.65; }
.process-track small { max-width: 220px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: #536670; font-size: 9.5px; line-height: 1.6; }
.process-track small b { margin-bottom: 5px; display: block; color: #24755f; font: 500 8px 'DM Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.deliverable-section { background: #fff; }
.deliverable-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(2,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.deliverable-grid article { min-height: 270px; padding: 27px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto 1fr; column-gap: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable-grid h3 { margin: 0; font-size: 20px; font-weight: 500; }
.deliverable-grid p { grid-column: 2; color: #657682; font-size: 12px; line-height: 1.65; }
.deliverable-grid small { grid-column: 2; align-self: end; padding-top: 15px; border-top: 1px solid var(--line); color: #40545e; font-size: 10px; line-height: 1.65; }
.tech-row { margin-top: 50px; padding-top: 28px; display: grid; grid-template-columns: 220px 1fr; gap: 35px; border-top: 1px solid var(--line); }
.tech-row > strong { color: #61737f; font: 500 8px 'DM Mono',monospace; letter-spacing: .1em; text-transform: uppercase; }
.tech-row > div { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-row span { min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); color: #4a5b65; background: #f8faf9; font-size: 10px; }
.related-section { padding: 50px clamp(28px,5vw,80px); display: grid; grid-template-columns: .34fr 1fr; align-items: center; background: #edf2ef; }
.related-section .section-kicker { margin: 0; }
.related-section > div { display: flex; flex-wrap: wrap; gap: 10px; }
.related-section a { min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; gap: 25px; border: 1px solid #d1dbd5; background: white; font-size: 11px; }
.related-section a span { color: #267d66; }

.cta-section { max-width: var(--max); min-height: 450px; margin: auto; padding: clamp(75px,8vw,125px) clamp(28px,5vw,80px); position: relative; overflow: hidden; color: white; background: #0b4035; border-inline: 1px solid rgba(88,240,194,.2); }
.cta-section::after { content: ''; width: 470px; height: 470px; position: absolute; right: -8%; top: -45%; border: 1px solid rgba(88,240,194,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(88,240,194,.025),0 0 0 150px rgba(88,240,194,.018); }
.cta-section h2 { max-width: 980px; margin: 22px 0 38px; position: relative; z-index: 2; font-size: clamp(39px,4.8vw,72px); line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.cta-section > a { min-width: 230px; min-height: 52px; padding: 0 17px; position: relative; z-index: 3; display: inline-flex; justify-content: space-between; align-items: center; color: #07110d; background: var(--cyan); font-size: 12px; font-weight: 600; }

.editorial-hero { max-width: var(--max); min-height: 650px; margin: auto; padding: clamp(85px,10vw,155px) clamp(28px,5vw,80px); color: white; background: radial-gradient(circle at 85% 25%,rgba(45,150,183,.18),transparent 28%),var(--night); border-inline: 1px solid rgba(143,191,218,.13); }
.editorial-hero h1 { max-width: 1150px; margin: 0; font-size: clamp(58px,7vw,110px); line-height: .95; font-weight: 500; letter-spacing: -.072em; }
.editorial-hero > p:not(.eyebrow) { max-width: 760px; margin: 30px 0 38px; color: #91a5b3; font-size: 17px; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); background: #fff; }
.contact-grid > * { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.contact-grid > *:last-child { border-right: 0; }
.contact-grid span { color: #267e67; font: 500 8px 'DM Mono',monospace; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid h2 { margin: 85px 0 15px; font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.contact-grid p { color: #687985; font-size: 12px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease,transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --footer-h: 480px; }
  .page-stage { margin-bottom: var(--footer-h); }
  .site-footer { height: var(--footer-h); }
  .primary-nav > a:nth-of-type(1),.primary-nav > a:nth-of-type(2),.primary-nav > a:nth-of-type(3) { display: none; }
  .mega-menu { grid-template-columns: 1fr 1.2fr 1fr 1fr; }
  .home-hero,.service-hero { grid-template-columns: 1fr; }
  .home-hero-copy,.service-hero-copy { min-height: 670px; }
  .engineering-view { min-height: 610px; margin: 0 28px 40px; }
  .focus-heading,.section-heading { grid-template-columns: .36fr 1fr; }
  .focus-heading > p:last-child,.section-heading > p:last-child { grid-column: 2; }
  .directory-panel { grid-template-columns: repeat(3,1fr); }
  .operating-intro { grid-template-columns: .36fr 1fr; }
  .operating-intro > p:last-child { grid-column: 2; }
  .operating-grid { grid-template-columns: repeat(2,1fr); }
  .operating-grid article:nth-child(2) { border-right: 0; }
  .operating-grid article { border-bottom: 1px solid #cad7d1; }
}

@media (max-width: 760px) {
  :root { --footer-h: 650px; }
  .site-footer { height: var(--footer-h); padding: 42px 20px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-top h2 { font-size: 31px; }
  .footer-top > a { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-header { height: 70px; padding: 0 17px; grid-template-columns: 1fr auto; }
  .brand img { width: 88px; }
  .primary-nav,.header-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .mega-menu { display: none; }
  .mobile-nav { padding: 19px; position: fixed; inset: 70px 0 0; z-index: 60; overflow-y: auto; color: white; background: #061019; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s ease; }
  .mobile-nav.open { display: grid; visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav > div { padding: 10px 0 15px; display: flex; flex-direction: column; border-bottom: 1px solid rgba(143,191,218,.14); }
  .mobile-nav a { padding: 7px 12px 7px 20px; color: #8499a7; font-size: 11px; }
  .mobile-nav .mobile-title { padding: 11px 7px; color: #e1edf4; font-size: 13px; font-weight: 600; }
  .home-hero,.service-hero { min-height: auto; border-inline: 0; }
  .home-hero-copy,.service-hero-copy { min-height: auto; padding: 75px 19px 45px; }
  .home-hero h1 { font-size: clamp(62px,22vw,86px); }
  .service-hero h1 { font-size: clamp(47px,14vw,67px); }
  .lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .engineering-view { min-height: 480px; margin: 0 10px 28px; }
  .view-metrics span { min-width: 108px; }
  .view-caption { right: 13px; left: 13px; bottom: 56px; }
  .view-caption p { display: none; }
  .motion-toggle { right: 13px; bottom: 13px; }
  .focus-heading,.section-heading { grid-template-columns: 1fr; gap: 20px; }
  .focus-heading > p:last-child,.section-heading > p:last-child { grid-column: auto; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid a { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .focus-grid h3 { margin-top: 60px; }
  .directory-tabs { grid-template-columns: 1fr; }
  .directory-tabs button { border-right: 0; border-bottom: 1px solid var(--line); }
  .directory-panel { grid-template-columns: 1fr; }
  .service-card { min-height: 365px; }
  .engagement-grid,.situation-grid { grid-template-columns: 1fr; }
  .engagement-grid article { min-height: 265px; border-right: 0; border-bottom: 1px solid rgba(143,191,218,.15); }
  .situation-grid article { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(143,191,218,.15); }
  .engagement-grid h3,.situation-grid p { margin-top: 48px; }
  .decision-section,.clarity-section { grid-template-columns: 1fr; gap: 48px; min-height: 0; }
  .company-strip { grid-template-columns: 1fr; }
  .company-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-row { min-height: 0; padding: 27px 0; grid-template-columns: 34px 1fr; gap: 14px; }
  .capability-row > div,.capability-row > a { grid-column: 2; }
  .capability-row > a { margin-top: 5px; }
  .capability-detail { grid-template-columns: 1fr; gap: 8px; }
  .operating-intro { grid-template-columns: 1fr; gap: 20px; }
  .operating-intro > p:last-child { grid-column: auto; }
  .operating-grid { grid-template-columns: 1fr; }
  .operating-grid article,.operating-grid article:nth-child(2) { min-height: 300px; border-right: 0; }
  .process-track { grid-template-columns: 1fr; }
  .process-track article { min-height: 275px; padding-right: 0; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 245px; }
  .tech-row { grid-template-columns: 1fr; }
  .related-section { grid-template-columns: 1fr; gap: 20px; }
  .related-section > div { flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > * { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid h2 { margin-top: 58px; }
  .editorial-hero { min-height: 570px; padding-inline: 19px; }
  .editorial-hero h1 { font-size: clamp(55px,17vw,80px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
