.cookie-consent{position:fixed;left:0;right:0;top:0;z-index:9999;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 12px rgba(0,0,0,.08);padding:1rem 1.5rem}.cookie-consent[hidden]{display:none}.cookie-consent__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-consent__text{font-family:var(--font-body);font-size:.85rem;line-height:1.6;color:var(--dark-grey);margin:0;flex:1}.cookie-consent__link{color:var(--maroon);text-decoration:underline;white-space:nowrap}.cookie-consent__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__btn{font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1.25rem;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;border:1px solid transparent;line-height:1}.cookie-consent__btn--reject{background:0 0;border-color:var(--dark-grey);color:var(--dark-grey)}.cookie-consent__btn--accept{background:var(--maroon);border-color:var(--maroon);color:#fff}@media (max-width:640px){.cookie-consent__inner{flex-direction:column;align-items:stretch;gap:1rem}.cookie-consent__actions{justify-content:flex-end}}@media (min-width:769px){.cookie-consent{top:auto;left:auto;right:20px;bottom:130px;max-width:380px;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:1.25rem}.cookie-consent__inner{flex-direction:column;align-items:stretch;gap:1rem}.cookie-consent__actions{justify-content:flex-end}}