
    :root {
      --mv-bg: #000000;
      --mv-ink: #ffffff;
      --mv-muted: rgba(255,255,255,.78);
      --mv-line: #c1711d;
      --gryt-orange: #000000;
    }

    body.case-musicvideos {
      background: var(--mv-bg) !important;
      color: var(--mv-ink);
    }

    body.case-musicvideos .case-page,
    body.case-musicvideos .mv-gallery,
    body.case-musicvideos .footer,
    body.case-musicvideos .header {
      background: var(--mv-bg);
    }

    body.case-musicvideos .case-left p,
    body.case-musicvideos .case-left li,
    body.case-musicvideos .we-do-list li {
      color: var(--mv-muted);
    }

    body.case-musicvideos .case-we-do {
      background: transparent !important;
      border: 0 !important;
      box-shadow: none !important;
      padding: 0 !important;
    }

    body.case-musicvideos .marked-title {
      display: inline-block !important;
    }

    body.case-musicvideos .marked-title::after {
      background: var(--mv-line) !important;
      width: 100% !important;
      margin: 12px 0 0 !important;
    }

    body.case-musicvideos .case-hero-video::before {
      content: none !important;
    }

    .mv-wrap {
      width: min(1120px, 92vw);
      margin: 0 auto;
    }

    .mv-gallery {
      padding: 10px 0 78px;
    }

    .mv-intro {
      text-align: center;
      margin: 0 auto 52px;
      max-width: 920px;
    }

    .mv-intro h2 {
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.12;
      letter-spacing: .02em;
      margin: 0 auto 18px;
      color: #fff;
      text-align: center;
      display: table;
    }

    .mv-section-title,
    .mv-single-copy h3,
    .mv-copy h3 {
      font-size: clamp(22px, 2.2vw, 30px);
      line-height: 1.14;
      letter-spacing: .02em;
      margin: 0 auto 18px;
      color: #fff;
      text-align: center;
      display: table;
    }

    .mv-intro p,
    .mv-copy p,
    .mv-card p,
    .mv-single-copy p {
      font-size: 17px;
      line-height: 1.9;
      color: var(--mv-muted);
      margin: 0 0 16px;
    }

    .mv-copy {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .mv-copy p,
    .mv-single-copy p {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    .mv-still {
      display: block;
      width: 100%;
      border-radius: 20px;
      margin: 0 0 34px;
    }

    .mv-section {
      padding: 28px 0;
    }

    .mv-section + .mv-section {
      padding-top: 18px;
    }

    .mv-two,
    .mv-grid-2,
    .mv-grid-3,
    .mv-grid-5 {
      display: grid;
      gap: 28px;
    }

    .mv-two,
    .mv-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
    }

    .mv-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mv-grid-5 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mv-card h3,
    .mv-single-copy h3,
    .mv-copy h3,
    .mv-intro h2,
    .mv-section-title {
      font-weight: 400;
      padding-bottom: 10px;
      color: #fff;
      position: relative;
    }

    .mv-card h3::after,
    .mv-single-copy h3::after,
    .mv-copy h3::after,
    .mv-intro h2::after,
    .mv-section-title::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: var(--mv-line);
      margin: 12px auto 0;
    }

    .mv-thumb {
      position: relative;
      display: block;
      cursor: pointer;
      border-radius: 20px;
      overflow: hidden;
      background: #090909;
      box-shadow: 0 14px 34px rgba(0,0,0,.28);
    }

    .mv-thumb img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1 !important;
      filter: none !important;
      transform: translateZ(0);
    }

    .mv-thumb video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      background: #000;
    }

    .mv-grid-2 .mv-thumb,
    .mv-grid-3 .mv-thumb,
    .mv-grid-5 .mv-thumb {
      aspect-ratio: 16 / 9;
    }

    .mv-grid-2 .mv-thumb img,
    .mv-grid-3 .mv-thumb img,
    .mv-grid-5 .mv-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .mv-play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 72px;
      height: 72px;
      border-radius: 999px;
      background: rgba(0,0,0,.56);
      box-shadow: 0 10px 28px rgba(0,0,0,.35);
      backdrop-filter: blur(1px);
      -webkit-backdrop-filter: blur(1px);
      pointer-events: none;
    }

    .mv-play::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-38%, -50%);
      border-style: solid;
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent rgba(255,255,255,.96);
    }

    .mv-caption {
      margin-top: 14px;
      text-align: left;
    }

    .mv-caption h4 {
      display: block;
      margin: 0 0 8px;
      font-size: 20px;
      line-height: 1.2;
      color: #fff;
      font-weight: 400;
    }

    .mv-caption p {
      margin: 0;
      font-size: 16px;
      line-height: 1.8;
      color: var(--mv-muted);
    }

    .mv-single-copy {
      margin: 18px auto 0;
      max-width: 980px;
      text-align: center;
    }

    .mv-separator {
      height: 1px;
      background: rgba(255,255,255,.08);
      margin: 22px 0 8px;
    }

    .mv-other .mv-card h4 {
      display: none;
    }

    .mv-modal {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(0,0,0,.82);
      z-index: 9999;
    }

    .mv-modal[aria-hidden="false"] {
      display: flex;
    }

    .mv-modal-dialog {
      width: min(1120px, 100%);
      background: #000;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 24px 70px rgba(0,0,0,.45);
    }

    .mv-modal-bar {
      display: flex;
      justify-content: flex-end;
      padding: 10px;
      background: rgba(255,255,255,.04);
    }

    .mv-modal-close {
      appearance: none;
      border: 0;
      color: #fff;
      background: rgba(255,255,255,.1);
      border-radius: 10px;
      padding: 8px 12px;
      cursor: pointer;
      font: inherit;
    }

    .mv-modal-video {
      display: block;
      width: 100%;
      height: auto;
      background: #000;
    }


    .mv-intro,
    .mv-copy,
    .mv-single-copy {
      text-align: center;
    }

    .mv-copy,
    .mv-single-copy {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    .mv-card h3 {
      font-size: clamp(20px, 1.9vw, 26px);
      line-height: 1.18;
      letter-spacing: .02em;
      margin: 18px auto 0;
      text-align: center;
      display: table;
    }

    .case-hero-inner {
      max-width: min(920px, 88vw);
      margin: 0 auto;
      text-align: center;
    }

    .case-hero-kicker {
      font-size: clamp(22px, 2vw, 34px) !important;
      line-height: 1.1;
      margin-bottom: 10px !important;
      letter-spacing: .01em;
    }

    .case-hero-title {
      font-size: clamp(52px, 6vw, 78px) !important;
      line-height: .98;
      letter-spacing: 0;
    }

    .top-nav a,
    .contact a {
      font-size: 15px;
    }

    @media (max-width: 980px) {
      .mv-two,
      .mv-grid-2,
      .mv-grid-3,
      .mv-grid-5 {
        grid-template-columns: 1fr;
      }

      .mv-gallery {
        padding-bottom: 56px;
      }

      .mv-intro {
        margin-bottom: 36px;
      }

      .case-hero-kicker {
        font-size: 20px !important;
      }

      .case-hero-title {
        font-size: clamp(40px, 9vw, 56px) !important;
      }

      .mv-play {
        width: 62px;
        height: 62px;
      }
    }

    @supports (-webkit-touch-callout: none) {
      .case-hero-video::before { content: none !important; }
      h1,h2,h3,.case-hero-title,.marked-title,.we-do-title {
        text-shadow: none !important;
        -webkit-text-stroke: 0 transparent !important;
        font-synthesis: none !important;
      }
    }
  

    /* Final music videos consistency fixes */
    body.case-musicvideos .header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1200;
      margin: 0 !important;
      background: transparent !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    body.case-musicvideos .case-hero-video {
      padding-top: 0;
      box-sizing: border-box;
      margin-top: 0;
    }

    body.case-musicvideos .case-hero-video video,
    body.case-musicvideos .case-hero-video .hero-video,
    body.case-musicvideos .case-hero-video .hero-image {
      display: block;
    }

    .mv-grid-2-captions .mv-caption {
      text-align: center;
    }

    .mv-grid-2-captions .mv-caption h4 {
      display: table;
      margin: 0 auto 10px;
      padding-bottom: 8px;
      position: relative;
    }

    .mv-grid-2-captions .mv-caption h4::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: var(--mv-line);
      margin: 10px auto 0;
    }

    .mv-local-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 28px;
    }

    .mv-local-grid .mv-card {
      width: calc((100% - 28px) / 2);
      max-width: calc((100% - 28px) / 2);
      display: flex;
      flex-direction: column;
    }

    .mv-local-grid .mv-thumb {
      aspect-ratio: 16 / 9;
    }

    .mv-local-grid .mv-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    @media (max-width: 980px) {
      .mv-local-grid .mv-card {
        width: 100%;
        max-width: 100%;
      }
    }


    /* Match header edge spacing closer to other case pages */
    body.case-musicvideos .header {
      padding: 22px 34px 0 !important;
      box-sizing: border-box !important;
    }

    @media (max-width: 900px) {
      body.case-musicvideos .header {
        padding: 18px 20px 0 !important;
      }
    }



  html body.case-musicvideos,
  html body.case-musicvideos * {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  body.case-musicvideos .mv-section-title,
  body.case-musicvideos .mv-single-copy h3,
  body.case-musicvideos .mv-copy h3,
  body.case-musicvideos .mv-caption h4,
  body.case-musicvideos .we-do-title,
  body.case-musicvideos .we-do-list,
  body.case-musicvideos .we-do-list li,
  body.case-musicvideos .marked-title,
  body.case-musicvideos .top-nav a,
  body.case-musicvideos .contact a,
  body.case-musicvideos .case-hero-kicker,
  body.case-musicvideos .case-hero-title {
    text-shadow: none !important;
    -webkit-text-stroke: 0 transparent !important;
    -webkit-text-stroke-width: 0 !important;
    font-synthesis: none !important;
    font-synthesis-weight: none !important;
    font-synthesis-style: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  body.case-musicvideos .mv-section-title,
  body.case-musicvideos .mv-single-copy h3,
  body.case-musicvideos .mv-copy h3,
  body.case-musicvideos .mv-caption h4,
  body.case-musicvideos .we-do-title,
  body.case-musicvideos .we-do-list li,
  body.case-musicvideos .marked-title,
  body.case-musicvideos .top-nav a,
  body.case-musicvideos .contact a,
  body.case-musicvideos .case-hero-kicker,
  body.case-musicvideos .case-hero-title {
    font-weight: 400 !important;
  }

  body.case-musicvideos .we-do-list li {
    color: var(--mv-muted) !important;
  }
