/* Reader Reflections — Stage 7.3.1 Homepage Editorial Polish */

.home-reflections {
  position: relative;
  left: 50%;
  width: min(1500px, calc(100vw - 48px));
  margin: 88px 0;
  padding: clamp(34px, 4.5vw, 64px);
  transform: translateX(-50%);
  border-top: 1px solid rgba(212, 175, 55, .30);
  border-bottom: 1px solid rgba(212, 175, 55, .30);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, .08), transparent 48%),
    rgba(212, 175, 55, .025);
}

.home-reflections[hidden] {
  display: none !important;
}

.home-reflections-heading {
  display: block;
  margin-bottom: 34px;
}

.home-reflections-kicker {
  margin: 0 0 10px;
  color: #d4af37;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-reflections-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.9rem);
  line-height: 1.02;
  white-space: normal;
}

.home-reflections-intro {
  max-width: 680px;
  margin: 12px 0 0;
  opacity: .72;
  font-size: 1rem;
  line-height: 1.65;
}

.home-reflections-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  gap: 24px;
  align-items: start;
}

.home-reflections-feature,
.home-reflections-side {
  border: 1px solid rgba(212, 175, 55, .26);
  background:
    linear-gradient(145deg, rgba(212, 175, 55, .035), transparent 55%),
    rgba(0, 0, 0, .20);
}

.home-reflections-feature {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
}

.home-reflections-feature-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #d4af37;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-reflections-feature h3 {
  margin: 26px 0 20px;
  font-size: clamp(2.15rem, 4vw, 4.1rem);
  line-height: 1;
}

.home-reflections-feature blockquote {
  margin: 0 0 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.15vw, 1.85rem);
  line-height: 1.58;
  opacity: .94;
}

.home-reflections-feature footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(212, 175, 55, .20);
}

.home-reflections-feature footer strong,
.home-reflections-feature footer span {
  display: block;
}

.home-reflections-feature footer strong {
  font-size: 1rem;
}

.home-reflections-feature footer span {
  margin-top: 5px;
  opacity: .64;
  font-size: .84rem;
}

.home-reflections-feature footer a {
  color: #d4af37;
  font-weight: 800;
  text-decoration: none;
}

.home-reflections-side {
  display: block;
}

.home-reflections-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(212, 175, 55, .20);
}

.home-reflections-stats article {
  min-height: 112px;
  padding: 24px 14px;
  display: grid;
  place-content: center;
  text-align: center;
}

.home-reflections-stats article + article {
  border-left: 1px solid rgba(212, 175, 55, .20);
}

.home-reflections-stats strong,
.home-reflections-stats span {
  display: block;
}

.home-reflections-stats strong {
  color: #d4af37;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1;
}

.home-reflections-stats span {
  margin-top: 9px;
  opacity: .7;
  font-size: .73rem;
  letter-spacing: .04em;
}

.home-reflections-recent {
  padding: 28px;
}

.home-reflections-recent > p {
  margin: 0 0 18px;
  color: #d4af37;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-reflections-recent ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-reflections-recent li {
  border-top: 1px solid rgba(212, 175, 55, .17);
}

.home-reflections-recent li:last-child {
  border-bottom: 1px solid rgba(212, 175, 55, .17);
}

.home-reflections-recent a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}

.home-reflections-recent a:hover strong {
  color: #d4af37;
}

.home-reflections-recent strong {
  font-size: .96rem;
  transition: color .2s ease;
}

.home-reflections-recent small {
  flex: 0 0 auto;
  color: #d4af37;
  font-size: .78rem;
}

.home-reflections-actions {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin: 30px 0 0;
}

.home-reflections-actions .btn {
  min-width: 210px;
  text-align: center;
}

@media (max-width: 1050px) {
  .home-reflections {
    width: min(1180px, calc(100vw - 32px));
  }

  .home-reflections-grid {
    grid-template-columns: 1fr;
  }

  .home-reflections-intro {
    max-width: 700px;
  }
}

@media (max-width: 680px) {
  .home-reflections {
    width: calc(100vw - 20px);
    margin: 58px 0;
    padding: 28px 18px;
  }

  .home-reflections-feature-label,
  .home-reflections-feature footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-reflections-stats {
    grid-template-columns: 1fr;
  }

  .home-reflections-stats article {
    min-height: 88px;
  }

  .home-reflections-stats article + article {
    border-left: 0;
    border-top: 1px solid rgba(212, 175, 55, .20);
  }

  .home-reflections-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-reflections-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
