/* ============================================================================
   Aurum — LUXURY / PREMIUM EDITORIAL. Deep near-black canvas, ivory type, a single
   restrained gold hairline accent. No blur, no drop shadows, no rounded pill chips —
   poise instead of decoration: centered symmetry, thin gold rules, small-caps tracked
   labels, generous whitespace. Cormorant display (a real Didone-adjacent luxury serif)
   + Jost for the fine tracked sans labels. Article wrapper = .au-rt.
   ========================================================================== */
:root {
  --au-bg: #0c0c0d;
  --au-bg-2: #131314;
  --au-ink: #f4efe4;
  --au-ink-2: #c9c2b2;
  --au-ink-3: #8d8677;
  --au-accent: #c9a15a;          /* the one gold */
  --au-accent-soft: rgba(201,161,90,.14);
  --au-line: rgba(201,161,90,.35);
  --au-line-soft: rgba(244,239,228,.12);
  --au-display: "Cormorant", Georgia, "Times New Roman", serif;
  --au-body: "Jost", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --au-maxw: 1120px;
  --au-gut: 26px;
  --au-r: 2px;
  --au-r-lg: 2px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; color: var(--au-ink); background: var(--au-bg); font-family: var(--au-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; }
em { font-style: italic; color: var(--au-accent); }
.au-wrap { max-width: var(--au-maxw); margin: 0 auto; padding: 0 var(--au-gut); position: relative; z-index: 1; }

/* No blob background at all — Aurum's depth comes from poise and negative space, not
   effects. The .au-blob spans stay in the shared markup for structural parity, switched
   off here; a faint static vignette replaces them. */
.au-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(80% 60% at 50% 0%, rgba(201,161,90,.05), transparent 60%); }
.au-blob { display: none; }

/* placeholder — flat charcoal block, no gradient sheen */
.au-ph { display: block; width: 100%; height: 100%; background: var(--au-bg-2); position: relative; border: 1px solid var(--au-line-soft); }
.au-ph::after { content: ""; position: absolute; inset: 14px; border: 1px solid var(--au-line); opacity: .5; }
.au-ph.c1, .au-ph.c2, .au-ph.c3, .au-ph.c4, .au-ph.c5, .au-ph.c6 { background: var(--au-bg-2); }

/* "glass" utility → flat panel, hairline gold-tinted border, no blur, no shadow */
.au-glass { background: var(--au-bg-2); backdrop-filter: none; border: 1px solid var(--au-line-soft); box-shadow: none; border-radius: var(--au-r); }

/* ---------- labels → small-caps tracked text, not filled pills. buttons → thin outline. ---------- */
.au-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--au-body); font-weight: 500; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; padding: 0; color: var(--au-ink-3); background: none; border: 0; border-radius: 0; }
.au-chip.accent { color: var(--au-accent); }
.au-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--au-body); font-weight: 500; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 15px 32px; border-radius: 0; border: 1px solid var(--au-accent); background: transparent; color: var(--au-accent); cursor: pointer; transition: background .18s, color .18s; }
.au-btn:hover { background: var(--au-accent); color: #14120c; }
.au-btn.glass { border-color: var(--au-line-soft); color: var(--au-ink-2); }
.au-btn.glass:hover { border-color: var(--au-accent); color: var(--au-accent); background: transparent; }
.au-btn .ar { transition: transform .2s ease; }
.au-btn:hover .ar { transform: translateX(3px); }

/* ---------- nav — thin, centered brand, hairline bottom rule ---------- */
.au-nav-outer { position: sticky; top: 0; z-index: 50; padding: 0; margin-top: 0; background: rgba(12,12,13,.9); border-bottom: 1px solid var(--au-line-soft); }
.au-nav { max-width: var(--au-maxw); margin: 0 auto; display: flex; align-items: center; gap: 24px; padding: 22px var(--au-gut); border-radius: 0; background: transparent; border: 0; box-shadow: none; }
.au-brand { display: flex; align-items: center; gap: 12px; font-family: var(--au-display); font-weight: 600; font-size: 26px; letter-spacing: .02em; color: var(--au-ink); }
.au-brand .au-logo { width: 24px; height: 24px; }
.au-nav-links { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.au-nav-links a { font-weight: 500; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; padding: 9px 15px; border-radius: 0; color: var(--au-ink-3); transition: color .16s; }
.au-nav-links a:hover { color: var(--au-accent); }
.au-nav-links a.is-active { color: var(--au-accent); }
.au-nav-cta { margin-left: 10px; }
.au-nav .au-btn { padding: 10px 22px; font-size: 11.5px; }

/* ---------- shared bits ---------- */
.au-kicker { display: inline-block; font-family: var(--au-body); font-weight: 500; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--au-accent); }
.au-meta { font-weight: 400; font-size: 12.5px; letter-spacing: .04em; color: var(--au-ink-3); }
.au-more { font-weight: 500; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--au-accent); display: inline-flex; align-items: center; gap: 8px; }
.au-more .ar { transition: transform .2s ease; }
.au-more:hover .ar { transform: translateX(4px); }

/* ---------- section frame ---------- */
.au-sec { padding: 74px 0; position: relative; border-top: 1px solid var(--au-line-soft); }
.au-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.au-sec-head h2 { font-family: var(--au-display); font-size: clamp(30px, 3.8vw, 46px); font-weight: 500; letter-spacing: 0; margin: 0; line-height: 1.05; }
.au-sec-head .au-sub { color: var(--au-ink-3); font-weight: 400; margin: 10px 0 0; letter-spacing: .03em; }

/* ---------- hero — centered, symmetric, poised ---------- */
.au-hero { padding: 80px 0 0; text-align: center; position: relative; }
.au-hero-inner { max-width: 720px; margin: 0 auto; }
.au-hero .au-chip { margin-bottom: 28px; }
.au-hero h1 { font-family: var(--au-display); font-size: clamp(44px, 6.4vw, 82px); line-height: 1.06; letter-spacing: .005em; font-weight: 500; margin: 0; }
.au-hero .au-lead { font-size: clamp(16px, 1.6vw, 18px); color: var(--au-ink-2); margin: 28px auto 0; max-width: 50ch; line-height: 1.65; letter-spacing: .01em; }
.au-hero-cta { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.au-hero-card { max-width: 920px; margin: 64px auto 0; padding: 0; border-top: 1px solid var(--au-line); }
.au-hero-card-in { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 48px; border-radius: 0; overflow: visible; align-items: center; }
.au-hero-card-fig { aspect-ratio: 4/5; overflow: hidden; border-radius: 0; border: 1px solid var(--au-line-soft); }
.au-hero-card-fig .au-ph, .au-hero-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.au-hero-card-body { padding: 0; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.au-hero-card-body .au-chip { align-self: flex-start; margin-bottom: 18px; }
.au-hero-card-body h3 { font-family: var(--au-display); font-size: clamp(24px, 2.6vw, 34px); font-weight: 500; line-height: 1.16; letter-spacing: 0; margin: 0 0 16px; }
.au-hero-card-body p { color: var(--au-ink-2); font-size: 15px; margin: 0 0 20px; line-height: 1.6; }
.au-hero-card-body .au-meta { margin-top: auto; }
@media (max-width: 760px) { .au-hero-card-in { grid-template-columns: 1fr; gap: 28px; } .au-hero-card-fig { aspect-ratio: 16/10; } }

/* ---------- featured grid — flat panels, thin hairline border only ---------- */
.au-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.au-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; position: relative; transition: opacity .2s ease; }
.au-card:hover { opacity: .82; }
.au-card-fig { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 0; border: 1px solid var(--au-line-soft); }
.au-card-fig .au-ph, .au-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.au-card-fig .au-chip { position: absolute; top: 14px; left: 14px; background: rgba(12,12,13,.72); padding: 5px 10px; color: var(--au-accent); }
.au-card-body { padding: 20px 0 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.au-card h3 { font-family: var(--au-display); font-size: 22px; line-height: 1.22; font-weight: 500; letter-spacing: 0; margin: 0; }
.au-card .au-meta { margin-top: auto; }
@media (max-width: 900px) { .au-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .au-grid { grid-template-columns: 1fr; } }

/* ---------- collections → a slim centred list of sections, gold hairline dividers ---------- */
.au-collections { display: flex; flex-direction: column; max-width: 640px; margin: 0 auto; }
.au-coll { display: flex; align-items: baseline; gap: 18px; padding: 20px 4px; border-bottom: 1px solid var(--au-line-soft); transition: opacity .16s ease; }
.au-coll:hover { opacity: .7; }
.au-coll-ic { width: auto; flex: none; font-family: var(--au-body); font-weight: 500; font-size: 12px; letter-spacing: .1em; color: var(--au-accent); background: none !important; }
.au-coll h4 { font-family: var(--au-display); font-size: 23px; font-weight: 500; margin: 0; letter-spacing: 0; }
.au-coll span { font-size: 12px; color: var(--au-ink-3); font-weight: 400; letter-spacing: .05em; }
.au-coll > span:last-child { margin-left: auto; }

/* ---------- map ---------- */
.au-mapwrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.au-mapwrap .au-intro { text-align: left; }
.au-mapwrap .au-intro h2 { font-family: var(--au-display); font-size: clamp(28px, 3.2vw, 40px); font-weight: 500; letter-spacing: 0; margin: 16px 0 0; line-height: 1.1; }
.au-mapwrap .au-intro p { color: var(--au-ink-2); margin: 18px 0 0; max-width: 34ch; line-height: 1.6; }
@media (max-width: 860px) { .au-mapwrap { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- CTA ---------- */
.au-cta-box { padding: 70px 0; text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--au-line-soft); border-bottom: 1px solid var(--au-line-soft); }
.au-cta-box h2 { font-family: var(--au-display); font-size: clamp(30px, 3.8vw, 48px); font-weight: 500; letter-spacing: 0; margin: 0; line-height: 1.1; }
.au-cta-box p { color: var(--au-ink-2); margin: 18px auto 0; max-width: 46ch; font-weight: 400; line-height: 1.6; }
.au-cta-form { margin: 34px auto 0; display: flex; gap: 0; max-width: 440px; justify-content: center; border-bottom: 1px solid var(--au-line); }
.au-cta-form input { flex: 1; min-width: 200px; font-family: var(--au-body); font-size: 14px; letter-spacing: .03em; padding: 14px 4px; border-radius: 0; border: 0; background: transparent; color: var(--au-ink); outline: none; text-align: center; }
.au-cta-form input::placeholder { color: var(--au-ink-3); }
.au-cta-form .au-btn { border: 0; border-left: 1px solid var(--au-line); padding: 14px 22px; }
.au-cta-form .au-btn:hover { background: transparent; color: var(--au-accent); }

/* ---------- footer ---------- */
.au-foot { margin-top: 0; padding: 0 var(--au-gut) 50px; position: relative; z-index: 1; }
.au-foot-in { max-width: var(--au-maxw); margin: 0 auto; padding: 56px 0 0; text-align: center; }
.au-foot-top { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px; text-align: left; }
.au-foot-brand { display: flex; align-items: center; gap: 10px; font-family: var(--au-display); font-weight: 600; font-size: 26px; color: var(--au-ink); }
.au-foot-brand + p { color: var(--au-ink-3); font-size: 13.5px; margin: 16px 0 0; max-width: 30ch; font-weight: 400; }
.au-foot h5 { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; color: var(--au-ink-3); margin: 0 0 16px; }
.au-foot a { display: block; padding: 5px 0; font-size: 13.5px; color: var(--au-ink-2); font-weight: 400; transition: color .16s; }
.au-foot a:hover { color: var(--au-accent); }
.au-foot-bottom { margin-top: 44px; padding: 22px 0; border-top: 1px solid var(--au-line-soft); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 11.5px; letter-spacing: .05em; color: var(--au-ink-3); font-weight: 400; }
@media (max-width: 820px) { .au-foot-top { grid-template-columns: 1fr 1fr; gap: 30px; } }

/* ============================================================
   Single post
   ============================================================ */
.au-article { padding-top: 50px; }
.au-crumb { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; font-weight: 500; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--au-ink-3); }
.au-crumb a:hover { color: var(--au-accent); }
.au-art-head { max-width: 780px; margin: 28px auto 0; text-align: center; }
.au-art-head h1 { font-family: var(--au-display); font-size: clamp(34px, 5vw, 60px); line-height: 1.1; letter-spacing: 0; font-weight: 500; margin: 20px 0 0; }
.au-art-head .au-standfirst { font-size: clamp(16px, 1.6vw, 18px); line-height: 1.65; color: var(--au-ink-2); margin: 24px auto 0; max-width: 56ch; }
.au-art-meta { margin: 30px 0 0; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.au-art-meta .who { display: inline-flex; align-items: center; gap: 10px; font-weight: 500; letter-spacing: .04em; }
.au-art-meta .au-ava { width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--au-accent); background: var(--au-bg-2); }
.au-art-meta .sep { color: var(--au-ink-3); }
.au-art-fig { margin: 44px 0 0; padding: 0; border: 1px solid var(--au-line-soft); }
.au-art-fig .au-ph, .au-art-fig img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 0; }

.au-art-body { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; margin: 56px 0 0; align-items: start; }

/* Table of contents — REQUIRED */
.au-toc { position: sticky; top: 96px; align-self: start; padding: 0 0 0 26px; border-left: 1px solid var(--au-line-soft); }
.au-toc-h { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; color: var(--au-ink-3); margin-bottom: 16px; }
.au-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.au-toc li { counter-increment: toc; }
.au-toc a { display: block; padding: 9px 0; margin: 0; border-radius: 0; font-weight: 400; font-size: 14px; letter-spacing: .01em; line-height: 1.35; color: var(--au-ink-2); transition: color .16s; }
.au-toc a:hover { color: var(--au-ink); }
.au-toc a.is-active { color: var(--au-accent); }

/* article richtext (.au-rt) — flat, generous serif reading column */
.au-rt { background: transparent; backdrop-filter: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; font-size: 19px; line-height: 1.8; color: var(--au-ink); }
.au-rt > *:first-child { margin-top: 0; }
.au-rt p { margin: 0 0 1.4em; color: var(--au-ink-2); }
.au-rt > p:first-of-type { font-size: 21px; color: var(--au-ink); }
.au-rt h2 { font-family: var(--au-display); font-size: 30px; font-weight: 500; letter-spacing: 0; line-height: 1.2; margin: 1.7em 0 .55em; color: var(--au-ink); }
.au-rt h3 { font-family: var(--au-display); font-size: 22px; font-weight: 500; margin: 1.6em 0 .45em; color: var(--au-ink); }
.au-rt a { color: var(--au-accent); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.au-rt ul, .au-rt ol { margin: 0 0 1.4em; padding-left: 0; list-style: none; }
.au-rt ul li, .au-rt ol li { margin: .6em 0; padding-left: 1.9em; position: relative; color: var(--au-ink-2); }
.au-rt ul li::before { content: "—"; position: absolute; left: 0; color: var(--au-accent); }
.au-rt ol { counter-reset: li; }
.au-rt ol li { counter-increment: li; }
.au-rt ol li::before { content: counter(li) "."; position: absolute; left: 0; font-weight: 500; color: var(--au-accent); }
.au-rt blockquote { margin: 1.9em 0; padding: 8px 0 8px 30px; background: none; border: 0; border-left: 1px solid var(--au-accent); border-radius: 0; font-family: var(--au-display); font-size: 26px; line-height: 1.4; font-weight: 500; font-style: italic; color: var(--au-ink); }
.au-rt blockquote p { margin: 0; }
.au-rt img { margin: 1.9em 0; border-radius: 0; border: 1px solid var(--au-line-soft); }
.au-rt figure { margin: 1.9em 0; }
.au-rt figcaption { font-weight: 400; font-size: 13px; color: var(--au-ink-3); margin-top: 12px; text-align: center; letter-spacing: .03em; }
.au-rt code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .82em; background: var(--au-bg-2); padding: 2px 7px; border-radius: 0; border: 1px solid var(--au-line-soft); }
.au-rt hr { border: 0; height: 1px; background: var(--au-line-soft); margin: 2.6em 0; }

.au-endmark { max-width: 780px; margin: 44px auto 0; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; justify-content: center; }
.au-share { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.au-share .lbl { font-weight: 500; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--au-ink-3); }
.au-share a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: transparent; border: 1px solid var(--au-line-soft); font-weight: 500; font-size: 12px; transition: border-color .16s, color .16s; }
.au-share a:hover { border-color: var(--au-accent); color: var(--au-accent); }

.au-art-body.no-toc { grid-template-columns: minmax(0, 700px); justify-content: center; }
@media (max-width: 880px) { .au-art-body { grid-template-columns: 1fr; gap: 30px; } .au-toc { position: static; border-left: 0; border-top: 1px solid var(--au-line-soft); padding: 20px 0 0; } }

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

/* ---------- archive / blog — an elegant editorial list, NOT a card grid, NOT a numbered
   index, NOT a mosaic: generous line-height, thin gold hairline dividers, right-aligned
   meta. ---------- */
.au-arch-head { padding: 60px 0 0; text-align: center; }
.au-arch-head .au-chip { margin-bottom: 20px; }
.au-arch-head h1 { font-family: var(--au-display); font-size: clamp(40px, 5.6vw, 70px); letter-spacing: 0; line-height: 1.06; font-weight: 500; margin: 0; }
.au-arch-head p { color: var(--au-ink-2); max-width: 54ch; margin: 22px auto 0; font-size: 17px; line-height: 1.6; }
.au-filter { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; margin: 40px 0 0; }
.au-filter a { font-weight: 500; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 0; color: var(--au-ink-3); border-bottom: 1px solid transparent; transition: color .16s, border-color .16s; }
.au-filter a:hover { color: var(--au-ink); }
.au-filter a.on { color: var(--au-accent); border-color: var(--au-accent); }

.au-editorial-list { max-width: 880px; margin: 50px auto 0; border-top: 1px solid var(--au-line-soft); }
.au-elist-row { display: flex; align-items: center; gap: 28px; padding: 28px 4px; border-bottom: 1px solid var(--au-line-soft); transition: opacity .16s ease; }
.au-elist-row:hover { opacity: .75; }
.au-elist-fig { width: 96px; height: 96px; flex: none; overflow: hidden; border: 1px solid var(--au-line-soft); }
.au-elist-fig .au-ph, .au-elist-fig img { width: 100%; height: 100%; object-fit: cover; }
.au-elist-body { min-width: 0; flex: 1; }
.au-elist-cat { display: block; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--au-accent); margin-bottom: 8px; }
.au-elist-title { font-family: var(--au-display); font-size: clamp(19px,2.1vw,25px); font-weight: 500; line-height: 1.25; margin: 0; color: var(--au-ink); }
.au-elist-meta { font-size: 12.5px; color: var(--au-ink-3); white-space: nowrap; letter-spacing: .03em; }
@media (max-width: 640px) { .au-elist-row { flex-wrap: wrap; } .au-elist-meta { width: 100%; padding-left: 124px; margin-top: -8px; } }

.au-pagination { display: flex; gap: 18px; justify-content: center; margin: 60px 0 0; flex-wrap: wrap; }
.au-pagination .page-numbers { min-width: 30px; text-align: center; padding: 6px 4px; border-radius: 0; background: transparent; border: 0; border-bottom: 1px solid transparent; font-weight: 500; font-size: 13px; color: var(--au-ink-3); }
.au-pagination .page-numbers.current { color: var(--au-accent); border-color: var(--au-accent); }
.au-pagination a.page-numbers:hover { color: var(--au-ink); }
.au-empty { padding: 70px 0; text-align: center; color: var(--au-ink-3); font-weight: 400; }

/* ---------- pages ---------- */
.au-page { padding: 60px 0 20px; }
.au-page-lead { max-width: 700px; margin: 0 auto; text-align: center; }
.au-page-lead .au-chip { margin-bottom: 18px; }
.au-page-lead h1 { font-family: var(--au-display); font-size: clamp(36px, 5vw, 58px); line-height: 1.1; letter-spacing: 0; font-weight: 500; margin: 0; }
.au-page-body { max-width: 700px; margin: 40px auto 0; padding: 44px 0 0; font-size: 18px; line-height: 1.8; border-top: 1px solid var(--au-line-soft); }
.au-page-body .blj-lead, .au-page-body > p:first-child { font-size: 20px; color: var(--au-ink); }
.au-page-body p { color: var(--au-ink-2); margin: 0 0 1.2em; }
.au-page-body h2 { font-family: var(--au-display); font-size: 26px; font-weight: 500; letter-spacing: 0; margin: 1.7em 0 .5em; color: var(--au-ink); }
.au-page-body h3 { font-family: var(--au-display); font-size: 20px; font-weight: 500; margin: 1.5em 0 .4em; color: var(--au-ink); }
.au-page-body ul { padding-left: 0; list-style: none; }
.au-page-body li { margin: .6em 0; padding-left: 1.7em; position: relative; color: var(--au-ink-2); }
.au-page-body ul li::before { content: "—"; position: absolute; left: 0; color: var(--au-accent); }
.au-page-body a { color: var(--au-accent); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.au-page-body strong { font-weight: 600; color: var(--au-ink); }
.blj-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin: 10px 0 1.4em; }
.blj-chips span { font-weight: 500; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; padding: 0; background: none; border: 0; color: var(--au-ink-3); }
.blj-info-card { margin: 1.8em 0; padding: 28px; border-radius: 0; background: var(--au-bg-2); border: 1px solid var(--au-line-soft); border-left: 1px solid var(--au-accent); }
.blj-info-card h3 { margin: 0 0 8px; }
.blj-info-card a { font-weight: 500; font-size: 16px; }
.blj-note { color: var(--au-ink-3); font-size: 13px; }

/* ---------- The Map ---------- */
.blj-map { padding: 0; background: transparent; backdrop-filter: none; border: 0; border-radius: 0; box-shadow: none; }
.blj-map-title { font-family: var(--au-display); font-size: 22px; font-weight: 500; margin: 0 0 20px; letter-spacing: 0; padding-bottom: 18px; border-bottom: 1px solid var(--au-line-soft); }
.blj-map-search { position: relative; margin: 0 0 18px; }
.blj-map-search input { width: 100%; padding: 12px 42px 12px 0; border: 0; border-bottom: 1px solid var(--au-line-soft); background: transparent; font-family: var(--au-body); font-size: 14px; color: var(--au-ink); outline: none; border-radius: 0; }
.blj-map-search input:focus { border-color: var(--au-accent); }
.blj-map-search svg { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--au-ink-3); }
.blj-map-list { display: flex; flex-direction: column; gap: 0; max-height: 440px; overflow: auto; }
.blj-map-dir { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; background: transparent; color: var(--au-accent); border-radius: 0; font-weight: 500; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--au-line-soft); }
.blj-map-entry { display: flex; flex-direction: column; gap: 3px; padding: 15px 0; border-radius: 0; background: transparent; border-bottom: 1px solid var(--au-line-soft); transition: opacity .16s ease; }
.blj-map-entry:hover { opacity: .7; }
.blj-map-anchor { font-family: var(--au-display); font-weight: 500; font-size: 17px; color: var(--au-ink); }
.blj-map-anchor:hover { color: var(--au-accent); }
.blj-map-host { display: inline-flex; align-items: center; gap: 4px; font-weight: 500; font-size: 11.5px; letter-spacing: .05em; color: var(--au-accent); }
.blj-map-src { font-size: 12px; color: var(--au-ink-3); font-weight: 400; }
.blj-map-src:hover { color: var(--au-ink); }
.blj-map-empty { color: var(--au-ink-3); padding: 16px 0; font-weight: 400; }

/* ============================================================
   Motion — slow, poised fades. Gated on reduced-motion + ?noanim.
   ============================================================ */
.js-reveal .au-reveal, .js-reveal .au-sec-head, .js-reveal .au-card, .js-reveal .au-coll,
.js-reveal .au-mapwrap > *, .js-reveal .au-cta-box, .js-reveal .au-hero-card,
.js-reveal .au-arch-head, .js-reveal .au-filter, .js-reveal .au-art-head, .js-reveal .au-art-fig,
.js-reveal .au-elist-row {
  opacity: 0; transform: translateY(10px);
  transition: opacity .9s cubic-bezier(.2,.6,.2,1), transform .9s cubic-bezier(.2,.6,.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 .au-reveal, .js-reveal .au-sec-head, .js-reveal .au-card, .js-reveal .au-coll,
  .js-reveal .au-mapwrap > *, .js-reveal .au-cta-box, .js-reveal .au-hero-card,
  .js-reveal .au-arch-head, .js-reveal .au-filter, .js-reveal .au-art-head, .js-reveal .au-art-fig,
  .js-reveal .au-elist-row { opacity: 1; transform: none; transition: none; }
}

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