/* ============================================================================
   Hale — a MINIMALIST blog. Near-white canvas, near-invisible chrome, one
   restrained accent (plum), huge readable body copy, hairline dividers, no
   shadow/blur/gradient anywhere — whitespace is the whole design. Inter only.
   Article wrapper = .hl-rt. Colours are tokens for per-site variants.
   ========================================================================== */
:root {
  --hl-bg: #fbfbfa;
  --hl-ink: #181818;
  --hl-ink-2: #4a4a48;
  --hl-ink-3: #8a8884;
  --hl-accent: #6b3f5c;         /* plum */
  --hl-line: rgba(24,24,24,.12);
  --hl-line-2: rgba(24,24,24,.06);
  --hl-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --hl-body: var(--hl-display);
  --hl-maxw: 1080px;
  --hl-gut: 26px;
  --hl-r: 4px;
}

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

.hl-bg { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hl-blob { display: none; }

.hl-ph { display: block; width: 100%; height: 100%; background: #efeeec; position: relative; }
.hl-ph.c1, .hl-ph.c4 { background: #f0ecee; }
.hl-ph.c2, .hl-ph.c5 { background: #eeefec; }
.hl-ph.c3, .hl-ph.c6 { background: #edecea; }

/* flat utility (replaces "glass" — no border, no shadow, just quiet separation) */
.hl-glass { background: transparent; border: none; border-radius: 0; box-shadow: none; }

/* ---------- chips, buttons ---------- */
.hl-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--hl-body); font-weight: 600; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 0; color: var(--hl-ink-3); }
.hl-chip.accent { color: var(--hl-accent); }
.hl-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--hl-body); font-weight: 600; font-size: 15px; padding: 13px 26px; border-radius: var(--hl-r); border: 1px solid var(--hl-ink); background: var(--hl-ink); color: var(--hl-bg); cursor: pointer; transition: opacity .18s ease; }
.hl-btn:hover { opacity: .8; }
.hl-btn.glass { background: transparent; border: 1px solid var(--hl-line); color: var(--hl-ink); }
.hl-btn.glass:hover { border-color: var(--hl-ink); opacity: 1; }
.hl-btn .ar { transition: transform .2s ease; }
.hl-btn:hover .ar { transform: translateX(3px); }

/* ---------- nav ---------- */
.hl-nav-outer { position: sticky; top: 0; z-index: 50; padding: 0 var(--hl-gut); background: rgba(251,251,250,.92); border-bottom: 1px solid var(--hl-line-2); }
.hl-nav { max-width: var(--hl-maxw); margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 20px 0; }
.hl-brand { display: flex; align-items: center; gap: 10px; font-family: var(--hl-display); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; color: var(--hl-ink); }
.hl-brand .hl-logo { width: 22px; height: 22px; }
.hl-nav-links { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.hl-nav-links a { font-weight: 500; font-size: 14.5px; color: var(--hl-ink-2); transition: color .14s; }
.hl-nav-links a:hover { color: var(--hl-ink); }
.hl-nav-links a.is-active { color: var(--hl-accent); }
.hl-nav-cta { margin-left: 6px; }
.hl-nav .hl-btn { padding: 9px 20px; font-size: 13.5px; }

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

/* ---------- section frame ---------- */
.hl-sec { padding: 64px 0; position: relative; }
.hl-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 36px; }
.hl-sec-head h2 { font-family: var(--hl-display); font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -0.015em; margin: 0; line-height: 1.15; }
.hl-sec-head h2 em { font-style: normal; color: var(--hl-accent); }
.hl-sec-head .hl-sub { color: var(--hl-ink-3); font-weight: 400; margin: 8px 0 0; }

/* ---------- hero ---------- */
.hl-hero { padding: 70px 0 46px; text-align: center; position: relative; }
.hl-hero-inner { max-width: 720px; margin: 0 auto; }
.hl-hero .hl-chip { margin-bottom: 26px; }
.hl-hero h1 { font-family: var(--hl-display); font-size: clamp(36px, 5.4vw, 60px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 600; margin: 0; }
.hl-hero h1 em { font-style: normal; color: var(--hl-accent); }
.hl-hero .hl-lead { font-size: clamp(16px, 1.7vw, 18px); color: var(--hl-ink-2); margin: 24px auto 0; max-width: 46ch; line-height: 1.6; font-weight: 400; }
.hl-hero-cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hl-hero-card { max-width: 880px; margin: 56px auto 0; padding: 0; border-top: 1px solid var(--hl-line); padding-top: 40px; }
.hl-hero-card-in { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hl-hero-card-fig { aspect-ratio: 4/3; overflow: hidden; border-radius: var(--hl-r); }
.hl-hero-card-fig .hl-ph, .hl-hero-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.hl-hero-card-body { text-align: left; }
.hl-hero-card-body .hl-chip { margin-bottom: 14px; }
.hl-hero-card-body h3 { font-family: var(--hl-display); font-size: clamp(20px, 2.2vw, 25px); font-weight: 600; line-height: 1.24; letter-spacing: -0.01em; margin: 0 0 12px; }
.hl-hero-card-body p { color: var(--hl-ink-2); font-size: 15px; margin: 0 0 16px; }
.hl-hero-card-body .hl-meta { margin-top: auto; }
@media (max-width: 760px) { .hl-hero-card-in { grid-template-columns: 1fr; } .hl-hero-card-body { text-align: center; } }

/* ---------- featured list — the quiet single column ---------- */
.hl-grid { display: flex; flex-direction: column; }
.hl-card { display: flex; align-items: center; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--hl-line-2); position: relative; transition: opacity .18s ease; }
.hl-card:hover { opacity: .72; }
.hl-card-fig { flex: none; width: 128px; height: 96px; overflow: hidden; border-radius: var(--hl-r); position: relative; }
.hl-card-fig .hl-ph, .hl-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.hl-card-body { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 0; }
.hl-card-cat { display: block; font-weight: 600; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--hl-accent); }
.hl-card h3 { font-family: var(--hl-display); font-size: 20px; line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.hl-card .hl-meta { margin-top: 0; }
@media (max-width: 620px) { .hl-card { gap: 18px; } .hl-card-fig { width: 88px; height: 68px; } }

/* ---------- collections ---------- */
.hl-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--hl-line); }
.hl-coll { display: flex; align-items: center; gap: 14px; padding: 22px 4px; border-bottom: 1px solid var(--hl-line-2); border-right: 1px solid var(--hl-line-2); transition: opacity .16s ease; }
.hl-coll:nth-child(3n) { border-right: none; }
.hl-coll:hover { opacity: .7; }
.hl-coll-ic { width: 8px; height: 8px; border-radius: 999px; flex: none; background: var(--hl-accent); }
.hl-coll h4 { font-family: var(--hl-display); font-size: 15.5px; font-weight: 600; margin: 0; }
.hl-coll > span:last-child { font-size: 12.5px; color: var(--hl-ink-3); font-weight: 500; margin-left: auto; }
@media (max-width: 820px) { .hl-collections { grid-template-columns: 1fr 1fr; } .hl-coll:nth-child(2n) { border-right: none; } }
@media (max-width: 520px) { .hl-collections { grid-template-columns: 1fr; } .hl-coll { border-right: none !important; } }

/* ---------- map ---------- */
.hl-mapwrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.hl-mapwrap .hl-intro h2 { font-family: var(--hl-display); font-size: clamp(24px, 3vw, 32px); font-weight: 600; letter-spacing: -0.015em; margin: 14px 0 0; line-height: 1.2; }
.hl-mapwrap .hl-intro h2 em { font-style: normal; color: var(--hl-accent); }
.hl-mapwrap .hl-intro p { color: var(--hl-ink-2); margin: 16px 0 0; max-width: 34ch; }
@media (max-width: 860px) { .hl-mapwrap { grid-template-columns: 1fr; gap: 26px; } }

/* ---------- CTA ---------- */
.hl-cta-box { padding: 56px 0; text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--hl-line); }
.hl-cta-box h2 { font-family: var(--hl-display); font-size: clamp(26px, 3.6vw, 38px); font-weight: 600; letter-spacing: -0.015em; margin: 0; line-height: 1.18; }
.hl-cta-box h2 em { font-style: normal; color: var(--hl-accent); }
.hl-cta-box p { color: var(--hl-ink-3); margin: 14px auto 0; max-width: 42ch; font-weight: 400; }
.hl-cta-form { margin: 28px auto 0; display: flex; gap: 12px; max-width: 420px; flex-wrap: wrap; justify-content: center; }
.hl-cta-form input { flex: 1; min-width: 200px; font-family: var(--hl-body); font-size: 15px; padding: 13px 16px; border-radius: var(--hl-r); border: 1px solid var(--hl-line); background: transparent; color: var(--hl-ink); outline: none; }
.hl-cta-form input:focus { border-color: var(--hl-accent); }

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

/* ============================================================
   Single post — universal post layout: TOC (mandatory) + quiet reading column
   ============================================================ */
.hl-article { padding-top: 40px; }
.hl-crumb { display: flex; flex-wrap: wrap; gap: 8px; font-weight: 500; font-size: 12.5px; color: var(--hl-ink-3); }
.hl-crumb a:hover { color: var(--hl-accent); }
.hl-art-head { max-width: 760px; margin: 24px auto 0; text-align: center; }
.hl-art-head h1 { font-family: var(--hl-display); font-size: clamp(30px, 4.4vw, 46px); line-height: 1.16; letter-spacing: -0.015em; font-weight: 600; margin: 16px 0 0; }
.hl-art-head h1 em { font-style: normal; color: var(--hl-accent); }
.hl-art-head .hl-standfirst { font-size: clamp(16px, 1.7vw, 18px); line-height: 1.55; color: var(--hl-ink-2); margin: 20px auto 0; max-width: 56ch; font-weight: 400; }
.hl-art-meta { margin: 24px 0 0; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hl-art-meta .who { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.hl-art-meta .hl-ava { width: 26px; height: 26px; border-radius: 999px; background: var(--hl-accent); }
.hl-art-meta .sep { color: var(--hl-ink-3); }
.hl-art-fig { margin: 40px 0 0; padding: 0; }
.hl-art-fig .hl-ph, .hl-art-fig img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--hl-r); }

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

/* Table of contents — REQUIRED */
.hl-toc { position: sticky; top: 100px; align-self: start; padding: 0; }
.hl-toc-h { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--hl-ink-3); margin-bottom: 14px; }
.hl-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.hl-toc li { counter-increment: toc; }
.hl-toc a { display: block; padding: 6px 0; margin: 0; font-weight: 500; font-size: 13.5px; line-height: 1.4; color: var(--hl-ink-2); transition: color .14s; border-left: 2px solid transparent; padding-left: 12px; }
.hl-toc a:hover { color: var(--hl-ink); }
.hl-toc a.is-active { color: var(--hl-accent); border-left-color: var(--hl-accent); }

/* article richtext (.hl-rt) — no card, just the quiet column */
.hl-rt { background: transparent; border: none; border-radius: 0; box-shadow: none; padding: 0; font-size: 18px; line-height: 1.85; color: var(--hl-ink); max-width: 680px; }
.hl-rt > *:first-child { margin-top: 0; }
.hl-rt p { margin: 0 0 1.3em; color: #2c2c2a; }
.hl-rt > p:first-of-type { font-size: 19px; color: var(--hl-ink); }
.hl-rt h2 { font-family: var(--hl-display); font-size: 24px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.28; margin: 1.7em 0 .5em; }
.hl-rt h3 { font-family: var(--hl-display); font-size: 19px; font-weight: 600; margin: 1.6em 0 .4em; }
.hl-rt a { color: var(--hl-accent); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.hl-rt ul, .hl-rt ol { margin: 0 0 1.3em; padding-left: 0; list-style: none; }
.hl-rt ul li, .hl-rt ol li { margin: .55em 0; padding-left: 1.6em; position: relative; color: #2c2c2a; }
.hl-rt ul li::before { content: "–"; position: absolute; left: 0; top: 0; color: var(--hl-accent); }
.hl-rt ol { counter-reset: li; }
.hl-rt ol li { counter-increment: li; }
.hl-rt ol li::before { content: counter(li) "."; position: absolute; left: 0; top: 0; color: var(--hl-accent); font-weight: 600; }
.hl-rt blockquote { margin: 1.8em 0; padding: 0 0 0 20px; border-left: 2px solid var(--hl-accent); font-family: var(--hl-display); font-size: 21px; line-height: 1.45; font-weight: 500; font-style: normal; color: var(--hl-ink); }
.hl-rt blockquote p { margin: 0; }
.hl-rt img { margin: 1.8em 0; border-radius: var(--hl-r); }
.hl-rt figure { margin: 1.8em 0; }
.hl-rt figcaption { font-weight: 500; font-size: 13px; color: var(--hl-ink-3); margin-top: 10px; }
.hl-rt code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .85em; background: var(--hl-line-2); padding: 2px 6px; border-radius: 4px; }
.hl-rt hr { border: 0; height: 1px; background: var(--hl-line); margin: 2.4em 0; }

.hl-endmark { max-width: 680px; margin: 40px auto 0; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; border-top: 1px solid var(--hl-line-2); padding-top: 24px; }
.hl-share { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.hl-share .lbl { font-weight: 500; font-size: 13px; color: var(--hl-ink-3); }
.hl-share a { font-weight: 600; font-size: 13px; color: var(--hl-ink-2); transition: color .16s; }
.hl-share a:hover { color: var(--hl-accent); }

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

.hl-related { display: flex; flex-direction: column; max-width: 680px; margin: 0 auto; }

/* ---------- archive / blog ---------- */
.hl-arch-head { padding: 54px 0 0; text-align: center; }
.hl-arch-head .hl-chip { margin-bottom: 18px; }
.hl-arch-head h1 { font-family: var(--hl-display); font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; margin: 0; }
.hl-arch-head h1 em { font-style: normal; color: var(--hl-accent); }
.hl-arch-head p { color: var(--hl-ink-2); max-width: 50ch; margin: 18px auto 0; font-size: 17px; }
.hl-filter { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin: 34px 0 0; }
.hl-filter a { font-weight: 500; font-size: 14px; color: var(--hl-ink-3); transition: color .14s; }
.hl-filter a:hover { color: var(--hl-ink); }
.hl-filter a.on { color: var(--hl-accent); }
.hl-blog-grid { display: flex; flex-direction: column; margin-top: 30px; border-top: 1px solid var(--hl-line); max-width: 760px; margin-left: auto; margin-right: auto; }

.hl-pagination { display: flex; gap: 18px; justify-content: center; margin: 50px 0 0; flex-wrap: wrap; align-items: center; }
.hl-pagination .page-numbers { font-weight: 500; font-size: 14px; color: var(--hl-ink-3); }
.hl-pagination .page-numbers.current { color: var(--hl-accent); font-weight: 600; }
.hl-pagination a.page-numbers:hover { color: var(--hl-ink); }
.hl-empty { padding: 70px 0; text-align: center; color: var(--hl-ink-3); font-weight: 500; }

/* ---------- pages ---------- */
.hl-page { padding: 50px 0 20px; }
.hl-page-lead { max-width: 680px; margin: 0 auto; text-align: center; }
.hl-page-lead .hl-chip { margin-bottom: 16px; }
.hl-page-lead h1 { font-family: var(--hl-display); font-size: clamp(30px, 4.4vw, 48px); line-height: 1.16; letter-spacing: -0.015em; font-weight: 600; margin: 0; }
.hl-page-body { max-width: 680px; margin: 34px auto 0; padding: 0; font-size: 18px; line-height: 1.85; }
.hl-page-body .blj-lead, .hl-page-body > p:first-child { font-size: 19px; color: var(--hl-ink-2); }
.hl-page-body p { color: #2c2c2a; margin: 0 0 1.15em; }
.hl-page-body h2 { font-family: var(--hl-display); font-size: 23px; font-weight: 600; letter-spacing: -0.01em; margin: 1.7em 0 .5em; }
.hl-page-body h3 { font-family: var(--hl-display); font-size: 18px; font-weight: 600; margin: 1.5em 0 .4em; }
.hl-page-body ul { padding-left: 0; list-style: none; }
.hl-page-body li { margin: .55em 0; padding-left: 1.5em; position: relative; color: #2c2c2a; }
.hl-page-body ul li::before { content: "–"; position: absolute; left: 0; top: 0; color: var(--hl-accent); }
.hl-page-body a { color: var(--hl-accent); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.hl-page-body strong { font-weight: 600; }
.blj-chips { display: flex; flex-wrap: wrap; gap: 18px; margin: 10px 0 1.4em; }
.blj-chips span { font-weight: 600; font-size: 12.5px; color: var(--hl-ink-3); }
.blj-info-card { margin: 1.7em 0; padding: 0; border-left: 2px solid var(--hl-accent); padding-left: 20px; }
.blj-info-card h3 { margin: 0 0 6px; }
.blj-info-card a { font-weight: 600; font-size: 16px; }
.blj-note { color: var(--hl-ink-3); }

/* ---------- The Map ---------- */
.blj-map { padding: 0; background: transparent; border: none; border-radius: 0; box-shadow: none; }
.blj-map-title { font-family: var(--hl-display); font-size: 16px; font-weight: 600; margin: 0 0 16px; }
.blj-map-search { position: relative; margin: 0 0 16px; }
.blj-map-search input { width: 100%; padding: 11px 42px 11px 0; border: none; border-bottom: 1px solid var(--hl-line); background: transparent; font-family: var(--hl-body); font-size: 14px; color: var(--hl-ink); outline: none; }
.blj-map-search input:focus { border-color: var(--hl-accent); }
.blj-map-search svg { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--hl-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: 13px 0; color: var(--hl-accent); font-weight: 600; font-size: 14px; border-bottom: 1px solid var(--hl-line-2); }
.blj-map-entry { display: flex; flex-direction: column; gap: 3px; padding: 14px 0; border-bottom: 1px solid var(--hl-line-2); transition: opacity .16s ease; }
.blj-map-entry:hover { opacity: .7; }
.blj-map-anchor { font-family: var(--hl-display); font-weight: 600; font-size: 15px; color: var(--hl-ink); }
.blj-map-anchor:hover { color: var(--hl-accent); }
.blj-map-host { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; font-size: 12.5px; color: var(--hl-accent); }
.blj-map-src { font-size: 12.5px; color: var(--hl-ink-3); font-weight: 400; }
.blj-map-src:hover { color: var(--hl-ink); }
.blj-map-empty { color: var(--hl-ink-3); padding: 16px 0; font-weight: 500; }

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

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

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