:root {
  --bg: #ffffff;
  --text: #eef0f8;
  --heading: #ffffff;
  --dark: #060717;
  --gold: #f7ce3b;
  --gold-strong: #e09900;
  --link: #e09900;
  --muted-border: rgba(255, 255, 255, 0.14);
  --container: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #060717;
  color: var(--text);
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: var(--link);
  text-decoration: none;
}

h1,
h2,
h4 {
  margin: 0;
  color: var(--heading);
  line-height: 1em;
  font-weight: 500;
}

h1 {
  font-size: 40px;
  padding-bottom: 10px;
}

h2 {
  font-size: 34px;
  padding-bottom: 10px;
}

h4 {
  font-size: 24px;
}

p {
  margin: 0;
  padding-bottom: 1em;
  color: rgba(238, 240, 248, 0.9);
}

.container {
  width: 80%;
  max-width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dark);
  box-shadow: 0 0 35px 18px #060717;
}

.desktop-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 110px;
}

.nav-group {
  display: flex;
  gap: 1.5rem;
}

.nav-left {
  justify-content: flex-end;
}

.nav-right {
  justify-content: flex-start;
}

.nav-group a,
.mobile-nav a,
.nav-toggle {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.brand img {
  width: auto;
  height: 78px;
}

.mobile-bar,
.mobile-nav {
  display: none;
}

.nav-toggle {
  border: 0;
  background: transparent;
  padding: 0;
}

.section {
  padding: 54px 0;
}

.hero-section,
.podcast-section,
.follow-surface,
.contact-section {
  background: transparent;
}

.hero-section,
.podcast-section,
.follow-surface,
.contact-section {
  position: relative;
  overflow: hidden;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  align-items: start;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: auto auto -220px 16%;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(234, 31, 148, 0.34) 0%, rgba(92, 45, 255, 0.22) 34%, rgba(6, 7, 23, 0) 68%);
  filter: blur(20px);
  pointer-events: none;
}

.podcast-section::before {
  content: "";
  position: absolute;
  inset: -180px auto auto 25%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 88, 255, 0.18) 0%, rgba(6, 7, 23, 0) 72%);
  pointer-events: none;
}

.follow-surface::before {
  content: "";
  position: absolute;
  right: 12%;
  top: 22%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(231, 43, 141, 0.42) 0%, rgba(120, 53, 246, 0.32) 28%, rgba(6, 7, 23, 0) 68%);
  filter: blur(28px);
  pointer-events: none;
}

.hero-text p:last-child,
.host-copy p:last-of-type,
.listen-head p,
.contact-card p,
.site-footer p:last-child {
  padding-bottom: 0;
}

.hero-text {
  max-width: 30rem;
  margin-top: 1.6rem;
}

.player-wrap {
  margin-top: 2.2rem;
}

.section-label {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
}

.dark-section {
  background: transparent;
}

.dark-section h2,
.dark-section p,
.dark-section .host-site {
  color: #ffffff;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 4.2vw, 3.6rem);
  line-height: 0.96;
}

.hero-copy h1 em {
  font-style: italic;
}

.hero-copy p {
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-image {
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  width: min(640px, 100%);
}

.host-row {
  margin-bottom: 74px;
}

.host-row:last-child {
  margin-bottom: 0;
}

.host-copy {
  align-self: center;
}

.host-copy h2 {
  padding-bottom: 18px;
  font-size: clamp(2.1rem, 3vw, 2.7rem);
}

.host-site {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--gold);
  font-weight: 700;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: #ffffff;
}

.social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.facebook {
  background: #3b5998;
}

.whatsapp {
  background: #25d366;
}

.telegram {
  background: #179cde;
}

.instagram {
  background: #ea2c59;
}

.linkedin {
  background: #007bb6;
}

.youtube {
  background: #ff0000;
}

.host-image {
  display: flex;
  justify-content: center;
}

.host-image img {
  width: min(310px, 100%);
  object-fit: cover;
}

.listen-head {
  max-width: 46rem;
  text-align: left;
}

.listen-head h2 {
  color: #ffffff;
  font-size: clamp(2.6rem, 4vw, 3.3rem);
  line-height: 1.03;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 28px;
}

.platform-grid a {
  display: block;
}

.platform-grid img {
  border-radius: 10px;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 3rem;
  align-items: center;
  margin-top: 42px;
}

.side-title {
  margin-bottom: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.side-block + .side-block {
  margin-top: 28px;
}

.email-link {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
}

.podcaster-art img {
  width: min(720px, 100%);
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 84px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 74px 54px;
  border-radius: 28px;
  background: linear-gradient(90deg, #ea258e 0%, #5f42f5 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.contact-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}

.contact-copy h2 {
  padding-bottom: 24px;
  font-size: clamp(2.7rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.contact-copy p {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin: 0 auto;
}

.contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 22px;
  border-radius: 0;
  border: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  text-align: center;
}

.contact-option:hover {
  transform: translateY(-1px);
}

.contact-option-label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.92;
}

.contact-option strong {
  font-size: 1.55rem;
  line-height: 1.1;
}

.whatsapp-button {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.secondary-button {
  grid-column: 1 / -1;
  max-width: 290px;
  margin: 0 auto;
  background: #090718;
  color: #ffffff;
}

.site-footer {
  padding: 30px 0 40px;
  text-align: center;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer a {
  color: var(--gold-strong);
}

.contact-deco {
  position: absolute;
  pointer-events: none;
}

.contact-deco-circle {
  left: 10.5%;
  top: 30%;
  width: 56px;
  height: 56px;
  border: 6px solid #ffbe28;
  border-radius: 50%;
}

.contact-deco-dots {
  right: 8%;
  top: 18%;
  width: 124px;
  height: 124px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 2.5px, transparent 2.5px);
  background-size: 38px 38px;
}

.contact-deco-slash {
  left: 7%;
  bottom: 28%;
  width: 18px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(180deg, #24e6f4, #47d0ff);
  transform: rotate(42deg);
}

.contact-deco-wedge {
  right: 7%;
  bottom: 22%;
  width: 86px;
  height: 86px;
  border-radius: 0 0 86px 0;
  background: linear-gradient(135deg, #ffcc37, #ff8d3b);
  transform: rotate(42deg);
}

@media (max-width: 980px) {
  .container {
    width: calc(100% - 40px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
  }

  .mobile-bar .brand img {
    height: 72px;
  }

  .mobile-nav {
    display: none;
    padding-bottom: 18px;
  }

  .mobile-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .two-columns,
  .contact-band,
  .platform-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    order: 2;
  }

  .hero-image {
    order: 1;
  }

  .host-row-antonio .host-copy,
  .host-row-marco .host-copy {
    order: 2;
  }

  .host-row-antonio .host-image,
  .host-row-marco .host-image {
    order: 1;
  }

  .contact-card {
    padding: 56px 30px 34px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .secondary-button {
    grid-column: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h4,
  .section-label,
  .side-title {
    font-size: 24px;
  }

  .section {
    padding: 40px 0;
  }

  .two-columns,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hero-image {
    justify-content: center;
  }

  .listen-head {
    text-align: center;
  }

  .social-row {
    justify-content: flex-start;
  }

  .contact-option {
    min-height: 76px;
    align-items: center;
    text-align: center;
  }

  .contact-card {
    padding: 44px 20px 24px;
  }

  .contact-copy h2 {
    font-size: 2.55rem;
  }

  .email-link {
    font-size: 1.35rem;
  }
}
