/**
 * Laptop scroll experience — scoped under .laptop-experience
 * to avoid conflicting with the main Semiosis site styles.
 */

.laptop-experience {
  --laptop-accent: #26b9e6;
  --laptop-bg: #050505;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--laptop-bg);
  color: #f4f4f3;
  position: relative;
  isolation: isolate;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: clip;
}

.laptop-experience *,
.laptop-experience *::before,
.laptop-experience *::after {
  box-sizing: border-box;
}

.laptop-experience a {
  color: inherit;
  text-decoration: none;
}

/* Internal chrome header (absolute inside sticky stage — does not fight site nav) */
.laptop-experience .laptop-chrome {
  height: 100px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 0 4.5vw;
  background: linear-gradient(#050505, transparent);
  margin: 0;
  pointer-events: none;
}

.laptop-experience .laptop-chrome .header-note,
.laptop-experience .laptop-chrome #replay {
  pointer-events: auto;
}

.laptop-experience .header-note {
  font-size: 14px;
  color: #919195;
}

.laptop-experience #replay {
  font: inherit;
  font-size: 14px;
  color: #ddd;
  background: transparent;
  border: 1px solid #454545;
  border-radius: 30px;
  padding: 11px 19px;
  cursor: pointer;
  line-height: 1.2;
}

.laptop-experience #replay:hover {
  background: #242424;
  color: #ddd;
}

.laptop-experience #replay:focus-visible,
.laptop-experience a:focus-visible {
  outline: 2px solid #c9fc7b;
  outline-offset: 5px;
}

.laptop-experience #experience {
  height: 580svh;
  display: block;
  margin: 0;
  padding: 0;
}

/* Reveal the composition only after all laptop imagery has settled. */
.laptop-experience.is-loading .art,
.laptop-experience.is-loading .intro,
.laptop-experience.is-loading .story,
.laptop-experience.is-loading .rail {
  visibility: hidden;
}

.laptop-experience .stage {
  position: sticky;
  top: var(--header-height, 112px);
  height: calc(100svh - var(--header-height, 112px));
  min-height: 560px;
  overflow: hidden;
  background: #050505;
}

.laptop-experience .intro {
  position: absolute;
  top: 4%;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  z-index: 8;
  pointer-events: none;
}

.laptop-experience .eyebrow {
  font-size: 12px;
  letter-spacing: 2.8px;
  color: #26b9e6;
  font-weight: 500;
}

.laptop-experience .intro h1,
.laptop-experience h1.laptop-title {
  font-size: clamp(29px, 4.1vw, 64px);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -2.3px;
  margin: 12px 0 0;
  color: #f4f4f3;
}

.laptop-experience .intro h1 span {
  color: #85858b;
}

.laptop-experience .art {
  position: absolute;
  width: min(1050px, 88vw);
  aspect-ratio: 1.5;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  will-change: transform;
  isolation: isolate;
  z-index: 4;
}

.laptop-experience .art img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: lighten;
  will-change: transform, opacity;
  max-width: none;
}

.laptop-experience .top {
  clip-path: polygon(38% .7%, 74.5% .7%, 75% 3%, 73% 40.5%, 70% 43%, 73% 45%, 70.5% 56%, 23% 52.6%, 22.8% 51%, 32.5% 43%, 36% 41%, 35% 39%);
}

.laptop-experience .board {
  clip-path: polygon(33% 54%, 73.6% 58%, 73% 70.8%, 23% 65.8%, 22.8% 64%);
}

.laptop-experience .battery {
  clip-path: polygon(29% 67.8%, 72% 72.2%, 72% 82.8%, 24% 76.5%, 23% 75%);
}

.laptop-experience .chassis {
  clip-path: polygon(31% 76.8%, 73.8% 77.8%, 74% 80%, 68.8% 98%, 20% 88%, 19.8% 86.2%);
}

.laptop-experience .complete {
  opacity: 0;
}

.laptop-experience .story {
  position: absolute;
  left: 7vw;
  top: 41%;
  width: 28%;
  opacity: 0;
  z-index: 7;
  pointer-events: none;
}

.laptop-experience .story h2 {
  font-size: clamp(29px, 4vw, 60px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.04;
  margin: 22px 0;
  color: #f4f4f3;
}

.laptop-experience .story > p:last-child {
  font-size: 16px;
  color: #a4a4a9;
  line-height: 1.65;
  margin: 0;
}

.laptop-experience .side-index {
  position: absolute;
  right: 4.5vw;
  top: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.laptop-experience .side-index > span {
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 2px;
  color: #888;
}

.laptop-experience .rail {
  height: 90px;
  width: 1px;
  background: #333;
}

.laptop-experience .rail i {
  display: block;
  background: #26b9e6;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  font-style: normal;
}

.laptop-experience .side-index b {
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
  font-variant-numeric: tabular-nums;
}

/* Scoped footer chrome — resets site footer leakage */
.laptop-experience .laptop-footer {
  position: absolute;
  bottom: 30px;
  left: 4.5vw;
  right: 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: auto;
}

.laptop-experience .scroll-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.laptop-experience .scroll-hint i {
  font-style: normal;
  border: 1px solid #454545;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.laptop-experience .footer-note {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
}

.laptop-experience .footer-note span {
  padding: 0 15px;
}

.laptop-experience #step {
  font-variant-numeric: tabular-nums;
  color: #ddd;
}

.laptop-experience .screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
  transform-origin: 0 0;
  overflow: hidden;
  background: #10151e;
  z-index: 6;
  pointer-events: none;
  contain: paint;
  border-radius: 2px;
}

.laptop-experience .screen .editor {
  position: absolute;
  inset: 0;
  background: #10151e;
  font-family: monospace;
}

.laptop-experience .editor-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 95px;
  font-size: 10px;
  color: #aaa;
  background: #1c222d;
}

.laptop-experience .lights {
  padding-left: 12px;
  color: #bce88f;
  letter-spacing: 3px;
}

.laptop-experience .editor-body {
  height: 275px;
  display: flex;
}

.laptop-experience .editor-body aside {
  flex: 0 0 112px;
  background: #141b25;
  font-size: 10px;
  line-height: 23px;
  color: #949eaf;
  padding: 12px;
}

.laptop-experience .editor-body aside span {
  color: #55c4eb;
}

.laptop-experience .editor-body pre {
  margin: 0;
  padding: 12px;
  font-size: 11px;
  line-height: 19px;
  color: #90c9f5;
  white-space: pre-wrap;
  background: transparent;
  border: 0;
}

.laptop-experience .cursor {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: #bcf391;
  vertical-align: middle;
  animation: laptop-blink 1s steps(1) infinite;
}

.laptop-experience .terminal {
  height: 95px;
  border-top: 1px solid #323843;
  padding: 10px 14px;
  font-size: 10px;
  color: #99a7b8;
}

.laptop-experience .terminal > span {
  font-size: 9px;
  letter-spacing: 1px;
}

.laptop-experience .terminal pre {
  color: #bdec98;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.laptop-experience .screen .logo-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: radial-gradient(ellipse at 50% 43%, #10344c 0%, #081b30 43%, #040c18 100%);
  box-shadow: inset 0 0 65px #020811;
  opacity: 0;
}

.laptop-experience .screen .logo-screen img {
  position: static;
  width: 80%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
}

.laptop-experience .logo-mark {
  width: 70%;
  aspect-ratio: 1031 / 223;
  flex-shrink: 0;
  background:
    linear-gradient(90deg, #e5edf4 0% 15.1%, #03a4d4 15.1% 29.5%, #e5edf4 29.5% 100%) top / 100% 60% no-repeat,
    linear-gradient(#b5c7d6, #b5c7d6) bottom / 100% 40.1% no-repeat;
  -webkit-mask: url("semiosis-logo.png") center / contain no-repeat;
  mask: url("semiosis-logo.png") center / contain no-repeat;
  filter: drop-shadow(0 0 12px #048bbe25);
}

.laptop-experience .logo-screen > span {
  color: #88acc5;
  font-size: 10px;
  letter-spacing: 4px;
  font-family: Arial, sans-serif;
}

.laptop-experience .final-tagline {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: auto !important;
  margin: 0;
  padding: 0 20px;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #cbd7e1;
  opacity: 0;
  pointer-events: none;
}

@keyframes laptop-blink {
  50% {
    opacity: 0;
  }
}

@media (min-width: 1600px) {
  .laptop-experience .art {
    width: min(1250px, 82vw);
  }
}

@media (max-width: 700px) {
  .laptop-experience .laptop-chrome {
    height: 84px;
    padding: 0 6vw;
  }

  .laptop-experience .header-note,
  .laptop-experience .footer-note,
  .laptop-experience .side-index {
    display: none;
  }

  .laptop-experience .stage {
    min-height: 500px;
  }

  .laptop-experience .intro {
    top: 6%;
    padding: 0 20px;
  }

  .laptop-experience .intro h1 {
    font-size: 34px;
    letter-spacing: -1.4px;
  }

  .laptop-experience .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .laptop-experience .art {
    width: 140vw;
    top: 58%;
  }

  .laptop-experience .story {
    left: 8vw;
    top: 17%;
    width: 84%;
  }

  .laptop-experience .story h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
    margin: 16px 0;
  }

  .laptop-experience .story > p:last-child {
    font-size: 14px;
    line-height: 1.45;
  }

  .laptop-experience .story h2 br,
  .laptop-experience .story > p:last-child br {
    display: none;
  }

  .laptop-experience .laptop-footer {
    bottom: 24px;
    left: 6vw;
    right: 6vw;
  }

  .laptop-experience #experience {
    height: 540svh;
  }

  .laptop-experience .final-tagline {
    bottom: 18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .laptop-experience #experience {
    height: 100svh;
  }

  .laptop-experience .intro {
    top: 14%;
    opacity: 0 !important;
  }

  .laptop-experience .intro h1 {
    font-size: 30px;
  }

  .laptop-experience .art {
    top: 62%;
    width: min(780px, 95vw);
  }

  .laptop-experience .layer {
    display: none;
  }

  .laptop-experience .layer.top {
    display: block;
  }

  .laptop-experience .complete {
    opacity: 1 !important;
  }

  .laptop-experience .story {
    display: none;
  }

  .laptop-experience .scroll-hint {
    display: none;
  }

  .laptop-experience .cursor {
    animation: none;
  }

  .laptop-experience .screen .logo-screen {
    opacity: 1;
  }

  .laptop-experience .final-tagline {
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .laptop-experience .art {
    width: 125vw;
    top: 58%;
  }
}

/* ---- Dark showcase band (stats / CTAs / tech / services) ---- */
.laptop-experience .laptop-showcase {
  position: relative;
  z-index: 3;
  padding: 72px 4.5vw 80px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(38, 185, 230, 0.12), transparent 42%),
    radial-gradient(ellipse at 85% 30%, rgba(105, 74, 240, 0.1), transparent 40%),
    linear-gradient(180deg, #050505 0%, #0a1218 55%, #071018 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  color-scheme: dark;
}

.laptop-experience .laptop-showcase-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.laptop-experience .laptop-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c8d7e2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 22px;
}

.laptop-experience .laptop-badge i {
  color: #26b9e6;
  font-size: 14px;
}

.laptop-experience .laptop-showcase-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.laptop-experience .laptop-showcase-accent {
  background: linear-gradient(90deg, #26b9e6, #4f8cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.laptop-experience .laptop-showcase-strong {
  color: #f2f6fa;
}

.laptop-experience .laptop-showcase-muted {
  font-size: 0.58em;
  font-weight: 700;
  color: #8a9aad;
  margin-top: 6px;
}

.laptop-experience .laptop-showcase-copy {
  margin: 20px 0 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #9aa8b8;
}

.laptop-experience .laptop-showcase-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.laptop-experience .laptop-btn-primary,
.laptop-experience .laptop-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.laptop-experience .laptop-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0099ff 0%, #00b7ff 55%, #694af0 100%);
  border: none;
  box-shadow: 0 10px 28px rgba(0, 153, 255, 0.28);
}

.laptop-experience .laptop-btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 153, 255, 0.38);
}

.laptop-experience .laptop-btn-secondary {
  color: #c5d4e0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.laptop-experience .laptop-btn-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(38, 185, 230, 0.35);
  transform: translateY(-3px);
}

.laptop-experience .laptop-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 820px;
  margin-top: 48px;
}

.laptop-experience .laptop-stat-item {
  text-align: center;
  padding: 18px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.laptop-experience .laptop-stat-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(38, 185, 230, 0.28);
}

.laptop-experience .laptop-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 12px;
  color: #26b9e6;
  background: linear-gradient(180deg, rgba(38, 185, 230, 0.18), rgba(38, 185, 230, 0.06));
  border: 1px solid rgba(38, 185, 230, 0.18);
  font-size: 18px;
}

.laptop-experience .laptop-stat-num {
  display: block;
  font-size: 27px;
  font-weight: 800;
  color: #26b9e6;
  line-height: 1.1;
}

.laptop-experience .laptop-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 10.5px;
  font-weight: 600;
  color: #8a9aad;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.laptop-experience .laptop-trust-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 40px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.laptop-experience .laptop-trust-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a9aad;
}

.laptop-experience .laptop-trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
}

.laptop-experience .laptop-trust-logos span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #d5dee7;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.laptop-experience .laptop-trust-logos span i {
  color: #26b9e6;
  font-size: 15px;
}

.laptop-experience .laptop-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.laptop-experience .laptop-service-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 14px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #d5dee7;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.laptop-experience .laptop-service-strip span:last-child {
  border-right: 0;
}

.laptop-experience .laptop-service-strip span i {
  color: #26b9e6;
  font-size: 16px;
}

@media (max-width: 991px) {
  .laptop-experience .laptop-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop-experience .laptop-service-strip {
    grid-template-columns: 1fr;
  }

  .laptop-experience .laptop-service-strip span {
    justify-content: flex-start;
    padding-left: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .laptop-experience .laptop-service-strip span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .laptop-experience .laptop-showcase {
    padding: 48px 6vw 56px;
  }

  .laptop-experience .laptop-showcase-cta {
    flex-direction: column;
    width: 100%;
  }

  .laptop-experience .laptop-btn-primary,
  .laptop-experience .laptop-btn-secondary {
    width: 100%;
  }

  .laptop-experience .laptop-showcase-copy {
    font-size: 15px;
  }
}

/* WordPress toolbar fallback: this homepage deliberately omits Salient's
 * global assets, so the core admin-bar stylesheet may not be queued. */
#wpadminbar {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  min-width: 600px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: #f0f0f1;
  background: #1d2327;
  font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#wpadminbar ul,
#wpadminbar li { margin: 0; padding: 0; list-style: none; }
#wpadminbar .ab-top-menu > li { position: relative; float: left; }
#wpadminbar .ab-top-menu > li#wp-admin-bar-my-account { float: right; }
#wpadminbar .ab-item,
#wpadminbar .ab-empty-item {
  display: block;
  height: 32px;
  padding: 0 10px;
  color: #f0f0f1;
  text-decoration: none;
  white-space: nowrap;
}
#wpadminbar .ab-item:hover,
#wpadminbar .hover > .ab-item { color: #72aee6; background: #2c3338; }
#wpadminbar .ab-sub-wrapper {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 180px;
  padding: 6px 0;
  background: #2c3338;
  box-shadow: 0 3px 5px rgba(0,0,0,.25);
}
#wpadminbar li:hover > .ab-sub-wrapper,
#wpadminbar li.hover > .ab-sub-wrapper { display: block; }
#wpadminbar .ab-sub-wrapper .ab-item { height: 30px; line-height: 30px; }
#wpadminbar .ab-icon:before { vertical-align: middle; }
body.admin-bar #main-header { top: 32px !important; }
body.admin-bar .dropdown-menu.mega-menu { top: calc(var(--header-height, 90px) + 32px) !important; }
@media screen and (max-width: 782px) {
  #wpadminbar { min-width: 0; height: 46px; line-height: 46px; }
  #wpadminbar .ab-item,
  #wpadminbar .ab-empty-item { height: 46px; line-height: 46px; }
  #wpadminbar .ab-sub-wrapper { top: 46px; }
  body.admin-bar #main-header { top: 46px !important; }
  body.admin-bar .dropdown-menu.mega-menu { top: calc(var(--header-height, 90px) + 46px) !important; }
}

/* Salient keeps page content inside .container.main-content. Restore viewport
 * width for rows explicitly marked as full-width (banners and quote forms). */
body:not(.home) .container-wrap > .container.main-content > .row > .wpb_row.full-width-content,
body:not(.home) .container-wrap > .container.main-content > .row > .wpb_row.full-width-section {
  position: relative !important;
  right: auto !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Homepage navigation: labels are links; the adjacent chevron is the menu
 * trigger.  This makes every destination clickable without changing the
 * existing mega-menu look. */
@media (min-width: 992px) {
  #main-header .navbar-nav .nav-item.dropdown {
    display: inline-flex;
    align-items: center;
  }

  #main-header .navbar-nav .nav-item.dropdown > .nav-link {
    padding-right: 4px;
  }

  #main-header .nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 38px;
    margin: 0 8px 0 0;
    padding: 0;
    border: 0;
    border-radius: 7px;
    color: #434d53;
    background: transparent;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
  }

  #main-header .nav-dropdown-toggle::after {
    margin: 0;
    border-width: .31em .25em 0;
  }

  #main-header .nav-item.dropdown:hover > .nav-link,
  #main-header .nav-dropdown-toggle:hover,
  #main-header .nav-dropdown-toggle:focus-visible {
    color: #0397d2;
  }

  #main-header .nav-dropdown-toggle:focus-visible {
    outline: 2px solid rgba(3, 151, 210, .48);
    outline-offset: 2px;
  }
}

@media (max-width: 991.98px) {
  #main-header .navbar-collapse .nav-item.dropdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
  }

  #main-header .navbar-collapse .nav-item.dropdown > .nav-link {
    grid-column: 1;
  }

  #main-header .navbar-collapse .nav-dropdown-toggle {
    grid-column: 2;
    grid-row: 1;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: rgba(3, 151, 210, .07);
    color: #0397d2;
  }

  #main-header .navbar-collapse .dropdown-menu.mega-menu {
    grid-column: 1 / -1;
  }
}

body:not(.home) .container-wrap > .container.main-content > .row > .wpb_row.full-width-content > .row-bg-wrap,
body:not(.home) .container-wrap > .container.main-content > .row > .wpb_row.full-width-section > .row-bg-wrap {
  width: 100% !important;
}
