/* Essential-only cookie notice — below Ask AI overlay, above cinematic footer */

[data-cookie="banner-root"] {
  position: fixed;
  z-index: 55;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem var(--gutter, 1.25rem);
  background: color-mix(in srgb, var(--bg, #0b0b0c) 92%, #fff 4%);
  border-top: 1px solid var(--border, #2a2a2e);
  color: var(--fg, #ececec);
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 0.8125rem;
  line-height: 1.4;
}

[data-cookie="banner-root"][hidden] {
  display: none;
}

[data-cookie="banner-root"] p {
  margin: 0;
  flex: 1 1 16rem;
  color: var(--muted, #9a9a9a);
}

[data-cookie="banner-root"] a {
  color: var(--silver, #b8b8b8);
}

[data-cookie="ok"] {
  appearance: none;
  border: 1px solid var(--border, #2a2a2e);
  background: var(--cta-bg, #e8e8e8);
  color: var(--cta-fg, #0b0b0c);
  font: inherit;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
}

[data-cookie="ok"]:hover {
  background: var(--cta-hover, #fff);
}
