:root {
  --bg: #100c09;
  --ink: #f3eadf;
  --hot: #ff7a18;
  --line: #3a2416;
  --card: #1a120c;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body { font: 1.08rem/1.65 Georgia, "Iowan Old Style", "Palatino Linotype", serif; }
a { color: #ffc089; }
.ridge, .sole {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem 1.2rem;
  align-items: center;
  padding: 0.85rem 8vw;
}
.ridge { position: sticky; top: 0; background: #100c09; border-bottom: 3px solid var(--hot); z-index: 2; }
.sign { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--ink); font-weight: 700; letter-spacing: 0.02em; text-decoration: none; font-family: "Segoe UI", sans-serif; }
.sign img { width: 28px; height: 28px; display: block; }
.ridge nav a { color: #f3eadf; text-decoration: none; margin-left: 1.1rem; font-family: "Segoe UI", sans-serif; font-size: 0.95rem; }
.slab {
  padding: 3.2rem 8vw 2.2rem;
  border-left: 10px solid var(--hot);
  background: #16100c;
}
.slab h1 {
  margin: 0.2rem 0 0.8rem;
  max-width: 18ch;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.02;
}
.mark { color: var(--hot); font-style: italic; }
.lede { max-width: 36rem; margin: 0; color: #f6d7bc; }
.pair { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem; margin-top: 1.3rem; }
.frame { margin: 1.5rem 0 0; max-width: 40rem; }
.frame img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.frame figcaption { margin-top: 0.4rem; color: #c9b5a4; font-family: "Segoe UI", sans-serif; font-size: 0.85rem; }
.flare {
  display: inline-block;
  background: var(--hot);
  color: #1a0d04;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 0.75rem 1.15rem;
}
.note {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hot);
}
.sheet { padding: 1.6rem 8vw 3rem; max-width: 46rem; }
.slips { padding-left: 1.1rem; }
.slips li { margin: 0.35rem 0; }
.sole { border-top: 1px solid var(--line); color: #c9b5a4; font-size: 0.92rem; }
.age { width: 100%; margin: 0; color: #a8907c; }
.crumb { font-family: "Segoe UI", sans-serif; font-size: 0.85rem; }
@media (max-width: 700px) {
  .ridge nav a { margin: 0.4rem 0.8rem 0 0; }
  .slab, .sheet, .ridge, .sole { padding-left: 1.1rem; padding-right: 1.1rem; }
}
