#sethre-privacy-controls {
  position: relative;
  z-index: 1200;
  font-family: "Manrope Embedded", "Avenir Next", Inter, Arial, sans-serif;
  line-height: 1.5;
}

.privacy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.privacy-settings-trigger {
  position: fixed;
  z-index: 1201;
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 17px;
  background: #071b16;
  box-shadow: 0 12px 35px rgba(7, 27, 22, 0.25);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.035em;
}

.privacy-settings-trigger:hover {
  background: #b97933;
}

.privacy-settings-trigger:focus-visible,
.privacy-choice-button:focus-visible,
.privacy-customize-button:focus-visible,
.privacy-save-button:focus-visible,
.privacy-dialog-close:focus-visible,
.privacy-info-link:focus-visible,
.privacy-category:has(input:focus-visible) {
  outline: 3px solid #a8bd61;
  outline-offset: 3px;
}

.privacy-banner {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 74px;
  left: 18px;
  display: grid;
  max-width: 1180px;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 24px;
  background: #071b16;
  box-shadow: 0 24px 80px rgba(7, 27, 22, 0.35);
  color: #fffdf8;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.privacy-banner[hidden],
.privacy-dialog-overlay[hidden] {
  display: none;
}

.privacy-banner-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.privacy-banner-copy p {
  max-width: 720px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.privacy-info-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: #c2a05f;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.privacy-banner-actions,
.privacy-dialog-actions {
  display: grid;
  align-content: center;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
}

.privacy-choice-button,
.privacy-save-button,
.privacy-customize-button,
.privacy-dialog-close {
  min-height: 46px;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
}

.privacy-choice-button,
.privacy-save-button {
  border: 1px solid #f3eee5;
  background: #f3eee5;
  color: #071b16;
}

.privacy-choice-button:hover,
.privacy-save-button:hover {
  border-color: #c2a05f;
  background: #c2a05f;
}

.privacy-customize-button {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #fffdf8;
}

.privacy-customize-button:hover,
.privacy-dialog-close:hover {
  border-color: #c2a05f;
  color: #c2a05f;
}

.privacy-dialog-overlay {
  position: fixed;
  z-index: 1300;
  inset: 0;
  display: grid;
  overflow-y: auto;
  align-items: center;
  padding: 24px;
  background: rgba(3, 10, 8, 0.72);
}

body.privacy-dialog-open {
  overflow: hidden;
}

.privacy-dialog {
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  margin: auto;
  border: 1px solid rgba(23, 55, 47, 0.2);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 38px);
  background: #faf7f0;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.36);
  color: #17372f;
}

.privacy-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.privacy-dialog-eyebrow {
  margin: 0 0 8px;
  color: #b97933;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-dialog h2 {
  margin: 0;
  color: #17372f;
  font-family: "Instrument Serif Embedded", Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.privacy-dialog-close {
  min-height: 40px;
  border: 1px solid rgba(23, 55, 47, 0.35);
  background: transparent;
  color: #17372f;
}

.privacy-dialog-intro {
  margin: 24px 0;
  color: #3f554f;
}

.privacy-categories {
  display: grid;
  margin-bottom: 22px;
  gap: 12px;
}

.privacy-category {
  position: relative;
  display: grid;
  min-height: 94px;
  align-items: center;
  border: 1px solid rgba(23, 55, 47, 0.18);
  border-radius: 18px;
  padding: 17px;
  background: #fffdf8;
  cursor: pointer;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 48px;
}

.privacy-category:has(input:disabled) {
  cursor: default;
}

.privacy-category-copy,
.privacy-category-title {
  display: flex;
}

.privacy-category-copy {
  flex-direction: column;
  gap: 5px;
  color: #3f554f;
  font-size: 0.84rem;
}

.privacy-category-title {
  align-items: center;
  justify-content: space-between;
  color: #17372f;
  gap: 14px;
}

.privacy-category-title > span {
  color: #68736e;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.privacy-category input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.privacy-toggle {
  position: relative;
  width: 48px;
  height: 28px;
  border: 1px solid rgba(23, 55, 47, 0.3);
  border-radius: 999px;
  background: #e7dfd2;
}

.privacy-toggle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #68736e;
  content: "";
  transition: transform 160ms ease, background 160ms ease;
}

.privacy-category input:checked + .privacy-toggle {
  background: #a8bd61;
}

.privacy-category input:checked + .privacy-toggle::after {
  background: #071b16;
  transform: translateX(20px);
}

.privacy-category input:disabled + .privacy-toggle {
  opacity: 0.58;
}

.privacy-dialog > .privacy-info-link {
  margin-bottom: 24px;
  color: #8a551f;
}

.privacy-dialog-actions {
  grid-template-columns: 1fr 1fr;
}

.privacy-dialog-actions .privacy-choice-button {
  border-color: #17372f;
  background: transparent;
  color: #17372f;
}

.privacy-dialog-actions .privacy-save-button {
  border-color: #17372f;
  background: #17372f;
  color: #fffdf8;
}

.privacy-page {
  min-height: 70vh;
  padding-block: clamp(80px, 10vw, 140px);
  background: #faf7f0;
}

.privacy-page article {
  width: min(850px, 100%);
}

.privacy-page h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.privacy-page h2 {
  margin: 48px 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.privacy-page p,
.privacy-page li {
  max-width: 760px;
  color: #3f554f;
}

.privacy-page table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 24px;
  background: #fffdf8;
}

.privacy-page th,
.privacy-page td {
  border: 1px solid rgba(23, 55, 47, 0.18);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.privacy-page th {
  background: #e7dfd2;
}

@media (max-width: 820px) {
  .privacy-banner {
    grid-template-columns: 1fr;
  }

  .privacy-banner-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .privacy-settings-trigger {
    right: 10px;
    bottom: 10px;
  }

  .privacy-banner {
    right: 10px;
    bottom: 64px;
    left: 10px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    border-radius: 18px;
    padding: 18px;
  }

  .privacy-banner-actions,
  .privacy-dialog-actions {
    grid-template-columns: 1fr;
  }

  .privacy-customize-button {
    grid-column: auto;
  }

  .privacy-dialog-overlay {
    align-items: end;
    padding: 0;
  }

  .privacy-dialog {
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
  }

  .privacy-category {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .privacy-category-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .privacy-page table,
  .privacy-page thead,
  .privacy-page tbody,
  .privacy-page tr,
  .privacy-page th,
  .privacy-page td {
    display: block;
  }

  .privacy-page th {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-toggle::after {
    transition: none;
  }
}
