:root {
  --canvas: oklch(97.2% 0.007 248);
  --surface: oklch(99.4% 0.004 248);
  --surface-muted: oklch(95.8% 0.008 248);
  --ink: oklch(24% 0.018 252);
  --ink-soft: oklch(43% 0.018 252);
  --muted: oklch(54% 0.014 252);
  --line: oklch(88.8% 0.012 248);
  --accent: oklch(48% 0.072 250);
  --accent-strong: oklch(39% 0.075 250);
  --accent-soft: oklch(92.5% 0.027 247);
  --success: oklch(50% 0.095 158);
  --success-soft: oklch(94% 0.035 158);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; color-scheme: light; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 15px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 3px; border-radius: 4px; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: -70px; left: 12px; z-index: 50; padding: 10px 14px; border-radius: 9px; background: var(--ink); color: var(--surface); }
.skip-link:focus { top: 12px; }
.topbar { height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(22px, calc((100vw - 1100px) / 2)); border-bottom: 1px solid var(--line); background: var(--surface); }
.privacy-header-actions { display: flex; gap: 18px; align-items: center; }
.brand { display: flex; width: 126px; }
.brand img { display: block; width: 100%; height: auto; }
.topbar nav { display: flex; gap: 20px; align-items: center; }
.topbar nav a { min-height: 40px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 12px; font-weight: 700; text-decoration: none; }
.topbar nav a:hover { color: var(--accent-strong); }
.back-link { padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; }
main { width: min(1100px, calc(100% - 36px)); margin: 0 auto; }
.privacy-hero { min-height: 330px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: center; padding: 58px 0 45px; }
.eyebrow, .section-number { margin: 0 0 8px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
h1 { margin-bottom: 14px; font-size: 46px; line-height: 1.08; letter-spacing: -.045em; }
.hero-copy { max-width: 620px; margin-bottom: 20px; color: var(--ink-soft); font-size: 17px; }
.document-meta { display: flex; gap: 12px; color: var(--muted); font-size: 11px; }
.document-meta span + span::before { margin-right: 12px; content: "·"; }
.plain-summary { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 14px 40px oklch(35% 0.035 250 / .07); }
.summary-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--success-soft); color: var(--success); }
.plain-summary h2 { margin-bottom: 5px; font-size: 15px; }
.plain-summary p { margin: 0; color: var(--muted); font-size: 12px; }
.review-note { display: flex; gap: 8px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-muted); color: var(--ink-soft); font-size: 11px; }
.review-note strong { flex: none; }
.privacy-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 70px; align-items: start; padding: 54px 0 90px; }
.contents { position: sticky; top: 28px; }
.contents > p { margin-bottom: 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.contents ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; counter-reset: privacy; }
.contents li { counter-increment: privacy; }
.contents a { min-height: 38px; display: grid; grid-template-columns: 24px 1fr; align-items: center; border-radius: 8px; color: var(--muted); font-size: 12px; text-decoration: none; }
.contents a::before { color: var(--accent); font-size: 9px; font-weight: 800; content: counter(privacy, decimal-leading-zero); }
.contents a:hover { color: var(--ink); }
.privacy-article > section { padding: 0 0 46px; scroll-margin-top: 90px; }
.privacy-article > section + section { padding-top: 46px; border-top: 1px solid var(--line); }
.privacy-article h2 { margin-bottom: 14px; font-size: 25px; line-height: 1.22; letter-spacing: -.03em; }
.privacy-article h3 { margin-bottom: 4px; font-size: 14px; }
.privacy-article p { max-width: 72ch; margin-bottom: 15px; color: var(--ink-soft); }
.privacy-article a { color: var(--accent-strong); font-weight: 680; text-underline-offset: 3px; }
.privacy-article ul { margin: 5px 0 17px; padding-left: 21px; color: var(--ink-soft); }
.privacy-article li + li { margin-top: 6px; }
.role-list { margin: 23px 0; border-top: 1px solid var(--line); }
.role-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.role-list dt { color: var(--ink); font-size: 13px; font-weight: 750; }
.role-list dd { margin: 0; color: var(--ink-soft); font-size: 13px; }
.data-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 22px 0; border-top: 1px solid var(--line); }
.data-groups > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.data-groups p { margin: 0; color: var(--muted); font-size: 12px; }
.sensitive-note { display: grid; grid-template-columns: 40px 1fr; gap: 13px; margin-top: 24px; padding: 17px; border: 1px solid oklch(87% .035 158); border-radius: 12px; background: var(--success-soft); color: var(--success); }
.sensitive-note > svg { width: 24px; height: 24px; margin: 6px auto 0; }
.sensitive-note strong { color: oklch(38% .08 158); font-size: 13px; }
.sensitive-note p { margin: 3px 0 0; color: oklch(41% .04 158); font-size: 12px; }
.rights-list { padding: 3px 0 3px 22px !important; }
.contact-button { min-height: 44px; display: inline-flex; gap: 8px; justify-content: center; align-items: center; margin-top: 5px; padding: 0 16px; border-radius: 10px; background: var(--accent-strong); color: var(--surface) !important; font-size: 12px; text-decoration: none; transition: transform 160ms cubic-bezier(.22,1,.36,1), background-color 160ms cubic-bezier(.22,1,.36,1); }
.contact-button:hover { background: var(--accent); transform: translateY(-1px); }
.contact-button:active { transform: scale(.96); }
.contact-button svg { width: 16px; }
.privacy-footer { width: min(1100px, calc(100% - 36px)); min-height: 110px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.privacy-footer > div { display: flex; gap: 18px; align-items: center; }
.privacy-footer .brand { width: 100px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
.legal-links a { min-height: 38px; display: inline-flex; align-items: center; color: var(--muted); font-weight: 680; text-decoration: none; }
.legal-links a:hover { color: var(--accent-strong); }

@media (max-width: 850px) {
  .privacy-hero { grid-template-columns: 1fr; gap: 28px; padding: 46px 0 38px; }
  .plain-summary { max-width: 620px; box-shadow: none; }
  .privacy-layout { grid-template-columns: 1fr; gap: 34px; padding-top: 40px; }
  .contents { position: static; }
  .contents ol { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .topbar { height: 64px; padding-inline: 15px; }
  .brand { width: 112px; }
  .privacy-header-actions { gap: 8px; }
  .privacy-header-actions nav { display: none; }
  .topbar nav a:first-child { display: none; }
  .back-link { border: 0; padding: 0; }
  main { width: calc(100% - 28px); }
  .privacy-hero { min-height: 0; padding: 34px 0 28px; }
  h1 { font-size: 34px; }
  .hero-copy { font-size: 15px; }
  .document-meta { display: grid; gap: 2px; }
  .document-meta span + span::before { display: none; }
  .review-note { display: grid; }
  .contents ol { grid-template-columns: 1fr; }
  .contents a { min-height: 42px; }
  .privacy-layout { padding: 34px 0 64px; }
  .privacy-article > section { padding-bottom: 38px; }
  .privacy-article > section + section { padding-top: 38px; }
  .privacy-article h2 { font-size: 22px; }
  .role-list > div { grid-template-columns: 1fr; gap: 5px; }
  .data-groups { grid-template-columns: 1fr; }
  .privacy-footer { min-height: 128px; display: grid; justify-items: center; padding: 24px 0; text-align: center; }
  .privacy-footer > div { display: grid; justify-items: center; gap: 8px; }
  .legal-links { justify-content: center; gap: 4px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
