/* ghaffaritabrizi.com — site-owned structural CSS. Structure only, built
   from framework tokens (KB fgl-frontend-pattern honesty clause: no rule
   here may restyle an fgl/ component). */

/* Long-form prose pages (papers, quotes, media lists). */
.page {
  max-width: 44rem;
  margin-inline: auto;
  padding: var(--space-6) var(--space-4);
}

.page img {
  max-width: 100%;
  height: auto;
}

.constrained-photo {
  max-height: 20rem;
  width: auto;
}

.lede {
  font-size: var(--fs-body-lg);
  color: var(--ink-muted);
}

.page blockquote {
  margin: var(--space-4) 0;
  padding-left: var(--space-4);
  border-left: 3px solid var(--brand-primary);
}

/* Home sections. */
.hero {
  background: var(--brand-secondary);
  color: var(--ink-inverse);
  padding: var(--space-8) 0;
}

.hero__kicker {
  font-size: var(--fs-caption);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 var(--space-2);
}

.hero__title {
  font-size: var(--fs-display-2);
  margin: 0 0 var(--space-3);
}

.hero__lede {
  font-size: var(--fs-body-lg);
  max-width: var(--measure);
  margin: 0 0 var(--space-4);
}

.hero__lede a {
  color: var(--ink-inverse);
}

.section {
  padding: var(--space-7) 0;
}

.section--alt {
  background: var(--surface-elevated);
}

.section__title {
  margin-top: 0;
}

.section__prose {
  max-width: var(--measure);
}

.highlights {
  display: grid;
  gap: var(--space-5);
}

@media (min-width: 48rem) {
  .highlights {
    grid-template-columns: 1fr 1fr;
  }
}

.highlight__icon {
  max-height: 7.75rem;
  width: auto;
}

.highlight__title {
  font-size: var(--fs-h3);
  margin: var(--space-2) 0;
}
