/* Cedarwick V5 approved book asset routing.
   The standalone build serves reviewed transparent *-approved.png book renders
   from same-origin durable source. No Cedarwick approved render may inherit the
   historical V3 polygon clipping that roughened diagonal top/bottom edges. */

/* Handbook: every standalone presentation — including the package-system spreads
   whose source markup still names the historical founder-approved asset — must
   render the exact same approved PNG used by the clean title-page presentation. */
.cedarwick-site img[src$="cedarwick-ai-power-user-handbook-founder-approved.webp"] {
  content: normal !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
}

.cedarwick-site img[src$="cedarwick-ai-power-user-handbook-founder-approved.webp"],
.cedarwick-site img[src$="cedarwick-ai-power-user-handbook-founder-approved.webp"],
.cedarwick-site img[src$="cedarwick-ai-power-user-handbook-founder-approved.webp"] {
  content: url('/assets/publishing/cedarwick-ai-power-user-handbook-founder-approved.webp') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
}

/* Planned print-format cards previously rendered the flat canonical SVG, whose
   publisher footer is intentionally pale.  In the standalone Cedarwick
   presentation use the already-approved transparent 3D handbook render instead;
   no handbook cover bytes or parent-site routing are changed. */
.cedarwick-site .future-format-card .print-planned-art img[src$="cedarwick-ai-power-user-handbook-flagship-cover.svg"] {
  content: url('/assets/publishing/cedarwick-ai-power-user-handbook-founder-approved.webp') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
  image-rendering: auto !important;
}

/* Fiction: use the founder-approved R3 JPEG byte authorities, never the
   historical staged WebPs or polygon clips. */
.cedarwick-site img[src$="cedarwick-the-last-person-to-see-her-approved-v2.jpg"] {
  content: normal !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
  backface-visibility: hidden;
}

.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-approved-v2.jpg"] {
  content: normal !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
  backface-visibility: hidden;
}

.cedarwick-site img[src$="cedarwick-the-last-person-to-see-her-founder-approved.png"],
.cedarwick-site img[src$="cedarwick-the-last-person-to-see-her-approved.png"],
.cedarwick-site img[src$="cedarwick-the-last-person-to-see-her-3d.svg"],
.cedarwick-site img[src$="cedarwick-the-last-person-to-see-her-3d-transparent.svg"] {
  content: url('/assets/publishing/cedarwick-the-last-person-to-see-her-approved-v2.jpg') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
  backface-visibility: hidden;
}

.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-founder-approved.png"],
.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-approved.png"],
.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-3d.svg"],
.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-3d-transparent.svg"] {
  content: url('/assets/publishing/cedarwick-the-proof-they-leave-behind-approved-v2.jpg') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  image-rendering: auto !important;
  backface-visibility: hidden;
}

/* Desktop package-flow repair.  The approved presentation layer makes package
   pieces at least 118px tall, while the historical compact grid still forced
   94px tracks.  Let the tracks grow with their actual labels so package names
   cannot spill into later rows or the offer heading below. */
@media (min-width: 761px) {
  .cedarwick-site .primary-offer-grid .compact-spread {
    grid-auto-rows: minmax(124px, auto) !important;
    row-gap: clamp(0.9rem, 1.6vw, 1.25rem) !important;
    align-content: start !important;
    margin-bottom: clamp(1.1rem, 1.8vw, 1.6rem) !important;
  }

  .cedarwick-site .primary-offer-grid .compact-spread .package-piece {
    min-height: 124px !important;
    height: auto !important;
    align-content: start !important;
  }

  .cedarwick-site .primary-offer-grid .compact-spread .package-piece strong {
    max-width: 100%;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .cedarwick-site .primary-offer-grid .publishing-offer-card > .compact-spread + h3 {
    position: relative;
    margin-top: 0 !important;
  }
}

/* Real-device presentation refinements.  Keep the approved fiction raster art
   comfortably inside the phone viewport so its transparent diagonal silhouette
   is not exaggerated at the very edge of the screen.  These rules do not alter
   the approved image bytes. */
@media (max-width: 560px) {
  .cedarwick-site .publishing-cover-media.cover-hero img[src$="cedarwick-the-last-person-to-see-her-approved-v2.jpg"],
  .cedarwick-site .publishing-cover-media.cover-hero img[src$="cedarwick-the-proof-they-leave-behind-approved-v2.jpg"] {
    width: min(92%, 360px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    transform: translateZ(0);
  }

  .cedarwick-site .offer-workbook .text-link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    letter-spacing: normal !important;
  }

  .cedarwick-site .future-format-card .offer-kicker {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: .35rem !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
    letter-spacing: .07em !important;
  }
}
