@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --vw-yellow: #ffe500;
  --vw-black: #050505;
  --vw-ink: #0a0a0a;
  --vw-white: #f8f8f4;
  --vw-grey: #b7b7ad;
  --vw-line: rgba(255, 255, 255, 0.16);
  --vw-shell: min(1400px, calc(100% - 64px));
}

/* Decorative grid removed site-wide. */
.vw-hero__grid {
  display: none !important;
}

.vw-motion {
  background-image: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--vw-black);
  color: var(--vw-white);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--vw-yellow);
  color: var(--vw-black);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.vw-noise {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.vw-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 229, 0, 0.13), transparent 68%);
  transform: translate(-50%, -50%);
  transition: opacity 280ms ease;
}

body:hover .vw-cursor-glow {
  opacity: 1;
}

.vw-shell {
  width: var(--vw-shell);
  margin-inline: auto;
}

.vw-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1460px, calc(100% - 36px));
  min-height: 72px;
  margin: auto;
  padding: 12px 18px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(5, 5, 5, 0.72);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: top 260ms ease, background 260ms ease, width 260ms ease;
}

.vw-header.is-scrolled {
  top: 8px;
  width: min(1380px, calc(100% - 24px));
  background: rgba(5, 5, 5, 0.92);
}

.vw-makerz {
  width: 144px;
}

.vw-collab {
  color: rgba(255, 255, 255, 0.52);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vw-collab b {
  margin: 0 8px;
  color: var(--vw-yellow);
}

.vw-back {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 8px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.vw-back i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--vw-yellow);
  color: var(--vw-black);
  font-style: normal;
  transition: transform 220ms ease;
}

.vw-back:hover i {
  transform: rotate(45deg);
}

.vw-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  min-height: 100svh;
  padding: 138px max(32px, calc((100% - 1400px) / 2)) 64px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 229, 0, 0.17), transparent 30%),
    linear-gradient(140deg, #080808 0 58%, #121212 58% 100%);
}

.vw-hero::after {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: -18vw;
  z-index: -1;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 229, 0, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(255, 229, 0, 0.025), 0 0 0 14vw rgba(255, 229, 0, 0.018);
}

.vw-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.vw-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.vw-kicker span {
  width: 34px;
  height: 2px;
  background: var(--vw-yellow);
}

.vw-hero h1,
.vw-section-heading h2,
.vw-system h2,
.vw-motion h2,
.vw-outro h2 {
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.9;
  text-transform: uppercase;
}

.vw-hero h1 {
  max-width: 840px;
  font-size: clamp(6rem, 11vw, 11.8rem);
}

.vw-hero h1 em,
.vw-section-heading h2 em,
.vw-system h2 em,
.vw-motion h2 em,
.vw-outro h2 em {
  display: block;
  color: var(--vw-yellow);
  font-style: normal;
}

.vw-hero__lead {
  max-width: 640px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

.vw-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.vw-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 8px 9px 8px 22px;
  border-radius: 999px;
  background: var(--vw-yellow);
  color: var(--vw-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
}

.vw-button i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--vw-black);
  color: var(--vw-yellow);
  font-style: normal;
  transition: transform 220ms ease;
}

.vw-button:hover i {
  transform: rotate(45deg);
}

.vw-text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.vw-text-link span {
  color: var(--vw-yellow);
}

.vw-hero__visual {
  position: relative;
  justify-self: end;
  width: min(560px, 92%);
  aspect-ratio: 0.92;
}

.vw-logo-plate {
  position: absolute;
  inset: 12% 4% 18% 5%;
  display: grid;
  place-items: center;
  padding: 11%;
  overflow: hidden;
  border-radius: 8px;
  background: var(--vw-white);
  transform: rotate(-5deg);
  box-shadow: 28px 32px 0 var(--vw-yellow), 0 46px 90px rgba(0, 0, 0, 0.46);
}

.vw-logo-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.8) 50%, transparent 62%);
  transform: translateX(-120%);
  animation: vw-shine 5.2s ease-in-out infinite;
}

.vw-logo-plate img {
  width: 100%;
}

.vw-hero__serial {
  position: absolute;
  top: 3%;
  right: 3%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.vw-hero__tag {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-family: Anton, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.86;
  text-align: right;
  text-transform: uppercase;
}

.vw-hero__arrow {
  position: absolute;
  bottom: 2%;
  left: 0;
  color: var(--vw-yellow);
  font-family: Anton, sans-serif;
  font-size: 6rem;
}

.vw-wheel {
  position: absolute;
  top: -4%;
  left: -8%;
  width: 150px;
  aspect-ratio: 1;
  border: 3px solid var(--vw-yellow);
  border-radius: 50%;
  animation: vw-spin 15s linear infinite;
}

.vw-wheel::before,
.vw-wheel::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.vw-wheel::after {
  inset: 43%;
  background: var(--vw-yellow);
  border: 0;
}

.vw-wheel i {
  position: absolute;
  top: 49%;
  left: 18%;
  width: 64%;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  transform-origin: center;
}

.vw-wheel i:nth-child(2) { transform: rotate(30deg); }
.vw-wheel i:nth-child(3) { transform: rotate(60deg); }
.vw-wheel i:nth-child(4) { transform: rotate(90deg); }
.vw-wheel i:nth-child(5) { transform: rotate(120deg); }
.vw-wheel i:nth-child(6) { transform: rotate(150deg); }

.vw-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 54px 0 0;
  border: 1px solid var(--vw-line);
  background: var(--vw-line);
}

.vw-stats div {
  padding: 24px;
  background: rgba(5, 5, 5, 0.72);
}

.vw-stats dt {
  font-family: Anton, sans-serif;
  font-size: clamp(2.1rem, 3.8vw, 4.6rem);
  line-height: 1;
}

.vw-stats dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vw-brief {
  display: grid;
  grid-template-columns: 0.8fr 1.05fr;
  gap: 56px 8vw;
  padding-block: clamp(110px, 12vw, 190px);
}

.vw-section-heading h2,
.vw-system h2,
.vw-motion h2,
.vw-outro h2 {
  font-size: clamp(4.3rem, 8vw, 9rem);
}

.vw-brief__copy {
  align-self: end;
  max-width: 690px;
}

.vw-brief__copy > p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 500;
  line-height: 1.65;
}

.vw-brief__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.vw-brief__labels span {
  padding: 9px 13px;
  border: 1px solid var(--vw-line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vw-brief__material {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding: 32px;
  border: 1px solid var(--vw-line);
  background: var(--vw-yellow);
}

.vw-brief__material img {
  width: 100%;
  mix-blend-mode: multiply;
}

.vw-brief__material figcaption {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vw-system {
  padding-block: clamp(100px, 10vw, 160px);
  background: var(--vw-white);
  color: var(--vw-black);
}

.vw-system .vw-kicker {
  color: rgba(0, 0, 0, 0.55);
}

.vw-system__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px 8vw;
}

.vw-swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 340px;
}

.vw-swatch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.vw-swatch span,
.vw-swatch b {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vw-swatch--yellow { background: var(--vw-yellow); }
.vw-swatch--black { background: var(--vw-black); color: #fff; }
.vw-swatch--white { background: #fff; }

.vw-type-specimen {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 8px 40px;
  padding-top: 32px;
  border-top: 2px solid var(--vw-black);
}

.vw-type-specimen > span,
.vw-type-specimen p {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.vw-type-specimen strong {
  grid-column: 1 / -1;
  font-family: Anton, sans-serif;
  font-size: clamp(7rem, 19vw, 19rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.75;
}

.vw-type-specimen p {
  grid-column: 2;
  text-align: right;
}

.vw-posters {
  padding-block: clamp(110px, 12vw, 190px);
}

.vw-section-heading--wide {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.54fr);
  align-items: end;
  gap: 60px;
}

.vw-section-heading--wide > p,
.vw-motion__heading > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.vw-poster-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(30px, 5vw, 76px) clamp(24px, 4vw, 56px);
  margin-top: clamp(80px, 10vw, 140px);
}

.vw-poster {
  position: relative;
  grid-column: span 5;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--vw-line);
  background: #0d0d0d;
  transform-style: preserve-3d;
  transition: transform 140ms ease-out, border-color 220ms ease;
}

.vw-poster:nth-child(even) {
  grid-column: 7 / span 5;
  margin-top: 14vw;
}

.vw-poster--lead {
  grid-column: 1 / span 6;
}

.vw-poster--offset {
  margin-top: 4vw !important;
}

.vw-poster:hover {
  border-color: rgba(255, 229, 0, 0.8);
}

.vw-poster img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: translateZ(22px);
}

.vw-poster figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  padding: 20px 4px 3px;
  font-family: "Space Grotesk", sans-serif;
}

.vw-poster figcaption span {
  grid-row: span 2;
  color: var(--vw-yellow);
  font-size: 1.6rem;
  font-weight: 700;
}

.vw-poster figcaption strong {
  font-size: 0.86rem;
}

.vw-poster figcaption small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vw-poster__measure {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.vw-poster__measure::before,
.vw-poster__measure::after {
  content: "";
  position: absolute;
  background: rgba(255, 229, 0, 0.65);
}

.vw-poster__measure--top {
  top: -20px;
  right: 18px;
  left: 18px;
  height: 12px;
  border-top: 1px solid rgba(255, 229, 0, 0.45);
  text-align: center;
}

.vw-poster__measure--top::before,
.vw-poster__measure--top::after {
  top: -4px;
  width: 1px;
  height: 8px;
}

.vw-poster__measure--top::before { left: 0; }
.vw-poster__measure--top::after { right: 0; }

.vw-poster__measure--top span {
  position: relative;
  top: -10px;
  padding: 0 8px;
  background: var(--vw-black);
}

.vw-poster__measure--side {
  top: 18px;
  right: -24px;
  bottom: 98px;
  width: 12px;
  border-right: 1px solid rgba(255, 229, 0, 0.45);
}

.vw-poster__measure--side span {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 70px;
  padding: 0 8px;
  background: var(--vw-black);
  text-align: center;
  transform: rotate(90deg);
}

.vw-motion {
  padding: clamp(110px, 11vw, 170px) 0 0;
  background:
    linear-gradient(rgba(255, 229, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 229, 0, 0.055) 1px, transparent 1px),
    #080808;
  background-size: 70px 70px;
}

.vw-motion__heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.5fr);
  align-items: end;
  gap: 60px;
}

.vw-reels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
  width: min(1540px, calc(100% - 36px));
  margin: clamp(70px, 8vw, 120px) auto 0;
  padding-bottom: clamp(80px, 9vw, 130px);
}

.vw-reel {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--vw-line);
  border-radius: 20px;
  background: #000;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.5);
  isolation: isolate;
  transition: transform 260ms ease, border-color 260ms ease;
}

.vw-reel:hover {
  z-index: 3;
  border-color: var(--vw-yellow);
  transform: translateY(-10px);
}

.vw-reel iframe {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vw-reel__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.88));
}

.vw-reel__meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
  padding: 24px;
  pointer-events: none;
  font-family: "Space Grotesk", sans-serif;
}

.vw-reel__meta span {
  grid-row: span 2;
  color: var(--vw-yellow);
  font-family: Anton, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.vw-reel__meta strong {
  align-self: end;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.vw-reel__meta small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vw-outro {
  position: relative;
  padding: 0 0 clamp(100px, 10vw, 160px);
  overflow: hidden;
  background: var(--vw-yellow);
  color: var(--vw-black);
}

.vw-outro__marquee {
  width: max-content;
  padding: 18px 0;
  border-bottom: 2px solid var(--vw-black);
  font-family: Anton, sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.9;
  white-space: nowrap;
  animation: vw-marquee 18s linear infinite;
}

.vw-outro__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 70px;
  padding-top: clamp(90px, 9vw, 140px);
}

.vw-outro .vw-kicker {
  grid-column: 1 / -1;
  color: rgba(0, 0, 0, 0.62);
}

.vw-outro .vw-kicker span {
  background: var(--vw-black);
}

.vw-outro h2 em {
  color: var(--vw-black);
  -webkit-text-stroke: 2px var(--vw-black);
  -webkit-text-fill-color: transparent;
}

.vw-outro__inner > div > p {
  max-width: 480px;
  margin: 0 0 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.vw-button--dark {
  background: var(--vw-black);
  color: var(--vw-white);
}

.vw-button--dark i {
  background: var(--vw-yellow);
  color: var(--vw-black);
}

.vw-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 120px;
  padding: 30px max(24px, calc((100% - 1400px) / 2));
  background: var(--vw-black);
}

.vw-footer img {
  width: 140px;
}

.vw-footer p,
.vw-footer > a:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vw-footer > a:last-child {
  justify-self: end;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes vw-spin {
  to { transform: rotate(360deg); }
}

@keyframes vw-shine {
  0%, 58% { transform: translateX(-120%); }
  78%, 100% { transform: translateX(120%); }
}

@keyframes vw-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1050px) {
  .vw-hero {
    grid-template-columns: 1fr;
  }

  .vw-hero__visual {
    justify-self: center;
    width: min(620px, 88%);
    margin-top: 70px;
  }

  .vw-brief,
  .vw-system__inner,
  .vw-outro__inner {
    grid-template-columns: 1fr;
  }

  .vw-brief__copy {
    max-width: 760px;
  }

  .vw-outro .vw-kicker {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  :root {
    --vw-shell: calc(100% - 32px);
  }

  .vw-cursor-glow {
    display: none;
  }

  .vw-header,
  .vw-header.is-scrolled {
    top: 8px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 16px);
    min-height: 62px;
    padding: 9px 10px 9px 14px;
    border-radius: 17px;
  }

  .vw-makerz {
    width: 112px;
  }

  .vw-collab {
    display: none;
  }

  .vw-back {
    padding: 5px;
    border: 0;
  }

  .vw-back span {
    display: none;
  }

  .vw-back i {
    width: 40px;
    height: 40px;
  }

  .vw-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 120px 16px 48px;
  }

  .vw-hero h1 {
    font-size: clamp(4.9rem, 21vw, 7rem);
    line-height: .92;
  }

  .vw-hero__lead {
    font-size: 0.95rem;
  }

  .vw-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .vw-hero__visual {
    width: 92%;
    margin-top: 64px;
  }

  .vw-wheel {
    width: 100px;
  }

  .vw-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }

  .vw-stats div {
    padding: 18px;
  }

  .vw-brief {
    gap: 36px;
    padding-block: 100px;
  }

  .vw-section-heading h2,
  .vw-system h2,
  .vw-motion h2,
  .vw-outro h2 {
    font-size: clamp(4rem, 17vw, 6rem);
    line-height: .92;
  }

  .vw-brief__material {
    margin-top: 10px;
    padding: 16px;
  }

  .vw-system {
    padding-block: 90px;
  }

  .vw-system__inner {
    gap: 50px;
  }

  .vw-swatches {
    min-height: 240px;
  }

  .vw-swatch {
    padding: 14px 10px;
  }

  .vw-swatch span,
  .vw-swatch b {
    font-size: 0.52rem;
  }

  .vw-type-specimen strong {
    font-size: 34vw;
  }

  .vw-type-specimen p {
    grid-column: 1 / -1;
    margin-top: 12px;
    text-align: left;
  }

  .vw-posters {
    padding-block: 100px;
  }

  .vw-section-heading--wide,
  .vw-motion__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vw-poster-grid {
    display: block;
    margin-top: 80px;
  }

  .vw-poster,
  .vw-poster:nth-child(even),
  .vw-poster--offset {
    margin: 0 8px 76px !important;
    padding: 10px;
    transform: none !important;
  }

  .vw-poster__measure--side {
    right: -20px;
  }

  .vw-motion {
    padding-top: 100px;
  }

  .vw-motion__heading {
    position: static;
    padding-bottom: 70px;
  }

  .vw-reels {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior-y: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
    touch-action: auto;
  }

  .vw-reels::-webkit-scrollbar {
    display: none;
  }

  .vw-reel {
    width: 100%;
    height: 92svh;
    min-height: 680px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: none;
    scroll-snap-align: none;
  }

  .vw-reel:hover {
    transform: none;
  }

  .vw-reel__meta {
    padding: 0 18px 68px;
  }

  .vw-reel__meta span {
    font-size: 2.8rem;
  }

  .vw-outro__inner {
    gap: 42px;
    padding-top: 86px;
  }

  .vw-footer {
    grid-template-columns: 1fr auto;
    min-height: 100px;
    padding: 24px 18px;
  }

  .vw-footer p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Native reel playback: autoplay muted, sound enabled only by the viewer. */
.vw-reel video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
  object-fit: cover;
  object-position: center;
}

.vw-reel__sound {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 13px 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 3, 3, 0.68);
  color: #fff;
  font: 800 0.65rem/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.vw-reel__sound span {
  position: relative;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--vw-yellow);
}

.vw-reel__sound span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #050505;
  clip-path: polygon(0 35%, 35% 35%, 72% 0, 72% 100%, 35% 65%, 0 65%);
}

.vw-reel__sound span::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid #050505;
  border-radius: 0 50% 50% 0;
  opacity: 0;
}

.vw-reel__sound.is-on {
  border-color: var(--vw-yellow);
  color: var(--vw-yellow);
}

.vw-reel__sound.is-on span::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .vw-reel__sound {
    right: 16px;
    bottom: 24px;
  }

  .vw-reel__meta {
    padding-right: 110px;
  }
}
