/**
 * Voltis Labs Studios - original agency homepage.
 * Layout rhythm inspired by editorial agency homepages (huge type, dark canvas,
 * stacked services, featured-work cards). Not a port of third-party CSS.
 */

@import url("./voltis-font-vars.css");

.vl-st-page {
  --st-orange: #ff6a2b;
  --st-ink: #0b0b0c;
  --st-canvas: #0a0a0b;
  --st-panel: #111113;
  --st-cream: #f4efe9;
  --st-muted: rgba(244, 239, 233, 0.72);
  --st-line: rgba(244, 239, 233, 0.22);
  --st-pad: clamp(1.15rem, 3.2vw, 2.4rem);
  --st-above-stats-gap: calc(clamp(1.75rem, 4vw, 2.75rem) + clamp(0.44rem, 1vw, 0.81rem));
  --font-primary: "voltis", sans-serif;
  --font-secondary: "jubilat-variable", "Iowan Old Style", Georgia, serif;
  --color-accent: var(--st-orange);
  --color-text: var(--st-cream);
  --vl-red-pour-base: #f4efe9;
  --vl-red-pour-accent: var(--st-orange);
  background: var(--st-canvas);
  color: var(--st-cream);
}

/* White-scroll inverts the rest of the site to black-on-white. Agency stays dark. */
body.vl-st-page.vl-theme-middle,
body.vl-st-page.vl-theme-middle .vl-st {
  --color-background: var(--st-canvas);
  --color-text: var(--st-cream);
  --color-accent: var(--st-orange);
  --vl-red-pour-base: #f4efe9;
  --vl-red-pour-accent: var(--st-orange);
  background-color: var(--st-canvas);
  color: var(--st-cream);
}

body.vl-st-page.vl-theme-middle .vl-st-cta {
  color: var(--st-ink);
}

body.vl-st-page.vl-theme-middle .vl-st-cta h2 {
  color: var(--st-ink);
  -webkit-text-fill-color: var(--st-ink);
  background-image: none;
}

/* Kill Labs red-pour on Agency headings; paint display titles orange. */
body.vl-st-page main h2,
body.vl-st-page main h2:hover,
body.vl-st-page main h2:focus-visible,
body.vl-st-page.vl-theme-middle main h2,
body.vl-st-page.vl-theme-middle main h2:hover,
body.vl-st-page.vl-theme-middle main h2:focus-visible {
  background-image: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

body.vl-st-page .vl-st-about__title,
body.vl-st-page .vl-st-about__title em,
body.vl-st-page .vl-st-about__title:hover,
body.vl-st-page .vl-st-about__title:focus-visible,
body.vl-st-page .vl-st-clients__title,
body.vl-st-page .vl-st-clients__title em,
body.vl-st-page .vl-st-clients__title:hover,
body.vl-st-page .vl-st-news__title,
body.vl-st-page .vl-st-news__title:hover {
  color: var(--st-orange) !important;
  -webkit-text-fill-color: var(--st-orange) !important;
}

body.vl-st-page .vl-st-manifesto__title,
body.vl-st-page .vl-st-manifesto__title:hover,
body.vl-st-page .vl-st-work-sec__title,
body.vl-st-page .vl-st-work-sec__title:hover {
  color: var(--st-cream) !important;
  -webkit-text-fill-color: var(--st-cream) !important;
}

body.vl-st-page .vl-st-cta h2,
body.vl-st-page .vl-st-cta h2:hover,
body.vl-st-page .vl-st-cta h2:focus-visible,
body.vl-st-page.vl-theme-middle .vl-st-cta h2,
body.vl-st-page.vl-theme-middle .vl-st-cta h2:hover {
  color: var(--st-ink) !important;
  -webkit-text-fill-color: var(--st-ink) !important;
  background-image: none !important;
}

/* Blur on the bar row only. Filter / backdrop-filter on `.header` makes
 * `position:fixed` `.header__navigation-mobile` size to the header box, so
 * the drawer never covers the page and hamburger taps look dead. */
.vl-st-page .header {
  background: transparent;
  overflow: visible;
  transform: none;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vl-st-page .header .header__container {
  background: rgba(11, 11, 12, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vl-st-page .footer {
  background: var(--st-ink);
  color: var(--st-cream);
}

.vl-st {
  font-family: var(--font-primary);
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.vl-st a {
  color: inherit;
}

.vl-st img,
.vl-st video {
  max-width: 100%;
  display: block;
}

.vl-st-kicker {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-muted);
}

/* -- Hero (full-viewport orange, type parked at the bottom) -- */
.vl-st-hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(100svh - var(--vl-site-header-offset, 5.75rem));
  min-height: calc(100dvh - var(--vl-site-header-offset, 5.75rem));
  padding: clamp(1.6rem, 4vw, 2.6rem) var(--st-pad) clamp(1.4rem, 3vw, 2.2rem);
  background: var(--st-orange);
  color: #fff;
  overflow: hidden;
  margin-bottom: 0;
}

.vl-st-hero,
.vl-st-hero .vl-st-hero__eyebrow,
.vl-st-hero .vl-st-hero__title,
.vl-st-hero .vl-st-hero__line,
.vl-st-hero .vl-st-hero__scroll,
.vl-st-hero .vl-st-hero__char,
.vl-st-hero .vl-st-hero__lead,
.vl-st-hero .vl-st-hero__path,
.vl-st-hero .vl-st-hero__take,
body.vl-st-page.vl-theme-middle .vl-st-hero,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__eyebrow,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__title,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__line,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__scroll,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__char,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__lead,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__path,
body.vl-st-page.vl-theme-middle .vl-st-hero .vl-st-hero__take {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background-image: none;
}

.vl-st-hero--sites {
  background: #0a0a0b;
  color: #fff;
}

.vl-st-hero--sites .vl-sites-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: 0;
}

.vl-st-hero--sites .vl-sites-slider img,
.vl-st-sites .vl-sites-slider img {
  max-width: none;
}

.vl-st-hero--sites .vl-st-hero__eyebrow,
.vl-st-hero--sites .vl-st-hero__title,
.vl-st-hero--sites .vl-st-hero__foot {
  position: relative;
  z-index: 4;
}

.vl-st-hero--sites .vl-st-hero__eyebrow,
.vl-st-hero--sites .vl-st-hero__title,
.vl-st-hero--sites .vl-st-hero__line,
.vl-st-hero--sites .vl-st-hero__scroll,
.vl-st-hero--sites .vl-st-hero__char {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}

.vl-st-hero--sites .vl-st-hero__foot {
  z-index: 6;
}

html body.vl-st-page a.vl-liquid-btn.vl-st-btn,
html body.vl-st-page a.vl-liquid-btn.vl-st-btn .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost),
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost) .vl-liquid-btn__text {
  --liquid-button-color: #fff;
  --liquid-button-background-color: #0b0c0e;
  background: #0b0c0e !important;
  border-color: #0b0c0e !important;
  color: var(--st-orange) !important;
  -webkit-text-fill-color: var(--st-orange) !important;
}

html body.vl-st-page a.vl-liquid-btn.vl-st-btn .vl-liquid-btn__fill,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn .vl-liquid-btn__fill {
  background: #0b0c0e !important;
}

html body.vl-st-page a.vl-liquid-btn.vl-st-btn:hover,
html body.vl-st-page a.vl-liquid-btn.vl-st-btn:focus-visible,
html body.vl-st-page a.vl-liquid-btn.vl-st-btn:hover .vl-liquid-btn__text,
html body.vl-st-page a.vl-liquid-btn.vl-st-btn:focus-visible .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:hover,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:focus-visible,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:hover .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:focus-visible .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):hover,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):focus-visible,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):hover .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle a.vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):focus-visible .vl-liquid-btn__text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.vl-sites-slider--hero .vl-sites-slider__caption {
  top: clamp(1.15rem, 3vw, 2rem);
  bottom: auto;
  left: auto;
  right: clamp(1.1rem, 3.2vw, 2.2rem);
  text-align: right;
}

.vl-sites-slider--hero .vl-sites-slider__dots {
  bottom: clamp(5.8rem, 14vw, 8.5rem);
}

.vl-st-hero__eyebrow {
  margin: 0 0 1.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vl-st-hero__title {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: clamp(3.4rem, 13.5vw, 11.25rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-wrap: balance;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.vl-st-hero__title--long {
  font-size: clamp(2.15rem, 6.5vw, 5.85rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  max-width: 100%;
}

.vl-st-hero__lead,
.vl-st-hero__path,
.vl-st-hero__take {
  margin: 0;
  max-width: 42rem;
}

.vl-st-hero__lead {
  margin-top: 1.15rem;
  font-size: clamp(1.05rem, 1.85vw, 1.38rem);
  line-height: 1.4;
  font-weight: 550;
}

.vl-st-hero__path {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65em;
  margin-top: 0.7rem;
  max-width: none;
  font-size: clamp(0.92rem, 1.45vw, 1.12rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.vl-st-hero__path-chevron {
  display: block;
  flex: 0 0 auto;
  width: 0.42em;
  height: 0.62em;
  background: #fff;
  clip-path: polygon(0 8%, 100% 50%, 0 92%);
}

.vl-st-hero__take {
  margin-top: 0.45rem;
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  line-height: 1.4;
  color: #fff;
  opacity: 0.86;
}

.vl-st-hero__line {
  display: block;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.vl-st-hero__line--studio {
  font-family: var(--font-secondary);
  font-style: italic;
  font-weight: 450;
  letter-spacing: -0.04em;
}

.vl-st-hero__char {
  display: inline-block;
  will-change: transform, opacity;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

html.js .vl-st-hero.is-pending .vl-st-hero__char {
  opacity: 0;
  transform: translateY(0.42em);
}

html.js .vl-st-hero.is-in .vl-st-hero__char {
  animation: vl-st-rise 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes vl-st-rise {
  from {
    opacity: 0;
    transform: translateY(0.42em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vl-st-hero__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(1.6rem, 4vw, 3rem);
}

html body.vl-st-page .vl-liquid-btn.vl-st-btn,
html body.vl-st-page .vl-liquid-btn.vl-st-btn .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost),
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost) .vl-liquid-btn__text {
  --liquid-button-color: var(--st-orange);
  --liquid-button-background-color: var(--st-ink);
  border-color: var(--st-ink) !important;
  color: var(--st-orange) !important;
  -webkit-text-fill-color: var(--st-orange) !important;
  box-shadow: none !important;
}

html body.vl-st-page .vl-liquid-btn.vl-st-btn .vl-liquid-btn__fill {
  background: var(--st-ink);
}

html body.vl-st-page .vl-liquid-btn.vl-st-btn:hover,
html body.vl-st-page .vl-liquid-btn.vl-st-btn:focus-visible,
html body.vl-st-page .vl-liquid-btn.vl-st-btn:hover .vl-liquid-btn__text,
html body.vl-st-page .vl-liquid-btn.vl-st-btn:focus-visible .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):hover,
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):focus-visible,
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):hover .vl-liquid-btn__text,
html body.vl-st-page.vl-theme-middle .vl-liquid-btn.vl-st-btn:not(.vl-liquid-btn--ghost):focus-visible .vl-liquid-btn__text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.vl-st-hero__scroll {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Client websites under the type hero (horizontal scroll, not a slider) */
.vl-st-sites-rail {
  background: var(--st-canvas);
  color: var(--st-cream);
  padding: clamp(1.25rem, 3.2vw, 2rem) var(--st-pad) clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: clamp(0.44rem, 1vw, 0.81rem);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: clip;
  contain: inline-size;
}

.vl-st-sites-rail .vl-home-trust__clients {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.65rem, 1.8vw, 1rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.vl-st-sites-rail .vl-home-trust__clients::-webkit-scrollbar {
  display: none;
}

.vl-st-sites-rail .vl-home-trust__client {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 0.4rem;
  width: clamp(14rem, 28vw, 22rem);
  min-width: clamp(14rem, 28vw, 22rem);
  text-decoration: none;
  color: var(--st-cream);
  border-radius: 10px;
}

.vl-st-sites-rail .vl-home-trust__client img {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  background: #141416;
  box-sizing: border-box;
}

.vl-st-sites-rail .vl-home-trust__client-name {
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  line-height: 1.3;
  color: var(--st-cream);
  opacity: 0.72;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.vl-st-sites-rail .vl-home-trust__client-kind {
  display: block;
  margin-top: -0.15rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-muted);
  text-align: center;
}

.vl-st-sites-rail .vl-home-trust__client:hover .vl-home-trust__client-name,
.vl-st-sites-rail .vl-home-trust__client:focus-visible .vl-home-trust__client-name {
  opacity: 1;
  color: var(--st-orange);
}

.vl-st-sites-rail .vl-home-trust__client:hover .vl-home-trust__client-kind,
.vl-st-sites-rail .vl-home-trust__client:focus-visible .vl-home-trust__client-kind {
  color: var(--st-orange);
}

.vl-st-sites-rail .vl-home-trust__client {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.vl-site-hover-preview {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, -100%, 0) scale(0.96);
  transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.vl-site-hover-preview.is-on {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, -100%, 0) scale(1);
}

.vl-site-hover-preview.is-on.is-below {
  transform: translate3d(-50%, 0, 0) scale(1);
}

.vl-site-hover-preview img {
  display: block;
  width: min(72vw, 52rem);
  height: auto;
  max-height: min(62vh, 32rem);
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top center;
  background: #0b0b0c;
  border-radius: 12px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.48);
}

@media (hover: none), (pointer: coarse) {
  .vl-site-hover-preview {
    display: none !important;
  }
}

/* -- Manifesto -- */
.vl-st-manifesto {
  padding: 0 0 clamp(0.44rem, 1vw, 0.81rem);
  background: var(--st-canvas);
  border: 0;
  box-shadow: none;
}

/* Single canvas gap under the grey stats band (matches sites-rail padding-bottom). */
.vl-st-stats-gap {
  display: block !important;
  flex: none;
  width: 100%;
  height: clamp(1.75rem, 4vw, 2.75rem) !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  background: var(--st-canvas);
  border: 0;
  pointer-events: none;
}

.vl-st-stats-gap span {
  display: block;
  height: 100%;
}

body.vl-st-page .vl-st-manifesto h2::before,
body.vl-st-page .vl-st-manifesto h2::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

.vl-st-manifesto > .vl-st-kicker,
.vl-st-manifesto__kicker {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 92rem;
  min-height: calc(0.78rem * 1.2 + 1rem);
  margin: 0 auto;
  padding: 0.5rem var(--st-pad);
  border-top: 0;
  border-bottom: 1px solid var(--st-line);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-muted);
}

.vl-st-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: start;
  max-width: 92rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 1.85rem) var(--st-pad) 0;
}

.vl-st-manifesto__title {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: clamp(2.1rem, 4.6vw, 4.35rem);
  font-weight: 450;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
  background-image: none;
}

.vl-st-manifesto__copy {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.45;
  color: var(--st-cream);
}

.vl-st-manifesto__copy strong {
  font-weight: 650;
  color: var(--st-orange);
}

.vl-st-manifesto__title--story {
  font-size: clamp(1.55rem, 3.2vw, 2.75rem);
  line-height: 1.12;
  max-width: 22ch;
}

.vl-st-arms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.75rem;
  margin: 0 0 1.15rem;
}

.vl-st-arms h3 {
  margin: 0 0 0.28rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--st-orange);
}

.vl-st-arms p {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.35;
  color: var(--st-cream);
}

.vl-st-manifesto__join {
  margin: 0 0 1.75rem;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.4;
  color: var(--st-cream);
}

.vl-st-diff {
  margin-top: 0.35rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--st-line);
}

.vl-st-diff__aside {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  color: var(--st-muted);
}

.vl-st-diff__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-secondary);
  font-size: clamp(1.7rem, 3.6vw, 2.85rem);
  font-weight: 450;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--st-cream);
}

.vl-st-diff__copy,
.vl-st-diff__names {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.45;
  color: var(--st-cream);
}

.vl-st-diff__names {
  margin-bottom: 0;
  color: var(--st-orange);
  font-weight: 550;
}

.vl-st-stats {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  min-height: 0;
  background: var(--st-panel);
  color: var(--st-cream);
  border: 0;
  overflow-x: clip;
}

/* Grey band (equal pad) then one spacer, then WHO WE ARE. No stacked margin/padding. */
body.vl-st-page .vl-st-stats {
  margin: 0 !important;
  padding-top: clamp(1.75rem, 4vw, 2.75rem) !important;
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem) !important;
  background: var(--st-panel);
  width: 100%;
  max-width: none !important;
}

body.vl-st-page .vl-st-stats__row {
  width: 100%;
  max-width: none !important;
}

body.vl-st-page .vl-st-stats-gap {
  display: block !important;
  flex: none;
  height: clamp(1.75rem, 4vw, 2.75rem) !important;
  min-height: 0 !important;
  background: var(--st-canvas);
}

body.vl-st-page .vl-st-manifesto {
  padding-top: 0 !important;
  background: var(--st-canvas);
}

.vl-st-stats__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0 var(--st-pad);
  box-sizing: border-box;
  gap: 0;
}

.vl-st-stats__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  gap: 0.2rem;
}

.vl-st-stats__value {
  font-size: clamp(1.7rem, 3.4vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--st-cream);
}

.vl-st-stats__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-muted);
}

.vl-st-product-names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  max-width: 92rem;
  margin: 0 auto 1.75rem;
  padding: 0;
  list-style: none;
}

.vl-st-product-names a {
  color: var(--st-cream);
  font-size: clamp(1.12rem, 2.2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.vl-st-product-names a:hover,
.vl-st-product-names a:focus-visible {
  color: var(--st-orange);
}

/* -- Services -- */
.vl-st-services {
  padding: clamp(0.44rem, 1vw, 0.81rem) var(--st-pad) clamp(4rem, 10vw, 7rem);
  background: var(--st-canvas);
}

.vl-st-services__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  max-width: 92rem;
  margin: 0 auto 0.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--st-line);
}

.vl-st-services__list {
  max-width: 92rem;
  margin: 0 auto;
}

.vl-st-service {
  border-bottom: 1px solid var(--st-line);
  min-width: 0;
  max-width: 100%;
}

.vl-st-service__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.vl-st-service[open] .vl-st-service__panel {
  grid-template-rows: 1fr;
}

.vl-st-service.is-closing .vl-st-service__panel,
.vl-st-service[open].is-closing .vl-st-service__panel {
  grid-template-rows: 0fr;
}

.vl-st-service__panel > .vl-st-service__body {
  overflow: hidden;
  min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
  .vl-st-service__panel {
    transition-duration: 0.01ms;
  }
}

.vl-st-service summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 0.85rem 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.7rem) 0;
  cursor: pointer;
  list-style: none;
}

.vl-st-service summary::-webkit-details-marker {
  display: none;
}

.vl-st-service__num {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--st-muted);
}

.vl-st-service__name {
  font-family: var(--font-primary);
  font-size: clamp(1.85rem, 5.2vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
  background: none;
}

.vl-st-service__toggle {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--st-line);
  border-radius: 999px;
  position: relative;
  align-self: center;
}

.vl-st-service__toggle::before,
.vl-st-service__toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0.85rem;
  height: 1.5px;
  background: var(--st-cream);
  transform: translate(-50%, -50%);
}

.vl-st-service__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.vl-st-service[open] .vl-st-service__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.vl-st-service__body {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  padding: 0 0 clamp(1.6rem, 3vw, 2.4rem) 0;
  max-width: 72rem;
  margin-left: auto;
}

.vl-st-service__lede {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--st-muted);
}

.vl-st-service__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.vl-st-service__items li {
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--st-line);
  font-size: 0.98rem;
  color: var(--st-cream);
}

.vl-st-service__items li:last-child {
  border-bottom: 0;
}

/* -- Featured work -- */
.vl-st-work-sec {
  padding: clamp(3.5rem, 8vw, 6.5rem) var(--st-pad);
  margin-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
  background: var(--st-ink);
}

.vl-st-work-sec__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  max-width: 92rem;
  margin: 0 auto 1.75rem;
}

.vl-st-work-sec__title {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
  background-image: none;
}

.vl-st-text-link {
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.12rem;
}

.vl-st-text-link:hover,
.vl-st-text-link:focus-visible {
  color: var(--st-orange);
}

.vl-st-work-sec__head--core {
  margin-top: clamp(2.75rem, 5.5vw, 4.25rem);
  margin-bottom: 1.35rem;
}

.vl-st-work-sec__title--core {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}

.vl-st-work-sites {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.4vw, 2.1rem) clamp(0.95rem, 1.8vw, 1.5rem);
  max-width: 92rem;
  margin: 0 auto;
}

.vl-st-work-apps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 1.75rem) clamp(0.75rem, 1.4vw, 1.15rem);
  max-width: 92rem;
  margin: 0 auto;
  align-items: start;
}

.vl-st-work {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: visible;
  background: transparent;
  min-height: 0;
}

.vl-st-work__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #161616;
}

.vl-st-work--site .vl-st-work__media {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.vl-st-work--app {
  align-items: flex-start;
}

.vl-st-work--app .vl-st-work__media {
  width: 4.5rem;
  height: 4.5rem;
  flex: none;
  aspect-ratio: 1 / 1;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.5);
  overflow: visible;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.vl-st-work__media img,
.vl-st-work__media video {
  width: 100%;
  height: 100%;
}

.vl-st-work--site .vl-st-work__media img {
  object-fit: cover;
  object-position: top center;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.vl-st-work--site:hover .vl-st-work__media img,
.vl-st-work--site:focus-visible .vl-st-work__media img {
  transform: scale(1.08);
}

.vl-st-work--app .vl-st-work__media img {
  display: block;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  padding: 0.5rem;
  transform: none;
  border-radius: 0.55rem;
  clip-path: none;
}

.vl-st-work--app:hover .vl-st-work__media,
.vl-st-work--app:focus-visible .vl-st-work__media {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.62);
  border-radius: 0.75rem;
  overflow: visible;
  clip-path: none;
}

.vl-st-work--app:hover .vl-st-work__media img,
.vl-st-work--app:focus-visible .vl-st-work__media img {
  border-radius: 0.55rem;
  clip-path: none;
  transform: none;
}

.vl-st-work__shade {
  display: none;
}

.vl-st-work__meta {
  position: static;
  padding: 0.85rem 0.1rem 0;
}

.vl-st-work__tag {
  display: block;
  margin: 0 0 0.28rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-muted);
}

.vl-st-work__name {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
  background-image: none;
}

.vl-st-work--app .vl-st-work__name {
  font-size: clamp(0.88rem, 1.35vw, 1.08rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.vl-st-work:hover .vl-st-work__name,
.vl-st-work:focus-visible .vl-st-work__name {
  color: var(--st-orange);
  -webkit-text-fill-color: var(--st-orange);
}

/* -- Clients -- */
.vl-st-clients {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
  background: var(--st-canvas);
  overflow: hidden;
}

.vl-st-clients__intro {
  padding: 0 var(--st-pad);
  max-width: 92rem;
  margin: 0 auto 2rem;
}

.vl-st-clients__title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.94;
  color: var(--st-orange);
  -webkit-text-fill-color: var(--st-orange);
  background-image: none;
}

.vl-st-clients__title em {
  font-family: var(--font-secondary);
  font-style: italic;
  font-weight: 450;
  color: var(--st-orange);
}

.vl-st-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.vl-st-marquee__track {
  display: flex;
  gap: clamp(1.6rem, 4vw, 3.2rem);
  width: max-content;
  animation: vl-st-marquee 38s linear infinite;
  padding: 0.4rem 0 1.4rem;
}

.vl-st-marquee__item {
  flex: none;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: var(--st-muted);
}

.vl-st-sites {
  display: block;
  max-width: 92rem;
  margin: 0 auto;
  padding: 0 var(--st-pad);
}

.vl-st-sites figure {
  margin: 0;
  background: #141416;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vl-st-sites figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.92);
  transition: transform 0.6s ease, filter 0.6s ease;
}

.vl-st-sites .vl-sites-slider__slide img {
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.vl-st-sites figcaption {
  padding: 0.55rem 0.7rem 0.7rem;
  font-size: 0.78rem;
  color: var(--st-muted);
}

/* -- About -- */
.vl-st-about {
  padding: clamp(4rem, 10vw, 7.5rem) var(--st-pad);
  margin-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
  background: var(--st-ink);
}

.vl-st-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 92rem;
  margin: 0 auto;
}

.vl-st-about__title {
  margin: 0 0 1.1rem;
  font-size: clamp(2.6rem, 6.4vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--st-orange);
  -webkit-text-fill-color: var(--st-orange);
  background-image: none;
}

.vl-st-about__title em {
  display: block;
  font-family: var(--font-secondary);
  font-style: italic;
  font-weight: 450;
  color: var(--st-orange);
  -webkit-text-fill-color: var(--st-orange);
}

.vl-st-about__copy {
  margin: 0 0 1.35rem;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--st-muted);
}

.vl-st-about__photo {
  margin: 0;
  overflow: hidden;
  background: #161616;
}

.vl-st-about__photo img {
  width: 100%;
  height: min(72vw, 34rem);
  object-fit: cover;
  object-position: center 22%;
}

/* -- News -- */
.vl-st-news {
  padding: clamp(3.5rem, 8vw, 6.5rem) var(--st-pad) 2rem;
  background: var(--st-canvas);
}

.vl-st-news__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  max-width: 92rem;
  margin: 0 auto 1.5rem;
}

.vl-st-news__title {
  margin: 0;
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.94;
  color: var(--st-orange);
  -webkit-text-fill-color: var(--st-orange);
  background-image: none;
}

.vl-st-news__lede {
  margin: 0.45rem 0 0;
  max-width: 34rem;
  color: var(--st-muted);
}

.vl-st-news__list {
  max-width: 92rem;
  margin: 0 auto;
}

.vl-st-news__item {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  gap: 1rem 1.4rem;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid var(--st-line);
  text-decoration: none;
}

.vl-st-news__item:last-child {
  border-bottom: 1px solid var(--st-line);
}

.vl-st-news__cat {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-muted);
}

.vl-st-news__item h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2.1vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.vl-st-news__item:hover h3,
.vl-st-news__item:focus-visible h3 {
  color: var(--st-orange);
}

.vl-st-news__go {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-muted);
}

/* -- Contact CTA -- */
.vl-st-cta {
  margin: var(--st-pad);
  padding: clamp(3.5rem, 10vw, 7rem) var(--st-pad);
  background: var(--st-orange);
  color: var(--st-ink);
}

.vl-st-cta__inner {
  max-width: 92rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
}

.vl-st-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 8.2rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.vl-st-cta h2 em {
  display: block;
  font-family: var(--font-secondary);
  font-style: italic;
  font-weight: 450;
}

.vl-st-cta p {
  margin: 0;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.45;
}

.vl-st-note {
  max-width: 92rem;
  margin: 0 auto;
  padding: 1.5rem var(--st-pad) 3rem;
  font-size: 0.92rem;
  color: var(--st-muted);
}

.vl-st-intake {
  margin: 0 var(--st-pad) var(--st-pad);
  padding: clamp(3rem, 8vw, 5.5rem) var(--st-pad);
  background: var(--st-panel);
  color: var(--st-cream);
  scroll-margin-top: 5.5rem;
}

.vl-st-intake__inner {
  max-width: 46rem;
  margin: 0 auto;
}

.vl-st-intake h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.vl-st-intake__lead {
  margin: 0 0 1.75rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--st-muted);
}

.vl-st-intake__opt {
  font-weight: 450;
  opacity: 0.7;
}

.vl-st-intake-form {
  max-width: none;
}

.vl-st-intake-form input[type="url"],
.vl-st-intake-form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.18);
  color: inherit;
  font: inherit;
  line-height: 1.4;
}

html body.vl-st-page .vl-st-intake-form select,
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  cursor: pointer;
  padding: 0.65rem 2.25rem 0.65rem 0.85rem;
  border: 1px solid var(--st-orange);
  background-color: var(--st-ink);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f4efe9' d='M1 1.2h10L6 6.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.05rem center;
  background-size: 0.75rem 0.5rem;
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
}

html body.vl-st-page .vl-st-intake-form select:has(option[value=""]:checked),
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select:has(option[value=""]:checked) {
  color: var(--st-muted);
  -webkit-text-fill-color: var(--st-muted);
}

html body.vl-st-page .vl-st-intake-form select option,
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select option {
  background-color: var(--st-panel);
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
}

html body.vl-st-page .vl-st-intake-form select option[value=""],
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select option[value=""] {
  color: var(--st-muted);
  -webkit-text-fill-color: var(--st-muted);
}

html body.vl-st-page .vl-st-intake-form select option:checked,
html body.vl-st-page .vl-st-intake-form select option:hover,
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select option:checked,
html body.vl-st-page.vl-theme-middle .vl-st-intake-form select option:hover {
  background-color: color-mix(in srgb, var(--st-orange) 78%, var(--st-ink));
  color: var(--st-cream);
  -webkit-text-fill-color: var(--st-cream);
}

.vl-st-intake-form select:focus,
.vl-st-intake-form input[type="url"]:focus {
  outline: 2px solid color-mix(in srgb, var(--st-orange) 70%, transparent);
  outline-offset: 1px;
}

.vl-st-intake__needs {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
}

.vl-st-intake__needs legend {
  margin-bottom: 0.55rem;
  font-size: 0.9375rem;
}

.vl-st-intake__checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
}

.vl-st-intake__checks label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.95rem;
  cursor: pointer;
}

.vl-st-intake__status {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.vl-st-intake__status--error {
  color: #ffb4a2;
}

.vl-st-intake__status--ok {
  color: #c8e6c0;
}

.vl-st-intake__status--busy {
  opacity: 0.85;
}

.vl-st-intake-form .vl-contact-form__actions .vl-liquid-btn[disabled] {
  opacity: 0.55;
  pointer-events: none;
}

body.vl-st-page.vl-theme-middle .vl-st-intake {
  color: var(--st-cream);
}

@media (max-width: 560px) {
  .vl-st-intake__checks {
    grid-template-columns: 1fr;
  }
}

.vl-st-reveal {
  opacity: 1;
  transform: none;
}

html.js .vl-st-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

html.js .vl-st-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .vl-st-manifesto__grid,
  .vl-st-about__grid,
  .vl-st-service__body,
  .vl-st-arms {
    grid-template-columns: 1fr;
  }

  .vl-st-stats__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    gap: clamp(1rem, 2.5vw, 2rem);
  }

  .vl-st-work-sites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vl-st-work-apps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vl-st-sites {
    display: block;
  }

  .vl-st-news__item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .vl-st-hero__title {
    font-size: clamp(3.1rem, 16vw, 6.2rem);
  }

  .vl-st-hero__title--long {
    font-size: clamp(1.85rem, 10.5vw, 3.4rem);
  }
}

@media (max-width: 640px) {
  .vl-st-work-sites {
    grid-template-columns: 1fr;
  }

  .vl-st-work--site .vl-st-work__media {
    aspect-ratio: 16 / 10;
  }

  .vl-st-sites {
    display: block;
  }

  .vl-st-sites figure img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .vl-st-hero__foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.js .vl-st-hero.is-pending .vl-st-hero__char,
  html.js .vl-st-hero.is-in .vl-st-hero__char,
  html.js .vl-st-reveal {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .vl-st-marquee__track,
  .vl-st-work__media img,
  .vl-st-work__media video {
    animation: none;
    transition: none;
  }
}

@keyframes vl-st-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
