/* Page-owned privacy composition. The system stack is intentional: no local font file was materialized. */
:root {
  --privacy-bg: #160000;
  --privacy-surface: #210000;
  --privacy-surface-soft: #2b0b0b;
  --privacy-text: #ffffff;
  --privacy-muted: #cbb8b8;
  --privacy-accent: #f60e00;
  --privacy-border: rgba(255, 255, 255, .72);
  --privacy-line: rgba(255, 255, 255, .16);
  --privacy-max: 1520px;
  --privacy-reading: 760px;
  --privacy-rail: 220px;
  --privacy-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .22);
}

html {
  scroll-behavior: smooth;
  background: var(--privacy-bg);
}

body.privacy-page {
  min-width: 320px;
  background: var(--privacy-bg);
  color: var(--privacy-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.privacy-page .shell {
  width: min(calc(100% - 3rem), var(--privacy-max));
  margin-inline: auto;
}

.privacy-page a {
  color: inherit;
}

.privacy-page button,
.privacy-page a {
  -webkit-tap-highlight-color: transparent;
}

.privacy-page :focus-visible {
  outline: 3px solid #f2c879;
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: 5.5rem;
  background: rgba(33, 0, 0, .98);
  border-bottom: 1px solid var(--privacy-line);
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .12);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 5.5rem;
  gap: clamp(1rem, 3vw, 3.5rem);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--privacy-text);
  text-decoration: none;
}

.brand img {
  display: block;
  width: 190px;
  height: 46px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.75rem);
  margin-inline: auto;
}

.primary-nav a,
.footer-inner nav a {
  color: var(--privacy-text);
  font-size: .83rem;
  font-weight: 750;
  letter-spacing: .01em;
  text-decoration: none;
}

.primary-nav a {
  padding-block: .5rem;
  border-bottom: 1px solid transparent;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  border-color: var(--privacy-accent);
}

.age-label {
  flex: 0 0 auto;
  color: var(--privacy-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: .65rem;
  border: 1px solid var(--privacy-border);
  border-radius: 50%;
  background: transparent;
  color: var(--privacy-text);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin-block: 4px;
  background: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.privacy-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--privacy-surface);
  border-bottom: 1px solid var(--privacy-line);
}

.privacy-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(33, 0, 0, .98) 0%, rgba(33, 0, 0, .96) 36%, rgba(33, 0, 0, .65) 72%, rgba(33, 0, 0, .8) 100%);
}

.privacy-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 38%);
  align-items: center;
  min-height: 32rem;
  gap: clamp(2rem, 6vw, 7rem);
  padding-block: clamp(4rem, 8vw, 7.5rem) clamp(3rem, 6vw, 5.5rem);
}

.privacy-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 51rem;
}

.eyebrow,
.privacy-kicker,
.policy-section__label {
  margin: 0 0 1rem;
  color: var(--privacy-accent);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-hero__title {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.45rem, 5.4vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}

.privacy-hero__lead {
  max-width: 42rem;
  margin: 1.75rem 0 0;
  color: var(--privacy-muted);
  font-size: clamp(1.06rem, 1.55vw, 1.35rem);
  line-height: 1.6;
}

.privacy-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem;
  margin-top: 2rem;
  color: #eadcdc;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.privacy-theme-switch {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-top: 2rem;
  padding: .35rem .35rem .35rem 1rem;
  border: 1px solid var(--privacy-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
}

.privacy-theme-switch__label {
  color: var(--privacy-muted);
  font-size: .78rem;
  font-weight: 700;
}

.text-button {
  min-height: 2.5rem;
  padding: .55rem 1rem;
  border: 1px solid var(--privacy-border);
  border-radius: 999px;
  background: var(--privacy-text);
  color: var(--privacy-accent);
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
}

.privacy-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 22rem;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 8px;
  box-shadow: var(--privacy-shadow);
  overflow: hidden;
}

.privacy-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(22, 0, 0, .35);
  pointer-events: none;
}

.privacy-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  object-position: center;
}

.privacy-hero__rail-wrap {
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.privacy-rail {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--privacy-line);
  border-top: 0;
  background: rgba(22, 0, 0, .96);
}

.privacy-rail__title {
  flex: 0 0 auto;
  margin: 0;
  color: var(--privacy-muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.privacy-rail__list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: .4rem .25rem;
}

.privacy-rail__link {
  padding: .38rem .75rem;
  border-radius: 999px;
  color: var(--privacy-text);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.privacy-rail__link:hover,
.privacy-rail__link:focus-visible {
  background: var(--privacy-accent);
}

.policy-section {
  scroll-margin-top: 2rem;
  background: var(--privacy-bg);
  border-bottom: 1px solid var(--privacy-line);
}

.policy-section--tinted {
  background: var(--privacy-surface);
}

.policy-section__inner {
  display: grid;
  grid-template-columns: minmax(13rem, var(--privacy-rail)) minmax(0, var(--privacy-reading));
  justify-content: center;
  gap: clamp(3rem, 9vw, 10rem);
  padding-block: clamp(4.5rem, 8vw, 8rem);
}

.policy-section__heading {
  align-self: start;
}

.policy-section__label {
  margin-bottom: 1.25rem;
}

.policy-section__title {
  margin: 0;
  color: var(--privacy-text);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.policy-section__body {
  max-width: var(--privacy-reading);
  color: var(--privacy-muted);
  font-size: 1.04rem;
}

.policy-section__body > :first-child {
  margin-top: 0;
}

.policy-section__body > :last-child {
  margin-bottom: 0;
}

.policy-section__body p {
  margin-block: 1.2rem;
}

.policy-list {
  display: grid;
  gap: .85rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.policy-list li {
  position: relative;
  padding-inline-start: 1.65rem;
}

.policy-list li::before {
  position: absolute;
  top: .7rem;
  left: 0;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--privacy-accent);
  content: "";
}

.policy-list--checks li::before {
  top: .45rem;
  width: .85rem;
  height: .45rem;
  border: 2px solid var(--privacy-accent);
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  transform: rotate(-45deg);
}

.info-card,
.privacy-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--privacy-line);
  border-left: 3px solid var(--privacy-accent);
  background: rgba(255, 255, 255, .035);
}

.info-card__mark {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid var(--privacy-accent);
  border-radius: 50%;
  color: var(--privacy-accent);
  font-size: .85rem;
  font-weight: 900;
}

.info-card__text,
.privacy-callout__text {
  margin: 0;
  color: var(--privacy-muted);
  font-size: .96rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.choice-card {
  padding: 1.5rem;
  border: 1px solid var(--privacy-line);
  border-radius: 8px;
  background: var(--privacy-surface-soft);
}

.choice-card--accent {
  border-color: rgba(246, 14, 0, .65);
}

.choice-card__eyebrow {
  margin: 0 0 .65rem !important;
  color: var(--privacy-accent) !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.choice-card__title {
  margin: 0;
  color: var(--privacy-text);
  font-size: 1.2rem;
  line-height: 1.2;
}

.choice-card__text {
  margin: .8rem 0 0 !important;
  color: var(--privacy-muted);
  font-size: .9rem;
}

.consent-reminder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--privacy-line);
  border-radius: 8px;
  background: rgba(246, 14, 0, .08);
}

.consent-reminder__title {
  display: block;
  color: var(--privacy-text);
  font-size: .95rem;
}

.consent-reminder__text {
  margin: .2rem 0 0 !important;
  color: var(--privacy-muted);
  font-size: .83rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .7rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid var(--privacy-accent);
  background: var(--privacy-accent);
  color: #fff;
}

.button-outline {
  border: 1px solid var(--privacy-border);
  background: transparent;
  color: var(--privacy-text);
}

.consent-reminder__button {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding-inline: 1rem;
}

.purpose-points {
  display: grid;
  gap: .8rem;
  margin-top: 2rem;
}

.purpose-point {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-block: .8rem;
  border-bottom: 1px solid var(--privacy-line);
}

.purpose-point__number {
  flex: 0 0 2rem;
  color: var(--privacy-accent);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.purpose-point__text {
  margin: 0 !important;
  color: var(--privacy-text);
  font-size: .98rem;
}

.privacy-callout__title {
  grid-column: 2;
  margin: 0 0 -.5rem !important;
  color: var(--privacy-text) !important;
  font-weight: 800;
}

.privacy-callout__text {
  grid-column: 2;
}

.policy-section--contact {
  background: var(--privacy-accent);
}

.policy-section--contact .policy-section__label {
  color: #2d0000;
}

.policy-section--contact .policy-section__body,
.policy-section--contact .policy-section__title {
  color: #fff;
}

.policy-section--contact .privacy-contact__link {
  margin-top: 1.25rem;
  border-color: #fff;
  background: #fff;
  color: var(--privacy-accent);
}

.privacy-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  background: rgba(22, 0, 0, .2);
}

.privacy-form__field {
  display: grid;
  align-content: start;
  gap: .4rem;
}

.privacy-form__field--wide,
.privacy-form__check,
.privacy-form__status,
.privacy-form__submit {
  grid-column: 1 / -1;
}

.privacy-form label,
.privacy-form__check {
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.privacy-form input:not([type="checkbox"]),
.privacy-form textarea {
  width: 100%;
  padding: .75rem .85rem;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 4px;
  background: rgba(255, 255, 255, .96);
  color: #260707;
  font: inherit;
}

.privacy-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.privacy-form input[aria-invalid="true"],
.privacy-form textarea[aria-invalid="true"] {
  border-color: #ffd0cb;
  box-shadow: 0 0 0 2px rgba(255, 208, 203, .28);
}

.privacy-form__check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-weight: 600;
}

.privacy-form__check input {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin: .1rem 0 0;
  accent-color: #2d0000;
}

.privacy-form__error {
  min-height: 1.2em;
  color: #ffd0cb;
  font-size: .78rem;
  font-weight: 700;
}

.privacy-form__status {
  min-height: 1.4em;
  margin: 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
}

.privacy-form__submit {
  justify-self: start;
  border-color: #fff;
  background: #fff;
  color: var(--privacy-accent);
}

.privacy-section--contact .privacy-form + .privacy-contact__link {
  display: inline-block;
  color: #fff;
  font-size: .83rem;
  font-weight: 750;
}

.policy-section--closing {
  background: var(--privacy-surface);
  border-bottom: 0;
}

.policy-section__inner--closing {
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.policy-section__smallprint {
  color: var(--privacy-text) !important;
  font-size: .93rem;
}

.policy-section__smallprint a {
  color: #fff;
  text-decoration-color: var(--privacy-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: .25em;
}

.site-footer {
  background: #100000;
  color: var(--privacy-text);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2rem;
  padding-block: 3.5rem;
}

.footer-inner > div:first-child p {
  max-width: 18rem;
  margin: .8rem 0 0;
  color: var(--privacy-muted);
  font-size: .85rem;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .6rem 1.25rem;
  max-width: 31rem;
}

.footer-inner nav a:hover,
.footer-inner nav a:focus-visible {
  color: #fca39e;
}

.footer-consent {
  min-height: 2.75rem;
  padding: .6rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
  font-weight: 750;
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  border-top: 1px solid var(--privacy-line);
  color: var(--privacy-muted);
  font-size: .75rem;
}

.footer-bottom p {
  margin: 0;
}

[data-theme="light"] {
  --privacy-bg: #fff9f7;
  --privacy-surface: #f9ebe7;
  --privacy-surface-soft: #fff;
  --privacy-text: #260707;
  --privacy-muted: #5b3e3a;
  --privacy-border: rgba(38, 7, 7, .65);
  --privacy-line: rgba(38, 7, 7, .16);
  --privacy-shadow: 0 1.25rem 3rem rgba(74, 25, 18, .14);
}

[data-theme="light"] .site-header,
[data-theme="light"] .site-footer {
  background: #260707;
  color: #fff;
}

[data-theme="light"] .privacy-hero__wash {
  background: linear-gradient(90deg, rgba(249, 235, 231, .98) 0%, rgba(249, 235, 231, .9) 45%, rgba(249, 235, 231, .62) 100%);
}

[data-theme="light"] .privacy-hero__visual::after {
  background: rgba(38, 7, 7, .12);
}

[data-theme="light"] .privacy-rail {
  background: rgba(255, 249, 247, .96);
}

[data-theme="light"] .privacy-rail__link:hover,
[data-theme="light"] .privacy-rail__link:focus-visible {
  color: #fff;
}

[data-consent-banner] {
  max-width: 88rem;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.consent-dialog {
  width: min(calc(100% - 2rem), 34rem);
  padding: 1.5rem;
  border: 1px solid var(--privacy-border);
  border-radius: 8px;
  background: var(--privacy-surface);
  color: var(--privacy-text);
  box-shadow: var(--privacy-shadow);
}

.consent-dialog::backdrop {
  background: rgba(9, 0, 0, .68);
}

.consent-dialog h2 {
  margin-top: 0;
  line-height: 1.15;
}

.consent-dialog p {
  color: var(--privacy-muted);
}

.consent-dialog button {
  margin: .5rem .5rem 0 0;
  min-height: 2.75rem;
  padding: .6rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

@media (max-width: 900px) {
  .header-inner {
    gap: 1rem;
  }

  .primary-nav {
    gap: 1rem;
  }

  .privacy-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 34%);
    gap: 2rem;
  }

  .policy-section__inner {
    gap: 3rem;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 700px) {
  .privacy-page .shell {
    width: min(calc(100% - 1.5rem), var(--privacy-max));
  }

  .site-header,
  .header-inner {
    min-height: 4.75rem;
  }

  .header-inner {
    position: relative;
    flex-wrap: wrap;
    padding-block: .6rem;
  }

  .brand img {
    width: 155px;
    height: 42px;
  }

  .menu-toggle {
    display: block;
    margin-inline-start: auto;
  }

  .primary-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    order: 3;
    padding-block: .75rem;
    border-top: 1px solid var(--privacy-line);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: .7rem .25rem;
  }

  .age-label {
    order: 2;
    margin-inline-end: .5rem;
    font-size: .68rem;
  }

  .privacy-hero__inner {
    display: block;
    min-height: 0;
    padding-block: 3.75rem 2.5rem;
  }

  .privacy-hero__title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .privacy-hero__lead {
    margin-top: 1.35rem;
    font-size: 1rem;
  }

  .privacy-hero__visual {
    min-height: 14rem;
    margin-top: 2rem;
  }

  .privacy-hero__visual img {
    min-height: 14rem;
  }

  .privacy-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
    font-size: .68rem;
  }

  .privacy-hero__meta span[aria-hidden="true"] {
    display: none;
  }

  .privacy-hero__rail-wrap {
    width: 100% !important;
  }

  .privacy-rail {
    align-items: flex-start;
    flex-direction: column;
    gap: .7rem;
    padding: 1rem .75rem;
  }

  .privacy-rail__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .privacy-rail__link {
    padding: .55rem .4rem;
    font-size: .75rem;
  }

  .policy-section__inner {
    display: block;
    padding-block: 3.75rem;
  }

  .policy-section__heading {
    margin-bottom: 1.75rem;
  }

  .policy-section__title {
    max-width: 16ch;
    font-size: 2rem;
  }

  .policy-section__body {
    font-size: .98rem;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

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

  .privacy-form__field--wide,
  .privacy-form__check,
  .privacy-form__status,
  .privacy-form__submit {
    grid-column: auto;
  }

  .consent-reminder {
    align-items: stretch;
    flex-direction: column;
  }

  .consent-reminder__button {
    width: 100%;
  }

  .privacy-callout__title,
  .privacy-callout__text {
    grid-column: 1 / -1;
  }

  .privacy-callout__title {
    margin-top: 0 !important;
  }

  .footer-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 2.5rem;
  }

  .footer-inner nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: .75rem 1rem;
  }

  .footer-consent {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }

  .consent-actions {
    width: 100%;
  }

  [data-consent-banner] button {
    flex: 1 1 8rem;
  }
}

@media (max-width: 380px) {
  .privacy-theme-switch {
    align-items: stretch;
    flex-direction: column;
    border-radius: 8px;
    padding: .75rem;
  }

  .privacy-theme-switch .text-button {
    width: 100%;
  }

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