/* ============================================================================
   Flat — a FLAT DESIGN blog. Solid colour-block sections (teal / coral / indigo),
   flat cards with ZERO shadow anywhere, bold simple geometric icons, crisp flat
   fills — no gradient, no blur, no depth trick of any kind. Sora display +
   Mulish body. Article wrapper = .ft-rt. Colours are tokens for per-site variants.
   ========================================================================== */
:root {
  --ft-bg: #ffffff;
  --ft-ink: #1b1f23;
  --ft-ink-2: #4c545c;
  --ft-ink-3: #838d96;
  --ft-teal: #0f9d8a;
  --ft-coral: #ef6461;
  --ft-indigo: #5b5fef;
  --ft-accent: var(--ft-teal);
  --ft-line: rgba(27,31,35,.12);
  --ft-line-2: rgba(27,31,35,.06);
  --ft-display: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ft-body: "Mulish", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ft-maxw: 1180px;
  --ft-gut: 26px;
  --ft-r: 12px;
}

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

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

/* placeholder — flat solid colour field, rotates through the 3-hue palette */
.ft-ph { display: block; width: 100%; height: 100%; background: var(--ft-teal); position: relative; }
.ft-ph.c1, .ft-ph.c4 { background: var(--ft-teal); }
.ft-ph.c2, .ft-ph.c5 { background: var(--ft-coral); }
.ft-ph.c3, .ft-ph.c6 { background: var(--ft-indigo); }

/* flat card utility (replaces "glass" — solid fill, zero shadow, moderate radius) */
.ft-glass { background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-r); box-shadow: none; }

/* ---------- chips, buttons ---------- */
.ft-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--ft-body); font-weight: 800; font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; background: var(--ft-line-2); color: var(--ft-ink-2); }
.ft-chip.accent { background: var(--ft-teal); color: #fff; }
.ft-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--ft-display); font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: var(--ft-r); border: none; background: var(--ft-teal); color: #fff; cursor: pointer; transition: background .16s ease; }
.ft-btn:hover { background: #0c8577; }
.ft-btn.glass { background: #fff; border: 2px solid var(--ft-ink); color: var(--ft-ink); }
.ft-btn.glass:hover { background: var(--ft-ink); color: #fff; border-color: var(--ft-ink); }
.ft-btn .ar { transition: transform .2s ease; }
.ft-btn:hover .ar { transform: translateX(3px); }

/* ---------- nav ---------- */
.ft-nav-outer { position: sticky; top: 0; z-index: 50; padding: 0 var(--ft-gut); background: #fff; border-bottom: 1px solid var(--ft-line-2); }
.ft-nav { max-width: var(--ft-maxw); margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 17px 0; }
.ft-brand { display: flex; align-items: center; gap: 10px; font-family: var(--ft-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; color: var(--ft-ink); }
.ft-brand .ft-logo { width: 28px; height: 28px; }
.ft-nav-links { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.ft-nav-links a { font-weight: 700; font-size: 14px; padding: 9px 14px; border-radius: 999px; color: var(--ft-ink-2); transition: color .14s, background .14s; }
.ft-nav-links a:hover { color: var(--ft-ink); background: var(--ft-line-2); }
.ft-nav-links a.is-active { color: var(--ft-teal); background: #e6f5f2; }
.ft-nav-cta { margin-left: 6px; }
.ft-nav .ft-btn { padding: 9px 20px; font-size: 13.5px; }

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

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

/* ---------- hero — solid flat colour block ---------- */
.ft-hero { padding: 64px 0 54px; text-align: center; position: relative; background: var(--ft-teal); color: #fff; }
.ft-hero-inner { max-width: 800px; margin: 0 auto; }
.ft-hero .ft-chip { margin-bottom: 22px; background: rgba(255,255,255,.18); color: #fff; }
.ft-hero h1 { font-family: var(--ft-display); font-size: clamp(38px, 6vw, 68px); line-height: 1.05; letter-spacing: -0.015em; font-weight: 800; margin: 0; color: #fff; }
.ft-hero h1 em { font-style: normal; color: #eafff3; text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 4px; }
.ft-hero .ft-lead { font-size: clamp(17px, 1.8vw, 19px); color: #d9f3ee; margin: 24px auto 0; max-width: 46ch; line-height: 1.55; }
.ft-hero-cta { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ft-hero .ft-btn { background: #fff; color: var(--ft-teal); }
.ft-hero .ft-btn:hover { background: #eafff3; }
.ft-hero .ft-btn.glass { background: transparent; border: 2px solid #fff; color: #fff; }
.ft-hero .ft-btn.glass:hover { background: #fff; color: var(--ft-teal); }
.ft-hero-card { max-width: 940px; margin: 46px auto 0; padding: 12px; }
.ft-hero-card-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4px; border-radius: var(--ft-r); overflow: hidden; }
.ft-hero-card-fig { aspect-ratio: 16/11; overflow: hidden; }
.ft-hero-card-fig .ft-ph, .ft-hero-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.ft-hero-card-body { padding: 26px 26px; display: flex; flex-direction: column; justify-content: center; text-align: left; background: #fff; }
.ft-hero-card-body .ft-chip { align-self: flex-start; margin-bottom: 14px; }
.ft-hero-card-body h3 { font-family: var(--ft-display); font-size: clamp(21px, 2.5vw, 28px); font-weight: 800; line-height: 1.16; letter-spacing: -0.01em; margin: 0 0 12px; color: var(--ft-ink); }
.ft-hero-card-body p { color: var(--ft-ink-2); font-size: 14.5px; margin: 0 0 16px; }
.ft-hero-card-body .ft-meta { margin-top: auto; }
@media (max-width: 760px) { .ft-hero-card-in { grid-template-columns: 1fr; } .ft-hero-card-fig { aspect-ratio: 16/9; } .ft-hero-card-body { text-align: center; } .ft-hero-card-body .ft-chip { align-self: center; } }

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

/* ---------- collections — flat icon tiles ---------- */
.ft-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ft-coll { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: var(--ft-r); transition: transform .16s ease; }
.ft-coll:nth-child(3n+1) { background: #e6f5f2; }
.ft-coll:nth-child(3n+2) { background: #fdeceb; }
.ft-coll:nth-child(3n+3) { background: #ebebfd; }
.ft-coll:hover { transform: translateY(-3px); }
.ft-coll-ic { width: 44px; height: 44px; border-radius: 10px; flex: none; display: grid; place-items: center; }
.ft-coll:nth-child(3n+1) .ft-coll-ic { background: var(--ft-teal); }
.ft-coll:nth-child(3n+2) .ft-coll-ic { background: var(--ft-coral); }
.ft-coll:nth-child(3n+3) .ft-coll-ic { background: var(--ft-indigo); }
.ft-coll h4 { font-family: var(--ft-display); font-size: 17px; font-weight: 700; margin: 0; }
.ft-coll > span:last-child { font-size: 13px; color: var(--ft-ink-3); font-weight: 600; margin-left: auto; }
@media (max-width: 820px) { .ft-collections { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ft-collections { grid-template-columns: 1fr; } }

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

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

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

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

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

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

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

.ft-endmark { max-width: 820px; margin: 34px auto 0; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ft-share { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.ft-share .lbl { font-weight: 700; font-size: 13px; color: var(--ft-ink-3); }
.ft-share a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 999px; background: var(--ft-line-2); font-weight: 700; font-size: 13px; transition: background .16s ease, color .16s; }
.ft-share a:hover { background: var(--ft-teal); color: #fff; }

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

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

/* ---------- archive / blog ---------- */
.ft-arch-head { padding: 46px 0 0; text-align: center; }
.ft-arch-head .ft-chip { margin-bottom: 16px; }
.ft-arch-head h1 { font-family: var(--ft-display); font-size: clamp(40px, 6vw, 76px); letter-spacing: -0.025em; line-height: 1; font-weight: 800; margin: 0; }
.ft-arch-head h1 em { font-style: normal; color: var(--ft-teal); }
.ft-arch-head p { color: var(--ft-ink-2); max-width: 50ch; margin: 18px auto 0; font-size: 18px; }
.ft-filter { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 30px 0 4px; }
.ft-filter a { font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 999px; background: var(--ft-line-2); color: var(--ft-ink-2); transition: color .14s, background .14s; }
.ft-filter a:hover { background: #e6f5f2; color: var(--ft-ink); }
.ft-filter a.on { background: var(--ft-teal); color: #fff; }
.ft-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
@media (max-width: 900px) { .ft-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ft-blog-grid { grid-template-columns: 1fr; } }

.ft-pagination { display: flex; gap: 8px; justify-content: center; margin: 46px 0 0; flex-wrap: wrap; }
.ft-pagination .page-numbers { min-width: 44px; text-align: center; padding: 11px 15px; border-radius: 999px; background: var(--ft-line-2); font-weight: 700; font-size: 14px; color: var(--ft-ink-2); }
.ft-pagination .page-numbers.current { background: var(--ft-teal); color: #fff; }
.ft-pagination a.page-numbers:hover { background: #e6f5f2; }
.ft-empty { padding: 60px 0; text-align: center; color: var(--ft-ink-3); font-weight: 600; }

/* ---------- pages ---------- */
.ft-page { padding: 44px 0 20px; }
.ft-page-lead { max-width: 780px; margin: 0 auto; text-align: center; }
.ft-page-lead .ft-chip { margin-bottom: 14px; }
.ft-page-lead h1 { font-family: var(--ft-display); font-size: clamp(34px, 5vw, 60px); line-height: 1.02; letter-spacing: -0.02em; font-weight: 800; margin: 0; }
.ft-page-body { max-width: 780px; margin: 30px auto 0; padding: 34px 40px; font-size: 18px; line-height: 1.78; background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-r); }
.ft-page-body .blj-lead, .ft-page-body > p:first-child { font-size: 20px; color: var(--ft-ink-2); }
.ft-page-body p { color: #2a2f34; margin: 0 0 1.1em; }
.ft-page-body h2 { font-family: var(--ft-display); font-size: 25px; font-weight: 800; letter-spacing: -0.01em; margin: 1.6em 0 .5em; }
.ft-page-body h3 { font-family: var(--ft-display); font-size: 19px; font-weight: 700; margin: 1.4em 0 .4em; }
.ft-page-body ul { padding-left: 0; list-style: none; }
.ft-page-body li { margin: .5em 0; padding-left: 1.7em; position: relative; color: #2a2f34; }
.ft-page-body ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border-radius: 3px; background: var(--ft-coral); }
.ft-page-body a { color: var(--ft-teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ft-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: 12.5px; padding: 8px 15px; border-radius: 999px; background: #ebebfd; color: var(--ft-indigo); }
.blj-info-card { margin: 1.6em 0; padding: 24px; border-radius: var(--ft-r); background: #e6f5f2; }
.blj-info-card h3 { margin: 0 0 6px; }
.blj-info-card a { font-weight: 700; font-size: 17px; }
.blj-note { color: var(--ft-ink-3); }

/* ---------- The Map ---------- */
.blj-map { padding: 24px; background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-r); }
.blj-map-title { font-family: var(--ft-display); font-size: 18px; font-weight: 800; margin: 0 0 14px; }
.blj-map-search { position: relative; margin: 0 0 14px; }
.blj-map-search input { width: 100%; padding: 12px 42px 12px 16px; border: none; background: var(--ft-line-2); font-family: var(--ft-body); font-size: 14px; color: var(--ft-ink); outline: none; border-radius: 999px; }
.blj-map-search input:focus { background: #e6f5f2; }
.blj-map-search svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: var(--ft-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(--ft-teal); color: #fff; border-radius: 12px; font-weight: 700; font-size: 14px; }
.blj-map-entry { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border-radius: 12px; background: var(--ft-line-2); transition: background .16s ease; }
.blj-map-entry:hover { background: #e6f5f2; }
.blj-map-anchor { font-family: var(--ft-display); font-weight: 700; font-size: 15.5px; color: var(--ft-ink); }
.blj-map-anchor:hover { color: var(--ft-teal); }
.blj-map-host { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 12.5px; color: var(--ft-teal); }
.blj-map-src { font-size: 12.5px; color: var(--ft-ink-3); font-weight: 500; }
.blj-map-src:hover { color: var(--ft-ink); }
.blj-map-empty { color: var(--ft-ink-3); padding: 16px 4px; font-weight: 600; }

/* ============================================================
   Motion — quiet reveal only. Gated on reduced-motion + ?noanim.
   ============================================================ */
.js-reveal .ft-reveal, .js-reveal .ft-sec-head, .js-reveal .ft-card, .js-reveal .ft-coll,
.js-reveal .ft-mapwrap > *, .js-reveal .ft-cta-box, .js-reveal .ft-hero-card,
.js-reveal .ft-arch-head, .js-reveal .ft-filter, .js-reveal .ft-art-head, .js-reveal .ft-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 .ft-reveal, .js-reveal .ft-sec-head, .js-reveal .ft-card, .js-reveal .ft-coll,
  .js-reveal .ft-mapwrap > *, .js-reveal .ft-cta-box, .js-reveal .ft-hero-card,
  .js-reveal .ft-arch-head, .js-reveal .ft-filter, .js-reveal .ft-art-head, .js-reveal .ft-art-fig { opacity: 1; transform: none; transition: none; }
  .ft-card:hover, .ft-coll:hover { transform: none; }
}

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