/* One shared, line-free footer. The full library opens only when requested. */
body .sc-site-footer[data-sc-footer="compact"] {
  --footer-ink: #30343b;
  --footer-muted: #565e69;
  --footer-action: #aa402c;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px max(24px, calc((100% - 1184px) / 2)) 20px;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  color: var(--footer-ink);
  font: 400 15px/1.5 "SC Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
  box-shadow: none !important;
}
body .sc-site-footer[data-sc-footer="compact"] * { box-sizing: border-box; font-family: inherit; }
body .sc-site-footer[data-sc-footer="compact"] :is(a, button, summary) {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--footer-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
}
body .sc-site-footer[data-sc-footer="compact"] :is(a, button, summary):focus-visible { outline: 3px solid var(--footer-action); outline-offset: 4px; }
body .sc-site-footer[data-sc-footer="compact"] :is(a, button):hover { color: var(--footer-action); transform: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-contact { color: var(--footer-ink) !important; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-contact:hover { color: var(--footer-action) !important; }
body .sc-site-footer[data-sc-footer="compact"] a::after { content: none !important; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-shell { display: block; width: 100%; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-lead {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-mark { display: block; width: 72px; height: 72px; margin: 0 0 0 -18px; padding: 0; overflow: visible; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-mark img { display: block; width: 72px; height: 72px; max-width: none; max-height: none; object-fit: contain; filter: none; opacity: 1; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-intro { display: block; min-width: 0; max-width: none; gap: 0; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-kicker { margin: 0 0 4px; color: var(--footer-ink); font-size: 17px; font-weight: 650; line-height: 1.4; letter-spacing: 0; text-transform: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-statement { max-width: 40ch; margin: 0; color: var(--footer-muted); font-size: 15px; font-weight: 400; line-height: 1.5; letter-spacing: 0; text-transform: none; text-wrap: wrap; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-contact { display: inline-flex; grid-column: auto; grid-row: auto; justify-self: auto; align-items: center; min-height: 44px; margin: 0; padding: 8px 0; background: transparent; overflow-wrap: anywhere; transition: color 180ms ease; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library { margin: 20px 0 0; padding: 0; border: 0 !important; background: none; }
body .sc-site-footer[data-sc-footer="compact"] summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin: 0; padding: 10px 0; list-style: none; cursor: pointer; }
body .sc-site-footer[data-sc-footer="compact"] summary::-webkit-details-marker { display: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library > summary { padding: 12px 16px; background: #f5f6f8; font-weight: 600; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-hint { margin-left: 16px; color: var(--footer-muted); font-size: 14px; font-weight: 400; }
/* Older accordion CSS draws a plus with two positioned one-pixel bars.
   The compact footer uses one text glyph; reset all inherited bar geometry. */
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-control { position: static; display: inline-flex; flex: 0 0 22px; align-items: center; justify-content: center; width: 22px; height: 22px; margin: 0; padding: 0; background: none; transform: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-control::before { content: none !important; display: none !important; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-control::after,
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-column > summary::after { content: "+"; position: static; inset: auto; display: inline-block; width: auto; height: auto; margin: 0; padding: 0 0 0 16px; border: 0; border-radius: 0; background: none; box-shadow: none; color: var(--footer-action); font-size: 22px; font-weight: 400; line-height: 1; transform: none; rotate: none; translate: none; scale: none; transition: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-control::after { padding: 0; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library[open] > summary .sc-footer-library-control::after,
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-column[open] > summary::after { content: "−"; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 48px; padding: 12px 16px 0; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-column { min-width: 0; margin: 0; padding: 0; border: 0 !important; background: none; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-column > summary { font-weight: 600; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-links { display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; padding: 4px 0 8px; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-links a { display: flex; align-items: center; min-height: 44px; padding: 8px 0; color: var(--footer-muted); transform: none; transition: color 180ms ease; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 24px; margin: 20px 0 0; padding: 0; border: 0 !important; color: var(--footer-muted); font-size: 13px; line-height: 1.5; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-utilities { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0 18px; margin: 0; padding: 0; }
body .sc-site-footer[data-sc-footer="compact"] .sc-footer-utilities :is(a, button) { display: inline-flex; align-items: center; min-height: 44px; margin: 0; padding: 10px 0; color: var(--footer-muted); background: transparent; font-size: 13px; font-weight: 400; }
body .sc-site-footer[data-sc-footer="compact"] .sc-consent-reopen { position: static !important; inset: auto; opacity: 1; cursor: pointer; }
@media (max-width: 760px) {
  body .sc-site-footer[data-sc-footer="compact"] { padding: 28px 20px 18px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-lead { grid-template-columns: 40px minmax(0, 1fr); gap: 0 12px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-mark { grid-column: 1; grid-row: 1; width: 40px; margin-left: 0; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-mark img { margin-left: -18px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-intro { grid-column: 2; grid-row: 1; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-contact { grid-column: 1 / -1; justify-self: start; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library { margin-top: 12px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-hint { display: none; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-library-panel { grid-template-columns: 1fr; gap: 0; padding-top: 4px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-base { flex-direction: column; align-items: flex-start; margin-top: 14px; gap: 0; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-base > span { order: 2; margin-top: 12px; }
  body .sc-site-footer[data-sc-footer="compact"] .sc-footer-utilities { justify-content: flex-start; gap: 0 18px; }
}
@media (prefers-reduced-motion: reduce) {
  body .sc-site-footer[data-sc-footer="compact"] :is(a, button, summary) { transition: none; }
}
