:root {
  --ink: #07111f;
  --ink-soft: #0e1e30;
  --blue: #0573e7;
  --blue-bright: #1d95ff;
  --cyan: #6ed8ed;
  --rust: #bd5b35;
  --sand: #eee8de;
  --cream: #f7f4ee;
  --paper: #fffdf9;
  --white: #ffffff;
  --muted: #607084;
  --line: rgba(7, 17, 31, 0.14);
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.13);
  --radius: 4px;
  --container: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* WordPress/Elementor canvas integration. */
body.trx-approved-site,
body.trx-approved-site #page,
body.trx-approved-site #content,
body.trx-approved-site .site-content,
body.trx-approved-site .elementor,
body.trx-approved-site .elementor-section-wrap,
body.trx-approved-site .elementor-widget-html,
body.trx-approved-site .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.trx-approved-site .elementor > .e-con,
body.trx-approved-site .elementor > .elementor-element {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  font-weight: 650;
}

h3 {
  font-size: 1.42rem;
  font-weight: 650;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--cyan);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid var(--dark-line);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-stuck {
  position: fixed;
  background: rgba(7, 17, 31, 0.95);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

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

.brand {
  position: relative;
  display: inline-grid;
  justify-items: start;
  line-height: 1;
}

.brand::after {
  position: absolute;
  top: 3px;
  right: -14px;
  width: 43px;
  height: 17px;
  content: "";
  border-top: 2px solid var(--cyan);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.brand-word {
  color: var(--white);
  font-size: 2rem;
  font-weight: 850;
  font-style: italic;
  letter-spacing: -0.08em;
}

.brand-search {
  margin-top: 4px;
  margin-left: 3px;
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 0.79rem;
  font-weight: 650;
}

.brand-image {
  display: block;
  width: 178px;
  height: 66px;
  overflow: hidden;
}

.brand-image::after {
  display: none;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}

.site-nav > a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease;
}

.site-nav > a:not(.nav-cta):hover {
  color: var(--white);
}

.nav-cta {
  padding: 11px 17px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  border-color: var(--blue-bright);
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 920px;
  padding: 178px 0 0;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 28%, rgba(29, 149, 255, 0.13), transparent 32%),
    linear-gradient(125deg, #07111f 15%, #0b1a2a 68%, #081320 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(110, 216, 237, 0.7), transparent);
}

.hero-structure,
.hero-structure span {
  position: absolute;
  pointer-events: none;
}

.hero-structure {
  inset: 0;
  opacity: 0.7;
}

.beam {
  top: -25%;
  right: 14%;
  width: 46px;
  height: 145%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08));
  box-shadow: 28px 0 90px rgba(0, 0, 0, 0.32);
  transform: rotate(34deg);
  transform-origin: top;
}

.beam-two {
  right: 40%;
  width: 15px;
  opacity: 0.45;
}

.beam-three {
  right: -3%;
  width: 85px;
  opacity: 0.36;
}

.grid-plane {
  right: -8%;
  bottom: -19%;
  width: 62%;
  height: 66%;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(110, 216, 237, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 216, 237, 0.3) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(550px) rotateX(62deg) rotateZ(-8deg);
  transform-origin: bottom right;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  gap: 90px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin-bottom: 23px;
  font-size: 0.77rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cyan);
}

.eyebrow span {
  width: 27px;
  height: 2px;
  background: var(--cyan);
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 6.4vw, 6.55rem);
  font-weight: 610;
}

.hero-intro {
  max-width: 710px;
  margin-bottom: 39px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.31rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 13px 24px;
  font-size: 0.89rem;
  font-weight: 740;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button span {
  margin-left: 13px;
  font-size: 1.05rem;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
}

.button-primary:hover {
  background: #0c85fa;
  border-color: #0c85fa;
}

.button-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 17, 31, 0.68);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark-line);
}

.panel-heading p,
.panel-heading span {
  margin: 0;
}

.panel-heading p {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.panel-heading span {
  color: var(--cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.91rem;
  font-style: italic;
}

.capability-list {
  margin: 0;
  padding: 4px 0 12px;
  list-style: none;
}

.capability-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--dark-line);
}

.capability-list span {
  color: var(--blue-bright);
  font-size: 0.7rem;
  font-weight: 780;
}

.capability-list strong {
  font-size: 0.97rem;
  font-weight: 610;
}

.signal-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
}

.signal-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.83rem;
  line-height: 1.45;
}

.signal-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(110, 216, 237, 0.1);
}

.proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid var(--dark-line);
  border-right: 1px solid var(--dark-line);
  border-left: 1px solid var(--dark-line);
}

.proof-strip div {
  display: flex;
  flex-direction: column;
  min-height: 128px;
  padding: 25px 28px;
  border-right: 1px solid var(--dark-line);
  background: rgba(7, 17, 31, 0.52);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  margin-bottom: 2px;
  color: var(--white);
  font-size: 2rem;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.network-band {
  padding: 55px 0;
  color: var(--white);
  background: var(--blue);
}

.network-grid {
  display: grid;
  grid-template-columns: 190px 1fr 0.83fr;
  gap: 48px;
  align-items: center;
}

.network-badge {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.network-badge .diamonds {
  letter-spacing: 0.22em;
}

.network-badge span:last-child {
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.network-band .section-kicker {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.network-band h2 {
  max-width: 600px;
  font-size: clamp(1.8rem, 3.1vw, 2.75rem);
}

.network-band p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.62;
}

.section {
  padding: 130px 0;
}

.section-kicker {
  color: var(--blue);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.45fr 0.72fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 70px;
}

.section-intro h2 {
  max-width: 760px;
}

.section-intro > p {
  margin-bottom: 8px;
  color: var(--muted);
}

.expertise {
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(7, 17, 31, 0.035) 50%, transparent 50.08%),
    var(--cream);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.industry-card {
  position: relative;
  min-height: 345px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.42);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.industry-card:hover {
  z-index: 2;
  color: var(--white);
  background: var(--ink-soft);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.industry-card.featured {
  color: var(--white);
  background: var(--ink);
}

.card-number {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 780;
}

.industry-card h3 {
  margin: 55px 0 16px;
}

.industry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.industry-card:hover p,
.industry-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.material-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  opacity: 0.68;
}

.material-icon::before,
.material-icon::after {
  position: absolute;
  content: "";
  border: 1px solid currentColor;
}

.concrete::before {
  inset: 12px 0 0 11px;
  transform: skewY(-20deg);
}

.concrete::after {
  inset: 0 11px 12px 0;
  border-color: var(--blue-bright);
  transform: skewY(-20deg);
}

.chemical::before {
  inset: 7px 15px;
  border-radius: 50% 50% 43% 43%;
}

.chemical::after {
  right: 10px;
  bottom: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-color: var(--rust);
}

.facade::before {
  inset: 5px;
  background: repeating-linear-gradient(90deg, transparent 0 12px, currentColor 13px 14px);
}

.facade::after {
  inset: 5px;
  background: repeating-linear-gradient(0deg, transparent 0 12px, currentColor 13px 14px);
}

.steel::before {
  top: 7px;
  bottom: 7px;
  left: 26px;
  width: 8px;
  border-width: 1px 8px;
}

.steel::after {
  top: 25px;
  right: 7px;
  left: 7px;
  height: 5px;
  background: currentColor;
}

.machine::before {
  inset: 10px;
  border: 6px dotted currentColor;
  border-radius: 50%;
}

.machine::after {
  inset: 21px;
  border-radius: 50%;
  border-color: var(--blue);
}

.roles-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sand);
}

.roles-card .section-kicker {
  margin-bottom: 22px;
}

.roles-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.roles-card li {
  padding: 8px 0;
  font-size: 0.91rem;
  font-weight: 640;
  border-bottom: 1px solid var(--line);
}

.industry-card.roles-card:hover li {
  border-color: var(--dark-line);
}

.approach {
  color: var(--white);
  background:
    radial-gradient(circle at 5% 100%, rgba(189, 91, 53, 0.14), transparent 28%),
    var(--ink);
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 110px;
}

.approach h2 {
  max-width: 590px;
  margin-bottom: 35px;
}

.large-copy {
  color: var(--white) !important;
  font-size: 1.35rem;
  line-height: 1.55;
}

.approach-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.62);
}

.text-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 730;
  border-bottom: 1px solid var(--blue-bright);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}

.process-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--dark-line);
}

.process-list > li > span {
  color: var(--blue-bright);
  font-size: 0.75rem;
  font-weight: 780;
}

.process-list h3 {
  margin-bottom: 9px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.91rem;
}

.difference {
  background: var(--paper);
}

.difference-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 110px;
}

.difference-statement h2 {
  max-width: 650px;
  margin-bottom: 48px;
}

.difference-statement blockquote {
  max-width: 720px;
  margin-bottom: 16px;
  padding-left: 28px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  font-style: italic;
  line-height: 1.45;
  border-left: 3px solid var(--rust);
}

.difference-statement cite {
  padding-left: 31px;
  color: var(--muted);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.difference-points {
  border-top: 1px solid var(--line);
}

.difference-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.difference-points span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 780;
}

.difference-points h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.difference-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.results-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr auto;
  gap: 55px;
  align-items: center;
  margin-top: 100px;
  padding: 52px;
  color: var(--white);
  background: var(--rust);
  box-shadow: var(--shadow);
}

.results-panel .section-kicker {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
}

.results-panel h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.results-panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  white-space: nowrap;
}

.insights {
  background: var(--cream);
}

.insight-library-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 0.81rem;
  font-weight: 750;
  border-bottom: 1px solid currentColor;
}

.insight-library-link span {
  margin-left: 8px;
}

.insight-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.lead-insight {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(29, 149, 255, 0.18), transparent 48%),
    var(--ink-soft);
}

.insight-tag {
  align-self: flex-start;
  margin-bottom: 65px;
  padding: 5px 9px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.lead-insight .insight-tag {
  color: var(--cyan);
}

.insight-card h3 {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.15;
}

.insight-card p {
  color: var(--muted);
  font-size: 0.91rem;
}

.lead-insight p {
  color: rgba(255, 255, 255, 0.62);
}

.insight-card a {
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.81rem;
  font-weight: 750;
  border-bottom: 1px solid currentColor;
}

.insight-card a span {
  margin-left: 12px;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--white);
  background: var(--ink);
}

.closing-lines {
  position: absolute;
  top: -65%;
  right: -14%;
  width: 55%;
  height: 180%;
  border: 1px solid rgba(110, 216, 237, 0.17);
  transform: rotate(28deg);
  box-shadow:
    55px 0 0 rgba(110, 216, 237, 0.035),
    56px 0 0 rgba(110, 216, 237, 0.11),
    110px 0 0 rgba(110, 216, 237, 0.025),
    111px 0 0 rgba(110, 216, 237, 0.08);
}

.closing-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 110px;
  align-items: end;
}

.closing-grid h2 {
  max-width: 770px;
}

.closing-grid > div:last-child p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer {
  padding: 80px 0 25px;
  color: rgba(255, 255, 255, 0.65);
  background: #040a12;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr;
  gap: 80px;
  padding-bottom: 65px;
}

.footer-brand {
  margin-bottom: 22px;
}

.footer-brand .brand-word {
  font-size: 2.7rem;
}

.footer-brand .brand-search {
  font-size: 0.72rem;
}

.footer-brand::after {
  top: 4px;
  right: -19px;
  width: 58px;
  height: 22px;
}

.footer-grid > div:first-child p {
  max-width: 440px;
}

.footer-grid h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.footer-grid a:not(.brand) {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.footer-grid p {
  font-size: 0.87rem;
}

.network-note {
  color: rgba(255, 255, 255, 0.42);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--dark-line);
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.market-card {
  min-height: 285px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.52);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.market-card-wide {
  grid-column: 1 / -1;
  min-height: 230px;
}

.market-card:hover {
  z-index: 2;
  color: var(--white);
  background: var(--ink-soft);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.market-card > span,
.role-grid article > span,
.toolbox-grid article > span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 780;
}

.market-card h3 {
  max-width: 490px;
  margin: 55px 0 18px;
  font-size: 1.5rem;
}

.market-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.market-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.adjacent-principle {
  display: grid;
  grid-template-columns: 0.55fr 0.9fr 1.25fr;
  gap: 42px;
  align-items: start;
  margin-top: 70px;
  padding: 45px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.adjacent-principle .section-kicker {
  margin: 5px 0 0;
  color: var(--cyan);
}

.adjacent-principle h3,
.adjacent-principle p {
  margin: 0;
}

.adjacent-principle h3 {
  font-size: 1.65rem;
}

.adjacent-principle > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.roles-section {
  background: var(--paper);
}

.role-grid,
.toolbox-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.role-grid article,
.toolbox-grid article {
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.role-grid h3,
.toolbox-grid h3 {
  margin: 42px 0 14px;
  font-size: 1.2rem;
}

.role-grid p,
.toolbox-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.presentation-preview {
  margin-top: 100px;
  padding: 52px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(29, 149, 255, 0.16), transparent 45%),
    var(--ink-soft);
  box-shadow: var(--shadow);
}

.preview-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--dark-line);
}

.preview-heading .section-kicker {
  margin-bottom: 10px;
  color: var(--cyan);
}

.preview-heading h3 {
  margin: 0;
  font-size: 2rem;
}

.preview-heading > span {
  padding: 7px 10px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

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

.preview-grid > div {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.preview-grid > div:nth-child(even) {
  border-right: 0;
}

.preview-grid small {
  display: block;
  margin-bottom: 15px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preview-grid p,
.preview-grid li {
  color: rgba(255, 255, 255, 0.7);
}

.preview-grid ul {
  margin: 0;
  padding-left: 19px;
}

.candidate-summary {
  display: flex;
  gap: 25px;
  align-items: center;
}

.candidate-mark {
  color: var(--blue-bright);
  font-size: 3.5rem;
  font-weight: 660;
}

.candidate-summary strong {
  font-size: 1.35rem;
}

.candidate-summary p {
  margin: 8px 0 0;
}

.outcomes {
  background: var(--cream);
}

.case-study {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 70px;
  align-items: center;
  padding: 58px;
  color: var(--white);
  background: var(--rust);
  box-shadow: var(--shadow);
}

.case-study > div:first-child {
  display: flex;
  flex-direction: column;
}

.case-study strong {
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.95;
}

.case-study span {
  margin-top: 14px;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-story h3 {
  margin-bottom: 18px;
  font-size: 2rem;
}

.case-story p {
  color: rgba(255, 255, 255, 0.82);
}

.case-story small {
  color: rgba(255, 255, 255, 0.62);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.outcome-grid article {
  min-height: 275px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.outcome-grid span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.outcome-grid h3 {
  margin: 55px 0 15px;
  font-size: 1.3rem;
}

.outcome-grid p {
  color: var(--muted);
}

.testimonial-band {
  padding: 105px 0;
  color: var(--white);
  background: var(--ink-soft);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.testimonial-grid figure {
  margin: 0;
}

.testimonial-grid blockquote {
  margin: 0 0 30px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-style: italic;
  line-height: 1.5;
}

.testimonial-grid figcaption {
  color: var(--cyan);
  font-size: 0.77rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-grid figcaption span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
}

.trust-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 15%, rgba(29, 149, 255, 0.16), transparent 28%),
    var(--ink);
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 100px;
}

.trust-grid h2 {
  max-width: 650px;
}

.trust-grid > div:last-child p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.candidate-section {
  background: var(--sand);
}

.candidate-cta {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  margin-top: 60px;
  padding: 42px;
  color: var(--white);
  background: var(--ink);
}

.candidate-cta h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.candidate-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.candidate-cta .button {
  flex: 0 0 auto;
}

.about-section {
  background: var(--paper);
}

.bio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bio-grid > article {
  padding: 42px;
  border: 1px solid var(--line);
}

.bio-grid > article > p {
  color: var(--muted);
}

.bio-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.bio-heading > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  font-weight: 780;
  background: var(--blue);
}

.bio-heading h3,
.bio-heading p {
  margin: 0;
}

.bio-heading p {
  margin-top: 4px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 720;
  border-bottom: 1px solid currentColor;
}

.footer-brand {
  width: 245px;
  height: 110px;
  margin-bottom: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .site-nav {
    gap: 18px;
  }

  .hero-grid {
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 7vw, 5.2rem);
  }

  .network-grid {
    grid-template-columns: 170px 1fr;
  }

  .network-grid > p {
    grid-column: 2;
  }

  .section-intro,
  .approach-grid,
  .difference-grid {
    gap: 60px;
  }

  .results-panel {
    grid-template-columns: 1fr 1fr;
  }

  .results-panel .button {
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  :root {
    --container: min(100% - 36px, 720px);
  }

  .section {
    padding: 90px 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    padding: 90px 10vw;
    visibility: hidden;
    opacity: 0;
    background: rgba(7, 17, 31, 0.985);
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .site-nav.is-open {
    z-index: 49;
    visibility: visible;
    opacity: 1;
  }

  .site-nav > a {
    font-size: 1.25rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 51;
  }

  .hero {
    min-height: auto;
    padding: 150px 0 0;
  }

  .hero-grid,
  .section-intro,
  .approach-grid,
  .difference-grid,
  .closing-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    margin-bottom: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 65px;
  }

  .proof-strip div {
    min-height: 105px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--dark-line);
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .network-grid {
    grid-template-columns: 150px 1fr;
    gap: 28px;
  }

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

  .section-intro {
    gap: 28px;
  }

  .approach-grid,
  .difference-grid,
  .closing-grid {
    gap: 65px;
  }

  .results-panel,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .adjacent-principle,
  .case-study,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

  .testimonial-grid,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .candidate-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .results-panel {
    gap: 28px;
  }

  .insight-card {
    min-height: 310px;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 30px);
  }

  body {
    font-size: 16px;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand-word {
    font-size: 1.75rem;
  }

  .brand-image {
    width: 150px;
    height: 55px;
  }

  .hero {
    padding-top: 125px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-panel {
    margin-bottom: 0;
    padding: 22px;
  }

  .proof-strip {
    margin-top: 52px;
  }

  .proof-strip strong {
    font-size: 1.55rem;
  }

  .proof-strip span {
    font-size: 0.61rem;
  }

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

  .network-grid > p {
    grid-column: auto;
  }

  .network-badge {
    max-width: 210px;
  }

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

  .market-grid,
  .role-grid,
  .toolbox-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .market-card-wide {
    grid-column: auto;
  }

  .market-card,
  .role-grid article,
  .toolbox-grid article {
    min-height: auto;
  }

  .adjacent-principle,
  .presentation-preview,
  .case-study,
  .candidate-cta,
  .bio-grid > article {
    padding: 28px 24px;
  }

  .preview-heading {
    flex-direction: column;
  }

  .preview-grid > div,
  .preview-grid > div:nth-child(even) {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
  }

  .testimonial-grid {
    gap: 55px;
  }

  .industry-card {
    min-height: 310px;
  }

  .results-panel {
    margin-top: 65px;
    padding: 32px 24px;
  }

  .results-panel .button,
  .closing-grid .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-brand {
    width: 220px;
    height: 95px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
