.page-privacy {
  background: var(--color-navy);
  color: var(--color-text-invert);
  overflow-x: hidden;
}

/* ===== hero ===== */
.page-privacy .pv-hero {
  position: relative;
  padding: 2.5rem 1.25rem 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.16), transparent 42%),
    linear-gradient(145deg, var(--color-navy) 0%, var(--color-navy-deep) 95%);
}
.page-privacy .pv-hero::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, var(--color-gold) 0%, rgba(212, 175, 55, 0.25) 40%, transparent 85%);
}
.page-privacy .pv-breadcrumb {
  margin-bottom: 2.25rem;
  background: transparent;
  padding-left: 0;
}
.page-privacy .pv-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  gap: .75rem;
  list-style: none;
}
.page-privacy .pv-breadcrumb li {
  color: rgba(255, 255, 255, 0.55);
  font-size: .85rem;
}
.page-privacy .pv-breadcrumb li + li::before {
  content: "/";
  margin-right: .75rem;
  color: rgba(212, 175, 55, 0.5);
}
.page-privacy .pv-breadcrumb a {
  color: var(--color-gold-bright);
  text-decoration: none;
}
.page-privacy .pv-breadcrumb a:hover {
  text-decoration: underline;
}
.page-privacy .pv-hero__content {
  max-width: 880px;
  margin-bottom: 2.5rem;
}
.page-privacy .pv-hero__content h1 {
  margin: 1.25rem 0 1.5rem;
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 6vw, 3.9rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: .01em;
}
.page-privacy .pv-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.8;
}
.page-privacy .pv-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-top: 1.75rem;
}
.page-privacy .pv-hero__meta .meta-tag {
  background: rgba(7, 19, 38, 0.65);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--color-gold-bright);
}
.page-privacy .pv-hero__meta .meta-tag--red {
  border-color: rgba(139, 0, 0, 0.7);
  color: #f3b0a0;
}
.page-privacy .pv-hero__visual {
  position: relative;
  margin: 0 -1.25rem;
  line-height: 0;
  overflow: hidden;
}
.page-privacy .pv-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(10, 31, 68, 0.72) 100%);
  pointer-events: none;
}
.page-privacy .pv-hero__visual img {
  width: 100%;
  height: clamp(180px, 20vw, 320px);
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ===== .page-privacy grid ===== */
.page-privacy .pv-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.25rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

/* ===== toc ===== */
.page-privacy .pv-toc {
  position: relative;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(7, 19, 38, 0.66);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.page-privacy .pv-toc__title {
  margin: 0;
  color: var(--color-gold);
  letter-spacing: .12em;
}
.page-privacy .pv-toc__list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: .25rem 0;
}
.page-privacy .pv-toc__list a {
  display: flex;
  gap: .55rem;
  align-items: baseline;
  padding: .5rem 0;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: .92rem;
  transition: color .2s var(--ease-out), border-color .2s var(--ease-out);
}
.page-privacy .pv-toc__list a:hover {
  color: var(--color-gold-bright);
  border-bottom-color: var(--color-gold);
}
.page-privacy .pv-toc__no {
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--color-gold);
  letter-spacing: .05em;
}
.page-privacy .pv-toc__note {
  margin: 1rem 0 0;
  font-family: var(--font-mono);
  font-size: .78rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.45);
}

/* ===== article & chapters ===== */
.page-privacy .pv-article {
  min-width: 0;
}
.page-privacy .pv-chapter {
  position: relative;
  padding: 1.5rem 0 2.25rem;
}
.page-privacy .pv-chapter__no {
  position: absolute;
  right: 0;
  bottom: 1rem;
  font-family: var(--font-head);
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.32);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.page-privacy .pv-chapter:target .pv-chapter__no {
  -webkit-text-stroke-color: var(--color-gold-bright);
  color: rgba(240, 208, 96, 0.08);
}
.page-privacy .pv-chapter__head,
.page-privacy .pv-chapter__body {
  position: relative;
  z-index: 1;
}
.page-privacy .pv-chapter__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.page-privacy .pv-chapter__head .mono-label {
  color: var(--color-gold);
  letter-spacing: .1em;
  white-space: nowrap;
}
.page-privacy .pv-chapter__head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--color-text-invert);
  font-weight: 700;
}
.page-privacy .pv-chapter__body {
  max-width: 720px;
}
.page-privacy .pv-chapter__body p,
.page-privacy .pv-chapter__body li {
  color: rgba(255, 255, 255, 0.78);
  font-size: .98rem;
  line-height: 1.85;
}
.page-privacy .pv-chapter__body strong {
  color: var(--color-gold-bright);
  font-weight: 600;
}
.page-privacy .pv-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}
.page-privacy .pv-list li {
  position: relative;
  padding: .6rem 0 .6rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-privacy .pv-list li:last-child {
  border-bottom: 0;
}
.page-privacy .pv-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: .6rem;
  font-family: var(--font-mono);
  font-size: .85rem;
  color: var(--color-gold);
}

/* ===== golden rule ===== */
.page-privacy .pv-rule {
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0.12) 42%, transparent 88%);
  border: 0;
}

/* ===== bottom statement ===== */
.page-privacy .pv-statement {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(139, 0, 0, 0.32), rgba(212, 175, 55, 0.1) 46%, transparent 90%),
    var(--color-navy-deep);
  padding: 3.25rem 1.25rem;
}
.page-privacy .pv-statement::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(240, 208, 96, 0.18) 0 6px,
    transparent 6px 14px
  );
  opacity: .7;
  pointer-events: none;
}
.page-privacy .pv-statement__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.page-privacy .pv-statement .eyebrow {
  margin: 0 0 .75rem;
}
.page-privacy .pv-statement h2 {
  margin: 0 0 .75rem;
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--color-text-invert);
}
.page-privacy .pv-statement p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}
.page-privacy .pv-statement__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ===== responsive: mobile-first, desktop rail ===== */
@media (min-width: 560px) {
  .page-privacy .pv-toc__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .25rem .75rem;
  }
}

@media (min-width: 920px) {
  .page-privacy .pv-hero {
    padding: 3.5rem 2.5rem 0;
  }
  .page-privacy .pv-hero__visual {
    margin: 0 -2.5rem;
  }
  .page-privacy .pv-hero__visual img {
    height: clamp(220px, 18vw, 320px);
  }
  .page-privacy .pv-body {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 3.5rem;
    padding: 4.5rem 2.5rem 3rem;
    align-items: start;
  }
  .page-privacy .pv-toc {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    margin-right: 0;
  }
  .page-privacy .pv-toc__list {
    grid-template-columns: 1fr;
    gap: .1rem;
  }
  .page-privacy .pv-chapter {
    padding: 2.25rem 0 3.25rem;
  }
  .page-privacy .pv-chapter__head h2 {
    font-size: 1.9rem;
  }
  .page-privacy .pv-statement {
    padding: 4rem 2.5rem;
  }
  .page-privacy .pv-statement__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
