/* ---- Cookie consent ---- */
.cookie-banner{position:fixed;left:50%;bottom:1.2rem;transform:translateX(-50%);width:calc(100% - 2rem);max-width:560px;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 18px 50px -18px rgba(0,0,0,.4);border-radius:14px;padding:1.4rem 1.4rem 1.2rem;z-index:300;display:none}
.cookie-banner.show{display:block}
.cookie-banner h3{font-size:1.1rem;margin-bottom:.4rem}
.cookie-banner p{font-size:.86rem;color:var(--muted);margin-bottom:1rem;line-height:1.55}
.cookie-banner p a{color:var(--navy);text-decoration:underline}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.6rem}
.cookie-actions button{flex:1 1 auto;min-width:120px;font-family:var(--sans);font-weight:500;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;padding:.75rem 1rem;border:1px solid var(--ink);background:transparent;color:var(--ink);cursor:pointer;border-radius:8px;transition:background .2s ease,color .2s ease}
.cookie-actions button.solid{background:var(--ink);color:var(--paper)}
.cookie-actions button:hover{background:var(--ink);color:var(--paper)}
.cookie-prefs{display:none;margin:.2rem 0 1rem;border-top:1px solid var(--line);padding-top:1rem}
.cookie-prefs.show{display:block}
.cookie-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.55rem 0}
.cookie-row .ck-txt strong{display:block;font-size:.84rem}
.cookie-row .ck-txt span{font-size:.76rem;color:var(--muted)}
.cookie-row input{margin-top:.25rem;width:18px;height:18px;accent-color:var(--navy)}
.cookie-row input:disabled{opacity:.5}
.cookie-link-reopen{cursor:pointer}
@media (max-width:600px){.cookie-banner{bottom:0;border-radius:14px 14px 0 0;width:100%}}
