/* Legal documents and seller identity follow the existing CRATER language. */
body.cr-has-unified-footer #colophon.site-footer { display: none !important; }

.cr-site-legal-bar {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(30px, 4vw, 48px) clamp(18px, 4vw, 48px) 18px;
    border-top: 1px solid rgba(232, 185, 73, .24);
    background: radial-gradient(circle at 78% 0, rgba(232, 185, 73, .08), transparent 32%), #070706;
    color: #cfc8bc;
    font: 400 14px/1.58 Montserrat, "Segoe UI", Arial, sans-serif;
}
.cr-site-legal-inner { max-width: 1200px; margin: 0 auto; }
.cr-site-footer-main { display: grid; grid-template-columns: 1.45fr .75fr 1fr; gap: 0; }
.cr-site-footer-main section { min-width: 0; padding: 2px clamp(20px, 3vw, 42px); }
.cr-site-footer-main section:first-child { padding-left: 0; }
.cr-site-footer-main section + section { border-left: 1px solid rgba(232, 185, 73, .18); }
.cr-site-footer-main h2 { margin: 3px 0 12px; color: #f3eee5; font-family: var(--cr-type-body, Montserrat, "Segoe UI", Arial, sans-serif) !important; font-size: clamp(17px, 1.8vw, 22px); font-weight: 600; line-height: 1.25; letter-spacing: -.02em; }
.cr-site-footer-main p, .cr-site-footer-main address { margin: 0; }
.cr-site-footer-main address { color: #bcb5aa; font-style: normal; }
.cr-site-footer-main .cr-footer-kicker { margin: 0 0 8px; color: #e8b949; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cr-site-footer-main .cr-footer-nip { margin-top: 8px; color: #ded8cd; }
.cr-site-footer-main a { color: #e8d9b5; text-decoration: none; }
.cr-site-footer-main .cr-footer-map, .cr-site-footer-main .cr-footer-contact { display: inline-flex; gap: 7px; margin-top: 14px; color: #f0c75d; font-weight: 600; }
.cr-site-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 16px; border-top: 1px solid rgba(232, 185, 73, .18); font-size: 12px; }
.cr-site-footer-bottom p { margin: 0; color: #827c72; }
.cr-site-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.cr-site-legal-inner a { color: #e8d9b5; text-decoration: none; text-underline-offset: 3px; }
.cr-site-legal-inner a:hover, .cr-site-legal-inner a:focus-visible { color: #fff1c2; text-decoration: underline; }
.cr-site-legal-inner a:focus-visible { outline: 2px solid #e8b949; outline-offset: 4px; border-radius: 2px; }

@media (max-width: 1100px) {
    .cr-site-footer-bottom { align-items: flex-start; flex-direction: column; }
    .cr-site-footer-bottom nav { justify-content: flex-start; }
}

.cr-contact-business-card {
    box-sizing: border-box;
    max-width: 1120px;
    margin: clamp(30px, 5vw, 64px) auto 0;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(232, 185, 73, .36);
    border-radius: 20px;
    background: linear-gradient(145deg, #17130d, #0d0c09 74%);
    color: #ded8cd;
}
.cr-contact-business-card .cr-legal-eyebrow { margin: 0 0 8px; color: #e8b949; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.cr-contact-business-card h2 { margin: 0 0 24px !important; color: #f7f2e9 !important; }
.cr-business-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1.4fr; gap: 18px; }
.cr-business-grid p { margin: 0; color: #d8d1c5; }
.cr-business-grid strong { color: #f0cd78; font-weight: 600; }
.cr-business-grid a { color: #f1d88f; text-decoration: none; }

body.cr-terms-page #content { padding-block: clamp(28px, 5vw, 72px) !important; }
body.cr-terms-page #content .ast-container { max-width: 1180px !important; padding-inline: clamp(18px, 3vw, 34px) !important; }
body.cr-terms-page #content article.ast-article-single {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: clamp(26px, 5vw, 68px) !important;
    border: 1px solid rgba(232, 185, 73, .34) !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at 100% 0, rgba(232, 185, 73, .09), transparent 34%), linear-gradient(145deg, #15120d, #090908 72%) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3) !important;
    color: #ded8cd !important;
}
body.cr-terms-page #content .entry-header { margin: 0 0 clamp(24px, 4vw, 42px) !important; }
body.cr-terms-page #content h1.entry-title { color: #f7f2e9 !important; }
body.cr-terms-page #content .entry-content { max-width: 980px !important; color: #ded8cd !important; font-size: clamp(15px, 1.4vw, 17px); line-height: 1.75; }
body.cr-terms-page #content .entry-content > p:first-child {
    display: inline-flex;
    margin: 0 0 26px;
    padding: 8px 12px;
    border: 1px solid rgba(232, 185, 73, .32);
    border-radius: 999px;
    background: rgba(232, 185, 73, .07);
    color: #f0cd78;
    font-size: 12px;
}
body.cr-terms-page #content .entry-content h2 { margin: clamp(30px, 4vw, 48px) 0 14px !important; padding-top: 18px; border-top: 1px solid rgba(232, 185, 73, .22); color: #f0cd78 !important; }
body.cr-terms-page #content .entry-content :is(ol, ul) { padding-left: 1.35em; }
body.cr-terms-page #content .entry-content li { margin: .65em 0; padding-left: .25em; }
body.cr-terms-page #content .entry-content li::marker { color: #e8b949; font-weight: 600; }
body.cr-terms-page #content .entry-content a { color: #f0cd78; text-underline-offset: 3px; }

@media (max-width: 760px) {
    .cr-site-footer-main { grid-template-columns: 1fr; }
    .cr-site-footer-main section { padding: 20px 0; }
    .cr-site-footer-main section:first-child { padding-top: 0; }
    .cr-site-footer-main section + section { border-top: 1px solid rgba(232, 185, 73, .18); border-left: 0; }
    .cr-site-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 6px; }
    .cr-site-footer-bottom nav { justify-content: flex-start; }
    .cr-business-grid { grid-template-columns: 1fr 1fr; }
    body.cr-terms-page #content article.ast-article-single { padding: 24px 18px !important; border-radius: 18px !important; }
}
@media (max-width: 480px) { .cr-business-grid { grid-template-columns: 1fr; } }
