/* Caterman — Privacy Policy. Dark editorial legal prose on the shared .cm-os system.
   Full-bleed breakout + neutralised theme content wrapper, like contact/faq. */

.cm-priv { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #000; }

/* neutralise the theme content wrapper + kill the subheader/title bar */
.cm-privacy-page #content.site-content { padding-top: 0 !important; padding-bottom: 0 !important; }
.cm-privacy-page .kl-blog-page-content,
.cm-privacy-page .kl-blog-page-body,
.cm-privacy-page #th-content-page { padding: 0 !important; margin: 0 !important; }
.cm-privacy-page #content.site-content .container,
.cm-privacy-page #content.site-content .row,
.cm-privacy-page #content.site-content [class*="col-"] { width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
.cm-privacy-page .entry-title, .cm-privacy-page .page-title, .cm-privacy-page .page-header,
.cm-privacy-page .kl-slideshow, .cm-privacy-page #zn_slideshow, .cm-privacy-page .hero-subheader { display: none !important; }

/* hero */
.cm-priv-hero { padding-top: clamp(46px, 6vw, 80px); padding-bottom: clamp(28px, 4vw, 52px); }
.cm-priv-hero__inner { max-width: 1180px; }
.cm-priv-updated {
  margin: 18px 0 0; font-family: 'Roboto Condensed', 'Manrope', sans-serif;
  font-size: clamp(12px, 1.05vw, 14px); letter-spacing: .08em; text-transform: uppercase; color: #9a9a9a;
}
.cm-priv-hero .cm-os-intro { max-width: 640px; }

/* body / legal prose */
.cm-priv-body { padding-top: clamp(20px, 3vw, 40px); }
.cm-priv-prose { max-width: 820px; }
.cm-priv-prose h2 {
  margin: clamp(40px, 5vw, 64px) 0 0;
  font-family: 'Roboto Condensed', 'Manrope', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(20px, 2.2vw, 30px); line-height: 1.08; letter-spacing: -.01em; color: #fff;
}
.cm-priv-prose h2:first-child { margin-top: 0; }
.cm-priv-prose p {
  margin: 16px 0 0; font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(15px, 1.4vw, 17px); line-height: 1.72; color: #c2c2c2;
}
.cm-priv-prose ul { margin: 14px 0 0; padding-left: 1.2em; }
.cm-priv-prose li {
  margin: 8px 0 0; font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(15px, 1.4vw, 17px); line-height: 1.66; color: #c2c2c2;
}
.cm-priv-prose li::marker { color: rgba(255, 255, 255, .4); }
.cm-priv-prose strong { color: #ededed; font-weight: 700; }
.cm-priv-prose a { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, .4); transition: text-decoration-color .2s ease; }
.cm-priv-prose a:hover { text-decoration-color: #fff; }
.cm-priv-contact { line-height: 1.9 !important; }
