:root {
  --forest: #315b4f;
  --moss: #78966f;
  --cream: #fffaf0;
  --gold: #e6ae52;
  --ink: #29352f;
}

body {
  color: var(--ink);
  background: var(--cream);
}

.hero-note,
.next-adventure,
.watch-card {
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  margin: 1.25rem 0;
}

.video-screenshot {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 1rem auto 0.5rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.2rem 0.8rem rgb(49 91 79 / 20%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.video-screenshot:hover,
.video-screenshot:focus {
  transform: translateY(-2px);
  box-shadow: 0 0.35rem 1rem rgb(49 91 79 / 30%);
}

.watch-link {
  text-align: center;
  font-weight: 600;
}

.hero-note {
  background: #e7f0e3;
  border-left: 0.4rem solid var(--moss);
  font-size: 1.15rem;
}

.watch-card {
  background: #f8edcf;
  border: 1px solid #e6d5a8;
}

.next-adventure {
  background: #e7f0e3;
  border: 1px solid #bdd0b7;
}

table {
  background: rgb(255 255 255 / 70%);
}
