/* polityka.css — /polityka-pryvatnosti/. Реюз токенів styles.css; нових hex немає. */

.pol-hero { background:var(--ink); color:var(--ecru); position:relative; overflow:hidden; padding:150px 24px 76px }
.pol-hero .wrap { position:relative; z-index:1 }
.pol-hero .kicker { color:var(--sand); margin-bottom:16px }
.pol-hero h1 { max-width:16ch; margin-bottom:16px }
.pol-hero__lead { max-width:58ch; color:rgba(247,243,236,.86); font-size:1.05rem; line-height:1.65 }
.pol-hero__updated { margin-top:22px; font-size:.82rem; color:rgba(247,243,236,.6) }
.pol-hero .rings { opacity:.14 }

.pol-body { background:var(--paper) }
.pol-body .wrap { max-width:74ch }
.pol-section { padding-top:clamp(28px,4vh,44px); border-top:1px solid rgba(140,90,43,.2); margin-bottom:clamp(28px,4vh,44px) }
.pol-section:first-child { padding-top:0; border-top:0 }
.pol-section__no { display:block; font-family:var(--font-h); color:var(--brown); font-size:.95rem;
  letter-spacing:.14em; margin-bottom:14px }
.pol-section h2 { font-size:clamp(1.35rem,2.6vw,1.7rem); margin-bottom:14px }
.pol-section p { color:var(--ink-soft); margin:0 0 16px; line-height:1.72 }
.pol-section p:last-child { margin-bottom:0 }
.pol-section ul { margin:0 0 16px; padding-left:20px; color:var(--ink-soft) }
.pol-section li { margin-bottom:10px; line-height:1.62 }
.pol-section li:last-child { margin-bottom:0 }
.pol-section a { color:var(--link) }
.pol-contacts { display:flex; flex-direction:column; gap:6px; margin:12px 0 0 }
.pol-contacts a { color:var(--link) }

@media (max-width:600px){
  .pol-hero { padding:120px 24px 56px }
}
