.preferred-source {
  max-width: 960px;
  margin: clamp(2.75rem, 6vw, 5rem) auto;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 5vw, 3rem);
  border: 1px solid rgba(184, 154, 106, 0.28);
  background:
    radial-gradient(circle at top, rgba(184, 154, 106, 0.14), transparent 58%),
    #1f1b15;
  text-align: center;
}

.preferred-source-eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #b89a6a;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.preferred-source h2 {
  margin: 0;
  color: #fdfaf6;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 300;
  line-height: 1.15;
}

.preferred-source p {
  max-width: 560px;
  margin: 0.9rem auto 1.4rem;
  color: #b7aba0;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
}

.preferred-source-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .preferred-source {
    margin: 2.5rem 1rem;
  }
}
