/* Shared hierarchy, spacing and body typography for the four Czech pages. */
.section-label,
.about-label,
.date-label {
  margin:0 0 16px;
  color:#1a7dff;
  font-family:"Fira Sans",Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:1.3;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.new-labrix .about-label {
  color:#1a7dff;
}

.timeline-group .section-label {
  color:#b3d4ff;
}

.plan .section-label,
.chapter.reverse .section-label {
  color:#8fd3f4;
}

.contact .about-label {
  color:#b3d4ff;
}

.about,
.intro,
.plan,
.chapter,
.labyrinth {
  padding-top:clamp(64px,8vw,112px);
  padding-bottom:clamp(64px,8vw,112px);
}

.about h2 {
  margin-top:0;
}

.intro h2,
.plan h2,
.chapter h2,
.labyrinth h2 {
  margin:0 0 24px;
  font-size:clamp(40px,4.8vw,72px);
  line-height:1.02;
  letter-spacing:-.02em;
}

.plan-card h3,
.story h3 {
  margin:0 0 16px;
  font-size:clamp(27px,2.8vw,41px);
  line-height:1.08;
}

.about-copy p,
.copy,
.prose,
.plan-card p,
.story p,
.description,
.timeline-group p:last-child {
  font-family:"Fira Sans",Arial,sans-serif;
  font-size:clamp(17px,1.35vw,21px);
  font-weight:300;
  line-height:1.6;
}

.copy p + p,
.prose p + p,
.story p + p,
.description p + p,
.about-copy p + p {
  margin-top:20px;
}

.contact .about-copy p + p {
  margin-top:0;
}

.fact > span:last-child > span {
  font-family:"Fira Sans",Arial,sans-serif;
}

.closing blockquote {
  font-family:"Source Serif 4",Georgia,serif;
  font-style:italic;
  font-weight:400;
}

@media (max-width:820px) {
  .about,
  .intro,
  .plan,
  .chapter,
  .labyrinth {
    padding-top:56px;
    padding-bottom:56px;
  }
}
