:root {
  color-scheme: light;
  --bg: #fbf8f2;
  --footer-bg: #f5f0e6;
  --panel: #f3ede1;
  --panel-border: 0;
  --ink: #2e2a25;
  --muted: #837a6d;
  --rule: #e8e0d1;
  --rule-strong: #cfc4af;
  --accent: #ae5639;
  --accent-hover: #94462d;
  --btn-bg: #ae5639;
  --btn-ink: #fbf8f2;
  --btn-bg-hover: #94462d;
  --btn-ink-hover: #fbf8f2;
  --btn-border: 0;
  --radius: 10px;
  --radius-img: 8px;
  --radius-btn: 8px;
  --wrap: 800px;
  --measure: 640px;
  --page: 1120px;
  --gutter: 20px;
  --font-head: "Lora", Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --head-weight: 600;
  --head-tracking: 0;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/fonts/lora/lora-cyrillic-600-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/fonts/lora/lora-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.wide .wrap {
  max-width: var(--page);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--accent);
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a[href] {
  cursor: pointer;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

p,
h1,
h2,
h3,
li {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  letter-spacing: var(--head-tracking);
  line-height: 1.15;
}

p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: var(--gutter);
  top: 12px;
  z-index: 10;
  background: var(--ink);
  color: var(--bg);
  padding: 8px 12px;
}

.wrap,
.col,
.col-wide {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.page {
  max-width: var(--page);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.measure {
  max-width: 720px;
}

.site-header {
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
}

.site-header .bar {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 60px;
}

.logo {
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: var(--head-weight);
  letter-spacing: -0.01em;
  overflow-wrap: normal;
  text-decoration: none;
  white-space: nowrap;
  word-break: keep-all;
}

.logo:hover {
  text-decoration: none;
}

.logo .tld {
  color: var(--accent);
}

.site-nav {
  display: none;
}

.site-nav a,
.mobile-nav a {
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.mobile-nav a:hover,
.site-nav a.is-active,
.mobile-nav a.is-active {
  color: var(--accent);
}

.mobile-nav {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 var(--gutter) 12px;
  scrollbar-width: none;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.breadcrumbs {
  padding-top: 20px;
  color: var(--muted);
  font-size: 14.5px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px 0 4px;
  color: var(--rule-strong);
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs li[aria-current="page"] {
  min-width: 0;
}

.breadcrumbs li[aria-current="page"] span {
  display: inline-block;
  max-width: min(42ch, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.lead-band {
  display: grid;
  gap: 8px 40px;
  align-items: baseline;
  padding: 30px 0 28px;
  border-bottom: 1px solid var(--rule);
}

.lead-band h1,
.lead-band > p:first-child:not(.sub) {
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: var(--head-weight);
  line-height: 1.25;
  text-wrap: balance;
}

.lead-band h1 {
  margin: 0;
}

.lead-band .eyebrow {
  grid-column: 1 / -1;
}

.lead-band .sub {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
}

.section {
  padding: 44px 0;
  border-bottom: 1px solid var(--rule);
}

.section:last-of-type {
  border-bottom: 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.section-head h2 {
  font-size: clamp(23px, 3vw, 28px);
  line-height: 1.2;
}

.section-head .more {
  flex: none;
  color: var(--accent);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.section-head .more:hover {
  text-decoration: underline;
}

.featured {
  display: grid;
  gap: 22px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.featured:hover {
  text-decoration: none;
}

.featured .ph,
.featured .ph-slot {
  margin: 0;
}

.rubric,
.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured h3 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.2;
}

.featured:hover h3,
.card:hover h3 {
  color: var(--accent);
}

.featured p {
  max-width: 46ch;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.meta-row,
.article-meta,
.empty-state,
.card p,
.tile .t-count,
figcaption {
  color: var(--muted);
}

.feed,
.card-grid {
  display: grid;
  gap: 30px 32px;
}

.card {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.hub-card {
  display: block;
  min-height: 220px;
  padding: 24px;
  color: var(--ink);
  background: var(--panel);
  border: var(--panel-border);
  border-radius: var(--radius);
  text-decoration: none;
}

.card:hover {
  text-decoration: none;
}

.hub-card:hover {
  text-decoration: none;
}

.hub-card:hover h3 {
  color: var(--accent);
}

.hub-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.hub-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.card .ph,
.card .ph-slot {
  margin-bottom: 12px;
}

.card h3 {
  margin: 6px 0;
  font-size: 19.5px;
  line-height: 1.3;
}

.card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.5;
}

.tiles,
.rubric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--panel);
  border: var(--panel-border);
  border-radius: var(--radius);
  text-decoration: none;
}

.tile:hover {
  color: var(--accent);
  text-decoration: none;
}

.tile .t-name {
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: var(--head-weight);
  line-height: 1.2;
}

.tile .t-count {
  flex: none;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.tile:hover .t-count {
  color: inherit;
}

.rubric-intro {
  padding: 28px 0 0;
}

.rubric-intro h1,
.page-head h1 {
  margin: 8px 0 16px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.14;
}

.rubric-intro p,
.page-head p {
  margin: 0 0 1em;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
}

.rubric-intro p.muted,
.page-head p.muted {
  color: var(--muted);
}

.rubric-intro .lead-band {
  padding-top: 22px;
}

.rubric-intro .lead-band h1 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.25;
}

.rubric-intro .lead-band .sub {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.rubric-intro .rubric-note {
  max-width: 72ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: var(--panel);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.chip:hover {
  color: var(--accent);
}

.chip.is-active {
  color: var(--bg);
  background: var(--accent);
}

.chip.is-active:hover {
  color: var(--bg);
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 44px 0 8px;
}

.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  color: var(--ink);
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}

.pager a:hover {
  color: var(--accent);
  background: var(--panel);
}

.pager .is-active {
  color: var(--bg);
  background: var(--accent);
  font-weight: 600;
}

.pager .gap {
  min-width: auto;
  padding: 0 2px;
  color: var(--muted);
}

.pager .nav-arrow {
  gap: 6px;
  font-size: 15px;
}

.pager .nav-arrow.is-off {
  color: var(--rule-strong);
  pointer-events: none;
}

.article-head h1,
.article h1 {
  margin: 18px 0 16px;
  font-size: clamp(30px, 6.4vw, 46px);
  line-height: 1.18;
  text-wrap: balance;
}

.lead,
.lede {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(19px, 2.4vw, 21px);
  line-height: 1.55;
  text-wrap: pretty;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  font-size: 14.5px;
}

.article-meta .dot::before {
  content: "·";
  margin-right: 10px;
  color: var(--rule-strong);
}

.article-meta b {
  color: var(--ink);
  font-weight: 600;
}

.article-head > *,
.body > :not(figure),
.prose > :not(figure) {
  max-width: var(--measure);
  margin-right: auto;
  margin-left: auto;
}

.article-head h1,
.article-head .lead,
.article-head .article-meta,
.article-head .breadcrumbs {
  max-width: none;
}

.col > .article-head h1,
.col > .article-head .lead {
  max-width: var(--measure);
  margin-right: auto;
  margin-left: auto;
}

figure {
  margin: 28px 0;
}

.cover {
  margin-top: 12px;
  margin-bottom: 14px;
}

.cover .ph {
  aspect-ratio: 4 / 3;
}

.ph {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--panel);
  border-radius: var(--radius-img);
}

.illust {
  display: block;
  width: 100%;
  height: auto;
  background: var(--panel);
  border-radius: var(--radius-img);
}

.body > .map-insets,
.prose > .map-insets {
  max-width: var(--media);
}

.map-insets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 28px 0;
}

.map-insets figure {
  min-width: 0;
  margin: 0;
}

.map-inset figcaption {
  color: var(--muted);
}

.map-inset .illust {
  border: 1px solid var(--rule);
}

.map-legend {
  padding-left: 1.35em;
}

.map-legend li {
  padding-left: 0.2em;
  margin-bottom: 0.55em;
}

.has-map-lightbox,
.has-map-lightbox body {
  overflow: hidden;
}

.map-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: rgba(35, 32, 28, 0.86);
}

.map-lightbox.is-open {
  display: block;
}

.map-lightbox__viewport {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

.map-lightbox__viewport img {
  display: block;
  width: max(100%, 1400px);
  max-width: none;
  margin: 72px auto;
}

.map-lightbox__viewport img {
  height: auto;
  background: var(--bg);
  border-radius: var(--radius-img);
}

.map-lightbox__close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1001;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.ph-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 24px;
  text-align: center;
  background: repeating-linear-gradient(45deg, var(--panel) 0, var(--panel) 14px, var(--bg) 14px, var(--bg) 28px);
  border: 1px dashed var(--rule-strong);
  border-radius: var(--radius-img);
}

.ph-slot span {
  max-width: 84%;
  padding: 6px 12px;
  color: var(--muted);
  background: var(--bg);
  border-radius: 6px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 13.5px;
  line-height: 1.5;
}

figcaption {
  padding-top: 10px;
  font-size: 14.5px;
  line-height: 1.5;
}

.toc {
  margin: 28px 0 26px;
  padding: 22px 22px 24px;
  background: var(--panel);
  border: var(--panel-border);
  border-radius: var(--radius);
}

.body > .toc:first-child,
.prose > .toc:first-child {
  margin-top: 12px;
}

.toc summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
  user-select: none;
}

.toc summary::-webkit-details-marker {
  display: none;
}

.toc summary::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  margin-left: auto;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.15s ease;
}

.toc[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.toc[open] summary {
  margin-bottom: 20px;
}

.toc ol {
  display: grid;
  gap: 12px;
  counter-reset: toc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc li {
  display: grid;
  grid-template-columns: 2em minmax(0, 1fr);
  column-gap: 12px;
  align-items: baseline;
  counter-increment: toc;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.toc li::before {
  content: counter(toc) ".";
  color: var(--muted);
  font-size: inherit;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: inherit;
  text-align: right;
}

.toc a {
  color: var(--ink);
  text-decoration: none;
}

.toc a:hover {
  color: var(--accent);
}

.body,
.prose {
  display: flow-root;
  font-size: 1rem;
}

.body h2,
.prose h2 {
  margin: 40px 0 16px;
  font-size: clamp(25px, 4vw, 32px);
  line-height: 1.25;
  scroll-margin-top: 24px;
}

.body h3,
.prose h3 {
  margin: 32px 0 12px;
  font-size: clamp(20px, 3vw, 23px);
  line-height: 1.3;
}

.body p,
.prose p {
  margin: 0 0 1.15em;
  text-wrap: pretty;
}

.body ul,
.body ol,
.prose ul,
.prose ol {
  margin: 0 0 1.3em;
  padding-left: 24px;
}

.body li,
.prose li {
  margin-bottom: 8px;
}

.body .toc ol,
.prose .toc ol {
  margin: 0;
  padding: 0;
}

.body .toc li,
.prose .toc li {
  margin: 0;
}

.body li::marker,
.prose li::marker {
  color: var(--accent);
}

.body blockquote,
.prose blockquote {
  margin: 30px 0;
  padding: 2px 0 2px 22px;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  font-size: 19px;
  font-style: italic;
}

.callout {
  margin: 30px 0;
  padding: 18px 22px 16px;
  background: var(--panel);
  border: var(--panel-border);
  border-radius: var(--radius);
}

.callout .label {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.callout p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.callout p + p {
  margin-top: 10px;
}

.table-scroll {
  overflow-x: auto;
  margin: 28px 0;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 16.5px;
  line-height: 1.5;
}

caption {
  padding-bottom: 10px;
  color: var(--muted);
  caption-side: top;
  font-size: 14.5px;
  text-align: left;
}

th {
  padding: 10px 18px 10px 0;
  color: var(--muted);
  border-bottom: 2px solid var(--rule-strong);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
}

td {
  padding: 12px 18px 12px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

td b {
  font-weight: 600;
}

.num {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.commercial-note,
.ad-card {
  position: relative;
  margin: 40px 0;
  padding: 20px 22px;
  background: var(--panel);
  border: var(--panel-border);
  border-radius: var(--radius);
}

.commercial-note strong,
.ad-card .ad-title {
  display: block;
  margin: 0 0 8px;
  padding-right: 76px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: var(--head-weight);
  line-height: 1.3;
}

.commercial-note p,
.ad-card p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 16.5px;
}

.ad-card .ad-mark {
  position: absolute;
  top: 14px;
  right: 18px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-card .partner {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  min-height: 44px;
  padding: 11px 22px;
  color: var(--btn-ink);
  background: var(--btn-bg);
  border: var(--btn-border);
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.btn:hover {
  color: var(--btn-ink-hover);
  background: var(--btn-bg-hover);
  text-decoration: none;
}

.ad-card .fine {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  margin: 16px 0 8px;
}

.faq details {
  border-bottom: 1px solid var(--rule);
}

.faq details:first-of-type {
  border-top: 1px solid var(--rule);
}

.faq summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  user-select: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: "+";
  flex: none;
  color: var(--accent);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(2px);
}

.faq details[open] summary::before {
  content: "-";
}

.faq .answer {
  padding: 0 0 18px 36px;
}

.faq .answer p {
  margin: 0 0 0.8em;
  font-size: 17px;
}

.body > :not(figure),
.prose > :not(figure) {
  margin-inline: auto;
}

.sources {
  clear: both;
  display: block;
  width: 100%;
  color: var(--muted);
  font-size: 15.5px;
}

.sources li {
  margin-bottom: 6px;
}

.author {
  clear: both;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 44px 0;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

article > .author.col {
  max-width: calc(var(--measure) + var(--gutter) * 2);
  margin-right: auto;
  margin-left: auto;
}

.avatar {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--bg);
  background: var(--accent);
  border-radius: 50%;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: var(--head-weight);
}

.author .name {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.author .about {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.read-also {
  padding-top: 8px;
  padding-bottom: 24px;
}

.read-also h2 {
  margin: 0 0 22px;
  font-size: 25px;
}

.cards {
  display: grid;
  gap: 28px;
}

.site-footer {
  margin-top: 32px;
  background: var(--footer-bg);
  border-top: 1px solid var(--rule);
  font-size: 15.5px;
}

.site-footer .cols {
  display: grid;
  gap: 28px;
  padding: 36px 0 28px;
}

.site-footer .f-logo {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 21px;
}

.site-footer .f-about {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer h4 {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul a {
  color: var(--ink);
  text-decoration: none;
}

.site-footer ul a:hover {
  color: var(--accent);
}

.site-footer .legal {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  padding: 18px 0 26px;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  font-size: 14px;
}

.site-footer .legal span {
  white-space: nowrap;
}

.site-footer .legal span + span::before {
  content: "·";
  margin-right: 10px;
  color: var(--rule-strong);
}

.map-credit {
  color: inherit;
}

.map-credit a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, var(--muted) 55%, transparent);
}

@media (min-width: 680px) {
  .feed,
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 720px) {
  .tiles {
    grid-template-columns: repeat(3, 1fr);
  }

  .rubric-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .rubric-row .tile {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (min-width: 800px) {
  .lead-band {
    grid-template-columns: 1fr 1fr;
  }

  .lead-band .sub {
    padding-top: 3px;
  }
}

@media (min-width: 820px) {
  .featured {
    grid-template-columns: 1.15fr 1fr;
    gap: 36px;
  }
}

@media (min-width: 560px) and (max-width: 899px) {
  .read-also .cards {
    gap: 24px;
  }

  .read-also .card {
    display: grid;
    grid-template-columns: minmax(150px, 34%) 1fr;
    gap: 6px 20px;
    align-items: start;
  }

  .read-also .card picture,
  .read-also .card .ph-slot {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 100%;
  }

  .read-also .card .ph,
  .read-also .card .ph-slot {
    margin-bottom: 0;
  }

  .read-also .card .rubric,
  .read-also .card h3,
  .read-also .card p {
    grid-column: 2;
  }

  .read-also .card h3 {
    margin-top: 0;
    font-size: 18px;
  }

  .read-also .card p {
    font-size: 14.5px;
  }
}

@media (min-width: 900px) {
  .site-nav {
    display: flex;
    gap: 28px;
    margin-left: auto;
  }

  .mobile-nav {
    display: none;
  }

  .site-header .bar {
    min-height: 68px;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .site-footer .cols {
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 48px;
  }
}

@media (min-width: 980px) {
  body {
    font-size: 20px;
  }

  .lead {
    font-size: 22px;
  }
}

@media (min-width: 1000px) {
  .feed,
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tiles.cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-lightbox__viewport img {
    width: 1600px;
    margin: 64px 16px;
  }

  .author {
    gap: 14px;
    align-items: flex-start;
    padding: 18px 28px 18px var(--gutter);
  }

  .avatar {
    width: 48px;
    height: 48px;
    margin-top: 4px;
    font-size: 18px;
  }

  .author .about {
    font-size: 14.5px;
    line-height: 1.48;
  }

  .tiles,
  .rubric-row {
    grid-template-columns: 1fr;
  }

  .pager {
    flex-wrap: wrap;
  }
}
