.cpo-artwork-guide {
  --ag-blue: #2878b5;
  --ag-ink: #243746;
  --ag-line: #dfe7ed;
  color: var(--ag-ink);
  font-family: 'Lato', Arial, sans-serif;
  text-align: left;
  clear: both;
  background: #fff;
  width: 100%;
}
.cpo-artwork-guide * { box-sizing: border-box; }
.cpo-artwork-guide .ag-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; text-align: left; }
.cpo-artwork-guide .ag-hero { position: relative; overflow: hidden; height: 240px; background: #f3f8fc; }
.cpo-artwork-guide .ag-hero-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; z-index: 2; pointer-events: none; }
.cpo-artwork-guide .ag-hero-inner .ag-tagline { max-width: 620px; margin: 14px 0 0; padding: 0; font-size: 16px; line-height: 1.45; color: #526574; }
.cpo-artwork-guide h1 { font: 800 clamp(38px, 4.3vw, 60px)/1.08 'Montserrat', Arial, sans-serif; letter-spacing: -2px; color: var(--ag-ink); max-width: 620px; margin: 0; padding: 0; text-align: left; }
.cpo-artwork-guide .ag-art { position: absolute; right: max(0px, calc((100vw - 1200px) / 2)); top: -80px; width: 380px; height: 380px; pointer-events: none; }
.cpo-artwork-guide .ag-photo { display: block; width: 100%; height: 100%; object-fit: cover; max-width: none; animation: ag-arrive 800ms both; }
.cpo-artwork-guide .ag-shape { position: absolute; display: block; max-width: none; animation: ag-shape-fade 1400ms ease-out both; }
.cpo-artwork-guide .ag-cyan { width: 95px; height: 95px; left: -38px; top: 225px; animation-delay: 100ms; }
.cpo-artwork-guide .ag-blue { width: 78px; height: 78px; left: 0; top: 105px; transform: rotate(12deg); animation-delay: 250ms; }
.cpo-artwork-guide .ag-magenta { width: 40px; height: 40px; left: -42px; top: 170px; animation-delay: 400ms; }
.cpo-artwork-guide .ag-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--ag-line); text-align: left; }
.cpo-artwork-guide .ag-link-group { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; min-width: 0; }
.cpo-artwork-guide .ag-links a { font: 400 13px/1.45 'Lato', Arial, sans-serif; color: #526574; text-decoration: none; padding: 2px 0; }
.cpo-artwork-guide .ag-links .ag-link-title { color: var(--ag-ink); font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.cpo-artwork-guide .ag-links a:hover { color: var(--ag-blue); text-decoration: underline; }
.cpo-artwork-guide a:focus-visible { outline: 2px solid var(--ag-blue); outline-offset: 4px; }
.cpo-artwork-guide .ag-content { padding-top: 6px; padding-bottom: 36px; }
.cpo-artwork-guide .ag-group { margin: 0; padding: 26px 0 6px; }
.cpo-artwork-guide .ag-group-title { display: flex; align-items: baseline; gap: 12px; font: 800 25px/1.3 'Montserrat', Arial, sans-serif; color: var(--ag-ink); text-align: left; margin: 0 0 20px; padding: 0 0 12px; border-bottom: 2px solid var(--ag-blue); }
.cpo-artwork-guide .ag-group-title span { color: var(--ag-blue); font-size: 15px; font-weight: 600; }
.cpo-artwork-guide .ag-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.cpo-artwork-guide .ag-column { min-width: 0; }
.cpo-artwork-guide .ag-column + .ag-column { padding-left: 28px; border-left: 1px solid var(--ag-line); }
.cpo-artwork-guide .ag-section { display: flow-root; margin: 0 0 20px; padding: 0; text-align: left; }
.cpo-artwork-guide .ag-section + .ag-section { border-top: 1px solid var(--ag-line); padding-top: 20px; }
.cpo-artwork-guide h3 { font: 800 21px/1.3 'Montserrat', Arial, sans-serif; color: var(--ag-blue); margin: 0 0 10px; padding: 0; text-align: left; letter-spacing: -.3px; }
.cpo-artwork-guide p, .cpo-artwork-guide li { font-size: 16px; line-height: 1.55; text-align: left; }
.cpo-artwork-guide p { margin: 0 0 10px; padding: 0; }
.cpo-artwork-guide ul { margin: 0 0 12px; padding: 0 0 0 19px; list-style: disc; }
.cpo-artwork-guide li { display: list-item; list-style: inherit; margin: 0; padding: 0 0 3px 2px; }
.cpo-artwork-guide li::marker { color: var(--ag-blue); }
.cpo-artwork-guide .ag-inline-list { display: block; }
.cpo-artwork-guide .ag-service-list { list-style: none; padding-left: 0; }
.cpo-artwork-guide .ag-service-list li { padding-left: 0; }
.cpo-artwork-guide .ag-file-assist-heading { display: flex; align-items: center; gap: 14px; }
.cpo-artwork-guide .ag-file-assist-heading img { display: block; flex: 0 0 56px; width: 56px; height: 56px; margin: 0; object-fit: contain; }
.cpo-artwork-guide .ag-file-assist-heading span { min-width: 0; }
.cpo-artwork-guide .ag-group[aria-labelledby="proof-help"] > .ag-columns { display: block; }
.cpo-artwork-guide .ag-service-columns, .cpo-artwork-guide .ag-proof-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.cpo-artwork-guide .ag-service-columns { padding: 14px 18px 4px; margin: 12px 0; background: #f3f8fc; }
.cpo-artwork-guide .ag-service-columns p { font-weight: 700; margin-bottom: 6px; }
.cpo-artwork-guide .ag-proof-columns { border-top: 1px solid var(--ag-line); padding-top: 20px; }
.cpo-artwork-guide .ag-proof-columns .ag-help { margin-top: 0; }
.cpo-artwork-guide figure { width: 440px; max-width: 100%; margin: 14px 0 12px; padding: 0; text-align: left; }
.cpo-artwork-guide figure img { display: block; max-width: 100%; width: 100%; max-height: 210px; height: auto; object-fit: contain; object-position: left; margin: 0; }
.cpo-artwork-guide .ag-quality-comparison { position: relative; container-type: inline-size; width: 100%; padding-top: 28px; }
.cpo-artwork-guide .ag-quality-comparison img { max-height: none; }
.cpo-artwork-guide .ag-quality-comparison figcaption { font: 400 clamp(10px, 2.6cqw, 14px)/1.2 'Lato', Arial, sans-serif; }
.cpo-artwork-guide .ag-quality-comparison figcaption span { position: absolute; text-align: center; }
.cpo-artwork-guide .ag-quality-low { top: 0; left: 12.3%; width: 35%; color: #c00000; }
.cpo-artwork-guide .ag-quality-high { top: 0; left: 51.8%; width: 35%; color: #007a32; }
.cpo-artwork-guide .ag-quality-zoom { bottom: 8%; left: 30%; width: 40%; color: var(--ag-ink); }
.cpo-artwork-guide .ag-safe-comparison { width: 100%; }
.cpo-artwork-guide .ag-safe-examples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cpo-artwork-guide .ag-safe-example { min-width: 0; }
.cpo-artwork-guide .ag-safe-label { margin: 0 0 9px; font-size: 13px; line-height: 1.3; text-align: center; }
.cpo-artwork-guide .ag-safe-incorrect .ag-safe-label { color: #c00000; }
.cpo-artwork-guide .ag-safe-correct .ag-safe-label { color: #007a32; }
.cpo-artwork-guide .ag-safe-artwork { position: relative; container-type: inline-size; overflow: hidden; aspect-ratio: 3 / 2; background: #faf8f0; border-left: 2px solid #c00000; }
.cpo-artwork-guide .ag-safe-artwork img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.cpo-artwork-guide .ag-safe-artwork::after { content: ''; position: absolute; top: 0; bottom: 0; left: 8%; border-left: 1px dashed #007a32; pointer-events: none; }
.cpo-artwork-guide .ag-safe-headline { position: absolute; left: 12%; top: 8%; font: 800 clamp(16px, 10cqw, 27px)/.95 'Montserrat', Arial, sans-serif; color: #fff; }
.cpo-artwork-guide .ag-safe-address { position: absolute; top: 68%; font: 600 min(4.6cqw, 12.5px)/1.2 'Lato', Arial, sans-serif; color: #102638; white-space: nowrap; }
.cpo-artwork-guide .ag-safe-address strong, .cpo-artwork-guide .ag-safe-address span { display: block; }
.cpo-artwork-guide .ag-safe-incorrect .ag-safe-address { left: -.4em; }
.cpo-artwork-guide .ag-safe-correct .ag-safe-address { left: 12%; }
.cpo-artwork-guide .ag-safe-note { margin: 8px 0 0; font-size: 11px; line-height: 1.4; text-align: center; }
.cpo-artwork-guide .ag-safe-comparison figcaption { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 18px; margin-top: 12px; font-size: 11px; line-height: 1.4; }
.cpo-artwork-guide .ag-safe-trim-key { color: #c00000; }
.cpo-artwork-guide .ag-safe-guide-key { color: #007a32; }
.cpo-artwork-guide .ag-bleed-comparison { width: 100%; }
.cpo-artwork-guide .ag-image-mat { padding: 12px; background: #3b3b3b; container-type: inline-size; }
.cpo-artwork-guide .ag-bleed-stage { margin: 0 0 10px; font-size: 12px; line-height: 1.4; font-weight: 700; text-align: center; }
.cpo-artwork-guide .ag-bleed-stage-after { margin-top: 20px; }
.cpo-artwork-guide .ag-bleed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cpo-artwork-guide .ag-bleed-example { min-width: 0; container-type: inline-size; }
.cpo-artwork-guide .ag-bleed-label { display: flex; align-items: center; justify-content: center; min-height: 32px; margin: 0 0 6px; font-size: 12px; line-height: 1.3; text-align: center; }
.cpo-artwork-guide .ag-bleed-label-bad { color: #c00000; }
.cpo-artwork-guide .ag-bleed-label-good { color: #007a32; }
.cpo-artwork-guide .ag-bleed-preview { --bleed: 3.3cqw; position: relative; padding: var(--bleed); background: #3b3b3b; box-shadow: 0 2px 6px #19374733; }
.cpo-artwork-guide .ag-business-card { position: relative; container-type: inline-size; aspect-ratio: 85 / 55; overflow: hidden; }
.cpo-artwork-guide .ag-business-card img { width: 100%; height: 100%; max-height: none; object-fit: fill; }
.cpo-artwork-guide .ag-business-card .ag-card-logo { position: absolute; top: 9%; left: 8%; width: 55%; height: auto; max-height: none; object-fit: contain; }
.cpo-artwork-guide .ag-card-contact { position: absolute; top: 40%; left: 8%; font: 400 min(3.7cqw, 9px)/1.3 Arial, sans-serif; color: #fff; }
.cpo-artwork-guide .ag-card-contact strong, .cpo-artwork-guide .ag-card-contact span { display: block; white-space: nowrap; }
.cpo-artwork-guide .ag-card-phone { margin-bottom: 1.3em; }
.cpo-artwork-guide .ag-card-white .ag-business-card::after { content: ''; position: absolute; inset: 0 auto 0 0; width: 2%; background: #fff; box-shadow: 2px 0 3px #10263840; z-index: 2; }
.cpo-artwork-guide .ag-bleed-after { padding: 0; border: var(--bleed) solid transparent; border-image: url('/IMAGES/artwork-guide/business-card-bleed.png') 1 / var(--bleed) / 0 stretch; }
.cpo-artwork-guide .ag-bleed-after .ag-business-card::before { content: ''; position: absolute; inset: 0; border: 1px dashed #e32332; z-index: 3; pointer-events: none; }
.cpo-artwork-guide .ag-card-white .ag-bleed-after::after { content: ''; position: absolute; top: calc(-1 * var(--bleed)); bottom: calc(-1 * var(--bleed)); left: calc(-1 * var(--bleed)); width: calc(var(--bleed) + 2%); background: #fff; box-shadow: 2px 0 3px #10263840; z-index: 2; }
.cpo-artwork-guide .ag-card-white .ag-bleed-after .ag-business-card::after { box-shadow: none; }
.cpo-artwork-guide .ag-bleed-note { margin: 9px 0 0; font-size: 11px; line-height: 1.4; text-align: center; }
.cpo-artwork-guide .ag-bleed-comparison figcaption { margin-top: 12px; font-size: 11px; line-height: 1.4; text-align: center; color: #526574; }
.cpo-artwork-guide .ag-fayre-comparison { width: 100%; }
.cpo-artwork-guide .ag-fayre-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cpo-artwork-guide .ag-fayre-example { min-width: 0; }
.cpo-artwork-guide .ag-fayre-label { margin: 0 0 10px; font-size: 13px; line-height: 1.3; text-align: center; }
.cpo-artwork-guide .ag-fayre-incorrect .ag-fayre-label { color: #c00000; }
.cpo-artwork-guide .ag-fayre-correct .ag-fayre-label { color: #007a32; }
.cpo-artwork-guide .ag-fayre-artwork { position: relative; container-type: inline-size; overflow: hidden; aspect-ratio: 148 / 210; background: #f5efe3; box-shadow: 0 2px 5px #24374626; }
.cpo-artwork-guide .ag-fayre-artwork img { width: 100%; height: 100%; max-height: none; object-fit: fill; }
.cpo-artwork-guide .ag-fayre-note { margin: 9px 0 0; font-size: 11px; line-height: 1.4; text-align: center; }
.cpo-artwork-guide .ag-fayre-comparison figcaption { margin-top: 12px; font-size: 11px; line-height: 1.4; text-align: center; color: #526574; }
.cpo-artwork-guide .ag-crop-photo { width: 360px; }
.cpo-artwork-guide .ag-crop-photo img { max-height: none; }
.cpo-artwork-guide .ag-crop-photo figcaption { margin-top: 12px; font-size: 11px; line-height: 1.4; text-align: center; color: #526574; }
.cpo-artwork-guide #half-fold-leaflets figure { width: 315px; }
.cpo-artwork-guide .ag-artifact-comparison { width: 100%; }
.cpo-artwork-guide .ag-artifact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: center; }
.cpo-artwork-guide .ag-artifact-example { min-width: 0; }
.cpo-artwork-guide .ag-artifact-label { margin: 0 0 10px; font-size: 13px; line-height: 1.3; text-align: center; }
.cpo-artwork-guide .ag-artifact-sheet { display: block; width: 100%; height: auto; box-shadow: 0 2px 5px #24374626; }
.cpo-artwork-guide .ag-artifact-zoom { outline: 1.5px solid #65c5ed; }
.cpo-artwork-guide .ag-artifact-note { margin: 9px 0 0; font-size: 11px; line-height: 1.4; text-align: center; }
.cpo-artwork-guide .ag-artifact-comparison figcaption { margin-top: 12px; font-size: 11px; line-height: 1.4; text-align: center; color: #526574; }
.cpo-artwork-guide .ag-diagram { width: 500px; max-width: 100%; background: #f5f9fc; border: 1px solid var(--ag-line); border-radius: 4px; }
.cpo-artwork-guide .ag-diagram svg { display: block; width: 100%; height: auto; }
.cpo-artwork-guide .ag-section > :last-child, .cpo-artwork-guide .ag-help > :last-child { margin-bottom: 0; }
.cpo-artwork-guide .ag-help { margin: 24px 0 20px; padding: 20px; border-left: 3px solid var(--ag-blue); background: #f3f8fc; text-align: left; }
.cpo-artwork-guide .ag-content a { color: var(--ag-blue); text-decoration: underline; text-underline-offset: 3px; }
.cpo-artwork-guide .ag-content a:hover { color: #205f90; }
.cpo-artwork-guide .ag-section, .cpo-artwork-guide .ag-group-title, .cpo-artwork-guide .ag-help { scroll-margin-top: 150px; }
@keyframes ag-arrive { from { opacity: .35; translate: 12px 6px; } to { opacity: 1; translate: 0 0; } }
@keyframes ag-shape-fade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1100px) {
  .cpo-artwork-guide h1 { max-width: 52%; }
  .cpo-artwork-guide .ag-hero-inner .ag-tagline { max-width: 52%; }
  .cpo-artwork-guide .ag-art { right: -25px; }
  .cpo-artwork-guide .ag-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .cpo-artwork-guide .ag-container { padding-left: 18px; padding-right: 18px; }
  .cpo-artwork-guide .ag-hero { height: 180px; }
  .cpo-artwork-guide h1 { max-width: 60%; font-size: clamp(30px, 9.7vw, 38px); letter-spacing: -1.5px; }
  .cpo-artwork-guide .ag-hero-inner .ag-tagline { max-width: 60%; margin-top: 10px; font-size: 13px; }
  .cpo-artwork-guide .ag-art { width: 210px; height: 210px; top: -10px; right: -65px; }
  .cpo-artwork-guide .ag-cyan { width: 56px; height: 56px; left: -12px; top: 130px; }
  .cpo-artwork-guide .ag-blue { width: 45px; height: 45px; left: 0; top: 20px; }
  .cpo-artwork-guide .ag-magenta { width: 25px; height: 25px; left: -18px; top: 86px; }
  .cpo-artwork-guide .ag-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 18px 0; }
  .cpo-artwork-guide .ag-links a { padding: 4px 0; }
  .cpo-artwork-guide .ag-links .ag-link-title { color: var(--ag-blue); margin: 0; }
  .cpo-artwork-guide .ag-link-group > a:not(.ag-link-title) { display: none; }
  .cpo-artwork-guide .ag-group-title { font-size: 22px; gap: 8px; }
  .cpo-artwork-guide .ag-columns { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .cpo-artwork-guide .ag-service-columns, .cpo-artwork-guide .ag-proof-columns { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .cpo-artwork-guide .ag-column + .ag-column { border-left: 0; padding-left: 0; }
  .cpo-artwork-guide .ag-column + .ag-column > .ag-section:first-child { border-top: 1px solid var(--ag-line); padding-top: 20px; }
  .cpo-artwork-guide h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .cpo-artwork-guide .ag-photo, .cpo-artwork-guide .ag-shape { animation: none; }
}
.cpo-artwork-guide .ag-ai-prompt { margin: 14px 0; padding: 16px 18px; border-left: 3px solid var(--ag-blue); background: #f3f8fc; }
