:root {
  --fhi-espresso: #3f2a25;
  --fhi-terracotta: #b65f47;
  --fhi-coral: #d98970;
  --fhi-cream: #fffaf4;
  --fhi-blush: #f8e7df;
}

.fhi-roundup-heading {
  position: relative;
  margin: 2.25rem 0 0 !important;
  padding: 1.35rem 1.4rem .8rem !important;
  color: var(--fhi-espresso) !important;
  background: linear-gradient(135deg, var(--fhi-blush), var(--fhi-cream));
  border: 1px solid rgba(182,95,71,.28);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  line-height: 1.15 !important;
  box-shadow: 0 15px 35px rgba(70,42,34,.08);
}

.fhi-roundup-heading::before {
  content: "FHI FAVORITES";
  display: block;
  width: fit-content;
  margin-bottom: .55rem;
  padding: .32rem .62rem;
  border-radius: 999px;
  color: #fff;
  background: var(--fhi-terracotta);
  font: 700 .7rem/1.1 system-ui, sans-serif;
  letter-spacing: .11em;
}

.fhi-roundup-list {
  list-style: none !important;
  margin: 0 0 2.25rem !important;
  padding: .55rem 1.1rem 1.25rem !important;
  background: linear-gradient(135deg, var(--fhi-blush), var(--fhi-cream));
  border: 1px solid rgba(182,95,71,.28);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 15px 35px rgba(70,42,34,.08);
}

.fhi-roundup-card {
  position: relative;
  margin: .7rem 0 !important;
  padding: 0 !important;
  background: #fff;
  border: 1px solid rgba(182,95,71,.18);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(70,42,34,.08);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fhi-roundup-card:hover {
  transform: translateY(-2px);
  border-color: rgba(182,95,71,.45);
  box-shadow: 0 12px 28px rgba(70,42,34,.14);
}

.fhi-roundup-card > a:first-of-type {
  display: flex !important;
  align-items: center;
  min-height: 48px;
  padding: .95rem 3.4rem .25rem 1.05rem !important;
  color: var(--fhi-espresso) !important;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
}

.fhi-roundup-blurb {
  display: block;
  padding: 0 3.5rem 1rem 1.05rem;
  color: #705b54;
  font-family: system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 450;
  line-height: 1.45;
}

.fhi-roundup-card::after {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--fhi-terracotta);
  font-size: 1.15rem;
  font-weight: 800;
  pointer-events: none;
}

.fhi-roundup-card a:hover { color: var(--fhi-terracotta) !important; }

@media (max-width: 520px) {
  .fhi-roundup-heading { padding: 1.1rem 1rem .7rem !important; }
  .fhi-roundup-list { padding: .45rem .75rem 1rem !important; }
  .fhi-roundup-card > a:first-of-type { min-height: 46px; padding: .85rem 3.2rem .2rem .9rem !important; }
  .fhi-roundup-blurb { padding: 0 3.2rem .85rem .9rem; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  .fhi-roundup-card { transition: none; }
}
