.page-privacy {
  --p-section-gap: 1.25rem;
  background: var(--warm-paper);
  color: var(--deep-ink);
}

.page-privacy .p-hero {
  padding: 0 0 2.5rem;
}

.page-privacy .p-hero__grid {
  display: grid;
  gap: 1.5rem;
}

.page-privacy .p-hero__content {
  background: var(--deep-blue);
  color: rgba(255, 255, 255, 0.92);
  padding: 2rem 1.5rem;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.page-privacy .p-hero__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12) 0%, transparent 45%, rgba(57, 255, 20, 0.1) 100%);
  pointer-events: none;
}

.page-privacy .p-hero__kicker {
  color: var(--bright-orange);
  font-family: var(--font-data);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.page-privacy .p-hero__content h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1.08;
  color: #ffffff;
  display: inline-block;
  border-bottom: 4px solid var(--bright-orange);
  padding-bottom: 0.5rem;
}

.page-privacy .p-hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: rgba(245, 233, 214, 0.9);
}

.page-privacy .p-hero__label {
  font-family: var(--font-data);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fluorescent-green);
  margin: 1.25rem 0 0.4rem;
}

.page-privacy .p-hero__facts {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.page-privacy .p-hero__fact {
  display: flex;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 0.6rem;
  font-size: 0.85rem;
}

.page-privacy .p-hero__fact dt {
  color: var(--fluorescent-green);
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  min-width: 5.2rem;
  text-transform: uppercase;
}

.page-privacy .p-hero__fact dd {
  margin: 0;
  color: rgba(245, 245, 245, 0.88);
  word-break: break-word;
}

.page-privacy .p-hero__media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 4px solid var(--deep-blue);
}

.page-privacy .p-hero__media::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background: var(--bright-orange);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-privacy .p-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-privacy .p-rule {
  height: 6px;
  margin: 0 0 2rem;
  background: repeating-linear-gradient(-45deg, var(--bright-orange) 0 14px, transparent 14px 24px);
}

.page-privacy .p-index {
  padding: 0 0 2.5rem;
}

.page-privacy .p-index__heading {
  font-family: var(--font-display);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--deep-blue);
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.page-privacy .p-index__heading::after {
  content: "";
  height: 2px;
  width: 2.5rem;
  background: var(--fluorescent-green);
}

.page-privacy .p-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-privacy .p-index__list a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.16);
  color: var(--deep-blue);
  text-decoration: none;
  box-shadow: 3px 3px 0 0 rgba(10, 31, 68, 0.08);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-privacy .p-index__list a:hover,
.page-privacy .p-index__list a:focus-visible {
  background: var(--deep-blue);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 0 rgba(255, 107, 0, 0.3);
}

.page-privacy .p-index__num {
  font-family: var(--font-data);
  font-size: 1rem;
  font-weight: 700;
  color: var(--bright-orange);
}

.page-privacy .p-index__list a:hover .p-index__num,
.page-privacy .p-index__list a:focus-visible .p-index__num {
  color: var(--fluorescent-green);
}

.page-privacy .p-index__text {
  font-weight: 700;
}

.page-privacy .p-section {
  display: grid;
  gap: var(--p-section-gap);
  padding: 0 0 2.75rem;
  scroll-margin-top: 4rem;
}

.page-privacy .p-section__rail {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-privacy .p-section__rail::after {
  content: "";
  height: 4px;
  flex: 1;
  background: linear-gradient(90deg, var(--bright-orange) 0%, rgba(255, 107, 0, 0.25) 100%);
}

.page-privacy .p-section__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  padding: 0.5rem 0.6rem;
  background: var(--bright-orange);
  color: #ffffff;
  font-family: var(--font-data);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.page-privacy .p-section__main {
  min-width: 0;
}

.page-privacy .p-section__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--deep-blue);
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-privacy .p-section__body {
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.12);
  border-left: 4px solid var(--bright-orange);
  padding: 1.5rem 1.25rem;
}

.page-privacy .p-section__body > p:first-child {
  margin-top: 0;
}

.page-privacy .p-section__body > :last-child {
  margin-bottom: 0;
}

.page-privacy .p-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.page-privacy .p-list li {
  position: relative;
  padding-left: 1.7rem;
}

.page-privacy .p-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.65em;
  height: 0.65em;
  background: var(--bright-orange);
  transform: skewX(-18deg);
}

.page-privacy .p-list--ordered {
  counter-reset: p-rule-num;
}

.page-privacy .p-list--ordered li {
  counter-increment: p-rule-num;
  padding-left: 3.4rem;
}

.page-privacy .p-list--ordered li::before {
  content: counter(p-rule-num);
  width: 2.2rem;
  height: 2.2rem;
  top: 0.1em;
  left: 0;
  background: transparent;
  border: 1.5px solid var(--deep-blue);
  color: var(--bright-orange);
  font-family: var(--font-data);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2.1rem;
  text-align: center;
  transform: none;
}

.page-privacy .p-note {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border: 1px dashed var(--medium-blue);
  background: rgba(29, 78, 137, 0.06);
  font-size: 0.95rem;
}

.page-privacy .p-callout {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: var(--deep-blue);
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-privacy .p-callout p {
  margin: 0;
}

.page-privacy .p-rights-item {
  border: 1px solid rgba(10, 31, 68, 0.15);
  background: #ffffff;
  margin: 0 0 0.75rem;
}

.page-privacy .p-rights-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: var(--deep-blue);
  user-select: none;
}

.page-privacy .p-rights-item summary::-webkit-details-marker {
  display: none;
}

.page-privacy .p-rights-item summary::before {
  content: "+";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bright-orange);
  color: #ffffff;
  font-family: var(--font-data);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.page-privacy .p-rights-item[open] summary::before {
  content: "−";
  background: var(--dark-orange);
}

.page-privacy .p-rights-item[open] summary::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--fluorescent-green);
  margin-top: 0.85rem;
  flex: 0 0 100%;
}

.page-privacy .p-rights-item p {
  margin: 0;
  padding: 0.25rem 1.25rem 1.25rem 3.7rem;
  font-size: 0.95rem;
  color: rgba(43, 43, 43, 0.85);
}

.page-privacy .p-contact {
  margin: 1rem 0 0;
}

.page-privacy .p-contact__row {
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(10, 31, 68, 0.1);
}

.page-privacy .p-contact__row:first-child {
  padding-top: 0;
}

.page-privacy .p-contact__row dt {
  font-family: var(--font-data);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--medium-blue);
}

.page-privacy .p-contact__row dd {
  margin: 0;
  font-weight: 700;
  color: var(--deep-ink);
  word-break: break-word;
}

.page-privacy .p-contact__note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(43, 43, 43, 0.8);
}

.page-privacy .p-contact__note a {
  color: var(--bright-orange);
  font-weight: 700;
}

.page-privacy .p-contact__note a:focus-visible {
  outline: 3px solid var(--bright-orange);
  outline-offset: 2px;
}

.page-privacy .p-related {
  padding: 2.5rem 0 3.5rem;
}

.page-privacy .p-related__heading {
  font-family: var(--font-display);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 1rem;
  color: var(--deep-blue);
}

.page-privacy .p-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-privacy .p-related__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  background: var(--deep-blue);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: background 0.2s ease;
}

.page-privacy .p-related__list a::after {
  content: "→";
  color: var(--fluorescent-green);
  font-family: var(--font-data);
}

.page-privacy .p-related__list a:hover,
.page-privacy .p-related__list a:focus-visible {
  background: var(--dark-orange);
  color: #ffffff;
}

@media (min-width: 48rem) {
  .page-privacy .p-hero__grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 2.5rem;
    align-items: stretch;
  }

  .page-privacy .p-hero__content {
    padding: 2.5rem 2.25rem;
  }

  .page-privacy .p-hero__content h1 {
    font-size: 3rem;
  }

  .page-privacy .p-hero__lead {
    font-size: 1.05rem;
  }

  .page-privacy .p-hero__media {
    min-height: 100%;
  }

  .page-privacy .p-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-privacy .p-index__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: #ffffff;
    border: 1px solid rgba(10, 31, 68, 0.14);
  }

  .page-privacy .p-index__list li + li {
    border-left: 1px solid rgba(10, 31, 68, 0.12);
  }

  .page-privacy .p-index__list a {
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    height: 100%;
    padding: 1.1rem 1.25rem;
  }

  .page-privacy .p-section {
    grid-template-columns: 7.5rem 1fr;
    gap: 2rem;
  }

  .page-privacy .p-section__rail {
    display: block;
    text-align: right;
  }

  .page-privacy .p-section__rail::after {
    display: none;
  }

  .page-privacy .p-section__num {
    min-width: 4.2rem;
    font-size: 1.6rem;
  }

  .page-privacy .p-section__title {
    font-size: 1.75rem;
  }

  .page-privacy .p-section__body {
    padding: 1.75rem 1.75rem 1.75rem 2rem;
  }

  .page-privacy .p-contact__row {
    grid-template-columns: 14rem 1fr;
    align-items: baseline;
    gap: 1.5rem;
  }

  .page-privacy .p-related__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
