@font-face {
  font-family: "GothamBold";
  src: url("../fonts/Gotham Bold.otf") format("otf");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GothamLight";
  src: url("../fonts/Gotham Light.otf") format("otf");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --blue: #304cf4;
  --pink: #ef2b83;
  --cyan: #1fe3e3;
  --text: #303030;
  --muted: #555;
  --line: #e8e8f5;
  --panel: #fff;
  --bg: #fff;
  --max-width: 1240px;
  --shadow: 0 24px 40px rgba(48, 76, 244, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "GothamBold",  "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

code {
  padding: 0.12rem 0.42rem;
  border-radius: 6px;
  background: rgba(48, 76, 244, 0.08);
}

.page-bg {
  display: none;
}

.container {
  width: min(var(--max-width), calc(100% - 3rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--cyan);
}

.shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 8.25rem;
  padding: 1rem 0;
}

.brand-image {
  width: min(255px, 100%);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-link,
.button,
.footer-title,
.section-heading h2,
.hero-copy h1,
.page-hero h1,
.spotlight-card h2,
.home-archive__heading,
.latest-hero__guest,
.latest-hero__company,
.latest-hero__number,
.latest-hero__title,
.episode-card h3,
.latest-hero__company,
.subscribe-strip h2,
.newsletter-strip h2 {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-link {
  color: var(--blue);
  font-size: 1.45rem;
  line-height: 1;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.9rem;
  padding: 0.9rem 1.7rem;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.subscribe-strip h2 {
  font-size: 1.5rem;
}

.button--primary,
.button--blue {
  background: var(--blue);
  color: var(--cyan);
}

.button--ghost {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.button--ghost-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.header-subscribe {
  min-width: 180px;
  min-height: 3.3rem;
  font-size: 1.4rem;
}

.eyebrow {
  margin: 0;
  color: var(--pink);
}

.brand-hero {
  background: var(--pink);
  color: var(--cyan);
  overflow: hidden;
}

.brand-hero__inner {
  padding: 4.5rem 0 4rem;
}

.brand-hero__statement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.brand-hero__statement h1 {
  position: absolute;
  x: 200;
  y: -100;
  margin: 0;
  color: var(--cyan);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.3rem, 1.5vw, 0.5rem);
  line-height: 1.04;
  text-align: right;
  white-space: nowrap;
}

.brand-hero__wave {
  width: 100%;
}

.brand-hero__wave__text{
  display:none;
}

@media (max-width: 1000px) {
  .brand-hero__wave__text{
    display:none;
  } 
}

.heartbeat-svg {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  display: block;
}

.heartbeat-svg__shadow {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
}

.heartbeat-svg__main {
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 13;
}

.brand-hero__socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.brand-hero__socials__links{
  justify-items: end;
}

.brand-hero__socials__follow{
  justify-items: start;
}

.brand-hero__label {
  margin: 0 0 1rem;
  color: var(--cyan);
  font-size: 0.95rem;
}

.listen-links,
.platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.listen-links--icons {
  gap: 1.1rem;
}

.platform-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.platform-link--text {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  font-size: 1rem;
}

.platform-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: none !important;
  white-space: nowrap;

}

.platform-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.latest-hero {
  background: #fff;
  padding: 3rem 0 2rem;
}

.latest-hero__grid {
  display: grid;
  grid-template-areas:
    "content image"
    "excerpt image";
  grid-template-columns: 1fr 1.1fr;
  grid-template-rows: auto 1fr;
  gap: 2.5rem 3.25rem;
  align-items: start;
}

.latest-hero__content {
  grid-area: content;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-top: 0.2rem;
}

.latest-hero__date {
  margin: 0 0 2.2rem;
  color: var(--blue);
  font-size: 1rem;
}

.latest-hero__number {
  margin: 0 0 1rem;
  color: var(--cyan);
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
  line-height: 0.95;
}

.latest-hero__guest,
.latest-hero__company {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.02;
}

.latest-hero__guest {
  color: var(--pink);
}

.latest-hero__company {
  color: var(--blue);
}

.latest-hero__title {
  margin: 1.4rem 0 2rem;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
  line-height: 1.2;
  max-width: 14ch;
}

.listen-group {
  margin-top: 1.8rem;
}

.listen-label {
  margin: 0 0 1rem;
  color: var(--pink);
  font-size: 0.95rem;
}

.latest-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-hero__image {
  display: block;
  grid-area: image;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.audio-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 3.2rem;
  padding: 0 1.2rem;
  background: var(--cyan);
}

.audio-bar__play {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #222;
}

.audio-bar__track {
  display: block;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0 4%, rgba(0, 0, 0, 0.2) 4% 100%);
}

.latest-hero__excerpt {
  grid-area: excerpt;
  align-self: end;
  max-width: 62ch;
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family:  "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.episode-notes {
  padding: 0.75rem 0 1.5rem;
}

.episode-notes__inner {
  width: 100%;
  margin: 0 auto;
  color: var(--muted);
  font-family:  "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.episode-notes__surface {
  padding: 2rem 2rem 2.2rem;
  border: 1px solid rgba(48, 76, 244, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(31, 227, 227, 0.06), rgba(255, 255, 255, 0.96) 20%),
    #fff;
  box-shadow: 0 20px 40px rgba(48, 76, 244, 0.08);
}

.episode-notes__inner h2,
.episode-notes__inner h3 {
  margin: 2rem 0 0.85rem;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.episode-notes__inner h2:first-child,
.episode-notes__inner h3:first-child {
  margin-top: 0;
}

.episode-notes__inner h2 {
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.episode-notes__inner h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.2;
}

.episode-notes__inner p,
.episode-notes__inner li {
  font-size: 1.06rem;
  line-height: 1.82;
  font-weight: 300;
}

.episode-notes__inner p {
  margin: 0 0 1rem;
}

.episode-notes__inner ul {
  margin: 0.4rem 0 1.2rem;
  padding-left: 1.3rem;
}

.episode-notes__inner a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
  font-weight: 300;
}

.episode-notes__inner a:hover,
.episode-notes__inner a:focus-visible {
  color: #203fdc;
}

.inline-link {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
}

.episode-notes__inner strong,
.latest-hero__excerpt strong {
  font-weight: 700;
  color: var(--text);
}

.episode-summary {
  font-family:  "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--blue);
}

.home-archive {
  padding: 1.5rem 0 3.25rem;
}

.home-archive__heading {
  margin: 0 0 3rem;
  color: var(--blue);
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.home-archive__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.home-archive__card,
.home-archive__more {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  background: #f1f1f1;
}

.home-archive__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.home-archive__number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--cyan);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}

.home-archive__more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  text-align: center;
}

.page-hero {
  padding: 3rem 0 2rem;
}

.page-hero--legacy {
  background: #fff;
}

.section-heading h1,
.section-heading h2,
.spotlight-card h2,
.episode-card h3 {
  margin: 0.35rem 0 0.8rem;
  color: var(--blue);
  line-height: 1.06;
}

.section-heading h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.section-heading h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.section-heading p,
.spotlight-card p,
.episode-summary,
.about-copy p,
.footer-brand p,
.filters-count,
.episode-date,
.about-role,
.form-status {
  color: var(--muted);
}

.legacy-section {
  padding: 2rem 0 3rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-heading--stack {
  align-items: start;
  flex-direction: column;
}

.filters-panel,
.episode-card,
.spotlight-card,
.footer-panel {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.filters-panel,
.spotlight-card,
.footer-panel {
  padding: 1.6rem;
}

.filters-panel {
  display: grid;
  gap: 1rem;
}

.search-field,
.search-field label {
  display: grid;
  gap: 0.5rem;
}

.search-field {
  max-width: 32rem;
}

.search-field input,
.search-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

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

.episode-card {
  overflow: hidden;
  border-radius: 28px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.episode-card:hover,
.episode-card:focus-visible {
  outline: 2px;
  transform: translateY(-3px);
}

.episode-card__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.episode-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem;
}

.episode-card__meta,
.filters-toolbar,
.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.filters-toolbar {
  align-items: center;
}

.filters-count {
  margin: 0;
}

.filters-actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.2rem;
}

.filters-clear {
  min-height: 2.9rem;
  padding: 0.7rem 1.1rem;
  border-width: 1px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.footer-copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: small;
}

.episode-guest,
.episode-company {
  margin: 0;
  color: var(--pink);
  font-size: 1rem;
}

.tag-bar,
.tag-row,
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.filters-tags {
  display: grid;
  gap: 0.75rem;
}

.tag-bar--collapsible.is-collapsed {
  max-height: 6.1rem;
  overflow: hidden;
}

.filters-tags__toggle {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
}

.filters-tags__toggle:hover,
.filters-tags__toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(48, 76, 244, 0.08);
  color: var(--blue);
  font-size: 0.92rem;
}

.tag-button {
  border: 0;
  cursor: pointer;
}

.tag-button.is-active {
  background: var(--blue);
  color: #fff;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 2rem;
}

.pagination__button {
  min-width: 2.8rem;
  min-height: 2.8rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94rem;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.pagination__button:hover:not(:disabled),
.pagination__button:focus-visible:not(:disabled) {
  border-color: rgba(48, 76, 244, 0.35);
  background: rgba(48, 76, 244, 0.08);
}

.pagination__button.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.pagination__button:disabled {
  opacity: 0.45;
  cursor: default;
}

.empty-state {
  margin: 2rem 0 0;
  text-align: center;
}

.spotlight-grid,
.about-grid,
.episode-layout {
  display: grid;
  gap: 1.4rem;
}

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

.episode-layout--legacy,
.about-grid--legacy {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.episode-cover img,
.about-photo img {
  width: 100%;
  box-shadow: var(--shadow);
}

.about-contact {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.about-contact__label {
  margin: 0;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.about-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.about-contact__button {
  gap: 0.7rem;
  padding-inline: 1.15rem 1.3rem;
}

.about-contact__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
}

.about-contact__icon svg,
.about-contact__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonials-section {
  padding: 0.25rem 0 3.5rem;
}

.testimonials-section__heading {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

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

.testimonial-card {
  overflow: hidden;
  border: 1px solid rgba(48, 76, 244, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.testimonial-card__body {
  display: grid;
  gap: 0.7rem;
  padding: 0.82rem 0.82rem 0.95rem;
}

.testimonial-card__body h3 {
  margin: 0;
  color: var(--blue);
  font-size: 0.96rem;
  line-height: 1.25;
}

.testimonial-card__rating {
  margin: 0;
  color: var(--pink);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.testimonial-card__date {
  margin: -0.35rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.testimonial-card__quote {
  margin: 0;
  color: var(--muted);
  font-family:  "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
  font-weight: 300;
}

.testimonial-card__author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.45rem 0.8rem;
  margin: 0;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.collaboration-strip {
  padding: 0 0 3.75rem;
}

.collaboration-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem 2rem;
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--pink), #ff549b 55%, #ff7fb4);
  box-shadow: 0 24px 44px rgba(239, 43, 131, 0.2);
}

.collaboration-strip__copy h2 {
  margin: 0.35rem 0 0.65rem;
  color: var(--cyan);
  font-size: clamp(1.6rem, 2.8vw, 2.45rem);
  line-height: 1.04;
}

.collaboration-strip__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 42rem;
}

.collaboration-strip__button {
  min-width: 220px;
}

.newsletter-strip {
  padding: 3.5rem 0 4rem;
  background: var(--pink);
  color: var(--cyan);
  text-align: center;
}

.newsletter-strip__inner {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.newsletter-strip h2,
.subscribe-strip h2 {
  margin: 0;
  color: var(--cyan);
  font-size: clamp(1.9rem, 4.5vw, 3.25rem);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.newsletter-strip p {
  max-width: 26ch;
  margin: 1.5rem 0 0;
  font-size: 1rem;
}

.subscribe-strip {
  padding: 3.5rem 0 4rem;
  background: var(--blue);
  color: var(--cyan);
  text-align: center;
}

.subscribe-strip__inner {
  display: grid;
  gap: 2rem;
  justify-items: center;
}

.platform-grid {
  justify-content: center;
}

footer{
  background: var(--cyan);

}

.footer-bottom {
  background: var(--cyan);
  padding: 2.5rem 0 1rem;
}

.footer-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  box-shadow: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.footer-brand-image {
  width: 320px;
  margin-bottom: 1rem;
}

.support-badge {
  display: inline-block;
  margin-top: 1rem;
}

.footer-title {
  margin: 0 0 0.8rem;
  color: var(--pink);
  font-size: 1.35rem;
}

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

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--blue);
}

.footer-meta {
  padding-top: 1rem;
  color: var(--pink);
  font-size: 0.95rem;
}


/* =========================================
   Compact desktop sticky player
   ========================================= */

.sticky-player {
  --player-blue: #3150f4;
  --player-pink: #ed2478;
  --player-height: 76px;

  position: fixed;
  left: 50%;
  right: auto;
  transform: translateX(-50%);

  width: min(52vw, 860px);
  min-width: 650px;

  bottom: 20px;

  overflow: hidden;
  border: 1px solid rgb(49 80 244 / 10%);
  border-radius: 16px;
  background: rgb(255 255 255 / 96%);
  box-shadow:
    0 12px 35px rgb(18 31 82 / 15%),
    0 2px 8px rgb(18 31 82 / 8%);
  backdrop-filter: blur(12px);
}

/* Thin progress bar */

.sticky-player__progress {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;

  height: 3px;
  overflow: hidden;
  background: #e4e7ff;
  cursor: pointer;
}

.sticky-player__progress::after {
  display: none;
}

.sticky-player__progress-fill {
  width: 0;
  height: 100%;
  background: var(--player-pink);
  transition: width 100ms linear;
}

/* Compact layout */

.sticky-player__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;

  min-height: var(--player-height);
  padding: 9px 14px 8px;
}

.sticky-player__controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Shared control styling */

.sticky-player__control,
.sticky-player__icon-button {
  display: grid;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--player-blue);
  cursor: pointer;
  place-items: center;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}

.sticky-player__control:hover:not(:disabled),
.sticky-player__icon-button:hover:not(:disabled) {
  background: rgb(49 80 244 / 8%);
  opacity: 1;
}

.sticky-player__control:active:not(:disabled),
.sticky-player__icon-button:active:not(:disabled) {
  transform: scale(0.94);
}

/* Clean 15-second buttons */

.sticky-player__skip {
  position: relative;
  width: 32px;
  height: 32px;
}

.sticky-player__skip-arrow {
  display: none;
}

.sticky-player__skip-value {
  position: static;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  transform: none;
}

/* Circular arrow drawn around the number */

.sticky-player__skip::before {
  content: "";
  position: absolute;
  inset: 5px;

  border: 1.7px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.sticky-player__skip::after {
  content: "";
  position: absolute;
  top: 5px;

  width: 5px;
  height: 5px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

.sticky-player__skip[data-sticky-player-back]::after {
  left: 5px;
  transform: rotate(-90deg);
}

.sticky-player__skip[data-sticky-player-forward]::before {
  transform: scaleX(-1);
}

.sticky-player__skip[data-sticky-player-forward]::after {
  right: 5px;
  transform: rotate(0deg);
}

/* Smaller play control */

.sticky-player__play {
  width: 42px;
  height: 42px;
  background: var(--player-blue);
  color: #fff;
}

.sticky-player__play:hover:not(:disabled) {
  background: #203fdc;
}

.sticky-player__play svg {
  width: 22px;
  height: 22px;
}

.sticky-player__play-icon {
  margin-left: 2px;
}

.sticky-player__pause-icon {
  display: none;
}

.sticky-player.is-playing .sticky-player__play-icon {
  display: none;
}

.sticky-player.is-playing .sticky-player__pause-icon {
  display: block;
}

/* Episode details */

.sticky-player__episode {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.sticky-player__artwork {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.sticky-player__content {
  min-width: 0;
}

.sticky-player__title {
  overflow: hidden;
  margin: 0 0 5px;

  color: #203fdc;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-player__meta-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.sticky-player__meta {
  overflow: hidden;
  margin: 0;

  color: #7683cc;
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-player__company {
  opacity: 0.75;
}

/* Keep platform icons subtle */

.sticky-player__platforms{
  gap:0px;
}

.sticky-player__platforms a{
  width:16px;
  height:16px;
  opacity:.7;
  transition:.2s;
}

.sticky-player__platforms a:hover{
  opacity:1;
  transform:translateY(-1px);
}

.sticky-player__platforms img,
.sticky-player__platforms svg{
  width:16px;
  height:16px;
}


.sticky-player__separator {
  width: 1px;
  height: 14px;
  background: #dce0fa;
}

/* Minimal right-side actions */

.sticky-player__right-controls {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0;
}

.sticky-player__volume-off{
    display:none;
}

.sticky-player.is-muted .sticky-player__volume-on{
  display:none;
}

.sticky-player.is-muted .sticky-player__volume-off{
  display:block;
}

.sticky-player__icon-button {
  width: 30px;
  height: 30px;
}

.sticky-player__icon-button svg {
  width: 30px;
  height: 30px;
}

.sticky-player__menu {
  gap: 3px;
}

.sticky-player__menu span {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.sticky-player__menu span::before {
  left: -4px;
  width: 2px;
  height: 2px;
}

/* Accessibility */

.sticky-player button:focus-visible,
.sticky-player a:focus-visible {
  outline: 2px solid rgb(49 80 244 / 40%);
  outline-offset: 2px;
}

/* Tablet and smaller desktop */

@media (max-width: 1100px) {
  .sticky-player {
    right: 12px;
    bottom: 12px;
    width: min(65vw, 720px);
    min-width: 540px;
  }

  .sticky-player__platforms,
  .sticky-player__separator {
    display: none;
  }
}

/* Mobile: use almost the full width */

@media (max-width: 700px) {
  .sticky-player{
      left: 10px;
      right: 10px;
      transform:none;
      width:auto;
      min-width:0;
  }

  .sticky-player__inner {
    gap: 9px;
    padding-inline: 10px;
  }

  .sticky-player__skip {
    display: none;
  }

  .sticky-player__artwork {
    width: 12px;
    height: 12px;
  }

  .sticky-player__title {
    font-size: 13px;
  }

  .sticky-player__meta {
    font-size: 11px;
  }

  .sticky-player__menu {
    display: none;
  }
}

.sticky-player__title {
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

.sticky-player__meta {
  color: var(--pink);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
}



.support-strip {
  padding: 4rem 0;
  text-align: center;
  background: white;
}

.support-strip h2 {
  margin-bottom: 2rem;
  color: var(--blue);
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.support-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.support-strip {
  padding: 4rem 0;
  text-align: center;
}

.support-strip h2 {
  margin-bottom: 2rem;
}

.support-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.support-carousel__track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}

.image-carrousel {
  height: 150px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.image-network{
  height: 80px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.support-carousel__track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.site-nav::-webkit-scrollbar,
.listen-links::-webkit-scrollbar,
.platform-grid::-webkit-scrollbar,
.sticky-player__platforms::-webkit-scrollbar {
  display: none;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.about_name{
  color: #ef2b83;
}

@media (max-width: 900px) {
  .shell {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    min-height: auto;
    padding: 0.9rem 0 1rem;
  }

  .about_name{
    margin-top: 2rem;
  }
  .brand-image {
    width: min(180px, 100%);
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    gap: 1.4rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .header-subscribe {
    min-width: 160px;
    min-height: 3rem;
    font-size: 1.05rem;
  }

  .brand-hero__socials {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .brand-hero__socials__links,
  .brand-hero__socials__follow {
    justify-items: start;
  }

  .latest-hero__grid {
    grid-template-areas:
      "content"
      "image"
      "excerpt";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.75rem;
  }

  .latest-hero__image img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .latest-hero__image {
    height: auto;
  }

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

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

  .collaboration-strip__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(var(--max-width), calc(100% - 1.25rem));
  }

  .site-header {
    position: sticky;
  }

  .shell {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    text-align: center;
  }

  .brand,
  .header-subscribe {
    align-self: center;
  }

  .site-nav {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.9rem;
    overflow-x: auto;
    padding: 0 0.2rem 0.25rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-link {
    flex: 0 0 auto;
    font-size: 1rem;
    white-space: nowrap;
  }

  .header-subscribe {
    width: 100%;
    max-width: 320px;
  }

  .brand-hero__inner,
  .latest-hero,
  .home-archive,
  .legacy-section,
  .testimonials-section,
  .collaboration-strip,
  .newsletter-strip,
  .subscribe-strip,
  .support-strip {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand-hero__statement {
    gap: 1rem;
  }

  .brand-hero__socials {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top-width: 6px;
  }

  .listen-links,
  .platform-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .listen-links--icons {
    gap: 0.7rem;
  }

  .platform-icon {
    width: 48px;
    height: 48px;
  }

  .platform-icon img {
    width: 30px;
    height: 30px;
  }

  .latest-hero__date {
    margin-bottom: 1.2rem;
  }

  .latest-hero__title {
    max-width: 100%;
    margin-bottom: 1.3rem;
  }

  .audio-bar {
    padding-inline: 0.9rem;
  }

  .cards-grid,
  .footer-columns,
  .home-archive__grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .episode-card__meta,
  .filters-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters-actions {
    padding-top: 0;
  }

  .footer-panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-contact__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-contact__actions .button {
    width: 100%;
  }

  .episode-notes__surface,
  .collaboration-strip__inner {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .collaboration-strip__button {
    width: 100%;
    min-width: 0;
  }

  .footer-brand-image {
    width: min(260px, 100%);
  }

  .footer-links {
    gap: 0.7rem;
  }

  .sticky-player {
    left: 8px;
    right: 8px;
    width: auto;
    min-width: 0;
    bottom: 8px;
  }

  .sticky-player__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 10px;
  }

  .sticky-player__episode {
    gap: 8px;
  }

  .sticky-player__artwork {
    width: 42px;
    height: 42px;
  }

  .sticky-player__platforms {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 0.1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sticky-player__platforms a {
    flex: 0 0 auto;
  }

  body {
    padding-bottom: 6.5rem;
  }
}

@media (max-width: 480px) {

  .brand-image {
    display: None;
  }

  .nav-link {
    font-size: 0.94rem;
  }

  .platform-icon {
    width: 44px;
    height: 44px;
  }

  .platform-icon img {
    width: 28px;
    height: 28px;
  }

  .sticky-player__inner {
    gap: 6px;
    padding: 8px 9px 7px;
  }

  .sticky-player__title {
    font-size: 0.74rem;
  }

  .sticky-player__meta {
    font-size: 0.66rem;
  }

  .sticky-player__icon-button {
    width: 28px;
    height: 28px;
  }

  .sticky-player__icon-button svg {
    width: 22px;
    height: 22px;
  }
}

/* Feedback refinements: tighter rhythm, touch-friendly carousels, and mobile player polish. */

.brand-hero__inner {
  padding: 3.25rem 0 2.5rem;
}

.brand-hero__socials {
  align-items: start;
  gap: 1.5rem 2rem;
  margin-top: 1.75rem;
}

.brand-hero__socials__follow,
.brand-hero__socials__links {
  display: grid;
  gap: 0.4rem;
}

.brand-hero__label,
.listen-label {
  margin-bottom: 0.45rem;
}

.brand-hero__socials .listen-links,
.listen-links--icons,
.subscribe-strip .platform-grid {
  gap: 0.4rem;
}

.brand-hero__socials .platform-icon,
.listen-links--icons .platform-icon {
  width: 44px;
  height: 44px;
}

.brand-hero__socials .platform-icon img,
.listen-links--icons .platform-icon img {
  width: 32px;
  height: 32px;
}

.listen-group {
  margin-top: 1.25rem;
}

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

.home-archive__card {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}

.home-archive__card img {
  filter: none;
  transition: transform 180ms ease;
}

.home-archive__card:hover img,
.home-archive__card:focus-visible img {
  transform: scale(1.025);
}

.home-archive__more {
  display: flex;
  width: fit-content;
  min-height: 0;
  margin: 1.25rem auto 0;
  padding: 0.65rem 1.25rem;
  border: 2px solid var(--blue);
  border-radius: 999px;
  background: transparent;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1.9rem) / 3);
  overflow-x: auto;
  padding: 0.15rem 0.15rem 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(48, 76, 244, 0.3) transparent;
  scrollbar-width: thin;
}

.testimonial-card {
  scroll-snap-align: start;
}

.testimonials-scroll-hint {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.collaboration-strip__inner {
  background: var(--pink);
}

.subscribe-strip {
  padding: 2.5rem 0 2.75rem;
}

.newsletter-strip h2,
.subscribe-strip h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.subscribe-strip__inner {
  gap: 1.25rem;
}

.subscribe-strip .platform-icon {
  width: 52px;
  height: 52px;
}

.subscribe-strip .platform-icon img {
  width: 38px;
  height: 38px;
}

.support-carousel__track {
  gap: 2.5rem;
}

.support-carousel:hover .support-carousel__track,
.support-carousel:focus-within .support-carousel__track {
  animation-play-state: paused;
}

.support-carousel__link {
  display: grid;
  flex: 0 0 auto;
  min-width: 190px;
  min-height: 160px;
  place-items: center;
}

.support-carousel__link:focus-visible {
  border-radius: 12px;
  outline: 3px solid rgba(48, 76, 244, 0.35);
  outline-offset: 3px;
}

.site-footer,
.footer-bottom {
  background: var(--cyan);
}

.footer-copyrights {
  padding: 0.75rem 1rem 2rem;
  color: rgba(48, 76, 244, 0.72);
  text-align: center;
}

.sticky-player {
  z-index: 1000;
}

.page-hero--episodes {
  padding-bottom: 0.5rem;
}

.page-hero--episodes .section-heading {
  margin-bottom: 0;
}

.legacy-section--episodes {
  padding-top: 0.5rem;
}

.about-contact__button {
  border: 2px solid var(--blue);
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-auto-columns: calc((100% - 0.95rem) / 2);
  }
}

@media (max-width: 700px) {
  .brand-hero__inner {
    padding: 0.8rem 0 1.4rem;
  }

  .brand-hero__statement {
    overflow: hidden;
    margin-inline: -0.625rem;
  }

  .brand-hero__wave {
    height: clamp(155px, 45vw, 210px);
  }

  .heartbeat-svg {
    width: 155vw;
    height: 100%;
    max-width: none;
    margin-left: -27.5vw;
    object-fit: cover;
  }

  .brand-hero__socials {
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top-width: 4px;
  }

  .brand-hero__socials__links,
  .brand-hero__socials__follow {
    gap: 0.25rem;
  }

  .brand-hero__socials .listen-links,
  .listen-links--icons,
  .subscribe-strip .platform-grid {
    gap: 0.25rem;
  }

  .brand-hero__label,
  .listen-label {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }

  .home-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .home-archive__heading,
  .support-strip h2,
  .subscribe-strip h2,
  .testimonials-section__heading h2,
  .collaboration-strip__copy h2 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }

  .home-archive__heading {
    margin-bottom: 1.5rem;
  }

  .home-archive__more {
    margin-top: 1rem;
    padding: 0.55rem 1rem;
    border-width: 1.5px;
    font-size: 0.95rem;
  }

  .testimonials-grid {
    grid-template-columns: none;
    grid-auto-columns: 86%;
    gap: 0.75rem;
    scroll-padding-inline: 0.15rem;
    -webkit-overflow-scrolling: touch;
  }

  .testimonials-scroll-hint {
    margin-top: 0.25rem;
  }

  .support-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .support-carousel::-webkit-scrollbar {
    display: none;
  }

  .support-carousel__track {
    gap: 1rem;
    padding: 0.25rem calc((100vw - min(76vw, 260px)) / 2) 0.75rem;
    animation: none;
  }

  .support-carousel__link {
    width: min(76vw, 260px);
    min-width: min(76vw, 260px);
    min-height: 130px;
    scroll-snap-align: center;
  }

  .support-carousel__link--duplicate {
    display: none;
  }

  .image-carrousel {
    height: 112px;
  }

  .image-network {
    height: 68px;
  }

  .subscribe-strip__inner {
    gap: 0.85rem;
  }

  .subscribe-strip .platform-grid {
    justify-content: center;
    overflow: visible;
  }

  .subscribe-strip .platform-icon {
    width: 48px;
    height: 48px;
  }

  .subscribe-strip .platform-icon img {
    width: 36px;
    height: 36px;
  }

  .page-hero--episodes {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
  }

  .page-hero--episodes h1 {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
  }

  .legacy-section--episodes {
    padding-top: 0.25rem;
  }

  .page-hero--about {
    padding-top: 0;
  }

  .page-hero--about .about-grid {
    gap: 1.4rem;
  }

  .page-hero--about .about-photo {
    margin-inline: -0.625rem;
  }

  .page-hero--about .about-photo img {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .about-copy h1 {
    margin-top: 0;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .about-contact__actions {
    gap: 0.65rem;
  }

  .about-contact__button {
    min-height: 3.1rem;
    padding: 0.7rem 1rem;
    border-radius: 12px;
  }

  .sticky-player {
    --player-height: 64px;
  }

  .sticky-player__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: var(--player-height);
    padding: 7px 9px 6px;
  }

  .sticky-player__controls {
    gap: 1px;
  }

  .sticky-player__skip {
    display: grid;
    width: 32px;
    height: 32px;
  }

  .sticky-player__play {
    width: 42px;
    height: 42px;
  }

  .sticky-player__artwork,
  .sticky-player__meta-row,
  .sticky-player__audio-unavailable {
    display: none;
  }

  .sticky-player__episode {
    gap: 0;
  }

  .sticky-player__title {
    margin: 0;
    font-size: 0.72rem;
  }

  .sticky-player__right-controls {
    margin-left: -3px;
  }

  body {
    padding-bottom: 0;
  }

  .site-footer {
    padding-bottom: 6.25rem;
  }

  .footer-copyrights {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 390px) {
  .sticky-player__episode,
  .sticky-player__right-controls {
    display: none;
  }

  .sticky-player__inner {
    display: flex;
    justify-content: center;
  }
}

/* Desktop feedback refinements: unified type scale, richer sliders, and a lighter player. */

:root {
  --section-title-size: clamp(1.55rem, 2.6vw, 2.1rem);
  --player-control-cyan: #0fbfc8;
}

.header-subscribe {
  margin-left: 1rem;
}

.brand-hero__label,
.listen-label {
  font-size: 1.08rem;
}

.brand-hero__socials .platform-icon,
.listen-links--icons .platform-icon {
  width: 48px;
  height: 48px;
}

.brand-hero__socials .platform-icon img,
.listen-links--icons .platform-icon img {
  width: 36px;
  height: 36px;
}

.home-archive__heading,
.support-strip h2,
.subscribe-strip h2,
.testimonials-section__heading h2,
.collaboration-strip__copy h2,
.page-hero--episodes h1 {
  font-size: var(--section-title-size);
  line-height: 1.12;
}

.home-archive__grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3rem) / 4);
  overflow-x: auto;
  padding: 0.25rem 0.2rem 0.8rem;
  scroll-padding-inline: 0.2rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-archive__grid::-webkit-scrollbar,
.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.home-archive__card {
  scroll-snap-align: start;
  object-position: center;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-archive__card:hover,
.home-archive__card:focus-visible {
  box-shadow: 0 0 0 4px var(--cyan);
  outline: 0;
  transform: translateY(-2px);
}

.home-archive__card img {
  object-position: center;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.carousel-control {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid rgba(48, 76, 244, 0.25);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  place-items: center;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.carousel-control:hover:not(:disabled),
.carousel-control:focus-visible:not(:disabled) {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--cyan);
}

.carousel-control:disabled {
  opacity: 0.35;
  cursor: default;
}

.carousel-status {
  min-width: 3.2rem;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  text-align: center;
}

.testimonials-grid {
  scrollbar-width: none;
}

.collaboration-strip .eyebrow {
  color: #fff;
}

.support-carousel__link {
  min-width: 220px;
  min-height: 180px;
}

.image-carrousel {
  height: 165px;
}

.image-network {
  height: 90px;
}

.site-footer {
  padding-bottom: 6rem;
}

.sticky-player {
  --player-height: 72px;
}

.sticky-player__control,
.sticky-player__icon-button {
  color: var(--player-control-cyan);
}

.sticky-player__play {
  background: var(--cyan);
  color: var(--blue);
}

.sticky-player__play:hover:not(:disabled) {
  background: #19d2d2;
}

.sticky-player__platforms {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.sticky-player__platforms a {
  display: grid;
  width: 30px;
  height: 30px;
  opacity: 0.82;
  place-items: center;
}

.sticky-player__platforms .platform-icon {
  width: 28px;
  height: 28px;
}

.sticky-player__platforms img,
.sticky-player__platforms svg {
  width: 22px;
  height: 22px;
}

.sticky-player__meta-row {
  align-items: center;
  gap: 0.35rem;
}

.episode-transcript {
  padding: 0.75rem 0 1.5rem;
  border-top: 1px solid rgba(48, 76, 244, 0.14);
}

.episode-transcript summary {
  width: 100%;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.episode-transcript__body {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
}

.episode-transcript-section {
  padding: 0 0 3.5rem;
  background: #fff;
}

/*.episode-transcript-section__inner {
}*/

.episode-transcript-card {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(48, 76, 244, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(35, 57, 155, 0.08);
  width: 100%;
}

.episode-transcript-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.episode-transcript-card__heading h2 {
  margin: 0.25rem 0 0.65rem;
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--section-title-size);
}

.episode-transcript-card__heading p:not(.eyebrow) {
  max-width: 66ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.episode-transcript-download {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  transition: background-color 160ms ease, transform 160ms ease;
}

.episode-transcript-download:hover,
.episode-transcript-download:focus-visible {
  background: #19d2d2;
  transform: translateY(-1px);
}

.episode-transcript--standalone {
  margin-top: 1.5rem;
}

.episode-transcript--standalone .episode-transcript__body {
  max-height: 48rem;
  overflow-y: auto;
  padding-right: clamp(0rem, 2vw, 1rem);
}

.episode-transcript__body p {
  color: #40445c;
  font-family:  "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.72;
}


.episode-video {
  padding: 0.75rem 0 1.5rem;
}

.episode-video__inner {
  max-width: 100%;
  border: 1px solid rgba(48, 76, 244, 0.14);
  border-radius: 24px;
  overflow: hidden;
}

.episode-video__card {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1fr;
  overflow: hidden;
  background: var(--blue);
  box-shadow: var(--shadow);
}

.episode-video__card > img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.episode-video__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.75rem;
  color: #fff;
}

.episode-video__copy .eyebrow {
  color: var(--cyan);
}

.episode-video__copy strong {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.episode-video__action {
  display: inline-flex;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--blue);
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

.home-archive--detail {
  padding-top: 2.5rem;
}

@media (min-width: 901px) {
  .latest-hero__grid {
    align-items: stretch;
  }

  .latest-hero__content {
    padding-bottom: 0;
  }

  .latest-hero__excerpt {
    display: -webkit-box;
    overflow: hidden;
    max-height: 7.7rem;
    margin: 0;
    padding-top: 0;
    align-self: end;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .sticky-player__inner {
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .sticky-player__skip {
    width: 36px;
    height: 36px;
  }

  .sticky-player__play {
    width: 46px;
    height: 46px;
  }

  .sticky-player__icon-button {
    width: 34px;
    height: 34px;
  }

  .sticky-player__icon-button svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 900px) {
  .header-subscribe {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .brand-hero__label,
  .listen-label {
    font-size: 0.95rem;
  }

  .home-archive__grid {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 0.65rem) / 2);
  }

  .carousel-controls {
    margin-top: 0.4rem;
  }

  .carousel-control {
    width: 2.8rem;
    height: 2.8rem;
  }

  .support-carousel__link {
    min-height: 140px;
  }

  .image-carrousel {
    height: 120px;
  }

  .image-network {
    height: 72px;
  }

  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .episode-video {
    padding-bottom: 2.25rem;
  }

  .episode-video__card {
    grid-template-columns: 1fr;
  }

  .episode-video__card > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .episode-video__copy {
    padding: 1.25rem;
  }

  .episode-transcript-section {
    padding-bottom: 2.25rem;
  }

  .episode-transcript-card__heading {
    flex-direction: column;
  }

  .episode-transcript-download {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 6.25rem;
  }

  .latest-hero__excerpt {
    margin-top: 1.5rem;
  }

  .sticky-player {
    --player-height: 82px;
  }

  .sticky-player__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 9px 7px;
  }

  .sticky-player__skip,
  .sticky-player__artwork {
    display: none;
  }

  .sticky-player__episode {
    display: flex;
    min-width: 0;
  }

  .sticky-player__content {
    width: 100%;
  }

  .sticky-player__title {
    margin-bottom: 3px;
  }

  .sticky-player__meta-row {
    display: flex;
    min-width: 0;
    gap: 0.25rem;
  }

  .sticky-player__platforms {
    flex: 0 1 auto;
    max-width: min(42vw, 150px);
    overflow-x: auto;
  }

  .sticky-player__platforms a {
    width: 25px;
    height: 25px;
  }

  .sticky-player__platforms .platform-icon {
    width: 23px;
    height: 23px;
  }

  .sticky-player__platforms img,
  .sticky-player__platforms svg {
    width: 18px;
    height: 18px;
  }

  .sticky-player__separator {
    display: block;
    flex: 0 0 auto;
  }

  .sticky-player__meta {
    min-width: 0;
  }
}

@media (max-width: 390px) {
  .sticky-player__episode,
  .sticky-player__right-controls {
    display: flex;
  }

  .sticky-player__inner {
    display: grid;
    justify-content: normal;
  }
}

@media (max-width: 350px) {
  .sticky-player__right-controls {
    display: none;
  }
}

/* Final overrides for the requested responsive content refinements. */
.brand-hero__mobile-title {
  display: none;
}

.about-name--mobile {
  display: none;
}

.testimonials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: auto;
  overflow: visible;
  scroll-snap-type: none;
}

.testimonials-section .carousel-controls {
  display: none;
}

.image-carrousel,
.image-network {
  opacity: 1;
}

@media (min-width: 901px) {
  .collaboration-strip {
    padding-bottom: 1.5rem;
  }

  .support-strip {
    padding-top: 1.5rem;
  }

  main .legacy-section:last-child {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .brand-hero__statement {
    justify-content: center;
    overflow: visible;
    margin-inline: 0;
  }

  .brand-hero__wave {
    display: none;
  }

  .brand-hero__mobile-title {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 20ch;
    margin: 0.7rem auto 0;
    padding-top: 2rem;

    color: var(--cyan);
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    line-height: 1.08;

    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .brand-hero__socials {
    margin-top: 2.5rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .page-hero--about .about-photo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }

  .page-hero--about .about-photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .about-name--mobile {
    display: block;
    margin: 0;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.08;
    text-align: center;
  }

  .about-name--desktop {
    display: none;
  }

  .page-hero--about .about-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .page-hero--about .about-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-hero--about .about-copy p {
    max-width: 100%;
  }

  .about-contact__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .about-contact__actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 0.65rem;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .about-contact__actions .button {
    padding-inline: 0.4rem;
    font-size: 0.78rem;
  }
}

/* Review carousel: four cards on large screens, three on small screens. */
.testimonials-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2.85rem) / 4);
  gap: 0.95rem;
  overflow-x: auto;
  padding: 0.15rem 0.15rem 1rem;
  scroll-padding-inline: 0.15rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  scroll-snap-align: start;
}

.testimonials-section .carousel-controls {
  display: flex;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 1.5rem) / 1);
    gap: 0.75rem;
  }
}

@media (max-width: 700px) {
  .page-hero--about .about-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }

  .page-hero--about .about-name--mobile {
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }

  .page-hero--about .about-photo {
    order: 2;
    align-self: center;
  }

  .page-hero--about .about-copy {
    display: flex;
    order: 3;
    flex-direction: column;
  }

  .page-hero--about .about-copy > p {
    width: 100%;
    margin-inline: auto;
    padding: 2ch 2ch;
  }

  .page-hero--about .about-contact {
    width: 100%;
    justify-items: center;
    padding: 0ch 2ch;
  }

  .page-hero--about .about-contact__label {
    width: 100%;
    text-align: center;
    padding: 0ch 2ch;
  }

  .page-hero--about .about-contact__actions {
    width: 100%;
    justify-content: center;
  }
}

/* Keep the mobile hero headline inside narrow Android viewports. */
@media (max-width: 700px) {
  .brand-hero__statement {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .brand-hero__statement .brand-hero__mobile-title {
    position: static;
    inset: auto;
    width: min(100%, 18ch);
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
    padding-inline: 0.25rem;
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* Latest responsive feedback. */
@media (max-width: 700px) {
  .support-carousel {
    overflow: hidden;
    scroll-snap-type: none;
  }

  .support-carousel__track {
    gap: 2.5rem;
    padding: 0;
    animation: scrollLogos 25s linear infinite;
    animation-play-state: running !important;
  }

  .support-carousel__link {
    width: auto;
    min-width: 190px;
    min-height: 140px;
    scroll-snap-align: none;
  }

  .support-carousel__link--duplicate {
    display: grid;
  }

  .page-hero--about .about-photo {
    order: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .page-hero--about .about-photo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .page-hero--about .about-name--mobile {
    order: 2;
    margin-top: 0;
  }

  .page-hero--about .about-copy {
    order: 3;
    align-items: center;
    text-align: center;
  }

  .page-hero--about .about-bio,
  .page-hero--about .about-bio p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
