
/* Shared footer: compact branding and two clear navigation groups. */
.site-footer { margin-top: 0; background: #141a22; border-top: 1px solid #293341; color: #c5ced9; }
.site-footer-inner { max-width: 1000px; margin: 0 auto; padding: 36px 24px; box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1fr) 140px 160px; gap: 32px; align-items: start; }
.site-footer a { color: #c5ced9; text-decoration: none; text-underline-offset: 4px; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer a:focus-visible, .trust-page a:focus-visible { outline: 3px solid #60a5fa; outline-offset: 4px; }
.site-footer .site-footer-brand { color: #fff; font-size: clamp(20px, 2.5vw, 24px); line-height: 1.3; font-weight: 750; letter-spacing: -.5px; padding: 4px 0; }
.site-footer-group { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer-group h2 { margin: 0 0 8px; color: #8493a6; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.5; }
.site-footer-group a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.4; }
.trust-page { max-width: var(--maxw); margin: 0 auto; padding: 106px 20px 32px; box-sizing: border-box; }
.trust-page h1 { font-size: clamp(30px, 5vw, 42px); line-height: 1.15; letter-spacing: -.025em; margin: 14px 0 16px; }
.trust-page h2 { font-size: 22px; line-height: 1.3; margin: 32px 0 12px; }
.trust-page p, .trust-page li { line-height: 1.75; font-size: 16px; color: #344252; }
.trust-page li + li { margin-top: 8px; }
.trust-page a { color: #155b92; text-underline-offset: 3px; overflow-wrap: anywhere; }
.trust-page .trust-updated { font-size: 13px; color: #596878; }
.trust-page .trust-lead { font-size: 19px; line-height: 1.6; }
.trust-page .trust-callout { border-left: 3px solid #3979aa; background: #edf3f8; padding: 16px 20px; margin: 24px 0; }
.trust-page .trust-callout p { margin: 0; }
@media (max-width: 700px) {
 .site-footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; padding: 28px 20px; }
 .site-footer-brand { grid-column: 1 / -1; }
 .trust-page { padding: 90px 20px 24px; }
}

.trust-site .site-title a { color: inherit; text-decoration: none; }
.trust-site .hamburger { padding: 0; border: 0; background: transparent; font-family: inherit; }

.contact-form { margin: 28px 0 36px; padding: 24px; border: 1px solid #d8dfe6; border-radius: 10px; background: #f7f9fb; }
.contact-form label { display: block; margin: 18px 0 7px; font-size: 15px; font-weight: 600; color: #243b53; }
.contact-form input, .contact-form textarea { width: 100%; box-sizing: border-box; padding: 12px; font: inherit; color: #243b53; background: #fff; border: 1px solid #8c9cab; border-radius: 5px; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible, .contact-form button:focus-visible { outline: 3px solid #246bb0; outline-offset: 3px; }
.contact-form button { margin-top: 20px; padding: 12px 24px; min-height: 44px; border: 0; border-radius: 5px; background: #155b92; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.contact-form button:hover { background: #104872; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.contact-form .contact-help { font-size: 13px; margin: 8px 0 16px; }
.contact-form .contact-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form #contact-status { margin-bottom: 0; }
@media (max-width: 700px) { .contact-form { padding: 18px 14px; } }

/* The shared header is in normal flow on short landscape screens. */
@media (orientation: landscape) and (max-height: 450px) {
 .trust-page { padding-top: 16px; }
}


/* Match the settlement article surfaces, with breadcrumbs outside the panel. */
.trust-panel { padding: 28px; background: #fff; border: 1px solid #e5eaf0; border-radius: 16px; box-shadow: 0 3px 18px rgba(15,23,42,.055); }
.trust-panel > :first-child { margin-top: 0; }
.trust-panel > :last-child { margin-bottom: 0; }
.trust-page .contact-form { margin: 24px 0; border-color: #e5eaf0; border-radius: 16px; box-shadow: 0 3px 18px rgba(15,23,42,.055); }
@media (max-width: 700px) {
 .trust-page { padding-left: 16px; padding-right: 16px; }
 .trust-panel { padding: 22px 20px; }
}

/* Every update row owns equal space above and below its text. */
.last-updated, .trust-page > .trust-updated {
 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
 font-size: .85rem; font-weight: 400; line-height: 1.5; color: #475569;
 text-align: center; margin: 0; padding: 24px 0;
}
.last-updated span, .trust-page .trust-updated span { font-weight: 600; color: #111; }
.home-site .page-wrap, .settlements-site .page-wrap, .news-site .news-wrap,
.article-site .article-wrap, .trust-site .trust-page, .not-found-site .page-wrap { padding-bottom: 0; }
.settlement-site .main-content { margin-bottom: 0; }

/* One breadcrumb style for settlement, article and informational pages. */
.breadcrumbs {
 margin: 0 0 18px;
 padding: 0;
 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
 font-size: 14px;
 font-weight: 400;
 line-height: 1.5;
 letter-spacing: normal;
 color: #475569;
 overflow-wrap: anywhere;
}
.breadcrumbs a { color: #3b82f6; text-decoration: none; text-underline-offset: 3px; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs a:focus-visible { outline: 3px solid #60a5fa; outline-offset: 4px; }
