/* Shared visual grammar for The Tomorrow Books. */
.hs-project-story--tomorrowbrand {
  --tomorrow-volume: #ed432f;
  --tomorrow-volume-text: #15120f;
}

.hs-project-story--tomorrowyou {
  --tomorrow-volume: #175dc8;
  --tomorrow-volume-text: #fffdf7;
}

.hs-project-story--tomorrowwork {
  --tomorrow-volume: #167d48;
  --tomorrow-volume-text: #fffdf7;
}

.tomorrow-series-nav {
  width: min(100%, 620px);
  margin: 0 0 22px;
  padding: 0 0 11px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(254, 252, 247, 0.28);
  color: rgba(254, 252, 247, 0.64);
  font-family: Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1;
}

.tomorrow-series-nav__name {
  flex: 0 0 auto;
  color: #fefcf7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.tomorrow-series-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.tomorrow-series-nav a {
  position: relative;
  padding: 4px 0 7px;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.tomorrow-series-nav a:hover,
.tomorrow-series-nav a:focus-visible {
  color: #fefcf7;
}

.tomorrow-series-nav a[aria-current="page"] {
  color: var(--tomorrow-volume);
}

.tomorrow-series-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  background: var(--tomorrow-volume);
  content: "";
}

.tomorrow-series-nav--compact {
  width: auto;
  max-width: 760px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.tomorrow-series-nav--compact a[aria-current="page"]::after {
  bottom: -14px;
}

.book-coming-soon {
  background: var(--tomorrow-volume) !important;
  color: var(--tomorrow-volume-text) !important;
}

.book-hero h1 span,
.hero .wordmark .you {
  color: var(--tomorrow-volume);
  font-style: normal;
}

.book-hero .btn-primary,
.hero .btn.gold {
  border-color: var(--tomorrow-volume);
  background: var(--tomorrow-volume);
  color: var(--tomorrow-volume-text);
}

.book-hero-visual img,
.book-cover img,
.book-cover-stage img {
  border: 1px solid rgba(254, 252, 247, 0.72);
  border-radius: 1px;
  box-shadow: 12px 12px 0 var(--tomorrow-volume);
  transform: none;
}

@media (max-width: 640px) {
  .tomorrow-series-nav {
    align-items: center;
    gap: 12px;
  }

  .tomorrow-series-nav__links {
    gap: 10px;
  }

  .tomorrow-series-nav a {
    font-size: 9px;
  }

  .tomorrow-series-nav--compact .tomorrow-series-nav__name {
    display: none;
  }
}
