

:root {
  --ink: #090a0b;
  --ink-2: #101214;
  --panel: #15181b;
  --paper: #f4f1eb;
  --white: #fff;
  --muted: #a7aaad;
  --orange: #df5b05;
  --orange-bright: #f36a12;
  --line-dark: rgba(255, 255, 255, 0.12);
  --line-light: rgba(9, 10, 11, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--ink); }

.site-shell { min-height: 100vh; overflow-x: clip; background: var(--ink); }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(9, 10, 11, 0.89);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: flex-start; gap: 30px; padding-left: 10px; }
.wordmark { display: inline-flex; align-items: center; width: 148px; }
.wordmark img { display: block; width: 100%; height: auto; }
.brand-signature { display: block; width: min(390px, 70vw); height: auto; margin-top: 54px; opacity: .92; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: .79rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.nav-group { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #ced0d2; transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.nav-links a:not(.nav-cta) { position: relative; padding-bottom: 7px; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange-bright); opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease; }
.nav-links a[aria-current="page"] { color: var(--white); }
.nav-links a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); background: var(--orange); box-shadow: none; }
.nav-links a:not(.nav-cta):focus-visible { color: var(--orange-bright); outline: none; }
.nav-links a:not(.nav-cta):focus-visible::after { opacity: 1; transform: scaleX(1); box-shadow: 0 3px 12px rgba(243,106,18,.8); }
.nav-cta { background: var(--orange); color: var(--ink) !important; padding: 12px 16px; border: 1px solid var(--orange); box-shadow: none; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--orange-bright) !important; border-color: var(--orange-bright); box-shadow: 0 6px 16px rgba(243,106,18,.48); outline: none; }

@media (hover: hover) and (pointer: fine) {
  .nav-links a:not(.nav-cta):hover { color: var(--orange-bright); }
  .nav-links a:not(.nav-cta):hover::after { opacity: 1; transform: scaleX(1); box-shadow: 0 3px 12px rgba(243,106,18,.8); }
}
.menu-button { display: none; background: none; border: 1px solid var(--line-dark); color: white; padding: 10px 12px; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.menu-button:hover, .menu-button:focus-visible { background: var(--orange); color: var(--ink); border-color: var(--orange); outline: none; }

.hero {
  position: relative; min-height: 690px; display: grid; align-items: end; padding: 86px 0 78px;
  background:
    radial-gradient(circle at 85% 24%, rgba(223,91,5,.18), transparent 24%),
    linear-gradient(90deg, rgba(9,10,11,1) 4%, rgba(9,10,11,.9) 51%, rgba(9,10,11,.52) 100%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.04) 79px 80px),
    linear-gradient(135deg, #0a0b0c 0%, #111417 55%, #08090a 100%);
  border-bottom: 1px solid var(--line-dark);
}
.hero::after {
  content: ""; position: absolute; right: -100px; top: 65px; width: 560px; height: 470px; opacity: .7;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 1px, transparent 1px 36px);
  transform: skewX(-15deg); mask-image: linear-gradient(90deg, transparent, black 36%);
}
.hero-content { position: relative; z-index: 2; max-width: 860px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--orange-bright); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow::before { content: ""; width: 42px; height: 2px; background: var(--orange); }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", Inter, ui-sans-serif, sans-serif; letter-spacing: -.045em; line-height: .96; }
h1 { max-width: 900px; font-size: clamp(4rem, 8.3vw, 7.35rem); font-weight: 800; text-transform: uppercase; }
h1 .accent { color: var(--orange); }
.hero-copy { max-width: 770px; margin: 30px 0 0; color: #c9cbcc; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-meta { margin-top: 22px; color: #8f9397; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 54px; padding: 0 22px; border: 1px solid var(--line-dark); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button::after { content: "↗"; font-size: 1rem; }
.button-primary { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.button-secondary { background: rgba(255,255,255,.04); color: white; }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--white); color: var(--ink); border-color: var(--white); outline: none; }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--orange); color: var(--ink); border-color: var(--orange); outline: none; }
.button-dark:hover, .button-dark:focus-visible { background: var(--orange-bright); color: var(--ink); border-color: var(--orange-bright); outline: none; }
.section-orange .button-dark:hover, .section-orange .button-dark:focus-visible { background: var(--ink); color: var(--orange-bright); border-color: var(--orange-bright); outline: 1px solid var(--orange-bright); outline-offset: 3px; }

.ticker { border-bottom: 1px solid var(--line-dark); background: var(--ink-2); }
.ticker-inner { min-height: 64px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.ticker-inner-five { grid-template-columns: repeat(5,1fr); }
.ticker-item { padding: 7px 22px; border-left: 1px solid var(--line-dark); color: #bbbfc2; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.ticker-item:last-child { border-right: 1px solid var(--line-dark); }
.ticker-item strong { color: white; display: block; margin-bottom: 4px; font-size: .86rem; }

.section { padding: 110px 0; }
.section-paper { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--ink); color: white; }
.section-panel { background: var(--ink-2); color: white; }
.section-orange { background: var(--orange); color: var(--ink); }
.section-header { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(340px,1.2fr); gap: 70px; align-items: start; margin-bottom: 58px; }
.section-header > div:first-child { max-width: 310px; padding: 6px 0 6px 22px; border-left: 3px solid var(--orange); }
.section-kicker { margin: 0; color: var(--orange); font-size: .86rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; }
.section-number { display: block; margin-bottom: 14px; color: #313538; font-size: 1rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .075em; font-weight: 850; }
.section-dark .section-number, .section-panel .section-number { color: #f0f1f1; }
.section-title { font-size: clamp(2.7rem, 5vw, 5.1rem); font-weight: 800; text-transform: uppercase; }
.section-lead { margin: 0; font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.55; letter-spacing: -.02em; }
.section-body { color: #5e6367; line-height: 1.8; font-size: 1rem; }
.section-dark .section-body, .section-panel .section-body { color: #aeb1b4; }

.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card { display: flex; min-height: 300px; padding: 42px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); position: relative; overflow: hidden; flex-direction: column; justify-content: center; color: var(--white); cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, outline-color .18s ease; }
.service-card-heading::after { content: ""; display: block; width: 42px; height: 2px; margin-top: 18px; background: var(--orange); opacity: .65; transform-origin: left center; transition: width .18s ease, opacity .18s ease, box-shadow .18s ease; }
.service-card h3 { font-size: 2rem; text-transform: uppercase; font-weight: 800; transition: color .18s ease; }
.service-card p { max-width: 470px; margin: 22px 0 0; color: #9fa3a6; line-height: 1.7; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover { z-index: 1; background: #111416; outline: 1px solid var(--orange-bright); outline-offset: -1px; }
  .service-card:hover h3 { color: var(--orange-bright); }
  .service-card:hover .service-card-heading::after { width: 82px; opacity: 1; box-shadow: 0 3px 12px rgba(243,106,18,.72); }
}
.service-card:focus-visible { z-index: 1; background: #111416; outline: 2px solid var(--orange-bright); outline-offset: -2px; }
.service-card:focus-visible h3 { color: var(--orange-bright); }
.service-card:focus-visible .service-card-heading::after { width: 82px; opacity: 1; box-shadow: 0 3px 12px rgba(243,106,18,.72); }
.text-link { display: inline-flex; gap: 11px; align-items: center; margin-top: 18px; color: white; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 800; }
.text-link::after { content: "→"; color: var(--orange); }
.text-link:hover, .text-link:focus-visible { color: var(--orange-bright); outline: none; }

.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); }
.audience-card { min-height: 510px; padding: 34px 30px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.audience-card:first-child { border-left: 1px solid var(--line-light); }
.audience-card small { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; color: #7d8082; font-weight: 800; }
.audience-card h3 { margin-top: 35px; font-size: clamp(1.7rem,2.3vw,2.25rem); text-transform: uppercase; }
.audience-card p { color: #5e6367; line-height: 1.65; }
.audience-card .audience-position { margin: 18px 0 10px; color: var(--ink); font-size: 1.08rem; font-weight: 750; line-height: 1.45; }
.audience-card ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.audience-card li { position: relative; padding: 7px 0 7px 17px; color: #4f5457; line-height: 1.35; }
.audience-card li::before { content: "/"; position: absolute; left: 0; color: var(--orange); font-weight: 850; }
.audience-grid-dark { border-color: var(--line-dark); }
.audience-grid-dark .audience-card { border-color: var(--line-dark); }
.audience-grid-dark .audience-card small { color: #8e9295; }
.audience-grid-dark .audience-card h3 { color: var(--white); }
.audience-grid-dark .audience-card p { color: #aeb1b4; }
.audience-grid-dark .audience-card .audience-position { color: var(--white); }
.audience-grid-dark .audience-card ul { border-color: var(--line-dark); }
.audience-grid-dark .audience-card li { color: #c0c3c5; }
.audience-grid-four { grid-template-columns: repeat(2,1fr); border-left: 1px solid var(--line-light); }
.audience-grid-four .audience-card { min-height: 440px; border-left: 0; border-bottom: 1px solid var(--line-light); }
.audience-grid-four.audience-grid-dark { border-left-color: var(--line-dark); }
.audience-grid-four.audience-grid-dark .audience-card { border-bottom-color: var(--line-dark); }

.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.proof-card { padding: 34px; background: var(--ink-2); min-height: 230px; }
.proof-card strong { display: block; margin-bottom: 54px; font-size: 3.4rem; color: var(--orange); letter-spacing: -.06em; }
.proof-card h3 { font-size: 1.5rem; text-transform: uppercase; }
.proof-card p { color: #9ca0a3; line-height: 1.6; }
.experience-grid { grid-template-columns: repeat(5,1fr); }
.experience-grid .proof-card { min-height: 280px; padding: 28px; }
.experience-grid .proof-card strong { margin-bottom: 46px; font-size: clamp(1.55rem,2.25vw,2.4rem); letter-spacing: -.035em; }
.experience-grid .proof-card h3 { font-size: 1.2rem; line-height: 1.08; }

.cta-block { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; }
.cta-block h2 { font-size: clamp(3.4rem, 7vw, 7rem); text-transform: uppercase; font-weight: 900; }
.cta-block p { margin: 18px 0 0; max-width: 680px; font-size: 1.15rem; line-height: 1.65; }
.cta-action { justify-self: end; }

.page-hero { padding: 115px 0 78px; min-height: 520px; display: grid; align-items: end; border-bottom: 1px solid var(--line-dark); background: radial-gradient(circle at 86% 18%,rgba(223,91,5,.16),transparent 24%),repeating-linear-gradient(90deg,transparent 0 99px,rgba(255,255,255,.035) 99px 100px),var(--ink); }
.page-hero h1 { font-size: clamp(3.8rem, 7.5vw, 7rem); }
.page-intro { max-width: 790px; margin-top: 28px; color: #b7babc; font-size: 1.18rem; line-height: 1.7; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.detail-card { padding: 38px; border: 1px solid var(--line-dark); background: var(--ink-2); }
.detail-card h3 { font-size: 1.8rem; text-transform: uppercase; }
.detail-card p { color: #a7aaad; line-height: 1.7; }
.detail-card ul { margin: 22px 0 0; padding: 0; list-style: none; color: #d5d6d7; }
.detail-card li { padding: 12px 0; border-top: 1px solid var(--line-dark); }
.detail-card li::before { content: "/"; color: var(--orange); margin-right: 12px; font-weight: 900; }
.service-jump-card { display: block; position: relative; padding-top: 72px; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.service-jump-card .jump-number { position: absolute; top: 28px; right: 34px; color: #666b6f; font-size: .72rem; font-weight: 850; letter-spacing: .13em; }
.service-jump-card .jump-action { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: #f3f3f1; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transition: color .18s ease, border-color .18s ease; }
.service-jump-card .jump-action span { color: var(--orange-bright); font-size: 1rem; }
.service-jump-card:focus-visible { border-color: var(--orange-bright); outline: 1px solid var(--orange-bright); outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  .service-jump-card:hover { border-color: var(--orange-bright); background: #131619; }
  .service-jump-card:hover h3, .service-jump-card:hover .jump-action { color: var(--orange-bright); }
  .service-jump-card:hover .jump-action { border-color: rgba(243,106,18,.6); }
}

.service-chapter { scroll-margin-top: 78px; }
.chapter-heading { max-width: 970px; }
.chapter-heading > div:first-child { margin-bottom: 28px; }
.chapter-label { display: inline-block; margin: 0; padding-bottom: 8px; border-bottom: 2px solid var(--orange); color: var(--orange); font-size: .9rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.chapter-heading h2, .standard-heading h2 { font-size: clamp(3rem, 5.4vw, 5.65rem); font-weight: 850; text-transform: uppercase; }
.chapter-lead { margin: 32px 0 0; color: #17191a; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; letter-spacing: -.018em; }
.chapter-copy { max-width: 780px; margin: 22px 0 0; color: #45494c; font-size: 1.02rem; line-height: 1.78; }
.section-panel .chapter-lead { color: #e6e7e7; }
.service-overview .chapter-lead { max-width: 820px; color: #e6e7e7; }
.section-panel .chapter-copy { color: #aeb1b4; }
.capability-block { margin-top: 78px; }
.capability-label { margin: 0 0 18px; color: var(--ink); font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.capability-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.capability-grid h3 { margin-top: 0; font-size: 1.5rem; text-transform: uppercase; }
.capability-grid p { color: #606467; line-height: 1.62; }
.section-paper.service-chapter { background: radial-gradient(circle at 100% 0,rgba(223,91,5,.09),transparent 23%),var(--paper); }
.section-paper .capability-grid { gap: 12px; border: 0; }
.section-paper .capability-grid article { background: var(--ink-2); color: var(--white); border: 0; box-shadow: inset 0 3px 0 var(--orange); }
.section-paper .capability-grid p { color: #b9bcbe; }
.section-panel .capability-grid { border-color: var(--line-dark); }
.section-panel .capability-grid article { border-color: var(--line-dark); }
.section-panel .capability-grid p { color: #a4a8aa; }
.section-panel .capability-label { color: var(--white); }
.service-overview .capability-label { color: var(--white); }
.commercial-scope .chapter-lead { max-width: 900px; color: #e6e7e7; }
.commercial-scope .capability-label { color: var(--white); }
.commercial-capability-grid article { min-height: 230px; }
.project-scope-cta { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; margin-top: 52px; padding: 34px 36px; border-left: 3px solid var(--orange); background: var(--paper); color: var(--ink); }
.project-scope-cta p:last-child { max-width: 720px; margin: 12px 0 0; color: #5e6367; line-height: 1.65; }
.chapter-closeout { margin-top: 66px; padding-top: 36px; border-top: 2px solid var(--orange); }
.chapter-closeout > div > span { color: #777b7e; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.chapter-closeout h3 { margin-top: 18px; font-size: clamp(2rem, 3.5vw, 3.5rem); text-transform: uppercase; }
.chapter-closeout p { max-width: 720px; color: #606467; line-height: 1.7; }
.section-panel .chapter-closeout p { color: #a4a8aa; }
.partner-standard { margin-top: 70px; padding: 44px; background: var(--ink); color: white; border-left: 3px solid var(--orange); }
.partner-standard h3 { max-width: 900px; margin-top: 18px; font-size: clamp(2.3rem, 4.2vw, 4.5rem); text-transform: uppercase; }
.partner-standard > p:last-child { max-width: 800px; color: #afb2b4; line-height: 1.75; }
.partner-standard-dark { background: var(--paper); color: var(--ink); }
.partner-standard-dark > p:last-child { color: #5e6367; }
.standard-heading { margin-bottom: 66px; }
.standard-heading > div { margin-bottom: 28px; }

.process { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); }
.process-five { grid-template-columns: repeat(5,1fr); }
.process-step { padding: 30px 26px; border-right: 1px solid var(--line-light); }
.process-step:first-child { border-left: 1px solid var(--line-light); }
.process-step span { color: var(--orange); font-weight: 900; }
.process-step h3 { margin-top: 50px; font-size: 1.45rem; text-transform: uppercase; }
.process-step p { color: #606467; line-height: 1.6; }
.process-dark { border-color: var(--line-dark); }
.process-dark .process-step { border-color: var(--line-dark); }
.process-dark .process-step p { color: #aeb1b4; }
.statement { max-width: 980px; font-size: clamp(2rem, 4vw, 4.1rem); font-weight: 760; letter-spacing: -.045em; line-height: 1.12; }
.statement .accent { color: var(--orange); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-aside { position: sticky; top: 120px; }
.contact-aside h2 { font-size: 3rem; text-transform: uppercase; }
.contact-aside .section-kicker { margin-bottom: 18px; }
.contact-aside p { color: #a9acaf; line-height: 1.7; }
.contact-points { margin-top: 35px; border-top: 1px solid var(--line-dark); }
.contact-point { padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.contact-point small { display: block; margin-bottom: 6px; color: #777c80; text-transform: uppercase; letter-spacing: .12em; }
.contact-point a { color: white; }
.contact-point a:hover { color: var(--orange); }
.contact-form { background: var(--paper); color: var(--ink); padding: 44px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.form-field { margin-bottom: 22px; }
.form-field label { display: block; margin-bottom: 9px; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #c5c2bc; background: #fff; color: var(--ink); padding: 15px; border-radius: 0; outline: none; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(223,91,5,.2); }
.form-field input[type="file"] { padding: 8px; }
.form-field input[type="file"]::file-selector-button { margin-right: 12px; padding: 10px 14px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.form-field input[type="file"]::file-selector-button:hover { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.form-note { margin: 13px 0 0; font-size: .76rem; color: #686b6d; line-height: 1.5; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-confirmation[hidden] { display: none; }
.form-confirmation h2 { margin-top: 20px; font-size: clamp(2.6rem, 5vw, 4.4rem); text-transform: uppercase; }
.form-confirmation > p:not(.section-kicker) { margin: 24px 0 0; color: #5e6367; line-height: 1.75; font-size: 1.05rem; }
.form-confirmation:focus { outline: 2px solid var(--orange); outline-offset: 4px; }

.site-footer { border-top: 1px solid var(--line-dark); background: #070809; padding: 62px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 56px; }
.footer-copy { margin-top: 20px; color: #8f9396; max-width: 430px; line-height: 1.7; }
.footer-company { margin: 20px 0 0; color: var(--white); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-company + .footer-copy { margin-top: 10px; }
.footer-nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 36px; justify-self: end; min-width: 340px; }
.footer-nav a { color: #b8bbbd; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom { padding-top: 25px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; color: #676b6e; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1080px) {
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 84px; left: 0; right: 0; padding: 24px; background: #0a0b0c; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line-dark); }
  .nav-group { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 16px 4px; border-bottom: 1px solid var(--line-dark); }
  .nav-links a[aria-current="page"] { box-shadow: none; color: var(--orange); }
  .nav-cta { margin-top: 12px; text-align: center; }
  .section-header, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-aside { position: static; }
  .process { grid-template-columns: repeat(2,1fr); }
  .process-five { grid-template-columns: repeat(3,1fr); }
  .process-step { border-bottom: 1px solid var(--line-light); }
  .cta-block { grid-template-columns: 1fr; }
  .cta-action { justify-self: start; }
  .project-scope-cta { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  html, body, .site-shell, main { width: 100%; max-width: 100%; overflow-x: clip; }
  .container { width: calc(100% - 30px); max-width: var(--max); min-width: 0; }
  .nav-wrap { min-height: 74px; padding-left: 6px; }
  .wordmark { width: 126px; }
  .nav-links { top: 74px; }
  .hero { min-height: 710px; padding-bottom: 58px; }
  .hero::after { right: -310px; opacity: .45; }
  .hero-content, .page-hero .container { width: 100%; max-width: 100%; min-width: 0; }
  .eyebrow { display: grid; grid-template-columns: 42px minmax(0,1fr); max-width: 100%; line-height: 1.5; overflow-wrap: anywhere; }
  .eyebrow::before { width: 42px; }
  .hero h1, .page-hero h1 { max-width: 100%; font-size: clamp(2.6rem, 11.8vw, 4rem); overflow-wrap: anywhere; }
  .hero-copy, .hero-meta, .page-intro { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .ticker-inner { grid-template-columns: repeat(2,1fr); }
  .ticker-item:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .section { padding: 78px 0; }
  .service-grid, .audience-grid, .proof-grid, .detail-grid { grid-template-columns: 1fr; }
  .audience-grid-four { border-left: 0; }
  .audience-grid-four .audience-card { min-height: 0; }
  .service-jump-card { padding: 66px 28px 28px; }
  .chapter-heading h2, .standard-heading h2 { max-width: 100%; font-size: clamp(2.2rem, 10.5vw, 3.2rem); overflow-wrap: anywhere; }
  .capability-block { margin-top: 58px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 215px; }
  .partner-standard { padding: 30px 26px; }
  .audience-card { min-height: 0; border-left: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .service-card { min-height: 250px; padding: 30px 26px; }
  .service-card-heading::after { margin-top: 16px; }
  .process { grid-template-columns: 1fr; }
  .process-five { grid-template-columns: 1fr; }
  .process-step { border-left: 1px solid var(--line-light); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px; }
  .project-scope-cta { padding: 28px 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav { justify-self: start; min-width: 0; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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