/*
 * Agencies hero — focused campaign stage.
 *
 * This is intentionally isolated so the visual direction can be judged and
 * reverted without disturbing the approved Home, Work, or Artists pages.
 */

.site-shell--agencies.agency-depth-v1 .agency-campaign-hero {
  background: #fff;
}

.site-shell--agencies.agency-depth-v1 .agency-campaign-hero::before {
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.98) 35%,
    rgba(255, 255, 255, 0.72) 54%,
    rgba(255, 255, 255, 0) 78%
  );
}

.site-shell--agencies.agency-depth-v1 .agency-campaign-hero::after {
  content: none;
  animation: none;
}

@media (min-width: 781px) {
  .site-shell--agencies.agency-depth-v1 .agency-campaign-hero {
    grid-template-columns: minmax(280px, 0.56fr) minmax(560px, 1.44fr);
    gap: clamp(38px, 4.6vw, 76px);
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall {
    display: grid;
    grid-template-rows: auto auto;
    gap: 14px;
    align-self: center;
    height: auto;
    perspective: none;
    transform-style: flat;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall__primary,
  .site-shell--agencies.agency-depth-v1
    .agency-campaign-wall:hover
    .agency-campaign-wall__primary {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    border-radius: 14px;
    box-shadow: 0 18px 52px rgba(5, 5, 5, 0.1);
    transform: none;
    transform-origin: center;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall__caption {
    right: 28px;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall__support {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    transform: none;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-card {
    grid-template-columns: minmax(104px, 0.42fr) minmax(0, 0.58fr);
    align-items: stretch;
    min-height: 76px;
    border: 1px solid rgba(5, 5, 5, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-card:hover,
  .site-shell--agencies.agency-depth-v1 .agency-campaign-card:focus-visible {
    border-color: rgba(5, 5, 5, 0.32);
    box-shadow: none;
    transform: translate3d(0, -2px, 0);
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-card__media {
    height: 100%;
    min-height: 76px;
    aspect-ratio: auto;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-card__meta {
    align-content: center;
    padding: 12px 14px;
  }
}

@media (max-width: 780px) {
  .site-shell--agencies.agency-depth-v1 .agency-campaign-hero {
    background: #fff;
  }

  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall__primary,
  .site-shell--agencies.agency-depth-v1 .agency-campaign-wall__support {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-shell--agencies.agency-depth-v1 .agency-campaign-card {
    transition: none;
  }
}
