/* DMOZ.sk — jeden štýl pre celý web. Bez rámcov, bez závislostí.
   Redakčná linka: biely papier, čierny text, hairline linky, jeden akcent.
   Žiadne karty s výplňou, žiadne pilulky, žiadne tiene. Hierarchiu robí
   typografia a biele miesto, nie farebné plochy. */

/* ── Písma (self-hosted, variabilné) ───────────────────────────────── */
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-600-latinext.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-600-latin.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('fonts/ibmplexsans-400-latinext.woff2') format('woff2');
  font-weight: 100 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('fonts/ibmplexsans-400-latin.woff2') format('woff2');
  font-weight: 100 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Tokeny ────────────────────────────────────────────────────────── */
:root {
  --paper: #fdfcfa;
  --paper-card: #fdfcfa;
  --paper-deep: #f4f2ed;
  --ink: #121110;
  --ink-70: #45423c;
  --ink-55: #6e6a62;
  --brick: #9a3412;
  --brick-dark: #7a2a0f;
  --brick-tint: #f6ece6;
  --line: #e2ded4;
  --line-strong: #c6c0b2;
  --radius: 0px;
  --measure: 66ch;
  --shell: 1180px;
  color-scheme: light;
}

/* ── Základ ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Filter katalógu skrýva záznamy cez [hidden]; display z .entry by ho prebil. */
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 1.5rem + 3.4vw, 3.9rem); letter-spacing: -.025em; }
h2 { font-size: clamp(1.5rem, 1.25rem + 1.2vw, 2.1rem); margin-top: 2.4em; }
h3 { font-size: 1.12rem; margin-top: 1.7em; letter-spacing: -.005em; }
p, li { text-wrap: pretty; }
p { margin: 0 0 1.15em; }
a { color: var(--brick); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--brick-dark); }
:focus-visible { outline: 2px solid var(--brick); outline-offset: 3px; }
img, svg { max-width: 100%; height: auto; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
small { font-size: .84rem; color: var(--ink-55); }
::selection { background: var(--ink); color: var(--paper); }

.shell { width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; }
.prose { max-width: var(--measure); }
.prose ul, .prose ol { padding-left: 1.15em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.muted { color: var(--ink-55); }
.lead {
  font-size: clamp(1.06rem, 1rem + .35vw, 1.22rem);
  line-height: 1.5; color: var(--ink-70); max-width: 58ch;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--paper); padding: .7rem 1.1rem;
}
.skip:focus { left: 0; }

/* ── Hlavička ──────────────────────────────────────────────────────── */
.site-head {
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.head-row { display: flex; align-items: center; gap: 1rem; min-height: 72px; }
.brand {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.3rem;
  color: var(--ink); text-decoration: none; letter-spacing: -.03em;
  display: flex; align-items: baseline; gap: .5rem;
}
.brand span { color: var(--ink); }
.brand small {
  font-family: 'IBM Plex Sans', sans-serif; font-size: .64rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-55);
}
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 1.7rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav a {
  color: var(--ink-70); text-decoration: none; font-size: .84rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; padding: .3rem 0;
  border-bottom: 1px solid transparent;
}
.nav a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--brick); }
.nav .btn { border-bottom: 0; font-size: .74rem; padding: .62rem 1rem; letter-spacing: .08em; color: var(--paper); }
.nav .btn:hover { color: #fff; }
.burger {
  display: none; margin-left: auto; background: transparent; border: 1px solid var(--ink);
  padding: .5rem .7rem; font: inherit; font-size: .78rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink); cursor: pointer; gap: .5rem; align-items: center;
}
.burger svg { display: block; }

@media (max-width: 900px) {
  .burger { display: inline-flex; }
  .nav { position: fixed; inset: 72px 0 auto; background: var(--paper); border-bottom: 1px solid var(--ink); margin: 0; display: none; }
  .nav[data-open="true"] { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 0 0 1rem; width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; }
  .nav li { border-bottom: 1px solid var(--line); }
  .nav li:last-child { border-bottom: 0; padding-top: 1rem; }
  .nav a { display: block; padding: .95rem 0; font-size: .95rem; letter-spacing: .06em; }
}

/* ── Tlačidlá ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font: inherit; font-size: .82rem; font-weight: 600; line-height: 1.2;
  letter-spacing: .09em; text-transform: uppercase;
  padding: .8rem 1.3rem; border: 1px solid var(--ink);
  background: var(--ink); color: var(--paper); text-decoration: none; cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { background: var(--brick); border-color: var(--brick); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn-quiet { background: transparent; color: var(--ink-70); border-color: var(--line-strong); }
.btn-quiet:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 0; }

/* ── Hero ──────────────────────────────────────────────────────────── */
.hero { padding: clamp(3rem, 1.5rem + 6vw, 6rem) 0 clamp(2.4rem, 1rem + 3vw, 3.6rem); }
.hero h1 { max-width: 16ch; margin-bottom: .35em; }
.kicker {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.6rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-55); border: 0; padding: 0; background: transparent;
}
.kicker::before { content: ""; width: 2.2rem; height: 1px; background: var(--brick); }

/* ── Mriežky a bloky ───────────────────────────────────────────────── */
.grid { display: grid; gap: 0; }
.grid-2, .grid-3, .grid-4 { border-top: 1px solid var(--line); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.card {
  background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 1.5rem 1.6rem 1.6rem 0;
}
.card h3, .card h2 { margin-top: 0; font-size: 1.08rem; }
.card p { font-size: .94rem; color: var(--ink-70); }
.card p:last-child { margin-bottom: 0; }
a.card { text-decoration: none; color: inherit; display: block; transition: background .15s ease; }
a.card:hover { background: var(--paper-deep); }
a.card h3 { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: .2em; }
a.card:hover h3 { text-decoration-color: var(--brick); color: var(--brick); }

.cat-card .count {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-55); display: block; margin-top: .9rem;
}

/* ── Záznam v katalógu ─────────────────────────────────────────────── */
.entries {
  list-style: none; margin: 2rem 0 0; padding: 0;
  border-top: 1px solid var(--ink);
}
.entry {
  display: grid; grid-template-columns: minmax(0, 1fr);
  gap: 0 2rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line);
  background: transparent;
}
.entry-logoed { grid-template-columns: 112px minmax(0, 1fr); }
.entry-body { display: grid; gap: .5rem; min-width: 0; }
.entry-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem .9rem; }
.entry-head h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.02em; }
.entry-domain { font-size: .9rem; color: var(--ink-55); font-variant-numeric: tabular-nums; }
.entry p { margin: 0; color: var(--ink-70); max-width: 72ch; }
.entry-meta {
  display: flex; flex-wrap: wrap; gap: .35rem 1.4rem; font-size: .82rem;
  color: var(--ink-70); margin-top: .35rem; align-items: center;
}
.entry-meta strong {
  font-weight: 600; color: var(--ink-55); font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase; margin-right: .35rem;
}
.entry-meta a { text-decoration: none; border-bottom: 1px solid var(--line-strong); color: var(--ink); }
.entry-meta a:hover { border-bottom-color: var(--brick); color: var(--brick); }
.entry-note { margin: 0; font-size: .85rem; color: var(--ink-55); }
a.entry-domain { color: var(--brick); text-decoration: none; border-bottom: 1px solid currentColor; }
a.entry-domain:hover { color: var(--brick-dark); }

/* Logá firiem. Cudzie logá majú rôzne pomery strán, preto len strop na výšku
   a zarovnanie vľavo hore — žiadny rámik, aby sa netĺkli s mriežkou. */
.entry-logo-cell { display: flex; align-items: flex-start; justify-content: flex-start; }
.entry-logo {
  max-height: 52px; width: auto; max-width: 112px; object-fit: contain;
  object-position: left top;
}
.firm-logo {
  max-height: 84px; width: auto; max-width: 280px; object-fit: contain;
  object-position: left center; display: block; margin: 2.2rem 0 1.8rem;
}

/* ── Profil firmy: text vľavo, údaje v bočnom stĺpci ───────────────── */
.firm-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0 3.5rem; align-items: start; padding-bottom: 1rem;
}
.firm-main { min-width: 0; }
.firm-side {
  min-width: 0; border-left: 1px solid var(--line); padding: 2.2rem 0 0 2.2rem;
}
.firm-side h2 {
  margin: 0 0 1rem; font-family: 'IBM Plex Sans', sans-serif; font-size: .7rem;
  font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
}
.firm-side h3 {
  margin: 1.3rem 0 .4rem; font-family: 'IBM Plex Sans', sans-serif; font-size: .66rem;
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-55);
}
.firm-side h3:first-of-type { margin-top: 0; }
.side-block + .side-block { margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .3rem; font-size: .9rem; }
.side-list a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.side-list a:hover { color: var(--brick); border-bottom-color: var(--brick); }
.side-links li { display: grid; gap: .1rem; margin-bottom: .35rem; }
.side-links a { word-break: break-word; justify-self: start; }
.side-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-55); }
.side-dl { margin: 0; display: grid; gap: .8rem; }
.side-dl div { display: grid; gap: .1rem; }
.side-dl dt { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-55); }
.side-dl dd { margin: 0; font-size: .9rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.side-foot { margin: 1.8rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .8rem; color: var(--ink-55); }

@media (max-width: 960px) {
  .firm-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .firm-side {
    border-left: 0; border-top: 1px solid var(--ink); padding: 2rem 0 0;
    position: static; margin-top: 2.5rem;
  }
}

.tag {
  display: inline-flex; align-items: center; gap: .35rem; font-size: .66rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; padding: .15rem .45rem;
  border: 1px solid var(--line-strong); color: var(--ink-55);
}
.tag-demo { border-color: var(--ink-55); color: var(--ink-55); background: transparent; }
.seal {
  display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; color: var(--brick);
  border: 0; padding: 0; background: transparent;
  font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 500;
}
.seal svg { flex: 0 0 auto; }
.seal-stale { color: var(--ink-55); }

/* ── Filter ────────────────────────────────────────────────────────── */
.filter {
  background: transparent; border: 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 1.4rem 0; display: grid; gap: 1.1rem;
}
.filter-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: flex-end; }
.field { display: grid; gap: .35rem; }
.field label, .field-label {
  font-size: .68rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-55);
}
.field .hint { font-size: .78rem; color: var(--ink-55); letter-spacing: 0; text-transform: none; font-weight: 400; }
input[type="text"], input[type="email"], input[type="url"], input[type="search"], select, textarea {
  font: inherit; font-size: .97rem; color: var(--ink); background: transparent;
  border: 0; border-bottom: 1px solid var(--line-strong); padding: .55rem 0; width: 100%;
}
input::placeholder, textarea::placeholder { color: var(--ink-55); opacity: .75; }
textarea { min-height: 7.5rem; resize: vertical; border: 1px solid var(--line-strong); padding: .7rem .8rem; }
select { border: 1px solid var(--line-strong); padding: .6rem .7rem; }
input:focus-visible, select:focus-visible, textarea:focus-visible { border-color: var(--brick); outline-offset: 2px; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem .5rem; }
.chip {
  font: inherit; font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  padding: .42rem .7rem; cursor: pointer;
  border: 1px solid var(--line-strong); background: transparent; color: var(--ink-70);
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.result-count {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-55); margin: 1.4rem 0 0;
}

/* ── Prázdny stav ──────────────────────────────────────────────────── */
.empty {
  border: 0; border-top: 1px solid var(--ink); padding: 1.8rem 0 0;
  background: transparent; text-align: left; margin-top: 1.6rem;
}
.empty h3 { margin-top: 0; }
.empty p:last-of-type { margin-bottom: 0; }

/* ── Cenník ────────────────────────────────────────────────────────── */
.plans {
  display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  margin-top: 2.2rem; align-items: stretch; border-top: 1px solid var(--ink);
}
.plan {
  background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 1.8rem 1.8rem 2rem 0; display: grid; gap: .9rem; align-content: start;
}
.plan + .plan { border-left: 1px solid var(--line); padding-left: 1.8rem; }
.plan-featured { border-bottom-color: var(--brick); }
.plan h3 { margin: 0; font-size: 1.05rem; letter-spacing: .02em; }
.price { font-family: 'Fraunces', Georgia, serif; font-size: 2.6rem; font-weight: 600; line-height: 1; letter-spacing: -.03em; }
.price span {
  font-family: 'IBM Plex Sans', sans-serif; font-size: .7rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-55); display: block; margin-top: .5rem;
}
.plan ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .93rem; color: var(--ink-70); }
.plan li { padding-left: 1.1rem; position: relative; }
.plan li::before { content: "—"; position: absolute; left: 0; color: var(--brick); }
.plan .btn { width: 100%; }

/* ── FAQ ───────────────────────────────────────────────────────────── */
.faq { display: grid; gap: 0; margin-top: 1.6rem; border-top: 1px solid var(--ink); max-width: var(--measure); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 1.1rem 2rem 1.1rem 0; font-weight: 500; position: relative; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .2rem; top: 1rem; font-size: 1.25rem; color: var(--brick); line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 0 1.2rem; max-width: var(--measure); color: var(--ink-70); }

/* ── Kroky ─────────────────────────────────────────────────────────── */
.steps {
  counter-reset: step; display: grid; gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 2rem; border-top: 1px solid var(--line);
}
.step { position: relative; padding: 1.6rem 1.8rem 1.8rem 0; }
.step + .step { border-left: 1px solid var(--line); padding-left: 1.8rem; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: block; margin-bottom: .8rem;
  font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 1.5rem;
  color: var(--brick); line-height: 1;
}
.step h3 { margin: 0 0 .4rem; font-size: 1.02rem; }
.step p { margin: 0; font-size: .93rem; color: var(--ink-70); }

/* ── Pruhy a poznámky ──────────────────────────────────────────────── */
.band {
  background: var(--paper-deep); border-block: 1px solid var(--line);
  padding: clamp(2.6rem, 1rem + 4vw, 4rem) 0; margin-top: 4rem;
}
.band h2 { margin-top: 0; }
.note {
  border: 0; border-left: 2px solid var(--brick); background: transparent;
  padding: .2rem 0 .2rem 1.2rem; margin: 1.8rem 0; font-size: .94rem; color: var(--ink-70);
  max-width: var(--measure);
}
.note strong {
  display: block; margin-bottom: .35rem; color: var(--ink); font-size: .7rem;
  letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
}
.note-todo { border-left-color: var(--ink); }

/* ── Formulár ──────────────────────────────────────────────────────── */
.form { display: grid; gap: 1.4rem; max-width: 42rem; margin-top: 2rem; }
.form-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.req { color: var(--brick); }
.form-status { border: 1px solid var(--line-strong); padding: .9rem 1.1rem; background: transparent; font-size: .94rem; }
.form-status:empty { display: none; }
.form-status[data-tone="error"] { border-color: var(--brick); background: var(--brick-tint); }
.checkline { display: flex; gap: .7rem; align-items: flex-start; font-size: .92rem; }
.checkline input { width: auto; margin-top: .28rem; }

/* ── Tabuľky ───────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; margin: 1.6rem 0; }
table { border-collapse: collapse; width: 100%; font-size: .94rem; }
th, td { text-align: left; padding: .72rem 1.2rem .72rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody th[scope="row"] {
  font-weight: 600; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-55); white-space: nowrap; width: 1%; padding-right: 2rem;
}
td { font-variant-numeric: tabular-nums; }
thead th {
  background: transparent; font-weight: 600; font-size: .7rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-55); border-bottom-color: var(--ink);
}

/* ── Drobečky ──────────────────────────────────────────────────────── */
.crumbs { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-55); padding-top: 1.6rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; }
.crumbs a { color: var(--ink-55); text-decoration: none; border-bottom: 1px solid transparent; }
.crumbs a:hover { color: var(--ink); border-bottom-color: var(--line-strong); }
.crumbs li::after { content: "/"; margin-left: .45rem; color: var(--line-strong); }
.crumbs li:last-child::after { content: ""; }

/* ── Pätička ───────────────────────────────────────────────────────── */
.site-foot {
  margin-top: 5rem; border-top: 1px solid var(--ink); background: var(--paper);
  padding: 3rem 0 2.4rem; font-size: .9rem;
}
.foot-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.foot-grid h2, .foot-grid h4 {
  font-family: 'IBM Plex Sans', sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-55); margin: 0 0 .8rem;
}
.vh { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.foot-grid p { font-size: .88rem; color: var(--ink-70); max-width: 34ch; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.foot-grid a { color: var(--ink-70); text-decoration: none; }
.foot-grid a:hover { color: var(--brick); }
.foot-bottom {
  margin-top: 2.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--ink-55);
  display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; justify-content: space-between; font-size: .82rem;
}

main { padding-bottom: 2rem; }
main > .shell > h1 { margin-top: 2.2rem; }
.section { margin-top: 3.4rem; }

@media (max-width: 620px) {
  .plan + .plan { border-left: 0; padding-left: 0; }
  .plan { padding-right: 0; }
  .card { padding-right: 0; }
  .step + .step { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .step { padding-right: 0; }
  .entry-logoed { grid-template-columns: minmax(0, 1fr); gap: .9rem; }
}

/* ── Drobné pomocné triedy ─────────────────────────────────────────── */
/* Zámerne ich je málo: inline štýly sme zrušili, aby CSP mohla byť prísna
   (style-src 'self' bez 'unsafe-inline' blokuje aj atribút style). */
.m0 { margin: 0; }
.mt-m { margin-top: 1.4rem; }
.mt-l { margin-top: 2rem; }
.pt-l { padding-top: 3rem; }
.narrow { max-width: 44rem; }
.table-note { caption-side: bottom; text-align: left; padding-top: .6rem; }
.code {
  margin: 1rem 0 1.6rem; padding: 1rem 1.1rem; overflow-x: auto;
  border: 1px solid var(--line); background: var(--paper-deep);
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; font-size: .82rem; line-height: 1.55;
}
.code code { font: inherit; }
/* Honeypot: pre ľudí neviditeľné, pre botov vyplniteľné (preto nie display:none). */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.cf-turnstile { margin: .4rem 0 0; }
.chip-list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: flex; flex-wrap: wrap; gap: .4rem .5rem; }
.chip-list a {
  display: inline-flex; align-items: center; font-size: .74rem; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; padding: .42rem .7rem;
  border: 1px solid var(--line-strong); color: var(--ink-70); text-decoration: none;
}
.chip-list a:hover { border-color: var(--ink); color: var(--ink); }
.chip-list.plain li {
  display: inline-flex; align-items: center; font-size: .84rem; padding: .35rem .8rem .35rem 0;
  margin-right: .8rem; border: 0; border-right: 1px solid var(--line); color: var(--ink-70);
}
.chip-list.plain li:last-child { border-right: 0; margin-right: 0; }
