:root {
  --ink: #18161f;
  --muted: #625d68;
  --paper: #f7f3ed;
  --white: #fffdf9;
  --orange: #ff6b2c;
  --line: rgba(24,22,31,.12);
  --shell: min(900px, calc(100% - 36px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: #c84512; text-underline-offset: 3px; }
.legal-shell { width: var(--shell); margin-inline: auto; }
.legal-top { position: sticky; top: 0; z-index: 20; background: rgba(247,243,237,.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.legal-top__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; letter-spacing: .12em; }
.legal-brand span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px 11px 11px 4px; background: var(--ink); color: #fff; font-weight: 900; }
.legal-brand b { font-size: 14px; }
.legal-back { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 750; background: rgba(255,255,255,.4); }
.legal-main { padding: 72px 0 100px; }
.legal-hero { max-width: 820px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.legal-eyebrow { margin: 0 0 13px; color: #cf4b18; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(44px, 8vw, 76px); line-height: .98; letter-spacing: -.055em; }
.legal-date { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.legal-intro { margin: 20px 0 0; max-width: 760px; color: var(--muted); font-size: 18px; }
.legal-content { display: grid; gap: 18px; margin-top: 34px; }
.legal-content section { padding: 28px; border-radius: 24px; background: var(--white); box-shadow: 0 10px 28px rgba(33,26,40,.055); }
h2 { margin: 0 0 14px; font-size: 23px; line-height: 1.25; letter-spacing: -.02em; }
.legal-content p { margin: 10px 0 0; color: #4f4a55; }
.legal-content p:first-of-type { margin-top: 0; }
.legal-content ul { margin: 12px 0 0; padding-left: 22px; color: #4f4a55; }
.legal-content li + li { margin-top: 8px; }
address { font-style: normal; color: #4f4a55; }
dl { margin: 0; }
dl > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
dl > div:last-child { border-bottom: 0; }
dt { color: var(--muted); }
dd { margin: 0; font-weight: 750; }
.legal-footer { padding: 32px 0; background: #111016; color: #fff; }
.legal-footer .legal-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-footer a { color: rgba(255,255,255,.76); text-decoration: none; font-size: 12px; }
@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .legal-top__inner { min-height: 64px; }
  .legal-back { font-size: 0; }
  .legal-back::after { content: "Zpět"; font-size: 12px; }
  .legal-main { padding: 52px 0 72px; }
  .legal-content section { padding: 22px 18px; border-radius: 20px; }
  dl > div { grid-template-columns: 1fr; gap: 2px; }
  .legal-footer .legal-shell { align-items: flex-start; flex-direction: column; }
}
