:root {
  --ink: #071222;
  --ink-soft: #12213a;
  --paper: #f2f1eb;
  --white: #ffffff;
  --lime: #b8ff35;
  --blue: #3158ff;
  --line: rgba(7, 18, 34, 0.17);
  --muted: #617087;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button {
  cursor: default;
}

a,
button {
  color: inherit;
}

a[href],
button {
  cursor: pointer;
}

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

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

.section {
  padding: 118px clamp(24px, 5.5vw, 88px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.site-header {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
}

.site-header--solid {
  background: rgba(7, 18, 34, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
  height: 76px;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: auto;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.9))
    drop-shadow(0 2px 7px rgba(0, 0, 0, 0.38));
  transition: width 0.3s ease;
  width: 142px;
}

.site-header--solid .brand-logo {
  width: 116px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 36px;
}

.site-nav > a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav > a:hover {
  color: var(--lime);
}

.site-nav .nav-erp {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: inline-flex;
  gap: 28px;
  padding: 13px 16px;
}

.nav-erp span {
  color: var(--lime);
  font-size: 18px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
}

.hero {
  background: var(--ink);
  color: var(--white);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-image {
  animation: heroDrift 18s ease-in-out infinite alternate;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes heroDrift {
  from { transform: scale(1.02); }
  to { transform: scale(1.11); }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 25, 0.96) 0%, rgba(5, 13, 25, 0.82) 38%, rgba(5, 13, 25, 0.35) 70%, rgba(5, 13, 25, 0.24) 100%),
    linear-gradient(0deg, rgba(5, 13, 25, 0.82) 0%, transparent 38%);
  inset: 0;
  position: absolute;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  inset: 0;
  mask-image: linear-gradient(to right, black, transparent 86%);
  position: absolute;
  z-index: 1;
}

.hero-content {
  max-width: 1180px;
  padding: clamp(170px, 22vh, 230px) clamp(24px, 7vw, 110px) 145px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--blue);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 34px;
}

.hero-eyebrow > span {
  background: var(--lime);
}

.hero h1 {
  font-size: clamp(54px, 7.6vw, 122px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.87;
  margin-bottom: 38px;
  max-width: 1080px;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em,
.group-intro h2 em,
.principles h2 em,
footer h2 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
  margin-bottom: 44px;
  max-width: 685px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 32px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 38px;
  justify-content: space-between;
  min-width: 210px;
  padding: 18px 20px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.button--lime {
  background: var(--lime);
  color: var(--ink);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
  margin-top: 16px;
}

.button--dark span {
  color: var(--lime);
}

.text-link {
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 6px;
}

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

.hero-foot {
  align-items: center;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  left: clamp(24px, 4vw, 64px);
  letter-spacing: 0.14em;
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  text-transform: uppercase;
  z-index: 2;
}

.hero-scroll {
  align-items: center;
  display: flex;
  gap: 14px;
}

.hero-scroll i {
  animation: scrollPulse 1.8s ease infinite;
  background: var(--lime);
  display: inline-block;
  height: 1px;
  width: 55px;
}

@keyframes scrollPulse {
  50% { transform: scaleX(0.45); transform-origin: right; }
}

.ticker {
  background: var(--lime);
  overflow: hidden;
  padding: 17px 0;
}

.ticker-track {
  animation: tickerMove 32s linear infinite;
  display: flex;
  width: max-content;
}

.ticker-track span {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track i {
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  margin: 0 40px;
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

.section-label {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 65px;
}

.section-label > span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 33px;
  justify-content: center;
  width: 33px;
}

.section-label p {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.intro-copy {
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.6fr) minmax(270px, 0.7fr);
}

.intro-copy h2,
.approach h2,
.principles h2 {
  font-size: clamp(43px, 5.5vw, 84px);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 0;
}

.intro-copy h2 em {
  color: var(--blue);
}

.intro-detail {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.intro-detail p {
  color: #405068;
  font-size: 16px;
  line-height: 1.65;
}

.intro-detail p:first-child {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.intro-statement {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
  overflow: hidden;
}

.intro-statement p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
  font-style: italic;
  margin-bottom: 24px;
}

.intro-statement > span {
  color: rgba(49, 88, 255, 0.1);
  font-size: clamp(100px, 18vw, 280px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.69;
}

.companies-section {
  background: var(--ink);
  color: var(--white);
}

.section-label--light > span {
  border-color: rgba(255, 255, 255, 0.25);
}

.companies-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}

.companies-heading h2 {
  font-size: clamp(48px, 6.2vw, 96px);
  letter-spacing: -0.07em;
  line-height: 0.91;
  margin-bottom: 0;
}

.companies-heading > p {
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 340px;
}

.company-grid {
  display: grid;
  gap: 2px;
  grid-auto-flow: dense;
  grid-auto-rows: 300px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-card {
  color: var(--white);
  min-height: 300px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  text-decoration: none;
}

.company-card--wide {
  grid-column: span 2;
}

.company-card--tall {
  grid-row: span 2;
}

.company-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.company-card:hover > img {
  transform: scale(1.07);
}

.company-overlay {
  background: linear-gradient(180deg, rgba(5, 13, 25, 0.22), rgba(5, 13, 25, 0.86));
  inset: 0;
  position: absolute;
}

.company-card--cobalt .company-overlay {
  background: linear-gradient(120deg, rgba(49, 88, 255, 0.83), rgba(5, 13, 25, 0.25) 75%);
  mix-blend-mode: multiply;
}

.company-card--gold .company-overlay {
  background: linear-gradient(180deg, rgba(5, 13, 25, 0.05), rgba(109, 61, 3, 0.92));
}

.company-card--rust .company-overlay {
  background: linear-gradient(90deg, rgba(129, 50, 15, 0.91), rgba(5, 13, 25, 0.3));
}

.company-card--lime .company-overlay {
  background: linear-gradient(180deg, rgba(5, 13, 25, 0.05), rgba(26, 49, 10, 0.9));
}

.company-card--network {
  background: #4020aa;
}

.company-card--network .company-overlay {
  background:
    linear-gradient(180deg, rgba(22, 8, 72, 0.05), rgba(22, 8, 72, 0.9)),
    linear-gradient(105deg, rgba(64, 32, 170, 0.42), transparent 72%);
}

.company-top,
.company-copy {
  position: relative;
  z-index: 2;
}

.company-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.company-top > span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  padding: 10px;
}

.company-top i {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  font-style: normal;
  height: 42px;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease;
  width: 42px;
}

.company-card:hover .company-top i {
  background: var(--lime);
  color: var(--ink);
}

.company-copy {
  bottom: 25px;
  left: 26px;
  position: absolute;
  right: 26px;
}

.company-copy > p {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.company-copy h3 {
  font-size: clamp(24px, 2.1vw, 36px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0;
  max-width: 560px;
}

.company-detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(15px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
}

.company-card:hover .company-detail {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
}

.company-detail > p {
  font-size: 13px;
  line-height: 1.5;
  margin: 16px 0 10px;
  max-width: 520px;
}

.company-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-detail li {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  padding: 6px 9px;
}

.network-art {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.network-ring {
  border: 1px solid rgba(184, 255, 53, 0.4);
  border-radius: 50%;
  position: absolute;
}

.network-ring--one { height: 380px; right: -145px; top: -150px; width: 380px; }
.network-ring--two { height: 250px; right: -80px; top: -85px; width: 250px; }
.network-ring--three { height: 120px; right: -15px; top: -20px; width: 120px; }

.network-node {
  animation: nodePulse 2.5s ease infinite;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(184, 255, 53, 0.75);
  height: 9px;
  position: absolute;
  width: 9px;
}

.network-node--one { right: 27%; top: 18%; }
.network-node--two { animation-delay: 0.7s; right: 10%; top: 43%; }
.network-node--three { animation-delay: 1.3s; right: 39%; top: 52%; }

@keyframes nodePulse {
  50% { opacity: 0.45; transform: scale(1.7); }
}

.approach {
  background: var(--lime);
}

.approach-grid {
  align-items: center;
  display: grid;
  gap: clamp(55px, 8vw, 130px);
  grid-template-columns: minmax(300px, 0.75fr) minmax(480px, 1.25fr);
}

.approach-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.6;
  margin: 26px 0 20px;
  max-width: 530px;
}

.erp-window {
  background: var(--white);
  box-shadow: 30px 35px 0 rgba(7, 18, 34, 0.12);
  color: var(--ink);
  display: block;
  min-height: 475px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.erp-window:hover {
  box-shadow: 20px 25px 0 rgba(7, 18, 34, 0.17);
  transform: translateY(-6px);
}

.erp-bar {
  align-items: center;
  border-bottom: 1px solid #dde3ec;
  display: flex;
  height: 58px;
  justify-content: space-between;
  padding: 0 20px;
}

.erp-brand {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  gap: 9px;
}

.erp-brand > span {
  align-items: center;
  background: var(--blue);
  color: var(--white);
  display: flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.erp-dots {
  display: flex;
  gap: 5px;
}

.erp-dots i {
  background: #c5ceda;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.erp-layout {
  display: flex;
  height: 345px;
}

.erp-layout aside {
  background: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 29px 18px;
  width: 84px;
}

.erp-layout aside span {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  height: 7px;
  width: 42px;
}

.erp-layout aside .active {
  background: var(--lime);
}

.erp-main {
  background: #eef1f6;
  flex: 1;
  padding: 30px;
}

.erp-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.erp-title span {
  background: var(--ink);
  height: 15px;
  width: 36%;
}

.erp-title i {
  background: var(--blue);
  height: 24px;
  width: 90px;
}

.erp-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.erp-stats > span {
  background: var(--white);
  display: block;
  height: 74px;
  padding: 15px;
}

.erp-stats i {
  background: #d3dae5;
  display: block;
  height: 10px;
  width: 55%;
}

.erp-chart {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.5fr 0.8fr;
  margin-top: 12px;
}

.erp-bars,
.erp-panel {
  background: var(--white);
  height: 145px;
}

.erp-bars {
  align-items: end;
  display: flex;
  gap: 10px;
  padding: 24px;
}

.erp-bars i {
  background: var(--blue);
  display: block;
  flex: 1;
}

.erp-bars i:nth-child(1) { height: 38%; }
.erp-bars i:nth-child(2) { height: 62%; }
.erp-bars i:nth-child(3) { height: 45%; }
.erp-bars i:nth-child(4) { height: 78%; }
.erp-bars i:nth-child(5) { height: 58%; }
.erp-bars i:nth-child(6) { height: 88%; }
.erp-bars i:nth-child(7) { height: 72%; }

.erp-window-label {
  align-items: center;
  background: var(--blue);
  color: var(--white);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 24px;
}

.erp-window-label span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.erp-window-label strong {
  font-size: 13px;
}

.principles {
  background: var(--paper);
  display: grid;
  gap: clamp(60px, 10vw, 170px);
  grid-template-columns: 0.8fr 1.2fr;
}

.principles-title > p {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.principles h2 em {
  color: var(--blue);
}

.principles-list article {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 36px minmax(120px, 0.55fr) 1fr;
  padding: 28px 0;
}

.principles-list article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}

.principles-list h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.principles-list p {
  color: #55647a;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

footer {
  background: var(--ink);
  color: var(--white);
  padding: 100px clamp(24px, 5.5vw, 88px) 32px;
}

.footer-top {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.footer-kicker {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

footer h2 {
  font-size: clamp(58px, 8vw, 122px);
  letter-spacing: -0.075em;
  line-height: 0.87;
  margin-bottom: 0;
}

.footer-arrow {
  align-items: center;
  background: var(--lime);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-size: 38px;
  height: clamp(84px, 10vw, 145px);
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  width: clamp(84px, 10vw, 145px);
}

.footer-arrow:hover {
  transform: rotate(45deg);
}

.footer-bottom {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.2fr 1fr 0.8fr auto;
  padding-top: 38px;
}

.brand--footer {
  align-self: start;
}

.brand--footer .brand-logo {
  width: 190px;
}

.footer-bottom address,
.copyright {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  text-underline-offset: 4px;
}

.copyright {
  margin: 0;
  white-space: nowrap;
}

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

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

  .company-card--wide {
    grid-column: span 1;
  }

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

  .approach-copy {
    max-width: 680px;
  }

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

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

@media (max-width: 760px) {
  .section {
    padding: 82px 22px;
  }

  .site-header {
    height: 76px;
    padding: 0 20px;
  }

  .brand-logo {
    width: 118px;
  }

  .site-header--solid .brand-logo {
    width: 102px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 12px 0 12px 12px;
    position: relative;
    z-index: 3;
  }

  .menu-toggle span {
    background: var(--white);
    display: block;
    height: 2px;
    transition: transform 0.25s ease;
    width: 27px;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    align-items: stretch;
    background: var(--ink);
    flex-direction: column;
    gap: 0;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 95px 24px 35px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 28px;
    padding: 18px 0;
  }

  .site-nav .nav-erp {
    border: 1px solid var(--lime);
    font-size: 17px;
    margin-top: 28px;
    padding: 18px;
  }

  .hero-content {
    padding: 155px 22px 130px;
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 72px);
    line-height: 0.91;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 13, 25, 0.95), rgba(5, 13, 25, 0.44)),
      linear-gradient(0deg, rgba(5, 13, 25, 0.9), transparent 60%);
  }

  .hero-foot {
    left: 22px;
    right: 22px;
  }

  .hero-scroll {
    display: none;
  }

  .intro-copy {
    grid-template-columns: 1fr;
  }

  .intro-statement {
    align-items: start;
    flex-direction: column;
    margin-top: 65px;
  }

  .intro-statement > span {
    align-self: flex-end;
    font-size: 37vw;
  }

  .companies-heading {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }

  .company-grid {
    display: flex;
    flex-direction: column;
  }

  .company-card,
  .company-card--tall {
    min-height: 420px;
  }

  .company-detail {
    max-height: 180px;
    opacity: 1;
    transform: none;
  }

  .company-detail > p {
    display: none;
  }

  .company-detail ul {
    margin-top: 14px;
  }

  .approach-grid {
    gap: 60px;
  }

  .erp-window {
    min-height: 355px;
  }

  .erp-layout {
    height: 250px;
  }

  .erp-layout aside {
    padding: 22px 10px;
    width: 55px;
  }

  .erp-layout aside span {
    width: 30px;
  }

  .erp-main {
    padding: 20px 14px;
  }

  .erp-stats {
    gap: 6px;
  }

  .erp-stats > span {
    height: 54px;
    padding: 10px;
  }

  .erp-chart {
    gap: 6px;
  }

  .erp-bars,
  .erp-panel {
    height: 105px;
  }

  .erp-bars {
    gap: 5px;
    padding: 15px;
  }

  .erp-window-label {
    height: 60px;
  }

  .erp-window-label span {
    display: none;
  }

  .principles-list article {
    grid-template-columns: 30px 1fr;
  }

  .principles-list article > p {
    grid-column: 2;
  }

  footer {
    padding: 80px 22px 30px;
  }

  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 45px;
    padding-bottom: 60px;
  }

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

/* Dynamic multi-industry hero and refreshed group identity */
.site-header {
  background: var(--white);
  color: var(--ink);
  height: 100px;
  box-shadow: 0 1px 0 rgba(7, 18, 34, 0.08);
  backdrop-filter: blur(16px);
}

.site-header--solid {
  background: var(--white);
  box-shadow: 0 10px 35px rgba(7, 18, 34, 0.12);
  height: 82px;
}

.brand-logo {
  filter: none;
  mix-blend-mode: multiply;
  width: 230px;
}

.site-header--solid .brand-logo {
  width: 196px;
}

.site-nav > a {
  color: rgba(7, 18, 34, 0.76);
}

.site-nav > a:hover {
  color: var(--blue);
}

.site-nav .nav-erp {
  border-color: rgba(7, 18, 34, 0.26);
}

.nav-erp span {
  color: var(--blue);
}

.hero-image {
  animation: heroDrift 24s ease-in-out infinite alternate;
  object-position: 54% center;
}

@keyframes heroDrift {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.085) translate3d(-1.2%, -0.5%, 0); }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 25, 0.92) 0%, rgba(5, 13, 25, 0.72) 38%, rgba(5, 13, 25, 0.18) 68%, rgba(5, 13, 25, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 13, 25, 0.7) 0%, transparent 42%);
}

.hero-grid {
  animation: gridDrift 22s linear infinite;
  background-size: 11vw 11vw;
  mask-image: linear-gradient(to right, black, transparent 70%);
  opacity: 0.42;
}

@keyframes gridDrift {
  to { background-position: 11vw 11vw; }
}

.brand--footer .brand-logo {
  background: var(--white);
  mix-blend-mode: normal;
  padding: 7px 10px;
  width: 250px;
}

@media (max-width: 760px) {
  .site-header {
    height: 82px;
  }

  .brand-logo {
    width: 176px;
  }

  .site-header--solid .brand-logo {
    width: 160px;
  }

  .menu-toggle span {
    background: var(--ink);
  }

  .menu-toggle.is-open span {
    background: var(--white);
  }

  .site-nav > a {
    color: rgba(255, 255, 255, 0.9);
  }

  .site-nav > a:hover {
    color: var(--lime);
  }

  .hero-image {
    object-position: 66% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

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