.exq-home-b {
  --exq-home-yellow: #f2b51b;
  --exq-home-yellow-deep: #855200;
  --exq-home-ink: #0b0d12;
  --exq-home-navy: #16203b;
  --exq-home-paper: #f3f0e8;
  --exq-home-white: #fff;
  --exq-home-text: #303644;
  --exq-home-muted: #535c69;
  --exq-home-line: #cac5b9;
  --exq-home-blue-line: #3c4661;
  --exq-home-max: 1340px;
  --exq-home-header: 72px;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--exq-home-text);
  background: var(--exq-home-paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.exq-home-b,
.exq-home-b *,
.exq-home-b *::before,
.exq-home-b *::after {
  box-sizing: border-box;
}

.exq-home-b img {
  display: block;
  max-width: 100%;
  height: auto;
}

.exq-home-b a {
  color: inherit;
}

.exq-home-b button,
.exq-home-b input,
.exq-home-b select,
.exq-home-b textarea {
  font: inherit;
}

.exq-home-b :focus-visible {
  outline: 3px solid #0067c5;
  outline-offset: 3px;
}

.exq-home-b [id] {
  scroll-margin-top: 92px;
}

.exq-home-b__skip {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: -70px;
  padding: 10px 14px;
  color: var(--exq-home-ink);
  background: var(--exq-home-white);
  border: 2px solid var(--exq-home-ink);
}

.exq-home-b__skip:focus {
  top: 10px;
}

.exq-home-b__shell {
  width: min(calc(100% - 48px), var(--exq-home-max));
  margin-inline: auto;
}

.exq-home-b__caps {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.exq-home-b__button,
.exq-home-b .exq-quote-form .exq-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--exq-home-ink);
  background: var(--exq-home-yellow);
  border: 2px solid var(--exq-home-ink);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.exq-home-b__button:hover,
.exq-home-b .exq-quote-form .exq-button:hover {
  color: var(--exq-home-ink);
  background: #ffca44;
}

.exq-home-b__button--paper {
  background: var(--exq-home-paper);
}

.exq-home-b__header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--exq-home-header);
  color: var(--exq-home-navy);
  background: var(--exq-home-white);
  border-bottom: 5px solid var(--exq-home-yellow);
  box-shadow: 0 1px 0 rgba(22, 32, 59, .14);
}

.exq-home-b__header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 188px 1fr auto;
  align-items: center;
  gap: 28px;
}

.exq-home-b__brand {
  width: 172px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  background: var(--exq-home-white);
}

.exq-home-b__brand img {
  width: 152px;
  height: 34px;
  object-fit: contain;
}

.exq-home-b__nav {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
}

.exq-home-b__nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--exq-home-navy);
  border-left: 1px solid #d8dce5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.exq-home-b__nav a:hover {
  color: var(--exq-home-yellow-deep);
  background: #f6f7f9;
}

.exq-home-b__header-rfq {
  border: 0;
}

.exq-home-b__menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 7px;
  border: 2px solid var(--exq-home-navy);
  border-radius: 0;
  color: var(--exq-home-navy);
  background: var(--exq-home-white);
}

.exq-home-b__menu-toggle span,
.exq-home-b__menu-toggle::before,
.exq-home-b__menu-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.exq-home-b__hero {
  position: relative;
  overflow: hidden;
  color: var(--exq-home-white);
  background-color: var(--exq-home-navy);
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.exq-home-b__hero::before {
  content: "07";
  position: absolute;
  z-index: 0;
  right: clamp(20px, 4vw, 76px);
  bottom: 14px;
  color: transparent;
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(260px, 28vw, 440px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .095);
}

.exq-home-b__hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(38px, 7vw, 128px);
  top: 82px;
  width: 180px;
  height: 112px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.exq-home-b__blueprint {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.exq-home-b__blueprint-code {
  position: absolute;
  right: clamp(38px, 7vw, 128px);
  top: 54px;
  color: rgba(255, 255, 255, .48);
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: .12em;
}

.exq-home-b__blueprint-line {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, .24);
}

.exq-home-b__blueprint-line--x {
  right: clamp(38px, 7vw, 128px);
  top: 106px;
  width: 64px;
  height: 1px;
}

.exq-home-b__blueprint-line--y {
  right: clamp(84px, 11vw, 186px);
  top: 82px;
  width: 1px;
  height: 48px;
}

.exq-home-b__blueprint-mark {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid var(--exq-home-yellow);
}

.exq-home-b__blueprint-mark--one {
  right: clamp(32px, 6.5vw, 121px);
  top: 187px;
}

.exq-home-b__blueprint-mark--two {
  left: calc(50% - 42px);
  bottom: 44px;
  transform: rotate(45deg);
}

.exq-home-b__hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: center;
  padding: 58px 0;
}

.exq-home-b__hero-index {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--exq-home-yellow);
}

.exq-home-b__hero-index::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.exq-home-b__hero h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: var(--exq-home-white);
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.exq-home-b__hero-lead {
  max-width: 670px;
  margin: 0 0 28px;
  color: #cbd0d9;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.45;
}

.exq-home-b__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.exq-home-b__hero-actions .exq-home-b__button--paper {
  color: var(--exq-home-white);
  background: rgba(22, 32, 59, .45);
  border-color: rgba(255, 255, 255, .58);
}

.exq-home-b__catalog-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.exq-home-b__catalog-note div {
  padding: 16px 14px 16px 0;
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.exq-home-b__catalog-note div + div {
  padding-left: 14px;
}

.exq-home-b__catalog-note div:last-child {
  border-right: 0;
}

.exq-home-b__catalog-note strong {
  display: block;
  color: var(--exq-home-yellow);
  font-size: 18px;
}

.exq-home-b__catalog-note span {
  display: block;
  color: #c8cfdd;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exq-home-b__docket {
  position: relative;
  color: var(--exq-home-ink);
  background: var(--exq-home-paper);
  border: 1px solid #908b80;
  box-shadow: 14px 14px 0 var(--exq-home-yellow);
}

.exq-home-b__docket-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--exq-home-white);
  background: var(--exq-home-navy);
}

.exq-home-b__docket-head strong {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.exq-home-b__docket-head span {
  color: var(--exq-home-yellow);
  font-family: Consolas, monospace;
  font-size: 11px;
}

.exq-home-b__docket-body {
  padding: 24px;
}

.exq-home-b__docket-row {
  min-height: 46px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--exq-home-line);
}

.exq-home-b__docket-row span {
  color: var(--exq-home-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exq-home-b__docket-row strong {
  color: var(--exq-home-ink);
  font-size: 13px;
}

.exq-home-b__docket-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.exq-home-b__docket-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 22px;
  color: var(--exq-home-text);
  font-size: 14px;
}

.exq-home-b__docket-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--exq-home-yellow-deep);
}

.exq-home-b__docket-body .exq-home-b__button {
  width: 100%;
}

.exq-home-b__docket-small {
  margin: 13px 0 0;
  color: var(--exq-home-muted);
  font-size: 14px;
  text-align: center;
}

.exq-home-b__catalog {
  padding: 94px 0 112px;
}

.exq-home-b__catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.exq-home-b__catalog-rail {
  position: sticky;
  top: 104px;
  border-top: 5px solid var(--exq-home-ink);
}

.exq-home-b__rail-title {
  margin: 18px 0 13px;
  color: var(--exq-home-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exq-home-b__catalog-rail > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--exq-home-text);
  border-bottom: 1px solid var(--exq-home-line);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.exq-home-b__catalog-rail > a span {
  color: var(--exq-home-yellow-deep);
  font-family: Consolas, monospace;
}

.exq-home-b__rail-purchase {
  margin-top: 28px;
  padding: 18px;
  color: var(--exq-home-white);
  background: var(--exq-home-navy);
}

.exq-home-b__rail-purchase p {
  margin: 0 0 14px;
  color: #c8ceda;
  font-size: 14px;
}

.exq-home-b__rail-purchase a {
  display: inline;
  color: var(--exq-home-yellow);
  border: 0;
  text-decoration: underline;
}

.exq-home-b__catalog-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--exq-home-yellow-deep);
}

.exq-home-b__catalog-main h2 {
  max-width: 850px;
  margin: 0 0 18px;
  color: var(--exq-home-ink);
  font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .97;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.exq-home-b__catalog-intro {
  max-width: 720px;
  margin: 0 0 50px;
  color: var(--exq-home-muted);
}

.exq-home-b__product-group {
  margin-top: 58px;
}

.exq-home-b__group-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: var(--exq-home-white);
  background: var(--exq-home-navy);
  border-left: 8px solid var(--exq-home-yellow);
}

.exq-home-b__group-head h3 {
  margin: 0;
  color: var(--exq-home-white);
  font-size: 13px;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.exq-home-b__group-head span {
  color: #c8ced8;
  font-family: Consolas, monospace;
  font-size: 11px;
}

.exq-home-b__product-row {
  min-height: 186px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 180px;
  align-items: stretch;
  background: var(--exq-home-white);
  border: 1px solid var(--exq-home-line);
  border-top: 0;
}

.exq-home-b__product-thumb {
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid var(--exq-home-line);
  background-color: var(--exq-home-white);
  background-image: linear-gradient(rgba(22, 32, 59, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 32, 59, .045) 1px, transparent 1px);
  background-size: 24px 24px;
}

.exq-home-b__product-thumb img {
  width: min(100%, 145px);
  max-height: 145px;
  object-fit: contain;
}

.exq-home-b__product-info {
  min-width: 0;
  padding: 25px 28px;
}

.exq-home-b__product-code {
  color: var(--exq-home-yellow-deep);
  font-family: Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.exq-home-b__product-info h4 {
  margin: 8px 0 10px;
  color: var(--exq-home-ink);
  font-size: 21px;
  line-height: 1.15;
}

.exq-home-b__product-info p {
  margin: 0;
  color: var(--exq-home-muted);
  font-size: 14px;
}

.exq-home-b__product-actions {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 20px;
  border-left: 1px solid var(--exq-home-line);
}

.exq-home-b__product-actions a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: var(--exq-home-ink);
  border: 1px solid var(--exq-home-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.exq-home-b__product-actions a:first-child {
  background: var(--exq-home-yellow);
}

.exq-home-b__product-actions a:last-child {
  border-color: var(--exq-home-line);
}

.exq-home-b__handoff {
  padding: 82px 0;
  color: var(--exq-home-white);
  background: var(--exq-home-navy);
}

.exq-home-b__handoff-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 68px;
}

.exq-home-b__handoff .exq-home-b__caps {
  color: var(--exq-home-yellow);
}

.exq-home-b__handoff h2 {
  margin: 9px 0 17px;
  color: var(--exq-home-white);
  font-family: Bahnschrift, Arial, sans-serif;
  font-size: clamp(36px, 4.7vw, 62px);
  line-height: .96;
  text-transform: uppercase;
}

.exq-home-b__handoff p {
  color: #c8ceda;
}

.exq-home-b__handoff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--exq-home-blue-line);
  border-left: 1px solid var(--exq-home-blue-line);
}

.exq-home-b__handoff-list div {
  min-height: 140px;
  padding: 24px;
  border-right: 1px solid var(--exq-home-blue-line);
  border-bottom: 1px solid var(--exq-home-blue-line);
}

.exq-home-b__handoff-list span {
  color: var(--exq-home-yellow);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.exq-home-b__handoff-list strong {
  display: block;
  margin: 15px 0 6px;
  color: var(--exq-home-white);
  font-size: 16px;
  text-transform: uppercase;
}

.exq-home-b__handoff-list p {
  margin: 0;
  font-size: 14px;
}

.exq-home-b__quote {
  padding: 104px 0;
  background: var(--exq-home-paper);
}

.exq-home-b__quote-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  background: var(--exq-home-white);
  border: 1px solid var(--exq-home-line);
}

.exq-home-b__quote-intro {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 44px 38px;
  color: var(--exq-home-white);
  background: var(--exq-home-navy);
}

.exq-home-b__quote-intro::after {
  content: "RFQ";
  position: absolute;
  left: 34px;
  bottom: -48px;
  color: rgba(255, 255, 255, .055);
  font-family: Bahnschrift, Arial, sans-serif;
  font-size: 126px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.exq-home-b__quote-intro > * {
  position: relative;
  z-index: 1;
}

.exq-home-b__quote-intro .exq-home-b__caps {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--exq-home-yellow);
}

.exq-home-b__quote-intro .exq-home-b__caps::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.exq-home-b__quote-intro h2 {
  max-width: 290px;
  margin: 20px 0 16px;
  color: var(--exq-home-white);
  font-family: Bahnschrift, Arial, sans-serif;
  font-size: clamp(39px, 4vw, 48px);
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.exq-home-b__quote-intro p {
  margin: 0;
  color: #d5dbea;
  font-size: 16px;
}

.exq-home-b__quote-flag {
  display: inline-flex;
  margin-top: 28px;
  padding: 8px 10px;
  color: var(--exq-home-ink);
  background: var(--exq-home-yellow);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.exq-home-b__form-wrap {
  min-width: 0;
  background: var(--exq-home-white);
}

.exq-home-b .exq-quote-form {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  align-content: start;
  padding: 36px;
  background: var(--exq-home-white);
}

.exq-home-b .exq-quote-form .exq-field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
  color: var(--exq-home-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.exq-home-b .exq-quote-form .exq-field-wide {
  grid-column: 1 / -1;
}

.exq-home-b .exq-quote-form .exq-field-label {
  display: block;
}

.exq-home-b .exq-quote-form input,
.exq-home-b .exq-quote-form select,
.exq-home-b .exq-quote-form textarea {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 11px;
  color: var(--exq-home-ink);
  background: #fbfbf9;
  border: 1px solid #aaa69c;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
}

.exq-home-b .exq-quote-form textarea {
  min-height: 110px;
  resize: vertical;
}

.exq-home-b .exq-quote-form .exq-required-marker {
  color: #a25d00;
}

.exq-home-b .exq-quote-form .exq-form-status {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--exq-home-muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.exq-home-b .exq-quote-form .exq-form-status-success {
  color: #146c2e;
}

.exq-home-b .exq-quote-form .exq-form-status-error {
  color: #9a2d24;
}

.exq-home-b .exq-quote-form > .exq-button {
  justify-self: end;
}

.exq-home-b .exq-quote-form > .exq-button:disabled {
  cursor: wait;
  opacity: .58;
}

.exq-home-b__form-fallback {
  min-height: 300px;
  display: grid;
  place-content: center;
  justify-items: start;
  gap: 18px;
  padding: 36px;
}

.exq-home-b__form-fallback p {
  margin: 0;
}

.exq-home-b__footer {
  color: #ced3dd;
  background: var(--exq-home-ink);
  border-top: 5px solid var(--exq-home-yellow);
}

.exq-home-b__footer-grid {
  min-height: 220px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 40px;
}

.exq-home-b__footer-brand {
  width: 172px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--exq-home-white);
}

.exq-home-b__footer-brand img {
  width: 152px;
  height: 34px;
  object-fit: contain;
}

.exq-home-b__footer-copy {
  max-width: 500px;
  font-size: 14px;
}

.exq-home-b__footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.exq-home-b__footer-links a {
  font-size: 11px;
  font-weight: 800;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .exq-home-b__header-inner {
    grid-template-columns: 180px 1fr auto;
    gap: 12px;
  }

  .exq-home-b__nav a {
    padding-inline: 8px;
  }

  .exq-home-b__hero-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 40px;
  }

  .exq-home-b__catalog-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
  }

  .exq-home-b__product-row {
    grid-template-columns: 145px minmax(0, 1fr) 150px;
  }

  .exq-home-b__product-info {
    padding-inline: 20px;
  }

  .exq-home-b__quote-layout {
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .exq-home-b__quote-intro {
    padding-inline: 30px;
  }

  .exq-home-b .exq-quote-form {
    padding: 30px;
  }
}

@media (max-width: 760px) {
  .exq-home-b {
    --exq-home-header: 76px;
  }

  .exq-home-b__shell {
    width: min(calc(100% - 32px), var(--exq-home-max));
  }

  .exq-home-b__header-inner {
    grid-template-columns: 150px 1fr 48px;
  }

  .exq-home-b__brand {
    width: 150px;
    height: 42px;
    padding: 6px 8px;
  }

  .exq-home-b__brand img {
    width: 134px;
    height: 30px;
  }

  .exq-home-b__header-rfq {
    display: none;
  }

  .exq-home-b__menu-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

  .exq-home-b__nav {
    position: absolute;
    inset: var(--exq-home-header) 0 auto;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 12px 16px 18px;
    background: var(--exq-home-white);
    border-bottom: 5px solid var(--exq-home-yellow);
    box-shadow: 0 18px 30px rgba(22, 32, 59, .2);
  }

  .exq-home-b__nav[data-open="true"] {
    display: grid;
  }

  .exq-home-b__nav a {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d8dce5;
  }

  .exq-home-b__hero::before,
  .exq-home-b__hero::after,
  .exq-home-b__blueprint {
    display: none;
  }

  .exq-home-b__hero-grid {
    min-height: 768px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 27px;
    padding: 34px 0 40px;
  }

  .exq-home-b__hero h1 {
    margin: 13px 0 15px;
    font-size: 41px;
    line-height: .92;
  }

  .exq-home-b__hero-lead {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .exq-home-b__hero-actions {
    display: grid;
  }

  .exq-home-b__hero-actions .exq-home-b__button {
    width: 100%;
  }

  .exq-home-b__catalog-note {
    margin-top: 24px;
  }

  .exq-home-b__catalog-note div {
    padding: 12px 7px 12px 0;
  }

  .exq-home-b__catalog-note div + div {
    padding-left: 7px;
  }

  .exq-home-b__catalog-note strong {
    font-size: 15px;
  }

  .exq-home-b__catalog-note span {
    font-size: 8px;
  }

  .exq-home-b__docket {
    box-shadow: 8px 8px 0 var(--exq-home-yellow);
  }

  .exq-home-b__docket-body {
    padding: 18px;
  }

  .exq-home-b__docket-row {
    min-height: 38px;
  }

  .exq-home-b__docket-list {
    display: none;
  }

  .exq-home-b__catalog {
    padding: 72px 0 86px;
  }

  .exq-home-b__catalog-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .exq-home-b__catalog-rail {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--exq-home-line);
  }

  .exq-home-b__rail-title {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px;
    color: var(--exq-home-white);
    background: var(--exq-home-navy);
  }

  .exq-home-b__catalog-rail > a {
    padding-inline: 12px;
    border: 1px solid var(--exq-home-line);
  }

  .exq-home-b__rail-purchase {
    display: none;
  }

  .exq-home-b__catalog-main h2 {
    font-size: 39px;
  }

  .exq-home-b__catalog-intro {
    margin-bottom: 36px;
  }

  .exq-home-b__product-group {
    margin-top: 38px;
  }

  .exq-home-b__product-row {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 160px;
  }

  .exq-home-b__product-thumb {
    padding: 10px;
  }

  .exq-home-b__product-thumb img {
    max-height: 108px;
  }

  .exq-home-b__product-info {
    padding: 18px 14px;
  }

  .exq-home-b__product-info h4 {
    font-size: 17px;
  }

  .exq-home-b__product-info p {
    font-size: 14px;
  }

  .exq-home-b__product-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    border-top: 1px solid var(--exq-home-line);
    border-left: 0;
  }

  .exq-home-b__handoff {
    padding: 70px 0;
  }

  .exq-home-b__handoff-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .exq-home-b__handoff-list {
    grid-template-columns: 1fr;
  }

  .exq-home-b__handoff-list div {
    min-height: 0;
  }

  .exq-home-b__quote {
    padding: 76px 0;
  }

  .exq-home-b__quote-layout {
    grid-template-columns: 1fr;
  }

  .exq-home-b__quote-intro {
    min-height: 350px;
    padding: 34px 24px;
  }

  .exq-home-b__quote-intro h2 {
    font-size: 40px;
  }

  .exq-home-b .exq-quote-form {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .exq-home-b .exq-quote-form .exq-field-wide,
  .exq-home-b .exq-quote-form .exq-form-status {
    grid-column: auto;
  }

  .exq-home-b .exq-quote-form > .exq-button {
    width: 100%;
    justify-self: stretch;
  }

  .exq-home-b__footer-grid {
    min-height: 330px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .exq-home-b__footer-links {
    justify-content: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exq-home-b * {
    scroll-behavior: auto !important;
  }
}
