.cozy-editorial-hero__title,
.cozy-manifesto__title,
.cozy-room-guides h2,
.cozy-editorial-break__headline,
.cozy-support-lounge__title,
.cozy-collection-editorial__title,
.cozy-page-story__hero h1,
.cozy-signature-lookbook__title,
.cozy-signature-campaign__title {
  font-family: Georgia, 'Times New Roman', serif !important;
  letter-spacing: -0.05em;
}

.cozy-editorial-hero__eyebrow,
.cozy-manifesto__eyebrow,
.cozy-room-guides__eyebrow,
.cozy-page-story__eyebrow,
.cozy-collection-editorial__eyebrow,
.cozy-signature-lookbook__eyebrow,
.cozy-signature-campaign__eyebrow {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.2em;
}

.cozy-editorial-hero__copy,
.cozy-manifesto__panel,
.cozy-room-guide,
.cozy-page-card,
.cozy-signature-lookbook__card,
.cozy-signature-campaign__panel {
  backdrop-filter: blur(14px);
}

.cozy-editorial-hero__button,
.cozy-collection-editorial__pill,
.cozy-page-story__cta,
.cozy-signature-lookbook__chip {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cozy-editorial-hero__button:hover,
.cozy-collection-editorial__pill:hover,
.cozy-page-story__cta:hover,
.cozy-signature-lookbook__chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(44, 29, 18, 0.10);
}
