* { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body.privacy-page {
  margin: 0;
  color: var(--theme-text);
  background: radial-gradient(ellipse at 85% 0, rgb(var(--theme-rgb) / .1), transparent 36rem), var(--theme-bg);
  font: 1rem/1.7 "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-text-size-adjust: 100%;
}
a { color: var(--theme-accent); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--theme-accent); outline-offset: 5px; border-radius: 3px; }
::selection { background: var(--theme-accent); color: var(--theme-ink); }
.privacy-wrap { width: min(100% - 3rem, 58rem); margin-inline: auto; }
.privacy-skip { position: fixed; top: 1rem; left: 1rem; z-index: 10; padding: .65rem 1rem; border-radius: .5rem; background: var(--theme-accent); color: var(--theme-ink); transform: translateY(-200%); }
.privacy-skip:focus { transform: none; }
.privacy-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 7rem; padding-block: 1rem; border-bottom: 1px solid var(--theme-line); }
.privacy-brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--theme-text); text-decoration: none; }
.privacy-brand strong { display: block; font-size: 1.3rem; letter-spacing: .07em; line-height: 1.35; }
.privacy-brand small { display: block; color: var(--theme-muted); font-size: .75rem; }
.privacy-logo { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #b7f4ff9c; border-radius: 19px; background: radial-gradient(circle at 30% 15%, #ffffff66, transparent 40%), linear-gradient(140deg, #143d55, #152447); box-shadow: 0 0 20px #4fe8ff4d, 0 0 38px #8f63ff33, inset 0 1px 0 #ffffff80; }
.privacy-logo img { display: block; object-fit: contain; filter: drop-shadow(0 0 5px #b7f4ffb3); }
.privacy-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; column-gap: 1.45rem; row-gap: .25rem; font-size: .875rem; }
.privacy-nav a { display: inline-flex; align-items: center; gap: .35rem; min-height: 44px; color: var(--theme-muted); text-decoration: none; }
.privacy-nav a:hover { color: var(--theme-accent); text-decoration: underline; }
.privacy-intro { padding-block: 4.75rem 2rem; }
.privacy-eyebrow { margin: 0 0 1.1rem; color: var(--theme-accent); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
h1, h2, h3 { color: var(--theme-text); line-height: 1.2; }
h1 { margin: 0 0 1.6rem; font-size: clamp(2.6rem, 6vw, 4.5rem); font-weight: 650; letter-spacing: -.045em; }
h1 span { color: var(--theme-accent); }
.privacy-lead { max-width: 46rem; color: var(--theme-muted); font-size: 1.17rem; line-height: 1.7; }
.privacy-updated { margin-top: 1.6rem; color: var(--theme-muted); font-size: .8rem; }
.privacy-choice { padding: 1.65rem 1.85rem; border: 1px solid var(--theme-line); border-radius: 1.25rem; background: linear-gradient(115deg, rgb(var(--theme-rgb) / .065), transparent), var(--theme-surface); }
.privacy-choice-heading { display: flex; align-items: center; gap: .8rem; }
.privacy-choice h2 { margin: 0; font-size: 1.35rem; }
.privacy-choice-mark { display: grid; place-items: center; flex: 0 0 1.8rem; height: 1.8rem; border: 1px solid var(--theme-accent); border-radius: 50%; color: var(--theme-accent); font-size: .9rem; }
.privacy-choice > p { max-width: 45rem; color: var(--theme-muted); }
.privacy-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; min-height: 48px; margin-top: .3rem; padding: .7rem 1.1rem; border: 1px solid var(--theme-accent); border-radius: .65rem; color: var(--theme-ink); background: var(--theme-accent); font-size: .925rem; font-weight: 650; text-decoration: none; }
.privacy-action:hover { text-decoration: underline; }
.privacy-small { color: var(--theme-muted); font-size: .8rem; line-height: 1.65; }
.privacy-choice .privacy-small { margin-bottom: 0; }
.privacy-contents { display: flex; flex-wrap: wrap; gap: .5rem 1.7rem; padding: 1.6rem 0 1.75rem; border-bottom: 1px solid var(--theme-line); font-size: .85rem; }
.privacy-contents a { display: inline-flex; align-items: center; min-height: 36px; }
.privacy-section { padding-block: 2.65rem; border-bottom: 1px solid var(--theme-line); }
.privacy-section-number { margin: 0 0 .75rem; color: var(--theme-accent); font-size: .75rem; font-weight: 600; letter-spacing: .12em; }
.privacy-section h2 { max-width: 40rem; margin: 0 0 1.1rem; font-size: clamp(1.5rem, 3.3vw, 2rem); font-weight: 600; letter-spacing: -.025em; }
.privacy-section > p:not(.privacy-section-number) { max-width: 49rem; color: var(--theme-muted); }
.privacy-section > p:last-child { margin-bottom: 0; }
.privacy-data-list { margin: 1.65rem 0; }
.privacy-data-list > div { display: grid; grid-template-columns: 13rem 1fr; gap: 1.5rem; padding-block: 1rem; border-bottom: 1px solid rgb(var(--theme-rgb) / .2); }
.privacy-data-list > div:first-child { border-top: 1px solid rgb(var(--theme-rgb) / .2); }
.privacy-data-list dt { font-weight: 600; line-height: 1.55; }
.privacy-data-list dd { margin: 0; color: var(--theme-muted); line-height: 1.65; }
.privacy-note { margin-top: 1.65rem; padding: 1.3rem 1.5rem; border-left: 3px solid var(--theme-accent); border-radius: 0 .65rem .65rem 0; background: var(--theme-surface); }
.privacy-note h3 { margin: 0 0 .6rem; font-size: 1rem; font-weight: 650; }
.privacy-note p { margin: 0; color: var(--theme-muted); font-size: .95rem; }
.privacy-contact { padding-bottom: 3.3rem; }
.privacy-email { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; font-size: clamp(1rem, 3vw, 1.4rem); font-weight: 600; }
.privacy-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1.5rem; min-height: 6.5rem; padding-block: 1.5rem; color: var(--theme-muted); font-size: .8rem; }
.privacy-footer p { margin: 0; }
.privacy-footer a { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; }
@media (max-width: 620px) {
  .privacy-wrap { width: min(100% - 2rem, 58rem); }
  .privacy-header { align-items: flex-start; gap: .75rem; min-height: auto; }
  .privacy-brand { gap: .55rem; }
  .privacy-brand strong { font-size: 1.05rem; }
  .privacy-brand small { font-size: .65rem; }
  .privacy-logo { width: 46px; height: 46px; border-radius: 15px; }
  .privacy-logo img { width: 36px; height: 36px; }
  .privacy-nav { max-width: 10.5rem; column-gap: 1rem; font-size: .78rem; }
  .privacy-nav a { min-height: 38px; }
  .privacy-intro { padding-top: 3rem; }
  .privacy-lead { font-size: 1.05rem; }
  .privacy-choice { padding: 1.3rem; border-radius: 1rem; }
  .privacy-choice h2 { font-size: 1.15rem; }
  .privacy-choice-heading { gap: .65rem; }
  .privacy-contents { column-gap: 1.4rem; }
  .privacy-data-list > div { grid-template-columns: 1fr; gap: .35rem; }
  .privacy-section { padding-block: 2.2rem; }
  .privacy-note { padding: 1.1rem 1.2rem; }
  .privacy-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}
@media (prefers-reduced-transparency: reduce) {
  body.privacy-page { background: var(--theme-bg); }
  .privacy-choice { background: var(--theme-surface); }
}
@media (forced-colors: active) {
  .privacy-logo, .privacy-choice, .privacy-note { border: 1px solid CanvasText; }
  .privacy-action { border: 2px solid ButtonText; }
}
