:root {
  --surface: #f7ebd8;
  --surface-low: #fff8ed;
  --surface-mid: #efd9bb;
  --surface-high: #3b1e28;
  --surface-highest: #56313a;
  --line: rgba(59, 30, 40, 0.16);
  --outline: #a17c69;
  --text: #321a1f;
  --text-soft: #78564b;
  --text-muted: #9a7463;
  --primary: #ef9e45;
  --primary-dark: #321a1f;
  --primary-container: #f3d19f;
  --downloaded: #4e7458;
  --cream: #f7ebd8;
  --mulberry: #3b1e28;
  --claret: #5a2029;
  --terracotta: #8a5d4a;
  --gold: #d8a83e;
}

@font-face {
  font-family: "Manrope Local";
  src: local("Manrope");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 18%, rgba(239, 158, 69, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 42%, rgba(90, 32, 41, 0.08), transparent 32rem),
    var(--surface);
  font-family: "Manrope Local", Manrope, Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.poddy-header,
.poddy-hero,
.statement,
.features,
.local-first,
.poddy-contact,
.poddy-footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.poddy-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
}

.poddy-brand {
  display: block;
  width: 230px;
  text-decoration: none;
}

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

.poddy-header nav {
  display: flex;
  gap: 30px;
}

.poddy-header nav a {
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.poddy-header nav a:hover,
.poddy-header nav a:focus-visible {
  color: var(--claret);
}

.poddy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  align-items: center;
  gap: 80px;
  min-height: 790px;
  padding-block: 76px 104px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--terracotta);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kicker span {
  width: 22px;
  height: 2px;
  background: currentColor;
}

.hero-copy h1 {
  max-width: 660px;
  margin: 26px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 8vw, 7.15rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.hero-intro {
  max-width: 600px;
  margin: 38px 0 0;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button-primary {
  color: var(--primary-dark);
  background: var(--primary);
  box-shadow: 0 10px 28px rgba(90, 32, 41, 0.12);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(90, 32, 41, 0.18);
}

.text-link {
  color: var(--text-soft);
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  margin-left: 5px;
  color: var(--claret);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 9px 13px;
  color: var(--terracotta);
  background: rgba(255, 248, 237, 0.55);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 690px;
  overflow: clip;
  place-items: center;
}

.phone-stage::before {
  position: absolute;
  inset: 4% 0 2%;
  border-radius: 50% 50% 34px 34px;
  background:
    radial-gradient(circle at 76% 18%, rgba(216, 168, 62, 0.9) 0 5px, transparent 6px),
    radial-gradient(circle at 26% 24%, rgba(239, 158, 69, 0.2), transparent 35%),
    var(--mulberry);
  box-shadow: 0 34px 70px rgba(59, 30, 40, 0.2);
  content: "";
  z-index: 0;
}

.phone-stage::after {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 120px;
  height: 120px;
  background: url("/hot-poddy/assets/hot-poddy-mark.svg") center / contain no-repeat;
  content: "";
  opacity: 0.1;
  transform: rotate(9deg);
  z-index: 0;
}

.glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(239, 158, 69, 0.3);
  filter: blur(70px);
}

.phone {
  position: relative;
  z-index: 1;
  width: 335px;
  padding: 9px;
  border: 1px solid #704652;
  border-radius: 48px;
  background: #241016;
  box-shadow:
    0 48px 90px rgba(26, 7, 13, 0.42),
    0 0 0 4px #4b2933;
  transform: rotate(2.5deg);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 50%;
  width: 86px;
  height: 22px;
  border-radius: 14px;
  background: #241016;
  content: "";
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 675px;
  overflow: hidden;
  background: var(--surface-low);
  border-radius: 40px;
}

.phone-status {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: var(--text-soft);
  font-size: 0.58rem;
  font-weight: 800;
}

.phone-status div {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.phone-status i {
  display: block;
  width: 3px;
  background: var(--text-soft);
  border-radius: 3px;
}

.phone-status i:nth-child(1) {
  height: 5px;
}

.phone-status i:nth-child(2) {
  height: 8px;
}

.phone-status i:nth-child(3) {
  width: 13px;
  height: 7px;
  margin-left: 4px;
}

.phone-title {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.phone-title h2 {
  margin: 0;
  font-size: 1.32rem;
  letter-spacing: -0.04em;
}

.phone-title span {
  color: var(--text-soft);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.episode {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr 36px;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
}

.episode-playing {
  background: linear-gradient(90deg, rgba(239, 158, 69, 0.22), transparent);
}

.episode-playing::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary) 27%, var(--surface-high) 27%);
  content: "";
}

.art {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 800;
}

.art-orange {
  color: #f7ebd8;
  background: #a84724;
}

.art-purple {
  color: #f7ebd8;
  background: #6a3448;
}

.art-green {
  color: #f7ebd8;
  background: #55705a;
}

.art-blue {
  color: #f7ebd8;
  background: #655d4b;
}

.episode-copy {
  min-width: 0;
}

.episode-copy small {
  display: block;
  margin-bottom: 4px;
  color: var(--text-soft);
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.episode-playing .episode-copy small,
.episode:nth-of-type(2) .episode-copy small {
  color: var(--primary);
}

.episode-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.episode-copy p {
  display: flex;
  gap: 5px;
  margin: 5px 0 0;
  color: var(--text-muted);
  font-size: 0.53rem;
}

.episode-copy .downloaded {
  color: var(--downloaded);
}

.episode-copy .downloaded span {
  color: var(--text-muted);
}

.episode .control,
.mini-controls .control {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--primary-dark);
  background: var(--primary);
  border-radius: 50%;
}

.episode .control svg,
.mini-controls .control svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.episode .play {
  color: var(--primary);
  background: transparent;
  border: 1px solid var(--primary-container);
}

.progress {
  position: relative;
  width: 36px;
  height: 36px;
  border: 3px solid var(--surface-highest);
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-radius: 50%;
  transform: rotate(35deg);
}

.progress i {
  position: absolute;
  inset: 11px;
  background: var(--primary);
  border-radius: 2px;
}

.mini-player {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 7px;
  height: 58px;
  margin: 8px 7px;
  padding: 7px;
  background: var(--surface-high);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.mini-player .skip,
.mini-player .skip b,
.mini-player .queue {
  color: var(--cream);
}

.mini-player .art {
  width: 40px;
}

.mini-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.mini-controls .control {
  width: 34px;
  height: 34px;
}

.skip {
  position: relative;
  color: var(--text-soft);
  font-size: 1.25rem;
  line-height: 1;
}

.skip b {
  position: absolute;
  top: 7px;
  left: 50%;
  color: var(--text);
  font-size: 0.39rem;
  transform: translateX(-50%);
}

.queue {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--cream);
  background: var(--surface-highest);
  border-radius: 12px;
  font-size: 0.6rem;
  font-weight: 800;
}

.phone-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 57px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.phone-nav span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  color: var(--text-muted);
  font-size: 0.43rem;
  font-weight: 650;
}

.phone-nav i {
  display: block;
  width: 28px;
  height: 16px;
  background: var(--surface-high);
  border-radius: 9px;
}

.phone-nav .active {
  color: var(--text);
}

.phone-nav .active i {
  background: var(--primary-container);
}

.statement {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 90px clamp(34px, 7vw, 96px);
  overflow: hidden;
  border: 1px solid rgba(59, 30, 40, 0.1);
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(247, 235, 216, 0.98) 0%, rgba(247, 235, 216, 0.95) 37%, rgba(247, 235, 216, 0.55) 56%, transparent 73%),
    url("/hot-poddy/assets/hot-poddy-hero.webp") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(59, 30, 40, 0.12);
}

.statement p {
  margin: 0;
  color: var(--terracotta);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.statement h2 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5.1vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.features {
  padding-block: 128px;
}

.features-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 62px;
}

.features-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  letter-spacing: -0.055em;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-grid article {
  position: relative;
  min-height: 360px;
  padding: 34px 38px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 248, 237, 0.66);
  box-shadow: 0 18px 50px rgba(59, 30, 40, 0.06);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.feature-grid article:hover {
  border-color: rgba(138, 93, 74, 0.45);
  transform: translateY(-3px);
}

.feature-grid article > span {
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
}

.feature-grid svg {
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 58px;
  fill: none;
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.feature-grid h3 {
  margin: 28px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.feature-grid p {
  max-width: 450px;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.75;
}

.local-first {
  display: grid;
  min-height: 680px;
  align-items: center;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 78px;
  margin-top: 10px;
  padding: clamp(40px, 6vw, 74px);
  color: var(--cream);
  border: 1px solid rgba(247, 235, 216, 0.1);
  border-radius: 40px;
  background:
    radial-gradient(circle at 90% 15%, rgba(239, 158, 69, 0.14), transparent 24rem),
    var(--mulberry);
  box-shadow: 0 28px 70px rgba(59, 30, 40, 0.15);
}

.local-icon {
  max-width: 480px;
  overflow: hidden;
  border: 1px solid rgba(247, 235, 216, 0.16);
  border-radius: 30px;
  box-shadow: 0 30px 65px rgba(20, 4, 9, 0.34);
}

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

.local-first h2 {
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.local-first > div:last-child > p:last-child {
  max-width: 530px;
  margin: 34px 0 0;
  color: rgba(247, 235, 216, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.poddy-contact {
  display: grid;
  min-height: 560px;
  align-content: center;
  padding-block: 100px;
  border-top: 0;
}

.poddy-contact h2 {
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.poddy-contact a {
  display: flex;
  max-width: 820px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  padding: 24px 0;
  color: var(--text);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  text-decoration: none;
}

.poddy-contact a span {
  color: var(--claret);
  font-size: 1.5rem;
  transition: transform 160ms ease;
}

.poddy-contact a:hover span,
.poddy-contact a:focus-visible span {
  transform: translateX(5px);
}

.poddy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px 42px;
  color: var(--text-muted);
  border-top: 1px solid var(--line);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.soldier-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.soldier-link svg {
  width: 27px;
  height: 27px;
}

.soldier-link path:first-child {
  fill: var(--text-soft);
}

.soldier-link path:last-child {
  fill: none;
  stroke: var(--surface);
  stroke-linecap: square;
  stroke-width: 2.7;
}

.poddy-footer p {
  margin: 0;
}

.poddy-footer p span {
  margin-inline: 6px;
  color: var(--claret);
}

@media (max-width: 900px) {
  .poddy-hero {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 78px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .kicker,
  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-intro {
    margin-inline: auto;
  }

  .phone-stage {
    min-height: 720px;
  }

  .statement {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .local-first {
    gap: 55px;
  }
}

@media (max-width: 680px) {
  .poddy-header,
  .poddy-hero,
  .statement,
  .features,
  .local-first,
  .poddy-contact,
  .poddy-footer {
    width: min(100% - 32px, 1180px);
  }

  .poddy-header nav {
    gap: 15px;
  }

  .poddy-brand {
    width: 185px;
  }

  .poddy-header nav a:first-child {
    display: none;
  }

  .poddy-hero {
    min-height: 0;
    padding-block: 64px 82px;
  }

  .hero-copy h1 {
    font-size: clamp(3.65rem, 18.2vw, 5.2rem);
  }

  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }

  .phone-stage {
    min-height: 620px;
  }

  .phone {
    width: min(310px, calc(100vw - 58px));
    transform: rotate(1deg);
  }

  .phone-screen {
    min-height: 625px;
  }

  .episode {
    min-height: 74px;
  }

  .episode:nth-of-type(5) {
    display: none;
  }

  .statement {
    min-height: 470px;
    padding-block: 72px;
    background:
      linear-gradient(90deg, rgba(247, 235, 216, 0.98), rgba(247, 235, 216, 0.82)),
      url("/hot-poddy/assets/hot-poddy-hero.webp") 68% center / cover no-repeat;
  }

  .statement h2 {
    font-size: 2.18rem;
  }

  .features {
    padding-block: 90px;
  }

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

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

  .feature-grid article {
    min-height: 330px;
    padding-inline: 28px;
  }

  .local-first {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-block: 88px;
  }

  .local-icon {
    width: min(78vw, 330px);
    margin-inline: auto;
  }

  .poddy-contact {
    min-height: 500px;
    padding-block: 80px;
  }

  .poddy-contact a {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  .poddy-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .statement {
    padding-inline: 22px;
  }

  .statement h2 {
    font-size: 1.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
