body.theme-black.software-page .atx-site-header .nav-trigger,
body.theme-black.software-page .atx-site-header .support-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #34363b;
  border-radius: 6px;
  color: #fff;
  background: #080809;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

body.theme-black.software-page .atx-site-header .nav-trigger:hover,
body.theme-black.software-page .atx-site-header .nav-trigger:focus-visible,
body.theme-black.software-page .atx-site-header .support-link:hover,
body.theme-black.software-page .atx-site-header .support-link:focus-visible {
  border-color: var(--orange);
  color: #fff;
  background: #19191c;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 210, 4, 0.32);
  transform: translateY(-2px);
}

body.theme-black.software-page .atx-site-header .contact-button {
  border-radius: 6px;
  color: #070708;
  background: var(--orange);
  border-color: var(--orange);
  font-weight: 900;
}

body.theme-black.software-page .atx-site-header .contact-button:hover,
body.theme-black.software-page .atx-site-header .contact-button:focus-visible {
  color: #070708;
  background: #ffd204;
  border-color: #ffd204;
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 210, 4, 0.35);
  transform: translateY(-3px);
}

body.theme-black.software-page .software-hero .hero-actions {
  align-items: stretch;
  gap: 12px;
}

body.theme-black.software-page .software-hero .hero-actions .software-hero-action {
  min-height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #6f7177;
  border-radius: 6px;
  color: #fff;
  background: #171719;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.42);
  text-decoration: none;
  font-weight: 900;
  transition:
    transform 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

body.theme-black.software-page .software-hero .hero-actions .software-hero-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: var(--orange);
}

body.theme-black.software-page .software-hero .hero-actions .software-hero-action:hover,
body.theme-black.software-page .software-hero .hero-actions .software-hero-action:focus-visible {
  border-color: var(--orange);
  color: #fff;
  background: #252529;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  outline: 3px solid rgba(255, 210, 4, 0.34);
  outline-offset: 3px;
  transform: translateY(-2px);
}

body.theme-black.software-page .software-hero-copy .eyebrow,
body.theme-black.software-page .software-hero-copy h1,
body.theme-black.software-page .software-hero-copy p {
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.92),
    0 5px 10px rgba(0, 0, 0, 1),
    0 14px 30px rgba(0, 0, 0, 0.98),
    0 0 56px rgba(0, 0, 0, 0.92);
}

body.theme-black.software-page .software-hero-copy h1 {
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.9),
    0 7px 14px rgba(0, 0, 0, 1),
    0 18px 40px rgba(0, 0, 0, 1),
    0 0 72px rgba(0, 0, 0, 0.96);
}

body.theme-black.software-page .mototrax-bullet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

body.theme-black.software-page .mototrax-bullet-grid li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 106px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.theme-black.software-page .mototrax-bullet-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 210, 4, 0.88);
  border-radius: 8px;
  color: #050505;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 210, 4, 0.16);
}

body.theme-black.software-page .mototrax-bullet-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

body.theme-black.software-page .mototrax-bullet-grid strong {
  display: block;
  color: #fff;
  line-height: 1.18;
}

body.theme-black.software-page .mototrax-bullet-grid em {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.42;
}

body.theme-black.software-page .cloud-grid a {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg, var(--charcoal-2), var(--charcoal));
  box-shadow: var(--dark-shadow);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black.software-page .cloud-grid a:hover,
body.theme-black.software-page .cloud-grid a:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

body.theme-black.software-page .cloud-grid a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

body.theme-black.software-page .cloud-grid a strong {
  color: #fff;
}

body.theme-black.software-page .cloud-grid a span {
  margin-top: 7px;
  color: var(--dark-copy);
  font-size: 0.88rem;
}

body.theme-black.software-page .software-ecosystem-section .software-media-split {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-black.software-page .software-product-card {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 210, 4, 0.11), transparent 42%),
    linear-gradient(145deg, var(--charcoal-2), var(--charcoal));
  box-shadow: var(--dark-shadow);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black.software-page .software-product-card::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.theme-black.software-page .software-product-card img {
  width: 100%;
  max-height: 270px;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

body.theme-black.software-page .software-product-card span,
body.theme-black.software-page .software-product-card strong,
body.theme-black.software-page .software-product-card em {
  display: block;
}

body.theme-black.software-page .software-product-card strong {
  color: #fff;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.12;
}

body.theme-black.software-page .software-product-card em {
  margin-top: 8px;
  color: var(--dark-copy);
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.42;
}

body.theme-black.software-page .software-product-card:hover,
body.theme-black.software-page .software-product-card:focus-visible,
body.theme-black.software-page .software-product-card:active,
body.theme-black.software-page .software-ecosystem-section .capability-grid a:hover,
body.theme-black.software-page .software-ecosystem-section .capability-grid a:focus-visible,
body.theme-black.software-page .software-ecosystem-section .capability-grid a:active {
  border-color: var(--orange);
  background: #252529;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

body.theme-black.software-page .software-product-card:hover::before,
body.theme-black.software-page .software-product-card:focus-visible::before,
body.theme-black.software-page .software-product-card:active::before {
  border-color: rgba(255, 210, 4, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 4, 0.22);
}

body.theme-black.software-page .software-product-card:focus-visible,
body.theme-black.software-page .software-ecosystem-section .capability-grid a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

body.theme-black.software-page .software-ecosystem-section .capability-grid a {
  color: #fff;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black.software-page .software-ecosystem-section .capability-grid a strong {
  color: #fff;
}

body.theme-black.software-page .software-ecosystem-section .capability-grid a span {
  color: var(--dark-copy);
}

body.theme-black.software-page .driver-section .feature-list {
  align-items: stretch;
}

body.theme-black.software-page .driver-section .driver-story-image-link,
body.theme-black.software-page .stoparm-section .driver-story-image-link {
  position: relative;
  width: 100%;
  border-color: var(--dark-line);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black.software-page .driver-section .driver-story-image-link::before,
body.theme-black.software-page .stoparm-section .driver-story-image-link::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.theme-black.software-page .driver-section .driver-story-image-link:hover,
body.theme-black.software-page .driver-section .driver-story-image-link:focus-visible,
body.theme-black.software-page .stoparm-section .driver-story-image-link:hover,
body.theme-black.software-page .stoparm-section .driver-story-image-link:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  transform: translateY(-4px);
}

body.theme-black.software-page .driver-section .driver-story-image-link:hover::before,
body.theme-black.software-page .driver-section .driver-story-image-link:focus-visible::before,
body.theme-black.software-page .stoparm-section .driver-story-image-link:hover::before,
body.theme-black.software-page .stoparm-section .driver-story-image-link:focus-visible::before {
  border-color: rgba(255, 210, 4, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 4, 0.22);
}

.driver-story-image-link__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 9px 12px;
  border: 1px solid rgba(255, 210, 4, 0.82);
  border-radius: 6px;
  color: var(--orange);
  background: rgba(5, 5, 5, 0.82);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

body.theme-black.software-page .driver-section .driver-story-image-link:hover .driver-story-image-link__label,
body.theme-black.software-page .driver-section .driver-story-image-link:focus-visible .driver-story-image-link__label,
body.theme-black.software-page .stoparm-section .driver-story-image-link:hover .driver-story-image-link__label,
body.theme-black.software-page .stoparm-section .driver-story-image-link:focus-visible .driver-story-image-link__label {
  border-color: var(--orange);
  color: #050505;
  background: var(--orange);
}

body.theme-black.software-page .driver-story-card {
  position: relative;
  min-height: 96px;
  display: grid;
  align-content: center;
  width: 100%;
  padding: 18px 156px 18px 20px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg, var(--charcoal-2), var(--charcoal));
  box-shadow: var(--dark-shadow);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.theme-black.software-page .driver-story-card::before {
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  content: "";
  border-radius: 0 999px 999px 0;
  background: var(--orange);
  opacity: 0.8;
  transform: scaleY(0.42);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

body.theme-black.software-page .driver-story-card::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "Open storyboard";
  padding: 8px 10px;
  border: 1px solid rgba(255, 210, 4, 0.78);
  border-radius: 6px;
  color: var(--orange);
  background: rgba(255, 210, 4, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.theme-black.software-page .driver-story-card:hover,
body.theme-black.software-page .driver-story-card:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 4, 0.34);
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  transform: translateY(-4px);
}

body.theme-black.software-page .driver-story-card:hover::before,
body.theme-black.software-page .driver-story-card:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

body.theme-black.software-page .driver-story-card:hover::after,
body.theme-black.software-page .driver-story-card:focus-visible::after {
  border-color: var(--orange);
  color: #050505;
  background: var(--orange);
}

body.theme-black.software-page .driver-story-card strong {
  color: #fff;
}

body.theme-black.software-page .driver-story-card span {
  display: block;
  margin-top: 7px;
  color: var(--dark-copy);
  font-size: 0.88rem;
}

body.driver-story-modal-open {
  overflow: hidden;
}

.driver-story-modal[hidden] {
  display: none;
}

.driver-story-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.driver-story-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(5px);
}

.driver-story-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 4, 0.7);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #121214 0%, #070708 100%);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.66),
    0 0 0 1px rgba(255, 210, 4, 0.18);
}

.driver-story-modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 20px 22px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.driver-story-modal__header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.05;
}

.driver-story-modal__header p:not(.eyebrow) {
  max-width: 820px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.driver-story-modal__close,
.driver-story-nav,
.driver-story-play-toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: #1a1a1d;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.driver-story-play-toggle {
  width: auto;
  grid-template-columns: auto auto;
  gap: 8px;
  padding: 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.driver-story-modal__close:hover,
.driver-story-modal__close:focus-visible,
.driver-story-nav:hover,
.driver-story-nav:focus-visible,
.driver-story-play-toggle:hover,
.driver-story-play-toggle:focus-visible {
  border-color: var(--orange);
  background: #252529;
  outline: 2px solid rgba(255, 210, 4, 0.42);
  outline-offset: 2px;
  transform: translateY(-2px);
}

.driver-story-modal__close svg,
.driver-story-nav svg,
.driver-story-play-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.driver-story-modal__controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #101012;
}

.driver-story-modal__controls button {
  min-height: 54px;
  padding: 12px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.driver-story-modal__controls button:last-child {
  border-right: 0;
}

.driver-story-modal__controls button[aria-selected="true"] {
  color: #050505;
  background: var(--orange);
}

.driver-story-modal__body {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 0;
}

.driver-story-media {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 210, 4, 0.12), transparent 38%),
    #050505;
}

.driver-story-media img {
  width: 100%;
  max-height: min(58vh, 620px);
  align-self: center;
  justify-self: center;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
}

.driver-story-media figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.stoparm-story-modal .driver-story-modal__controls {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.driver-story-copy {
  min-width: 0;
  padding: 26px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #171719 0%, #101012 100%);
}

.driver-story-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.driver-story-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.driver-story-copy > p:not(.driver-story-kicker) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
}

.driver-story-facts {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
}

.driver-story-facts div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.driver-story-facts dt {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.driver-story-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.driver-story-modal__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #080809;
}

.driver-story-progress {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.driver-story-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--orange);
  transition: width 180ms ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 901px) and (max-width: 1080px) {
  body.theme-black.software-page .atx-site-header .nav-inner {
    flex-wrap: nowrap;
    gap: 16px;
    min-height: 86px;
  }

  body.theme-black.software-page .atx-site-header .brand img {
    width: 168px;
  }

  body.theme-black.software-page .atx-site-header .menu-toggle {
    display: none;
  }

  body.theme-black.software-page .atx-site-header .primary-nav,
  body.theme-black.software-page .atx-site-header .nav-actions {
    display: flex;
  }

  body.theme-black.software-page .atx-site-header .primary-nav {
    gap: 4px;
  }

  body.theme-black.software-page .atx-site-header .nav-actions {
    gap: 10px;
    margin-left: auto;
  }

  body.theme-black.software-page .atx-site-header .nav-trigger,
  body.theme-black.software-page .atx-site-header .support-link {
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  body.theme-black.software-page .atx-site-header .contact-button {
    padding-inline: 14px;
    font-size: 0.88rem;
    white-space: nowrap;
  }
}

@media (max-width: 1080px) {
  body.theme-black.software-page .mototrax-bullet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .driver-story-modal__body {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .driver-story-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  body.theme-black.software-page .mototrax-bullet-grid {
    grid-template-columns: 1fr;
  }

  body.theme-black.software-page .software-ecosystem-section .software-media-split,
  body.theme-black.software-page .software-ecosystem-section .capability-grid {
    grid-template-columns: 1fr;
  }

  body.theme-black.software-page .software-product-card {
    min-height: 330px;
    padding: 18px;
  }

  body.theme-black.software-page .software-product-card img {
    max-height: 210px;
  }

  .driver-story-modal {
    align-items: start;
    padding: 6px;
    overflow: hidden;
  }

  .driver-story-modal__dialog {
    width: calc(100vw - 12px);
    max-height: calc(100dvh - 12px);
    border-radius: 12px;
  }

  .driver-story-modal__header {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 12px;
  }

  .driver-story-modal__header h2 {
    font-size: 1.28rem;
    line-height: 1.08;
  }

  .driver-story-modal__header p:not(.eyebrow) {
    display: none;
  }

  .driver-story-modal__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .stoparm-story-modal .driver-story-modal__controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .driver-story-modal__controls button {
    min-width: 0;
    min-height: 42px;
    padding: 9px 6px;
    font-size: 0.78rem;
  }

  .driver-story-modal__body {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .driver-story-media {
    display: block;
    padding: 10px;
  }

  .driver-story-media img {
    display: block;
    height: auto;
    max-height: min(42dvh, 320px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #080809;
  }

  .stoparm-story-modal .driver-story-media img {
    max-height: min(45dvh, 330px);
  }

  .driver-story-media figcaption {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .driver-story-image-link__label {
    right: 12px;
    bottom: 12px;
  }

  body.theme-black.software-page .driver-story-card {
    padding: 18px 18px 56px 20px;
  }

  body.theme-black.software-page .driver-story-card::after {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 20px;
    transform: none;
  }

  .driver-story-copy {
    padding: 14px 12px 16px;
  }

  .driver-story-copy h3 {
    font-size: 1.18rem;
  }

  .driver-story-copy > p:not(.driver-story-kicker) {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .driver-story-facts {
    margin-top: 12px;
  }

  .driver-story-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px 0;
  }

  .driver-story-modal__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 8px 10px;
  }

  .driver-story-modal__close,
  .driver-story-nav {
    width: 38px;
    height: 38px;
  }

  .driver-story-play-toggle {
    min-width: 0;
    height: 38px;
    padding: 0 10px;
  }

  .driver-story-progress {
    height: 4px;
  }
}

@media (max-width: 560px) {
  body.theme-black.software-page .software-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 720px) {
    .driver-story-modal__dialog {
      max-height: calc(100vh - 12px);
    }

    .driver-story-media img {
      max-height: min(42vh, 320px);
    }

    .stoparm-story-modal .driver-story-media img {
      max-height: min(45vh, 330px);
    }
  }
}
