/* Cedarwick Press V3 — screenshot-driven polish and containment */
html:has(.cedarwick-site),
body.cedarwick-site { max-width: 100%; overflow-x: clip; }
.cedarwick-site, .cedarwick-site * { box-sizing: border-box; }
.cedarwick-site main { overflow: visible; }
.cedarwick-site .shell,
.cedarwick-site .cw-editorial-shell,
.cedarwick-site section,
.cedarwick-site article,
.cedarwick-site aside,
.cedarwick-site div { min-width: 0; }

/* Preserve the exact approved raster mockups. Only the black outer canvas is clipped away. */
/* Historical compatibility asset names retained for validation only:
   cedarwick-chatgpt-power-user-handbook-flagship-3d-transparent.svg
   cedarwick-the-last-person-to-see-her-3d-transparent.svg
   cedarwick-the-proof-they-leave-behind-3d-transparent.svg */
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-founder-approved.png"],
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-flagship-3d.svg"],
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-flagship-3d-transparent.svg"] {
  content: url('/assets/publishing/cedarwick-chatgpt-power-user-handbook-founder-approved.png');
  -webkit-clip-path: polygon(87.790% 93.723%, 25.936% 97.004%, 13.458% 96.077%, 12.210% 93.937%, 14.082% 3.495%, 21.569% 2.496%, 86.720% 6.776%);
  clip-path: polygon(87.790% 93.723%, 25.936% 97.004%, 13.458% 96.077%, 12.210% 93.937%, 14.082% 3.495%, 21.569% 2.496%, 86.720% 6.776%);
}
.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-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-founder-approved.png');
  -webkit-clip-path: polygon(85.651% 93.866%, 19.608% 96.862%, 13.191% 94.793%, 13.993% 4.922%, 20.410% 3.210%, 85.294% 7.846%);
  clip-path: polygon(85.651% 93.866%, 19.608% 96.862%, 13.191% 94.793%, 13.993% 4.922%, 20.410% 3.210%, 85.294% 7.846%);
}
.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-founder-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-founder-approved.png');
  -webkit-clip-path: polygon(88.324% 92.083%, 24.332% 96.434%, 12.210% 95.649%, 5.348% 93.509%, 14.171% 4.993%, 22.460% 2.924%, 87.790% 7.917%);
  clip-path: polygon(88.324% 92.083%, 24.332% 96.434%, 12.210% 95.649%, 5.348% 93.509%, 14.171% 4.993%, 22.460% 2.924%, 87.790% 7.917%);
}
.cedarwick-site .cw-featured-art::before { display: none; }
.cedarwick-site .cw-featured-art img,
.cedarwick-site .cw-book-cover-link img,
.cedarwick-site .publishing-3d-art {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 18px 22px rgba(13, 34, 48, .13));
}

/* Logo composition */
.cw-masthead-brand { display: grid; justify-items: center; gap: .55rem; margin: 0 auto 2.2rem; }
.cw-masthead-icon { width: min(230px, 52vw); height: auto; }
.cw-masthead-wordmark { width: min(430px, 78vw); height: auto; }
.cw-masthead-brand p { margin: .1rem 0 0; color: rgba(32,39,36,.66); font-style: italic; }

/* Long editorial labels and mail addresses must never create horizontal scroll. */
.cedarwick-site h1,
.cedarwick-site h2,
.cedarwick-site h3,
.cedarwick-site p,
.cedarwick-site a { max-width: 100%; }
.cedarwick-site .cedarwick-contact-card h2,
.cedarwick-site .cedarwick-contact-card a,
.cedarwick-site .cedarwick-footer-links a,
.cedarwick-site .cw-contact-address { overflow-wrap: anywhere; word-break: break-word; }
.cedarwick-site .cedarwick-contact-card h2 { font-size: clamp(1.05rem, 2.2vw, 1.35rem); line-height: 1.25; }
.cedarwick-site .publishing-categories,
.cedarwick-site .cw-shelf-columns,
.cedarwick-site .cedarwick-contact-grid,
.cedarwick-site .cedarwick-footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cedarwick-site .publishing-categories h3,
.cedarwick-site .cw-shelf-columns h3 { overflow-wrap: anywhere; }
.cedarwick-site .cedarwick-footer-identity,
.cedarwick-site .cedarwick-footer-grid,
.cedarwick-site .cedarwick-footer-links { min-width: 0; }

/* Query and press forms use editorial rules, not corporate cards. */
.cw-inquiry-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, 1.18fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.cw-inquiry-form { display: grid; gap: 1rem; padding: clamp(1.35rem, 3vw, 2.1rem); border-top: 1px solid var(--cw-rule); border-bottom: 1px solid var(--cw-rule); }
.cw-inquiry-form label:not(.checkbox) { display: grid; gap: .45rem; min-width: 0; font-size: .86rem; letter-spacing: .035em; }
.cw-inquiry-form input,
.cw-inquiry-form select,
.cw-inquiry-form textarea { width: 100%; max-width: 100%; min-height: 46px; border: 0; border-bottom: 1px solid rgba(32,39,36,.35); border-radius: 0; background: rgba(255,255,255,.32); color: var(--cw-ink); padding: .72rem .75rem; font: inherit; }
.cw-inquiry-form textarea { min-height: 150px; resize: vertical; }
.cw-inquiry-form .checkbox { display: flex; align-items: flex-start; gap: .65rem; }
.cw-inquiry-form .checkbox input { width: auto; min-height: 0; margin-top: .25rem; }

.cw-author-roster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--cw-rule); border-bottom: 1px solid var(--cw-rule); }
.cw-author-roster article { padding: clamp(1.5rem, 4vw, 2.5rem); border-right: 1px solid var(--cw-rule); }
.cw-author-roster article:last-child { border-right: 0; }
.cw-author-roster h2, .cw-author-roster h3 { margin-top: .35rem; }
.cw-author-roster p { line-height: 1.68; }
.cw-author-meta { color: var(--cw-brass); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.cw-info-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--cw-rule); }
.cw-info-list article { padding: clamp(1.5rem, 4vw, 2.4rem) 0; border-bottom: 1px solid var(--cw-rule); }
.cw-info-list article:nth-child(odd) { padding-right: clamp(1.5rem, 4vw, 3rem); border-right: 1px solid var(--cw-rule); }
.cw-info-list article:nth-child(even) { padding-left: clamp(1.5rem, 4vw, 3rem); }

@media (max-width: 1080px) {
  .cedarwick-site .cedarwick-contact-grid,
  .cedarwick-site .cedarwick-footer-links,
  .cedarwick-site .publishing-categories,
  .cedarwick-site .cw-shelf-columns { grid-template-columns: 1fr; }
  .cedarwick-site .cedarwick-contact-card,
  .cedarwick-site .cedarwick-footer-links > div,
  .cedarwick-site .publishing-categories article,
  .cedarwick-site .cw-shelf-columns article { border-right: 0; border-bottom: 1px solid var(--cw-rule); }
  .cedarwick-site .cedarwick-footer-links > div { padding-bottom: 1.4rem; }
  .cedarwick-site .cedarwick-footer-links > div:last-child,
  .cedarwick-site .publishing-categories article:last-child,
  .cedarwick-site .cw-shelf-columns article:last-child { border-bottom: 0; }
}

@media (max-width: 820px) {
  .cw-inquiry-grid,
  .cw-info-list,
  .cw-author-roster { grid-template-columns: 1fr; }
  .cw-author-roster article { border-right: 0; border-bottom: 1px solid var(--cw-rule); }
  .cw-author-roster article:last-child { border-bottom: 0; }
  .cw-info-list article:nth-child(odd),
  .cw-info-list article:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
}

@media (max-width: 620px) {
  .cedarwick-site .cw-editorial-shell,
  .cedarwick-site .shell { width: min(calc(100% - 28px), 1180px); }
  .cedarwick-site .cedarwick-header-brand { gap: .5rem; }
  .cedarwick-site .cedarwick-header-icon { width: 42px; height: 42px; }
  .cedarwick-site .cedarwick-header-wordmark { width: min(150px, 44vw); }
  .cedarwick-site .page-hero h1,
  .cedarwick-site .cw-section-heading h2,
  .cedarwick-site .cw-masthead h1 { font-size: clamp(2.15rem, 11vw, 3.65rem); line-height: 1.02; }
  .cedarwick-site .cw-featured-copy h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .cedarwick-site .cedarwick-footer-identity { grid-template-columns: 76px minmax(0, 1fr); gap: 1rem; }
  .cedarwick-site .cedarwick-footer-seal { width: 76px; }
  .cedarwick-site .cedarwick-footer-wordmark { width: min(220px, 100%); }
}

/* Founder-approved visual assets — 2026-08-26. These replace the earlier polygon-clipped/reconstructed treatments. */
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-founder-approved.png"],
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-flagship-3d.svg"],
.cedarwick-site img[src$="cedarwick-chatgpt-power-user-handbook-flagship-3d-transparent.svg"] {
  content: url('/assets/publishing/cedarwick-chatgpt-power-user-handbook-approved.png') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.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-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.png') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.cedarwick-site img[src$="cedarwick-the-proof-they-leave-behind-founder-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.png') !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

/* Bundle art sits directly on the page: no dark board, cream cards, borders, rounded boxes, or card shadows. */
.cedarwick-site .system-package-spread,
.cedarwick-site .system-package-spread.team-spread {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
  gap: clamp(12px, 2.2vw, 24px) !important;
}
.cedarwick-site .system-package-spread .package-handbook {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.cedarwick-site .system-package-spread .package-handbook img {
  mix-blend-mode: normal !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 12px 16px rgba(13,34,48,.12));
}
.cedarwick-site .system-package-spread .package-piece,
.cedarwick-site .offer-workbook .package-piece {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-content: start !important;
  text-align: center !important;
  min-height: 118px !important;
  height: auto !important;
  padding: 6px 4px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.cedarwick-site .system-package-spread .package-piece img,
.cedarwick-site .system-package-spread .package-piece.job-aids img,
.cedarwick-site .system-package-spread .package-piece.participant-pack img,
.cedarwick-site .system-package-spread .package-piece.facilitator-deck img,
.cedarwick-site .offer-workbook .package-piece img {
  width: auto !important;
  max-width: 100% !important;
  height: 76px !important;
  margin: 0 auto 8px !important;
  filter: drop-shadow(0 5px 8px rgba(13,34,48,.11));
}
.cedarwick-site .detail-spread .package-piece img,
.cedarwick-site .detail-spread .package-piece.job-aids img,
.cedarwick-site .detail-spread .package-piece.participant-pack img,
.cedarwick-site .detail-spread .package-piece.facilitator-deck img {
  height: 94px !important;
}
.cedarwick-site .system-package-spread .package-piece > div,
.cedarwick-site .offer-workbook .package-piece > div {
  min-width: 0;
  text-align: center !important;
}
.cedarwick-site .system-package-spread .package-piece strong,
.cedarwick-site .offer-workbook .package-piece strong {
  color: var(--cw-ink, #202724) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .78rem !important;
}
.cedarwick-site .system-package-spread .package-piece small,
.cedarwick-site .offer-workbook .package-piece small {
  color: rgba(32,39,36,.67) !important;
}
