/* Public Veyron landing only. The authenticated product keeps the shared system. */
.app-download-page {
  min-width: 320px;
  overflow-x: hidden;
  background: #020202;
  color: #f4f4f4;
}

.app-download-page::before {
  display: none;
}

.app-download-page .skip-link:focus {
  z-index: 200;
  background: #ff5a00;
  color: #140700;
}

.vl-page {
  --vl-bg: #020202;
  --vl-panel: #090909;
  --vl-white: #f4f4f4;
  --vl-muted: #aaa6a3;
  --vl-dim: #696663;
  --vl-orange: #ff5a00;
  --vl-orange-deep: #d84c00;
  --vl-line: rgba(255, 255, 255, 0.16);
  --vl-line-soft: rgba(255, 255, 255, 0.09);
  min-height: 100vh;
  min-height: 100svh;
  overflow: clip;
  background: var(--vl-bg);
  color: var(--vl-white);
  isolation: isolate;
}

.vl-page a {
  color: inherit;
}

.vl-page a,
.vl-page button {
  -webkit-tap-highlight-color: transparent;
}

.vl-page :focus-visible {
  outline: 2px solid var(--vl-orange);
  outline-offset: 5px;
}

.vl-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(235px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  width: min(100% - 96px, 1372px);
  min-height: 104px;
  margin-inline: auto;
  direction: ltr;
  transition: min-height 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vl-header.is-scrolled {
  position: sticky;
  inset-block-start: 0;
  min-height: 76px;
  border-block-end: 1px solid var(--vl-line-soft);
  background: rgba(2, 2, 2, 0.92);
  backdrop-filter: blur(18px);
}

.vl-brand,
.vl-footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.vl-brand img,
.vl-footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.vl-brand-name,
.vl-footer-brand span {
  margin-inline-start: 16px;
  color: var(--vl-white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.34em;
  line-height: 1;
  white-space: nowrap;
}

.vl-brand-name small,
.vl-footer-brand small {
  color: #c8c8c8;
  font-size: 0.68em;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.vl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 3.3vw, 54px);
  direction: rtl;
  transform: translateX(140px);
}

[dir="ltr"] .vl-nav {
  direction: ltr;
}

.vl-nav a,
.vl-language-link {
  position: relative;
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.vl-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -11px;
  height: 1px;
  background: var(--vl-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.vl-nav a:hover,
.vl-language-link:hover {
  color: #ffffff;
}

.vl-nav a:hover::after {
  transform: scaleX(1);
}

.vl-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.vl-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--vl-orange);
  border-radius: 7px;
  background: var(--vl-orange);
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vl-store-button:hover {
  color: #ffffff;
  border-color: #ff7130;
  background: #ff7130;
  transform: translateY(-2px);
}

.vl-store-button:active {
  transform: translateY(0);
}

.vl-store-icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
}

.vl-store-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.vl-store-button b {
  font-weight: 700;
  white-space: nowrap;
}

.vl-store-button-header {
  min-width: 212px;
  min-height: 43px;
  padding: 10px 12px;
  font-size: 14px;
}

.vl-hero {
  position: relative;
}

.vl-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(470px, 44%) minmax(0, 56%);
  align-items: center;
  width: min(100%, 1372px);
  min-height: 820px;
  margin-inline: auto;
  padding-inline: clamp(68px, 7.2vw, 99px) 28px;
  direction: ltr;
}

[dir="ltr"] .vl-hero-stage {
  padding-inline: 28px clamp(68px, 7.2vw, 99px);
}

.vl-hero-copy {
  position: relative;
  top: -22px;
  z-index: 5;
  align-self: center;
  max-width: 560px;
  padding-block-end: 0;
  direction: rtl;
  text-align: left;
}

.vl-hero-copy > * {
  text-align: inherit;
}

[dir="ltr"] .vl-hero-copy {
  direction: ltr;
}

.vl-eyebrow {
  margin: 0 0 42px;
  color: var(--vl-orange);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.35;
}

.vl-hero h1 {
  max-width: 590px;
  margin: 0;
  color: var(--vl-white);
  font-size: clamp(54px, 4.65vw, 64px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.42;
}

[dir="rtl"] .vl-hero h1 {
  letter-spacing: -0.04em;
}

.vl-hero h1 span {
  display: block;
}

[dir="rtl"] .vl-hero h1 span {
  position: relative;
  left: 39px;
  width: 107.5%;
  white-space: nowrap;
  transform: scaleX(0.93);
  transform-origin: left center;
}

.vl-hero-lead {
  width: min(390px, 100%);
  max-width: 390px;
  margin: 30px auto 0 0;
  color: var(--vl-muted);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.65;
  white-space: pre-line;
}

.vl-store-button-hero {
  display: flex;
  min-width: 354px;
  width: 354px;
  min-height: 75px;
  margin-block-start: 46px;
  margin-right: auto;
  margin-left: 0;
  padding: 18px 26px;
  font-size: 23px;
}

.vl-store-button-hero .vl-store-icon svg {
  width: 31px;
  height: 31px;
}

.vl-media-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 760px;
  transform: translate3d(var(--vl-shift-x, 0), var(--vl-shift-y, 0), 0);
  transition: transform 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.vl-aperture-art {
  position: absolute;
  z-index: -1;
  inset-block-start: -10px;
  inset-inline-end: -122px;
  width: 1040px;
  height: 760px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0.62;
  filter: saturate(1.08) contrast(1.12) brightness(0.54);
  pointer-events: none;
  user-select: none;
}

.vl-video-shell {
  position: absolute;
  inset-block-start: 28px;
  inset-inline-end: -64px;
  width: min(58vw, 790px);
  height: 710px;
  overflow: hidden;
  border: 1px solid rgba(255, 90, 0, 0.74);
  background: #080503;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.7);
  clip-path: ellipse(61% 59% at 62% 50%);
  isolation: isolate;
}

.vl-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #080503;
  object-fit: cover;
  object-position: center;
  transform: scale(1.008);
}

.vl-video-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  clip-path: inherit;
  pointer-events: none;
}

.vl-video-interface {
  position: absolute;
  z-index: 4;
  inset-inline: 27% 12%;
  inset-block-end: 9%;
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) auto;
  align-items: center;
  gap: 13px;
  direction: ltr;
}

.vl-video-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(2, 2, 2, 0.72);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.vl-video-toggle:hover {
  border-color: var(--vl-orange);
  background: rgba(255, 90, 0, 0.85);
}

.vl-video-icon {
  display: inline-flex;
}

.vl-video-icon[hidden] {
  display: none;
}

.vl-video-icon svg {
  width: 17px;
  height: 17px;
}

.vl-video-progress {
  position: relative;
  height: 2px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.27);
}

.vl-video-progress span {
  display: block;
  width: var(--vl-progress, 0%);
  height: 100%;
  background: var(--vl-orange);
}

.vl-video-progress span::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: var(--vl-progress, 0%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vl-orange);
  transform: translate(-50%, -50%);
}

.vl-video-time {
  color: rgba(255, 255, 255, 0.82);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.vl-hud {
  position: absolute;
  z-index: 7;
  inset-block-start: 210px;
  display: flex;
  flex-direction: column;
  width: 42px;
  color: rgba(255, 255, 255, 0.58);
  direction: ltr;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  line-height: 1.4;
  pointer-events: none;
}

.vl-hud-start {
  inset-inline-start: 32px;
}

.vl-hud-end {
  inset-inline-end: 34px;
}

.vl-hud span {
  margin-block-start: 22px;
  color: rgba(255, 255, 255, 0.48);
}

.vl-hud span:first-child {
  margin-block-start: 0;
}

.vl-hud b {
  font-weight: 500;
}

.vl-hud i {
  display: block;
  width: 1px;
  height: 310px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.18);
}

.vl-exposure {
  position: absolute;
  z-index: 8;
  inset-inline-start: 39%;
  inset-block-end: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 310px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.58);
  direction: ltr;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  text-align: center;
}

.vl-exposure span,
.vl-exposure b {
  position: relative;
  padding-block-end: 17px;
  font-weight: 500;
}

.vl-exposure span::after,
.vl-exposure b::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-end: -7px;
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.48);
}

.vl-exposure b::after {
  inset-block-end: -16px;
  height: 31px;
  background: var(--vl-orange);
}

.vl-capabilities,
.vl-experience,
.vl-download,
.vl-footer {
  width: min(100% - 134px, 1238px);
  margin-inline: auto;
}

.vl-capabilities {
  padding-block: 0 clamp(96px, 10vw, 150px);
}

.vl-section-heading {
  width: min(100%, 430px);
  margin-inline-end: auto;
}

.vl-section-heading > p,
.vl-experience-intro > p:first-child,
.vl-download > div > p {
  margin: 0 0 14px;
  color: var(--vl-orange);
  font-size: 16px;
  font-weight: 500;
}

.vl-section-heading h2,
.vl-experience h2,
.vl-download h2 {
  margin: 0;
  color: var(--vl-white);
  font-size: clamp(38px, 3.15vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

[dir="rtl"] .vl-section-heading h2,
[dir="rtl"] .vl-experience h2,
[dir="rtl"] .vl-download h2 {
  letter-spacing: -0.015em;
}

.vl-capability-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block-start: 30px;
  border-block-end: 1px solid var(--vl-line);
}

.vl-capability-tabs button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 0;
  min-height: 64px;
  padding: 16px 0 23px;
  border: 0;
  background: transparent;
  color: #b8b5b2;
  font: inherit;
  text-align: start;
  cursor: pointer;
}

.vl-capability-tabs button:not(:last-child) {
  margin-inline-end: clamp(30px, 4vw, 64px);
}

.vl-capability-tabs button::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -1px;
  height: 2px;
  background: transparent;
}

.vl-capability-tabs button:hover {
  color: #ffffff;
}

.vl-capability-tabs button.is-active {
  color: var(--vl-orange);
}

.vl-capability-tabs button.is-active::after {
  background: var(--vl-orange);
}

.vl-capability-tabs span {
  overflow: hidden;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vl-capability-tabs small {
  color: currentColor;
  font-size: 12px;
  font-weight: 500;
}

.vl-capability-panels {
  position: relative;
  min-height: 590px;
  margin-block-start: 60px;
  overflow: hidden;
  border-block: 1px solid var(--vl-line-soft);
  background: var(--vl-panel);
}

.vl-capability-panel {
  position: relative;
  min-height: 590px;
  overflow: hidden;
}

.vl-capability-panel[hidden] {
  display: none;
}

.vl-capability-panel img {
  display: block;
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 300ms ease;
}

.vl-capability-panel.is-active img {
  transform: scale(1.018);
}

.vl-capability-panel > div {
  position: absolute;
  inset-inline-start: clamp(26px, 5vw, 72px);
  inset-block-end: clamp(28px, 5vw, 66px);
  max-width: 520px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 2, 2, 0.86);
  backdrop-filter: blur(16px);
}

.vl-capability-panel > div > span {
  color: var(--vl-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.vl-capability-panel h3 {
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
}

.vl-capability-panel p {
  max-width: 44ch;
  margin: 0;
  color: #cbc8c5;
  font-size: 17px;
  line-height: 1.8;
}

.vl-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(60px, 10vw, 150px);
  padding-block: clamp(108px, 12vw, 180px);
  border-block-start: 1px solid var(--vl-line-soft);
}

.vl-experience-intro > p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
}

.vl-experience-intro > p:first-child span {
  color: var(--vl-dim);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.vl-experience h2 {
  max-width: 550px;
  font-size: clamp(42px, 5vw, 70px);
}

.vl-experience-lead {
  max-width: 530px;
  margin: 28px 0 0;
  color: var(--vl-muted);
  font-size: 18px;
  line-height: 1.85;
}

.vl-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vl-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 28px;
  padding-block: 34px;
  border-block-end: 1px solid var(--vl-line);
}

.vl-steps li:first-child {
  padding-block-start: 0;
}

.vl-steps > li > span {
  color: var(--vl-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 2;
}

.vl-steps h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.25;
}

.vl-steps p {
  max-width: 54ch;
  margin: 0;
  color: var(--vl-muted);
  font-size: 15px;
  line-height: 1.85;
}

.vl-download {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  width: min(100% - 96px, 1276px);
  margin-block-end: clamp(90px, 10vw, 144px);
  padding: clamp(38px, 5vw, 70px);
  background: var(--vl-orange);
  color: #ffffff;
}

.vl-download > img {
  width: clamp(92px, 10vw, 136px);
  aspect-ratio: 1;
  border-radius: 24%;
  box-shadow: 0 18px 50px rgba(60, 20, 0, 0.24);
}

.vl-download > div > p {
  color: rgba(255, 255, 255, 0.78);
}

.vl-download h2 {
  color: #ffffff;
}

.vl-download > div > span {
  display: block;
  max-width: 680px;
  margin-block-start: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.vl-page .vl-store-button-download {
  min-width: 250px;
  min-height: 64px;
  padding: 16px 22px;
  border-color: #ffffff;
  background: #ffffff;
  color: #17100b;
  font-size: 18px;
}

.vl-page .vl-store-button-download:hover {
  border-color: #f3eee9;
  background: #f3eee9;
  color: #17100b;
}

.vl-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px 60px;
  padding-block: 42px 52px;
  border-block-start: 1px solid var(--vl-line);
}

.vl-footer-brand img {
  width: 34px;
  height: 34px;
}

.vl-footer-brand span {
  font-size: 16px;
}

.vl-footer > p {
  margin: 0;
  color: var(--vl-dim);
  font-size: 12px;
}

.vl-footer > p:first-of-type {
  align-self: start;
}

.vl-footer > p:last-child {
  text-align: end;
}

.vl-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.vl-footer nav a {
  color: var(--vl-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.vl-footer nav a:hover {
  color: #ffffff;
}

.js .vl-page.is-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js .vl-page.is-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .vl-header {
    grid-template-columns: minmax(210px, 1fr) auto;
    width: min(100% - 56px, 1080px);
  }

  .vl-nav {
    display: none;
  }

  .vl-hero-stage {
    grid-template-columns: minmax(390px, 43%) minmax(0, 57%);
    padding-inline: 56px 20px;
  }

  [dir="ltr"] .vl-hero-stage {
    padding-inline: 20px 56px;
  }

  .vl-aperture-art {
    inset-inline-end: -220px;
  }

  .vl-video-shell {
    inset-inline-end: -4px;
    width: min(56vw, 650px);
  }

  .vl-hud {
    display: none;
  }

  .vl-exposure {
    inset-inline-start: 42%;
  }
}

@media (max-width: 900px) {
  .vl-header {
    min-height: 82px;
  }

  .vl-brand-name {
    font-size: 16px;
  }

  .vl-header-actions {
    gap: 20px;
  }

  .vl-store-button-header {
    min-width: auto;
  }

  .vl-hero-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 76px 40px 44px;
  }

  [dir="ltr"] .vl-hero-stage {
    padding: 76px 40px 44px;
  }

  .vl-hero-copy {
    top: 0;
    max-width: 650px;
    padding-block-end: 54px;
  }

  .vl-hero h1 {
    max-width: 650px;
  }

  .vl-media-stage {
    min-height: min(66vw, 570px);
  }

  .vl-aperture-art {
    inset-block-start: -52px;
    inset-inline-end: -170px;
    width: min(132vw, 1050px);
    height: min(84vw, 670px);
  }

  .vl-video-shell {
    inset-block-start: 54px;
    inset-inline: auto;
    right: auto;
    left: 50%;
    width: min(88vw, 700px);
    height: auto;
    aspect-ratio: 16 / 10;
    clip-path: ellipse(61% 59% at 55% 50%);
    transform: translateX(-50%);
  }

  [dir="rtl"] .vl-video-shell {
    transform: translateX(-50%);
  }

  .vl-exposure {
    inset-inline-start: 50%;
    inset-block-end: 2px;
    transform: translateX(-50%);
  }

  [dir="rtl"] .vl-exposure {
    transform: translateX(50%);
  }

  .vl-capabilities,
  .vl-experience,
  .vl-footer {
    width: min(100% - 80px, 820px);
  }

  .vl-capability-tabs button:not(:last-child) {
    margin-inline-end: 24px;
  }

  .vl-experience {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .vl-download {
    grid-template-columns: auto 1fr;
    width: min(100% - 64px, 836px);
  }

  .vl-store-button-download {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 680px) {
  .vl-header {
    grid-template-columns: 1fr auto;
    width: min(100% - 36px, 640px);
    min-height: 72px;
  }

  .vl-header.is-scrolled {
    min-height: 66px;
  }

  .vl-brand img {
    width: 30px;
    height: 30px;
  }

  .vl-brand-name {
    margin-inline-start: 11px;
    font-size: 14px;
    letter-spacing: 0.24em;
  }

  .vl-header-actions {
    gap: 14px;
  }

  .vl-language-link {
    font-size: 13px;
  }

  .vl-store-button-header {
    display: none;
  }

  .vl-hero-stage {
    padding: 60px 20px 30px;
  }

  [dir="ltr"] .vl-hero-stage {
    padding: 60px 20px 30px;
  }

  .vl-hero-copy {
    padding-block-end: 46px;
  }

  .vl-eyebrow {
    margin-block-end: 28px;
    font-size: 14px;
  }

  .vl-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.14;
  }

  [dir="rtl"] .vl-hero h1 span {
    left: auto;
    width: auto;
    white-space: normal;
    transform: none;
  }

  .vl-hero-lead {
    margin-block-start: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .vl-store-button-hero {
    width: calc(100vw - 40px);
    max-width: 100%;
    min-width: 0;
    min-height: 60px;
    margin-block-start: 34px;
    font-size: 18px;
  }

  .vl-store-button-hero .vl-store-icon svg {
    width: 25px;
    height: 25px;
  }

  .vl-media-stage {
    min-height: min(72vw, 360px);
  }

  .vl-aperture-art {
    inset-block-start: -20px;
    inset-inline-end: -150px;
    width: 760px;
    height: 400px;
    opacity: 0.76;
  }

  .vl-video-shell {
    inset-block-start: 36px;
    right: auto;
    left: 50%;
    width: calc(100vw - 40px);
  }

  .vl-video-interface {
    inset-inline: 10%;
    inset-block-end: 11%;
  }

  .vl-video-toggle {
    width: 36px;
    height: 36px;
  }

  .vl-video-time {
    display: none;
  }

  .vl-video-interface {
    grid-template-columns: auto 1fr;
  }

  .vl-exposure {
    display: none;
  }

  .vl-capabilities,
  .vl-experience,
  .vl-footer {
    width: calc(100% - 40px);
  }

  .vl-capabilities {
    padding-block-start: 42px;
  }

  .vl-section-heading {
    width: 100%;
  }

  .vl-section-heading h2,
  .vl-download h2 {
    font-size: 34px;
  }

  .vl-capability-tabs {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 46vw);
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .vl-capability-tabs::-webkit-scrollbar {
    display: none;
  }

  .vl-capability-tabs button {
    min-height: 72px;
    scroll-snap-align: start;
  }

  .vl-capability-tabs button:not(:last-child) {
    margin-inline-end: 28px;
  }

  .vl-capability-tabs span {
    font-size: 17px;
  }

  .vl-capability-panels,
  .vl-capability-panel {
    min-height: 500px;
  }

  .vl-capability-panel img {
    height: 500px;
  }

  .vl-capability-panel > div {
    inset-inline: 18px;
    inset-block-end: 18px;
  }

  .vl-capability-panel h3 {
    font-size: 34px;
  }

  .vl-capability-panel p {
    font-size: 15px;
  }

  .vl-experience {
    gap: 52px;
    padding-block: 96px;
  }

  .vl-experience h2 {
    font-size: 44px;
  }

  .vl-steps li {
    grid-template-columns: 36px 1fr;
    gap: 16px;
  }

  .vl-download {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    padding: 34px 24px;
    text-align: center;
  }

  .vl-download > img {
    width: 92px;
    margin-inline: auto;
  }

  .vl-download > div > span {
    font-size: 14px;
  }

  .vl-store-button-download {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .vl-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vl-footer nav {
    justify-content: flex-start;
  }

  .vl-footer > p:last-child {
    text-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vl-page *,
  .vl-page *::before,
  .vl-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .vl-media-stage {
    transform: none !important;
  }

  .js .vl-page.is-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
