/* ============================================================================
   Fjord — SCANDINAVIAN / NORDIC. Warm neutral canvas, soft sage accent, calm and cosy.
   No blur, no gradient blobs, no heavy shadow — depth comes from soft solid colour
   blocks and generous whitespace instead. Hairline 1px borders, soft rounded corners,
   a warm humanist serif (Lora) + a clean humanist sans (Karla). Article wrapper = .fj-rt.
   ========================================================================== */
:root {
  --fj-bg: #f6f1e9;
  --fj-surface: #fffcf7;
  --fj-ink: #3a352c;
  --fj-ink-2: #6b6255;
  --fj-ink-3: #9c9284;
  --fj-accent: #7c8f6f;          /* soft sage */
  --fj-accent-2: #c98f5e;        /* warm clay */
  --fj-accent-soft: #e7ecdf;
  --fj-line: #e6dfd2;
  --fj-shadow: rgba(58,53,44,.08);
  --fj-display: "Lora", Georgia, "Times New Roman", serif;
  --fj-body: "Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --fj-maxw: 1140px;
  --fj-gut: 26px;
  --fj-r: 20px;
  --fj-r-lg: 26px;
}

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

/* No blurred blobs — Fjord's calm comes from flat warm space, not effects. The .fj-blob
   spans stay in the shared markup for structural parity, switched off here. */
.fj-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: var(--fj-bg); }
.fj-blob { display: none; }

/* placeholder — soft solid tint block, no gradient sheen */
.fj-ph { display: block; width: 100%; height: 100%; background: var(--fj-accent-soft); position: relative; }
.fj-ph.c1 { background: #f0e6d8; }
.fj-ph.c2 { background: #e7ecdf; }
.fj-ph.c3 { background: #ecdfd3; }
.fj-ph.c4 { background: #e3e7e0; }
.fj-ph.c5 { background: #f0e2d5; }
.fj-ph.c6 { background: #e2e6da; }

/* "glass" utility → soft surface card, hairline border, faint shadow, no blur */
.fj-glass { background: var(--fj-surface); backdrop-filter: none; border: 1px solid var(--fj-line); box-shadow: 0 2px 10px var(--fj-shadow); border-radius: var(--fj-r); }

/* ---------- chips, buttons — soft, rounded, warm ---------- */
.fj-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--fj-body); font-weight: 700; font-size: 12px; letter-spacing: .03em; padding: 6px 13px; border-radius: 999px; background: var(--fj-surface); border: 1px solid var(--fj-line); color: var(--fj-ink-2); }
.fj-chip.accent { background: var(--fj-accent-soft); color: #46543c; border-color: transparent; }
.fj-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--fj-body); font-weight: 700; font-size: 15px; padding: 13px 24px; border-radius: 999px; border: 1px solid transparent; background: var(--fj-accent); color: #fff; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.fj-btn:hover { background: #6c7d60; transform: translateY(-1px); }
.fj-btn.glass { background: var(--fj-surface); border: 1px solid var(--fj-line); color: var(--fj-ink); }
.fj-btn.glass:hover { background: var(--fj-accent-soft); }
.fj-btn .ar { transition: transform .2s ease; }
.fj-btn:hover .ar { transform: translateX(3px); }

/* ---------- nav ---------- */
.fj-nav-outer { position: sticky; top: 14px; z-index: 50; padding: 0 var(--fj-gut); margin-top: 16px; }
.fj-nav { max-width: var(--fj-maxw); margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 12px 12px 12px 22px; border-radius: 999px; background: var(--fj-surface); border: 1px solid var(--fj-line); box-shadow: 0 2px 12px var(--fj-shadow); transition: box-shadow .2s; }
.fj-nav.is-stuck { box-shadow: 0 4px 18px var(--fj-shadow); }
.fj-brand { display: flex; align-items: center; gap: 10px; font-family: var(--fj-display); font-weight: 600; font-size: 23px; letter-spacing: -0.005em; color: var(--fj-ink); }
.fj-brand .fj-logo { width: 27px; height: 27px; }
.fj-nav-links { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.fj-nav-links a { font-weight: 600; font-size: 14.5px; padding: 9px 15px; border-radius: 999px; color: var(--fj-ink-2); transition: color .14s, background .14s; }
.fj-nav-links a:hover { color: var(--fj-ink); background: var(--fj-accent-soft); }
.fj-nav-links a.is-active { color: #46543c; background: var(--fj-accent-soft); }
.fj-nav-cta { margin-left: 6px; }
.fj-nav .fj-btn { padding: 10px 20px; font-size: 14px; }

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

/* ---------- section frame ---------- */
.fj-sec { padding: 58px 0; position: relative; }
.fj-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.fj-sec-head h2 { font-family: var(--fj-display); font-size: clamp(27px, 3.5vw, 42px); font-weight: 600; letter-spacing: -0.005em; margin: 0; line-height: 1.1; }
.fj-sec-head .fj-sub { color: var(--fj-ink-3); font-weight: 500; margin: 8px 0 0; }

/* ---------- hero — soft, warm, generous ---------- */
.fj-hero { padding: 50px 0 0; text-align: center; position: relative; }
.fj-hero-inner { max-width: 780px; margin: 0 auto; }
.fj-hero .fj-chip { margin-bottom: 22px; }
.fj-hero h1 { font-family: var(--fj-display); font-size: clamp(38px, 5.8vw, 66px); line-height: 1.1; letter-spacing: -0.01em; font-weight: 600; margin: 0; }
.fj-hero .fj-lead { font-size: clamp(17px, 1.8vw, 19px); color: var(--fj-ink-2); margin: 22px auto 0; max-width: 50ch; line-height: 1.6; }
.fj-hero-cta { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fj-hero-card { max-width: 940px; margin: 40px auto 0; padding: 14px; }
.fj-hero-card-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6px; border-radius: 14px; overflow: hidden; }
.fj-hero-card-fig { aspect-ratio: 16/11; overflow: hidden; border-radius: 14px; }
.fj-hero-card-fig .fj-ph, .fj-hero-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.fj-hero-card-body { padding: 24px 24px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.fj-hero-card-body .fj-chip { align-self: flex-start; margin-bottom: 14px; }
.fj-hero-card-body h3 { font-family: var(--fj-display); font-size: clamp(21px, 2.4vw, 29px); font-weight: 600; line-height: 1.2; letter-spacing: -0.005em; margin: 0 0 12px; }
.fj-hero-card-body p { color: var(--fj-ink-2); font-size: 14.5px; margin: 0 0 16px; }
.fj-hero-card-body .fj-meta { margin-top: auto; }
@media (max-width: 760px) { .fj-hero-card-in { grid-template-columns: 1fr; } .fj-hero-card-fig { aspect-ratio: 16/9; } .fj-hero-card-body { text-align: center; } .fj-hero-card-body .fj-chip { align-self: center; } }

/* ---------- featured grid ---------- */
.fj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fj-card { display: flex; flex-direction: column; overflow: hidden; padding: 12px; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.fj-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px var(--fj-shadow); }
.fj-card-fig { position: relative; aspect-ratio: 16/11; overflow: hidden; border-radius: 14px; }
.fj-card-fig .fj-ph, .fj-card-fig img { width: 100%; height: 100%; object-fit: cover; }
.fj-card-fig .fj-chip { position: absolute; top: 12px; left: 12px; }
.fj-card-body { padding: 16px 10px 8px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.fj-card h3 { font-family: var(--fj-display); font-size: 19px; line-height: 1.28; font-weight: 600; letter-spacing: -0.005em; margin: 0; }
.fj-card:hover h3 { color: var(--fj-accent-2); }
.fj-card .fj-meta { margin-top: auto; }
@media (max-width: 900px) { .fj-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .fj-grid { grid-template-columns: 1fr; } }

/* ---------- collections — soft solid tonal blocks (no gradients) ---------- */
.fj-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fj-coll { display: flex; align-items: center; gap: 16px; padding: 18px 20px; transition: transform .2s ease, box-shadow .2s ease; }
.fj-coll:hover { transform: translateY(-2px); box-shadow: 0 6px 20px var(--fj-shadow); }
.fj-coll-ic { width: 44px; height: 44px; border-radius: 13px; flex: none; display: grid; place-items: center; font-size: 19px; background: var(--fj-accent-soft) !important; color: #46543c; }
.fj-coll h4 { font-family: var(--fj-display); font-size: 19px; font-weight: 600; margin: 0; }
.fj-coll span { font-size: 13px; color: var(--fj-ink-3); font-weight: 600; }
@media (max-width: 820px) { .fj-collections { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fj-collections { grid-template-columns: 1fr; } }

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

/* ---------- CTA ---------- */
.fj-cta-box { padding: 52px 40px; text-align: center; position: relative; overflow: hidden; background: var(--fj-accent-soft); border-radius: var(--fj-r-lg); }
.fj-cta-box h2 { font-family: var(--fj-display); font-size: clamp(28px, 3.8vw, 44px); font-weight: 600; letter-spacing: -0.005em; margin: 0; line-height: 1.1; color: #3d4635; }
.fj-cta-box p { color: #566149; margin: 14px auto 0; max-width: 42ch; font-weight: 500; }
.fj-cta-form { margin: 26px auto 0; display: flex; gap: 12px; max-width: 460px; flex-wrap: wrap; justify-content: center; }
.fj-cta-form input { flex: 1; min-width: 200px; font-family: var(--fj-body); font-size: 15px; padding: 14px 20px; border-radius: 999px; border: 1px solid var(--fj-line); background: var(--fj-surface); color: var(--fj-ink); outline: none; }
.fj-cta-form input:focus { border-color: var(--fj-accent); }

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

/* ============================================================
   Single post
   ============================================================ */
.fj-article { padding-top: 34px; }
.fj-crumb { display: flex; flex-wrap: wrap; gap: 8px; font-weight: 600; font-size: 13px; color: var(--fj-ink-3); }
.fj-crumb a:hover { color: var(--fj-accent-2); }
.fj-art-head { max-width: 800px; margin: 20px auto 0; text-align: center; }
.fj-art-head h1 { font-family: var(--fj-display); font-size: clamp(32px, 4.8vw, 54px); line-height: 1.14; letter-spacing: -0.005em; font-weight: 600; margin: 16px 0 0; }
.fj-art-head .fj-standfirst { font-size: clamp(17px, 1.8vw, 19px); line-height: 1.6; color: var(--fj-ink-2); margin: 20px auto 0; max-width: 58ch; }
.fj-art-meta { margin: 22px 0 0; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.fj-art-meta .who { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.fj-art-meta .fj-ava { width: 32px; height: 32px; border-radius: 999px; background: var(--fj-accent); }
.fj-art-meta .sep { color: var(--fj-ink-3); }
.fj-art-fig { margin: 32px 0 0; padding: 12px; }
.fj-art-fig .fj-ph, .fj-art-fig img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: 14px; }

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

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

/* article richtext (.fj-rt) — soft warm reading sheet */
.fj-rt { background: var(--fj-surface); backdrop-filter: none; border: 1px solid var(--fj-line); border-radius: var(--fj-r); box-shadow: 0 2px 14px var(--fj-shadow); padding: 34px 40px; font-size: 18px; line-height: 1.8; color: var(--fj-ink); }
.fj-rt > *:first-child { margin-top: 0; }
.fj-rt p { margin: 0 0 1.3em; color: #4a4438; }
.fj-rt > p:first-of-type { font-size: 20px; color: var(--fj-ink); }
.fj-rt h2 { font-family: var(--fj-display); font-size: 27px; font-weight: 600; letter-spacing: -0.005em; line-height: 1.24; margin: 1.6em 0 .5em; }
.fj-rt h3 { font-family: var(--fj-display); font-size: 20px; font-weight: 600; margin: 1.5em 0 .4em; }
.fj-rt a { color: var(--fj-accent-2); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.fj-rt ul, .fj-rt ol { margin: 0 0 1.3em; padding-left: 0; list-style: none; }
.fj-rt ul li, .fj-rt ol li { margin: .5em 0; padding-left: 1.8em; position: relative; color: #4a4438; }
.fj-rt ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: 10px; height: 10px; border-radius: 999px; background: var(--fj-accent); }
.fj-rt ol { counter-reset: li; }
.fj-rt ol li { counter-increment: li; }
.fj-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(--fj-body); font-weight: 700; font-size: .7em; color: #fff; background: var(--fj-accent); border-radius: 999px; }
.fj-rt blockquote { margin: 1.8em 0; padding: 22px 26px; background: var(--fj-accent-soft); border: 0; border-radius: 16px; font-family: var(--fj-display); font-size: 22px; line-height: 1.4; font-weight: 600; font-style: italic; color: #3d4635; }
.fj-rt blockquote p { margin: 0; }
.fj-rt img { margin: 1.8em 0; border-radius: 14px; }
.fj-rt figure { margin: 1.8em 0; }
.fj-rt figcaption { font-weight: 600; font-size: 13.5px; color: var(--fj-ink-3); margin-top: 10px; text-align: center; }
.fj-rt code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .85em; background: var(--fj-accent-soft); padding: 2px 7px; border-radius: 6px; }
.fj-rt hr { border: 0; height: 1px; background: var(--fj-line); margin: 2.2em 0; }

.fj-endmark { max-width: 800px; margin: 34px auto 0; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.fj-share { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.fj-share .lbl { font-weight: 700; font-size: 13px; color: var(--fj-ink-3); }
.fj-share a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 999px; background: var(--fj-surface); border: 1px solid var(--fj-line); font-weight: 700; font-size: 13px; transition: transform .16s ease, background .16s; }
.fj-share a:hover { transform: translateY(-3px); background: var(--fj-accent-soft); }

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

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

/* ---------- archive / blog — a "cozy stack": big soft rounded thumbnail, generous
   whitespace, warm hairline card. Deliberately NOT a card grid, NOT a numbered index,
   NOT a mosaic, NOT an elevated list. ---------- */
.fj-arch-head { padding: 46px 0 0; text-align: center; }
.fj-arch-head .fj-chip { margin-bottom: 16px; }
.fj-arch-head h1 { font-family: var(--fj-display); font-size: clamp(36px, 5.4vw, 62px); letter-spacing: -0.005em; line-height: 1.1; font-weight: 600; margin: 0; }
.fj-arch-head p { color: var(--fj-ink-2); max-width: 52ch; margin: 18px auto 0; font-size: 18px; }
.fj-filter { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 30px 0 4px; }
.fj-filter a { font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 999px; background: var(--fj-surface); border: 1px solid var(--fj-line); color: var(--fj-ink-2); transition: color .14s, transform .14s, background .14s; }
.fj-filter a:hover { transform: translateY(-2px); }
.fj-filter a.on { background: var(--fj-accent); color: #fff; border-color: transparent; }

.fj-cozy-list { display: flex; flex-direction: column; gap: 22px; margin-top: 34px; }
.fj-cozy-row { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 28px; align-items: center; padding: 16px; background: var(--fj-surface); border: 1px solid var(--fj-line); border-radius: var(--fj-r-lg); transition: transform .2s ease, box-shadow .2s ease; }
.fj-cozy-row:hover { transform: translateY(-3px); box-shadow: 0 8px 24px var(--fj-shadow); }
.fj-cozy-fig { aspect-ratio: 16/10; border-radius: 16px; overflow: hidden; }
.fj-cozy-fig .fj-ph, .fj-cozy-fig img { width: 100%; height: 100%; object-fit: cover; }
.fj-cozy-body { min-width: 0; display: flex; flex-direction: column; gap: 10px; padding: 6px 12px 6px 0; }
.fj-cozy-body .fj-chip { align-self: flex-start; }
.fj-cozy-row h3 { font-family: var(--fj-display); font-size: clamp(19px,2.1vw,25px); font-weight: 600; line-height: 1.28; margin: 0; }
.fj-cozy-row:hover h3 { color: var(--fj-accent-2); }
@media (max-width: 640px) { .fj-cozy-row { grid-template-columns: 1fr; } .fj-cozy-fig { aspect-ratio: 16/9; } }

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

/* ---------- pages ---------- */
.fj-page { padding: 44px 0 20px; }
.fj-page-lead { max-width: 780px; margin: 0 auto; text-align: center; }
.fj-page-lead .fj-chip { margin-bottom: 14px; }
.fj-page-lead h1 { font-family: var(--fj-display); font-size: clamp(34px, 5vw, 58px); line-height: 1.14; letter-spacing: -0.005em; font-weight: 600; margin: 0; }
.fj-page-body { max-width: 780px; margin: 30px auto 0; padding: 34px 40px; font-size: 18px; line-height: 1.8; background: var(--fj-surface); border: 1px solid var(--fj-line); border-radius: var(--fj-r); box-shadow: 0 2px 14px var(--fj-shadow); }
.fj-page-body .blj-lead, .fj-page-body > p:first-child { font-size: 20px; color: var(--fj-ink-2); }
.fj-page-body p { color: #4a4438; margin: 0 0 1.1em; }
.fj-page-body h2 { font-family: var(--fj-display); font-size: 25px; font-weight: 600; letter-spacing: -0.005em; margin: 1.6em 0 .5em; }
.fj-page-body h3 { font-family: var(--fj-display); font-size: 19px; font-weight: 600; margin: 1.4em 0 .4em; }
.fj-page-body ul { padding-left: 0; list-style: none; }
.fj-page-body li { margin: .5em 0; padding-left: 1.7em; position: relative; color: #4a4438; }
.fj-page-body ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border-radius: 999px; background: var(--fj-accent); }
.fj-page-body a { color: var(--fj-accent-2); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.fj-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: var(--fj-accent-soft); }
.blj-info-card { margin: 1.6em 0; padding: 24px; border-radius: 16px; background: var(--fj-accent-soft); }
.blj-info-card h3 { margin: 0 0 6px; color: #3d4635; }
.blj-info-card a { font-weight: 700; font-size: 17px; }
.blj-note { color: var(--fj-ink-3); }

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

/* ============================================================
   Motion — gentle, calm fades, no blob float (there are no blobs). Gated on
   reduced-motion + ?noanim.
   ============================================================ */
.js-reveal .fj-reveal, .js-reveal .fj-sec-head, .js-reveal .fj-card, .js-reveal .fj-coll,
.js-reveal .fj-mapwrap > *, .js-reveal .fj-cta-box, .js-reveal .fj-hero-card,
.js-reveal .fj-arch-head, .js-reveal .fj-filter, .js-reveal .fj-art-head, .js-reveal .fj-art-fig,
.js-reveal .fj-cozy-row {
  opacity: 0; transform: translateY(16px);
  transition: opacity .6s ease, transform .6s 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 .fj-reveal, .js-reveal .fj-sec-head, .js-reveal .fj-card, .js-reveal .fj-coll,
  .js-reveal .fj-mapwrap > *, .js-reveal .fj-cta-box, .js-reveal .fj-hero-card,
  .js-reveal .fj-arch-head, .js-reveal .fj-filter, .js-reveal .fj-art-head, .js-reveal .fj-art-fig,
  .js-reveal .fj-cozy-row { opacity: 1; transform: none; transition: none; }
  .fj-card:hover, .fj-coll:hover, .fj-cozy-row:hover { transform: none; }
}

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