/* ============================================================
   NÁSTĚNKA — „co musí viset v ordinaci"

   Dvě desky VEDLE SEBE. To je celý vtip: rozdíl mezi „zákon ukládá
   zpřístupnit" a „povinnost je jiná" musí být vidět dřív, než
   člověk začne číst. Pod sebou se ten kontrast ztrácel.

   Korek i plátno se dělají přechody, ne obrázkem — stránka nemá
   kvůli vzhledu stahovat ani kilobajt.
   ============================================================ */

.rs2.nt { background: #eef4f7; padding-bottom: clamp(2.5rem, 6vw, 4rem); }

/* ── hlavička ─────────────────────────────────────────────── */
.nt .nt-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 2rem; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3.4rem, 7vw, 5.4rem) 0 clamp(1.6rem, 3.5vw, 2.4rem); }
.nt .nt-hero h1 { margin: 0 0 .9rem; font-size: clamp(2.1rem, 5vw, 3.7rem); font-weight: 800; letter-spacing: -.042em; line-height: 1.02; color: var(--navy); text-wrap: balance; }
.nt .nt-lead { margin: 0; max-width: 52ch; font-size: clamp(.98rem, 1.35vw, 1.1rem); line-height: 1.66; color: var(--muted); }
/* Ruční poznámka u nadpisu — kurzíva ve vlastním písmu webu, žádný
   další font kvůli jednomu popisku. Na úzku mizí. */
.nt .nt-hero__pozn { margin: 1.4rem 0 0; padding-bottom: .55rem; border-bottom: 2px solid var(--turquoise); border-radius: 0 0 60% 40%; font-size: clamp(1rem, 1.5vw, 1.22rem); font-style: italic; font-weight: 600; line-height: 1.35; color: var(--cendre-text); rotate: -3deg; white-space: nowrap; }

/* ── desky vedle sebe ─────────────────────────────────────── */
.nt .nt-desky { display: grid; grid-template-columns: 1.32fr 1fr; align-items: start; gap: clamp(1rem, 2vw, 1.6rem); width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }
.nt .nt-deska {
  padding: clamp(.9rem, 1.8vw, 1.35rem);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 25%, rgb(255 246 231 / .45) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 70% 68%, rgb(92 62 28 / .07) 0 1.5px, transparent 2.5px),
    linear-gradient(168deg, #d7bd97, #c6a578);
  background-size: 26px 26px, 36px 36px, 100% 100%;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .35), inset 0 0 0 1px rgb(92 62 28 / .2), 0 24px 46px -32px rgb(0 29 57 / .5);
}
/* Druhá deska je plátěná — pořád deska, ale zjevně jiná. */
.nt .nt-deska--druha {
  background:
    radial-gradient(circle at 25% 30%, rgb(255 255 255 / .5) 0 1.5px, transparent 2.5px),
    linear-gradient(168deg, #dbe4ea, #c7d4dd);
  background-size: 26px 26px, 100% 100%;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .5), inset 0 0 0 1px rgb(0 29 57 / .12), 0 24px 46px -34px rgb(0 29 57 / .42);
}

/* ── cedule na desce ──────────────────────────────────────── */
.nt .nt-cedule { display: flex; align-items: center; gap: .85rem; padding: .85rem 1.1rem; border-radius: 10px; background: #fffdf9; box-shadow: 0 8px 16px -10px rgb(41 25 5 / .45); }
.nt .nt-deska--druha .nt-cedule { background: #fff; box-shadow: 0 8px 16px -10px rgb(0 29 57 / .38); }
.nt .nt-cedule__ico { flex: none; width: 30px; height: 30px; color: var(--navy); }
.nt .nt-cedule h2 { margin: 0; font-size: clamp(.98rem, 1.45vw, 1.12rem); font-weight: 800; letter-spacing: -.024em; line-height: 1.2; color: var(--navy); }
.nt .nt-cedule__pod { margin: .18rem 0 0; font-family: var(--mono, 'JetBrains Mono', monospace); font-size: .63rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--cendre-text); }

/* ── papíry ───────────────────────────────────────────────── */
.nt .nt-papiry { display: grid; grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr)); align-items: start; gap: clamp(.7rem, 1.4vw, 1rem); margin: clamp(.9rem, 1.8vw, 1.3rem) 0 0; padding: 0; list-style: none; }
.nt .nt-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1rem 1rem;
  background: #fffdf9;
  border-radius: 2px;
  box-shadow: 0 10px 18px -12px rgb(41 25 5 / .55), 0 2px 3px -1px rgb(41 25 5 / .25);
  transition: translate .18s ease, box-shadow .18s ease;
}
.nt .nt-deska--druha .nt-list { background: #fff; box-shadow: 0 10px 18px -12px rgb(0 29 57 / .45), 0 2px 3px -1px rgb(0 29 57 / .18); }
.nt .nt-list:hover { translate: 0 -3px; box-shadow: 0 18px 30px -14px rgb(41 25 5 / .5); }
.nt .nt-list:focus-within { outline: 2px solid var(--cendre); outline-offset: 3px; }
.nt .nt-pin { position: absolute; top: .5rem; left: 50%; translate: -50% 0; width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #8fe6e8, var(--turquoise) 55%, #1f8a8c); box-shadow: 0 2px 3px rgb(41 25 5 / .45); }
.nt .nt-deska--druha .nt-pin { background: radial-gradient(circle at 34% 30%, #9cc8e8, var(--cendre) 55%, #22587a); }

.nt .nt-list__ico { width: 26px; height: 26px; margin: .2rem 0 .55rem; color: var(--navy); }
.nt .nt-list h3 { margin: 0 0 .35rem; font-size: .92rem; font-weight: 780; letter-spacing: -.018em; line-height: 1.22; color: var(--navy); text-wrap: balance; }
.nt .nt-co { margin: 0 0 .7rem; font-size: .8rem; line-height: 1.5; color: var(--muted); }
.nt .nt-opora { margin: 0 0 .75rem; font-family: var(--mono, 'JetBrains Mono', monospace); font-size: .6rem; letter-spacing: .02em; line-height: 1.45; color: var(--cendre-text); }
.nt .nt-opora a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--beau); }
.nt .nt-opora a:hover { border-color: var(--cendre); }

/* ── tlačítko VZOR / NÁVOD ────────────────────────────────── */
.nt .nt-akce { display: flex; flex-wrap: wrap; gap: .4rem; margin: auto 0 0; }
.nt .nt-btn { display: inline-flex; align-items: center; gap: .35rem; padding: .4rem .7rem; border-radius: 7px; background: #e7f6f6; color: var(--navy); font-family: var(--mono, 'JetBrains Mono', monospace); font-size: .63rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; transition: background .15s ease; }
.nt .nt-btn::after { content: '→'; font-family: inherit; }
.nt .nt-btn:hover { background: var(--mint); }
.nt .nt-btn--vzor { background: var(--mint); }
.nt .nt-btn--vzor:hover { background: var(--turquoise); }
.nt .nt-deska--druha .nt-btn { background: #e8f0f6; }
.nt .nt-deska--druha .nt-btn:hover { background: var(--beau); }
.nt .nt-btn__ico { flex: none; width: 13px; height: 13px; }
/* Celý název cíle zůstává pro čtečky obrazovky — na papíru by se nevešel. */
.nt .nt-btn__skryte { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.nt .nt-vysvetleni { width: min(1180px, calc(100% - 2.5rem)); margin: clamp(1.2rem, 2.5vw, 1.8rem) auto clamp(1.6rem, 3.5vw, 2.4rem); max-width: 72ch; font-size: .93rem; line-height: 1.6; color: var(--muted); }
.nt .nt-vysvetleni b { color: var(--navy); font-weight: 700; }
/* Závěr stránky — tišší než pruh jinde na webu, protože hlavní akcí
   téhle stránky je vzít si vzor, ne zavolat. */
.nt .nt-dal { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.3rem, 2.8vw, 2.2rem); border-radius: 16px; background: var(--mint-tint); border: 1px solid #cfeae0; }
.nt .nt-dal__k { margin: 0 0 .35rem; font-family: var(--mono, 'JetBrains Mono', monospace); font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; color: var(--cendre-text); }
.nt .nt-dal h2 { margin: 0 0 .5rem; font-size: clamp(1.15rem, 2.1vw, 1.5rem); font-weight: 800; letter-spacing: -.028em; line-height: 1.18; color: var(--navy); text-wrap: balance; }
.nt .nt-dal__p { margin: 0; max-width: 62ch; font-size: .93rem; line-height: 1.6; color: var(--muted); }
.nt .nt-dal__btn { flex: none; padding: .7rem 1.3rem; border-radius: 999px; background: var(--navy); color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }
.nt .nt-dal__btn:hover { background: #00305e; }

@media (prefers-reduced-motion: reduce) { .nt .nt-list { transition: none; } }
@media (max-width: 62rem) {
  .nt .nt-desky { grid-template-columns: minmax(0, 1fr); }
  .nt .nt-hero { grid-template-columns: minmax(0, 1fr); }
  .nt .nt-hero__pozn { display: none; }
}
