@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --red: #d71920;
  --ink: #211816;
  --soft-ink: #675d5a;
  --paper: #fffdfb;
  --line: rgba(33, 24, 22, 0.09);
  --stripe: rgba(215, 25, 32, 0.07);
  --shadow: 0 24px 70px rgba(49, 31, 27, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(135deg, rgba(215, 25, 32, 0.075) 0 2px, transparent 2px 13px, rgba(33, 24, 22, 0.035) 13px 15px, transparent 15px 28px),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.38) 74%, transparent 100%),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.hero-section,
.episodes-section,
.audience-section,
.closing-section {
  min-height: 100svh;
  padding: clamp(44px, 7vw, 96px) clamp(18px, 5vw, 78px);
}

.hero-section {
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(12px, 2.1vw, 22px);
  text-align: center;
  padding-top: clamp(18px, 2.8vw, 34px);
  padding-bottom: clamp(22px, 3.2vw, 42px);
}
.podcast-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(215, 25, 32, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(49, 31, 27, 0.07);
}
.podcast-badge strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.podcast-badge em {
  color: var(--soft-ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
.mic-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid var(--red);
  border-radius: 999px;
}
.mic-icon::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border-radius: 999px;
  background: var(--red);
}
.mic-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 5px;
  width: 14px;
  height: 7px;
  border-bottom: 2px solid var(--red);
  border-radius: 0 0 999px 999px;
}
.pedro-note {
  max-width: 560px;
  margin: -4px auto 0;
  color: var(--soft-ink);
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 620;
  line-height: 1.24;
}
.logo-stage {
  width: min(250px, 54vw);
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.brand-logo {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(49, 31, 27, 0.08));
}
.slogan-block {
  display: grid;
  gap: 4px;
  max-width: 720px;
}
.slogan-block p {
  margin: 0;
  color: var(--soft-ink);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 23px);
  font-weight: 600;
  line-height: 1.12;
}
.slogan-block p:first-child { color: var(--ink); }
.social-orbit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 1.35vw, 13px);
}
.social-orbit a {
  display: grid;
  width: clamp(64px, 6.7vw, 78px);
  min-height: clamp(64px, 6.7vw, 78px);
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 10px 8px;
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(49, 31, 27, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.social-orbit a:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 20px 42px rgba(215, 25, 32, 0.16);
}
.social-orbit img { width: 27px; height: 27px; object-fit: contain; }
.social-orbit a:nth-child(2) img,
.social-orbit a:nth-child(2) span { transform: translateX(-7px); }
.social-orbit b {
  color: var(--red);
  font-size: 21px;
  line-height: 1;
}
.social-orbit span {
  color: var(--soft-ink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  max-width: 940px;
  margin: 0 auto clamp(28px, 5vw, 54px);
  text-align: center;
}
.section-title span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.section-title h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 0.96;
}
.section-title p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--soft-ink);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.4;
}

.episodes-section {
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, 0.58);
}
.feed-status {
  max-width: 980px;
  margin: 0 auto 18px;
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.episode-list {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 9px;
  max-height: 620px;
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 18px 44px rgba(49, 31, 27, 0.055);
}
.season-label {
  margin: 26px 0 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}
.season-label:first-child { margin-top: 0; }
.episode-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: clamp(10px, 1.7vw, 18px);
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(49, 31, 27, 0.065);
}
.episode-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(215, 25, 32, 0.09);
  color: var(--red);
  font-weight: 950;
}
.episode-body { text-align: left; }
.episode-body h2 {
  margin: 0;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.12;
}
.episode-meta {
  margin-top: 6px;
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 760;
}
.episode-row a {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.audience-section {
  display: grid;
  align-content: center;
  gap: 28px;
}
.audience-intro {
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
}
.audience-intro strong {
  display: block;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 96px);
  font-weight: 500;
  line-height: 0.82;
}
.audience-intro span {
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.metrics-row {
  width: min(1060px, 100%);
  margin: 8px auto 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.metrics-row article {
  min-height: 146px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(49, 31, 27, 0.075);
  text-align: center;
}
.metrics-row strong {
  color: var(--red);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}
.metrics-row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.metrics-row span {
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.sponsor-note {
  width: min(920px, 100%);
  margin: 0 auto 24px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(215, 25, 32, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(49, 31, 27, 0.065);
  text-align: center;
}
.sponsor-note span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.sponsor-note p {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--soft-ink);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.45;
}
.map-card {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}
.map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fbf6f3;
}
.map-wrap img {
  width: 100%;
  opacity: 0.38;
  filter: sepia(0.08) saturate(0.34);
}
.pin {
  position: absolute;
  width: var(--s, 18px);
  height: var(--s, 18px);
  border-radius: 50%;
  background: radial-gradient(circle, #f8b4b7 0 28%, rgba(215, 25, 32, 0.9) 29% 100%);
  box-shadow: 0 0 0 10px rgba(215, 25, 32, 0.11), 0 0 48px rgba(215, 25, 32, 0.44);
  transform: translate(-50%, -50%);
}
.pin::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(215, 25, 32, 0.3);
  border-radius: 50%;
}
.pin span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(49, 31, 27, 0.12);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}
.pin:hover span { opacity: 1; }
.canada, .dominican, .honduras, .panama, .salvador, .ireland, .puerto-rico, .belgium, .cuba, .norway, .nicaragua, .denmark, .austria, .uae, .thailand, .singapore, .new-zealand, .czechia, .romania, .finland, .israel, .morocco, .china, .costa-rica, .guatemala {
  display: none;
}
.spain { --s: 38px; left: 47%; top: 30%; }
.argentina { --s: 24px; left: 32%; top: 74%; }
.mexico { --s: 22px; left: 18%; top: 43%; }
.colombia { --s: 18px; left: 27%; top: 54%; }
.chile { --s: 16px; left: 29%; top: 77%; }
.usa { --s: 15px; left: 19%; top: 30%; }
.uruguay { --s: 13px; left: 34%; top: 72%; }
.peru { --s: 10px; left: 27%; top: 61%; }
.germany { --s: 10px; left: 50.5%; top: 25.5%; }
.uk { --s: 9px; left: 47.5%; top: 24%; }
.france { --s: 9px; left: 49%; top: 28%; }
.venezuela { --s: 9px; left: 27%; top: 50%; }
.costa-rica { --s: 8px; left: 23%; top: 49%; }
.ecuador { --s: 8px; left: 27%; top: 57%; }
.switzerland { --s: 7px; left: 49.8%; top: 27%; }
.italy { --s: 7px; left: 51%; top: 30%; }
.netherlands { --s: 7px; left: 49.5%; top: 25%; }
.bolivia { --s: 7px; left: 30%; top: 64%; }
.guatemala { --s: 7px; left: 21%; top: 47%; }
.portugal { --s: 6px; left: 46%; top: 31%; }
.canada { --s: 6px; left: 18%; top: 22%; }
.dominican { --s: 6px; left: 26%; top: 46%; }
.honduras { --s: 6px; left: 22%; top: 47%; }
.panama { --s: 6px; left: 25%; top: 51%; }
.australia { --s: 6px; left: 81%; top: 75%; }
.salvador { --s: 6px; left: 22%; top: 48%; }
.ireland { --s: 6px; left: 46.5%; top: 24.5%; }
.puerto-rico { --s: 6px; left: 27%; top: 46%; }
.brazil { --s: 6px; left: 35%; top: 62%; }
.belgium { --s: 5px; left: 49.8%; top: 26%; }
.sweden { --s: 5px; left: 52%; top: 20%; }
.cuba { --s: 5px; left: 24%; top: 45%; }
.japan { --s: 5px; left: 83%; top: 37%; }
.norway { --s: 5px; left: 51%; top: 19%; }
.nicaragua { --s: 5px; left: 23%; top: 48%; }
.denmark { --s: 5px; left: 50.5%; top: 23%; }
.poland { --s: 5px; left: 52.5%; top: 26%; }
.austria { --s: 5px; left: 51%; top: 28%; }
.uae { --s: 5px; left: 61%; top: 42%; }
.thailand { --s: 5px; left: 73%; top: 51%; }
.singapore { --s: 5px; left: 74%; top: 59%; }
.new-zealand { --s: 5px; left: 89%; top: 82%; }
.czechia { --s: 5px; left: 51.5%; top: 27%; }
.romania { --s: 5px; left: 54%; top: 29%; }
.finland { --s: 5px; left: 54%; top: 18%; }
.israel { --s: 5px; left: 57%; top: 38%; }
.morocco { --s: 5px; left: 48%; top: 37%; }
.china { --s: 4px; left: 75%; top: 39%; }
/* Coordinate correction based on approximate longitude/latitude for the SVG map. */
.spain { left: 43.0%; top: 29.0%; }
.argentina { left: 23.0%; top: 69.0%; }
.mexico { left: 8.0%; top: 38.0%; }
.colombia { left: 16.0%; top: 50.2%; }
.chile { left: 19.0%; top: 72.4%; }
.usa { left: 11.0%; top: 27.5%; }
.uruguay { left: 24.8%; top: 67.8%; }
.peru { left: 16.8%; top: 58.0%; }
.germany { left: 48.8%; top: 18.4%; }
.uk { left: 41.4%; top: 16.4%; }
.france { left: 44.7%; top: 19.5%; }
.venezuela { left: 16.0%; top: 45.7%; }
.costa-rica { left: 10.8%; top: 44.1%; }
.ecuador { left: 15.5%; top: 52.7%; }
.switzerland { left: 47.0%; top: 20.1%; }
.italy { left: 48.8%; top: 23.4%; }
.netherlands { left: 46.6%; top: 17.3%; }
.bolivia { left: 20.5%; top: 60.0%; }
.guatemala { left: 9.1%; top: 41.6%; }
.portugal { left: 41.8%; top: 22.6%; }
.canada { left: 9.0%; top: 18.5%; }
.dominican { left: 17.4%; top: 41.8%; }
.honduras { left: 10.3%; top: 42.9%; }
.panama { left: 13.3%; top: 47.2%; }
.australia { left: 84.7%; top: 70.5%; }
.salvador { left: 9.7%; top: 43.2%; }
.ireland { left: 40.2%; top: 16.8%; }
.puerto-rico { left: 18.0%; top: 42.0%; }
.brazil { left: 28.4%; top: 59.8%; }
.belgium { left: 46.0%; top: 18.2%; }
.sweden { left: 51.0%; top: 12.8%; }
.cuba { left: 14.0%; top: 39.5%; }
.japan { left: 88.8%; top: 35.0%; }
.norway { left: 48.8%; top: 12.8%; }
.nicaragua { left: 10.8%; top: 43.9%; }
.denmark { left: 47.9%; top: 15.6%; }
.poland { left: 51.5%; top: 18.4%; }
.austria { left: 49.1%; top: 20.4%; }
.uae { left: 61.5%; top: 36.0%; }
.thailand { left: 75.7%; top: 47.5%; }
.singapore { left: 76.9%; top: 56.5%; }
.new-zealand { left: 91.4%; top: 79.0%; }
.czechia { left: 49.7%; top: 19.1%; }
.romania { left: 53.8%; top: 21.4%; }
.finland { left: 53.0%; top: 11.7%; }
.israel { left: 57.2%; top: 31.0%; }
.morocco { left: 41.5%; top: 31.5%; }
.china { left: 78.6%; top: 36.0%; }
/* Final visual offset: points shifted right/down to match rendered map screenshot. */
.spain { left: 48.0%; top: 31.5%; }
.argentina { left: 33.0%; top: 71.5%; }
.mexico { left: 18.5%; top: 39.5%; }
.colombia { left: 26.0%; top: 52.7%; }
.chile { left: 29.0%; top: 74.9%; }
.usa { left: 18.5%; top: 32.0%; }
.uruguay { left: 34.8%; top: 70.3%; }
.peru { left: 26.8%; top: 60.5%; }
.germany { left: 53.8%; top: 20.9%; }
.uk { left: 46.4%; top: 18.9%; }
.france { left: 49.7%; top: 22.0%; }
.venezuela { left: 26.0%; top: 48.2%; }
.costa-rica { left: 20.8%; top: 46.6%; }
.ecuador { left: 25.5%; top: 55.2%; }
.switzerland { left: 52.0%; top: 22.6%; }
.italy { left: 53.8%; top: 25.9%; }
.netherlands { left: 51.6%; top: 19.8%; }
.bolivia { left: 30.5%; top: 62.5%; }
.guatemala { left: 19.1%; top: 44.1%; }
.portugal { left: 46.8%; top: 25.1%; }
.canada { left: 14.0%; top: 21.0%; }
.dominican { left: 27.4%; top: 44.3%; }
.honduras { left: 20.3%; top: 45.4%; }
.panama { left: 23.3%; top: 49.7%; }
.australia { left: 89.7%; top: 73.0%; }
.salvador { left: 19.7%; top: 45.7%; }
.ireland { left: 45.2%; top: 19.3%; }
.puerto-rico { left: 28.0%; top: 44.5%; }
.brazil { left: 34.5%; top: 60.5%; }
.belgium { left: 51.0%; top: 20.7%; }
.sweden { left: 56.0%; top: 15.3%; }
.cuba { left: 24.0%; top: 42.0%; }
.japan { left: 85.2%; top: 34.0%; }
.norway { left: 53.8%; top: 15.3%; }
.nicaragua { left: 20.8%; top: 46.4%; }
.denmark { left: 52.9%; top: 18.1%; }
.poland { left: 56.5%; top: 20.9%; }
.austria { left: 54.1%; top: 22.9%; }
.uae { left: 66.5%; top: 38.5%; }
.thailand { left: 80.7%; top: 50.0%; }
.singapore { left: 81.9%; top: 59.0%; }
.new-zealand { left: 94.5%; top: 81.5%; }
.czechia { left: 54.7%; top: 21.6%; }
.romania { left: 58.8%; top: 23.9%; }
.finland { left: 58.0%; top: 14.2%; }
.israel { left: 60.2%; top: 33.5%; }
.morocco { left: 46.5%; top: 34.0%; }
.china { left: 83.0%; top: 38.5%; }
.country-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.country-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.075);
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 850;
}

.closing-section {
  display: grid;
  min-height: 54vh;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}
.closing-logo {
  width: min(170px, 48vw);
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 14px 30px rgba(49, 31, 27, 0.08));
}
.closing-section p {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.12;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 18px 34px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
}
.site-footer img {
  width: 126px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 820px) {
  .metrics-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .episode-row { grid-template-columns: 58px minmax(0, 1fr); border-radius: 28px; }
  .episode-number { width: 48px; height: 48px; }
  .episode-row a { grid-column: 2; }
}
@media (max-width: 520px) {
  .hero-section, .episodes-section, .audience-section, .closing-section { padding-inline: 16px; }
  .logo-stage, .map-card { border-radius: 28px; }
  .social-orbit a { width: 62px; min-height: 62px; }
  .metrics-row { grid-template-columns: 1fr; }
  .pin span { display: none; }
}
