.consent-panel {
  position: fixed;
  z-index: 10000;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(31rem, calc(100vw - 2rem));
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgb(208 173 112 / 55%);
  background: rgb(5 5 5 / 97%);
  color: #edeae4;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

.consent-panel__eyebrow {
  margin: 0 0 0.65rem;
  color: #d0ad70;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.consent-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
}

.consent-panel p {
  margin: 1rem 0 0;
  color: #c5c0b8;
  font-size: 0.82rem;
}

.consent-panel a {
  color: #edeae4;
}

.consent-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.consent-panel button,
[data-consent-settings],
[data-voice-reset] {
  min-height: 2.75rem;
  border: 1px solid rgb(237 234 228 / 35%);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.consent-panel button {
  flex: 1 1 10rem;
  padding: 0.65rem 0.9rem;
  color: #edeae4;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consent-panel .consent-panel__accept {
  border-color: #d0ad70;
  background: #b08d57;
  color: #050505;
}

.consent-panel button:focus-visible,
[data-consent-settings]:focus-visible,
[data-voice-reset]:focus-visible {
  outline: 2px solid #d0ad70;
  outline-offset: 3px;
}

[data-consent-settings],
[data-voice-reset] {
  min-height: auto;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.site-footer__privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0;
}

.privacy-copy code {
  overflow-wrap: anywhere;
  color: #d0ad70;
}

@media (max-width: 520px) {
  .consent-panel {
    right: 0.6rem;
    bottom: 0.6rem;
    width: calc(100vw - 1.2rem);
  }
}
