.auxru-page {
  --aux-navy: #07131d;
  --aux-navy-2: #102b3c;
  --aux-blue: #245f7e;
  --aux-sky: #9fd4ea;
  --aux-red: #c63228;
  --aux-red-dark: #90231d;
  --aux-paper: #eef2f4;
  --aux-paper-2: #dfe7ec;
  --aux-white: #fff;
  --aux-ink: #0b1925;
  --aux-muted: #536572;
  --aux-line: #aebdc7;
  --aux-shell: 1240px;
  background: var(--aux-paper);
  color: var(--aux-ink);
}

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

.auxru-page main {
  overflow: clip;
}

.auxru-page h1,
.auxru-page h2,
.auxru-page h3,
.auxru-page p,
.auxru-page dl,
.auxru-page dd,
.auxru-page figure,
.auxru-page ol {
  margin-top: 0;
}

.auxru-page h1,
.auxru-page h2,
.auxru-page h3 {
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  word-break: normal;
}

.auxru-shell {
  width: min(calc(100% - 64px), var(--aux-shell));
  margin-inline: auto;
}

.auxru-skip {
  position: fixed;
  z-index: 120;
  top: -90px;
  left: 18px;
  padding: 12px 16px;
  background: var(--aux-sky);
  color: var(--aux-ink);
  font-weight: 800;
}

.auxru-skip:focus {
  top: 18px;
}

.auxru-hero {
  position: relative;
  display: grid;
  min-height: 820px;
  overflow: hidden;
  background: var(--aux-navy);
  color: var(--aux-white);
}

.auxru-hero-media,
.auxru-hero-shade {
  position: absolute;
  inset: 0;
}

.auxru-hero-media {
  background: #304553;
}

.auxru-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 46%;
  filter: saturate(.72) contrast(1.06);
}

.auxru-hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 12, 19, .98) 0%, rgba(4, 16, 25, .92) 34%, rgba(4, 16, 25, .43) 65%, rgba(4, 16, 25, .18) 100%),
    linear-gradient(0deg, rgba(3, 12, 19, .92) 0%, transparent 42%);
}

.auxru-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 660px;
  flex-direction: column;
  padding-block: 30px 58px;
}

.auxru-breadcrumb {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #b9c9d3;
  font: 400 10px/1.4 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.auxru-breadcrumb a:hover {
  color: var(--aux-white);
}

.auxru-breadcrumb span:last-child {
  color: var(--aux-sky);
}

.auxru-hero-copy {
  display: flex;
  width: min(720px, 66%);
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-block: 38px;
}

.auxru-kicker,
.auxru-eyebrow {
  margin-bottom: 18px;
  color: var(--aux-red);
  font: 700 11px/1.3 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.auxru-hero .auxru-kicker {
  color: var(--aux-sky);
}

.auxru-hero h1 {
  max-width: 14ch;
  margin-bottom: 27px;
  color: #f8fbfd;
  font-size: clamp(54px, 5.35vw, 78px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .94;
}

.auxru-hero-lead {
  max-width: 59ch;
  margin-bottom: 0;
  color: #d5e0e6;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
}

.auxru-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.auxru-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

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

.auxru-button.is-primary {
  border-color: var(--aux-red);
  background: var(--aux-red);
  color: var(--aux-white);
}

.auxru-button.is-primary:hover {
  border-color: var(--aux-red-dark);
  background: var(--aux-red-dark);
}

.auxru-button.is-ghost {
  border-color: #829aa8;
  color: var(--aux-white);
}

.auxru-button.is-ghost:hover,
.auxru-button.is-light:hover {
  border-color: var(--aux-white);
  background: var(--aux-white);
  color: var(--aux-ink);
}

.auxru-button.is-light {
  border-color: #92aab7;
  color: var(--aux-white);
}

.auxru-hero-note {
  display: grid;
  max-width: 65ch;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin: 28px 0 0;
  color: #aebfc9;
  font-size: 11px;
  line-height: 1.45;
}

.auxru-hero-note span {
  color: var(--aux-sky);
  font: 700 9px/1.45 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.auxru-hero-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: end;
  margin-bottom: 34px;
  border-top: 1px solid rgba(255, 255, 255, .42);
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.auxru-hero-facts div {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.auxru-hero-facts div:first-child {
  padding-left: 0;
}

.auxru-hero-facts div:last-child {
  border-right: 0;
}

.auxru-hero-facts dt {
  margin-bottom: 8px;
  color: var(--aux-sky);
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auxru-hero-facts dd {
  margin: 0;
  color: var(--aux-white);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.auxru-section-nav {
  position: sticky;
  z-index: 38;
  top: 78px;
  border-bottom: 1px solid #94a7b2;
  background: rgba(238, 242, 244, .95);
  box-shadow: 0 8px 22px rgba(7, 19, 29, .07);
  backdrop-filter: blur(12px);
}

.auxru-section-nav .auxru-shell {
  display: flex;
  min-width: 0;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.auxru-section-nav .auxru-shell::-webkit-scrollbar {
  display: none;
}

.auxru-section-nav a {
  flex: 0 0 auto;
  padding: 15px 18px 14px;
  border-right: 1px solid #b8c5cc;
  color: #334b5a;
  font: 700 10px/1.2 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.auxru-section-nav a:first-child {
  border-left: 1px solid #b8c5cc;
}

.auxru-section-nav a:hover,
.auxru-section-nav a:focus-visible {
  background: var(--aux-navy-2);
  color: var(--aux-white);
}

.auxru-section {
  padding-block: 104px;
  scroll-margin-top: 138px;
}

.auxru-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 64px;
  align-items: start;
  margin-bottom: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--aux-ink);
}

.auxru-section-head h2,
.auxru-data-copy h2,
.auxru-faq h2,
.auxru-quote h2 {
  max-width: 16ch;
  margin-bottom: 0;
  font-size: clamp(38px, 4.25vw, 60px);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: .97;
}

.auxru-section-head > p {
  max-width: 46ch;
  margin: 3px 0 0;
  color: var(--aux-muted);
}

.auxru-problems {
  background: var(--aux-white);
}

.auxru-problem-list {
  border-top: 1px solid var(--aux-ink);
}

.auxru-problem-list > a {
  display: grid;
  min-width: 0;
  min-height: 114px;
  grid-template-columns: 52px 130px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--aux-ink);
  transition: background-color .18s ease, padding-inline .18s ease;
}

.auxru-problem-list > a:hover {
  padding-inline: 14px;
  background: var(--aux-paper-2);
}

.auxru-problem-list > a > span {
  color: var(--aux-red);
  font: 700 12px/1 var(--mono);
}

.auxru-problem-list > a > b {
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.auxru-problem-list h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.1;
}

.auxru-problem-list p {
  max-width: 70ch;
  margin-bottom: 0;
  color: var(--aux-muted);
  font-size: 13px;
}

.auxru-problem-list i {
  color: var(--aux-blue);
  font-style: normal;
  font-size: 20px;
  text-align: right;
}

.auxru-equipment {
  background: var(--aux-paper);
}

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

.auxru-equipment-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  border: 1px solid #91a4af;
  background: var(--aux-white);
  box-shadow: 0 12px 30px rgba(7, 19, 29, .06);
}

.auxru-equipment-card.is-live {
  border-top: 5px solid var(--aux-red);
}

.auxru-equipment-card figure {
  position: relative;
  display: grid;
  min-width: 0;
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #aab9c1;
  background:
    linear-gradient(#dbe4e9 1px, transparent 1px),
    linear-gradient(90deg, #dbe4e9 1px, transparent 1px),
    #f5f7f8;
  background-size: 28px 28px;
}

.auxru-equipment-card figure > span {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  padding: 8px 10px;
  background: var(--aux-navy);
  color: var(--aux-sky);
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .04em;
}

.auxru-equipment-card figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 38px;
  object-fit: contain;
  transition: transform .35s ease;
}

.auxru-equipment-card:hover figure img {
  transform: scale(1.025);
}

.auxru-equipment-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 32px 32px 0;
}

.auxru-card-label {
  margin-bottom: 12px;
  color: var(--aux-red);
  font: 700 10px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auxru-equipment-body h3 {
  max-width: 22ch;
  margin-bottom: 16px;
  font-size: clamp(27px, 2.45vw, 36px);
  letter-spacing: -.035em;
  line-height: 1;
}

.auxru-card-lead {
  margin-bottom: 24px;
  color: #3d5260;
  font-size: 15px;
}

.auxru-equipment-body dl {
  margin-bottom: 0;
  border-top: 1px solid #aab9c1;
}

.auxru-equipment-body dl div {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 18px;
  padding-block: 14px;
  border-bottom: 1px solid #c4cfd5;
}

.auxru-equipment-body dt {
  color: var(--aux-muted);
  font: 700 9px/1.45 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.auxru-equipment-body dd {
  margin: 0;
  color: #263d4b;
  font-size: 12px;
  line-height: 1.5;
}

.auxru-card-cta {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: auto -32px 0;
  padding: 18px 24px 18px 32px;
  background: var(--aux-navy-2);
  color: var(--aux-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: background-color .18s ease;
}

.auxru-card-cta:hover {
  background: var(--aux-blue);
}

.auxru-card-cta.is-live {
  background: var(--aux-red);
}

.auxru-card-cta.is-live:hover {
  background: var(--aux-red-dark);
}

.auxru-route {
  border-block: 1px solid #203745;
  background: var(--aux-navy);
  color: var(--aux-white);
}

.auxru-section-head.is-dark {
  border-color: #536d7c;
}

.auxru-section-head.is-dark > p {
  color: #b6c5ce;
}

.auxru-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid #526a78;
  border-bottom: 1px solid #526a78;
  list-style: none;
}

.auxru-route-grid li {
  min-width: 0;
  min-height: 262px;
  padding: 25px 24px;
  border-right: 1px solid #526a78;
}

.auxru-route-grid li:last-child {
  border-right: 0;
}

.auxru-route-grid span {
  display: block;
  margin-bottom: 70px;
  color: var(--aux-sky);
  font: 700 12px/1 var(--mono);
}

.auxru-route-grid h3 {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 1.1;
}

.auxru-route-grid p {
  margin-bottom: 0;
  color: #aebec8;
  font-size: 13px;
}

.auxru-boundaries {
  background: var(--aux-paper-2);
}

.auxru-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #8fa3ae;
  background: #a3b2ba;
  gap: 1px;
}

.auxru-boundary-grid article {
  display: flex;
  min-width: 0;
  min-height: 328px;
  flex-direction: column;
  padding: 28px;
  background: var(--aux-white);
}

.auxru-boundary-grid span {
  margin-bottom: 46px;
  color: var(--aux-red);
  font: 700 9px/1.35 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.auxru-boundary-grid h3 {
  margin-bottom: 14px;
  font-size: 24px;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.auxru-boundary-grid p {
  margin-bottom: 0;
  color: var(--aux-muted);
  font-size: 13px;
}

.auxru-boundary-grid a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 24px;
  color: var(--aux-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.auxru-data {
  background: var(--aux-white);
}

.auxru-data-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  gap: 84px;
  align-items: start;
}

.auxru-data-copy {
  position: sticky;
  top: 146px;
}

.auxru-data-copy > p:not(.auxru-eyebrow) {
  max-width: 51ch;
  margin: 24px 0 0;
  color: var(--aux-muted);
}

.auxru-data-note {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid var(--aux-red);
  background: var(--aux-paper);
}

.auxru-data-note strong {
  font-size: 13px;
}

.auxru-data-note span {
  color: var(--aux-muted);
  font-size: 11px;
}

.auxru-data-list {
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid var(--aux-ink);
  list-style: none;
}

.auxru-data-list li {
  display: grid;
  min-width: 0;
  min-height: 90px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--aux-ink);
}

.auxru-data-list span {
  color: var(--aux-red);
  font: 700 11px/1 var(--mono);
}

.auxru-data-list strong {
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.35;
}

.auxru-faq {
  background: var(--aux-paper);
}

.auxru-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}

.auxru-faq header {
  position: sticky;
  top: 146px;
}

.auxru-faq header > p:last-child {
  max-width: 40ch;
  margin-top: 22px;
  color: var(--aux-muted);
}

.auxru-faq-list {
  border-top: 1px solid var(--aux-ink);
}

.auxru-faq-list details {
  border-bottom: 1px solid var(--aux-ink);
}

.auxru-faq-list summary {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
  list-style: none;
}

.auxru-faq-list summary::-webkit-details-marker {
  display: none;
}

.auxru-faq-list summary::after {
  grid-column: 2;
  margin-top: -21px;
  color: var(--aux-blue);
  content: "+";
  font: 400 20px/1 var(--mono);
  justify-self: end;
}

.auxru-faq-list details[open] summary::after {
  content: "−";
}

.auxru-faq-list summary span {
  color: var(--aux-red);
  font: 700 10px/1.5 var(--mono);
}

.auxru-faq-list details > p {
  max-width: 72ch;
  margin: -4px 34px 26px 58px;
  color: var(--aux-muted);
  font-size: 14px;
}

.auxru-quote {
  position: relative;
  border-top: 1px solid #294352;
  background: var(--aux-navy);
  color: var(--aux-white);
}

.auxru-quote::before {
  position: absolute;
  right: -30px;
  bottom: -48px;
  color: rgba(255, 255, 255, .025);
  content: "ЗАДАЧА → ДАННЫЕ → ПОДБОР";
  font-size: clamp(80px, 10vw, 150px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .8;
  white-space: nowrap;
}

.auxru-quote-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 72px;
  align-items: start;
}

.auxru-quote h2 {
  max-width: 13ch;
  color: var(--aux-white);
}

.auxru-quote-copy > p:not(.auxru-eyebrow, .auxru-selected, .auxru-contact-line) {
  max-width: 55ch;
  margin: 24px 0 0;
  color: #b8c8d1;
}

.auxru-selected {
  margin: 24px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--aux-red);
  background: rgba(255, 255, 255, .08);
  color: var(--aux-white);
  font-size: 13px;
  font-weight: 750;
}

.auxru-selected[hidden] {
  display: none;
}

.auxru-project-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--aux-sky);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.auxru-contact-line {
  margin: 20px 0 0;
  color: #91a7b4;
  font: 400 10px/1.55 var(--mono);
}

.auxru-quote-summary {
  border: 1px solid #55707f;
  border-top: 6px solid var(--aux-red);
  background: var(--aux-navy-2);
}

.auxru-quote-summary > span {
  display: block;
  padding: 21px 23px;
  border-bottom: 1px solid #55707f;
  color: var(--aux-sky);
  font: 700 10px/1.3 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auxru-quote-summary ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.auxru-quote-summary li {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 23px;
  border-bottom: 1px solid #425e6e;
}

.auxru-quote-summary li:last-child {
  border-bottom: 0;
}

.auxru-quote-summary b {
  color: var(--aux-red);
  font: 700 11px/1.4 var(--mono);
}

.auxru-quote-summary strong {
  color: #ecf2f5;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .auxru-shell {
    width: min(calc(100% - 48px), var(--aux-shell));
  }

  .auxru-hero-copy {
    width: min(680px, 72%);
  }

  .auxru-section-head {
    gap: 42px;
  }

  .auxru-equipment-body {
    padding-inline: 26px;
  }

  .auxru-card-cta {
    margin-inline: -26px;
    padding-left: 26px;
  }

  .auxru-equipment-body dl div {
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .auxru-data-grid,
  .auxru-faq-grid,
  .auxru-quote-grid {
    gap: 54px;
  }
}

@media (max-width: 1100px) {
  .auxru-shell {
    width: min(calc(100% - 48px), var(--aux-shell));
  }

  .auxru-section-nav {
    top: 78px;
  }

  .auxru-hero {
    min-height: 760px;
  }

  .auxru-hero-inner {
    min-height: 610px;
  }

  .auxru-hero-copy {
    width: min(650px, 82%);
  }

  .auxru-hero h1 {
    font-size: clamp(48px, 7.6vw, 68px);
  }

  .auxru-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
  }

  .auxru-hero-facts div {
    border-bottom: 1px solid rgba(255, 255, 255, .28);
  }

  .auxru-hero-facts div:nth-child(2) {
    border-right: 0;
  }

  .auxru-hero-facts div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .auxru-hero-facts div:nth-child(3) {
    padding-left: 0;
  }

  .auxru-section {
    padding-block: 82px;
  }

  .auxru-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }

  .auxru-section-head h2,
  .auxru-data-copy h2,
  .auxru-faq h2,
  .auxru-quote h2 {
    max-width: 18ch;
    font-size: clamp(38px, 6.2vw, 56px);
  }

  .auxru-problem-list > a {
    grid-template-columns: 42px 112px minmax(0, 1fr) 24px;
    gap: 14px;
  }

  .auxru-equipment-grid {
    gap: 18px;
  }

  .auxru-equipment-card figure img {
    padding: 28px;
  }

  .auxru-equipment-body {
    padding: 24px 22px 0;
  }

  .auxru-equipment-body h3 {
    font-size: 28px;
  }

  .auxru-equipment-body dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .auxru-card-cta {
    margin-inline: -22px;
    padding-inline: 22px;
  }

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

  .auxru-route-grid li:nth-child(2) {
    border-right: 0;
  }

  .auxru-route-grid li:nth-child(-n + 2) {
    border-bottom: 1px solid #526a78;
  }

  .auxru-route-grid span {
    margin-bottom: 46px;
  }

  .auxru-boundary-grid article:last-child {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .auxru-data-grid,
  .auxru-faq-grid,
  .auxru-quote-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .auxru-data-copy,
  .auxru-faq header {
    position: static;
  }

  .auxru-data-copy > p:not(.auxru-eyebrow) {
    max-width: 65ch;
  }
}

@media (max-width: 900px) {
  .auxru-section-nav {
    top: 70px;
  }
}

@media (max-width: 620px) {
  .auxru-shell {
    width: min(calc(100% - 32px), var(--aux-shell));
  }

  .auxru-section-nav {
    top: 64px;
  }

  .auxru-section-nav .auxru-shell {
    width: 100%;
    padding-inline: 16px;
  }

  .auxru-section-nav a {
    padding-inline: 14px;
  }

  .auxru-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .auxru-hero-media {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 4 / 3;
    order: 1;
  }

  .auxru-hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 19, 29, .5), transparent 58%);
    content: "";
  }

  .auxru-hero-media img {
    object-position: center;
  }

  .auxru-hero-shade {
    display: none;
  }

  .auxru-hero-inner {
    min-height: 0;
    order: 2;
    padding-block: 25px 40px;
    background: var(--aux-navy);
  }

  .auxru-breadcrumb {
    font-size: 8px;
  }

  .auxru-hero-copy {
    width: 100%;
    padding: 40px 0 0;
  }

  .auxru-hero h1 {
    max-width: 13ch;
    margin-bottom: 22px;
    font-size: clamp(31px, 8.25vw, 38px);
    hyphens: none;
    line-height: .96;
    overflow-wrap: normal;
  }

  .auxru-hero-lead {
    font-size: 15px;
  }

  .auxru-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
  }

  .auxru-button {
    width: 100%;
  }

  .auxru-hero-note {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 23px;
  }

  .auxru-hero-facts {
    width: 100%;
    grid-template-columns: 1fr;
    order: 3;
    margin-bottom: 0;
    padding-inline: 16px;
    border-color: #526a78;
    background: var(--aux-navy-2);
  }

  .auxru-hero-facts div,
  .auxru-hero-facts div:first-child,
  .auxru-hero-facts div:nth-child(3) {
    display: grid;
    min-height: 61px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #526a78;
  }

  .auxru-hero-facts div:nth-child(2),
  .auxru-hero-facts div:nth-last-child(-n + 2) {
    border-bottom: 1px solid #526a78;
  }

  .auxru-hero-facts div:last-child {
    border-bottom: 0;
  }

  .auxru-hero-facts dt {
    margin-bottom: 0;
  }

  .auxru-section {
    padding-block: 66px;
    scroll-margin-top: 124px;
  }

  .auxru-section-head {
    margin-bottom: 30px;
    padding-top: 13px;
  }

  .auxru-section-head h2,
  .auxru-data-copy h2,
  .auxru-faq h2,
  .auxru-quote h2 {
    max-width: none;
    font-size: clamp(34px, 9.8vw, 44px);
  }

  .auxru-section-head > p {
    font-size: 14px;
  }

  .auxru-problem-list > a {
    min-height: 128px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 11px;
    padding-block: 18px;
  }

  .auxru-problem-list > a:hover {
    padding-inline: 8px;
  }

  .auxru-problem-list > a > b {
    display: none;
  }

  .auxru-problem-list h3 {
    font-size: 18px;
  }

  .auxru-problem-list p {
    font-size: 12px;
  }

  .auxru-equipment-grid {
    grid-template-columns: 1fr;
  }

  .auxru-equipment-card figure {
    aspect-ratio: 4 / 3;
  }

  .auxru-equipment-card figure img {
    padding: 30px;
  }

  .auxru-equipment-body {
    padding: 24px 18px 0;
  }

  .auxru-equipment-body h3 {
    max-width: none;
    font-size: 28px;
  }

  .auxru-card-lead {
    font-size: 14px;
  }

  .auxru-card-cta {
    min-height: 60px;
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .auxru-route-grid,
  .auxru-boundary-grid {
    grid-template-columns: 1fr;
  }

  .auxru-route-grid li,
  .auxru-route-grid li:nth-child(2),
  .auxru-route-grid li:nth-child(-n + 2) {
    min-height: 215px;
    border-right: 0;
    border-bottom: 1px solid #526a78;
  }

  .auxru-route-grid li:last-child {
    border-bottom: 0;
  }

  .auxru-route-grid span {
    margin-bottom: 42px;
  }

  .auxru-boundary-grid article,
  .auxru-boundary-grid article:last-child {
    grid-column: auto;
    min-height: 300px;
    padding: 24px 20px;
  }

  .auxru-boundary-grid span {
    margin-bottom: 38px;
  }

  .auxru-data-list li {
    min-height: 94px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .auxru-data-list strong {
    font-size: 14px;
  }

  .auxru-faq-list summary {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    padding-block: 21px;
    font-size: 15px;
  }

  .auxru-faq-list details > p {
    margin: -3px 0 23px 40px;
    font-size: 13px;
  }

  .auxru-quote::before {
    display: none;
  }

  .auxru-quote-grid {
    gap: 40px;
  }

  .auxru-project-link {
    line-height: 1.45;
  }

  .auxru-quote-summary li {
    padding-inline: 18px;
  }

  .auxru-page .odx-floating {
    display: none;
  }
}

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