.site-consent,
.site-consent * {
  box-sizing: border-box;
}

.site-consent {
  position: relative;
  z-index: 2147482000;
  font-family: GothamBook, Gotham, Arial, sans-serif;
}

.site-consent-card {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: #fff;
  background: rgba(44, 18, 37, 0.98);
  box-shadow: 0 22px 70px rgba(25, 8, 20, 0.32);
}

.site-consent-card[hidden],
.site-consent-manage[hidden] {
  display: none !important;
}

.site-consent-card > div:first-child {
  max-width: 700px;
}

.site-consent-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #ff9bc0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-consent-card h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
  line-height: 1.2;
}

.site-consent-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 13px;
  line-height: 1.55;
}

.site-consent-card a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.site-consent-actions button,
.site-consent-manage {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.site-consent-actions button:focus-visible,
.site-consent-manage:focus-visible {
  outline: 3px solid rgba(255, 155, 192, 0.55);
  outline-offset: 3px;
}

.site-consent-actions .site-consent-accept {
  border-color: #e91763;
  background: #e91763;
}

.site-consent-actions .site-consent-accept:hover {
  border-color: #cf0e55;
  background: #cf0e55;
}

.site-consent-manage {
  position: fixed;
  bottom: 14px;
  left: 14px;
  min-height: 34px;
  padding: 7px 12px;
  border-color: rgba(48, 22, 42, 0.16);
  color: #4c263f;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(42, 18, 37, 0.13);
  font-size: 11px;
}

.site-email-update-cta {
  line-height: 1.65;
}

.site-email-update-cta a {
  overflow-wrap: anywhere;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* The legacy Slick stylesheet references an ajax-loader.gif that the old site
   does not serve. Preserve the white loading state without a broken request. */
.slick-loading .slick-list {
  background-image: none !important;
}

/* Keep the inherited desktop navigation and carousel controls usable at the
   narrow desktop/tablet breakpoint used by landscape tablets. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #menu .navbar-brand {
    flex: 0 0 160px;
    max-width: 160px;
    margin-right: 0.5rem;
  }

  #menu .navbar-brand .main-logo {
    width: 160px;
    max-width: 100%;
  }

  #menu .navbar .nav-link {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    font-size: 0.92rem;
  }

  #menu .contact {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    font-size: 0.9rem;
  }

  .slick-next {
    right: 0 !important;
  }

  .slick-prev {
    left: 0 !important;
  }
}

@media (max-width: 760px) {
  .site-consent-card {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 19px;
    border-radius: 15px;
  }

  .site-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .site-consent-actions button {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 410px) {
  .site-consent-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-consent *,
  .site-consent *::before,
  .site-consent *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
