:root {
  --eqru-ink: #0b1721;
  --eqru-muted: #586672;
  --eqru-line: #dce3e8;
  --eqru-pale: #f2f5f7;
  --eqru-blue: #0a5f9e;
  --eqru-red: #dc2828;
  --eqru-white: #fff;
}

.eqru-page {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--eqru-ink);
  background: var(--eqru-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.eqru-page *,
.eqru-page *::before,
.eqru-page *::after {
  box-sizing: border-box;
}

.eqru-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.eqru-page .odx-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.eqru-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.eqru-eyebrow,
.eqru-kicker {
  margin: 0;
  color: var(--eqru-red);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eqru-hero {
  position: relative;
  overflow: hidden;
  color: var(--eqru-white);
  background:
    radial-gradient(circle at 78% 18%, rgb(39 123 182 / 28%), transparent 34%),
    linear-gradient(132deg, #06111a 0%, #0b2132 58%, #0c3857 100%);
}

.eqru-hero::after {
  position: absolute;
  inset: auto -8% -34% 45%;
  height: 66%;
  border: 1px solid rgb(255 255 255 / 9%);
  content: "";
  transform: skewX(-18deg);
}

.eqru-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  min-height: 650px;
  padding-block: clamp(72px, 8vw, 112px) 66px;
}

.eqru-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 54px;
  color: rgb(255 255 255 / 62%);
  font-size: .78rem;
}

.eqru-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.eqru-hero h1 {
  max-width: 740px;
  margin: 15px 0 24px;
  font-size: clamp(2.7rem, 5vw, 5.25rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
}

.eqru-lede {
  max-width: 650px;
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.eqru-actions,
.eqru-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.eqru-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.eqru-button-primary {
  color: var(--eqru-white);
  background: var(--eqru-red);
}

.eqru-button-ghost {
  color: var(--eqru-white);
  border-color: rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 4%);
}

.eqru-hero-media {
  position: relative;
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 6%);
  box-shadow: 0 34px 80px rgb(0 0 0 / 26%);
}

.eqru-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.eqru-hero-media figcaption {
  display: grid;
  gap: 5px;
  margin-top: 20px;
}

.eqru-hero-media figcaption span {
  color: #60b8f2;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.eqru-hero-media figcaption strong {
  color: rgb(255 255 255 / 82%);
  font-size: .85rem;
  line-height: 1.5;
}

.eqru-hero-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.eqru-hero-facts div {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 20px clamp(16px, 2vw, 28px);
  border-left: 1px solid rgb(255 255 255 / 13%);
}

.eqru-hero-facts div:last-child {
  border-right: 1px solid rgb(255 255 255 / 13%);
}

.eqru-hero-facts span {
  color: rgb(255 255 255 / 58%);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eqru-hero-facts strong {
  font-size: 2rem;
  line-height: 1;
}

.eqru-route-section {
  padding-block: clamp(76px, 9vw, 118px);
  background: var(--eqru-white);
}

.eqru-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .58fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.eqru-section-head h2,
.eqru-route-head h2,
.eqru-project h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  letter-spacing: -.045em;
  line-height: 1.05;
}

.eqru-section-head > p,
.eqru-route-head > p,
.eqru-project p {
  margin: 0;
  color: var(--eqru-muted);
  line-height: 1.75;
}

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

.eqru-route-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 310px;
  padding: clamp(26px, 3vw, 38px);
  color: var(--eqru-ink);
  border-right: 1px solid var(--eqru-line);
  border-bottom: 1px solid var(--eqru-line);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.eqru-route-card > span {
  color: var(--eqru-red);
  font: 800 .75rem/1 monospace;
  letter-spacing: .1em;
}

.eqru-route-card h3 {
  margin: 28px 0 13px;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  letter-spacing: -.025em;
  line-height: 1.18;
}

.eqru-route-card p {
  margin: 0;
  color: var(--eqru-muted);
  line-height: 1.65;
}

.eqru-route-card small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  color: var(--eqru-blue);
  font-weight: 800;
}

.eqru-route-card:hover,
.eqru-route-card:focus-visible {
  color: var(--eqru-white);
  background: var(--eqru-blue);
  outline: none;
  transform: translateY(-3px);
}

.eqru-route-card:hover p,
.eqru-route-card:focus-visible p,
.eqru-route-card:hover small,
.eqru-route-card:focus-visible small,
.eqru-route-card:hover > span,
.eqru-route-card:focus-visible > span {
  color: rgb(255 255 255 / 78%);
}

.eqru-route-block {
  padding-block: clamp(78px, 9vw, 122px);
  scroll-margin-top: 92px;
}

.eqru-route-block:nth-child(odd) {
  background: var(--eqru-pale);
}

.eqru-route-block:nth-child(even) {
  background: var(--eqru-white);
}

.eqru-route-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(280px, .48fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid #cfd8df;
}

.eqru-route-head > span {
  color: var(--eqru-red);
  font: 800 1rem/1 monospace;
  letter-spacing: .08em;
}

.eqru-groups {
  display: grid;
  gap: 78px;
  padding-top: 58px;
}

.eqru-group {
  min-width: 0;
  scroll-margin-top: 96px;
}

.eqru-group-intro {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(250px, 340px);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  margin-bottom: 26px;
}

.eqru-group-number {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 8px;
}

.eqru-group-number span {
  color: var(--eqru-red);
  font: 800 1rem/1 monospace;
}

.eqru-group-number small {
  color: #71808b;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.eqru-group-copy {
  padding-block: 6px 10px;
}

.eqru-group-copy h3 {
  max-width: 760px;
  margin: 11px 0 16px;
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
  letter-spacing: -.04em;
  line-height: 1.06;
}

.eqru-group-copy > p:not(.eqru-kicker) {
  max-width: 720px;
  margin: 0;
  color: var(--eqru-muted);
  line-height: 1.7;
}

.eqru-category-link,
.eqru-text-link {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  margin-top: 20px;
  color: var(--eqru-blue);
  font-size: .83rem;
  font-weight: 800;
  text-decoration: none;
}

.eqru-group-media {
  display: grid;
  place-items: center;
  min-height: 235px;
  padding: 22px;
  border: 1px solid var(--eqru-line);
  background: var(--eqru-white);
  text-decoration: none;
}

.eqru-group-media img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

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

.eqru-product-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  min-width: 0;
  min-height: 144px;
  padding: 24px;
  color: var(--eqru-ink);
  border-right: 1px solid var(--eqru-line);
  border-bottom: 1px solid var(--eqru-line);
  background: rgb(255 255 255 / 72%);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.eqru-product-card > span {
  color: #89949c;
  font: 700 .65rem/1.4 monospace;
}

.eqru-product-card h4 {
  margin: 0 0 8px;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.28;
}

.eqru-product-card p {
  margin: 0;
  color: var(--eqru-muted);
  font-size: .8rem;
  line-height: 1.5;
}

.eqru-product-card > b {
  color: var(--eqru-red);
  font-size: .85rem;
}

.eqru-product-card:hover,
.eqru-product-card:focus-visible {
  z-index: 1;
  border-color: var(--eqru-blue);
  background: #edf7fd;
  outline: 2px solid var(--eqru-blue);
  outline-offset: -2px;
  transform: translateY(-2px);
}

.eqru-project {
  padding-block: clamp(78px, 10vw, 132px);
  color: var(--eqru-white);
  background: #081925;
}

.eqru-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
  gap: clamp(54px, 9vw, 116px);
  align-items: center;
}

.eqru-project h2 {
  max-width: 760px;
}

.eqru-project p {
  max-width: 680px;
  margin-top: 22px;
  color: rgb(255 255 255 / 68%);
}

.eqru-project .eqru-text-link {
  color: #8ed2ff;
}

.eqru-project ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.eqru-project li {
  display: grid;
  grid-template-columns: 42px minmax(110px, .45fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.eqru-project li span {
  color: #59b6f1;
  font: 800 .7rem/1 monospace;
}

.eqru-project li strong {
  font-size: .9rem;
}

.eqru-project li small {
  color: rgb(255 255 255 / 58%);
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .eqru-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
    gap: 38px;
    min-height: 590px;
  }

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

  .eqru-group-intro {
    grid-template-columns: 64px minmax(0, 1fr) minmax(220px, 280px);
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .eqru-shell {
    width: min(100% - 36px, 720px);
  }

  .eqru-hero-grid,
  .eqru-section-head,
  .eqru-project-grid {
    grid-template-columns: 1fr;
  }

  .eqru-hero-grid {
    padding-top: 58px;
  }

  .eqru-breadcrumb {
    margin-bottom: 38px;
  }

  .eqru-hero-media {
    width: min(100%, 640px);
  }

  .eqru-section-head {
    gap: 20px;
  }

  .eqru-route-grid {
    grid-template-columns: 1fr;
  }

  .eqru-route-card {
    min-height: 230px;
  }

  .eqru-route-head {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .eqru-route-head > p {
    grid-column: 2;
  }

  .eqru-group-intro {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .eqru-group-media {
    grid-column: 2;
    min-height: 210px;
  }
}

@media (max-width: 600px) {
  .eqru-shell {
    width: min(100% - 28px, 560px);
  }

  .eqru-hero-grid {
    gap: 34px;
    padding-block: 44px 42px;
  }

  .eqru-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .eqru-actions,
  .eqru-project-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .eqru-button {
    width: 100%;
  }

  .eqru-hero-media {
    padding: 14px;
  }

  .eqru-hero-facts {
    grid-template-columns: 1fr;
  }

  .eqru-hero-facts div,
  .eqru-hero-facts div:last-child {
    min-height: 66px;
    border-right: 1px solid rgb(255 255 255 / 13%);
    border-bottom: 1px solid rgb(255 255 255 / 13%);
  }

  .eqru-route-section,
  .eqru-route-block,
  .eqru-project {
    padding-block: 68px;
  }

  .eqru-route-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eqru-route-head > p {
    grid-column: auto;
  }

  .eqru-groups {
    gap: 62px;
    padding-top: 44px;
  }

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

  .eqru-group-number {
    flex-direction: row;
    align-items: center;
  }

  .eqru-group-number small {
    writing-mode: initial;
    transform: none;
  }

  .eqru-group-media {
    grid-column: auto;
    min-height: 190px;
  }

  .eqru-product-grid {
    grid-template-columns: 1fr;
  }

  .eqru-product-card {
    min-height: 126px;
    padding: 21px 18px;
  }

  .eqru-project-grid {
    gap: 48px;
  }

  .eqru-project li {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-block: 16px;
  }

  .eqru-project li small {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eqru-page *,
  .eqru-page *::before,
  .eqru-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
