* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

:root {
  --gjs-t-color-primary: #AB274F;
  --gjs-t-color-secondary: #F9F5F7;
  --gjs-t-color-accent: #FFD166;
  --gjs-t-color-success: #22C55E;
  --gjs-t-color-warning: #F59E0B;
  --gjs-t-color-error: #EF4444;
}

html {
  scroll-behavior: smooth;
}

.gjs-t-body {
  background-color: #AB274F;
  color: #F9F5F7;
  font-size: 18px;
  line-height: 1.7;
}

.gjs-t-h1 {
  color: #F9F5F7;
  font-size: 48px;
  line-height: 1.1;
}

.gjs-t-h2 {
  color: #F9F5F7;
  font-size: 32px;
  line-height: 1.2;
}

.gjs-t-button {
  background-color: #FFD166;
  color: #1F2937;
  border-radius: 9999px;
}

.gjs-t-link {
  color: #F9F5F7;
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 16px;
  border-color: rgba(249, 245, 247, 0.24);
}

*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  undefined: undefined;
  line-height: inherit;
}

hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.body {
  font-weight: League Spartan;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body *::selection {
  background-color: rgb(253 224 71 / 1);
  color: rgb(0 0 0 / 1);
}

.body *::selection:hover {
  color: rgb(0 0 0 / 1);
}

.body *::selection::selection {
  color: rgb(0 0 0 / 1);
  background-color: rgb(253 224 71 / 1);
}

.body::selection::selection {
  color: rgb(0 0 0 / 1);
  background-color: rgb(253 224 71 / 1);
}

/* Header */

.header {
  position: sticky;
  top: 0px;
  z-index: 50;
  backdrop-filter: blur(4px);
  background-color: rgba(171, 39, 79, 0.75);
  border-bottom-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
}

.header-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.375rem;
  object-fit: cover;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.brand-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: Bebas Neue;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-button {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: Lilita One;
  letter-spacing: 0.025em;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-button:focus-visible {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.nav-button:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transform: translate(0, -0.125rem);
}

.nav-button:hover:focus-visible,
.nav-button:focus-visible:focus-visible {
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* Main layout */

.main {
  position: relative;
}

.section-home {
  display: block;
}

/* Hero */

.hero-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

.hero-left {
  flex: 1 1 0%;
  min-width: 300px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
  background-color: rgba(255, 255, 255, 0.06);
}

.badge-icon {
  width: 1rem;
  height: 1rem;
}

.badge-text {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-title {
  font-weight: Bebas Neue;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  margin-top: 1rem;
  font-size: 17px;
  max-width: 36rem;
}

.hero-ctas {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-button {
  padding: 0.625rem 1.5rem;
  font-weight: Lilita One;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.cta-button:focus-visible {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.cta-button:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transform: translate(0, -0.125rem);
}

.cta-button:hover:focus-visible,
.cta-button:focus-visible:focus-visible {
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cta-link {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(249, 245, 247, 0.6);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-link:hover {
  text-decoration-color: #fff;
  color: rgb(255 255 255 / 1);
}

.hero-right {
  flex: 1 1 0%;
  min-width: 280px;
}

.hero-media-card {
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 0.5rem;
  outline-style: solid;
  outline-width: 1px;
  outline-color: rgba(249, 245, 247, 0.18);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-media-card:hover {
  outline-color: rgba(249, 245, 247, 0.3);
}

.hero-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.sticker {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  transform: rotate(6deg);
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  font-weight: Lilita One;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.decorative-collage {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  transform: rotate(-8deg);
}

/* About */

.about-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
}

.about-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.about-icon-column {
  width: 5rem;
  flex-shrink: 0;
}

.about-icon {
  width: 3rem;
  height: 3rem;
}

.about-content {
  flex: 1 1 0%;
}

.about-title {
  font-weight: Bebas Neue;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.about-text {
  margin-top: 0.75rem;
  font-size: 17px;
}

.about-highlights {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.highlight-card {
  border-radius: 0.75rem;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.highlight-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translate(0, -2px);
}

.highlight-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.highlight-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.highlight-title {
  font-weight: 600;
}

.highlight-description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Hosts */

.hosts-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
}

.hosts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hosts-title {
  font-weight: Bebas Neue;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.hosts-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.hosts-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.host-card {
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(255, 255, 247, 0.06);
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.host-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translate(0, -2px);
}

.host-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.host-image {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.host-info {
  flex: 1 1 0%;
}

.host-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: League Spartan;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.host-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.9;
}

.host-bio {
  margin-top: 0.75rem;
  font-size: 15px;
}

/* Contact */

.contact-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
}

.contact-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.contact-icon-column {
  width: 5rem;
  flex-shrink: 0;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
}

.contact-content {
  flex: 1 1 0%;
}

.contact-title {
  font-weight: Bebas Neue;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.contact-text {
  margin-top: 0.75rem;
  font-size: 17px;
}

.contact-actions {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-button {
  padding: 0.625rem 1.5rem;
  font-weight: Lilita One;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-button:focus-visible {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.contact-button:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transform: translate(0, -0.125rem);
}

.contact-button:hover:focus-visible,
.contact-button:focus-visible:focus-visible {
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contact-link {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(249, 245, 247, 0.6);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-link:hover {
  text-decoration-color: #fff;
  color: rgb(255 255 255 / 1);
}

/* Social */

.social-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
}

.social-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.social-icon-column {
  width: 5rem;
  flex-shrink: 0;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.social-content {
  flex: 1 1 0%;
}

.social-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.social-text {
  margin-top: 0.75rem;
  font-size: 16px;
  flex: 1 1 0%;
}

.social-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.social-card {
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(249, 245, 247, 0.06);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.social-card:hover {
  background-color: rgba(249, 245, 247, 0.1);
}

.social-body {
  flex: 1 1 0%;
}

.social-label {
  font-weight: 600;
}

.social-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(249, 245, 247, 0.5);
}

.social-link:hover {
  text-decoration-color: #fff;
}

.social-embed-box {
  margin-top: 2.5rem;
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}

.social-embed-hint {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.9;
}

/* Decorative footer visuals */

.decorative-footer-visuals {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.decorative-row {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.decorative-image {
  width: 9rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

/* Episodes (hidden section) */

.section-episodes {
  display: none;
}

.episodes-container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.episodes-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.episodes-icon-column {
  width: 5rem;
  flex-shrink: 0;
}

.episodes-icon {
  width: 3rem;
  height: 3rem;
}

.episodes-heading {
  flex: 1 1 0%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

.episodes-title {
  font-weight: Bebas Neue;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.episodes-intro {
  margin-top: 0.75rem;
  font-size: 16px;
}

.episodes-spotify-embed {
  margin-top: 1.5rem;
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}

.episodes-seasons-container {
  margin-top: 2.5rem;
}

.seasons-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.season-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.seasons-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: Bebas Neue;
  text-transform: uppercase;
}

.seasons-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.season-card {
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(249, 245, 247, 0.06);
  padding: 1.25rem;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.season-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.season-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.season-count {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
}

.episode-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.episode-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgba(249, 245, 247, 0.04);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.episode-icon {
  width: 1rem;
  height: 1rem;
}

.episode-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.9;
  font-weight: 600;
}

.episodes-editable-box {
  margin-top: 2.5rem;
  border-radius: 1rem;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}

.editable-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.editable-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.editable-title {
  font-weight: 600;
}

.editable-hint {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.9;
}

/* Footer */

.footer {
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.24);
  margin-top: 2rem;
}

.footer-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-text {
  font-size: 0.875rem;
  line-height: 1.25;
  opacity: 0.9;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(249, 245, 247, 0.5);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  text-decoration-color: #fff;
  background-color: rgba(249, 245, 247, 0.08);
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(249, 245, 247, 0.24);
}

/* Extra */

#ica5gv {
  border-radius: 12px;
}

* {
  box-sizing: border-box;
}

.body-wrapper {
  min-height: 100vh;
  background-color: var(--gjs-t-color-primary);
  color: var(--gjs-t-color-secondary);
}

.site-header {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgba(249, 245, 247, 0.6);
}

.brand-image {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.brand-tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.header-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-link {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link:hover {
  background-color: rgba(249, 245, 247, 0.08);
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(249, 245, 247, 0.24);
}

.nav-link-active {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-active:hover {
  background-color: rgba(249, 245, 247, 0.08);
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(249, 245, 247, 0.24);
}

.nav-cta {
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-cta:hover {
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(31, 41, 55, 0.3);
  filter: brightness(.95);
}

.main-content {
  width: 100%;
}

/* Hero episodes */

.hero-episodes {
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  padding: 3rem 1.5rem 2.5rem;
}

.hero-layout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.hero-text-block {
  flex: 1 1 0%;
}

.hero-heading {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-subheading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.9;
  max-width: 42rem;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-spotify {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-spotify:hover {
  transform: scale(1.02);
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(31, 41, 55, 0.3);
}

.cta-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(249, 245, 247, 0.6);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-secondary:hover {
  background-color: rgba(249, 245, 247, 0.08);
}

/* Hero visual */

.hero-visual-block {
  flex: 1 1 0%;
  position: relative;
}

.hero-visual-frame {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.hero-visual-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.collage-sticker {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 6rem;
  height: 6rem;
  transform: rotate(-6deg);
}

.sticker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

/* Spotify embed */

.spotify-embed-section {
  margin: 0 auto;
  max-width: 72rem;
  padding: 0 1.5rem 2.5rem;
}

.embed-card {
  border-radius: 1rem;
  padding: 1rem;
  background-color: rgba(249, 245, 247, 0.06);
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.embed-note {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.85;
}

.info-icon {
  width: 1rem;
  height: 1rem;
}

.info-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Episodes list */

.episodes-list-section {
  margin: 0 auto;
  max-width: 72rem;
  padding: 0 1.5rem 4rem;
}

.episodes-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.episodes-action-link {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(249, 245, 247, 0.6);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.episodes-action-link:hover {
  background-color: rgba(249, 245, 247, 0.08);
}

.episodes-add-button {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 700;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.episodes-add-button:hover {
  transform: scale(1.02);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.season-card:hover {
  transform: translate(0, -2px);
}

.season-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.season-badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-success);
  color: rgb(31 41 55 / 1);
}

.episodes-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.episode-item:hover {
  background-color: rgba(249, 245, 247, 0.08);
}

.episode-cover {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.episode-text {
  flex: 1 1 0%;
}

.episode-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.episode-play {
  padding: 0.5rem;
  border-radius: 9999px;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.episode-play:hover {
  background-color: rgba(249, 245, 247, 0.12);
}

.episode-play-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.season-footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.season-more-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.season-more-button:hover {
  background-color: rgba(249, 245, 247, 0.08);
}

.season-more-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.season-more-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.season-placeholder {
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: rgba(249, 245, 247, 0.04);
}

.season-placeholder-text {
  opacity: 0.85;
}

/* Social header + footer variants */

.social-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.social-heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

.social-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-contact-link {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(249, 245, 247, 0.6);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.social-contact-link:hover {
  background-color: rgba(249, 245, 247, 0.08);
}

.social-handle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.social-preview {
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.site-footer {
  width: 100%;
  border-top-width: 1px;
  border-color: rgba(249, 245, 247, 0.6);
}

.footer-logo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}

.footer-name {
  font-weight: 700;
}

.footer-tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.footer-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-cta {
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 700;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-cta:hover {
  transform: scale(1.02);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.footer-divider {
  margin: 0 0.5rem;
  opacity: 0.5;
}

#i1p3di {
  border-radius: 12px;
}

/* Responsive */

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .about-container {
    flex-direction: column;
  }

  .about-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hosts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-container {
    flex-direction: column;
  }

  .social-container {
    flex-direction: column;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .decorative-image {
    display: none;
  }

  .episodes-header {
    flex-direction: column;
  }

  .seasons-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .about-highlights {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hosts-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .season-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
