.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2147483647;
  padding: 10px 14px;
  color: #111;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.nav-sentinel {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.consent-embed {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  color: #fff;
  text-align: center;
  background: #1b1b1b;
}

.consent-embed p { margin: 0; font: 18px/1.5 Arial, sans-serif; }
.consent-embed button,
.consent-embed a {
  padding: 11px 18px;
  border: 1px solid #e4a011;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: 15px/1.2 Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.consent-embed iframe { width: 100%; min-height: 450px; border: 0; }
.consent-embed.is-loaded { display: block; padding: 0; }

.privacy-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2147483645;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1080px;
  margin: auto;
  padding: 22px;
  color: #fff;
  background: rgba(22, 22, 22, .98);
  border: 1px solid rgba(228, 160, 17, .55);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .42);
  font-family: Arial, sans-serif;
}

.privacy-banner[hidden], .privacy-modal[hidden] { display: none !important; }
.privacy-banner h2 { margin: 0 0 8px; font: 700 20px/1.2 Arial, sans-serif; }
.privacy-banner p { max-width: 690px; margin: 0; color: #e8e8e8; font: 14px/1.55 Arial, sans-serif; }
.privacy-banner a { color: #f3bc49; }

.privacy-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.privacy-actions button {
  padding: 11px 15px;
  border: 1px solid #a7a7a7;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: 600 13px/1.2 Arial, sans-serif;
  cursor: pointer;
}
.privacy-actions button.primary { border-color: #e4a011; color: #111; background: #e4a011; }

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, .72);
  font-family: Arial, sans-serif;
}
.privacy-modal__panel {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 32px;
  color: #1b1b1b;
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .45);
}
.privacy-modal h2 { margin: 0 40px 8px 0; }
.privacy-close { position: absolute; top: 14px; right: 16px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.privacy-choice { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #ddd; }
.privacy-choice span { display: grid; gap: 5px; }
.privacy-choice small { color: #666; line-height: 1.4; }
.privacy-choice input { width: 20px; height: 20px; accent-color: #c98a00; }
.privacy-modal .privacy-actions { margin-top: 18px; }
.privacy-modal .privacy-actions button { color: #222; }
.privacy-modal .privacy-actions button.primary { color: #111; }
.privacy-open { overflow: hidden; }

.site-footer {
  min-height: 90px;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.site-footer p { width: 100%; margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.site-footer a { margin: 0; }
.site-footer button { border: 0; padding: 0; color: #fff; background: transparent; text-decoration: underline; cursor: pointer; }
.contact { font-style: normal; }
.contact a { color: inherit; text-decoration: none; }

@media (max-width: 760px) {
  .privacy-banner { align-items: stretch; flex-direction: column; gap: 16px; }
  .privacy-actions { justify-content: stretch; }
  .privacy-actions button { flex: 1 1 auto; }
  .privacy-modal__panel { padding: 26px 20px; }
  .consent-embed, .consent-embed iframe { min-height: 350px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
