/* Media placements + dual-page helpers */

.services-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.ttg-photo-panel {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: #121214;
}

.ttg-photo-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.05);
}

.ttg-photo-panel .evidence-chip {
  z-index: 2;
}

.ttg-aside-photo {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 0;
}

.ttg-aside-photo img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  filter: saturate(.65) contrast(1.08);
}

.ttg-photo-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.ttg-photo-stack img {
  display: block;
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: saturate(.7) contrast(1.05);
}

.ttg-speed-hero-media {
  position: relative;
  overflow: hidden;
}

.speed-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.45) contrast(1.1) brightness(.55);
  z-index: 0;
}

.speed-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,7,9,.92) 0%, rgba(7,7,9,.72) 45%, rgba(7,7,9,.45) 100%);
}

.ttg-speed-hero-media .speed-lines,
.ttg-speed-hero-media .speed-hero-grid {
  position: relative;
  z-index: 2;
}

.ttg-speed-hero-media .speed-hero-copy > p {
  max-width: 650px;
  color: #b7b3af;
  font-size: 17px;
}

.ttg-speed-hero-media .speed-hero-copy > p strong {
  color: #fff;
  font-weight: 700;
}

.ttg-legal-note {
  padding: 28px 0 10px;
}

.ttg-legal-note.container {
  padding-top: 28px;
  padding-bottom: 10px;
}

.ttg-legal-note p {
  margin: 0;
  color: #77736f;
  font-size: 12px;
  line-height: 1.65;
  max-width: 980px;
}

.other-row a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.other-row a:hover {
  opacity: .85;
}

.process-section {
  background: var(--paper);
}

.fines-section {
  background: var(--paper);
}

@media (max-width: 980px) {
  .ttg-photo-panel {
    min-height: 420px;
  }

  .ttg-photo-stack {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .ttg-photo-stack {
    grid-template-columns: 1fr;
  }

  .ttg-aside-photo img {
    height: 140px;
  }
}
