/* Reusable, deliberately simple photo-led case layout. */
.single-post:has(.fue3000-case) .content-area { padding: 48px 0; background: #f7f5f0; }
.single-post:has(.fue3000-case) .content-area > .wrap { max-width: 1280px; padding: 0 24px; }
.single-post:has(.fue3000-case) .entry { max-width: 820px; margin: 0 auto; overflow: hidden; border: 1px solid #e8e2d7; border-radius: 16px; background: #fff; }
.single-post:has(.fue3000-case) .entry-title { margin: 0; padding: 42px 40px 12px; color: var(--c-primary-dark); font-size: clamp(30px, 4.5vw, 42px); letter-spacing: -.015em; }
.single-post:has(.fue3000-case) .entry-meta { margin: 0; padding: 0 40px 30px; border-bottom: 1px solid #eee8de; }
.single-post:has(.fue3000-case) .entry-content { margin: 0; }
.fue3000-case { --case-navy: #0f2440; --case-gold: #c8a35f; color: #2d3748; }
.fue3000-case__inner { width: calc(100% - 80px); margin-inline: auto; }
.fue3000-case__intro { padding: 38px 0 30px; }
.fue3000-case__intro p { margin: 0; font-size: 17px; line-height: 1.9; }
.fue3000-case__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.fue3000-case__facts span { padding: 7px 12px; border: 1px solid #ddd4c3; border-radius: 999px; background: #fbfaf7; color: var(--case-navy); font-size: 14px; font-weight: 700; }
.fue3000-case__comparison { padding: 0 0 40px; }
.fue3000-case__comparison h2, .fue3000-case__assessment h2 { margin: 0 0 14px; padding: 0; border: 0; color: var(--case-navy); font-size: 27px; }
.fue3000-case__comparison > .fue3000-case__inner > p:first-of-type { margin: 0 0 22px; color: #566573; }
.photo-case-compare { max-width: 620px; margin: 0 auto; }
.photo-case-compare .th-ba { aspect-ratio: 9 / 14; overflow: hidden; border-radius: 14px; background: #e8e6e1; box-shadow: 0 10px 28px rgba(15,36,64,.10); }
.photo-case-compare .th-ba-img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-position: center top;
}
.photo-case-compare figcaption { margin-top: 10px; color: #687480; font-size: 13px; text-align: center; }
.fue3000-case__angle + .fue3000-case__angle { margin-top: 42px; }
.fue3000-case__angle h3 { margin: 0 0 14px; color: var(--case-navy); font-size: 20px; }
.fue3000-case__angle--frontal .th-ba,
.fue3000-case__angle--overhead .th-ba { aspect-ratio: 4 / 5; }
.fue3000-case__angle--landscape .th-ba { aspect-ratio: 4 / 3; }
.fue3000-case__angle--crown .th-ba { aspect-ratio: 1 / 1; }
.fue3000-case__angle--frontal .th-ba > .th-ba-img { object-position: center 18%; }
.fue3000-case__angle--frontal .th-ba-top .th-ba-img { object-position: center 40%; }
.fue3000-case__angle--overhead .th-ba > .th-ba-img { object-position: center 34%; }
.fue3000-case__angle--overhead .th-ba-top .th-ba-img { object-position: center 22%; }
.fue3000-case__angle--crown .th-ba > .th-ba-img {
  object-position: center 30%;
  transform: translateX(13%) scale(1.15);
}
.fue3000-case__angle--crown .th-ba-top .th-ba-img {
  object-position: center 33%;
  transform: translateX(6%) scale(1.15);
}
.fue3000-case__notice { margin: 22px 0 0; padding: 16px 18px; border-left: 3px solid var(--case-gold); background: #f8f6f1; color: #56606b; font-size: 14px; }
.fue3000-case__assessment { padding: 34px 0; border-top: 1px solid #eee8de; }
.fue3000-case__assessment p { margin: 0; }
.fue3000-case__cta { padding: 28px 0; background: var(--case-navy); color: #fff; }
.fue3000-case__cta .fue3000-case__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.fue3000-case__cta p { margin: 0; color: rgba(255,255,255,.86); }
.fue3000-case__button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; background: var(--case-gold); color: #17263b; font-weight: 800; white-space: nowrap; }
.fue3000-case__button:hover { background: #dbb878; color: #0f2440; }
@media (max-width: 760px) {
  .single-post:has(.fue3000-case) .content-area { padding: 22px 0 36px; }
  .single-post:has(.fue3000-case) .content-area > .wrap { padding-inline: 14px; }
  .single-post:has(.fue3000-case) .entry { border-radius: 13px; }
  .single-post:has(.fue3000-case) .entry-title { padding: 30px 20px 10px; }
  .single-post:has(.fue3000-case) .entry-meta { padding: 0 20px 24px; }
  .fue3000-case__inner { width: calc(100% - 40px); }
  .fue3000-case__intro { padding-top: 28px; }
  .photo-case-compare { max-width: 100%; }
  .fue3000-case__angle + .fue3000-case__angle { margin-top: 34px; }
  .fue3000-case__cta .fue3000-case__inner { align-items: stretch; flex-direction: column; }
  .fue3000-case__button { width: 100%; }
}
