/* Homepage — logo: gold #a38144–#e3bd5f, brown #312d29 — scoped .page-home */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=DM+Sans:wght@400;500;600;700&display=swap");

.page-home {
  --primary: #a38144;
  --primary-dark: #7a5f33;
  --navy: #312d29;
  --accent-gold: #e3bd5f;
}

.page-home .hero-content h1,
.page-home .hero-content .revolutionary-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.page-home .hero-content p {
  font-family: "DM Sans", system-ui, sans-serif;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.page-home .hero .cta-button:not(.secondary) {
  background: linear-gradient(135deg, #a38144, #e3bd5f, #c9a050);
  color: #312d29;
  border: none;
  font-weight: 700;
}

.page-home .hero .cta-button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1.5px solid rgba(227, 189, 95, 0.55);
}

.page-home .hero .cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #e3bd5f;
}
