.cp-page { --cp-orange-dark: #8a5100; }
.cp-page .site-nav { gap: 23px; }
.cp-page .site-nav a[aria-current="page"] { color: var(--cp-orange-dark); }
.cp-hero { background: #f7f7f4; border-block: 1px solid var(--v3-line); }
.cp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); min-height: 510px; }
.cp-hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 800px; padding: 72px 72px 72px 0; }
.cp-hero h1 { max-width: 800px; margin: 0; font-size: clamp(3.35rem, 5.5vw, 6.25rem); line-height: .91; letter-spacing: -.066em; }
.cp-hero-copy > p:not(.v3-kicker) { max-width: 700px; margin: 24px 0 0; color: var(--v3-muted); font-size: 1.04rem; line-height: 1.68; }
.cp-hero-copy .hero-actions { margin-top: 30px; }
.cp-hero-panel { display: flex; align-items: center; padding: 46px 42px; color: #fff; background: var(--v3-ink); }
.cp-hero-panel dl { width: 100%; margin: 0; border-top: 1px solid #41413e; }
.cp-hero-panel dl div { display: grid; grid-template-columns: 1fr auto; gap: 6px 24px; padding: 24px 0; border-bottom: 1px solid #41413e; }
.cp-hero-panel dt { color: #bdbdb8; font-size: .76rem; font-weight: 750; }
.cp-hero-panel dd { margin: 0; color: var(--v3-orange); font-size: 2rem; font-weight: 850; letter-spacing: -.05em; }
.cp-hero-panel small { grid-column: 1 / -1; color: #8f8f8b; font-size: .7rem; }
.cp-boundary { padding-block: 68px; color: #fff; background: var(--v3-ink); }
.cp-boundary .v3-kicker { color: var(--v3-orange); }
.cp-boundary-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.cp-boundary h2, .cp-category-heading h2, .cp-next-step h2 { margin: 0; font-size: clamp(2.45rem, 4.2vw, 4.2rem); line-height: .98; letter-spacing: -.052em; }
.cp-boundary-items { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #444440; }
.cp-boundary-items article { padding: 26px 24px 0 0; }
.cp-boundary-items article + article { padding-left: 24px; border-left: 1px solid #444440; }
.cp-boundary-items span { color: var(--v3-orange); font-size: .7rem; font-weight: 850; }
.cp-boundary-items h3 { margin: 25px 0 10px; font-size: 1.04rem; }
.cp-boundary-items p { margin: 0; color: #bdbdb8; font-size: .8rem; line-height: 1.58; }
.cp-category { padding-block: 64px 12px; }
.cp-category + .cp-category { padding-top: 52px; }
.cp-category-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 30px; padding-bottom: 23px; border-bottom: 1px solid var(--v3-ink); }
.cp-category-heading .v3-kicker { grid-column: 1 / -1; }
.cp-category-heading span { color: var(--v3-muted); font-size: .78rem; font-weight: 750; }
.cp-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.cp-document-card { display: flex; min-width: 0; flex-direction: column; background: #fff; border: 1px solid var(--v3-line); }
.cp-preview { position: relative; display: block; height: 390px; overflow: hidden; background: #ededE8; border-bottom: 1px solid var(--v3-line); }
.cp-preview::after { position: absolute; inset: auto 0 0; height: 30%; content: ""; background: linear-gradient(transparent, rgba(17,17,17,.45)); pointer-events: none; }
.cp-preview img { width: 100%; height: 100%; padding: 22px 22px 0; object-fit: contain; object-position: center top; transition: transform .3s ease; }
.cp-preview:hover img { transform: translateY(-4px) scale(1.012); }
.cp-preview span { position: absolute; z-index: 1; right: 15px; bottom: 14px; padding: 8px 10px; color: #fff; background: var(--v3-ink); font-size: .68rem; font-weight: 800; }
.cp-document-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.cp-document-type { margin: 0 0 12px; color: var(--cp-orange-dark); font-size: .66rem; font-weight: 850; letter-spacing: .09em; }
.cp-document-body h3 { margin: 0 0 15px; font-size: 1.3rem; line-height: 1.1; letter-spacing: -.025em; }
.cp-product-links { display: grid; gap: 7px; margin-bottom: 20px; }
.cp-product-links a { display: grid; grid-template-columns: 82px 1fr; gap: 10px; padding-bottom: 7px; color: var(--v3-ink); border-bottom: 1px solid var(--v3-line); font-size: .75rem; line-height: 1.35; text-decoration: none; }
.cp-product-links a:hover { color: var(--cp-orange-dark); }
.cp-product-links span { font-weight: 850; }
.cp-document-body dl { margin: auto 0 0; border-top: 1px solid var(--v3-line); }
.cp-document-body dl div { display: grid; grid-template-columns: 95px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--v3-line); }
.cp-document-body dt { color: #777772; font-size: .67rem; font-weight: 750; }
.cp-document-body dd { margin: 0; color: var(--v3-ink); font-size: .7rem; line-height: 1.42; }
.cp-next-step { margin-top: 68px; padding-block: 58px; background: var(--v3-orange); }
.cp-next-step .v3-kicker { color: #623900; }
.cp-next-step-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; }
.cp-next-step-grid > div:first-child > p:last-child { max-width: 760px; margin: 18px 0 0; color: #513508; line-height: 1.62; }
.cp-next-actions { display: flex; gap: 12px; }
.cp-next-step .button.primary { color: #fff; background: var(--v3-ink); border-color: var(--v3-ink); }

.product-compliance { padding-block: 38px 44px; }
.product-compliance-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.product-compliance-heading h2 { max-width: 760px; margin: 0; font-size: clamp(1.9rem, 3.3vw, 3.1rem); }
.product-compliance-heading > a { flex: 0 0 auto; color: var(--ink); font-size: .76rem; font-weight: 850; text-decoration: none; }
.product-compliance-intro { max-width: 880px; margin: 18px 0 22px; font-size: .88rem; }
.product-compliance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-compliance-card { display: flex; min-width: 0; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid var(--line); text-decoration: none; }
.product-compliance-image { display: grid; height: 270px; place-items: start center; overflow: hidden; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.product-compliance-image img { width: 100%; height: 100%; padding: 16px 16px 0; object-fit: contain; object-position: center top; transition: transform .25s ease; }
.product-compliance-card:hover .product-compliance-image img { transform: translateY(-3px) scale(1.01); }
.product-compliance-body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 18px; }
.product-compliance-type { color: var(--accent-dark); font-size: .63rem; font-weight: 850; letter-spacing: .07em; }
.product-compliance-body > strong { font-size: 1.04rem; }
.product-compliance-body > span:not(.product-compliance-type) { color: var(--muted); font-size: .7rem; line-height: 1.45; }
.product-compliance-body b { display: block; margin-bottom: 2px; color: var(--ink); font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; }
.product-compliance-body em { margin-top: auto; color: var(--ink); font-size: .7rem; font-style: normal; font-weight: 850; }
.product-compliance-note { margin: 17px 0 0; padding: 14px 16px; background: #efefe9; border-left: 4px solid var(--accent); font-size: .74rem; line-height: 1.55; }

@media (max-width: 1080px) {
  .cp-page .site-nav { gap: 18px; }
  .cp-page .site-nav > a:not(.nav-cta):nth-of-type(4) { display: none; }
  .cp-hero-grid { grid-template-columns: 1fr minmax(340px, .7fr); }
  .cp-hero-copy { padding-right: 42px; }
  .cp-boundary-grid { grid-template-columns: 1fr; gap: 38px; }
  .cp-document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-compliance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-next-step-grid { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 760px) {
  .cp-hero-grid { display: block; }
  .cp-hero-copy { padding: 56px 0; }
  .cp-hero h1 { font-size: clamp(3.1rem, 14vw, 4.9rem); }
  .cp-hero-panel { margin-inline: -16px; padding: 36px 28px; }
  .cp-boundary { padding-block: 54px; }
  .cp-boundary-items { grid-template-columns: 1fr; }
  .cp-boundary-items article, .cp-boundary-items article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid #444440; }
  .cp-boundary-items article:last-child { border-bottom: 0; }
  .cp-category { padding-top: 50px; }
  .cp-category-heading { grid-template-columns: 1fr; align-items: start; }
  .cp-document-grid { grid-template-columns: 1fr; }
  .cp-preview { height: 420px; }
  .product-compliance-heading { display: grid; align-items: start; }
  .product-compliance-grid { grid-template-columns: 1fr; }
  .product-compliance-image { height: 330px; }
}
@media (max-width: 480px) {
  .cp-hero-copy .hero-actions, .cp-next-actions { display: grid; }
  .cp-preview { height: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  .cp-preview img, .product-compliance-image img { transition: none; }
}