@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Unbounded:wght@200..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: unset;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  font-style: italic;
  font-size: 0.9rem;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  background: #82388d;
  background-image: url("/assets/img/waveforms.svg");
  background-position: top center;
  color: hsl(273, 100%, 12%);
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(85rem, 100vw - 2rem);
  margin-inline: auto;
}

h1, h2, h3, h4 {
  font-family: "Unbounded", sans-serif;
}

header {
  margin-block: 1rem;
}
header .container {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
header nav {
  color: hsl(50, 84%, 67%);
}
header nav p {
  font-family: "Unbounded", sans-serif;
}
header nav ul {
  display: flex;
  gap: 1rem;
  font-size: 1.2rem;
}

main {
  flex-grow: 1;
}
main p {
  margin-block-end: 1rem;
}
main h1 {
  color: hsl(50, 84%, 67%);
  margin-block-end: 1rem;
}
main a {
  color: hsl(273, 100%, 12%);
}
main a:hover {
  color: #82388d;
}
main .superscript {
  vertical-align: super;
  font-size: 0.75rem;
}

section {
  position: relative;
  margin-block-end: 2rem;
  background-color: hsl(281, 75%, 70%);
}
section h2 {
  background-color: hsl(50, 84%, 67%);
  text-transform: uppercase;
  padding-block: 0.5rem;
  padding-left: 1rem;
}
section h3 .detail {
  font-size: 0.9rem;
  font-weight: 300;
}
section.alt {
  background-color: hsl(50, 84%, 67%);
}
section.alt h2 {
  color: hsl(50, 84%, 67%);
  background-color: hsl(273, 100%, 12%);
}

.grid {
  display: grid;
}
@media (min-width: 1080px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.meet-the-crew .content {
  display: grid;
  gap: 1rem;
}
.meet-the-crew .member {
  display: grid;
  gap: 1rem;
}
.meet-the-crew .member img {
  place-self: center;
}
@media (min-width: 450px) {
  .meet-the-crew .member {
    grid-template-columns: 9rem 1fr;
  }
}

footer {
  background-color: hsl(281, 75%, 70%);
}
footer .container {
  display: flex;
  justify-content: end;
  padding: 0.75rem;
  font-size: 0.9rem;
}
@media (max-width: 650px) {
  footer .container {
    justify-content: center;
  }
}

.content {
  padding: 1rem;
}
.content p:last-of-type {
  margin-block-end: 0;
}
.content .title h3 {
  text-decoration: none;
  font-size: clamp(1rem, 1.85vw, 4rem);
  font-weight: 600;
}
.content .title a {
  text-decoration: none;
}
.content .title .row {
  display: flex;
  align-items: center;
}
.content .title .details {
  font-weight: 600;
  gap: 0.5rem;
}
.content .title .details .number {
  color: hsl(50, 84%, 67%);
}
.content .title .details .date {
  color: #82388d;
}

.plyr {
  --plyr-color-main: none;
  --plyr-control-spacing: .25rem;
  --plyr-control-icon-size: 14px;
  --plyr-audio-controls-background: none;
  --plyr-audio-control-color: hsl(50, 90%, 70%);
  --plyr-audio-control-color-hover: hsl(50, 90%, 70%);
  min-width: 0 !important;
}
.plyr--audio {
  display: flex !important;
}
.plyr .plyr__controls {
  justify-content: flex-start;
}
.plyr .plyr__controls .plyr__controls__item:first-child {
  margin: 0;
}

main .series-header {
  background-color: hsl(50, 84%, 67%);
  padding-block: 1rem;
}

.episodes {
  row-gap: 0;
}
.episodes section {
  margin-block: 1rem;
}
.episodes section h2 {
  letter-spacing: unset;
  display: flex;
  justify-content: space-between;
}

.full-episode .plyr {
  background-color: hsl(273, 100%, 12%);
  padding: 0.5rem;
}
.full-episode .plyr .plyr__controls {
  --plyr-control-spacing: .5rem;
  --plyr-control-icon-size: 16px;
  width: 100%;
}
.full-episode section.cast {
  height: fit-content;
}
.full-episode section.cast p {
  margin-block-end: 0;
}
.full-episode section.cast a, .full-episode section.cast strong {
  text-decoration: none;
  font-weight: 600;
}

section.more-episodes .content {
  border-bottom: 4px dotted #82388d;
}
section.more-episodes .all-episodes {
  display: block;
  padding: 1rem;
  text-align: right;
  text-decoration: none;
}
section.more-episodes .all-episodes:after {
  padding-left: 0.5rem;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  font: var(--fa-font-solid);
}

/*# sourceMappingURL=main.css.map */