.content-detail-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(247, 210, 116, 0.42), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(139, 100, 17, 0.13), transparent 34%),
    linear-gradient(180deg, #fff8e8 0%, #f7efd8 42%, #eee0bd 100%);
  color: #241a07;
}

.detail-hero,
.case-detail-hero {
  padding: 118px 0 72px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b5725;
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a {
  color: #8b6411;
}

.breadcrumb strong {
  color: #241a07;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #8b6411;
  border: 1px solid rgba(139, 100, 17, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 900;
}

.detail-hero-grid,
.case-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 36px;
  align-items: end;
  margin-top: 26px;
}

.detail-title-wrap h1,
.case-detail-copy h1 {
  max-width: 920px;
  margin-top: 20px;
  color: #241a07;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 950;
}

.detail-summary,
.case-detail-copy p {
  max-width: 830px;
  margin-top: 18px;
  color: #5b4717;
  font-size: 18px;
  line-height: 1.9;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: #6b5725;
  font-size: 13px;
  font-weight: 900;
}

.detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(139, 100, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.detail-hero-card,
.case-summary-card,
.article-body-card,
.case-body-card,
.sidebar-card,
.case-story-grid section,
.case-cta-band {
  border: 1px solid rgba(139, 100, 17, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 48px rgba(139, 100, 17, 0.1);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.detail-hero-card,
.case-summary-card {
  padding: 24px;
  border-radius: 16px;
}

.detail-hero-card strong,
.case-summary-card h2 {
  color: #241a07;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 950;
}

.detail-hero-card p {
  margin-top: 12px;
  color: #5b4717;
  font-size: 14px;
  line-height: 1.75;
}

.detail-hero-card .btn {
  width: 100%;
  margin-top: 18px;
}

.case-summary-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.case-summary-list div {
  padding: 13px;
  border: 1px solid rgba(139, 100, 17, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.44);
}

.case-summary-list strong,
.case-summary-list span {
  display: block;
}

.case-summary-list strong {
  color: #241a07;
  font-size: 15px;
}

.case-summary-list span {
  margin-top: 4px;
  color: #6b5725;
  font-size: 13px;
}

.detail-section {
  padding: 76px 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.article-body-card,
.case-body-card {
  overflow: hidden;
  border-radius: 18px;
}

.article-cover,
.case-cover {
  min-height: 360px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(139, 100, 17, 0.16), rgba(247, 210, 116, 0.36)),
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.72), transparent 30%),
    var(--detail-image, rgba(255, 255, 255, 0.46));
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(139, 100, 17, 0.12);
}

.article-cover span,
.case-cover span {
  color: #8b6411;
  font-size: 42px;
  font-weight: 950;
}

.article-content,
.case-content {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 0;
  color: #3d2b08;
  font-size: 17px;
  line-height: 1.96;
}

.article-content h2,
.case-content h2 {
  margin: 34px 0 12px;
  color: #241a07;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 950;
}

.article-content h3,
.case-content h3 {
  margin: 28px 0 10px;
  color: #241a07;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 950;
}

.article-content p,
.case-content p {
  margin: 0 0 18px;
}

.article-content a,
.case-content a {
  color: #8b6411;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-content img,
.case-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.case-story-grid {
  width: min(980px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px auto 0;
}

.case-story-grid section {
  min-height: 190px;
  padding: 20px;
  border-radius: 14px;
}

.case-story-grid span {
  color: #8b6411;
  font-size: 13px;
  font-weight: 950;
}

.case-story-grid h2 {
  margin-top: 10px;
  color: #241a07;
  font-size: 20px;
  line-height: 1.3;
}

.case-story-grid p {
  margin-top: 10px;
  color: #5b4717;
  font-size: 13px;
  line-height: 1.72;
}

.case-cta-band {
  width: min(980px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 8px auto 36px;
  padding: 28px;
  border-radius: 16px;
}

.case-cta-band span {
  color: #8b6411;
  font-size: 13px;
  font-weight: 950;
}

.case-cta-band h2 {
  margin-top: 8px;
  color: #241a07;
  font-size: 28px;
  line-height: 1.24;
}

.case-cta-band p {
  margin-top: 8px;
  color: #5b4717;
  line-height: 1.76;
}

.article-prev-next {
  width: min(980px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 34px;
}

.article-prev-next div,
.article-related {
  border: 1px solid rgba(139, 100, 17, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.42);
  padding: 18px;
}

.article-prev-next span {
  display: block;
  color: #8b6411;
  font-size: 13px;
  font-weight: 950;
}

.article-prev-next a {
  display: inline-block;
  margin-top: 8px;
  color: #241a07;
  font-weight: 900;
}

.article-related {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 38px;
}

.article-related h2 {
  color: #241a07;
  font-size: 24px;
  line-height: 1.28;
}

.related-news {
  margin-top: 14px;
  color: #5b4717;
  line-height: 1.9;
}

.related-news a {
  color: #3d2b08;
  font-weight: 900;
}

.detail-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.sidebar-card {
  padding: 22px;
  border-radius: 14px;
}

.sidebar-card h2 {
  color: #241a07;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 950;
}

.sidebar-card p {
  margin-top: 10px;
  color: #5b4717;
  font-size: 14px;
  line-height: 1.75;
}

.sidebar-cta span {
  color: #8b6411;
  font-size: 13px;
  font-weight: 950;
}

.sidebar-cta .btn {
  width: 100%;
  margin-top: 18px;
}

.related-links,
.topic-cloud {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 12px;
  color: #3d2b08;
  border: 1px solid rgba(139, 100, 17, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 900;
}

.related-links a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #8b6411;
  border-right: 2px solid #8b6411;
  transform: rotate(45deg);
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
}

.topic-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: #6b4708;
  border: 1px solid rgba(139, 100, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .detail-hero-grid,
  .case-detail-grid,
  .detail-layout,
  .case-cta-band {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }

  .case-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .detail-hero,
  .case-detail-hero {
    padding-top: 106px;
  }

  .detail-title-wrap h1,
  .case-detail-copy h1 {
    font-size: 34px;
  }

  .detail-summary,
  .case-detail-copy p {
    font-size: 16px;
  }

  .detail-section {
    padding: 58px 0;
  }

  .article-cover,
  .case-cover {
    min-height: 220px;
  }

  .article-content,
  .case-content {
    width: min(100% - 32px, 820px);
    padding: 34px 0;
    font-size: 16px;
  }

  .article-prev-next,
  .case-story-grid {
    grid-template-columns: 1fr;
  }

  .case-cta-band,
  .article-prev-next,
  .article-related,
  .case-story-grid {
    width: min(100% - 32px, 980px);
  }
}
