/* ============================================================================
   Dessau — a BAUHAUS / International Constructivist blog. Named for the city
   where the Bauhaus school relocated in 1925. Uses the actual Bauhaus colour-shape
   grammar taught by Kandinsky at the school: circle = blue, square = red,
   triangle = yellow. Flat primary colour fields on cream paper, hard 2px rules,
   ZERO blur / gradient / shadow-blur anywhere. Poppins (geometric display) +
   Work Sans (body). Article wrapper = .ds-rt. Colours are tokens for variants.
   ========================================================================== */
:root {
  --ds-bg: #f7f4ea;             /* cream paper */
  --ds-ink: #141414;
  --ds-ink-2: #3d3a34;
  --ds-ink-3: #757165;
  --ds-red: #e63328;            /* square */
  --ds-blue: #1c4fa0;           /* circle */
  --ds-yellow: #f2b705;         /* triangle */
  --ds-accent: var(--ds-red);
  --ds-line: rgba(20,20,20,.16);
  --ds-line-2: rgba(20,20,20,.09);
  --ds-display: "Poppins", "Century Gothic", Futura, ui-sans-serif, sans-serif;
  --ds-body: "Work Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ds-maxw: 1180px;
  --ds-gut: 26px;
  --ds-r: 0px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ds-ink); background: var(--ds-bg);
  font-family: var(--ds-body); font-size: 17px; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.ds-wrap { max-width: var(--ds-maxw); margin: 0 auto; padding: 0 var(--ds-gut); position: relative; z-index: 1; }

/* no floating blobs — Dessau is flat & precise. bg layer stays empty (JS no-ops safely). */
.ds-bg { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.ds-blob { display: none; }

/* placeholder — flat Bauhaus shape field (real images override this) */
.ds-ph { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #ece7d8; position: relative; }
.ds-ph svg { width: 46%; height: 46%; }
.ds-ph.c1, .ds-ph.c4 { background: #e7ecf4; } /* circle field */
.ds-ph.c2, .ds-ph.c5 { background: #faeae6; } /* square field */
.ds-ph.c3, .ds-ph.c6 { background: #fdf3d9; } /* triangle field */

/* flat panel utility (replaces "glass" — opaque, hard-edged, no blur) */
.ds-glass { background: #fffdf6; border: 2px solid var(--ds-ink); border-radius: var(--ds-r); box-shadow: none; }

/* ---------- chips, buttons ---------- */
.ds-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--ds-body); font-weight: 700; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 13px; border-radius: 0; background: var(--ds-ink); color: var(--ds-bg); }
.ds-chip.accent { background: var(--ds-red); color: #fff; }
.ds-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--ds-body); font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 0; border: 2px solid var(--ds-ink); background: var(--ds-ink); color: var(--ds-bg); cursor: pointer; transition: background .16s ease, color .16s ease; }
.ds-btn:hover { background: var(--ds-red); border-color: var(--ds-red); color: #fff; }
.ds-btn.glass { background: transparent; border: 2px solid var(--ds-ink); color: var(--ds-ink); }
.ds-btn.glass:hover { background: var(--ds-ink); color: var(--ds-bg); }
.ds-btn .ar { transition: transform .2s ease; }
.ds-btn:hover .ar { transform: translateX(3px); }

/* ---------- nav ---------- */
.ds-nav-outer { position: sticky; top: 0; z-index: 50; padding: 0 var(--ds-gut); background: var(--ds-bg); border-bottom: 2px solid var(--ds-ink); }
.ds-nav { max-width: var(--ds-maxw); margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 16px 0; }
.ds-brand { display: flex; align-items: center; gap: 10px; font-family: var(--ds-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; color: var(--ds-ink); text-transform: uppercase; }
.ds-brand .ds-logo { width: 30px; height: 30px; }
.ds-nav-links { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.ds-nav-links a { font-weight: 700; font-size: 13.5px; text-transform: uppercase; letter-spacing: .03em; padding: 9px 14px; color: var(--ds-ink-2); transition: color .14s; }
.ds-nav-links a:hover { color: var(--ds-red); }
.ds-nav-links a.is-active { color: var(--ds-red); }
.ds-nav-cta { margin-left: 6px; }
.ds-nav .ds-btn { padding: 9px 20px; font-size: 13px; }

/* ---------- shared bits ---------- */
.ds-kicker { display: inline-block; font-family: var(--ds-body); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ds-red); }
.ds-meta { font-weight: 600; font-size: 13px; color: var(--ds-ink-3); }
.ds-more { font-weight: 700; font-size: 14px; color: var(--ds-red); display: inline-flex; align-items: center; gap: 8px; }
.ds-more .ar { transition: transform .2s ease; }
.ds-more:hover .ar { transform: translateX(4px); }

/* ---------- section frame ---------- */
.ds-sec { padding: 58px 0; position: relative; }
.ds-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.ds-sec-head h2 { font-family: var(--ds-display); font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.01em; margin: 0; line-height: 1.02; text-transform: uppercase; }
.ds-sec-head h2 em { font-style: normal; color: var(--ds-red); }
.ds-sec-head .ds-sub { color: var(--ds-ink-3); font-weight: 500; margin: 8px 0 0; }

/* ---------- hero ---------- */
.ds-hero { padding: 54px 0 40px; text-align: center; position: relative; }
.ds-hero-inner { max-width: 820px; margin: 0 auto; position: relative; }
.ds-hero .ds-chip { margin-bottom: 22px; }
.ds-hero h1 { font-family: var(--ds-display); font-size: clamp(38px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.02em; font-weight: 800; margin: 0; text-transform: uppercase; }
.ds-hero h1 em { font-style: normal; color: var(--ds-red); }
.ds-hero .ds-lead { font-size: clamp(17px, 1.8vw, 19px); color: var(--ds-ink-2); margin: 24px auto 0; max-width: 46ch; line-height: 1.5; }
.ds-hero-cta { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ds-hero-shapes span { position: absolute; display: block; }
.ds-hero-shapes .sh-circle { width: 44px; height: 44px; border-radius: 50%; background: var(--ds-blue); top: 6px; left: -6%; }
.ds-hero-shapes .sh-square { width: 36px; height: 36px; background: var(--ds-red); top: 60px; right: 2%; }
.ds-hero-shapes .sh-tri { width: 0; height: 0; border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 38px solid var(--ds-yellow); top: -18px; right: 12%; }
@media (max-width: 900px) { .ds-hero-shapes { display: none; } }
.ds-hero-card { max-width: 940px; margin: 44px auto 0; padding: 0; }
.ds-hero-card-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; overflow: hidden; }
.ds-hero-card-fig { aspect-ratio: 16/11; overflow: hidden; border-right: 2px solid var(--ds-ink); }
.ds-hero-card-fig .ds-ph, .ds-hero-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.ds-hero-card-body { padding: 30px 30px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.ds-hero-card-body .ds-chip { align-self: flex-start; margin-bottom: 14px; }
.ds-hero-card-body h3 { font-family: var(--ds-display); font-size: clamp(20px, 2.4vw, 27px); font-weight: 800; line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 12px; }
.ds-hero-card-body p { color: var(--ds-ink-2); font-size: 14.5px; margin: 0 0 16px; }
.ds-hero-card-body .ds-meta { margin-top: auto; }
@media (max-width: 760px) { .ds-hero-card-in { grid-template-columns: 1fr; } .ds-hero-card-fig { aspect-ratio: 16/9; border-right: 0; border-bottom: 2px solid var(--ds-ink); } .ds-hero-card-body { text-align: center; } .ds-hero-card-body .ds-chip { align-self: center; } }

/* ---------- featured grid ---------- */
.ds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ds-card { display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .18s ease; }
.ds-card:hover { transform: translateY(-4px); }
.ds-card-fig { position: relative; aspect-ratio: 16/11; overflow: hidden; border-bottom: 2px solid var(--ds-ink); }
.ds-card-fig .ds-ph, .ds-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.ds-card-fig .ds-chip { position: absolute; top: 0; left: 0; }
.ds-card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.ds-card h3 { font-family: var(--ds-display); font-size: 19px; line-height: 1.16; font-weight: 700; letter-spacing: -0.005em; margin: 0; }
.ds-card:hover h3 { color: var(--ds-red); }
.ds-card .ds-meta { margin-top: auto; }
@media (max-width: 900px) { .ds-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ds-grid { grid-template-columns: 1fr; } }

/* ---------- collections (shape chips) ---------- */
.ds-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ds-coll { display: flex; align-items: center; gap: 16px; padding: 18px 20px; transition: transform .18s ease; }
.ds-coll:hover { transform: translateY(-3px); }
.ds-coll-ic { width: 46px; height: 46px; flex: none; display: grid; place-items: center; }
.ds-coll-ic svg { width: 100%; height: 100%; }
.ds-coll h4 { font-family: var(--ds-display); font-size: 17px; font-weight: 800; margin: 0; text-transform: uppercase; }
.ds-coll > span:last-child { font-size: 13px; color: var(--ds-ink-3); font-weight: 600; margin-left: auto; }
@media (max-width: 820px) { .ds-collections { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ds-collections { grid-template-columns: 1fr; } }

/* ---------- map ---------- */
.ds-mapwrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.ds-mapwrap .ds-intro h2 { font-family: var(--ds-display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.01em; margin: 14px 0 0; line-height: 1.06; text-transform: uppercase; }
.ds-mapwrap .ds-intro h2 em { font-style: normal; color: var(--ds-red); }
.ds-mapwrap .ds-intro p { color: var(--ds-ink-2); margin: 16px 0 0; max-width: 34ch; }
@media (max-width: 860px) { .ds-mapwrap { grid-template-columns: 1fr; gap: 26px; } }

/* ---------- CTA ---------- */
.ds-cta-box { padding: 54px 40px; text-align: center; position: relative; overflow: hidden; background: var(--ds-blue); border: none !important; }
.ds-cta-box h2 { font-family: var(--ds-display); font-size: clamp(28px, 4vw, 46px); font-weight: 800; letter-spacing: -0.01em; margin: 0; line-height: 1.06; color: #fff; text-transform: uppercase; }
.ds-cta-box h2 em { font-style: normal; color: var(--ds-yellow); }
.ds-cta-box p { color: #dbe6f7; margin: 14px auto 0; max-width: 42ch; font-weight: 500; }
.ds-cta-form { margin: 26px auto 0; display: flex; gap: 12px; max-width: 460px; flex-wrap: wrap; justify-content: center; }
.ds-cta-form input { flex: 1; min-width: 200px; font-family: var(--ds-body); font-size: 15px; padding: 14px 18px; border-radius: 0; border: 2px solid #fff; background: #fff; color: var(--ds-ink); outline: none; }
.ds-cta-form .ds-btn { background: var(--ds-yellow); border-color: var(--ds-yellow); color: var(--ds-ink); }
.ds-cta-form .ds-btn:hover { background: var(--ds-ink); border-color: var(--ds-ink); color: #fff; }

/* ---------- footer ---------- */
.ds-foot { margin-top: 40px; padding: 0 var(--ds-gut) 40px; position: relative; z-index: 1; }
.ds-foot-in { max-width: var(--ds-maxw); margin: 0 auto; padding: 44px 0 0; border-top: 2px solid var(--ds-ink); background: transparent; }
.ds-foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.ds-foot-brand { display: flex; align-items: center; gap: 10px; font-family: var(--ds-display); font-weight: 800; font-size: 22px; color: var(--ds-ink); text-transform: uppercase; }
.ds-foot-brand + p { color: var(--ds-ink-3); font-size: 14px; margin: 14px 0 0; max-width: 30ch; font-weight: 500; }
.ds-foot h5 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ds-ink-3); margin: 0 0 14px; }
.ds-foot a { display: block; padding: 5px 0; font-size: 14.5px; color: var(--ds-ink-2); font-weight: 600; transition: color .14s; }
.ds-foot a:hover { color: var(--ds-red); }
.ds-foot-bottom { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--ds-line); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--ds-ink-3); font-weight: 500; }
@media (max-width: 820px) { .ds-foot-top { grid-template-columns: 1fr 1fr; gap: 26px; } }

/* ============================================================
   Single post — universal post layout: TOC (mandatory) + readable flat sheet
   ============================================================ */
.ds-article { padding-top: 34px; }
.ds-crumb { display: flex; flex-wrap: wrap; gap: 8px; font-weight: 600; font-size: 13px; color: var(--ds-ink-3); text-transform: uppercase; letter-spacing: .02em; }
.ds-crumb a:hover { color: var(--ds-red); }
.ds-art-head { max-width: 820px; margin: 20px auto 0; text-align: center; }
.ds-art-head h1 { font-family: var(--ds-display); font-size: clamp(30px, 4.6vw, 50px); line-height: 1.06; letter-spacing: -0.015em; font-weight: 800; margin: 16px 0 0; text-transform: uppercase; }
.ds-art-head h1 em { font-style: normal; color: var(--ds-red); }
.ds-art-head .ds-standfirst { font-size: clamp(17px, 1.8vw, 19px); line-height: 1.5; color: var(--ds-ink-2); margin: 20px auto 0; max-width: 56ch; }
.ds-art-meta { margin: 22px 0 0; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.ds-art-meta .who { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.ds-art-meta .ds-ava { width: 30px; height: 30px; border-radius: 50%; background: var(--ds-blue); }
.ds-art-meta .sep { color: var(--ds-ink-3); }
.ds-art-fig { margin: 30px 0 0; padding: 0; }
.ds-art-fig.ds-glass { border-width: 2px; }
.ds-art-fig .ds-ph, .ds-art-fig img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }

.ds-art-body { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 46px; margin: 44px 0 0; align-items: start; }

/* Table of contents — REQUIRED */
.ds-toc { position: sticky; top: 96px; align-self: start; padding: 20px 20px; }
.ds-toc-h { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ds-ink-3); margin-bottom: 12px; }
.ds-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.ds-toc li { counter-increment: toc; }
.ds-toc a { display: grid; grid-template-columns: 22px 1fr; gap: 6px; padding: 8px 10px; margin: 2px 0; font-weight: 600; font-size: 13.5px; line-height: 1.3; color: var(--ds-ink-2); transition: color .14s, background .14s; }
.ds-toc a::before { content: counter(toc, decimal-leading-zero); font-size: 11px; color: var(--ds-red); font-weight: 700; }
.ds-toc a:hover { color: var(--ds-ink); background: var(--ds-line-2); }
.ds-toc a.is-active { color: #fff; background: var(--ds-red); }
.ds-toc a.is-active::before { color: #fff; }

/* article richtext (.ds-rt) */
.ds-rt { background: #fffdf6; border: 2px solid var(--ds-ink); border-radius: 0; padding: 34px 40px; font-size: 18px; line-height: 1.78; color: var(--ds-ink); }
.ds-rt > *:first-child { margin-top: 0; }
.ds-rt p { margin: 0 0 1.25em; color: #262420; }
.ds-rt > p:first-of-type { font-size: 20px; color: var(--ds-ink); }
.ds-rt h2 { font-family: var(--ds-display); font-size: 25px; font-weight: 800; letter-spacing: -0.005em; line-height: 1.2; margin: 1.6em 0 .5em; text-transform: uppercase; }
.ds-rt h3 { font-family: var(--ds-display); font-size: 19px; font-weight: 700; margin: 1.5em 0 .4em; }
.ds-rt a { color: var(--ds-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.ds-rt ul, .ds-rt ol { margin: 0 0 1.3em; padding-left: 0; list-style: none; }
.ds-rt ul li, .ds-rt ol li { margin: .5em 0; padding-left: 1.8em; position: relative; color: #262420; }
.ds-rt ul li::before { content: ""; position: absolute; left: 0; top: .5em; width: 10px; height: 10px; background: var(--ds-blue); }
.ds-rt ol { counter-reset: li; }
.ds-rt ol li { counter-increment: li; }
.ds-rt ol li::before { content: counter(li); position: absolute; left: 0; top: 0; width: 1.4em; height: 1.4em; display: grid; place-items: center; font-family: var(--ds-body); font-weight: 800; font-size: .7em; color: #fff; background: var(--ds-red); }
.ds-rt blockquote { margin: 1.7em 0; padding: 22px 26px; background: var(--ds-yellow); border: none; font-family: var(--ds-display); font-size: 20px; line-height: 1.32; font-weight: 700; font-style: normal; color: var(--ds-ink); }
.ds-rt blockquote p { margin: 0; }
.ds-rt img { margin: 1.7em 0; border: 2px solid var(--ds-ink); }
.ds-rt figure { margin: 1.7em 0; }
.ds-rt figcaption { font-weight: 600; font-size: 13.5px; color: var(--ds-ink-3); margin-top: 10px; text-align: center; }
.ds-rt code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .85em; background: var(--ds-line-2); padding: 2px 7px; }
.ds-rt hr { border: 0; height: 2px; background: var(--ds-ink); margin: 2.2em 0; }

.ds-endmark { max-width: 820px; margin: 34px auto 0; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ds-share { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.ds-share .lbl { font-weight: 700; font-size: 13px; color: var(--ds-ink-3); text-transform: uppercase; }
.ds-share a { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid var(--ds-ink); font-weight: 700; font-size: 13px; transition: background .16s ease, color .16s; }
.ds-share a:hover { background: var(--ds-ink); color: var(--ds-bg); }

.ds-art-body.no-toc { grid-template-columns: minmax(0, 780px); justify-content: center; }
@media (max-width: 880px) { .ds-art-body { grid-template-columns: 1fr; gap: 22px; } .ds-toc { position: static; } .ds-rt { padding: 26px 22px; } }

.ds-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .ds-related { grid-template-columns: 1fr; } }

/* ---------- archive / blog ---------- */
.ds-arch-head { padding: 46px 0 0; text-align: center; }
.ds-arch-head .ds-chip { margin-bottom: 16px; }
.ds-arch-head h1 { font-family: var(--ds-display); font-size: clamp(36px, 5.6vw, 68px); letter-spacing: -0.02em; line-height: 1; font-weight: 800; margin: 0; text-transform: uppercase; }
.ds-arch-head h1 em { font-style: normal; color: var(--ds-red); }
.ds-arch-head p { color: var(--ds-ink-2); max-width: 50ch; margin: 18px auto 0; font-size: 18px; }
.ds-filter { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 30px 0 4px; }
.ds-filter a { font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em; padding: 9px 16px; border: 2px solid var(--ds-ink); color: var(--ds-ink-2); transition: color .14s, background .14s; }
.ds-filter a:hover { color: var(--ds-ink); background: var(--ds-line-2); }
.ds-filter a.on { background: var(--ds-ink); color: var(--ds-bg); }
.ds-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.ds-index-card { position: relative; }
.ds-index-num { position: absolute; top: 0; right: 0; z-index: 2; background: var(--ds-ink); color: var(--ds-bg); font-family: var(--ds-display); font-weight: 800; font-size: 13px; padding: 6px 10px; }
@media (max-width: 900px) { .ds-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ds-blog-grid { grid-template-columns: 1fr; } }

.ds-pagination { display: flex; gap: 8px; justify-content: center; margin: 46px 0 0; flex-wrap: wrap; }
.ds-pagination .page-numbers { min-width: 40px; text-align: center; padding: 10px 14px; border: 2px solid var(--ds-ink); font-weight: 700; font-size: 14px; color: var(--ds-ink-2); }
.ds-pagination .page-numbers.current { background: var(--ds-ink); color: var(--ds-bg); }
.ds-pagination a.page-numbers:hover { background: var(--ds-line-2); }
.ds-empty { padding: 60px 0; text-align: center; color: var(--ds-ink-3); font-weight: 600; }

/* ---------- pages ---------- */
.ds-page { padding: 44px 0 20px; }
.ds-page-lead { max-width: 780px; margin: 0 auto; text-align: center; }
.ds-page-lead .ds-chip { margin-bottom: 14px; }
.ds-page-lead h1 { font-family: var(--ds-display); font-size: clamp(30px, 4.6vw, 52px); line-height: 1.06; letter-spacing: -0.015em; font-weight: 800; margin: 0; text-transform: uppercase; }
.ds-page-body { max-width: 780px; margin: 30px auto 0; padding: 34px 40px; font-size: 18px; line-height: 1.78; }
.ds-page-body .blj-lead, .ds-page-body > p:first-child { font-size: 20px; color: var(--ds-ink-2); }
.ds-page-body p { color: #262420; margin: 0 0 1.1em; }
.ds-page-body h2 { font-family: var(--ds-display); font-size: 23px; font-weight: 800; letter-spacing: -0.005em; margin: 1.6em 0 .5em; text-transform: uppercase; }
.ds-page-body h3 { font-family: var(--ds-display); font-size: 18px; font-weight: 700; margin: 1.4em 0 .4em; }
.ds-page-body ul { padding-left: 0; list-style: none; }
.ds-page-body li { margin: .5em 0; padding-left: 1.7em; position: relative; color: #262420; }
.ds-page-body ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; background: var(--ds-blue); }
.ds-page-body a { color: var(--ds-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ds-page-body strong { font-weight: 700; }
.blj-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 6px 0 1.4em; }
.blj-chips span { font-weight: 700; font-size: 12px; text-transform: uppercase; padding: 8px 15px; background: var(--ds-ink); color: var(--ds-bg); }
.blj-info-card { margin: 1.6em 0; padding: 24px; background: #faeae6; border: 2px solid var(--ds-red); }
.blj-info-card h3 { margin: 0 0 6px; }
.blj-info-card a { font-weight: 700; font-size: 17px; }
.blj-note { color: var(--ds-ink-3); }

/* ---------- The Map ---------- */
.blj-map { padding: 24px; background: #fffdf6; border: 2px solid var(--ds-ink); border-radius: 0; }
.blj-map-title { font-family: var(--ds-display); font-size: 17px; font-weight: 800; margin: 0 0 14px; text-transform: uppercase; }
.blj-map-search { position: relative; margin: 0 0 14px; }
.blj-map-search input { width: 100%; padding: 12px 42px 12px 16px; border: 2px solid var(--ds-ink); background: #fff; font-family: var(--ds-body); font-size: 14px; color: var(--ds-ink); outline: none; border-radius: 0; }
.blj-map-search input:focus { border-color: var(--ds-red); }
.blj-map-search svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: var(--ds-ink-3); }
.blj-map-list { display: flex; flex-direction: column; gap: 8px; max-height: 440px; overflow: auto; }
.blj-map-dir { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; background: var(--ds-red); color: #fff; font-weight: 700; font-size: 14px; }
.blj-map-entry { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border: 1px solid var(--ds-line); transition: background .16s ease; }
.blj-map-entry:hover { background: var(--ds-line-2); }
.blj-map-anchor { font-family: var(--ds-display); font-weight: 700; font-size: 15px; color: var(--ds-ink); }
.blj-map-anchor:hover { color: var(--ds-red); }
.blj-map-host { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 12.5px; color: var(--ds-red); }
.blj-map-src { font-size: 12.5px; color: var(--ds-ink-3); font-weight: 500; }
.blj-map-src:hover { color: var(--ds-ink); }
.blj-map-empty { color: var(--ds-ink-3); padding: 16px 4px; font-weight: 600; }

/* ============================================================
   Motion — quiet reveal only. Gated on reduced-motion + ?noanim.
   ============================================================ */
.js-reveal .ds-reveal, .js-reveal .ds-sec-head, .js-reveal .ds-card, .js-reveal .ds-coll,
.js-reveal .ds-mapwrap > *, .js-reveal .ds-cta-box, .js-reveal .ds-hero-card,
.js-reveal .ds-arch-head, .js-reveal .ds-filter, .js-reveal .ds-art-head, .js-reveal .ds-art-fig {
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.js-reveal .is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-reveal .ds-reveal, .js-reveal .ds-sec-head, .js-reveal .ds-card, .js-reveal .ds-coll,
  .js-reveal .ds-mapwrap > *, .js-reveal .ds-cta-box, .js-reveal .ds-hero-card,
  .js-reveal .ds-arch-head, .js-reveal .ds-filter, .js-reveal .ds-art-head, .js-reveal .ds-art-fig { opacity: 1; transform: none; transition: none; }
  .ds-card:hover, .ds-coll:hover { transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 720px) {
  :root { --ds-gut: 16px; }
  .ds-nav-links { display: none; }
  .ds-sec-head { flex-direction: column; align-items: flex-start; gap: 8px; }
}
