:root {
  --night: #1c1410;
  --soot: #2a2018;
  --ash: #e8ddd0;
  --paper: #f4eadb;
  --flame: #e85a24;
  --ember: #ff8a4a;
  --enamel: #2f6e68;
  --wine: #7a3340;
  --mute: #b7a99a;
  --line: rgba(232, 221, 208, 0.14);
  --serif: "Alice", "Times New Roman", serif;
  --sans: "Commissioner", system-ui, sans-serif;
  --mono: "PT Mono", ui-monospace, monospace;
  --spine: 92px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ash);
  background: var(--night);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.skip {
  position: absolute;
  left: calc(var(--spine) + 12px);
  top: -48px;
  padding: 8px 12px;
  background: var(--flame);
  color: var(--night);
  z-index: 50;
}
.skip:focus { top: 12px; }

.spine {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--spine);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 10px;
  background: #140f0c;
  border-right: 1px solid var(--line);
}
.mark { display: grid; place-items: center; gap: 6px; text-align: center; }
.wick {
  width: 10px;
  height: 28px;
  background: var(--flame);
  clip-path: polygon(50% 0, 100% 38%, 68% 38%, 68% 100%, 32% 100%, 32% 38%, 0 38%);
}
.mark b { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; }
.lang { display: flex; flex-direction: column; width: 100%; border: 1px solid var(--ash); }
.lang button {
  border: 0;
  background: transparent;
  padding: 8px 0;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
}
.lang button.is-on { background: var(--ash); color: var(--night); }
.dots {
  display: flex;
  flex-direction: column;
  gap: 14px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  flex: 1;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.dots a:hover { color: var(--ember); }
.spine-tel {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ember);
}
.menu { display: none; }

main { margin-left: var(--spine); }

.lockup {
  padding: 48px 7vw 12px;
  max-width: 1100px;
}
.where {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 36px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}
.where a { color: var(--ember); }
h1 { margin: 0; }
.h-kicker {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--enamel);
  margin-bottom: 14px;
}
.h-line {
  display: block;
  font-family: var(--serif);
  font-size: clamp(42px, 7.2vw, 92px);
  font-weight: 400;
  line-height: 0.95;
}
.h-line.italic { font-style: italic; color: var(--flame); }
.caption {
  max-width: 46rem;
  margin: 28px 0 0;
  color: var(--mute);
  font-size: 18px;
}

.stove-wrap {
  padding: 12px 4vw 72px;
  display: grid;
  justify-items: center;
}
.stove {
  --r: min(250px, 38vw);
  position: relative;
  width: calc(var(--r) * 2 + 140px);
  height: calc(var(--r) * 2 + 140px);
  max-width: 100%;
}
.chamber {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  margin: -22px 0 0 -59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 6px;
  border: 1px solid var(--line);
  background: var(--soot);
  cursor: pointer;
  transform: rotate(calc(var(--i) * 60deg)) translateY(calc(var(--r) * -1)) rotate(calc(var(--i) * -60deg));
}
.chamber i {
  font-style: normal;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--flame);
}
.chamber span { font-weight: 700; font-size: 13px; }
.chamber.on,
.chamber:hover {
  background: var(--flame);
  color: var(--night);
  border-color: var(--flame);
}
.chamber.on i,
.chamber:hover i { color: var(--night); }
.core {
  position: absolute;
  inset: 26%;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 28px 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, #3a2418 0%, var(--night) 70%);
  border: 2px solid color-mix(in srgb, var(--flame) 55%, transparent);
  box-shadow: inset 0 0 48px rgba(232, 90, 36, 0.18);
}
.core .k {
  margin: 0 0 6px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ember);
}
.core h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}
.core p { margin: 0; color: var(--mute); font-size: 14px; }
.stove-hint {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--mute);
  text-align: center;
}

.watch {
  background: var(--paper);
  color: var(--night);
  padding: 0;
}
.watch-head {
  padding: 64px 7vw 28px;
  max-width: 820px;
}
.kicker {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--flame);
}
.watch h2,
.letter h2,
.talk h2,
.card h2,
.halve h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.15;
}
.hours {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  overflow-x: auto;
  border-top: 1px solid rgba(28, 20, 16, 0.12);
}
.hours li {
  min-width: 180px;
  padding: 22px 20px 36px;
  border-right: 1px solid rgba(28, 20, 16, 0.12);
}
.hours li:last-child { border-right: 0; }
.hours time {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--flame);
  margin-bottom: 18px;
}
.hours b { display: block; font-size: 20px; margin-bottom: 8px; }
.hours p { margin: 0; color: #5c5148; font-size: 14px; }

.letter {
  background: var(--paper);
  color: var(--night);
  display: grid;
  grid-template-columns: 1fr minmax(240px, 280px);
  gap: 48px;
  padding: 48px 7vw 80px;
  align-items: start;
}
.dateline {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(28, 20, 16, 0.25);
  font-family: var(--mono);
  font-size: 12px;
  color: #6a5d52;
}
.letter h2 { grid-column: 1 / -1; max-width: 18ch; }
.folio p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 1.2em;
}
.kindling {
  position: sticky;
  top: 24px;
  padding: 18px 16px;
  background: #efe4d2;
  border-left: 3px solid var(--flame);
}
.kindling p {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--flame);
}
.kindling ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.kindling li { display: flex; gap: 10px; font-size: 13px; }
.kindling i {
  font-style: normal;
  font-family: var(--mono);
  color: var(--flame);
}

.halve { display: grid; grid-template-columns: 1fr 1fr; }
.halve article { padding: 72px 7vw; }
.lit { background: var(--flame); color: #2a1208; }
.cold { background: #120e0c; color: var(--ash); }
.halve p {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lit p { color: #5a220f; }
.cold p { color: var(--ember); }
.halve ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.halve li {
  padding-left: 18px;
  position: relative;
  font-size: 18px;
}
.halve li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.lit li::before { background: #2a1208; }
.cold li::before { background: var(--enamel); }

.talk { padding: 80px 7vw; }
.talk h2 { max-width: 16ch; }
.voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
  max-width: 980px;
}
blockquote { margin: 0; padding: 18px 20px; }
.guest { background: var(--soot); }
.keep { background: color-mix(in srgb, var(--enamel) 22%, var(--night)); }
cite {
  display: block;
  font-style: normal;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 8px;
}
.keep cite { color: #8fd0c8; }
blockquote p { margin: 0; font-size: 17px; }

.place {
  position: relative;
  min-height: 720px;
}
.map-bleed iframe {
  width: 100%;
  height: 720px;
  border: 0;
  display: block;
  filter: grayscale(0.45) contrast(1.05);
}
.map-link {
  position: absolute;
  right: 24px;
  bottom: 20px;
  margin: 0;
  font-weight: 700;
  background: var(--night);
  padding: 8px 12px;
}
.map-link a { color: var(--ember); }
.card {
  position: absolute;
  left: 7vw;
  top: 48px;
  width: min(440px, calc(100% - 14vw));
  padding: 28px 26px 24px;
  background: var(--paper);
  color: var(--night);
  box-shadow: 12px 18px 0 var(--night);
}
.pins { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
.pins span {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6a5d52;
}
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form label { display: grid; gap: 4px; font-size: 13px; font-weight: 600; }
.form .wide, .note, .ok, .send { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  border: 1px solid rgba(28, 20, 16, 0.2);
  background: #fffaf2;
  padding: 10px;
}
.send {
  border: 0;
  background: var(--night);
  color: var(--paper);
  min-height: 46px;
  font-weight: 700;
  cursor: pointer;
}
.note, .ok { margin: 0; font-size: 12px; color: #6a5d52; }

.colophon {
  margin-left: var(--spine);
  display: grid;
  grid-template-columns: 1.4fr auto auto;
  gap: 8px 28px;
  padding: 28px 7vw;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--mute);
}
.colophon b { color: var(--ash); }
.copy { grid-column: 1 / -1; font-family: var(--mono); font-size: 12px; }

@media (max-width: 980px) and (min-width: 641px) {
  .stove { --r: min(150px, 28vw); width: min(100%, 420px); height: min(92vw, 420px); }
  .chamber { width: 92px; margin-left: -46px; }
  .core { inset: 28%; padding: 16px 12px; }
  .core h2 { font-size: 16px; }
}
@media (max-width: 640px) {
  .stove {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    height: auto;
    --r: 0;
  }
  .chamber {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 14px;
  }
  .core {
    position: static;
    grid-column: 1 / -1;
    order: -1;
    inset: auto;
    border-radius: 8px;
    min-height: 160px;
  }
}
@media (max-width: 980px) {
  :root { --spine: 0px; }
  .spine {
    position: sticky;
    top: 0;
    inset: auto;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .dots {
    display: none;
    writing-mode: horizontal-tb;
    transform: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #140f0c;
    padding: 16px 20px 20px;
    flex-direction: column;
    gap: 12px;
    z-index: 50;
  }
  body.nav-open .dots { display: flex; }
  .spine-tel { display: none; }
  .menu {
    display: inline-flex;
    margin-left: auto;
    border: 1px solid var(--ash);
    background: transparent;
    padding: 6px 10px;
    cursor: pointer;
  }
  .lang { flex-direction: row; width: auto; }
  .letter, .halve, .voices, .form, .colophon { grid-template-columns: 1fr; }
  .letter h2, .kindling { grid-column: 1; }
  .kindling { position: static; }
  .hours { grid-template-columns: repeat(6, 200px); }
  .place { min-height: 0; }
  .map-bleed iframe { height: 280px; }
  .card {
    position: static;
    width: auto;
    margin: 0;
    box-shadow: none;
  }
  .map-link { position: static; padding: 12px 7vw; }
  .lockup, .talk, .letter { padding-left: 5vw; padding-right: 5vw; }
  .halve article { padding: 48px 5vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
