h1,
h2,
h3,
.site-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.02;
  margin: 0 0 var(--space-sm);
  font-weight: 600; /* Slightly lighter for more elegance */
  letter-spacing: -0.05em; /* Iconic authority */
}

h1 {
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: 0.85;
  font-weight: 500;
}

h2 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.9;
  margin-bottom: var(--space-lg);
}

h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

h4, h5 {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: var(--gold-primary);
  opacity: 0.9;
}

.kicker {
  display: inline-block;
  margin: 0 0 var(--space-xs);
  color: var(--gold-primary);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 900;
  opacity: 0.7;
}

.editorial-text {
  font-size: 1.25rem;
  line-height: 2;
  color: var(--text-secondary);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.editorial-text p {
  margin-bottom: 3rem;
}

.lede {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: var(--text-primary);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin-bottom: var(--space-xl);
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.8rem 1.8rem;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
  cursor: pointer;
}

.btn--gold {
  background: var(--gold-primary);
  color: #050608;
}

.btn--gold:hover {
  background: var(--gold-strong);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 35px rgba(216, 181, 106, 0.3);
}

.btn--ghost {
  border: 1px solid var(--border-medium);
  background: transparent;
  color: var(--text-primary);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--gold-soft);
  transform: translateY(-2px);
}
