/* The reading pages. Same voice as the home page: one face, one flame,
   no boxes and no rules. A commit square starts every block of copy,
   which is the one piece of furniture the home page allows itself. */

:root{
  --flame:  #C5341E;   /* the commit dot. The only colour on the page. */
  --coral:  #FF5A3C;   /* focus. Nothing else. */
  --paper:  #FAFAF8;
  --soot:   #0C0C0C;
  --brand:  'Archivo', system-ui, sans-serif;
  --ui:     'Archivo UI', 'Archivo', system-ui, sans-serif;
  --gut:    clamp(22px, 5vw, 56px);
  --max:    1180px;
  color-scheme: dark;
}

*{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; background: var(--soot); }
body{
  margin: 0; background: var(--soot); color: var(--paper);
  font-family: var(--brand);
  font-size: clamp(16px, 1vw, 17.5px); line-height: 1.55; font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: reduce){ *{ transition: none !important; } }

.wrap{ max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
a{ color: inherit; }
p{ margin: 0 0 1.05em; }
:focus-visible{ outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 2px; }

/* The small voice, for captions, times and places. */
.label{
  font-family: var(--ui); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(250,250,248,.58);
}

/* --- header ------------------------------------------------------- */
.bar .wrap{
  display: flex; align-items: flex-end; justify-content: space-between; gap: 14px 24px;
  flex-wrap: wrap; padding-block: clamp(22px, 3vw, 40px) 0;
}
.mark{
  font-family: var(--brand); font-weight: 900; font-variation-settings: 'wdth' 110;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: .86; letter-spacing: -0.04em;
  text-transform: uppercase; text-decoration: none; white-space: nowrap;
}
.mark i{ font-style: normal; color: var(--flame); }
.bar-right{ display: flex; align-items: center; gap: 26px; padding-bottom: .1em; }
.jump{
  font-family: var(--ui); font-weight: 600; font-size: 0.74rem; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(250,250,248,.62); text-decoration: none; white-space: nowrap;
}
.jump:hover{ color: var(--paper); }
.lang{ display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(250,250,248,.5); }
.lang a{ padding: 10px 4px; margin: -10px 0; text-decoration: none; color: rgba(250,250,248,.5); }
.lang a:hover, .lang a[aria-current="true"]{ color: var(--paper); }

/* --- the page ------------------------------------------------------ */
main{ display: block; padding-block: clamp(46px, 8vw, 110px) clamp(70px, 9vw, 130px); }
.title{
  font-family: var(--brand); font-weight: 900; font-variation-settings: 'wdth' 104;
  font-size: clamp(2.3rem, 6.2vw, 5.4rem); line-height: .92; letter-spacing: -0.035em;
  text-transform: uppercase; margin: 14px 0 clamp(26px, 3.4vw, 44px); max-width: 16ch;
}
.title i{ font-style: normal; color: var(--flame); }
.lede{
  font-family: var(--brand); font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.18; letter-spacing: -0.02em;
  max-width: 30ch; margin: 0 0 clamp(52px, 7vw, 96px);
}

/* Every block of copy starts with the commit, the way the home page does. */
.commit{
  display: block; width: clamp(10px, 1vw, 14px); height: clamp(10px, 1vw, 14px);
  background: var(--flame); margin: clamp(60px, 8vw, 110px) 0 clamp(26px, 3.2vw, 44px);
}
h2{
  font-family: var(--brand); font-weight: 800; font-variation-settings: 'wdth' 104;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.06; letter-spacing: -0.016em;
  margin: 0 0 clamp(20px, 2.4vw, 30px); max-width: 20ch;
}
h3{
  font-family: var(--brand); font-weight: 900; font-variation-settings: 'wdth' 102;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.2; letter-spacing: -0.01em;
  text-transform: uppercase; margin: clamp(30px, 3.4vw, 44px) 0 8px;
}
.prose{ max-width: 58ch; }
.prose p{ opacity: .82; }
.prose ul{ max-width: 58ch; padding-left: 1.1em; margin: 0 0 1.05em; opacity: .82; }
.prose li{ margin-bottom: .5em; }
.prose a{ text-underline-offset: 3px; }
.prose a:hover{ opacity: 1; }

/* The facts, the way the home page sets them: rows, no frame, label above. */
.facts{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3.4vw, 44px) clamp(30px, 4vw, 64px); margin: 0; }
.facts dt{ font-family: var(--brand); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,250,248,.58); }
.facts dd{
  margin: 6px 0 0; font-weight: 700;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.2; letter-spacing: -0.012em;
}
.facts dd a{ text-underline-offset: 3px; }
@media (max-width: 860px){ .facts{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px){ .facts{ grid-template-columns: 1fr; } }

/* The afternoon, hour by hour. The time is the small voice; no rules. */
.hours{ display: grid; gap: clamp(14px, 1.8vw, 22px); max-width: 62ch; }
.hours > div{ display: grid; grid-template-columns: 6.5em minmax(0, 1fr); gap: 6px 24px; align-items: baseline; }
.hours dt{ font-family: var(--brand); font-weight: 600; font-size: 0.78rem; letter-spacing: .1em; color: var(--flame); font-variant-numeric: tabular-nums; }
.hours dd{ margin: 0; opacity: .82; }
@media (max-width: 520px){ .hours > div{ grid-template-columns: 1fr; } }

/* The one thing to do, set as the flame block from the home page. */
.go{
  display: inline-flex; align-items: center; gap: .3em; text-decoration: none;
  background: var(--flame); color: var(--paper);
  font-family: var(--brand); font-weight: 900; font-variation-settings: 'wdth' 104; text-transform: uppercase;
  font-size: clamp(1.1rem, 1.9vw, 1.8rem); line-height: 1; letter-spacing: -0.02em;
  padding: .85em 1.1em .9em; transition: background-color .25s ease;
}
.go i{ display: inline-block; width: .26em; height: .26em; background: var(--paper); transition: transform .35s cubic-bezier(.16,1,.3,1); }
.go:hover, .go:focus-visible{ background: #A72A17; outline: none; }
.go:hover i, .go:focus-visible i{ transform: translateX(.35em); }
.go-note{ margin: 18px 0 0; max-width: 34ch; font-size: 0.95rem; opacity: .6; }
.go-note a{ text-underline-offset: 3px; }

/* Where to go next. Plain lines, no box. */
.more{ display: grid; gap: 10px; margin-top: clamp(26px, 3.2vw, 44px); }
.more a{ font-weight: 700; font-size: clamp(1rem, 1.3vw, 1.2rem); letter-spacing: -0.01em; opacity: .7;
  text-decoration: underline; text-decoration-color: rgba(250,250,248,.28); text-underline-offset: 5px; }
.more a:hover{ opacity: 1; text-decoration-color: currentColor; }

/* --- footer ------------------------------------------------------- */
footer{ background: var(--soot); color: var(--paper); padding-block: clamp(70px, 9vw, 130px) clamp(44px, 6vw, 72px); }
.foot-top{ display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 28px 56px; }
.sign{
  font-family: var(--brand); font-weight: 900; font-variation-settings: 'wdth' 110;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem); line-height: 0.86; letter-spacing: -0.04em;
  text-transform: uppercase; margin: 0; text-decoration: none;
}
.sign i{ font-style: normal; color: var(--flame); }
.foot-nav{ display: flex; flex-wrap: wrap; gap: 12px 30px; font-family: var(--ui); font-weight: 600; font-size: 0.76rem; letter-spacing: .09em; text-transform: uppercase; }
.foot-nav a{ color: rgba(250,250,248,.55); text-decoration: none; }
.foot-nav a:hover{ color: var(--paper); }
/* One narrow column of plain sentences, as on the home page. */
.foot-grid{
  display: grid; gap: 14px; max-width: 62ch;
  margin-top: clamp(44px, 5.5vw, 72px); font-size: 0.88rem; line-height: 1.55; opacity: .55;
}
.foot-grid p{ margin: 0; }
.foot-grid a{ text-underline-offset: 3px; }
