/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (min-width: 1728px) {
  :root {
    --content-max: 1440px;
    --container-pad: 40px;
    --section-space-y: clamp(130px, 9vw, 176px);
    --section-space-tight: clamp(94px, 6.3vw, 122px);
  }

  .hero {
    min-height: calc(100svh + 128px);
    padding-bottom: clamp(324px, 28vh, 420px);
  }
  .hero__content {
    width: min(100%, 1240px);
    transform: translateY(-72px);
  }
  .hero__hl-line {
    font-size: clamp(108px, 7.2vw, 148px);
  }

  .tagline-section {
    margin-top: -72px;
  }

  .tagline__inner { gap: var(--stack-sub-content); }
  .tagline__players {
    max-width: 1280px;
  }

  .unleash {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .unleash__inner {
    grid-template-columns: minmax(0, 1fr) minmax(680px, 760px);
    gap: var(--content-media-gap);
  }
  .unleash__photo {
    height: 860px;
  }

  .work {
    padding-bottom: var(--section-space-y);
  }
  .work__cards {
    padding-bottom: 0;
  }
  .work-card {
    min-height: 580px;
    height: 580px;
    grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
  }
  .work-card--gypsy {
    --card-width: 1192px;
    --card-left: 136px;
  }
  .work-card--nba {
    --card-width: 1280px;
    --card-left: 92px;
  }
  .work-card--nike {
    --card-width: 1368px;
    --card-left: 44px;
    margin-top: -402px;
  }
  .work-card--apple {
    --card-width: 1456px;
    margin-top: -334px;
  }
  .work-card--trinity {
    --card-width: 1544px;
    --card-left: 0px;
    --card-top: 260px;
    margin-top: -334px;
  }

  .global__grid { gap: var(--card-gap); }
  .global__logo-item {
    height: 140px;
  }

  .purpose__header { margin-bottom: var(--space-6); }
  .reel-card {
    width: clamp(390px, 22vw, 454px);
    height: clamp(540px, 32vw, 650px);
  }

  .talent__inner {
    min-height: 980px;
  }
  .talent__heading {
    max-width: 820px;
  }
  .talent__photo {
    width: min(880px, 52vw);
    height: 1050px;
    right: -14px;
    top: -170px;
  }

  .studio__inner {
    grid-template-columns: minmax(0, 438px) minmax(740px, 1fr);
    gap: clamp(96px, 7vw, 164px);
  }
  .studio__cards {
    justify-self: end;
    width: min(100%, 742px);
  }

  .contact__heading {
    max-width: 1320px;
  }
  .contact__sub {
    max-width: min(1240px, 100%);
  }
  .contact__form-wrap {
    max-width: none;
    padding: calc(var(--card-pad) + var(--space-2));
  }

  .rep__layout {
    grid-template-columns: minmax(0, 960px) minmax(260px, 1fr);
    column-gap: clamp(48px, 4vw, 78px);
  }
  .rep__grid {
    grid-template-columns: minmax(0, 430px) minmax(0, 440px);
    width: min(100%, 982px);
    max-width: 982px;
    margin-left: clamp(26px, 2vw, 44px);
    row-gap: clamp(76px, 6vw, 96px);
    column-gap: clamp(86px, 6vw, 112px);
  }
  .rep__visual {
    width: min(100%, 404px);
    min-height: 486px;
  }
  .rep__planet-back {
    top: clamp(198px, 15.4vw, 250px);
    left: clamp(14px, 1vw, 30px);
    width: clamp(184px, 10vw, 222px);
  }
  .rep__planet {
    top: clamp(210px, 15.8vw, 264px);
    left: clamp(20px, 1.2vw, 34px);
    width: clamp(160px, 8.9vw, 194px);
  }
  .rep__moon-flare {
    top: clamp(334px, 22vw, 392px);
    left: clamp(130px, 8vw, 174px);
    width: clamp(198px, 14vw, 264px);
  }

  .footer__upper-inner {
    grid-template-columns: 220px 1fr 260px;
  }
}

@media (min-width: 1441px) and (max-width: 1727px) {
  .hero {
    min-height: calc(100svh + 116px);
    padding-bottom: clamp(296px, 24vh, 376px);
  }

  .tagline-section {
    margin-top: -72px;
  }

  .talent__photo {
    top: -28px;
  }
}

@media (min-width: 1728px) {
  .purpose__bg-img--1 {
    --purpose-wave-y: -22%;
    --purpose-wave-scale: 1.18;
    --purpose-wave-y-mid: -23%;
    --purpose-wave-scale-mid: 1.2;
  }
}

@media (max-width: 1024px) {
  .purpose__bg-img--1 {
    --purpose-wave-y: -21%;
    --purpose-wave-scale: 1.22;
    --purpose-wave-y-mid: -22%;
    --purpose-wave-scale-mid: 1.24;
  }
}

@media (max-width: 768px) {
  .purpose__bg-img--1 {
    --purpose-wave-y: -17%;
    --purpose-wave-scale: 1.24;
    --purpose-wave-y-mid: -18%;
    --purpose-wave-scale-mid: 1.26;
  }
}

@media (max-width: 480px) {
  .purpose__bg-img--1 {
    --purpose-wave-y: -14%;
    --purpose-wave-scale: 1.28;
    --purpose-wave-y-mid: -15%;
    --purpose-wave-scale-mid: 1.3;
  }
}

@media (max-width: 1727px) {
  .talent {
    padding-bottom: var(--section-space-y);
  }
  .talent__inner {
    min-height: clamp(820px, 60vw, 900px);
  }
  .studio {
    padding-top: var(--section-space-y);
  }
}

@media (max-width: 1440px) {
  .hero__content { width: min(calc(100% - 200px), 1096px); }
  .hero__hl-line { font-size: clamp(68px, 7.8vw, 104px); }
}

@media (max-width: 1280px) {
  :root {
    --container-pad: 28px;
    --section-space-y: clamp(94px, 8.1vw, 119px);
    --section-space-tight: clamp(76px, 6.3vw, 97px);
    --section-space-loose: clamp(119px, 9.9vw, 151px);
    --anchor-offset: 112px;
  }

  .nav {
    height: 96px;
    padding-top: 14px;
  }
  .nav--scrolled {
    height: 78px;
  }
  .nav__inner {
    width: min(calc(100% - (var(--container-pad) * 2)), 1168px);
  }
  .nav__links { gap: 22px; }
  .nav__logo img { height: 77px; width: auto; }
  .nav--scrolled .nav__logo img { height: 60px; width: auto; }
  .nav__social { gap: 4px; }

  .hero {
    min-height: 980px;
    padding-bottom: 320px;
  }
  .hero__content {
    width: min(calc(100% - 160px), 980px);
    transform: translateY(-72px);
  }
  .hero__hl-line {
    font-size: clamp(66px, 7.9vw, 96px);
  }

  .tagline-section {
    margin-top: -104px;
    padding: calc(var(--section-space-tight) + var(--tagline-hero-gap)) 0 var(--section-space-y);
  }
  .tagline__inner {
    width: min(calc(100% - (var(--container-pad) * 2)), 1168px);
    gap: var(--stack-sub-content);
  }
  .tagline__heading {
    font-size: clamp(30px, 3vw, 42px);
    white-space: nowrap;
  }
  .tagline__players {
    gap: var(--card-gap);
    max-width: none;
  }

  .unleash {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .unleash__inner {
    width: 100%;
    max-width: var(--container-max);
    padding-inline: var(--container-pad);
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: var(--content-media-gap);
  }
  .unleash__cloud-bg { top: -30px; right: -96px; width: min(1180px, 94vw); }
  .unleash__photo { height: 700px; }
  .unleash__sub { font-size: 18px; line-height: 1.6; max-width: 34ch; }

  .work {
    padding-bottom: var(--section-space-y);
  }
  .work > .container,
  .global > .container,
  .talent > .container,
  .studio > .container,
  .contact > .container,
  .rep > .container,
  .footer__upper > .container,
  .footer__lower > .container {
    max-width: var(--container-max);
    padding-inline: var(--container-pad);
  }
  .work__cards { padding-bottom: 0; }
  .work-card { grid-template-columns: 320px minmax(0, 1fr); }
  .work-card__text { padding: var(--feature-card-pad); }
  .work-card__tag { margin-bottom: var(--space-6); }
  .work-card__media { padding: var(--feature-card-pad) var(--feature-card-pad) var(--feature-card-pad) 0; }
  .work-card--gypsy { --card-width: 876px; --card-left: 84px; --card-top: 66px; }
  .work-card--nba { --card-width: 930px; --card-left: 62px; --card-top: 98px; }
  .work-card--nike { --card-width: 1006px; --card-left: 28px; --card-top: 144px; margin-top: -360px; }
  .work-card--apple { --card-width: 1088px; --card-top: 190px; margin-top: -300px; }
  .work-card--trinity { --card-width: 1170px; --card-left: 0; --card-top: 236px; margin-top: -300px; }

  .global {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .global::before {
    top: -28px;
    left: max(-212px, calc(50% - 884px));
    width: min(872px, 72vw);
    opacity: 0.4;
  }
  .global::after {
    top: 22px;
    right: max(96px, calc(50% - 430px));
    width: min(332px, 28vw);
    opacity: 0.24;
  }
  .global__header { margin-bottom: var(--space-6); }
  .global__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--card-gap); }
  .global__logo-item { height: 122px; }
  .global__logo-item[data-logo] .global__logo-name {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .purpose {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .purpose__header {
    width: 100%;
    max-width: var(--container-max);
    padding-inline: var(--container-pad);
    margin-bottom: var(--space-6);
  }
  .purpose__heading {
    font-size: clamp(54px, 6.4vw, 82px);
    margin-bottom: 0;
  }
  .purpose__tabs { width: max-content; }
  .purpose__gallery-wrap {
    margin-top: var(--space-6);
    scroll-padding-inline: var(--container-pad);
  }
  .purpose__gallery {
    gap: var(--card-gap);
    padding: 8px var(--container-pad) 8px;
  }
  .reel-card { width: clamp(332px, 30vw, 392px); height: 540px; }
  .reel-card__info { left: 0; right: 0; bottom: 0; padding: 20px 22px 22px; }
  .reel-card__title { font-size: 28px; }
  .reel-card__desc { font-size: 14px; }

  .talent {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .talent__inner  { min-height: 860px; }
  .talent__copy   { padding-top: 16px; }
  .talent__heading { max-width: 660px; }
  .talent__photo  { width: min(680px, 53vw); height: 860px; right: -18px; }

  .studio {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .studio__inner  { grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: var(--content-media-gap); }
  .studio__heading { max-width: 420px; }
  .studio__copy   { margin-bottom: var(--space-5); }
  .studio__photos {
    transform: scale(0.9);
    transform-origin: left top;
    height: 412px;
  }
  .studio__cards  { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--card-gap); }
  .studio-card    { padding: var(--card-pad); }
  .studio-card__copy { font-size: 16px; }

  .contact {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .contact__heading { max-width: 1080px; }
  .contact__sub { max-width: min(1120px, 100%); margin-bottom: var(--stack-content-cta); }
  .contact__form { gap: var(--space-3) var(--space-3); }
  .contact__form-wrap { padding: calc(var(--card-pad) + var(--space-1)); }

  .rep {
    --rep-bg-position: 62% 50%;
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-loose);
    min-height: clamp(680px, 60vw, 804px);
  }
  .rep__heading {
    max-width: 540px;
    font-size: clamp(70px, 6.5vw, 94px);
    line-height: 1.0936;
  }
  .rep__layout {
    grid-template-columns: minmax(0, 850px) minmax(220px, 1fr);
    column-gap: clamp(28px, 2.8vw, 50px);
  }
  .rep__grid {
    grid-template-columns: minmax(0, 350px) minmax(0, 390px);
    width: min(100%, 808px);
    max-width: 808px;
    margin-top: 96px;
    margin-left: clamp(24px, 2.2vw, 44px);
    row-gap: clamp(64px, 5.4vw, 82px);
    column-gap: clamp(48px, 4vw, 68px);
  }
  .rep__visual {
    width: min(100%, 320px);
    min-height: 420px;
  }
  .rep__planet-back {
    top: 214px;
    left: 10px;
    width: clamp(170px, 12vw, 204px);
  }
  .rep__planet {
    top: 230px;
    left: 18px;
    width: clamp(148px, 10.8vw, 180px);
  }
  .rep__moon-flare {
    top: 338px;
    left: 120px;
    width: clamp(186px, 14vw, 244px);
  }
  .rep-agent {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .rep-agent__city { font-size: clamp(30px, 2.75vw, 36px); white-space: nowrap; }
  .rep-agent__logo { height: 48px; min-height: 48px; }

  .footer__upper-inner {
    grid-template-columns: 160px 1fr 210px;
    gap: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .nav {
    height: 116px;
    padding-top: 16px;
  }

  .nav--scrolled {
    height: 78px;
    padding-top: 0;
  }

  .nav__logo img {
    height: 100px;
    width: auto;
  }

  .nav--scrolled .nav__logo img {
    height: 65px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  :root {
    --container-pad: 24px;
    --section-space-y: clamp(83px, 7.2vw, 104px);
    --section-space-tight: clamp(68px, 6.3vw, 86px);
    --section-space-loose: clamp(101px, 9vw, 130px);
    --anchor-offset: 96px;
  }

  .nav {
    height: 84px;
    padding-top: 10px;
  }
  .nav--scrolled { height: 70px; }
  .nav__inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    row-gap: 0;
    width: min(calc(100% - (var(--container-pad) * 2)), 952px);
  }
  .nav__logo img { height: 71px; width: auto; }
  .nav--scrolled .nav__logo img { height: 55px; width: auto; }
  .nav__links {
    display: flex;
    grid-column: auto;
    justify-self: center;
    gap: 14px;
    width: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .nav__link {
    flex: 0 1 auto;
    font-size: 13px;
  }
  .nav__social {
    justify-self: end;
    gap: 4px;
  }
  .nav__imdb { display: none; }

  .hero {
    min-height: 900px;
    padding-bottom: 286px;
  }
  .hero__content { width: min(calc(100% - 96px), 820px); }
  .hero__hl-line { font-size: clamp(56px, 8vw, 86px); }

  .tagline-section {
    margin-top: -72px;
    padding: calc(var(--section-space-tight) + var(--tagline-hero-gap)) 0 var(--section-space-y);
  }
  .tagline__inner {
    width: min(calc(100% - (var(--container-pad) * 2)), 952px);
    gap: var(--stack-sub-content);
  }
  .tagline__heading {
    font-size: clamp(26px, 3.4vw, 34px);
    white-space: nowrap;
  }
  .tagline__players {
    gap: var(--card-gap);
    max-width: none;
  }

  .unleash__inner {
    grid-template-columns: minmax(0, 1fr) 420px;
    padding-inline: var(--container-pad);
  }
  .unleash__text { text-align: left; }
  .unleash__cloud-bg {
    top: -20px;
    right: -72px;
    width: min(980px, 104vw);
    transform: none;
  }
  .unleash__photo { height: 620px; }
  .unleash__photo img {
    width: min(100%, 480px);
  }
  .unleash__sub {
    margin-inline: 0;
    max-width: min(38ch, 100%);
  }

  .global,
  .purpose,
  .talent,
  .studio {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .global__header,
  .purpose__header {
    margin-bottom: var(--space-6);
  }
  .global__heading,
  .purpose__heading {
    font-size: clamp(52px, 8.6vw, 78px);
    margin-bottom: 0;
  }
  .global__sub {
    font-size: 18px;
    max-width: none;
    white-space: nowrap;
  }
  .global__grid { grid-template-columns: repeat(3, 1fr); }

  .purpose__tabs {
    gap: var(--space-1);
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: 0;
    width: max-content;
    max-width: 100%;
    padding-inline: 8px;
    padding-bottom: var(--space-1);
    scrollbar-width: none;
  }
  .purpose__tabs::-webkit-scrollbar { display: none; }
  .purpose__tab {
    flex: 0 0 auto;
    min-height: 56px;
    padding: 0 24px;
    font-size: 12px;
  }
  .purpose__gallery-wrap {
    padding-inline: 0;
    scroll-padding-inline: var(--container-pad);
    margin-top: var(--space-5);
  }
  .reel-card {
    width: clamp(320px, 42vw, 370px);
    height: 500px;
  }

  .work {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .work__cards {
    gap: 0;
    padding-bottom: 0;
  }
  .work-card,
  .work-card--gypsy,
  .work-card--nba,
  .work-card--nike,
  .work-card--apple,
  .work-card--trinity {
    position: sticky;
    top: var(--card-top);
    width: min(var(--card-width), calc(100% - var(--card-left)));
    margin-left: var(--card-left);
    grid-template-columns: 286px minmax(0, 1fr);
    height: 474px;
    min-height: 474px;
  }
  .work-card__text { padding: var(--feature-card-pad); }
  .work-card__tag { margin-bottom: var(--space-6); }
  .work-card__name {
    font-size: 34px;
  }
  .work-card__desc {
    max-width: 100%;
  }
  .work-card__media {
    padding: var(--feature-card-pad) var(--feature-card-pad) var(--feature-card-pad) 0;
    height: auto;
  }
  .work-card--gypsy { --card-width: 796px; --card-left: 66px; --card-top: 66px; }
  .work-card--nba { --card-width: 848px; --card-left: 48px; --card-top: 96px; }
  .work-card--nike { --card-width: 904px; --card-left: 22px; --card-top: 142px; margin-top: -334px; }
  .work-card--apple { --card-width: 960px; --card-left: 0; --card-top: 188px; margin-top: -274px; }
  .work-card--trinity { --card-width: 1016px; --card-left: 0; --card-top: 234px; margin-top: -274px; }

  .talent__inner {
    min-height: 820px;
    display: block;
    gap: 0;
  }
  .talent__copy {
    padding-top: 0;
    max-width: none;
  }
  .talent__heading {
    max-width: 620px;
  }
  .talent__photo {
    position: absolute;
    right: -40px;
    top: 0;
    width: min(600px, 58vw);
    height: 820px;
    margin-inline: 0;
  }

  .contact {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .contact__heading {
    font-size: clamp(56px, 8.6vw, 82px);
    margin-bottom: 24px;
  }
  .contact__heading span { display: inline; }
  .contact__sub {
    max-width: min(960px, 100%);
    margin-bottom: var(--stack-content-cta);
  }
  .contact__form-wrap { padding: calc(var(--card-pad) + var(--space-1)); }
  .contact__form { gap: var(--space-3) var(--space-2); }
  .contact__choices { gap: var(--space-2); }

  .studio__inner {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: var(--content-media-gap);
  }
  .studio__copy { max-width: none; margin-bottom: var(--space-5); }
  .studio__photos {
    justify-content: flex-start;
    margin-left: 0;
    transform: scale(0.76);
    transform-origin: left top;
    height: 347px;
  }
  .studio__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .rep {
    --rep-bg-position: 62% 50%;
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-loose);
    min-height: auto;
  }
  .rep__layout {
    grid-template-columns: minmax(0, 1fr) 188px;
    column-gap: 44px;
  }
  .rep__visual {
    min-height: 360px;
  }
  .rep__planet-back {
    top: 194px;
    left: 6px;
    width: clamp(154px, 18vw, 184px);
  }
  .rep__planet {
    top: 206px;
    left: -2px;
    width: clamp(138px, 16vw, 168px);
  }
  .rep__moon-flare {
    top: 308px;
    left: 82px;
    width: clamp(166px, 18vw, 216px);
  }
  .rep__crosshair { top: 16%; right: 16%; }
  .rep__grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 584px;
    margin-top: 96px;
    margin-left: 0;
    column-gap: clamp(40px, 5vw, 68px);
    row-gap: clamp(54px, 5.6vw, 72px);
  }
  /* keep explicit placement at tablet */
  .rep-agent--ny      { grid-column: 1; grid-row: 1; }
  .rep-agent--donna   { grid-column: 1; grid-row: 2; }
  .rep-agent--la      { grid-column: 1; grid-row: 3; }
  .rep-agent--chicago { grid-column: 2; grid-row: 1; }
  .rep-agent--atlanta { grid-column: 2; grid-row: 2; }
  .rep__heading {
    max-width: 471px;
    margin-bottom: 0;
    font-size: clamp(70px, 6.5vw, 94px);
    line-height: 1.0936;
  }
  .rep-agent {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .rep-agent__city { font-size: clamp(24px, 4vw, 32px); white-space: nowrap; }
  .rep-agent__logo {
    height: 46px;
    min-height: 46px;
    margin-top: 0;
    padding-bottom: 12px;
  }
  .rep-agent__logo img { max-width: 92px; }
  .rep-agent__logo img.rep-logo--formation { max-width: 120px; }
  .rep-agent__logo img.rep-logo--cesd,
  .rep-agent__logo img.rep-logo--big-mouth { transform: translateX(-20px); }
  .rep-agent__meta,
  .rep-agent__line,
  .rep-agent__line a { font-size: 16px; }

  .footer__upper { padding: 44px 0 34px; }
  .footer__upper::before { transform: none; }
  .footer__upper-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .footer__logo { justify-self: center; margin-inline: auto; }
  .footer__social {
    justify-content: center;
    gap: 0;
  }
  .footer__brand { align-items: center; justify-self: center; }
  .footer__lower-inner {
    gap: 18px;
  }
  .footer__nav {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-pad: 24px;
    --section-space-y: clamp(65px, 9vw, 79px);
    --section-space-tight: clamp(58px, 8.1vw, 70px);
    --card-gap: 20px;
    --anchor-offset: 88px;
    --mobile-hero-primary: 52px;
    --mobile-hero-secondary: 44px;
    --mobile-tagline: 26px;
    --mobile-display-xl: 64px;
    --mobile-display-lg: 56px;
    --mobile-card-title: 30px;
    --mobile-copy: 14px;
    --mobile-detail-copy: 15px;
    --mobile-copy-line: 1.62;
  }

  .nav {
    height: 82px;
    padding-top: 0;
    align-items: center;
  }
  .nav--scrolled {
    height: 74px;
    background: rgba(5, 8, 30, 0.7);
  }
  .nav__inner {
    grid-template-columns: auto 1fr auto;
    width: min(calc(100% - (var(--container-pad) * 2)), 720px);
    row-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav__logo {
    justify-content: flex-start;
  }
  .nav__logo img {
    height: 68px;
    width: auto;
  }
  .nav__links {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
  .nav__social {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
  .nav__toggle {
    display: inline-flex !important;
    position: fixed;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    padding: 0;
    z-index: 102;
    border-color: rgba(255,255,255,0.18);
    background: rgba(5,8,30,0.54);
    box-shadow: 0 14px 34px rgba(2, 6, 24, 0.32);
  }
  .nav__mobile-panel {
    padding-top: clamp(104px, 15svh, 124px);
  }
  .nav__mobile-link {
    font-size: 12px;
  }

  .hero {
    min-height: clamp(380px, 55svh, 480px);
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .hero__panels { grid-template-columns: repeat(3, 1fr); }
  .hero__panel--3 { display: block; }
  .hero__content {
    width: min(calc(100% - 56px), 620px);
    transform: translateY(-28px);
  }
  .hero__hl-line {
    font-size: clamp(40px, 10vw, 60px);
    text-shadow:
      0 0 54px rgba(211,78,11,0.34),
      0 0 112px rgba(211,78,11,0.14);
  }
  .hero__hl-line--2 {
    font-size: clamp(34px, 8.6vw, 50px);
  }

  .tagline-section {
    margin-top: 0;
    padding: calc(var(--section-space-tight) + var(--tagline-hero-gap)) 0 var(--section-space-y);
  }
  .tagline__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: var(--container-pad);
    box-sizing: border-box;
    gap: var(--stack-sub-content);
  }
  .tagline__heading {
    font-size: clamp(28px, 7.5vw, 40px);
    line-height: 1.0936;
    white-space: normal;
    text-align: center;
    max-width: 14ch;
    margin-inline: auto;
  }
  .tagline__players {
    flex-direction: column;
    align-items: center;
    width: min(100%, 390px);
  }
  .audio-player {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
  }
  .audio-player__label {
    font-size: 11px;
    line-height: 1.1;
  }
  .audio-player__bar-wrapper {
    min-height: 50px;
    padding: 7px 10px 7px 7px;
  }

  .global,
  .purpose,
  .talent,
  .studio {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .rep {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .global__header {
    margin-bottom: var(--space-4);
  }
  .global::before {
    top: 16px;
    left: -92px;
    width: min(462px, 96vw);
    opacity: 0.28;
  }
  .global::after {
    top: 42px;
    right: 32px;
    width: min(176px, 34vw);
    opacity: 0.16;
  }
  .global__heading {
    font-size: clamp(42px, 13vw, 58px);
    margin-bottom: 0;
  }
  .global__sub {
    font-size: 15px;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .global__grid  {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--card-gap);
  }
  .global__logo-item {
    height: 108px;
    padding: 12px;
  }
  .global__logo-name {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .global__logo-item[data-logo] .global__logo-name {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .purpose__header {
    margin-bottom: var(--space-4);
  }
  .purpose__heading {
    font-size: clamp(42px, 12vw, 58px);
    margin-bottom: 0;
  }
  .purpose__tabs {
    gap: var(--space-1);
    width: max-content;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-inline: calc(var(--container-pad) * -1);
    padding-inline: var(--container-pad);
  }
  .purpose__tab {
    min-height: 54px;
    padding: 0 20px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .purpose__gallery-wrap {
    padding-inline: 0;
    scroll-padding-inline: var(--container-pad);
    margin-top: var(--space-4);
  }
  .purpose__scrollbar {
    width: min(300px, calc(100% - 40px));
    margin-top: var(--space-3);
  }
  .reel-card {
    width: min(86vw, 340px);
    height: 470px;
  }
  .reel-card__info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 18px 20px;
  }

  .unleash {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .unleash__inner,
  .studio__inner {
    grid-template-columns: 1fr;
  }
  .unleash__text { text-align: left; }
  .unleash__cloud-bg {
    top: -8px;
    right: 50%;
    width: min(760px, 124vw);
    transform: translateX(50%);
  }
  .unleash__heading {
    font-size: clamp(48px, 12vw, 72px);
    margin-bottom: 24px;
  }
  .unleash__sub {
    font-size: 15px;
    line-height: 1.55;
    max-width: min(30ch, 100%);
    margin-inline: 0;
  }
  .unleash__photo {
    height: auto;
    justify-content: center;
  }
  .unleash__photo img { width: min(420px, 100%); }

  .work {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .work__cards {
    gap: var(--card-gap);
    padding-bottom: 0;
  }
  .work > .container {
    padding-inline: var(--container-pad);
  }
  .work-card,
  .work-card--gypsy,
  .work-card--nba,
  .work-card--nike,
  .work-card--apple,
  .work-card--trinity {
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .work-card__text {
    padding: var(--card-pad) var(--card-pad) var(--space-1);
  }
  .work-card__tag { margin-bottom: var(--space-4); }
  .work-card__name {
    font-size: 32px;
  }
  .work-card__desc {
    max-width: none;
  }
  .work-card__media {
    padding: 0 var(--card-pad) var(--card-pad);
    height: 280px;
  }

  .talent {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .talent__inner {
    min-height: 0;
    display: grid;
    gap: var(--space-4);
  }
  .talent__heading {
    font-size: clamp(52px, 16vw, 84px);
    margin-bottom: 0;
  }
  .talent__bio p {
    font-size: 15px;
    line-height: 1.8;
  }
  .talent__photo {
    width: min(460px, 100%);
    height: auto;
    position: relative;
    right: auto;
  }

  .studio {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .studio__inner {
    gap: var(--content-media-gap);
  }
  .studio__heading {
    font-size: clamp(56px, 18vw, 82px);
    margin-bottom: 24px;
  }
  .studio__copy {
    gap: var(--space-3);
    margin-bottom: var(--space-4);
  }
  .studio__copy p {
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 1.6;
    max-width: min(30ch, 100%);
  }
  .studio__photos {
    justify-content: center;
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
  }
  .studio__photo {
    width: min(22vw, 110px);
    height: 240px;
    border-radius: 16px;
    position: relative;
    left: auto;
  }
  .studio__photo--1 { transform: translateY(34px); }
  .studio__photo--2 { transform: translateY(82px); }
  .studio__photo--3 { transform: translateY(10px); }
  .studio__photo--4 { transform: translateY(70px); }
  .studio__cards {
    grid-template-columns: 1fr;
    gap: var(--card-gap);
  }
  .studio-card,
  .studio-card--tall {
    min-height: 0;
  }
  .studio-card--wide {
    grid-column: auto;
  }
  .studio-card {
    padding: var(--card-pad);
    gap: var(--space-3);
  }
  .studio-card__category {
    min-height: 28px;
    padding: 5px 16px;
    font-size: 13px;
  }
  .studio-card__copy {
    font-size: 16px;
  }

  .rep__layout {
    grid-template-columns: 1fr;
  }
  .rep {
    --rep-bg-position: 52% 285px;
    --rep-bg-size: auto clamp(560px, 74vh, 720px);
  }
  .rep__visual {
    min-height: 250px;
    margin-top: -8px;
  }
  .rep__planet-back {
    width: clamp(166px, 38vw, 220px);
    top: 16px;
    left: auto;
    right: 16px;
    opacity: 0.54;
  }
  .rep__planet {
    width: clamp(150px, 34vw, 200px);
    top: 32px;
    left: auto;
    right: 24px;
    opacity: 0.88;
  }
  .rep__crosshair { display: none; }
  .rep__moon-flare {
    top: 124px;
    left: auto;
    right: -12px;
    width: clamp(170px, 38vw, 230px);
  }
  .rep__heading {
    font-size: clamp(56px, 18vw, 82px);
    line-height: 1.0936;
    margin-bottom: 0;
  }
  .rep__grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    max-width: none;
    margin-top: 96px;
    margin-left: 0;
  }
  /* clear explicit placement for single-column stack */
  .rep-agent--ny,
  .rep-agent--la,
  .rep-agent--chicago,
  .rep-agent--atlanta,
  .rep-agent--donna { grid-column: auto; grid-row: auto; }
  .rep-agent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .rep-agent__logo {
    order: 1;
    height: 46px;
    min-height: 46px;
    margin-top: 0;
    padding-bottom: 12px;
    justify-content: center;
  }
  .rep-agent__city {
    order: 2;
    font-size: clamp(28px, 8vw, 38px);
    white-space: normal;
    text-align: center;
    margin-bottom: 6px;
  }
  .rep-agent__body {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .rep-agent__meta {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
  }
  .rep-agent__line {
    order: 4;
    display: grid;
    grid-template-columns: max-content minmax(0, max-content);
    align-items: baseline;
    justify-content: center;
    column-gap: 4px;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255,255,255,0.92);
  }
  .rep-agent__line-label {
    text-align: right;
  }
  .rep-agent__line a {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    min-width: 0;
  }
  .contact {
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .contact__heading {
    font-size: clamp(44px, 13vw, 64px);
    margin-bottom: 20px;
  }
  .contact__heading span {
    display: block;
  }
  .contact__sub {
    font-size: 15px;
    line-height: 1.8;
    text-wrap: pretty;
    margin-bottom: var(--stack-content-cta);
  }
  .contact__form {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }
  .contact__form-wrap {
    padding: calc(var(--card-pad) + 4px);
    border-radius: 16px;
  }
  .contact__label {
    font-size: 14px;
    line-height: 1.45;
  }
  .contact__input,
  .contact__textarea {
    min-height: 48px;
  }
  .contact__textarea {
    min-height: 120px;
  }
  .contact__choices {
    gap: 10px;
  }
  .contact__choice {
    gap: 8px;
    padding: 8px 12px;
  }
  .contact__choice-indicator {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .contact__choice-text {
    font-size: 15px;
  }
  .contact__submit { margin-top: var(--space-3); }
  .contact__button {
    min-height: 52px;
    font-size: 13px;
  }
  .contact__response-note {
    margin-top: var(--space-4);
    font-size: 12px;
    letter-spacing: 0.32em;
    max-width: 34ch;
    line-height: 1.6;
  }

  .footer__upper { padding: 34px 0 26px; }
  .footer__upper::before { display: block; }
  .footer__logo img { height: 70px; }
  .footer__email { font-size: 13px; }
  .footer__source-connect {
    width: 100%;
    max-width: 100%;
    padding: 7px 16px;
    font-size: 8px;
    letter-spacing: 1.2px;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer__lower-inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
  .footer__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__copy { font-size: 11px; }

  .ai-assistant {
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: flex;
    justify-content: flex-end;
  }
  .ai-assistant__panel {
    left: 0;
    right: 0;
    bottom: 70px;
    width: auto;
    max-height: min(620px, calc(100svh - 112px));
    transform-origin: bottom center;
  }
  .ai-assistant__messages {
    min-height: 168px;
    max-height: 300px;
  }

  .hero__hl-line {
    font-size: var(--mobile-hero-primary);
    letter-spacing: 0;
  }
  .hero__hl-line--2 {
    font-size: var(--mobile-hero-secondary);
  }
  .tagline__heading {
    font-size: clamp(28px, 7.5vw, 40px);
    letter-spacing: 0;
  }
  .global__heading,
  .purpose__heading,
  .contact__heading {
    font-size: var(--mobile-display-lg);
    letter-spacing: 0;
  }
  .unleash__heading,
  .talent__heading,
  .studio__heading,
  .rep__heading {
    font-size: var(--mobile-display-xl);
    letter-spacing: 0;
  }
  .work-card__name,
  .reel-card__title {
    font-size: var(--mobile-card-title);
    letter-spacing: 0;
  }
  .global__sub,
  .unleash__sub,
  .work-card__desc,
  .reel-card__desc,
  .talent__bio p,
  .studio-card__copy,
  .contact__sub {
    font-size: var(--mobile-copy);
    line-height: var(--mobile-copy-line);
  }
  .rep-agent__meta,
  .rep-agent__line,
  .rep-agent__line a,
  .contact__label,
  .contact__choice-text {
    font-size: var(--mobile-detail-copy);
  }

  /* FIX 2 — Rep meta: single-line layout, nowrap, centered */
  .rep-agent__meta {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .rep-agent__name {
    font-size: 13px;
    white-space: nowrap;
  }
  .rep-agent__line,
  .rep-agent__line a {
    font-size: 13px;
    white-space: nowrap;
  }

  /* FIX 6 — Footer brand contained, upper overflow clipped */
  .footer__brand {
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
    align-items: center;
  }
  .footer__brand-logo {
    width: min(82px, 100%);
    height: auto;
  }
  .footer__upper > .container {
    overflow: hidden;
    max-width: 100%;
  }
  .footer__upper-inner {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  :root {
    --container-pad: 16px;
    --card-gap: 16px;
    --anchor-offset: 84px;
    --mobile-hero-primary: 40px;
    --mobile-hero-secondary: 34px;
    --mobile-tagline: 24px;
    --mobile-display-xl: 54px;
    --mobile-display-lg: 48px;
    --mobile-card-title: 28px;
    --mobile-copy: 14px;
    --mobile-detail-copy: 15px;
    --mobile-copy-line: 1.6;
  }

  .nav {
    height: 76px;
    padding-top: 0;
  }
  .nav__inner {
    width: calc(100% - (var(--container-pad) * 2));
  }
  .nav__logo img {
    height: 60px;
    width: auto;
  }
  .nav__toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    top: 16px;
    right: 14px;
  }
  .nav__mobile-panel {
    padding: 96px 20px calc(24px + env(safe-area-inset-bottom));
  }
  .nav__mobile-link {
    min-height: 46px;
    font-size: 12px;
  }
  .nav__mobile-social {
    gap: 10px;
  }
  .nav__mobile-social a {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    min-height: clamp(420px, 58svh, 500px);
    padding-top: 82px;
    padding-bottom: 46px;
  }
  .hero__panels { grid-template-columns: 1fr 1fr; }
  .hero__panel--3 { display: none; }
  .hero__overlay {
    background:
      linear-gradient(to bottom,
        rgba(5,8,30,0.62) 0%,
        rgba(5,8,30,0.18) 26%,
        rgba(5,8,30,0.24) 58%,
        rgba(5,8,30,0.86) 100%),
      linear-gradient(to right,
        rgba(5,8,30,0.5) 0%,
        rgba(5,8,30,0.08) 12%,
        rgba(5,8,30,0.08) 88%,
        rgba(5,8,30,0.5) 100%);
  }
  .hero__content {
    width: calc(100% - 32px);
    max-width: 336px;
    transform: translateY(-20px);
  }
  .hero__headline {
    gap: 6px;
  }
  .hero__hl-line {
    font-size: var(--mobile-hero-primary);
    line-height: 0.92;
    letter-spacing: 0;
    transform: none;
    text-shadow:
      0 0 36px rgba(211,78,11,0.26),
      0 0 84px rgba(211,78,11,0.14);
  }
  .hero__hl-line--2 {
    font-size: var(--mobile-hero-secondary);
  }
  .tagline-section {
    margin-top: 0;
    padding: calc(var(--section-space-tight) + var(--tagline-hero-gap)) 0 var(--section-space-y);
  }
  .tagline__inner {
    width: calc(100% - 32px);
    gap: var(--stack-sub-content);
  }
  .tagline__heading {
    font-size: var(--mobile-tagline);
    line-height: 1.0936;
    letter-spacing: 0;
    white-space: normal;
    text-wrap: balance;
    max-width: 13ch;
    margin-inline: auto;
  }
  .tagline__players {
    gap: var(--card-gap);
    width: min(100%, 350px);
  }
  .audio-player__label {
    font-size: 11px;
    letter-spacing: 0.2rem;
  }
  .audio-player__bar-wrapper {
    min-height: 48px;
    padding: 7px 10px 7px 7px;
    gap: 9px;
  }
  .audio-player__time {
    min-width: 34px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  :root {
    --container-pad: 20px;
    --section-space-y: 61px;
    --section-space-tight: 54px;
    --card-gap: 16px;
    --anchor-offset: 80px;
    --mobile-hero-primary: 34px;
    --mobile-hero-secondary: 30px;
    --mobile-tagline: 24px;
    --mobile-display-xl: 46px;
    --mobile-display-lg: 42px;
    --mobile-card-title: 26px;
    --mobile-copy: 14px;
    --mobile-detail-copy: 14px;
    --mobile-copy-line: 1.6;
  }

  .nav__mobile-panel {
    padding: 88px 16px calc(20px + env(safe-area-inset-bottom));
  }
  .nav__toggle {
    width: 40px;
    height: 40px;
    top: 14px;
    right: 12px;
  }
  .nav__mobile-links {
    gap: 0;
  }
  .nav__mobile-link {
    min-height: 44px;
    padding-block: 12px;
    font-size: 12px;
  }
  .nav__mobile-social a {
    gap: 8px;
    min-height: 38px;
    padding: 0 11px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .nav__mobile-email {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .hero {
    min-height: clamp(340px, 50svh, 420px);
    padding-top: 76px;
    padding-bottom: 48px;
  }
  .hero__content {
    width: calc(100% - (var(--container-pad) * 2));
    max-width: 306px;
    transform: translateY(-16px);
  }
  .hero__hl-line {
    font-size: var(--mobile-hero-primary);
  }
  .hero__hl-line--2 {
    font-size: var(--mobile-hero-secondary);
  }
  .tagline-section {
    margin-top: 0;
    padding-top: calc(var(--section-space-tight) + var(--tagline-hero-gap));
    padding-bottom: var(--section-space-y);
  }
  .tagline__heading {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    max-width: 12ch;
    margin-inline: auto;
  }
  .audio-player__label {
    font-size: 11px;
    letter-spacing: 0.2rem;
  }
  .audio-player__bar-wrapper {
    min-height: 46px;
    padding: 7px 9px 7px 7px;
    gap: 8px;
  }
  .audio-player__time {
    min-width: 32px;
    font-size: 10px;
  }

  .rep {
    --rep-bg-position: 52% 285px;
    --rep-bg-size: auto clamp(560px, 74vh, 720px);
    padding-top: var(--section-space-y);
    padding-bottom: var(--section-space-y);
  }
  .rep__layout {
    grid-template-columns: 1fr;
  }
  .rep__visual {
    display: none;
  }
  .rep__planet-back { display: none; }
  .rep__planet { display: none; }
  .rep__moon-flare { display: none; }
  .rep-agent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .rep-agent__city {
    font-size: clamp(24px, 7vw, 32px);
  }
  .rep-agent__logo {
    order: 1;
    height: 44px;
    min-height: 44px;
    margin-top: 0;
    padding-bottom: 12px;
    justify-content: center;
  }
  .rep-agent__logo img {
    max-width: 72px;
  }
  .rep-agent__logo img.rep-logo--formation {
    max-width: 120px;
  }
  .rep-agent__logo img.rep-logo--cesd,
  .rep-agent__logo img.rep-logo--big-mouth {
    transform: translateX(-5px);
  }
  .rep-agent__meta {
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .rep-agent__line,
  .rep-agent__line a {
    font-size: 13px;
    white-space: nowrap;
  }

  .unleash__heading {
    font-size: var(--mobile-display-xl);
  }
  .unleash__sub {
    max-width: min(26ch, 100%);
    font-size: var(--mobile-copy);
    line-height: var(--mobile-copy-line);
  }
  .unleash__photo img {
    width: min(360px, 100%);
  }

  .work {
    padding-bottom: var(--section-space-y);
  }
  .work-card__text {
    padding: var(--card-pad) var(--card-pad) var(--space-1);
  }
  .work-card__name {
    font-size: var(--mobile-card-title);
  }
  .purpose__scrollbar {
    width: min(220px, calc(100% - 32px));
  }
  .work-card__media {
    padding: 0 var(--card-pad) var(--card-pad);
    height: 220px;
  }
  .global__logo-item {
    height: 96px;
  }
  .global::before {
    top: 26px;
    left: -96px;
    width: min(392px, 112vw);
    opacity: 0.24;
  }
  .global::after {
    top: 54px;
    right: 18px;
    width: min(138px, 36vw);
    opacity: 0.14;
  }
  .global__logo-name {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .global__logo-item[data-logo] .global__logo-name {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .purpose__heading {
    font-size: var(--mobile-display-lg);
  }
  .purpose__tab {
    min-height: 50px;
    padding: 0 18px;
    font-size: 10px;
  }
  .reel-card {
    width: min(88vw, 320px);
    height: 430px;
  }
  .reel-card__info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 16px 18px;
  }

  .talent__heading {
    font-size: var(--mobile-display-xl);
  }
  .talent__bio p {
    font-size: var(--mobile-copy);
    line-height: var(--mobile-copy-line);
  }

  .studio__heading {
    font-size: var(--mobile-display-xl);
  }
  .studio__copy p {
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 1.6;
    max-width: min(30ch, 100%);
  }
  .studio__photos {
    gap: 4px;
  }
  .studio__photo {
    width: min(21vw, 80px);
    height: 176px;
  }
  .studio__photo--1 { transform: translateY(20px); }
  .studio__photo--2 { transform: translateY(42px); }
  .studio__photo--3 { transform: translateY(6px); }
  .studio__photo--4 { transform: translateY(34px); }

  .contact__heading {
    font-size: var(--mobile-display-lg);
  }
  .contact__sub {
    font-size: var(--mobile-copy);
    line-height: var(--mobile-copy-line);
    text-wrap: pretty;
  }
  .contact__choice {
    padding: 8px 10px;
  }
  .contact__choice-text {
    font-size: var(--mobile-detail-copy);
  }
  .contact__response-note {
    font-size: 11px;
    letter-spacing: 0.22em;
    max-width: 26ch;
  }

  .footer__upper {
    padding: 28px 0 22px;
  }
  .footer__logo img {
    height: 62px;
  }
  .footer__nav {
    gap: 12px 16px;
  }
  .footer__copy {
    line-height: 1.4;
  }
  .footer__built {
    text-align: center;
    width: 100%;
  }

  .ai-assistant {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
  .ai-assistant__panel {
    bottom: 64px;
    max-height: min(560px, calc(100svh - 92px));
  }
  .ai-assistant__header {
    padding: 15px 15px 13px;
  }
  .ai-assistant__title {
    font-size: 16px;
  }
  .ai-assistant__messages {
    min-height: 146px;
    max-height: 252px;
    padding: 15px;
  }
  .ai-assistant__prompts {
    grid-template-columns: 1fr;
    padding: 0 15px 14px;
  }
  .ai-assistant__form {
    padding: 13px 15px 15px;
  }
  .ai-assistant__launcher {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }
  .ai-assistant__launcher-mark {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 768px) {
  .nav__toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .nav__mobile-footer {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero__headline {
    font-size: clamp(2.05rem, 8.8vw, 8rem);
    line-height: 1.0;
    letter-spacing: -0.02em;
  }

  .hero__hl-line,
  .hero__hl-line--2 {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .tagline__heading {
    font-size: clamp(24px, 7vw, 32px);
    letter-spacing: 0;
    line-height: 1.0936;
    text-align: center;
    white-space: normal;
    max-width: 12ch;
    margin-inline: auto;
  }

  .unleash__heading {
    font-size: clamp(36px, 10vw, 42px);
    max-width: 100%;
  }

  .purpose__heading {
    /* Reduced from clamp(40px,10.6vw,42px): the heading's longest text line
       was ~3px wider than the 350px content box. 9.5vw lands at ~37px at
       390px, which fits comfortably within the container. */
    font-size: clamp(36px, 9.5vw, 40px);
  }

  .footer__source-connect {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .tabs-wrapper {
    --bg-color: #05081e;
    position: relative;
    justify-content: flex-start;
    width: calc(100% + (var(--container-pad) * 2));
    margin-inline: calc(var(--container-pad) * -1);
    padding-inline: var(--container-pad);
    overflow: hidden;
  }

  .tabs-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, var(--bg-color, #fff) 0%, transparent 100%);
    pointer-events: none;
  }

  .tabs-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    padding-bottom: 4px;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .tabs-bar::-webkit-scrollbar {
    display: none;
  }

  .tab-item {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .studio-specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .studio-spec-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 0.5px solid rgba(255,255,255,0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--text);
  }

  .studio-spec-label {
    min-width: 90px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 1;
    justify-content: flex-start;
  }

  .studio-spec-value {
    flex: 1;
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
    letter-spacing: 0;
  }

  .rep-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
  }

  .rep__layout,
  .rep__content,
  .rep__grid,
  .rep-agent__body {
    min-width: 0;
    max-width: 100%;
  }

  .rep__heading {
    max-width: 100%;
    font-size: var(--mobile-display-xl);
    line-height: 1.0936;
  }

  .rep__grid {
    width: 100%;
  }

  .rep-contact-link {
    display: inline-flex;
    align-items: baseline;
    min-height: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: normal;
  }

  .rep-logo {
    max-height: 40px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .rep__heading {
    /* clamp ensures "REPRESEN" (widest line of wrapped REPRESENTATION) fits in
       the ~350px container at 390px viewport (46px was 18px over). */
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.0936;
  }

  .audio-player__bar-wrapper {
    grid-template-columns: 44px minmax(0, 1fr) auto 44px;
    grid-template-areas: none;
    align-items: center;
    min-height: 0;
    padding: 7px 9px 7px 7px;
  }

  .audio-play-btn {
    grid-area: auto;
  }

  .audio-progress-bar {
    grid-area: auto;
  }

  .audio-player__vol {
    display: none;
  }

  .ai-assistant {
    left: 0;
    right: 0;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: 100%;
    box-sizing: border-box;
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
    display: flex;
    justify-content: flex-end;
  }

  .ai-assistant__launcher {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
  }
  .ai-assistant__launcher-mark {
    width: 44px;
    height: 44px;
  }

  .ai-assistant__panel {
    position: fixed;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(62px + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    max-height: min(540px, calc(100svh - 88px));
    transform-origin: bottom center;
  }
}

.hero__headline,
.tagline__heading,
.unleash__heading,
.work__title,
.work-card__name,
.work-card__title,
.global__heading,
.purpose__heading,
.reel-card__title,
.talent__heading,
.studio__heading,
.studio-card__title,
.contact__heading,
.rep__heading,
.ai-assistant__title {
  letter-spacing: -0.01em;
}

.hero__hl-line,
.hero__hl-line--2 {
  letter-spacing: inherit;
}

.reel-card__title {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Mobile first-screen budget: keep the hero poster tight and let demos enter sooner. */
@media (max-width: 768px) {
  .hero {
    min-height: clamp(500px, 57svh, 584px);
    padding-top: 84px;
    padding-bottom: 64px;
  }

  .hero__content {
    width: min(calc(100% - 56px), 620px);
    transform: translateY(-34px);
  }

  .hero__headline {
    font-size: 52px;
    line-height: 0.92;
    letter-spacing: -0.01em;
  }

  .hero__hl-line {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .hero__hl-line--2 {
    font-size: 46px;
  }
  .tagline-section {
    --tagline-hero-gap: 52px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: clamp(430px, 54svh, 500px);
    padding-top: 80px;
    padding-bottom: 42px;
  }

  .hero__content {
    width: calc(100% - 32px);
    max-width: 350px;
    transform: translateY(-18px);
  }

  .hero__headline {
    font-size: 38px;
  }

  .hero__hl-line--2 {
    font-size: inherit;
  }
  .tagline-section {
    --tagline-hero-gap: 40px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: clamp(372px, 51svh, 432px);
    padding-top: 76px;
    padding-bottom: 34px;
  }

  .hero__content {
    max-width: 340px;
    transform: translateY(-10px);
  }

  .hero__headline {
    font-size: 34px;
  }
  .tagline-section {
    --tagline-hero-gap: 32px;
  }
}

@media (max-width: 360px) {
  .hero__headline {
    font-size: 32px;
  }

  .hero__hl-line--2 {
    font-size: 30px;
  }
}

/* Intrinsic component pass: preserve the art direction while removing fixed media locks. */
@media (min-width: 769px) and (max-width: 1280px) {
  .unleash__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
  }

  .unleash__photo,
  .talent__photo,
  .studio__photos {
    height: auto;
  }

  .unleash__photo {
    aspect-ratio: 3277 / 4096;
  }

  .work-card,
  .work-card--gypsy,
  .work-card--nba,
  .work-card--nike,
  .work-card--apple,
  .work-card--trinity {
    grid-template-columns: minmax(260px, 31%) minmax(0, 1fr);
    min-height: clamp(474px, 46vw, 539px);
    height: auto;
  }

  .reel-card {
    aspect-ratio: 98 / 135;
    height: auto;
  }

  .talent__photo {
    aspect-ratio: 60 / 82;
  }

  .studio__photos {
    width: min(100%, 498px);
    aspect-ratio: 498 / 457;
    transform: none;
  }
}

@media (max-width: 768px) {
  .purpose__gallery {
    min-width: 100%;
  }

  .unleash__photo {
    width: min(420px, 100%);
    justify-self: center;
  }

  .work-card__media {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .work-card__play {
    top: calc(var(--card-pad) + 14px);
    right: calc(var(--card-pad) + 14px);
    width: 48px;
    height: 48px;
  }

  .reel-card {
    aspect-ratio: 34 / 47;
    height: auto;
  }

  .studio__photos {
    aspect-ratio: auto;
    min-height: clamp(220px, 50vw, 322px);
  }
}

@media (max-width: 480px) {
  .unleash__photo {
    width: min(360px, 100%);
  }

  .work-card__media {
    aspect-ratio: 16 / 11;
  }

  .work-card__play {
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
  }

  .reel-card {
    aspect-ratio: 32 / 43;
  }
}

/* ═══════════════════════════════════════════════════════
   MOBILE REPAIR PASS — Bug fixes + Apple/Nike-tier elevation
   All changes scoped to mobile breakpoints.
═══════════════════════════════════════════════════════ */

/* BUG 1A — hero__flare: The heroFlareSweep keyframe animates
   the ::after pseudo-element to translate3d(108vw–120vw),
   which can expand the body's scroll width on narrow viewports.
   Clipping overflow on the element itself contains the sweep
   without affecting the visible glow effect. */
@media (max-width: 768px) {
  .hero__flare {
    overflow: hidden;
  }
}

/* BUG 3 — work-card__name: Ensure text wraps cleanly instead
   of overflowing the single-column card text area at mobile
   widths. The fluid clamp keeps it readable without truncation. */
@media (max-width: 768px) {
  .work-card__name {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .work-card__name {
    font-size: clamp(22px, 6vw, 28px);
  }
}

/* rep-agent__city: "LOS ANGELES" and "CHICAGO" with
   white-space: nowrap overflow the 159px grid cell at ≤480px.
   Allow wrapping so the name stays inside its column. */
@media (max-width: 480px) {
  .rep-agent__city {
    white-space: normal;
    word-break: normal;
  }
}

/* reel-card__title: Keep titles to one line and expose the full
   text with a tooltip when the browser truncates them. */
@media (max-width: 480px) {
  .reel-card__title {
    font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.15;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Audio progress fill: the ::after playhead uses translate(50%,-50%)
   which pushes 5px past the right edge. The waveform parent already
   clips it, but that's invisible to scrollWidth. Clip at the fill
   level so it doesn't appear in overflow diagnostics. */
@media (max-width: 768px) {
  .audio-player__progress,
  .audio-progress-fill {
    overflow: hidden;
  }
}

/* ELEVATION — Touch targets: Apple HIG minimum 44×44pt for
   all tap-able controls. Increase form inputs to 52px so
   iOS finger-sized taps land reliably. */
@media (max-width: 768px) {
  .audio-player__bar-wrapper {
    grid-template-columns: 44px minmax(0, 1fr) auto 44px auto;
  }

  .audio-player__play,
  .audio-play-btn,
  .audio-player__download {
    width: 44px;
    height: 44px;
  }

  .audio-player__play svg,
  .audio-play-btn svg,
  .audio-player__download svg {
    width: 18px;
    height: 18px;
  }

  .contact__input,
  .contact__textarea {
    min-height: 52px;
  }

  .footer__nav-link,
  .footer__social-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .audio-player__bar-wrapper {
    grid-template-columns: 44px minmax(0, 1fr) auto 44px;
  }
}

/* ELEVATION — Safe area: Give the footer's lower bar extra
   bottom padding on notched/home-indicator devices so the
   copyright text isn't obscured. env() falls back to 0px
   on devices without a safe area. */
@media (max-width: 768px) {
  .footer__lower {
    padding-bottom: calc(var(--space-4, 24px) + env(safe-area-inset-bottom, 0px));
  }
}

/* ELEVATION — Touch active states: Hover states are
   unreliable on touch; these :active rules fire on tap
   and give immediate visual feedback. Scoped to
   (hover: none) so they don't interfere with desktop. */
@media (hover: none) {
  .nav__link:active,
  .nav__mobile-link:active {
    opacity: 0.72;
    transition: opacity 0.1s;
  }

  .purpose__tab:active {
    transform: scale(0.97);
    transition: transform 0.1s;
  }

  .contact__choice:active {
    transform: scale(0.97);
    opacity: 0.88;
    transition: transform 0.1s, opacity 0.1s;
  }

  .work-card:active,
  .reel-card:active {
    transform: scale(0.99);
    transition: transform 0.12s;
  }

  .audio-player__play:active,
  .audio-play-btn:active {
    transform: scale(0.93);
    transition: transform 0.1s;
  }
}

/* Mobile token/accessibility pass: centralize spacing and notch-aware nav sizing. */
@media (max-width: 768px) {
  :root {
    --section-space-y: 68px;
    --section-space-tight: 58px;
    --section-space-loose: 83px;
    --card-gap: 18px;
    --anchor-offset: calc(var(--mobile-nav-height) + env(safe-area-inset-top) + 12px);
    --mobile-nav-height: 76px;
    --mobile-nav-scrolled-height: 72px;
    --mobile-nav-toggle-size: 44px;
    --mobile-nav-toggle-top: 16px;
  }

  .nav {
    height: calc(var(--mobile-nav-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    align-items: flex-start;
  }

  .nav--scrolled {
    height: calc(var(--mobile-nav-scrolled-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }

  .nav__inner {
    min-height: var(--mobile-nav-height);
  }

  .nav__toggle {
    width: var(--mobile-nav-toggle-size);
    height: var(--mobile-nav-toggle-size);
    min-width: var(--mobile-nav-toggle-size);
    min-height: var(--mobile-nav-toggle-size);
    top: calc(var(--mobile-nav-toggle-top) + env(safe-area-inset-top));
  }

  .nav__mobile-panel {
    padding-top: calc(var(--mobile-nav-height) + env(safe-area-inset-top) + 20px);
  }

  .nav__mobile-links {
    text-align: center;
  }

  .nav__mobile-link {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  :root {
    --section-space-y: 61px;
    --section-space-tight: 52px;
    --section-space-loose: 74px;
    --card-gap: 16px;
    --mobile-nav-height: 72px;
    --mobile-nav-scrolled-height: 68px;
    --mobile-nav-toggle-size: 42px;
    --mobile-nav-toggle-top: 14px;
  }

  .nav__mobile-panel {
    padding-top: calc(var(--mobile-nav-height) + env(safe-area-inset-top) + 18px);
  }

  .studio-specs {
    gap: var(--card-gap);
  }

  .studio-spec-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--space-3);
    min-height: 156px;
    padding: var(--card-pad);
    border: 1px solid rgba(255,255,255,0.78);
    border-radius: 16px;
    background: linear-gradient(140deg, #ffffff 0%, #f4f6f5 44%, #dde3e2 100%);
    box-shadow: var(--shadow-soft);
    color: var(--text-dark);
  }

  .studio-spec-label {
    min-width: 0;
    min-height: 28px;
    padding: 5px 16px;
    border: 1px solid #8F91A7;
    border-radius: 999px;
    background: rgba(255,255,255,0.96);
    color: #8F91A7;
    font-size: 13px;
    letter-spacing: 0.08em;
    justify-content: center;
  }

  .studio-spec-value {
    flex: 0 1 auto;
    color: rgba(5,8,30,0.96);
    font-size: var(--mobile-copy);
    line-height: 1.45;
    text-align: left;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 480px) {
  :root {
    --section-space-y: 58px;
    --section-space-tight: 50px;
    --section-space-loose: 70px;
    --card-gap: 14px;
    --mobile-nav-height: 70px;
    --mobile-nav-scrolled-height: 66px;
    --mobile-nav-toggle-size: 40px;
    --mobile-nav-toggle-top: 14px;
  }

  .nav__mobile-panel {
    padding-top: calc(var(--mobile-nav-height) + env(safe-area-inset-top) + 16px);
  }

  .studio-spec-item {
    min-height: 142px;
    padding: 18px;
  }
}

/* Purpose mobile: stack the reel cards as normal content instead of a horizontal carousel. */
@media (max-width: 768px) {
  .purpose__header {
    /* The desktop rule has padding-inline: var(--container-pad).
       The width already accounts for that padding via calc(100% - pad*2).
       Zero it here so the content box = full 350px, not 310px. */
    width: min(calc(100% - (var(--container-pad) * 2)), 640px);
    padding-inline: 0;
    margin-bottom: var(--space-4);
    /* Constrain the implicit single grid column so min-content text
       width can't expand the track beyond the container's content box. */
    grid-template-columns: minmax(0, 1fr);
  }

  .purpose .tabs-wrapper {
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }

  .purpose .tabs-wrapper::after {
    display: none;
  }

  .purpose__tabs,
  .purpose .tabs-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    padding: 8px;
    box-sizing: border-box; /* prevents padding + border from adding to width: 100% */
    overflow: visible;
    white-space: normal;
    background: rgba(10, 16, 44, 0.38);
    border: 1px solid rgba(168, 188, 255, 0.14);
    border-radius: 20px;
  }

  .purpose__tab {
    flex: 1 1 calc(50% - 8px);
    min-width: min(100%, 132px);
    min-height: 42px;
    padding: 0 12px;
  }

  .purpose__gallery-wrap {
    width: min(calc(100% - (var(--container-pad) * 2)), 430px);
    margin-inline: auto;
    margin-top: var(--space-4);
    padding-inline: 0;
    overflow: hidden;
    cursor: default;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    overscroll-behavior-x: auto;
  }

  .purpose__gallery-wrap.is-dragging {
    cursor: default;
  }

  .purpose__gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--card-gap);
    width: 100%;
    padding: 0;
  }

  .purpose__scrollbar {
    display: none;
  }

  .reel-card {
    width: 100%;
    inline-size: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 34 / 47;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}

@media (max-width: 480px) {
  .purpose__header,
  .purpose__gallery-wrap {
    width: calc(100% - (var(--container-pad) * 2));
  }

  .purpose__tabs,
  .purpose .tabs-bar {
    max-width: 100%;
  }

  .purpose__tab {
    flex-basis: 100%;
  }

  .reel-card {
    aspect-ratio: 32 / 43;
  }
}

/* 320px — Scale down all large display headings that overflow the
   288px content column at Samsung Galaxy S8 and similar 320px phones.
   Calculated from actual scrollWidth measurements:
   unleash: 323→288 req, purpose: 307→288, contact: 338→288, hero: 299→288 */
@media (max-width: 320px) {
  .hero__headline    { font-size: 28px; }
  .hero__hl-line--2  { font-size: 26px; }
  .unleash__heading  { font-size: 30px; }
  .purpose__heading  { font-size: 30px; }
  .talent__heading   { font-size: 38px; }
  .contact__heading  { font-size: 34px; }
}

/* FIX 3 — Minimum breathing room at very narrow viewports */
@media (max-width: 360px) {
  :root {
    --container-pad: 16px;
  }
}

/* FIX 6 — Footer source-connect at 480px.
   Reduce letter-spacing so the 27-char text fits inside the
   240px parent (.footer__brand) without scrollWidth overflow. */
@media (max-width: 480px) {
  .footer__source-connect {
    font-size: 9.5px;
    letter-spacing: 0.6px;
    width: auto;
    max-width: min(100%, 320px);
    min-height: 38px;
    padding: 0 14px;
  }
}

/* Rep logos: left-align on desktop; center on mobile cards. */
.rep-agent__logo {
  justify-content: flex-start;
}

.rep-agent__logo img.rep-logo--cesd,
.rep-agent__logo img.rep-logo--big-mouth {
  margin-left: 0;
  transform: translateX(-24px);
}

@media (max-width: 768px) {
  .rep-agent__logo {
    justify-content: center;
  }

  .rep-agent__logo img.rep-logo--cesd,
  .rep-agent__logo img.rep-logo--big-mouth {
    transform: none;
  }
}

.js-enhanced .work-card.reveal,
.js-enhanced .work-card.revealed,
.js-enhanced .work-card.reveal--visible {
  transform:
    translate3d(calc(-50% + var(--wheel-x, 0px)), calc(-50% + var(--work-wheel-active-y, 0px) + var(--wheel-y, 0px) + var(--work-card-hover-lift, 0px)), 0)
    scale(var(--wheel-scale, 1))
    rotateX(var(--wheel-rotate, 0deg));
  opacity: var(--wheel-opacity, 1);
  filter: blur(var(--wheel-blur, 0px)) saturate(var(--wheel-saturate, 1.05));
  transition:
    transform 0.4s var(--ease-smooth),
    opacity 0.34s var(--ease-smooth),
    filter 0.34s var(--ease-smooth),
    box-shadow 0.32s var(--ease-out),
    border-color 0.25s var(--ease-out);
}

@media (max-width: 1280px) {
  .js-enhanced .work__cards {
    --work-wheel-card-h: clamp(440px, 45vw, 520px);
    --work-wheel-top-room: clamp(196px, 18vw, 250px);
    --work-wheel-bottom-room: clamp(34px, 5vw, 64px);
  }

  .js-enhanced .work-card,
  .js-enhanced .work-card--gypsy,
  .js-enhanced .work-card--nba,
  .js-enhanced .work-card--nike,
  .js-enhanced .work-card--apple,
  .js-enhanced .work-card--trinity {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, var(--content-max));
    height: var(--work-wheel-card-h);
    min-height: 0;
    margin: 0;
    grid-template-columns: minmax(260px, 31%) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .js-enhanced .work__cards {
    --work-wheel-card-h: clamp(438px, 116vw, 540px);
    --work-wheel-top-room: clamp(196px, 51vw, 238px);
    --work-wheel-bottom-room: clamp(34px, 11vw, 54px);
    margin-inline: auto;
    width: min(100%, 460px);
  }

  .js-enhanced .work-card,
  .js-enhanced .work-card--gypsy,
  .js-enhanced .work-card--nba,
  .js-enhanced .work-card--nike,
  .js-enhanced .work-card--apple,
  .js-enhanced .work-card--trinity {
    width: min(100%, 430px);
    height: var(--work-wheel-card-h);
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .js-enhanced .work-card__media {
    height: auto;
    min-height: 0;
  }

  .js-enhanced .work-card:active {
    transform:
      translate3d(calc(-50% + var(--wheel-x, 0px)), calc(-50% + var(--work-wheel-active-y, 0px) + var(--wheel-y, 0px) + var(--work-card-hover-lift, 0px)), 0)
      scale(var(--wheel-scale, 1))
      rotateX(var(--wheel-rotate, 0deg));
    transition: none;
  }

  .js-enhanced .work-card::before,
  .js-enhanced .work-card::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .js-enhanced .work__cards {
    --work-wheel-card-h: clamp(412px, 124vw, 500px);
    --work-wheel-top-room: clamp(190px, 52vw, 224px);
    --work-wheel-bottom-room: clamp(32px, 10vw, 48px);
  }

  .js-enhanced .work-card,
  .js-enhanced .work-card--gypsy,
  .js-enhanced .work-card--nba,
  .js-enhanced .work-card--nike,
  .js-enhanced .work-card--apple,
  .js-enhanced .work-card--trinity {
    width: min(100%, 390px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enhanced .work-card::after {
    transform: none !important;
    transition: none !important;
  }

  .js-enhanced .work-card.work-card--active:is(:hover, :focus-visible)::after {
    opacity: 0 !important;
  }

  .js-enhanced .work-card::before {
    transition: none !important;
  }

  .js-enhanced .work-card.work-card--active:is(:hover, :focus-visible)::before {
    opacity: 0.72 !important;
  }

  .js-enhanced .work-card.reveal,
  .js-enhanced .work-card.revealed,
  .js-enhanced .work-card.reveal--visible {
    transform:
      translate3d(calc(-50% + var(--wheel-x, 0px)), calc(-50% + var(--work-wheel-active-y, 0px) + var(--wheel-y, 0px) + var(--work-card-hover-lift, 0px)), 0)
      scale(var(--wheel-scale, 1))
      rotateX(var(--wheel-rotate, 0deg)) !important;
    opacity: var(--wheel-opacity, 1) !important;
    filter: blur(var(--wheel-blur, 0px)) saturate(var(--wheel-saturate, 1.05)) !important;
    transition: none !important;
  }
}

/* Hero copy refresh: keep the longer campaign line readable after legacy overrides. */
.hero__headline {
  font-size: clamp(42px, 5.2vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__hl-line,
.hero__hl-line--2 {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media (min-width: 1728px) {
  .hero__headline {
    font-size: clamp(78px, 4.9vw, 92px);
  }
}

@media (max-width: 1280px) {
  .hero__headline {
    font-size: clamp(54px, 5vw, 68px);
  }
}

@media (max-width: 1024px) {
  .hero__headline {
    font-size: clamp(46px, 5vw, 56px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: clamp(500px, 64svh, 620px);
  }

  .hero__content {
    transform: translateY(-18px);
    gap: clamp(14px, 3.8vw, 20px);
  }

  .hero__eyebrow {
    max-width: 560px;
    margin-bottom: 0;
    font-size: clamp(11px, 1.9vw, 13px);
    line-height: 1.34;
    letter-spacing: 0.1em;
  }

  .hero__headline {
    font-size: clamp(36px, 5.9vw, 46px);
    line-height: 1.02;
  }

  .hero__subtext {
    max-width: 560px;
    margin-top: 0;
    font-size: clamp(14px, 2.15vw, 16px);
    line-height: 1.42;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: clamp(520px, 66svh, 640px);
  }

  .hero__content {
    max-width: 360px;
  }

  .hero__eyebrow {
    max-width: 330px;
    font-size: 11px;
  }

  .hero__headline {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.04;
  }

  .hero__hl-line,
  .hero__hl-line--2 {
    white-space: normal;
  }

  .hero__subtext {
    max-width: 330px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: clamp(500px, 62svh, 600px);
  }

  .hero__content {
    transform: translateY(-4px);
  }

  .hero__headline {
    font-size: clamp(28px, 8.6vw, 34px);
  }
}

@media (max-width: 360px) {
  .hero__headline {
    font-size: 28px;
  }

  .hero__eyebrow,
  .hero__subtext {
    max-width: 296px;
  }
}

@media (max-width: 1180px) and (min-width: 769px) {
  .nav__links {
    gap: 18px;
  }

  .nav__cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .nav__actions {
    display: none;
  }

  .hero__content {
    transform: translateY(-10px);
  }

  .hero__demos {
    width: min(100%, 390px);
    margin-top: 4px;
    gap: 18px;
  }

  .hero__demo-cta {
    min-height: 42px;
    padding-inline: 24px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero__content {
    transform: translateY(-4px);
  }

  .hero__demos {
    margin-top: 4px;
    gap: 16px;
  }

  .hero__demo-cta {
    min-height: 42px;
    padding-inline: 24px;
  }
}

/* Desktop hero composition: center the headline in the first viewport. */
@media (min-width: 769px) {
  .hero {
    height: 100svh;
    min-height: 720px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: stretch;
  }

  .hero__content {
    position: absolute;
    top: 45%;
    left: 50%;
    width: min(calc(100% - 160px), 1120px);
    transform: translate(-50%, -96px);
    gap: clamp(18px, 1.9vw, 28px);
  }

  .hero__headline {
    font-size: clamp(62px, 5.85vw, 92px);
    line-height: 0.96;
  }

  .hero__subtext {
    margin-top: 0;
  }

  .hero__demos {
    margin-top: clamp(4px, 0.6vw, 10px);
    gap: clamp(20px, 2.2vw, 30px);
  }

  .hero__demo-cta {
    min-height: 42px;
    padding-inline: 24px;
  }
}

@media (min-width: 1280px) {
  .hero__subtext {
    max-width: min(100%, 1120px);
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-height: 820px) {
  .hero__content {
    transform: translate(-50%, -80px);
  }

  .hero__headline {
    font-size: clamp(56px, 5.4vw, 76px);
  }

  .hero__eyebrow {
    margin-bottom: 0;
  }

  .hero__subtext {
    margin-top: 0;
  }

  .hero__demos {
    margin-top: 6px;
    gap: 20px;
  }
}

/* Keep Featured Projects tight against the preceding Unleash section. */
.work {
  padding-top: 0;
}

/* Mobile QA hardening: prevent decorative layers and display type from creating sideways scroll. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .hero,
  .unleash,
  .work,
  .global,
  .purpose,
  .talent,
  .studio,
  .contact,
  .rep,
  .footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .work__title {
    font-size: clamp(38px, 10.8vw, 54px);
    line-height: 1.02;
    letter-spacing: 0;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .work__title span {
    display: block;
    max-width: 100%;
  }

  .contact__heading {
    font-size: clamp(38px, 10.6vw, 52px);
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: normal;
  }

  .contact__choice {
    min-height: 44px;
  }

  .rep-contact-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .footer__social a,
  .footer__imdb,
  .footer__source-connect {
    min-width: 44px;
    min-height: 44px;
  }

  .footer__source-connect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: min(100%, 360px);
    min-height: 40px;
    padding: 0 18px;
    font-size: 9.5px;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .footer__lower-inner,
  .footer__copy,
  .footer__built {
    text-align: center;
  }

  .unleash__heading--statement {
    font-size: clamp(36px, 10.6vw, 50px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    max-width: 100%;
    text-wrap: balance;
  }

  .unleash__statement-copy {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    max-width: 100%;
  }

  .purpose__heading--connection {
    font-size: clamp(28px, 8.8vw, 39px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    max-width: 100%;
    text-wrap: balance;
  }

  .purpose__header {
    min-height: auto;
    gap: clamp(18px, 5vw, 28px);
  }

  .work-card__media img {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero__headline,
  .unleash__heading--statement,
  .work__title,
  .global__heading,
  .purpose__heading--connection,
  .talent__heading,
  .studio__heading,
  .contact__heading,
  .rep__heading {
    overflow: visible;
    padding-bottom: 0.1em;
  }

  .hero__headline,
  .work__title {
    line-height: 1.08;
  }

  .contact__heading {
    line-height: 1.12;
  }

  .work-card__name,
  .rep-agent__city {
    line-height: 1.18;
    overflow: visible;
    padding-bottom: 0.04em;
  }

  .audio-player__download[data-tooltip]::before,
  .audio-player__vol[data-tooltip]::before {
    display: none;
  }
}

@media (max-width: 360px) {
  .work__title {
    font-size: 34px;
  }

  .contact__heading {
    font-size: 34px;
  }

  .unleash__heading--statement {
    font-size: 34px;
  }

  .purpose__heading--connection {
    font-size: 29px;
  }

  .unleash__statement-copy {
    font-size: 16px;
  }
}

/* Mobile hero polish: slimmer demos, taller first screen, calmer nav clearance. */
@media (max-width: 768px) {
  .hero {
    min-height: max(760px, 100svh);
    padding-top: 0;
    padding-bottom: clamp(72px, 10svh, 96px);
    align-items: flex-start;
  }

  .hero__content {
    width: min(calc(100% - 40px), 390px);
    margin-top: clamp(122px, 17svh, 156px);
    transform: none !important;
    gap: clamp(12px, 3vw, 18px);
  }

  .hero__headline {
    line-height: 1.12;
    padding-block: 0.08em 0.14em;
  }

  .hero__hl-line,
  .hero__hl-line--2 {
    line-height: inherit;
  }

  .hero__demos {
    width: min(100%, 390px);
    margin-top: 8px;
    gap: 12px;
  }

  .hero__demos .audio-player {
    gap: 6px;
  }

  .hero__demos .audio-player__label {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.18rem;
  }

  .hero__demos .audio-player__bar-wrapper {
    grid-template-columns: 40px minmax(0, 1fr) auto 40px;
    min-height: 44px;
    padding: 2px 8px 2px 4px;
    gap: 8px;
    border-radius: 7px;
  }

  .hero__demos .audio-player__play,
  .hero__demos .audio-play-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 7px;
  }

  .hero__demos .audio-player__play svg,
  .hero__demos .audio-play-btn svg {
    width: 15px;
    height: 15px;
  }

  .hero__demos .audio-player__time {
    min-width: 32px;
    font-size: 10px;
  }

  .hero__demos .audio-player__download {
    width: 40px;
    height: 40px;
  }

  .hero__demos .audio-player__download svg {
    width: 17px;
    height: 17px;
  }

  .hero__demo-cta {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: max(780px, 100svh);
  }

  .hero__content {
    width: min(calc(100% - 32px), 390px);
    margin-top: clamp(116px, 15svh, 142px);
  }

  .hero__demos {
    gap: 11px;
  }
}

@media (max-width: 360px) {
  .hero {
    min-height: max(760px, 100svh);
  }

  .hero__content {
    margin-top: 112px;
  }
}

/* Mobile menu and hero demo correction: keep the open menu full-screen after scroll,
   and flatten the hero demo players to match the compact mobile reference. */
@media (max-width: 768px) {
  .nav.nav--menu-open,
  .nav.nav--scrolled.nav--menu-open {
    height: 100svh !important;
    min-height: 100svh;
    align-items: flex-start;
    pointer-events: auto;
    z-index: 1000;
  }

  .nav.nav--menu-open .nav__mobile-panel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100svh;
    max-height: none;
    z-index: 2;
  }

  .nav.nav--menu-open .nav__inner {
    z-index: 5;
    pointer-events: none;
  }

  .nav.nav--menu-open .nav__toggle {
    z-index: 6;
    pointer-events: auto;
  }

  .nav.nav--menu-open .nav__mobile-link {
    transition-duration: 0.22s, 0.22s, 0.24s;
  }

  .nav.nav--menu-open .nav__mobile-link:nth-child(1) { --menu-link-delay: 0.03s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(2) { --menu-link-delay: 0.05s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(3) { --menu-link-delay: 0.07s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(4) { --menu-link-delay: 0.09s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(5) { --menu-link-delay: 0.11s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(6) { --menu-link-delay: 0.13s; }
  .nav.nav--menu-open .nav__mobile-link:nth-child(7) { --menu-link-delay: 0.15s; }

  .hero__demos {
    gap: 8px;
    margin-top: 22px;
    padding-top: 20px;
  }

  .hero__demos .tagline__players {
    gap: 26px;
  }

  .hero__demos .audio-player {
    gap: 3px;
  }

  .hero__demos .audio-player__label {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.18rem;
  }

  .hero__demos .audio-player__bar-wrapper {
    grid-template-columns: 28px minmax(0, 1fr) 32px 26px;
    min-height: 30px;
    padding: 1px 5px 1px 2px;
    gap: 7px;
    border-radius: 4px;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.38),
      inset 0 -1px 0 rgba(255,255,255,0.06),
      0 10px 24px rgba(2, 5, 18, 0.24);
  }

  .hero__demos .audio-player__bar-wrapper::before {
    border-radius: 3px;
  }

  .hero__demos .audio-player__bar-wrapper::after {
    inset: auto 32px 5px 38px;
  }

  .hero__demos .audio-player__play,
  .hero__demos .audio-play-btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 4px;
  }

  .hero__demos .audio-player__play::before {
    border-radius: 3px;
  }

  .hero__demos .audio-player__play svg,
  .hero__demos .audio-play-btn svg {
    width: 12px;
    height: 12px;
  }

  .hero__demos .audio-player__waveform,
  .hero__demos .audio-progress-bar {
    height: 2px;
    min-height: 2px;
  }

  .hero__demos .audio-player__time {
    min-width: 32px;
    font-size: 10px;
    line-height: 1;
  }

  .hero__demos .audio-player__download {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .hero__demos .audio-player__download svg {
    width: 15px;
    height: 15px;
  }

  .hero__demos .audio-player__vol {
    display: none !important;
  }

  .hero__demo-cta {
    margin-top: 34px;
  }
}

@media (max-width: 480px) {
  .hero__demos {
    gap: 7px;
  }
}

@media (max-width: 480px) {
  .reel-card__desc {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}

/* Wide monitor polish: keep the cinematic statement aligned with the page rhythm. */
@media (min-width: 1440px) {
  .unleash__inner {
    width: 100%;
    max-width: var(--container-max);
    padding-inline: var(--container-pad);
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 0.98fr);
    gap: clamp(40px, 3.4vw, 64px);
  }

  .unleash__heading--statement {
    max-width: min(860px, 100%);
  }

  .unleash__statement-copy {
    max-width: min(52ch, 100%);
  }

  .unleash__photo img {
    -webkit-mask-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 7%,
        rgba(0, 0, 0, 0.62) 18%,
        rgba(0, 0, 0, 1) 31%
      ),
      linear-gradient(
        to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0.86) 82%,
        rgba(0,0,0,0.28) 94%,
        rgba(0,0,0,0) 100%
      );
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 7%,
        rgba(0, 0, 0, 0.62) 18%,
        rgba(0, 0, 0, 1) 31%
      ),
      linear-gradient(
        to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0.86) 82%,
        rgba(0,0,0,0.28) 94%,
        rgba(0,0,0,0) 100%
      );
    mask-composite: intersect;
  }
}

@media (min-width: 1728px) {
  .unleash__inner {
    width: 100%;
    max-width: var(--container-max);
  }
}

/* Mobile brand scale: make the logo a stronger first-viewport signal. */
@media (max-width: 768px) {
  :root {
    --mobile-nav-height: 96px;
    --mobile-nav-scrolled-height: 82px;
    --mobile-nav-toggle-top: 24px;
  }

  .nav__inner {
    min-height: var(--mobile-nav-height);
  }

  .nav__logo img {
    height: clamp(86px, 23vw, 104px);
    width: auto;
  }

  .nav--scrolled .nav__logo img {
    height: clamp(68px, 18vw, 78px);
    width: auto;
  }
}

@media (max-width: 480px) {
  :root {
    --mobile-nav-height: 92px;
    --mobile-nav-scrolled-height: 80px;
    --mobile-nav-toggle-top: 22px;
  }

  .nav__logo img {
    height: clamp(82px, 25vw, 96px);
  }
}

@media (max-width: 360px) {
  :root {
    --mobile-nav-height: 88px;
    --mobile-nav-scrolled-height: 76px;
    --mobile-nav-toggle-top: 20px;
  }

  .nav__logo img {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .rep-agent--donna .rep-agent__meta {
    flex-wrap: wrap;
    row-gap: 2px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.35;
  }

  .rep-agent--donna .rep-agent__role {
    flex: 1 1 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .rep-agent--donna .rep-agent__divider,
  .rep-agent--donna .rep-agent__name {
    flex: 0 0 auto;
  }
}

/* Production fallback: keep hero demos in the same entrance sequence as the headline. */
.hero__demos--entrance {
  animation: headlineIn 0.95s var(--ease-smooth) 0.62s both;
}

.hero__demo-cta--entrance {
  animation: headlineIn 0.9s var(--ease-smooth) 0.78s both;
}
