/* VISITING HOURS · ZİYARET SAATLERİ — the reading edition.
   Generated by build/site_read.py. Edit the builder, never this file.
   No case transform of any kind, no small-caps, no webfont, no CDN, no request that leaves
   the page. The banned property is named in build/site_read.py and not here: a comment naming
   it would defeat the check that asserts it absent. */

@import url("site.css");

:root {
  /* the ticks and the reactions. The book's serif has no glyph for either (guard note 6 / T14):
     in print the rescue is a sans face, and on the web it is this fallback stack, which the
     browser reaches for PER GLYPH and only where the serif comes up empty. */
  --marks: "DejaVu Sans", "Segoe UI Symbol", "Noto Sans Symbols 2", "Arial Unicode MS",
           "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

/* ---------- the contents ---------- */
.contents { list-style: none; margin: 0 0 2.6rem; padding: 0; }
.contents li { display: flex; gap: 0.85em; margin: 0 0 0.34rem; align-items: baseline; }
.contents .n {
  flex: 0 0 1.9em;
  text-align: right;
  color: var(--ink-faint);
  font-size: 0.88em;
  font-variant-numeric: tabular-nums;
}
.contents a { text-decoration: none; border-bottom: 1px solid transparent; }
.contents a:hover { border-bottom-color: var(--accent); }
.part { margin-top: 3rem; font-size: 1.02rem; letter-spacing: 0.055em; }
.part:first-of-type { margin-top: 1.6rem; }

/* ---------- a piece ---------- */
.ordinal {
  margin: -0.25rem 0 2.3rem;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ink-faint);
}
.text { margin: 0; }
.para { margin: 0 0 1.15rem; }
.para:last-child { margin-bottom: 0; }

/* a CAPITAL line. The print editions set it bold, in the flow, and NOT as a document heading;
   promoting it to one would give the book a structure it does not have. */
p.caps { font-weight: 700; margin: 2rem 0 0.55rem; }
.para > p.caps:first-child { margin-top: 0; }
p.line, p.qa { margin: 0 0 0.5rem; }
p.line:last-child, p.qa:last-child, p.log:last-child { margin-bottom: 0; }

/* the timestamped log */
p.log {
  font-family: var(--mono);
  font-size: 0.86em;
  line-height: 1.55;
  margin: 0 0 0.2rem;
  padding-left: 3.6em;
  text-indent: -3.6em;
}

/* the verse */
p.verse { font-style: italic; padding-left: 1.6em; }

/* the group chat. Its typography is content, not formatting (guard note 6 / T14). */
p.chat { margin: 0 0 0.6rem; font-family: var(--serif), var(--marks); }
p.chat.meta {
  text-align: center;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.94em;
  margin: 1.3rem auto;
}
.tick { font-family: var(--marks); }

/* ---------- FORM 1 ---------- */
.form-head { text-align: center; font-weight: 700; margin: 0 0 0.5rem; }
/* the form's HEAD row is the page's h1, because a real heading is what the accessibility rule asks
   for. It is set at the size the print editions set it — a modest bold head, not a title. */
h1.form-head { font-size: 1.15rem; letter-spacing: 0.03em; line-height: 1.35; }
.form-sub {
  text-align: center;
  font-style: italic;
  font-size: 0.88rem;
  color: var(--ink-faint);
  margin: 0 0 2.4rem;
}
.fields { margin: 0; }
.formrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem 1.2rem;
  margin: 0 0 1.5rem;
}
.formrow dt { font-weight: 700; font-size: 0.88rem; }
.formrow .fnum {
  color: var(--ink-faint);
  font-weight: 400;
  font-size: 0.85em;
  margin-right: 0.9em;
  font-variant-numeric: tabular-nums;
}
.formrow dd { margin: 0; }
.formrow .value { display: block; min-height: 1.55rem; border-bottom: 1px solid var(--rule); }
/* guard note T11: the field is ruled through AT THE PRINTER'S, before issue. The mark is drawn,
   never written: no text is baked into it, and the row's own note carries the fact in words. */
.formrow .value .strike {
  display: block;
  width: 68%;
  height: 0.75rem;
  border-bottom: 1px solid var(--ink-faint);
}
.formrow .box {
  display: inline-block;
  width: 0.95rem;
  height: 0.95rem;
  border: 1px solid var(--ink-faint);
  vertical-align: -0.1rem;
}
.formrow .fnote { font-style: italic; font-size: 0.82rem; color: var(--ink-faint); }
@media (min-width: 34rem) {
  .formrow { grid-template-columns: 13em minmax(0, 1fr); }
  .formrow .fnote { grid-column: 1 / -1; }
}
.form-note { margin: 2.6rem 0 3rem; }
.sig {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
  gap: 1.6rem 1.7rem;
  margin: 0 0 2.4rem;
}
.sigfield { display: flex; flex-direction: column; }
.sigfield .slabel {
  margin-top: 3.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--rule);
  font-weight: 700;
  font-size: 0.86rem;
}
.sigfield .scap {
  margin-top: 0.3rem;
  font-style: italic;
  font-size: 0.8rem;
  color: var(--ink-faint);
  min-height: 1em;
}
.form-foot { font-style: italic; font-size: 0.85rem; color: var(--ink-faint); margin: 0; }

/* ---------- the sequence. It names no destination: ruling (R5). ---------- */
.seq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 2rem;
  margin: 3.6rem 0 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--rule);
  font-size: 0.94rem;
}
.seq a { text-decoration: none; }
.seq a:hover { text-decoration: underline; }
.seq .next { margin-left: auto; }

/* ------------------------------------------------------------------------------------------
   THE JUMP NAVIGATOR — every story reachable from inside any story.
   Added 2026-08-30 at the author's word: previous and next alone made a sixty-seat book a
   corridor with two doors.

   NO SCRIPT ANYWHERE. A native <details> is the whole mechanism, and check S8 asserts the site
   carries no script at all. Closed by default so it never pushes the text down; on a wide screen
   the rail is lifted out of the flow and made sticky, so a reader can leave it open beside the
   text. It works with JS off because there is nothing to switch off.
   ------------------------------------------------------------------------------------------ */
.jump { margin: 0 0 2.2rem; font-size: 0.92rem; }
.jump > summary {
  cursor: pointer;
  color: var(--ink-faint);
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--rule);
  list-style: none;
}
.jump > summary::-webkit-details-marker { display: none; }
.jump > summary::after { content: " ▾"; }
.jump[open] > summary::after { content: " ▴"; }
.jump > summary:hover { color: var(--ink); }
.jump > summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.jump-list { padding: 1rem 0 0.4rem; }
.jump-list .part { font-size: 0.78rem; margin: 1.1rem 0 0.4rem; color: var(--ink-faint); }
.jump-list .contents { list-style: none; margin: 0; padding: 0; }
.jump-list .contents li { display: flex; gap: 0.6rem; padding: 0.12rem 0; }
.jump-list .contents .n { min-width: 1.6rem; text-align: right; color: var(--ink-faint); }
.jump-list a { text-decoration: none; }
.jump-list a:hover { text-decoration: underline; }
/* The seat the reader is in. Marked aria-current="page" as well, so it is not color alone. */
.jump-list li.here > .t > a { color: var(--accent); }
.jump-all { margin: 0 0 0.6rem; }

@media (min-width: 1180px) {
  /* Wide enough to hold a rail beside the measure without crowding it. The text column does not
     move: the rail is taken out of the flow, so the page a reader reads is the page they read
     before this existed. */
  .jump {
    position: fixed;
    top: 5.2rem;
    left: max(1rem, calc(50vw - 34rem));
    width: 15rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    margin: 0;
    font-size: 0.82rem;
  }
  .jump-list .contents li { padding: 0.06rem 0; }
}

/* R-24 / guard note 5a: the untranslated page is set ROMAN, like any story. Nothing here
   italicises it, and nothing may. */
[lang="eo"] { font-style: normal; }
