:root {
  --paper: #efe6d6;
  --ink: #1c1610;
  --muted: #5a5248;
  --rule: #cbbba3;
  --brick: #9a3c22;
  --moss: #2f4a3c;
  --card: #f7f1e6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
}
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: var(--card); padding: .4rem .7rem; z-index: 2; }
a { color: var(--moss); }
a:hover { color: var(--brick); }
.mast, main, .colophon {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.1rem 1.4rem;
}
.mast {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--ink);
}
.wordmark {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  font-size: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.mast nav { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.mast nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.mast nav a:hover { color: var(--brick); }
.intro { padding: 2.4rem 0 1.2rem; max-width: 44rem; }
.eyebrow, .desk {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brick);
  font-weight: 600;
  margin: 0 0 0.6rem;
}
.intro h1, .story h1, .section-head h1 {
  font-family: Fraunces, Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 0.8rem;
  text-wrap: pretty;
}
.standfirst, .dek {
  font-size: 1.2rem;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}
.lead {
  background: var(--card);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.6rem 1rem 1.8rem;
  margin: 0.5rem 0 2.2rem;
  max-width: 46rem;
}
.lead h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  margin: 0.2rem 0 0.7rem;
}
.lead h2 a { color: inherit; text-decoration: none; }
.lead h2 a:hover { color: var(--brick); }
.more { font-weight: 600; }
.desks {
  display: grid;
  gap: 1.6rem 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 800px) {
  .desks { grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
}
.desk-col h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
  border-top: 2px solid var(--ink);
  padding-top: 0.7rem;
}
.desk-col h2 a { color: inherit; text-decoration: none; }
.desk-col p { color: var(--muted); margin: 0 0 0.8rem; font-size: 0.95rem; }
.desk-col ul { list-style: none; padding: 0; margin: 0; }
.desk-col li { padding: 0.45rem 0; border-top: 1px solid var(--rule); }
.desk-col li a { color: var(--ink); text-decoration: none; font-weight: 600; }
.desk-col li a:hover { color: var(--brick); }
.story { max-width: 46rem; padding: 1.8rem 0 3.4rem; }
.body { font-size: 1.12rem; line-height: 1.65; }
.byline { color: var(--muted); font-size: 0.92rem; }
.body h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.45rem;
  margin-top: 2.1rem;
}
.body h3 { font-size: 1.08rem; margin-top: 1.5rem; }
.body ul, .body ol { padding-left: 1.2rem; }
.body li { margin: 0.35rem 0; }
.body table { width: 100%; border-collapse: collapse; font-size: 0.92rem; margin: 1.2rem 0; }
.body th, .body td {
  text-align: left;
  vertical-align: top;
  padding: 0.45rem 0.5rem 0.45rem 0;
  border-bottom: 1px solid var(--rule);
}
.body th { font-weight: 600; }
.body blockquote {
  margin: 1.4rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--brick);
  color: var(--muted);
}
.section-head { max-width: 46rem; padding-top: 1.6rem; }
.index { list-style: none; padding: 0 0 3rem; max-width: 46rem; }
.index li { padding: 1rem 0; border-top: 1px solid var(--rule); }
.index a { color: var(--ink); font-family: Fraunces, Georgia, serif; font-size: 1.25rem; text-decoration: none; }
.index a:hover { color: var(--brick); }
.index p { margin: 0.35rem 0 0; color: var(--muted); }
.disclaimer {
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.92rem;
}
.colophon {
  border-top: 2px solid var(--ink);
  color: var(--muted);
  font-size: 0.9rem;
}
.colophon .links { display: flex; gap: 1rem; flex-wrap: wrap; }
.colophon a { color: var(--muted); }
.shop-card {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 0;
  margin: 1.7rem 0 1.9rem;
  background: #fffaf2;
  border: 2px solid var(--ink);
  border-top: 7px solid var(--brick);
  box-shadow: 6px 6px 0 var(--ink);
}
.shop-card-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid var(--rule);
  min-height: 10.5rem;
  padding: 0.7rem;
}
.shop-card-photo img {
  display: block;
  width: 100%;
  height: 9.2rem;
  object-fit: contain;
}
.shop-card-body {
  display: flex;
  flex-direction: column;
  padding: 0.95rem 1.05rem 1.05rem;
  min-width: 0;
}
.shop-card-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brick);
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.shop-card-title {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.2;
  margin: 0 0 0.4rem;
  text-wrap: pretty;
}
.shop-card-title a { color: var(--ink); text-decoration: none; }
.shop-card-title a:hover { color: var(--brick); }
.shop-card-note {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.4;
  flex: 1;
}
.shop-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  background: var(--brick);
  color: #fffaf2;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0.45rem 0.8rem;
}
.shop-card-cta:hover,
.shop-card-cta:focus-visible {
  background: var(--moss);
  color: #fffaf2;
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
@media (max-width: 560px) {
  .shop-card {
    grid-template-columns: 1fr;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .shop-card-photo {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    min-height: 0;
    padding: 1rem 1rem 0.6rem;
  }
  .shop-card-photo img { height: 10rem; }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.crumbs { margin: 0 0 1rem; }
.crumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--rule);
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--brick); }
.byline a { color: var(--muted); }
.byline a:hover { color: var(--brick); }
.next-read {
  margin: 2.4rem 0 0;
  padding-top: 1.2rem;
  border-top: 2px solid var(--ink);
}
.next-read h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 0.8rem;
}
.next-read ul { list-style: none; padding: 0; margin: 0; }
.next-read li { padding: 0.7rem 0; border-top: 1px solid var(--rule); }
.next-read li:first-child { border-top: 0; padding-top: 0; }
.next-read a {
  color: var(--ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  text-decoration: none;
}
.next-read a:hover { color: var(--brick); }
.next-read p { margin: 0.3rem 0 0; color: var(--muted); font-size: 0.95rem; }
.search-form {
  display: flex;
  gap: 0.5rem;
  margin: 1.4rem 0 0.8rem;
  max-width: 36rem;
}
.search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  font: inherit;
  padding: 0.55rem 0.7rem;
  border: 2px solid var(--ink);
  background: var(--card);
  color: var(--ink);
}
.search-form button {
  font: inherit;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  border: 2px solid var(--ink);
  background: var(--brick);
  color: #fffaf2;
  cursor: pointer;
}
.search-form button:hover { background: var(--moss); }
.search-status { color: var(--muted); margin: 0 0 0.6rem; }
.desk-jump {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
}
.desk-jump a { font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
