.home-hero {
  overflow: hidden;
  padding: 84px 0 76px;
  background: #ffffff;
  border-bottom: 1px solid #e4e8e5;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 76px;
  align-items: center;
}

.hero-content {
  max-width: 650px;
}

.home-hero .eyebrow,
.section-title .eyebrow,
.category-band .eyebrow,
.fm-value .eyebrow {
  margin: 0 0 10px;
  color: #a83d2c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-grid h1 {
  margin: 0 0 22px;
  color: #202724;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-grid h1 em {
  color: #ad3d2b;
  font-style: normal;
}

.hero-copy {
  max-width: 590px;
  margin: 0;
  color: #5f6b65;
  font-size: 17px;
  line-height: 1.95;
}

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

.hero-download {
  color: #9f3828;
  background: #ffffff;
  border: 1px solid #b84a37;
}

.hero-download:hover {
  color: #ffffff;
  background: #9f3828;
}

.app-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.text-link {
  color: #9f3828;
  font-size: 14px;
  font-weight: 700;
}

.text-link:hover {
  color: #74261c;
}

.now-playing {
  min-height: 385px;
  padding: 34px;
  color: #ffffff;
  background: #24312c;
  border-radius: 6px;
  box-shadow: 18px 18px 0 #dce5df;
}

.now-playing .record {
  width: 142px;
  height: 142px;
  margin-bottom: 24px;
  padding: 7px;
  border: 7px solid #b94b37;
  border-radius: 50%;
}

.now-playing .record img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.now-playing > p {
  margin: 0;
  color: #b9cfc3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.now-playing h2 {
  margin: 6px 0 4px;
  font-size: 22px;
  line-height: 1.45;
}

.now-playing > span,
.play-line {
  color: #c5d2cc;
  font-size: 12px;
}

.progress {
  height: 3px;
  margin: 24px 0 18px;
  overflow: hidden;
  background: #53655d;
}

.progress i {
  display: block;
  width: 38%;
  height: 100%;
  background: #e59470;
}

.play-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.play-line button {
  width: 38px;
  height: 38px;
  padding-left: 3px;
  color: #24312c;
  background: #f3c8aa;
  border-radius: 50%;
}

.category-band {
  padding: 68px 0 74px;
  background: #f5f7f5;
}

.category-band h2,
.section-title h2 {
  margin: 0;
  color: #202724;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0;
}

.section-note {
  margin: 8px 0 0;
  color: #6d7a73;
  font-size: 14px;
}

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

.channel-grid a {
  min-height: 184px;
  padding: 25px 26px;
  background: #ffffff;
  border: 1px solid #dde4df;
  border-radius: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.channel-grid a:hover {
  border-color: #82998c;
  box-shadow: 0 12px 28px rgba(32, 52, 43, .09);
  transform: translateY(-3px);
}

.channel-grid b {
  display: block;
  color: #a83d2c;
  font-size: 12px;
}

.channel-grid span {
  display: block;
  margin: 33px 0 7px;
  color: #26312c;
  font-size: 21px;
  font-weight: 700;
}

.channel-grid small {
  color: #6c7872;
  font-size: 13px;
  line-height: 1.65;
}

.programs {
  padding: 82px 0 86px;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.program-card {
  min-width: 0;
}

.cover {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e7ece9;
  border-radius: 4px;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}

.program-card:hover .cover img {
  transform: scale(1.035);
}

.program-card > p {
  margin: 13px 0 3px;
  color: #a83d2c;
  font-size: 11px;
  font-weight: 700;
}

.program-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.program-card h3 a:hover {
  color: #9f3828;
}

.program-card > span {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: #718078;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fm-value {
  padding: 78px 0;
  color: #ffffff;
  background: #24312c;
}

.fm-value-inner {
  display: flex;
  align-items: flex-start;
  gap: 76px;
}

.fm-value-copy {
  flex: 1.15;
}

.fm-value-copy h2 {
  max-width: 590px;
  margin: 7px 0 18px;
  font-size: 31px;
  line-height: 1.4;
}

.fm-value-copy p {
  margin: 0 0 15px;
  color: #cfdbd5;
  line-height: 1.95;
}

.fm-value-copy .text-link {
  display: inline-block;
  margin-top: 7px;
  color: #f0aa84;
}

.listening-scenes {
  display: flex;
  flex: .85;
  flex-direction: column;
  border-top: 1px solid #516159;
}

.listening-scenes article {
  display: flex;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid #516159;
}

.listening-scenes b {
  min-width: 44px;
  color: #efad87;
  font-size: 13px;
}

.listening-scenes h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.listening-scenes p {
  margin: 0;
  color: #bdcbc4;
  font-size: 13px;
  line-height: 1.75;
}

.faq-section {
  width: min(820px, calc(100% - 40px));
  padding: 78px 0;
}

.faq-item {
  border-color: #dfe5e1;
}

.faq-question {
  padding: 19px 0;
  color: #26312c;
  font-size: 15px;
}

.faq-answer {
  color: #68766f;
  line-height: 1.85;
}

.reviews-section {
  padding: 76px 0 84px;
  background: #eef2ef;
  border-top: 1px solid #dfe6e1;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: 27px;
  background: #ffffff;
  border: 1px solid #dbe3de;
  border-radius: 6px;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #26312c;
  font-size: 13px;
  font-weight: 700;
}

.review-meta b {
  color: #87958e;
  font-size: 12px;
  font-weight: 400;
}

.review-card blockquote {
  flex: 1;
  margin: 26px 0 20px;
  color: #435048;
  font-size: 15px;
  line-height: 1.9;
}

.review-card > p {
  margin: 0;
  padding-top: 14px;
  color: #8a6255;
  font-size: 12px;
  border-top: 1px solid #e4e9e6;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 42px;
  }

  .hero-grid h1 {
    font-size: 48px;
  }

  .fm-value-inner {
    gap: 45px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding: 52px 0 58px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-grid h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .now-playing {
    width: min(100%, 410px);
    min-height: 0;
    padding: 28px;
    box-shadow: 10px 10px 0 #dce5df;
  }

  .category-band,
  .programs,
  .faq-section,
  .reviews-section {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .channel-grid,
  .program-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .channel-grid a {
    min-height: 150px;
  }

  .channel-grid span {
    margin-top: 22px;
  }

  .program-grid {
    gap: 28px;
  }

  .cover {
    aspect-ratio: 16 / 9;
  }

  .fm-value {
    padding: 58px 0;
  }

  .fm-value-inner {
    flex-direction: column;
    gap: 34px;
  }

  .fm-value-copy h2,
  .category-band h2,
  .section-title h2 {
    font-size: 25px;
  }

  .listening-scenes {
    width: 100%;
  }

  .section-title {
    align-items: flex-start;
  }

  .review-card {
    min-height: 0;
  }
}

@media (max-width: 450px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .section-title {
    flex-direction: column;
    gap: 10px;
  }
}
