/* Shared public header + footer (site_chrome.php). Loaded after style.css. */
.site-header{position:relative;z-index:30}
.site-header .brand img{width:48px;height:48px;object-fit:contain}
.beta-pill{display:inline-flex;align-items:center;margin-left:-16px;padding:4px 10px;border:1px solid #f3c6c9;border-radius:999px;background:#fff5f5;color:#c6000b;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1}
.site-nav{gap:34px}
.site-nav a{font-size:13px}

.sf{background:#f7f8fa;color:#4b5260;border-top:1px solid #e3e6ea;font-family:inherit}
.sf-inner{position:relative;max-width:1280px;margin:0 auto;padding:28px 28px 20px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:28px}
.sf-inner:before{content:"";position:absolute;left:28px;top:0;width:68px;height:3px;background:#d8000c}
.sf .brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.sf .brand img{width:36px;height:36px;object-fit:contain}
.sf .brand-copy{display:flex;flex-direction:column;line-height:1.05}
.sf .brand-copy strong{color:#0b1018!important;font-size:17px;font-weight:800;letter-spacing:-.6px}
.sf .brand-copy strong span{color:#d8000c}
.sf .brand-copy small{margin-top:3px;color:#6b7080;font-size:10.5px;font-weight:600;display:block!important}
.sf-brand p{max-width:330px;margin:10px 0 8px;color:#5c6470!important;font-size:13px;line-height:1.55}
.sf-mail{color:#0b1018;text-decoration:none;font-size:13px;font-weight:700;border-bottom:2px solid #d8000c;padding-bottom:1px}
.sf-mail:hover{color:#d8000c}
.sf-col h4{margin:2px 0 8px;color:#0b1018!important;font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sf-col a{display:block;padding:3px 0;color:#4b5260;text-decoration:none;font-size:13.5px;font-weight:500}
.sf-col a:hover{color:#d8000c}
.sf-bottom{max-width:1280px;margin:0 auto;padding:10px 28px 14px;border-top:1px solid #e3e6ea;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 24px;color:#7a808a;font-size:12px}

@media(max-width:1180px){.site-nav{gap:22px}.beta-pill{margin-left:-10px}}
@media(max-width:980px){.beta-pill{display:none}}
@media(max-width:900px){.sf-inner{grid-template-columns:1fr 1fr 1fr;gap:20px}.sf-brand{grid-column:1/-1}}
@media(max-width:520px){.sf-inner{grid-template-columns:1fr 1fr;padding:24px 20px 16px}.sf-bottom{padding:10px 20px 14px}}

/* Essential-cookies notice */
.ck{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:60;display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 14px;width:min(430px,calc(100% - 24px));padding:16px 18px;background:#fff;border:1px solid #e6e8ec;border-radius:14px;box-shadow:0 20px 50px -18px rgba(16,24,40,.35);font-family:inherit}
.ck[hidden]{display:none}
.ck-ico{display:grid;place-items:center;flex:none;width:34px;height:34px;border:1px solid #f7d4d6;border-radius:10px;background:#fff4f4;color:#d8000c}
.ck p{flex:1;min-width:220px;margin:0!important;color:#4b5260!important;font-size:13.5px;line-height:1.55}
.ck p strong{color:#0b1018}
.ck-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;width:100%}
.ck-actions a{color:#4b5260;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.ck-actions a:hover{color:#d8000c}
.ck-ok{padding:9px 18px;border:0;border-radius:9px;background:linear-gradient(135deg,#d8000c,#b9000a);color:#fff;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer}
@media(max-width:520px){.ck{bottom:12px}}
