.site-header {
  height: 118px;
  z-index: 50;
}

.brand-logo {
  width: clamp(118px, 13vw, 150px);
}

.video-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy);
}

.video-bg,
.video-hero-overlay {
  position: absolute;
  inset: 0;
}

.video-bg {
  opacity: .58;
  pointer-events: none;
}

.video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 177.78vh;
  height: 56.25vw;
  min-height: 100vh;
  border: 0;
  transform: translate(-50%, -50%) scale(1.8);
}

.video-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 28, 43, .88) 0%, rgba(7, 28, 43, .58) 45%, rgba(7, 28, 43, .2) 100%),
    linear-gradient(0deg, rgba(7, 28, 43, .84) 0%, rgba(7, 28, 43, .18) 45%, rgba(7, 28, 43, .3) 100%);
}

.video-hero-content {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 76px;
}

.video-hero h1,
.page-hero h1,
.standalone-contact h1 {
  max-width: 820px;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.video-hero p:not(.eyebrow),
.page-hero p {
  max-width: 640px;
  margin: 26px 0 32px;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.7;
}

.text-link-light {
  color: var(--paper);
}

.compact-section {
  padding-top: 94px;
  padding-bottom: 104px;
}

.brand-proof {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
  padding: 92px 0 42px;
}

.brand-proof h2 {
  max-width: 520px;
  margin: 0;
  color: var(--navy);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1;
}

.brand-proof p:not(.eyebrow) {
  max-width: 430px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.client-logo {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(16, 39, 51, .12);
  border-radius: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 40px rgba(7, 28, 43, .06);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.logo-wash-tub { color: #1d82b8; }
.logo-carwash { color: #0d2a3c; }
.logo-crab { color: #c74330; }
.logo-jasons { color: #216b4d; }
.logo-dunkin { color: #ff7a3d; }
.logo-panda { color: #101010; }

.single-result {
  grid-template-columns: minmax(260px, 520px);
}

.real-work-gallery {
  grid-template-columns: minmax(260px, .85fr) minmax(260px, 1.15fr);
}

.real-work-gallery .result-card img {
  height: 320px;
}

.real-work-gallery .result-tall img {
  height: 360px;
}

.callout-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 92px 0;
}

.callout-strip h2,
.process-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 1;
}

.page-hero {
  padding: 82px 0 70px;
}

.page-hero h1 {
  color: var(--navy);
}

.page-hero p {
  color: var(--muted);
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 92px;
}

.detail-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .62);
}

.detail-card span {
  color: var(--orange);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.detail-card h2 {
  margin: 74px 0 14px;
  color: var(--navy);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.detail-card a {
  margin-top: auto;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.process-band {
  padding: 82px 0 110px;
  border-top: 1px solid var(--line);
}

.process-band .process-grid {
  margin-top: 42px;
}

.page-split {
  padding-top: 28px;
}

.standalone-contact {
  min-height: calc(100vh - 88px);
  padding-top: 98px;
}

.standalone-contact .contact-copy h1 {
  color: var(--paper);
}

.pro-footer {
  width: 100%;
  padding: 68px max(32px, calc((100% - 1220px) / 2)) 26px;
  color: var(--paper);
  background: var(--navy);
}

.pro-footer .footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(140px, .55fr)) auto;
  gap: 34px;
  align-items: start;
}

.pro-footer .footer-brand-block .brand-logo {
  width: 142px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
}

.pro-footer .footer-brand-block p {
  max-width: 340px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--sky);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.footer-column a:hover {
  color: var(--orange);
}

.pro-footer .footer-arrow {
  border-color: rgba(168, 225, 242, .32);
  color: var(--sky);
}

.pro-footer .footer-bottom {
  width: min(1220px, 100%);
  margin: 44px auto 0;
  border-color: rgba(168, 225, 242, .18);
  color: rgba(255, 255, 255, .48);
}

@media (max-width: 900px) {
  .video-hero-content,
  .page-hero,
  .callout-strip {
    width: min(100% - 40px, 700px);
  }

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

  .brand-proof {
    grid-template-columns: 1fr;
  }

  .client-logo-grid,
  .real-work-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .callout-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 92px;
    width: min(100% - 32px, 440px);
    gap: 14px;
  }

  .brand-logo {
    width: 92px;
  }

  .video-hero {
    min-height: calc(100svh - 92px);
  }

  .video-hero-content {
    width: min(100% - 32px, 440px);
    padding-bottom: 34px;
  }

  .video-hero h1,
  .page-hero h1,
  .standalone-contact h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1;
   }

  .video-hero p:not(.eyebrow),
  .page-hero p {
    margin: 20px 0 26px;
    font-size: 16px;
    line-height: 1.65;
  }

  .video-hero .hero-actions {
    width: 100%;
    gap: 16px;
  }

  .video-hero .button-primary {
    width: 100%;
    min-height: 58px;
    padding-inline: 22px;
    justify-content: space-between;
    font-size: 13px;
  }

  .video-hero .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    font-size: 13px;
  }

  .compact-section {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .brand-proof {
    padding: 56px 0 20px;
    gap: 28px;
  }

  .brand-proof h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .client-logo {
    min-height: 74px;
    padding: 14px 10px;
    border-radius: 14px;
    font-size: 15px;
  }

  .compact-section .section-intro h2 {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.05;
  }

  .compact-section .section-intro > p:last-child {
    font-size: 15px;
  }

  .compact-section .service-card {
    min-height: 300px;
    padding: 26px 24px;
    border-radius: 22px;
  }

  .compact-section .service-icon {
    width: 64px;
    height: 64px;
    margin: 34px 0 28px;
  }

  .compact-section .service-card h3 {
    font-size: 25px;
  }

  .compact-section .service-card p {
    font-size: 15px;
  }

  .callout-strip {
    padding: 58px 0;
  }

  .real-work-gallery {
    grid-template-columns: 1fr;
  }

  .real-work-gallery .result-card img,
  .real-work-gallery .result-tall img {
    height: 260px;
  }

  .pro-footer {
    padding: 44px 24px 24px;
  }

  .pro-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pro-footer .footer-arrow {
    margin-left: 0;
  }
}
