/* Typography - Editorial Luxury */

h1, h2, .font-serif {
  font-family: var(--font-serif);
  line-height: 1;
  letter-spacing: -0.03em;
}

h3, h4, h5, h6 {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Hero Typography */
.massive-title {
  font-size: 22vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
  line-height: 0.85;
}

.massive-title i {
  font-style: italic;
  font-weight: 400;
  font-family: var(--font-serif);
  text-transform: lowercase;
  font-size: 0.8em;
}

.hero-sub {
  font-size: var(--text-lg);
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-8);
  text-transform: uppercase;
}

/* Editorial Typography */
.ed-heading {
  font-size: var(--text-6xl);
  margin-bottom: var(--space-8);
}

.ed-body {
  font-size: var(--text-lg);
  line-height: 1.6;
  margin-bottom: var(--space-6);
  color: var(--text-secondary);
}

.section-title {
  font-size: var(--text-5xl);
  margin-bottom: var(--space-8);
  text-transform: uppercase;
}

.section-title i {
  font-style: italic;
  text-transform: lowercase;
  font-family: var(--font-serif);
}

.material-text h2 {
  font-size: 10vw;
  font-weight: 400;
}

p {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .hero-sub {
    font-size: var(--text-xl);
    letter-spacing: 0.1em;
  }
  
  .ed-heading {
    font-size: var(--text-hero);
  }
  
  .section-title {
    font-size: 5rem;
  }
}

@media (min-width: 1024px) {
  .massive-title {
    font-size: 15vw;
  }
  .material-text h2 {
    font-size: 8vw;
  }
}
