:root {
  --green: #009a69;
  --cream: #f6f1dd;
  --yellow: #ffd200;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  --r: 18px;
  --r2: 14px;
  --max: 1040px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--green);
  color: var(--cream);
  line-height: 1.55;
  padding-bottom: 88px;
}

a {
  color: inherit;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
}

.hero {
  position: relative;
  padding: 22px 0 26px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 154, 105, 0.1) 0%, rgba(0, 154, 105, 0.92) 60%, rgba(0, 154, 105, 1) 100%),
    url("/images/hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: flex-start;
  padding-top: 10px;
}

.h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero__subhead {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--yellow);
}

.lede {
  margin: 10px 0 0;
  font-size: 28px;
  color: rgba(246, 241, 221, 0.92);
  max-width: 62ch;
}

.panel {
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  padding: 14px;
}

.panel--who {
  padding: 18px 18px 16px;
}

.whoFaces {
  display: flex;
  gap: 14px;
  margin: 10px 0 12px;
}

.whoFace {
  flex: 1;
  text-align: center;
}

.whoAvatar {
  width: 272px;
  height: 272px;
  margin: 0 auto;
  border-radius: 999px;
  border: 2px solid var(--yellow);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 55%),
    rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.whoName {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--yellow);
}

.h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.body {
  margin: 0;
  font-size: 16px;
  color: rgba(246, 241, 221, 0.9);
}

.figure {
  margin: 12px 0 0;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.1);
}

.figure--who {
  margin-top: 14px;
}

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

.img--cover {
  max-height: 260px;
  height: 260px;
  object-fit: cover;
}

.section {
  padding: 22px 0;
}

.podcast {
  padding: 28px 0 30px;
}

.podcastCard {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 20px;
  border-radius: var(--r);
  padding: 16px 16px 18px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.podcastCard__media {
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.podcastCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcastCard__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.podcastCard__title {
  font-weight: 900;
  font-size: 30px !important;
}

.podcastCard__description {
  margin-top: 2px;
}

.socialProof {
  margin-top: 16px;
}

.guestGrid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.guestAvatarImg {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(246, 241, 221, 0.14);
}

.guestCard {
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: var(--r);
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.guestText {
  min-width: 0;
}

.guestName {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 12px;
  line-height: 1.15;
  color: var(--cream);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guestMeta {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--yellow);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guestLink {
  position: absolute;
  inset: 0;
  border-radius: var(--r);
  text-decoration: none;
}

.guestLink:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}

.guestCard:hover {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
}

.statsCard {
  margin-top: 14px;
  border-radius: var(--r);
  padding: 14px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.statsCard__title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--yellow);
}

.statsGrid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.stat {
  border-radius: var(--r2);
  padding: 12px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.stat__icon {
  width: 26px;
  height: 26px;
  display: block;
  color: var(--yellow);
  fill: currentColor;
}

.stat__icon--stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat__value {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--cream);
}

.stat__label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--yellow);
}

.section__inner {
  display: grid;
  gap: 10px;
}

.section--split {
  padding: 30px 0 32px;
}

.section__inner--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: var(--r);
  padding: 14px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.06);
  height: 100%;
}

.feature--alt {
  background: rgba(0, 0, 0, 0.1);
}

.figure--feature {
  margin-top: 10px;
}

.figure--featureTall {
  margin-top: 12px;
}

.img--feature {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.featureCta {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.featureCta:hover {
  filter: brightness(1.05);
}

.featureCta:active {
  transform: translateY(1px);
}

.stickyContact {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 999;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: rgba(0, 0, 0, 0.82);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.stickyContact:hover {
  filter: brightness(1.03);
}

.stickyContact:active {
  transform: translateX(-50%) translateY(1px);
}

.footer {
  padding: 18px 0 28px;
}

.footer__inner {
  min-height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.footer__copy {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(246, 241, 221, 0.75);
}

@media (max-width: 700px) {
  .statsGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .container {
    padding: 0 16px;
  }

  .h1 {
    font-size: 30px;
  }

  .hero__subhead {
    font-size: 18px;
  }

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

  .section__inner--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .img--feature {
    height: 220px;
  }

  .whoFaces {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 10px 0 14px;
  }

  .whoAvatar {
    width: 180px;
    height: 180px;
  }

  .whoName {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

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

  .stickyContact {
    left: 16px;
    right: 16px;
    bottom: 12px;
    transform: none;
    width: calc(100% - 32px);
  }

  .stickyContact:active {
    transform: translateY(1px);
  }
}

@media (max-width: 960px) {
  .podcastCard {
    grid-template-columns: 1fr;
  }

  .whoFaces {
    flex-direction: column;
  }
}
