.crown-homepage {
  background:
    radial-gradient(circle at top right, rgba(196, 40, 28, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf7f2 100%);
}

.crown-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(128, 0, 0, 0.08);
  color: #7f0f12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.crown-heading {
  max-width: 780px;
  line-height: 1.05;
}

.crown-story-card,
.crown-topic-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(127, 15, 18, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 50px rgba(18, 18, 18, 0.08);
}

.crown-story-card .post-media,
.crown-topic-card .ratio {
  flex-shrink: 0;
}

.crown-story-card .post-header {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.crown-story-card-compact .post-header {
  gap: 10px;
  padding: 18px;
}

.crown-story-card-compact .post-title {
  line-height: 1.3;
  min-height: calc(1.3em * 2);
}

.crown-story-card-compact p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.65;
  min-height: calc(1.65em * 3);
}

.crown-story-card-featured .post-title,
.crown-story-card-lead .post-title {
  line-height: 1.1;
}

.crown-story-card-dark .post-title {
  line-height: 1.25;
  min-height: calc(1.25em * 2);
}

.crown-story-card-lead,
.crown-story-card-featured {
  box-shadow: 0 28px 70px rgba(18, 18, 18, 0.12);
}

.crown-story-card-dark {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.crown-meta-label,
.crown-section-pill,
.crown-live-status,
.crown-topic-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crown-meta-label,
.crown-section-pill {
  padding: 7px 12px;
  background: rgba(251, 107, 30, 0.12);
  color: #a43a08;
}

.crown-section-pill-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.crown-topic-overlay {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.1), rgba(127, 15, 18, 0.88));
}

.crown-topic-body {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px;
}

.crown-topic-count {
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.crown-topic-card-more {
  min-height: 100%;
  background: linear-gradient(135deg, #7f0f12 0%, #fb6b1e 100%);
  box-shadow: 0 22px 56px rgba(127, 15, 18, 0.28);
}

.crown-homepage .row > div > .crown-topic-card,
.crown-homepage .row > div > .crown-story-card {
  height: 100%;
}

.crown-live-cta,
.crown-listen-button {
  gap: 10px;
}

.crown-live-status {
  padding: 6px 10px;
  background: rgba(127, 15, 18, 0.08);
  color: #7f0f12;
}

.crown-live-cta.is-live,
.crown-listen-button.is-live {
  background: #7f0f12 !important;
  border-color: #7f0f12 !important;
  color: #fff !important;
}

.crown-live-cta.is-live .crown-live-status,
.crown-listen-button.is-live .crown-live-status {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

@media (max-width: 767px) {
  .crown-home-hero .section-header {
    gap: 16px;
  }

  .crown-live-cta {
    width: 100%;
    justify-content: center;
  }

  .crown-topic-card-more {
    min-height: 220px;
  }

  .crown-story-card-compact .post-header {
    padding: 16px;
  }

  .crown-story-card-compact .post-title,
  .crown-story-card-dark .post-title,
  .crown-story-card-compact p {
    min-height: 0;
  }

  .crown-topic-body {
    min-height: 132px;
    padding: 16px;
  }
}

.crown-editorial-page {
  background:
    radial-gradient(circle at top left, rgba(127, 15, 18, 0.06), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f8f5f1 100%);
}

.crown-page-hero {
  border-bottom: 1px solid rgba(127, 15, 18, 0.08);
}

.crown-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.crown-breadcrumbs a:hover {
  color: #a43a08;
}

.crown-empty-state {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.crown-article-shell {
  box-shadow: 0 20px 48px rgba(18, 18, 18, 0.06);
}

.crown-article-body > *:first-child {
  margin-top: 0;
}

.crown-article-body > *:last-child {
  margin-bottom: 0;
}

.crown-article-body p,
.crown-article-body li {
  color: #3d3d3d;
  line-height: 1.85;
}

.crown-article-body h2,
.crown-article-body h3,
.crown-article-body h4 {
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  color: #171717;
}

.dark .crown-article-body p,
.dark .crown-article-body li {
  color: rgba(255, 255, 255, 0.8);
}

.dark .crown-article-body h2,
.dark .crown-article-body h3,
.dark .crown-article-body h4 {
  color: #fff;
}

.crown-single-featured {
  box-shadow: 0 30px 80px rgba(18, 18, 18, 0.16);
}

.crown-nav-card {
  background: rgba(255, 255, 255, 0.9);
}

.crown-nav-thumb,
.crown-related-thumb {
  width: 84px;
  min-width: 84px;
}

@media (max-width: 767px) {
  .crown-nav-thumb,
  .crown-related-thumb {
    width: 72px;
    min-width: 72px;
  }
}
