.webcam-page {
  background: #f4f1ea;
  color: #1f2b27;
}

.webcam-hero {
  padding: clamp(9rem, 16vw, 14rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.webcam-hero__inner,
.webcam-copy__inner {
  max-width: 980px;
}

.webcam-kicker {
  display: block;
  margin-bottom: 1.2rem;
  font-size: .75rem;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.webcam-title {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.webcam-intro {
  max-width: 720px;
  margin: 2rem 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}

.webcam-live {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.webcam-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

.webcam-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.webcam-fallback {
  margin: 1rem 0 0;
  font-size: .9rem;
}

.webcam-fallback a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.webcam-copy {
  padding: clamp(4.5rem, 10vw, 9rem) 0;
  background: #e7e2d7;
}

.webcam-kicker--dark {
  color: #4c5d56;
}

.webcam-subtitle {
  max-width: 900px;
  margin: 0 0 1.8rem;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.webcam-copy p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.webcam-cta {
  display: inline-flex;
  margin-top: 2.5rem;
  padding-bottom: .35rem;
  color: inherit;
  font-size: .78rem;
  letter-spacing: .14em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 767px) {
  .webcam-hero {
    padding-top: 8rem;
  }

  .webcam-frame {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webcam-frame iframe {
    scroll-behavior: auto;
  }
}
