/* Axis shared stylesheet. Generated by scripts/build.mjs; edit src/styles instead. */

/* Source: src/styles/01-foundation.css */
:root {
  --ink: #0f1318;
  --ink2: #141a21;
  --ink3: #1b232c;
  --panel: rgba(18, 24, 31, 0.84);
  --panel2: rgba(23, 31, 40, 0.92);
  --text: #f4f6f8;
  --soft: rgba(244, 246, 248, 0.72);
  --mute: rgba(244, 246, 248, 0.52);
  --line: rgba(244, 246, 248, 0.13);
  --blue: #4f92e0;
  --blue2: #1f5fa6;
  --warm: #e4572e;
  --gold: #e8b23c;
  --cyan: #2e9cc0;
  --bar: linear-gradient(90deg, #12305c 0%, #1f5fa6 28%, #2e9cc0 52%, #e8b23c 78%, #e4572e 100%);
  --sans: "DNV Text", "DNV Display", Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --cond: "DNV Display", "DNV Text", Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mono: "DNV Display", Aptos, "Segoe UI", Arial, sans-serif;
  --wrap: 1280px;
  --stage-width: min(100vw, var(--wrap));
  --side-tone-left: #070d14;
  --side-tone-right: #07111c;
  --stage-edge-fade: clamp(58px, 6vw, 118px);
  --journey-image: url("../images/journey-hq-2048.256632126732.webp");
  --card-radius: 14px;
  --card-pad: 28px;
  --card-gap: 26px;
  --copy-leading: 1.62;
  --copy-measure: 72ch;
  --section-measure: 880px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  text-align: left;
  word-spacing: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border: 2px solid var(--blue);
  border-radius: 7px;
  background: var(--ink2);
  color: #fff;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 8% 18%, rgba(31, 95, 166, 0.20), transparent 30%),
    radial-gradient(circle at 92% 66%, rgba(228, 87, 46, 0.12), transparent 32%),
    linear-gradient(90deg, var(--side-tone-left) 0%, #0a1420 42%, var(--side-tone-right) 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(79, 146, 224, 0.06), transparent 34%),
    radial-gradient(circle at 86% 70%, rgba(228, 87, 46, 0.05), transparent 36%),
    linear-gradient(90deg, rgba(4, 8, 13, 0.48) 0%, rgba(4, 8, 13, 0.34) 34%, rgba(4, 8, 13, 0.34) 66%, rgba(4, 8, 13, 0.52) 100%),
    linear-gradient(180deg, rgba(4, 8, 13, 0.22) 0%, rgba(4, 8, 13, 0.42) 58%, rgba(4, 8, 13, 0.56) 100%);
}

.bg-journey {
  position: fixed;
  top: -3vh;
  bottom: -3vh;
  left: 50%;
  z-index: -3;
  width: var(--stage-width);
  opacity: 0.86;
  background-image:
    linear-gradient(90deg, rgba(8, 12, 18, 0.70) 0%, rgba(8, 12, 18, 0.36) 42%, rgba(8, 12, 18, 0.56) 100%),
    var(--journey-image);
  background-position: center var(--journey-y, 0%);
  background-size: cover;
  filter: saturate(1.12) contrast(1.08) brightness(0.90);
  box-shadow:
    0 0 0 1px rgba(244, 246, 248, 0.045),
    0 0 80px rgba(0, 0, 0, 0.42),
    inset 0 0 80px rgba(0, 0, 0, 0.22);
  transform: translate3d(-50%, 0, 0) scale(var(--journey-scale, 1));
  transform-origin: center;
  transition: opacity 0.25s linear;
  will-change: background-position, transform;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--stage-edge-fade), #000 calc(100% - var(--stage-edge-fade)), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 var(--stage-edge-fade), #000 calc(100% - var(--stage-edge-fade)), transparent 100%);
}

.bg-journey::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(79, 146, 224, 0.035), transparent 36%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.08), rgba(5, 8, 13, 0.16));
}

#mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  pointer-events: none;
  mix-blend-mode: screen;
}

.wrap {
  max-width: var(--wrap);
  margin: auto;
  padding: 0 28px;
}

.narrow {
  max-width: 900px;
}

.section {
  padding: 86px 0;
  border-top: 0;
}

.section.tight {
  padding: 56px 0;
}

.section + .section {
  box-shadow: inset 0 1px 0 rgba(31, 95, 166, 0.035);
}

.section > .wrap > h2 {
  max-width: 900px;
}

.section > .wrap > .eyebrow,
.section > .wrap > .bar {
  max-width: 980px;
}

.section > .wrap > p:not(.eyebrow):not(.small):not(.mono) {
  max-width: var(--section-measure);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bar {
  width: 64px;
  height: 3px;
  margin: 18px 0 22px;
  border-radius: 2px;
  background: var(--bar);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--cond);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
}

h3 {
  font-size: 1.38rem;
}

p,
.lede,
.card p,
.notice,
.scope-note,
.list-item p,
.cta-band p,
.checklist li,
.deep-list li,
.data-v,
.foot .small,
.justify {
  text-align: left;
  text-align-last: auto;
  text-justify: auto;
  hyphens: none;
  word-spacing: normal;
  -webkit-hyphens: none;
}

p,
.lede,
.card p,
.notice,
.scope-note,
.list-item p,
.cta-band p {
  text-wrap: pretty;
  overflow-wrap: break-word;
  word-break: normal;
}

.lede {
  max-width: var(--copy-measure);
  color: var(--soft);
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  font-weight: 400;
  line-height: 1.66;
}

.muted {
  color: var(--soft);
}

.small {
  color: var(--mute);
  font-size: 0.9rem;
}

.mono {
  font-family: var(--mono);
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(79, 146, 224, 0.10);
  background: rgba(15, 19, 24, 0.78);
  backdrop-filter: blur(16px) saturate(150%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand span {
  display: block;
  margin-top: -5px;
  color: var(--mute);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand b {
  font-family: var(--cond);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand .mark {
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(79, 146, 224, 0.22);
  border-radius: 10px;
  background: #020509 url("../images/axis-fea-logo-nav-96.6dbb128ed99b.webp") center / cover no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30), 0 0 16px rgba(31, 95, 166, 0.16);
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}

.mark svg {
  display: none;
}

.links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.links a {
  color: var(--soft);
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 600;
  word-spacing: normal;
}

.links a:hover,
.links a.active {
  color: #fff;
}

.nav-cta {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.burger {
  display: none;
  padding: 8px;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}

/* Source: src/styles/02-layout.css */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(82vh, 820px);
  padding: 88px 0 82px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.30fr) minmax(350px, 0.70fr);
  align-items: center;
  gap: clamp(44px, 5vw, 78px);
}

.hero p {
  margin-top: 24px;
}

.hero h1 {
  max-width: 18.5ch;
  font-size: clamp(2.65rem, 4vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
}

.hero .lede {
  max-width: 68ch;
  color: rgba(244, 246, 248, 0.84);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.hero-statement {
  max-width: 68ch;
  margin: 20px 0 0;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-panel {
  align-self: center;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(79, 146, 224, 0.035) inset;
}

.grid {
  display: grid;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: var(--card-gap);
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four,
.why-grid,
.engagement-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.five,
.workflow-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid.five > .card,
.workflow-grid > .card {
  grid-column: span 2;
}

.grid.five > .card:nth-last-child(2):nth-child(4),
.workflow-grid > .card:nth-last-child(2):nth-child(4) {
  grid-column: 2 / span 2;
}

.grid.five > .card:last-child:nth-child(5),
.workflow-grid > .card:last-child:nth-child(5) {
  grid-column: 4 / span 2;
}

.audience-grid,
.question-grid,
.capability-grid,
.why-grid,
.engagement-grid {
  gap: var(--card-gap);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  align-items: start;
  gap: clamp(34px, 4vw, 58px);
}

.split > .panel,
.split > .card {
  width: 100%;
}

.list-cards {
  display: grid;
  gap: 14px;
}

.list-item {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.7fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
}

.list-item h3 {
  font-size: 1.12rem;
  line-height: 1.2;
}

.list-item p {
  margin: 5px 0 0;
  color: var(--soft);
  font-size: 0.95rem;
}

.foot {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  align-items: start;
  gap: 28px;
}

/* Source: src/styles/03-cards.css */
.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 100%;
  padding: var(--card-pad);
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: rgba(18, 24, 31, 0.86);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px) saturate(118%);
  transition: 0.18s ease;
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.card:hover {
  border-color: rgba(79, 146, 224, 0.52);
  transform: translateY(-2px);
}

.card .num {
  min-height: var(--axis-num-slot, 0px);
  margin: 0 0 13px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.42;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  word-spacing: normal;
}

.card h3 {
  min-height: var(--axis-h3-slot, 0px);
  margin: 0 0 14px;
  line-height: 1.12;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
}

.card p {
  flex: 0 1 auto;
  min-height: var(--axis-p-slot, 0px);
  margin: 0;
  color: var(--soft);
  font-weight: 400;
  line-height: var(--copy-leading);
  text-wrap: pretty;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.card .tags {
  min-height: var(--axis-tags-slot, 0px);
  margin-top: auto;
  padding-top: 20px;
}

.tag {
  padding: 3px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(244, 246, 248, 0.68);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  word-spacing: normal;
}

.card .text-link,
.card > a.text-link,
.card > .btn {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
}

.card .btn {
  margin-top: auto;
}

.structured-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
}

.case-topic-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.structured-card > .tags,
.structured-card > .text-link,
.structured-card > a.text-link,
.grid > .structured-card > .tags,
.grid > .structured-card > .text-link,
.grid > .structured-card > a.text-link {
  align-self: end;
}

.audience-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 300px;
  padding: 30px;
  overflow: hidden;
}

.audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  opacity: 0.72;
  background: var(--bar);
}

.audience-card .num {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.audience-card h3 {
  display: flex;
  align-items: flex-start;
  min-height: var(--axis-h3-slot, 0px);
  margin-bottom: 15px;
}

.audience-card p {
  align-self: start;
}

.audience-card .tags {
  align-self: end;
}

.question-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  min-height: 244px;
  padding: 28px;
  column-gap: 17px;
  row-gap: 14px;
}

.question-card .qmark {
  position: static;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid rgba(79, 146, 224, 0.48);
  border-radius: 8px;
  background: rgba(31, 95, 166, 0.12);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 13px;
}

.question-card h3 {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  align-self: start;
  max-width: 36ch;
  margin: 0;
  padding-top: 2px;
  font-size: 1.27rem;
  line-height: 1.13;
  letter-spacing: -0.018em;
}

.question-card p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  max-width: 39ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.60;
}

.capability-grid .card,
.customer-section .card,
.question-grid .card {
  background: linear-gradient(155deg, rgba(18, 26, 35, 0.94), rgba(13, 19, 26, 0.88));
}

.capability-grid > .card,
.why-grid > .card,
.engagement-grid > .card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 248px;
}

.capability-grid > .card .text-link,
.engagement-grid > .card .text-link {
  align-self: end;
}

.workflow-grid > .card {
  min-height: 218px;
  padding: 24px;
}

.workflow-grid > .card p {
  line-height: 1.56;
}

.evidence-card,
.image-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.evidence-card figure,
.image-card figure {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
}

.evidence-card img,
.image-card img {
  flex: 0 0 236px;
  width: 100%;
  height: 236px;
  background: #0f1318;
  object-fit: cover;
  object-position: center;
}

.evidence-card figcaption,
.image-card figcaption {
  display: flex;
  align-items: center;
  min-height: var(--axis-caption-slot, 42px);
  padding: 10px 16px;
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.35;
}

.evidence-card .body,
.image-card .body {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  min-height: 296px;
  padding: 28px;
}

.evidence-card .body .num,
.image-card .body .num {
  margin-bottom: 13px;
}

.evidence-card .body h3,
.image-card .body h3 {
  margin-bottom: 15px;
  line-height: 1.13;
  letter-spacing: -0.018em;
}

.evidence-card .body p,
.image-card .body p {
  align-self: start;
  line-height: 1.60;
}

.evidence-card .body .text-link,
.image-card .body .text-link {
  align-self: end;
  margin-top: 18px;
  padding-top: 0;
}

.image-card:not(:has(.body)) img {
  height: auto;
  max-height: 520px;
  background: #0f1318;
  object-fit: contain;
}

.image-card:not(:has(.body)) figcaption {
  min-height: 0;
}

.team-grid {
  align-items: stretch;
}

.profile-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.profile-card > img {
  width: 100%;
  height: 238px;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  object-position: center 20%;
}

.profile-card > .num {
  margin: 22px 24px 12px;
}

.profile-card > h3 {
  margin: 0 24px 13px;
}

.profile-card > p {
  margin: 0 24px;
  line-height: 1.62;
}

.profile-card > .tags {
  margin: auto 24px 0;
  padding-top: 20px;
}

.profile-card > .profile-links {
  margin: 10px 24px 24px;
  padding-top: 0;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-links .btn {
  justify-content: center;
  min-width: 118px;
  padding: 8px 11px;
  font-size: 11px;
}

/* Source: src/styles/04-components.css */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  transition: 0.18s ease;
  word-spacing: normal;
}

.btn:hover {
  border-color: rgba(79, 146, 224, 0.60);
  background: rgba(79, 146, 224, 0.08);
  transform: translateY(-1px);
}

.btn.primary {
  border-color: var(--blue2);
  background: var(--blue2);
  color: #fff;
}

.btn.primary:hover {
  background: #1a538f;
}

.btn.quiet {
  border-color: transparent;
  color: var(--blue);
}

.btn.email {
  border-color: rgba(79, 146, 224, 0.55);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.text-link:hover {
  color: #fff;
}

.panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(18, 24, 31, 0.86);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.hero .panel {
  background: rgba(16, 22, 30, 0.91);
}

.panel .topbar {
  height: 5px;
  background: var(--bar);
}

.data-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.data-row:first-child {
  border-top: 0;
}

.data-k {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
  color: var(--mute);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  word-spacing: normal;
}

.data-v {
  padding: 13px 15px;
  color: var(--soft);
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 23px;
  color: var(--soft);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--bar);
}

.notice {
  padding: 16px 18px;
  border-left: 3px solid var(--blue);
  border-radius: 8px;
  background: rgba(79, 146, 224, 0.08);
  color: var(--soft);
  font-weight: 400;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.warning {
  border-left-color: var(--gold);
  background: rgba(232, 178, 60, 0.08);
}

.page-head {
  padding: 74px 0 50px;
}

.page-head h1 {
  max-width: 24ch;
}

.breadcrumbs {
  margin-bottom: 24px;
  color: var(--mute);
  font-family: var(--mono);
  font-size: 11.5px;
}

.breadcrumbs a {
  color: var(--blue);
}

.kpi {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  padding: 16px 0;
  border-top: 1px solid rgba(79, 146, 224, 0.08);
  border-bottom: 1px solid rgba(79, 146, 224, 0.08);
}

.kpi span {
  color: var(--soft);
  font-family: var(--mono);
  font-size: 12px;
}

.kpi i {
  margin-right: 6px;
  color: var(--warm);
  font-style: normal;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(31, 95, 166, 0.22), rgba(228, 87, 46, 0.10));
}

.cta-band > div:first-child {
  min-width: 0;
}

.cta-band p {
  max-width: 64ch;
  margin: 10px 0 0;
  color: var(--soft);
}

.pill {
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  word-spacing: normal;
}

form {
  display: block;
}

form .panel,
form.panel {
  overflow: hidden;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.full {
  grid-column: 1 / -1;
}

label,
legend {
  display: block;
  margin-bottom: 7px;
  color: var(--mute);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(15, 19, 24, 0.78);
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
}

textarea {
  min-height: 125px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
}

.chk {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 14px;
}

.chk input {
  width: auto;
  accent-color: var(--blue2);
}

.form-status {
  display: none;
  padding: 14px 16px;
  border: 1px solid rgba(37, 211, 102, 0.45);
  border-radius: 10px;
  background: rgba(37, 211, 102, 0.09);
  color: var(--soft);
  font-size: 14px;
}

.form-status.show {
  display: block;
}

.form-status.error {
  border-color: rgba(228, 87, 46, 0.55);
  background: rgba(228, 87, 46, 0.09);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.config-note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-family: var(--mono);
  font-size: 12px;
}

.deep-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--soft);
}

.deep-list li {
  margin: 0;
}

.mini-heading {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.case-meta .notice {
  padding: 14px;
}

.scope-note {
  padding: 18px;
  border: 1px dashed rgba(244, 246, 248, 0.20);
  border-radius: 12px;
  background: rgba(15, 19, 24, 0.42);
  color: var(--soft);
  line-height: 1.62;
}

.customer-section {
  padding-top: 72px;
}

.service-inputs {
  margin-top: 28px;
}

.service-inputs .checklist {
  margin-top: 12px;
}

footer {
  padding: 42px 0;
  border-top: 1px solid rgba(79, 146, 224, 0.08);
  background: rgba(12, 16, 21, 0.90);
  color: var(--mute);
}

.foot h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1rem;
}

.foot a {
  display: block;
  margin: 7px 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.42;
}

.foot a:hover {
  color: #fff;
}

.foot .bar {
  width: 100%;
  margin: 0 0 20px;
}

.foot p,
.foot .small,
.copy {
  text-align: left;
  word-spacing: normal;
}

.copy {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(79, 146, 224, 0.08);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.65;
}

/* Source: src/styles/05-responsive.css */
@media (min-width: 1260px) {
  #mesh {
    opacity: 0.62;
    -webkit-mask-image: linear-gradient(90deg, #000 0 calc((100vw - var(--wrap)) / 2 - 12px), transparent calc((100vw - var(--wrap)) / 2 + 18px) calc((100vw + var(--wrap)) / 2 - 18px), #000 calc((100vw + var(--wrap)) / 2 + 12px) 100%);
    mask-image: linear-gradient(90deg, #000 0 calc((100vw - var(--wrap)) / 2 - 12px), transparent calc((100vw - var(--wrap)) / 2 + 18px) calc((100vw + var(--wrap)) / 2 - 18px), #000 calc((100vw + var(--wrap)) / 2 + 12px) 100%);
  }
}

@media (max-width: 1259px) {
  .bg-journey {
    --journey-image: url("../images/journey-hq-1536.d223c5f54b6c.webp");
    width: 100vw;
    opacity: 0.70;
    box-shadow: none;
  }

  #mesh {
    opacity: 0.20;
  }

  body::after {
    background:
      linear-gradient(90deg, rgba(4, 8, 13, 0.48), rgba(4, 8, 13, 0.42)),
      linear-gradient(180deg, rgba(4, 8, 13, 0.28), rgba(4, 8, 13, 0.56));
  }
}

@media (min-width: 1181px) {
  .audience-card {
    min-height: 322px;
    padding: 30px 30px 28px;
  }

  .audience-card h3 {
    font-size: 1.30rem;
    line-height: 1.13;
    letter-spacing: -0.018em;
  }

  .audience-card p {
    font-size: 1rem;
    line-height: 1.60;
  }

  .question-card,
  .capability-grid > .card,
  .why-grid > .card,
  .engagement-grid > .card {
    min-height: 238px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .question-card h3 {
    max-width: none;
    font-size: 1.24rem;
  }

  .question-card p {
    max-width: none;
  }
}

@media (min-width: 1051px) and (max-width: 1180px) {
  .customer-section .card {
    min-height: 310px;
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero h1 {
    max-width: 18ch;
  }

  .hero-panel {
    max-width: 760px;
  }

  .grid.three,
  .audience-grid,
  .question-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid.five,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid.five > .card,
  .workflow-grid > .card,
  .grid.five > .card:nth-last-child(2):nth-child(4),
  .workflow-grid > .card:nth-last-child(2):nth-child(4),
  .grid.five > .card:last-child:nth-child(5),
  .workflow-grid > .card:last-child:nth-child(5) {
    grid-column: auto;
  }

  .workflow-grid > .card:last-child:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc(50% - 13px);
  }

  .split {
    grid-template-columns: 1fr;
  }

  .split > .panel {
    max-width: 900px;
  }
}

@media (max-width: 1050px) {
  .links {
    gap: 13px;
  }
}

@media (max-width: 760px) {
  .bg-journey {
    --journey-image: url("../images/journey-hq-1024.abca1814d9c8.webp");
  }

  :root {
    --wrap: 100%;
    --card-pad: 23px;
    --card-gap: 18px;
  }

  body {
    font-size: 16px;
  }

  body::after {
    background: linear-gradient(180deg, rgba(4, 8, 13, 0.46), rgba(4, 8, 13, 0.64));
  }

  .bg-journey {
    opacity: 0.52;
  }

  #mesh {
    opacity: 0.14;
  }

  .wrap {
    padding: 0 20px;
  }

  .links {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    background: rgba(15, 19, 24, 0.98);
  }

  .links.open {
    display: flex;
  }

  .links a {
    width: 100%;
    padding: 12px 20px;
  }

  .nav-cta {
    width: auto;
    max-width: calc(100% - 20px);
    margin: 6px 20px 12px;
  }

  .burger {
    display: block;
  }

  .brand span {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    padding: 60px 0 64px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11.4vw, 3.45rem);
  }

  .hero-statement {
    font-size: 11px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five,
  .audience-grid,
  .question-grid,
  .capability-grid,
  .why-grid,
  .engagement-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid > .card:last-child:nth-child(5) {
    grid-column: auto;
    max-width: none;
  }

  .audience-card,
  .question-card,
  .capability-grid > .card,
  .why-grid > .card,
  .engagement-grid > .card,
  .workflow-grid > .card {
    min-height: 0;
  }

  .question-card {
    grid-template-columns: 31px minmax(0, 1fr);
    padding: 23px;
    column-gap: 14px;
  }

  .question-card h3,
  .question-card p {
    max-width: none;
  }

  .evidence-card img,
  .image-card img {
    flex-basis: 205px;
    height: 205px;
  }

  .evidence-card .body,
  .image-card .body {
    min-height: 0;
    padding: 23px;
  }

  .profile-card > img {
    height: 210px;
  }

  .profile-links .btn {
    min-width: 0;
  }

  .data-row {
    grid-template-columns: 1fr;
  }

  .data-k {
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .data-v {
    font-size: 12px;
  }

  .list-item {
    grid-template-columns: 1fr;
  }

  .list-item h3 {
    line-height: 1.18;
  }

  .cta-band {
    display: block;
    padding: 28px 24px;
  }

  .actions .btn,
  .contact-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .foot {
    grid-template-columns: 1fr;
  }

  .page-head {
    padding: 54px 0 36px;
  }

  .case-meta {
    grid-template-columns: 1fr;
  }

  .deep-list {
    padding-left: 16px;
  }

  /* Necessary exception: these declarations must override the equalizer's
     JavaScript-authored inline custom properties as soon as mobile activates. */
  .card {
    --axis-num-slot: 0px !important;
    --axis-h3-slot: 0px !important;
    --axis-p-slot: 0px !important;
    --axis-tags-slot: 0px !important;
    --axis-caption-slot: 0px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Necessary exception: the user preference must override component-level
     transition declarations regardless of selector specificity. */
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  #mesh {
    display: none;
  }
}
