@font-face {
  font-family: "Bricolage";
  src: url("assets/fonts/bricolage-grotesque-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage";
  src: url("assets/fonts/bricolage-grotesque-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage";
  src: url("assets/fonts/bricolage-grotesque-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin-900-normal.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root {
  --red: #e3261a;
  --red-dark: #b91c13;
  --black: #0b0b0b;
  --off-white: #f3f0e8;
  --muted-light: #c9c5bb;
  --muted-dark: #615f59;
  --line-dark: rgba(11, 11, 11, 0.18);
  --line-light: rgba(243, 240, 232, 0.22);
  --page: var(--off-white);
  --ink: var(--black);
  --muted: var(--muted-dark);
  --line: var(--line-dark);
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html[data-theme="dark"] {
  --page: var(--black);
  --ink: var(--off-white);
  --muted: var(--muted-light);
  --line: var(--line-light);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--page);
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Bricolage", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  transition: background-color 180ms ease, color 180ms ease;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

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

button,
input {
  font: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--off-white);
  color: var(--black);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--page) 94%, transparent);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.main-nav a,
.commercial-link,
.theme-toggle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a,
.commercial-link {
  position: relative;
  text-decoration: none;
}

.main-nav a::after,
.commercial-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.commercial-link:hover::after,
.commercial-link:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-toggle,
.menu-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.theme-toggle {
  min-width: 54px;
  padding: 10px 0;
  text-align: center;
}

.commercial-link {
  padding: 11px 14px;
  border: 1px solid currentColor;
}

.commercial-link::after {
  display: none;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  min-height: 100svh;
  padding: 132px 4vw 54px;
  overflow: hidden;
}

.hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 830px;
  padding: 34px 2vw 84px 0;
}

.eyebrow {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  margin: 0 12px 3px 0;
  background: var(--red);
}

.hero h1 {
  max-width: 900px;
  margin-bottom: 30px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(64px, 8.4vw, 148px);
  font-weight: 900;
  line-height: 0.79;
  letter-spacing: -0.075em;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  background: none;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-3px);
}

.button-red {
  background: var(--red);
  color: #fff;
}

.button-red:hover {
  background: var(--red-dark);
}

.button-outline {
  border-color: currentColor;
}

.button-light {
  background: var(--off-white);
  color: var(--black);
}

.button-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.text-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 8px;
  color: var(--red);
  font-size: 20px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: rotate(90deg);
}

.hero-portrait {
  position: relative;
  align-self: stretch;
  min-height: 600px;
  margin: 0 -4vw -54px 0;
  background: var(--red);
  overflow: hidden;
}

.hero-portrait img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.04);
}

.hero-portrait.is-missing img {
  display: none;
}

.portrait-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
  color: #fff;
  overflow: hidden;
}

.portrait-fallback::after {
  content: "VI";
  position: absolute;
  right: -0.08em;
  bottom: -0.3em;
  color: rgba(11, 11, 11, 0.18);
  font-size: clamp(240px, 35vw, 600px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.15em;
}

.portrait-fallback strong,
.portrait-fallback span {
  z-index: 1;
  font-size: clamp(42px, 6vw, 108px);
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.portrait-fallback strong {
  color: var(--black);
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 22px;
  margin: 0;
  padding: 9px 12px;
  background: var(--black);
  color: var(--off-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: right;
}

.hero-proof {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 4vw;
  display: flex;
  gap: 1px;
}

.hero-proof p {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  margin: 0;
  padding: 14px 18px;
  background: var(--ink);
  color: var(--page);
}

.hero-proof strong {
  font-size: 25px;
  line-height: 1;
}

.hero-proof span {
  margin-top: 5px;
  color: color-mix(in srgb, var(--page) 68%, transparent);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ticker {
  padding: 17px 0;
  background: var(--red);
  color: #fff;
  font-size: clamp(15px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.ticker span {
  padding: 0 2vw;
  color: var(--black);
}

.section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(52px, 0.3fr) minmax(280px, 1.1fr) minmax(320px, 1.15fr);
  gap: 3vw;
  padding: clamp(84px, 11vw, 180px) 4vw;
  border-bottom: 1px solid var(--line);
}

.section-index {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(48px, 6.2vw, 104px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.about-copy {
  align-self: end;
  max-width: 650px;
  padding-bottom: 6px;
}

.about-copy .lead {
  color: var(--ink);
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.25;
}

.about-copy p:not(.lead) {
  max-width: 570px;
  color: var(--muted);
  font-size: 17px;
}

.about-copy .text-link {
  display: inline-block;
  margin-top: 20px;
}

.section-dark {
  --page: var(--black);
  --ink: var(--off-white);
  --muted: var(--muted-light);
  --line: var(--line-light);
  background: var(--black);
  color: var(--off-white);
}

.featured {
  grid-template-rows: auto auto;
}

.featured .video-stage,
.featured > .button {
  grid-column: 2 / -1;
}

.video-stage {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  margin-top: 40px;
}

.video-feature {
  margin: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #191919;
  overflow: hidden;
}

.video-feature-main .video-frame {
  height: calc(100% - 34px);
  min-height: 420px;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-feature p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 0;
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-feature p span {
  color: var(--red);
}

.reels-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.reel-feature {
  min-width: 0;
  margin: 0;
}

.reel-feature iframe {
  width: 100%;
  height: calc(100% - 34px);
  min-height: 420px;
  border: 0;
  background: #191919;
}

.reel-feature p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 10px 0 0;
  color: var(--muted-light);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reel-feature p span {
  color: var(--red);
}

.featured > .button {
  justify-self: start;
  margin-top: 34px;
}

.editorial {
  grid-template-rows: auto auto;
}

.editorial-list {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.editorial-list li {
  min-height: 330px;
  padding: 20px 20px 26px;
  border-right: 1px solid var(--line);
  transition: background-color 180ms ease, color 180ms ease;
}

.editorial-list li:first-child {
  border-left: 1px solid var(--line);
}

.editorial-list li:hover {
  background: var(--red);
  color: #fff;
}

.editorial-number {
  font-size: 11px;
  font-weight: 700;
}

.editorial-list h3 {
  margin: 70px 0 20px;
  font-size: clamp(25px, 2.5vw, 42px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.editorial-list p {
  max-width: 220px;
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14px;
}

.editorial-list li:hover p {
  color: #fff;
}

.section-red {
  --page: var(--red);
  --ink: #fff;
  --muted: rgba(255, 255, 255, 0.78);
  --line: rgba(255, 255, 255, 0.28);
  background: var(--red);
  color: #fff;
}

.section-red .eyebrow::before {
  background: var(--black);
}

.numbers {
  grid-template-rows: auto auto;
}

.numbers-note {
  max-width: 420px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.metrics {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.metric {
  min-height: 350px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.metric-instagram {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.45fr 1fr 0.8fr;
  align-items: end;
  gap: 3vw;
  min-height: 280px;
}

.metric-platform {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-value {
  margin: 70px 0 20px;
  font-size: clamp(72px, 10vw, 170px);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.08em;
}

.metric-value span {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.metric-range {
  margin: 0;
  font-size: clamp(62px, 8vw, 122px);
  line-height: 0.76;
}

.metric-range small {
  font-size: 0.18em;
  letter-spacing: 0;
}

.metric-label {
  max-width: 410px;
  font-size: 16px;
}

.metric a,
.metric-source {
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.appearances {
  align-self: start;
  border-top: 1px solid var(--line);
}

.appearance {
  display: block;
  padding: 25px 0 26px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.appearance::after {
  content: "+";
  float: right;
  margin-top: -42px;
  color: var(--red);
  font-size: 26px;
  transition: transform 180ms ease;
}

.appearance:hover::after {
  transform: rotate(90deg);
}

.appearance-type,
.appearance-source {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.appearance-type {
  color: var(--red);
}

.appearance h3 {
  max-width: 640px;
  margin: 15px 45px 10px 0;
  font-size: clamp(22px, 2.4vw, 37px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.appearance-source {
  color: var(--muted);
}

.dj {
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.dj-heading h2 {
  margin-bottom: 26px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(86px, 13vw, 220px);
  line-height: 0.7;
  letter-spacing: -0.09em;
}

.dj-heading h2 span {
  display: block;
  color: var(--red);
  font-family: "Bricolage", Arial, sans-serif;
  font-size: 0.18em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dj-heading > p:last-child {
  max-width: 510px;
  color: var(--muted-light);
  font-size: 18px;
}

.soundcloud {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line-light);
}

.soundcloud iframe {
  width: 100%;
  border: 0;
}

.soundcloud .text-link {
  display: inline-block;
  margin-top: 22px;
}

.partnerships {
  grid-template-rows: auto auto;
}

.format-list {
  grid-column: 2 / -1;
  margin-top: 60px;
}

.format-list article {
  display: grid;
  grid-template-columns: 0.15fr 1fr 0.8fr;
  align-items: baseline;
  gap: 3vw;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.format-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.format-list span {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
}

.format-list h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.format-list p {
  margin: 0;
  color: var(--muted);
}

.contact {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact h2 {
  max-width: 980px;
  margin: 0 auto 44px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(62px, 9vw, 140px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.contact-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--black);
  color: var(--off-white);
}

.social a {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-right: 1px solid var(--line-light);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.social a:hover {
  background: var(--red);
}

.social span {
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.social small {
  color: var(--muted-light);
  font-size: 11px;
}

.social a:hover small {
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: 48px 4vw;
  background: var(--black);
  color: var(--off-white);
  border-top: 1px solid var(--line-light);
}

.footer-brand {
  justify-self: start;
}

.site-footer p {
  margin: 0;
  color: var(--muted-light);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.site-footer p span {
  padding: 0 8px;
  color: var(--red);
}

.site-footer > a:last-child {
  justify-self: end;
  font-size: 11px;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.snapshot .hero {
  min-height: 900px;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 15px;
  }

  .main-nav a {
    font-size: 10px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  }

  .hero-proof {
    display: none;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .section {
    grid-template-columns: 42px 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    min-height: 70px;
  }

  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-right: 4px;
  }

  .menu-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: -1;
    top: 69px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 4vw 30px;
    background: var(--page);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }

  .main-nav a::after {
    display: none;
  }

  .commercial-link {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero h1 {
    max-width: 740px;
  }

  .hero-portrait {
    min-height: 72svh;
    margin: 40px -4vw -54px;
  }

  .section {
    grid-template-columns: 36px 1fr;
    gap: 24px;
  }

  .section-heading {
    grid-column: 2;
  }

  .about-copy,
  .appearances {
    grid-column: 2;
  }

  .featured .video-stage,
  .featured > .button,
  .editorial-list,
  .metrics,
  .format-list {
    grid-column: 2;
  }

  .video-stage {
    grid-template-columns: 1fr;
  }

  .video-feature-main .video-frame {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .reels-column {
    grid-template-columns: repeat(3, 1fr);
  }

  .editorial-list {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-list li:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .metric-instagram {
    grid-template-columns: 1fr;
  }

  .dj {
    grid-template-columns: 1fr;
  }

  .format-list article {
    grid-template-columns: 45px 1fr;
  }

  .format-list p {
    grid-column: 2;
  }

  .social {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .brand-name {
    display: none;
  }

  .theme-toggle {
    font-size: 10px;
  }

  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    font-size: clamp(58px, 19vw, 88px);
  }

  .hero-portrait {
    min-height: 65svh;
    margin-right: -20px;
    margin-left: -20px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ticker {
    font-size: 13px;
    text-align: left;
  }

  .section {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-index {
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .about-copy,
  .appearances {
    margin-top: 46px;
  }

  .video-stage,
  .editorial-list,
  .metrics,
  .format-list {
    margin-top: 52px;
  }

  .reels-column,
  .editorial-list,
  .metrics {
    grid-template-columns: 1fr;
  }

  .reel-feature iframe {
    height: 610px;
  }

  .editorial-list li,
  .editorial-list li:nth-child(3) {
    min-height: 250px;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .editorial-list h3 {
    margin-top: 45px;
  }

  .metric {
    min-height: 290px;
    padding: 22px;
  }

  .metric-instagram {
    grid-column: 1;
  }

  .metric-value {
    margin-top: 58px;
  }

  .metric-range {
    margin: 42px 0 24px;
  }

  .dj {
    padding: 92px 20px;
  }

  .dj-heading h2 {
    font-size: clamp(92px, 31vw, 150px);
  }

  .soundcloud {
    margin-top: 44px;
    padding: 12px;
  }

  .format-list article {
    grid-template-columns: 34px 1fr;
    gap: 15px;
  }

  .contact {
    min-height: 540px;
    padding: 88px 20px;
  }

  .contact h2 {
    font-size: clamp(60px, 17vw, 86px);
  }

  .social {
    grid-template-columns: 1fr;
  }

  .social a {
    min-height: 120px;
    border-bottom: 1px solid var(--line-light);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 32px;
    padding: 38px 20px;
  }

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

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
