/* petrusek.cz – jednoduchý, čitelný, důstojný vzhled. Bez JavaScriptu, bez externích fontů. */
:root {
  --bg: #f8f6f1;
  --bg-side: #efeae1;
  --text: #23211f;
  --muted: #5f5a54;
  --accent: #7a2e2e;
  --accent-dark: #561d1d;
  --line: #d9d2c5;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { font-size: 106.25%; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-serif);
  line-height: 1.6;
  hyphens: manual;
}

a { color: var(--accent); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
a:hover, a:focus { color: var(--accent-dark); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: 0.5rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; top: 1rem; }

.layout { min-height: 100vh; display: flex; flex-direction: column; }
.content { flex: 1; display: flex; flex-direction: column; min-width: 0; }

/* Hlavička + navigace */
.site-header { background: var(--bg-side); border-bottom: 1px solid var(--line); padding: 1.5rem 1.25rem; }
.site-title { margin: 0; font-size: 1.75rem; font-weight: 700; line-height: 1.15; }
.site-title a { color: var(--text); text-decoration: none; }
.site-tagline { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.95rem; font-variant: small-caps; letter-spacing: 0.08em; }
.site-nav ul { list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.25rem 1rem; }
.site-nav li { margin: 0; }
.site-nav a { display: block; padding: 0.3rem 0.1rem; color: var(--text); text-decoration: none; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a:focus { border-bottom-color: var(--accent); }
.site-nav a[aria-current="page"] { color: var(--accent); font-weight: 700; border-bottom-color: var(--accent); }

/* Obsah */
.site-main { padding: 2rem 1.25rem 3rem; max-width: 46rem; width: 100%; }
.site-footer { padding: 1.5rem 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.site-footer p { margin: 0 0 0.4rem; }

h1 { font-size: 2rem; line-height: 1.2; margin: 0 0 1rem; font-weight: 700; }
h2 { font-size: 1.45rem; line-height: 1.25; margin: 2.25rem 0 0.75rem; padding-bottom: 0.25rem; border-bottom: 1px solid var(--line); }
h3 { font-size: 1.15rem; line-height: 1.3; margin: 1.75rem 0 0.5rem; }
h4 { font-size: 1rem; margin: 1.5rem 0 0.5rem; }
p, ul, ol, dl { margin: 0 0 1rem; }
ul, ol { padding-left: 1.4rem; }
li { margin-bottom: 0.35rem; }
li > ul, li > ol { margin-top: 0.35rem; }
img { max-width: 100%; height: auto; }
blockquote { margin: 1.5rem 0; padding: 0.25rem 0 0.25rem 1.25rem; border-left: 3px solid var(--accent); font-style: italic; color: #3a3631; }
blockquote p:last-child { margin-bottom: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
small, .muted { color: var(--muted); }
.lead { font-size: 1.15rem; }

/* Úvodní stránka */
.home-title { margin-bottom: 0.25rem; }
.home-dates { color: var(--muted); font-size: 1.15rem; margin: 0 0 1.5rem; }
.portrait { float: none; margin: 0 auto 1.25rem; max-width: 13rem; }
@media (min-width: 40em) { .portrait { float: right; margin: 0.25rem 0 1rem 1.5rem; } }
.home-dates { white-space: nowrap; }
.portrait img { display: block; border: 1px solid var(--line); padding: 4px; background: #fff; }
.portrait figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0.4rem; text-align: center; }
.home-intro { clear: none; }
.home-sections { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); clear: both; }
.home-sections li { margin: 0; }
.home-sections a { display: block; padding: 0.9rem 1rem; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--text); height: 100%; }
.home-sections a:hover, .home-sections a:focus { border-color: var(--accent); }
.home-sections strong { display: block; color: var(--accent); margin-bottom: 0.2rem; }
.home-sections span { font-size: 0.9rem; color: var(--muted); }

/* Galerie výstřižků (nekrology) */
.clippings { display: flex; flex-wrap: wrap; gap: 0.75rem; list-style: none; padding: 0; margin: 1rem 0 2rem; }
.clippings li { margin: 0; flex: 0 1 9rem; }
.clippings a { display: block; border: 1px solid var(--line); background: #fff; padding: 4px; }
.clippings img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; }
.clippings figcaption, .clippings .caption { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 0.3rem; line-height: 1.3; }

/* Seznam dokumentů */
.doc-list li { margin-bottom: 0.6rem; }
.doc-meta { color: var(--muted); font-size: 0.9rem; white-space: nowrap; }

/* Upozornění (např. text ke schválení) */
.note { background: #fff7e6; border: 1px solid #ecd9a8; padding: 0.75rem 1rem; border-radius: 4px; font-size: 0.95rem; }

/* Široké obrazovky: navigace vlevo jako postranní panel */
@media (min-width: 64em) {
  .layout { flex-direction: row; align-items: stretch; }
  .site-header {
    width: 18rem; flex: 0 0 18rem;
    border-bottom: 0; border-right: 1px solid var(--line);
    padding: 2.5rem 1.75rem;
    position: sticky; top: 0; height: 100vh; align-self: flex-start;
  }
  .site-nav ul { flex-direction: column; gap: 0; margin-top: 2rem; }
  .site-nav a { padding: 0.45rem 0 0.45rem 0.75rem; border-bottom: 0; border-left: 3px solid transparent; }
  .site-nav a:hover, .site-nav a:focus { border-bottom: 0; border-left-color: var(--line); }
  .site-nav a[aria-current="page"] { border-bottom: 0; border-left-color: var(--accent); }
  .site-main { padding: 3rem 3rem 4rem; max-width: 52rem; }
  .site-footer { padding: 1.5rem 3rem; }
  .portrait { max-width: 15rem; }
}

@media print {
  .site-nav, .skip-link, .site-footer a { display: none; }
  .site-header { border: 0; background: none; }
  a { color: inherit; text-decoration: none; }
  .site-main { max-width: none; }
}

/* Podpis na úvodní stránce */
.home-sign { display: flex; flex-direction: column; align-items: flex-end; gap: 0.15rem; margin: -0.5rem 0 1.5rem; }
.home-sign img { width: 11rem; height: auto; mix-blend-mode: multiply; }
.home-sign span { color: var(--muted); font-size: 0.9rem; font-style: italic; }

/* Fotogalerie (Cena Vize 97) */
.photos { display: flex; flex-wrap: wrap; gap: 0.75rem; list-style: none; padding: 0; margin: 1rem 0 2rem; }
.photos li { margin: 0; flex: 1 1 14rem; max-width: 20rem; }
.photos a { display: block; border: 1px solid var(--line); background: #fff; padding: 4px; }
.photos img { display: block; width: 100%; height: auto; }
.photos .caption { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 0.3rem; line-height: 1.3; }

/* Parte (Životopis) */
.parte { margin: 1.75rem 0 2rem; }
.parte a { display: inline-block; border: 1px solid var(--line); background: #fff; padding: 4px; }
.parte img { display: block; max-width: 15rem; height: auto; }
.parte figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0.4rem; max-width: 24rem; }
