:root {
  --accent: #ff4a81;
  --grey-text: #616161;
  --paper: #f8fafb;
}

.grainy-light {
  background-color: var(--black);
}

.hero-visual,
.hero video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--white);
}

.client-strip {
  overflow: hidden;
  padding: 50px 0;
  background: var(--black);
}

.client-track {
  --client-logo-width: 192px;
  --client-logo-gap: 74px;
  --client-replay-distance: calc((var(--client-logo-width) + var(--client-logo-gap)) * 40);
  display: flex;
  align-items: center;
  gap: 74px;
  width: max-content;
  animation: client-marquee-left 151s linear infinite;
}

.client-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 192px;
  height: 67.2px;
}

.client-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.952941;
  transition: opacity 300ms ease;
}

.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 86px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 62px 40px 72px;
  background: var(--black);
}

.intro-copy {
  order: 2;
}

.intro-copy h1 {
  margin: 0;
  max-width: 650px;
  font-family: "Foggy", "ABC Favorit", sans-serif;
  font-size: clamp(38px, calc(3.2vh + 10px), 50px);
  line-height: 1.15;
  font-weight: 600;
}

.intro-copy p {
  margin: 30px 0 0;
  max-width: 650px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(16px, 2.1vh, 22px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  text-transform: none;
}

.intro-book-link {
  display: inline-block;
  margin-top: 34px;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
}

.intro-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  order: 1;
  padding-bottom: 42px;
}

.intro-images img,
.intro-image-panel {
  width: 100%;
  aspect-ratio: 0.625;
  object-fit: cover;
  border-radius: var(--sq-corner-radius);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.intro-image-panel {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.16) 100%),
    url("../image assets/ChatGPT Image Jun 25, 2026, 12_12_48 PM.png") center / cover no-repeat;
  grid-column: 1 / -1;
  width: calc(100% - 22px);
  aspect-ratio: 1.25;
}

.intro-images img:nth-child(2) {
  margin-top: 42px;
}

.services-bridge {
  background-color: var(--black);
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.8px, transparent 0.8px);
  background-size: 3px 3px;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: calc(90vh + 92px);
  min-height: calc(90vh + 92px);
  overflow: hidden;
  padding: 42px 14px;
}

.services-grid-spacer {
  height: 42px;
}

.service-column {
  min-height: 0;
  overflow: hidden;
}

.service-column-track {
  display: flex;
  flex-direction: column;
  animation: service-marquee-up 29s linear infinite;
}

.service-column--middle .service-column-track {
  animation-duration: 37s;
}

.service-card-set {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
}

.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  border-radius: var(--sq-corner-radius);
  background: #171717;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 24px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H13L22 16L13 28H3L13 16L3 4Z' fill='none' stroke='%23FFFFFF' stroke-width='1.8' stroke-linejoin='miter' stroke-linecap='square'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.service-card:hover::after,
.service-card:focus-within::after {
  transform: rotate(-45deg);
}

.service-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.service-card span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: clamp(22px, 3.2vh, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: none;
}

.service-card:nth-child(even) {
  background: #202020;
}

.service-card.service-card--hire {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/hire_models_home_page_1189x1323.png") center / cover no-repeat;
}

.service-card.service-card--trade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/ChatGPT Image Jun 25, 2026, 12_16_48 PM.png") center / cover no-repeat;
}

.service-card.service-card--ugc {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/ChatGPT Image Jun 25, 2026, 01_11_48 PM.png") center / cover no-repeat;
}

.service-card.service-card--event {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/ChatGPT Image Jun 25, 2026, 09_01_47 AM.png") center / cover no-repeat;
}

.service-card.service-card--yacht {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/ChatGPT Image Jun 25, 2026, 10_31_27 AM.png") center / cover no-repeat;
}

.service-card.service-card--dj {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.58) 100%),
    url("../image assets/dj_vintage_lut_stronger.png") center / cover no-repeat;
}

.service-card--large {
  height: 75vh;
}

.service-card--small {
  height: 46.875vh;
}

.ticker {
  overflow: hidden;
  padding: 20px 0 48px;
}

.ticker-line {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.ticker-primary {
  background: var(--black);
  color: var(--white);
  animation: marquee-left 26s linear infinite;
}

.ticker-primary span {
  padding: 8px 22px;
  font-family: "Foggy", "ABC Favorit", sans-serif;
  font-size: clamp(36px, 7.7vh, 80px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.ticker-pills {
  gap: 9px;
  margin-top: 16px;
  animation: marquee-right 32s linear infinite;
}

.ticker-pills span {
  border: 1px solid #1f2937;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: "Foggy", "ABC Favorit", sans-serif;
  font-size: clamp(20px, 4.2vh, 46px);
  font-weight: 500;
  text-transform: uppercase;
}

.work-section {
  position: relative;
  z-index: 1;
  min-height: 720px;
  background: var(--black);
  padding: 114px 28px 72px;
}

.work-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.work-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  color: var(--white);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0) scale(1);
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.work-card:hover,
.work-card:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px) scale(1.01);
}

.work-card:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

.work-card:active {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px) scale(1.005);
}

.work-media-frame {
  position: absolute;
  inset: 0;
  background: var(--white);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.62) 100%);
}

.work-play {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.work-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
  transform: translate(-50%, -50%);
}

.work-card-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.work-card-title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.work-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.work-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.24);
  padding: 7px 12px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .work-card {
    transition: box-shadow 180ms ease;
  }

  .work-card:hover,
  .work-card:focus-visible,
  .work-card:active {
    transform: none;
  }
}

.work-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.work-notes p {
  width: 88%;
  margin: 0;
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

.testimonials {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  color: var(--black);
  padding: 96px 0 110px;
  overflow: hidden;
}

.testimonials-head {
  max-width: 1408px;
  margin: 0 auto 64px;
  padding: 0 28px;
  text-align: center;
}

.testimonials-kicker {
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: #999999;
}

.testimonials-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
  color: var(--black);
}

.testimonials-sub {
  margin: 10px 0 0;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: #999999;
}

.testimonials-marquee {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.testimonials-marquee.is-dragging {
  cursor: grabbing;
}

.testimonials-track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  padding: 70px 0;
  will-change: transform;
}

/* CSS-animation fallback if JS is disabled */
.no-js .testimonials-track {
  animation: testimonials-marquee 96s linear infinite;
}

.testimonial-set {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 30px;
  padding-right: 30px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 370px;
  min-height: 200px;
  height: auto;
  padding: 32px;
  background-color: #0a0a0a;
  border-radius: var(--sq-corner-radius);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              background-color 0.4s ease;
}

/* Alternating vertical stagger — coexists with content-driven heights */
.testimonial-card--long {
  width: 420px;
  min-height: 300px;
}

.testimonial-card--long .testimonial-quote {
  font-size: 15px;
  line-height: 1.28;
}

.testimonial-card:nth-child(odd) {
  margin-top: 92px;
}

/* Hover: card grows and turns orange */
.testimonial-card:hover {
  background-color: var(--gold);
  transform: scale(1.06);
  z-index: 2;
}
.testimonial-card:hover .testimonial-quote,
.testimonial-card:hover .testimonial-name {
  color: var(--white);
}
.testimonial-card:hover .testimonial-role,
.testimonial-card:hover .testimonial-company {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-card:hover .testimonial-mark {
  color: rgba(255, 255, 255, 0.22);
}

.testimonial-quote {
  margin: 0;
  flex: 0 1 auto;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #f5f0e9;
  transition: color 0.4s ease;
}

.testimonial-mark {
  position: absolute;
  right: 26px;
  bottom: 96px;
  font-family: "ABC Favorit", Arial, sans-serif;
  font-size: 120px;
  line-height: 1;
  color: rgba(245, 240, 233, 0.12);
  pointer-events: none;
  user-select: none;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center 30%;
  flex-shrink: 0;
}

.testimonial-avatar--pos-top {
  object-position: center 15%;
}

.testimonial-avatar--pos-high {
  object-position: center 20%;
}

.testimonial-avatar--pos-mid {
  object-position: center 40%;
}

.testimonial-avatar--pos-wesbanks {
  object-position: 35% 25%;
}

.testimonial-avatar--incognito {
  display: block;
  background-color: #2a2a2a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Ccircle cx='23' cy='18' r='8' fill='%23808080'/%3E%3Cpath d='M9 41c0-8 6.3-13 14-13s14 5 14 13z' fill='%23808080'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-byline {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.testimonial-name {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 500;
  color: #f0f0f0;
  transition: color 0.4s ease;
}

.testimonial-role,
.testimonial-company {
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #a3a3a3;
  line-height: 1.3;
  transition: color 0.4s ease;
}

.home-build-team-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(500px, 48vw, 680px);
  padding: clamp(72px, 7vw, 108px) 28px;
  background: var(--black);
  color: var(--white);
}

.home-build-team-cta__shell {
  width: 100%;
  max-width: var(--squirrelli-shell-max);
  margin: 0 auto;
  text-align: center;
}

.home-build-team-cta__title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-build-team-cta__copy {
  max-width: 680px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.home-build-team-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin-top: 32px;
  padding: 0 26px;
  border: 0;
  border-radius: var(--sq-corner-radius);
  background: var(--white);
  color: var(--black);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-button);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-build-team-cta__button:hover,
.home-build-team-cta__button:focus-visible {
  background: var(--smoke-white);
  box-shadow: 0 16px 34px rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.home-build-team-cta__button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

.home-build-team-cta__button:active {
  box-shadow: 0 7px 18px rgba(255, 255, 255, 0.14);
  transform: translateY(0);
}

@keyframes testimonials-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-track {
    animation: none;
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes client-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--client-replay-distance)));
  }
}

@keyframes service-marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-45%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 959px) {
  .hero-visual,
  .hero video {
    aspect-ratio: unset;
    height: calc(100svh + 68px);
    min-height: calc(100svh + 68px);
    object-fit: cover;
  }

  .client-strip {
    padding: 18px 0;
  }

  .client-track {
    --client-logo-width: 120px;
    --client-logo-gap: 38px;
    gap: 38px;
  }

  .client-logo-link {
    width: 120px;
    height: 43.2px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 42px 24px 36px;
  }

  .intro-copy,
  .intro-images {
    order: 0;
  }

  .intro-copy h1 {
    font-size: 38px;
  }

  .intro-copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .intro-book-link {
    font-size: 16px;
  }

  .intro-images {
    margin-top: 26px;
  }

  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    min-height: calc(90vh + 92px);
    padding: 22px 14px;
  }

  .services-grid-spacer {
    height: 22px;
  }

  .service-column {
    display: contents;
  }

  .service-column-track,
  .service-card-set {
    display: contents;
    animation: none;
  }

  .service-card-set[aria-hidden="true"] {
    display: none;
  }

  .service-card {
    min-height: 0;
  }

  .service-card--large,
  .service-card--small {
    height: auto;
  }

  .service-card--hire {
    grid-column: 1;
    grid-row: 1;
  }

  .service-card--trade {
    grid-column: 1;
    grid-row: 2;
  }

  .service-card--ugc {
    grid-column: 2;
    grid-row: 1;
  }

  .service-card--yacht {
    grid-column: 1;
    grid-row: 3;
  }

  .service-card--event {
    grid-column: 2;
    grid-row: 2;
  }

  .service-card--dj {
    grid-column: 2;
    grid-row: 3;
  }

  .service-card span {
    left: 8px;
    bottom: 8px;
    font-size: clamp(10px, 3vw, 14px);
  }

  .ticker {
    padding-top: 10px;
  }

  .ticker-primary span {
    font-size: 34px;
  }

  .ticker-pills span {
    padding: 8px 18px;
    font-size: 18px;
  }

  .work-section {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;
    min-height: 620px;
    padding: 78px 24px 48px;
  }

  .work-heading {
    margin-bottom: 10px;
  }

  .work-heading h2 {
    font-size: 34px;
  }

  .work-grid {
    display: contents;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .work-card {
    min-height: 360px;
  }

  .work-card:first-child {
    order: 2;
  }

  .work-card:nth-child(2) {
    order: 4;
  }

  .work-play {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }

  .work-card-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .work-card-title {
    font-size: 22px;
  }

  .work-card-tags span {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .work-notes {
    display: contents;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .work-notes p {
    width: 100%;
    font-size: 12px;
    line-height: 1.22;
  }

  .work-notes p:first-child {
    order: 3;
  }

  .work-notes p:nth-child(2) {
    order: 5;
  }

  .testimonials {
    padding: 64px 0 78px;
  }

  .testimonials-head {
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .testimonials-kicker,
  .testimonials-sub {
    font-size: 14px;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonials-marquee {
    overflow-x: hidden;
    overflow-y: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-y;
  }

  .testimonials-marquee::-webkit-scrollbar {
    display: none;
  }

  .testimonials-track {
    width: max-content;
    padding: 28px calc((100vw - min(78vw, 300px)) / 2) 36px;
    transition: transform 720ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .testimonial-set {
    gap: 16px;
    padding-right: 0;
  }

  .testimonial-set[aria-hidden="true"] {
    display: none;
  }

  .testimonial-card {
    width: min(78vw, 300px);
    min-height: 190px;
    padding: 24px;
    scroll-snap-align: center;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .testimonial-mark {
    font-size: 96px;
    bottom: 84px;
    right: 20px;
  }

  .home-build-team-cta {
    min-height: auto;
    padding: 72px 24px 78px;
  }

  .home-build-team-cta__title {
    font-size: clamp(40px, 13vw, 58px);
  }

  .home-build-team-cta__copy {
    max-width: 100%;
    margin-top: 24px;
    font-size: 16px;
  }

  .home-build-team-cta__button {
    margin-top: 26px;
  }

}

@media (max-width: 959px) and (prefers-reduced-motion: reduce) {
  .testimonials-marquee {
    overflow-x: hidden;
    overflow-y: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-y;
  }

  .testimonials-marquee::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    scroll-snap-align: center;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    min-height: calc(135vh + 60.7vw + 86px);
  }

  .service-column {
    display: contents;
  }

  .service-column-track,
  .service-card-set {
    display: contents;
    animation: none;
  }

  .service-card-set[aria-hidden="true"] {
    display: none;
  }

  .service-card {
    min-height: 45vh;
  }

  .service-card--large,
  .service-card--small {
    height: auto;
  }

  .service-card {
    grid-column: auto;
    grid-row: auto;
  }

}
