.cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  max-width: 610px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(154,120,48,.22);
  background: #faf7f0;
  color: #1c1a15;
  box-shadow: 0 12px 38px rgba(15,24,36,.16);
  font-family: "Inter",Arial,sans-serif;
}

.cookie-consent.is-visible { display: block; }
.cookie-consent h2 { margin: 0 0 .3rem; color: #101d33; font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.35rem; font-weight: 500; line-height: 1.1; }
.cookie-consent p { margin: 0; color: #655f55; font-size: .75rem; line-height: 1.5; }
.cookie-consent a { color: #806015; text-decoration: underline; }
.cookie-consent__actions { display: flex; margin-top: .8rem; flex-wrap: wrap; gap: .5rem; }
.cookie-consent button,.cookie-settings button {
  min-height: 38px;
  padding: .62rem .9rem;
  border: 1px solid #c9a24b;
  background: transparent;
  color: #1c1a15;
  font: 600 .68rem/1 "Inter",Arial,sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-consent button[data-cookie-accept],.cookie-settings button[data-cookie-save] { background: #c9a24b; color: #171208; }
.cookie-consent button:hover,.cookie-settings button:hover { background: #d4b15f; color: #171208; }

.cookie-settings {
  position: fixed;
  z-index: 10001;
  inset: 0;
  display: none;
  padding: 1rem;
  place-items: center;
  background: rgba(7,20,38,.72);
}
.cookie-settings.is-visible { display: grid; }
.cookie-settings__panel { width: min(620px,100%); max-height: calc(100svh - 2rem); overflow: auto; padding: clamp(1.4rem,4vw,2.25rem); background: #faf9f6; color: #1c1a15; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.cookie-settings h2 { margin: 0 0 .6rem; color: #101d33; font-family: "Cormorant Garamond",Georgia,serif; font-size: 2rem; font-weight: 500; }
.cookie-settings p { color: #5b554b; font-size: .86rem; line-height: 1.65; }
.cookie-settings__option { margin-top: 1.25rem; padding: 1rem 0; border-top: 1px solid rgba(28,26,21,.15); }
.cookie-settings__option label { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #101d33; font-weight: 600; }
.cookie-settings__option small { display: block; margin-top: .45rem; color: #6b655b; font-size: .75rem; line-height: 1.55; }
.cookie-settings__always { color: #806015; font-size: .72rem; text-transform: uppercase; }
.cookie-settings__actions { display: flex; margin-top: 1.5rem; justify-content: flex-end; flex-wrap: wrap; gap: .65rem; }
.cookie-settings button { color: #171208; }
.cookie-settings button[data-cookie-close] { border-color: rgba(28,26,21,.3); }
.captcha-consent-placeholder { margin: 0; padding: .85rem 1rem; border: 1px solid rgba(28,26,21,.18); background: #f7f3ea; color: #5b554b; font-size: .78rem; line-height: 1.55; }
.captcha-consent-placeholder button { padding: 0; border: 0; background: transparent; color: #806015; font: inherit; text-decoration: underline; cursor: pointer; }

@media (max-width: 600px) {
  .cookie-consent { right: .65rem; bottom: .65rem; left: .65rem; padding: .95rem; }
  .cookie-consent__actions > button { width: 100%; }
  .cookie-settings__actions > button { flex: 1 1 100%; }
}
