.cookie-banner {
  position: fixed; inset: auto 0 0 0; z-index: 60;
  background: color-mix(in srgb, #FFFcf7 92%, transparent);
  border-top: 1px solid var(--border, #E7E0D6);
  box-shadow: 0 -16px 40px rgba(28, 25, 23, 0.08);
  padding: 1rem 0 1.2rem;
  backdrop-filter: blur(14px);
}
.cookie-banner-inner h2 {
  margin: 0 0 .4rem;
  font-family: var(--font-display, Georgia, serif);
  font-style: italic; font-size: 1.25rem;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.cookie-modal {
  position: fixed; inset: 0; z-index: 70; background: rgba(28, 25, 23, 0.4);
  display: grid; place-items: center; padding: 1rem;
}
.cookie-modal[hidden] { display: none !important; }
.cookie-modal-dialog {
  width: min(100%, 560px); max-height: min(90vh, 720px); overflow: auto;
  background: #FFFcf7; color: #1C1917; border-radius: 22px; padding: 1.25rem;
  border: 1px solid #E7E0D6; box-shadow: 0 24px 60px rgba(28, 25, 23, 0.18);
}
.cookie-modal-dialog h2 {
  margin-top: 0; font-family: Georgia, serif; font-style: italic;
}
