body {
  background-color: var(--paper);
}

.page-content {
  padding: 3rem 1.5rem 5rem;
}

.wrap {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  margin: 1.5rem 0 0.3rem;
  max-width: 40rem;
}

.subtitle {
  color: #777;
  font-size: 1.05rem;
  margin-bottom: 3rem;
  line-height: 1.6;
  max-width: 40rem;
}

.subtitle a {
  color: var(--accent);
}

.section {
  padding: 2.5rem 0;
  border-top: 1px solid #eee;
}

.section h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0 0 1rem;
}

.player,
.video-wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.12);
  line-height: 0;
}

.player iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}

.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
}

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

.cta {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: #555;
}

.cta a {
  color: var(--accent);
}

@media (max-width: 900px) {
  .page-content {
    padding: 2rem 1rem 3rem;
  }

  .wrap {
    width: 100%;
  }

  .player,
  .video-wrap {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
    max-width: none;
  }

  .player iframe {
    height: 550px;
  }
}

@media (max-width: 468px) {
  h1 {
    font-size: 1.8rem;
  }
  .player iframe {
    height: 460px;
  }
}
