/**
 * public-fb.css — Offentlige fargeblokk-sider (Design B).
 * Lastes KUN på forside, Opplegget og For menigheter (betinget enqueue).
 * Overskrifter i Articulat-heavy; Ciclo (--ff-accent) kun på aksentord (.fb-ci).
 * Egne, namespacede klasser (fb-*) for å ikke kollidere med resten av temaet.
 */

.is-fb .site-main { padding: 0; margin: 0; }
/* Juridiske sider (vilkår/personvern) under fb-header: innhold på cream tross grønn body-bakgrunn */
.is-fb .sos-main { background: var(--cream); }
/* Body-bakgrunn = hero-farge, slik at nav (i normal flyt, transparent) smelter
   sammen med hero-en. Fikser at dev-stripa (body.is-dev::before) og nav overlappet. */
body.is-fb-green { background: var(--green); }
body.is-fb-deep  { background: var(--green-deep); }

/* Samme innholdsbredde som resten av siden (--max-w) — headeren (sos-nav, se
   main.css) bruker samme mål, så logo/lenker flukter med seksjonsinnholdet. */
.fb-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
.fb-ci { font-family: var(--ff-accent); font-weight: 400; font-style: normal; }

/* ── Knapper ── */
.fb-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-display); font-weight: 400; border-radius: 999px; padding: 14px 28px; cursor: pointer; border: 2px solid transparent; font-size: .95rem; text-decoration: none; transition: transform .15s; }
.fb-btn:hover { transform: translateY(-1px); }
.fb-btn--w { background: #fff; color: var(--green-deep); }
.fb-btn--o { background: var(--orange-dark); color: #fff; }
.fb-btn--line { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.fb-btn--sm { padding: 9px 20px; font-size: .9rem; }

/* Full knappebredde på mobil der en knapp står alene på egen linje (hero- og
   båndknapper i .fb-cta). Navigasjons-CTA (.sos-nav__cta) er unntatt. */
@media (max-width: 640px) {
	.fb-cta .fb-btn { width: 100%; justify-content: center; }
}

/* ── Hero (høyere; 2-kolonne på forsiden med cover-deck) ── */
.fb-hero { position: relative; color: #fff; padding: 56px 0 112px; overflow: hidden; display: flex; align-items: center; min-height: 56vh; }
.fb-hero:has(.fb-hero__inner) { min-height: 72vh; }
.fb-hero .fb-wrap { width: 100%; }
.fb-hero__inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
/* Mobil: cover-deck-illustrasjonen øverst (order), teksten under */
@media (max-width: 900px) { .fb-hero { min-height: 0; padding: 30px 0 78px; } .fb-hero__inner { grid-template-columns: 1fr; gap: 30px; } .fb-hero__inner .fb-covers { order: -1; } }
/* Luftigere mobil-hero: dropp taglinje-pillen på små skjermer */
@media (max-width: 640px) { .fb-hero__tag { display: none; } }
.fb-hero__tag { display: inline-block; border: 1.5px solid rgba(255,255,255,.5); color: #fff; font-family: var(--ff-display); font-weight: 400; font-size: .76rem; letter-spacing: .04em; padding: 7px 15px; border-radius: 999px; margin-bottom: 24px; }
.fb-hero h1 { font-family: var(--ff-display); font-weight: 400; color: #fff; line-height: .94; letter-spacing: -.02em; font-size: clamp(3rem, 8.4vw, 6.6rem); margin: 0; }
.fb-hero__lead { font-size: 1.3rem; color: #eaf3e7; max-width: 38ch; margin: 22px 0 30px; font-weight: 500; }
.fb-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.fb-deco { position: absolute; pointer-events: none; }

/* ── Cover-deck (Sigrids faktiske samlings-thumbnails, viftet) ── */
.fb-covers { display: flex; justify-content: center; align-items: center; }
.fb-covers img { width: clamp(150px, 19vw, 215px); aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 16px; border: 5px solid #fff; box-shadow: 0 26px 55px -22px rgba(0,0,0,.55); background: var(--green); }
.fb-covers img:nth-child(1) { transform: rotate(-7deg); margin-right: -26px; z-index: 1; }
.fb-covers img:nth-child(2) { transform: translateY(-18px) rotate(2deg); z-index: 3; }
.fb-covers img:nth-child(3) { transform: rotate(9deg); margin-left: -26px; z-index: 2; }
@media (max-width: 900px) { .fb-covers img { width: clamp(112px, 29vw, 172px); } .fb-covers img:nth-child(2) { transform: translateY(-12px) rotate(2deg); } }

/* ── Fargebånd ── */
.fb-band { padding: 108px 0; color: #fff; position: relative; overflow: hidden; }
.fb-eyebrow { font-family: var(--ff-display); font-weight: 400; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; display: block; opacity: 1; margin-bottom: 10px; } /* opacity 1: WCAG 1.4.3 på fargede bånd (axe 24.7) */
/* Eksplisitt hvit — slår temaets globale `h1,h2,h3,h4 { color: var(--ink) }`. */
.fb-band h2 { color: #fff; font-family: var(--ff-display); font-weight: 400; font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.04; margin: 0 0 24px; max-width: 22ch; letter-spacing: -.01em; }
.fb-band p { font-size: 1.1rem; opacity: 1; max-width: 54ch; margin: 0; } /* opacity 1: WCAG 1.4.3 på oransje bånd (axe 24.7) */
.fb-green { background: var(--green); } .fb-orange { background: var(--orange-dark); } .fb-lilla { background: var(--lilla-dark); }
.fb-brun { background: var(--brun-dark); } .fb-deep { background: var(--green-deep); } .fb-blue { background: var(--blue-dark); }
.fb-hero--green { background: var(--green); } .fb-hero--deep { background: var(--green-deep); }
/* Cream-bånd (legacy — bruk .fb-band--light for nye seksjoner, se under) */
.fb-band.fb-cream { background: var(--cream); color: var(--ink); }
.fb-band.fb-cream h2 { color: var(--ink); }
.fb-band.fb-cream .fb-eyebrow { color: var(--green); opacity: 1; }
.fb-band.fb-cream .fb-wm { background: var(--ink); opacity: .04; }

/* ══════════════════════════════════════════════════════════════
   LYSE BÅND — premium bånd-rytme: farge, lys, farge, lys.
   Godkjent av Eirik 2026-07-23 (reverserer det tidligere "alle
   section-headings hvite"-valget) — se fargekart-spec i nettsmed-shared.
   Bryter opp de heldekkende fargebåndene med rolige lyse bånd
   (cream, mørk tekst) i fast veksling, så fargen blir aksent — ikke tapet.
   ══════════════════════════════════════════════════════════════ */
.fb-band--light { background: var(--cream); color: var(--text); border-top: 1px solid var(--border-soft); }

/* Tynn aksent-hårlinje øverst gir et redaksjonelt, rolig løft */
.fb-band--light .fb-wrap::before {
	content: ""; display: block; width: 48px; height: 4px; border-radius: 3px;
	background: var(--acc, var(--green)); margin-bottom: 26px;
}
.fb-band--light.fb-cta-center .fb-wrap::before { margin-left: auto; margin-right: auto; }

/* Typografi på lyst bånd: mørk overskrift, dempet brødtekst, farget kicker/ci */
.fb-band--light h2 { color: var(--ink); }
.fb-band--light p { color: var(--muted); opacity: 1; }
.fb-band--light .fb-eyebrow { color: var(--acc, var(--green)); opacity: 1; }
.fb-band--light .fb-ci { color: var(--acc, var(--green)); }
.fb-band--light .fb-wm { background: var(--acc, var(--green)); opacity: .06; }
/* .fb-pill er bygd for hvit-på-farge (rgba(255,255,255,…)-kant) — usynlig på lyst bånd */
.fb-band--light .fb-pill { background: #fff; border-color: var(--border); box-shadow: 0 12px 30px -22px rgba(20,30,15,.35); }
.fb-band--light .fb-pill p { opacity: 1; color: var(--muted); }

/* Aksentfarge per seksjon (styrer hårlinje, kicker, ci-ord, vannmerke) */
.fb-acc-green  { --acc: var(--green); }
.fb-acc-deep   { --acc: var(--green-deep); }
.fb-acc-orange { --acc: var(--orange-dark); }
.fb-acc-lilla  { --acc: var(--lilla-dark); }
.fb-acc-blue   { --acc: var(--blue-dark); }
.fb-acc-brun   { --acc: var(--brun-dark); }
.fb-acc-red    { --acc: var(--red); }

/* Kort-konsistens på tvers av bånd — samlet, roligere skala */
.fb-stepc, .fb-tlcard, .fb-tcard, .fb-rcard, .fb-calc-card, .fb-priscard--white, .fb-details,
.fb-follow, .fb-org, .fb-faqitem, .fb-kode {
	border-radius: 20px;
	box-shadow: 0 18px 44px -26px rgba(20,30,15,.30);
}

/* ── Pilarer ── */
.fb-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fb-pillars--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .fb-pillars, .fb-pillars--3 { grid-template-columns: 1fr; } }
.fb-pill { border: 1.5px solid rgba(255,255,255,.32); border-radius: 18px; padding: 24px 26px; }
.fb-pill svg { height: 40px; width: 40px; margin-bottom: 10px; opacity: .9; }
/* Sigrid-strektegning som mask-ikon (arver farge via currentColor) */
.sig { display: inline-block; background: currentColor; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; vertical-align: middle; }
.fb-pill .sig { margin-bottom: 10px; opacity: .95; }
/* Tema-thumbnail i 19-temaer-grid */
.fb-tema.fb-tema--img { padding: 0; border: 4px solid #fff; overflow: hidden; border-radius: 18px; aspect-ratio: 1 / 1; box-shadow: 0 16px 32px -18px rgba(0,0,0,.55); background: #fff; line-height: 0; }
.fb-tema--img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 14px; transform: scale(1.05); }
.fb-pill b { font-family: var(--ff-display); font-weight: 400; font-size: 1.12rem; display: block; margin-bottom: 5px; }
.fb-pill p { font-size: .97rem; opacity: .9; max-width: none; }

/* ── Steg (lyse kort) ── */
.fb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
@media (max-width: 760px) { .fb-steps { grid-template-columns: 1fr; } }
.fb-stepc { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 28px; box-shadow: 0 10px 30px -14px rgba(31,42,28,.14); }
.fb-stepc .fb-n { font-family: var(--ff-display); font-weight: 400; font-size: 1.4rem; color: var(--green); width: 46px; height: 46px; border-radius: 50%; background: var(--green-tint); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.fb-stepc b { font-family: var(--ff-display); font-weight: 400; font-size: 1.12rem; color: var(--green-deep); display: block; margin-bottom: 5px; }
.fb-stepc p { color: var(--muted); font-size: .97rem; max-width: none; opacity: 1; }

/* ── Eksempel-samling ── */
.fb-samplewrap { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.fb-samplewrap > .fb-tx { flex: 1; min-width: 280px; }
.fb-sample { background: #fff; color: var(--ink); border-radius: 24px; padding: 30px; box-shadow: 0 26px 60px -30px rgba(0,0,0,.4); max-width: 560px; flex: 1; min-width: 300px; }
.fb-sample__h { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.fb-sample__k { font-family: var(--ff-display); font-weight: 400; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-dark); }
.fb-sample__pill { font-size: .7rem; font-weight: 400; text-transform: uppercase; letter-spacing: .04em; background: var(--green-tint); color: var(--green); padding: 4px 10px; border-radius: 999px; font-family: var(--ff-display); }
.fb-sample h3 { font-family: var(--ff-display); font-weight: 400; font-size: 1.9rem; color: var(--green-deep); line-height: 1; margin: 2px 0 4px; }
.fb-sample__sub { font-style: italic; color: var(--orange-dark); margin-bottom: 16px; }
.fb-flow { list-style: none; padding: 0; margin: 0; }
.fb-flow li { display: flex; gap: 12px; align-items: center; padding: 9px 0; border-top: 1px solid var(--border); font-size: .98rem; }
.fb-flow li b { font-family: var(--ff-display); font-weight: 400; min-width: 118px; color: var(--ink); }
.fb-flow li span { color: var(--muted); font-size: .9rem; }
.fb-flow .fb-ic { width: 30px; height: 30px; border-radius: 8px; background: var(--green-tint); color: var(--green); display: flex; align-items: center; justify-content: center; flex: none; }
.fb-flow .fb-ic svg { height: 16px; width: auto; }

/* ── Tall-bånd (forside, rett under hero) ── */
.fb-stats { background: #fff; padding: 26px 0; }
.fb-stats__row { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px 40px; }
.fb-stats__item { display: flex; align-items: baseline; gap: 10px; }
.fb-stats__item b { font-family: var(--ff-display); font-weight: 400; font-size: 1.5rem; color: var(--green-deep); }
.fb-stats__item span { font-size: .92rem; color: var(--muted); }
@media (max-width: 760px) { .fb-stats__row { flex-direction: column; align-items: flex-start; gap: 12px; } }

/* ── Sitat-kort (tre menigheter, ekte sitater) ── */
.fb-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
@media (max-width: 900px) { .fb-testimonials { grid-template-columns: 1fr; } }
.fb-tcard { background: #fff; color: var(--ink); border-radius: 20px; padding: 26px 24px; box-shadow: 0 20px 42px -26px rgba(0,0,0,.5); margin: 0; display: flex; flex-direction: column; gap: 18px; }
.fb-tcard p { font-size: .98rem; line-height: 1.55; margin: 0; color: var(--ink); opacity: 1; max-width: none; }
.fb-tcard cite { font-style: normal; display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.fb-tcard cite b { font-family: var(--ff-display); font-weight: 400; color: var(--green-deep); font-size: 1rem; }
.fb-tcard cite span { color: var(--muted); font-size: .85rem; }
/* Prøv-en-samling: sidekolonnens «Materiell»-overskrift skal være liten
   etikett (som på samlingssiden) — .fb-band h2 ville ellers gjort den gigantisk */
.fb-prove-side .sos-dl__h { font-size: 13px; line-height: 1.4; letter-spacing: .08em; color: var(--muted); margin: 0 0 10px; max-width: none; }

/* Sitat m/ foto: rundt portrett ved siden av navn/rolle */
.fb-tcard cite.fb-tcard__citerow { flex-direction: row; align-items: center; gap: 12px; }
.fb-tcard__foto { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.fb-tcard__citetx { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
/* TBA-plassholder: bevisst «tom» sitatboks til nye sitater foreligger (aug) */
.fb-tcard--tba { background: transparent; border: 1.5px dashed rgba(31,42,28,.22); box-shadow: none !important; align-items: center; justify-content: center; text-align: center; gap: 8px; min-height: 180px; }
.fb-tcard--tba p { color: var(--muted); font-family: var(--ff-display); font-weight: 400; font-size: 1.05rem; }
.fb-tcard--tba > span { color: var(--muted); font-size: .88rem; max-width: 28ch; }

/* ── Sitat ── */
.fb-quote { font-family: var(--ff-body); font-weight: 800; font-size: clamp(1.6rem, 3.6vw, 2.6rem); line-height: 1.16; max-width: 26ch; letter-spacing: -.01em; margin: 0; }
.fb-quote cite { display: block; font-weight: 700; font-style: normal; font-size: .96rem; opacity: .85; margin-top: 18px; }
.fb-placeholder { font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; opacity: .5; }

/* ── Rad + CTA ── */
.fb-rowflex { display: flex; gap: 34px; align-items: center; flex-wrap: wrap; }
.fb-rowflex > div { flex: 1; min-width: 260px; }

/* ── Tema-grid (Opplegget) ── */
.fb-temagrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 8px; }
@media (max-width: 900px) { .fb-temagrid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 680px) { .fb-temagrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .fb-temagrid { grid-template-columns: repeat(2, 1fr); } }
.fb-tema { aspect-ratio: 1 / 1; border: 1.5px solid rgba(255,255,255,.30); border-radius: 16px; padding: 12px 13px; display: flex; flex-direction: column; justify-content: flex-end; }
.fb-tema b { font-family: var(--ff-display); font-weight: 400; font-size: .7rem; opacity: .6; display: block; }
.fb-tema span { font-weight: 700; font-size: .92rem; line-height: 1.13; }
/* Konfirmant- og foreldrekveldene har nå egne (røde) thumbnails og bruker
   samme bilde-kortstil som resten (Eirik 24.7) — særstilen er fjernet. */

/* ── Pris (For menigheter) ── */
.fb-priscard { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 22px; padding: 32px; max-width: 440px; }
.fb-priscard .fb-amt { font-family: var(--ff-display); font-weight: 400; font-size: 2.6rem; line-height: 1; }
.fb-priscard .fb-amt small { font-size: 1rem; font-weight: 700; opacity: .8; }
.fb-priscard ul { list-style: none; padding: 0; margin: 18px 0 0; }
.fb-priscard li { padding: 7px 0 7px 24px; position: relative; opacity: .94; }
.fb-priscard li::before { content: "\2713"; position: absolute; left: 0; font-weight: 900; }
/* Trappet pris (per konfirmant) */
.fb-tiers { border-top: 1px solid rgba(255,255,255,.22); }
.fb-tiers li { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.22); opacity: 1; }
.fb-tiers li::before { content: none; }
.fb-tiers li span { opacity: .9; }
.fb-tiers li b { font-family: var(--ff-display); font-weight: 400; font-size: 1.15rem; white-space: nowrap; }

/* Hvit prisboks-variant (skygge) */
.fb-priscard--white { background: #fff; color: var(--ink); border-color: var(--border); box-shadow: 0 26px 54px -28px rgba(0,0,0,.55); }
.fb-priscard--white .fb-amt { color: var(--ink); }
.fb-priscard--white .fb-amt small { color: var(--muted); opacity: 1; }
.fb-priscard__sub { margin-top: 8px; color: var(--muted); font-size: .95rem; }
.fb-priscard--white .fb-tiers { border-top-color: var(--border); }
.fb-priscard--white .fb-tiers li { border-bottom-color: var(--border); }
.fb-priscard--white .fb-tiers li span { color: var(--muted); }
.fb-priscard--white .fb-tiers li b { color: var(--green-deep); }

/* Rød båndfarge (rytme-seksjon) */
.fb-red { background: #b0322a; }

/* ── Priskalkulator (For menigheter) ── */
.fb-calc-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 30px 32px; box-shadow: 0 26px 54px -28px rgba(0,0,0,.5); max-width: 620px; margin-top: 8px; }
.fb-calc__field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.fb-calc__field label { font-weight: 700; font-size: .96rem; color: var(--ink); }
.fb-calc__field input { font-family: var(--ff-display); font-weight: 400; font-size: 1.3rem; color: var(--green-deep); border: 2px solid var(--green); border-radius: 12px; padding: 10px 16px; max-width: 160px; background: #fff; }
.fb-calc__field input:focus-visible { outline: 3px solid var(--green-tint); outline-offset: 1px; border-color: var(--green-deep); }
.fb-calc__results { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid var(--border); padding-top: 22px; }
@media (max-width: 560px) { .fb-calc__results { grid-template-columns: 1fr; gap: 16px; } }
.fb-calc__amt { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.9rem; color: var(--green-deep); line-height: 1.05; }
.fb-calc__sub { display: block; color: var(--muted); font-size: .92rem; margin-top: 4px; }
.fb-calc__note { margin: 18px 0 0; padding-top: 16px; border-top: 1px dashed var(--border); color: var(--muted); font-size: .92rem; line-height: 1.5; }

/* ── Pris-grid: kalkulator og prisdetaljer side ved side på desktop ── */
.fb-pris-grid { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; margin-top: 8px; }
@media (min-width: 1000px) {
	.fb-pris-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
	.fb-pris-grid .fb-calc-card,
	.fb-pris-grid .fb-details { max-width: none; margin-top: 0; }
	/* Detaljboksen skal alltid vises når den står ved siden av kalkulatoren — dropp collapsing, behold markup for fallback */
	.fb-pris-grid .fb-details summary { pointer-events: none; cursor: default; list-style: none; margin-bottom: 14px; }
	.fb-pris-grid .fb-details summary::-webkit-details-marker,
	.fb-pris-grid .fb-details summary::marker { display: none; content: ""; }
	.fb-pris-grid .fb-details > *:not(summary) { display: block !important; }
}

.fb-details { max-width: 620px; margin-top: 22px; background: #fff; border-radius: 18px; padding: 22px 26px; box-shadow: 0 16px 38px -24px rgba(0,0,0,.4); color: var(--ink); }

/* ── Kode-callout (Kom i gang): e-post-mock + venstrestilt tekst.
   Den faktiske koden vises ALDRI her — kun i e-posten fra Runar. ── */
.fb-kode { display: flex; align-items: center; gap: 36px; background: #fff; color: var(--ink); padding: 30px 34px; margin-top: 8px; max-width: 880px; }
.fb-kode__mail { flex: none; width: 290px; background: var(--green-soft); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.fb-kode__mailhead { display: flex; align-items: center; gap: 11px; }
.fb-kode__avatar { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 400; font-size: 1rem; }
.fb-kode__from b { display: block; font-family: var(--ff-display); font-weight: 400; font-size: .95rem; color: var(--ink); line-height: 1.2; }
.fb-kode__from small { display: block; font-size: .8rem; color: var(--muted); margin-top: 2px; }
.fb-kode__chip { margin-top: 14px; background: #fff; border: 1.5px dashed var(--green); border-radius: 10px; padding: 10px 14px; }
.fb-kode__chip small { display: block; font-family: var(--ff-display); font-weight: 400; text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; color: var(--muted); }
.fb-kode__chip span { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.1rem; letter-spacing: .28em; color: var(--green-deep); margin-top: 2px; }
.fb-kode__tx { min-width: 0; }
.fb-kode__tag { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.3rem; color: var(--green-deep); margin-bottom: 10px; }
.fb-kode__tx p { color: var(--muted); font-size: 1rem; line-height: 1.55; margin: 0; max-width: 52ch; }
.fb-kode__note { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--border); font-size: .88rem; }
@media (max-width: 700px) {
	.fb-kode { flex-direction: column; align-items: stretch; gap: 22px; padding: 24px; }
	.fb-kode__mail { width: 100%; }
}
.fb-details summary { cursor: pointer; font-family: var(--ff-display); font-weight: 400; color: var(--green-deep); font-size: 1.05rem; }
.fb-details[open] summary { margin-bottom: 14px; }
.fb-details__list { list-style: none; padding: 0; margin: 0; }
.fb-details__list li { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--border); color: var(--ink); }
.fb-details__list li:last-child { border-bottom: none; }
.fb-details__list li span { color: var(--muted); }
.fb-details__list li b { font-family: var(--ff-display); font-weight: 400; color: var(--green-deep); white-space: nowrap; }
.fb-details__note { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--border); font-size: .92rem; color: var(--muted); line-height: 1.5; }

/* Rytme: hvite kort med stort Sigrid-ikon til høyre */
.fb-rytme { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 8px; }
.fb-rcard--wide { grid-column: 1 / -1; }
@media (max-width: 760px) { .fb-rytme { grid-template-columns: 1fr; } }
.fb-rcard { background: #fff; color: var(--ink); border-radius: 20px; padding: 22px 24px; display: flex; align-items: center; gap: 18px; box-shadow: 0 20px 42px -26px rgba(0,0,0,.5); }
.fb-rcard__tx { flex: 1; min-width: 0; }
.fb-rcard__tx b { font-family: var(--ff-display); font-weight: 400; font-size: 1.22rem; color: var(--green-deep); display: block; margin-bottom: 4px; }
.fb-rcard__tx p { font-size: .96rem; color: var(--muted); max-width: none; opacity: 1; margin: 0; }
.fb-rcard__ic { flex: none; width: 92px; height: 92px; color: #b0322a; display: flex; align-items: center; justify-content: center; }
.fb-rcard__ic .sig { width: 92px; height: 92px; }
.fb-rcard__ic svg { width: 78px; height: 78px; }
.fb-rcard__ic img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 14px; }
/* Hjertet-seksjonen (oransje bånd) — samme kortstil, ikon i orange-dark */
.fb-orange .fb-rcard__ic { color: var(--orange-dark); }

/* CTA-bånd i bunnen — grafisk løft */
.fb-cta-band { padding: 120px 0; }
.fb-cta-band h2 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); }
.fb-cta-band .fb-eyebrow { color: rgba(255,255,255,.9); }

/* ── Variant A: svak Sigrid-vannmerke gjennom sidene ── */
.fb-band .fb-wrap, .fb-hero .fb-wrap { position: relative; z-index: 1; }
.fb-wm { position: absolute; pointer-events: none; background: #fff; opacity: .05; z-index: 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; }
.fb-wm--bibel { -webkit-mask-image: url(../img/icons/bibel.svg); mask-image: url(../img/icons/bibel.svg); }
.fb-wm--boble { -webkit-mask-image: url(../img/icons/boble1.svg); mask-image: url(../img/icons/boble1.svg); }
.fb-wm--boble2 { -webkit-mask-image: url(../img/icons/boble2.svg); mask-image: url(../img/icons/boble2.svg); }
.fb-wm--eksp { -webkit-mask-image: url(../img/icons/eksperiment.svg); mask-image: url(../img/icons/eksperiment.svg); }
.fb-wm--respons { -webkit-mask-image: url(../img/icons/respons.svg); mask-image: url(../img/icons/respons.svg); }
.fb-wm--lek { -webkit-mask-image: url(../img/icons/lek3.svg); mask-image: url(../img/icons/lek3.svg); }

/* ── Handlingsbånd (CTA): sentrert og tydelig ── */
.fb-cta-center { text-align: center; }
.fb-cta-center .fb-wrap { display: flex; flex-direction: column; align-items: center; }
.fb-cta-center .fb-eyebrow { margin-bottom: 6px; }
.fb-cta-center h2 { max-width: 22ch; margin: 6px 0 14px; }
.fb-cta-center p { max-width: 54ch; margin: 0 auto 28px; opacity: .95; }
.fb-cta-center .fb-cta { justify-content: center; }

/* ── Oppfølgingsmodell (Trygg oppstart, For menigheter) ──
   P.t. ubrukt: de fire stegkortene er tatt ut mens Runar reviderer modellen
   (e-post 23.7) — CSS-en beholdes til de reviderte stegene legges inn igjen. */
.fb-followup { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; width: 100%; margin: 8px 0 30px; text-align: left; }
@media (max-width: 820px) { .fb-followup { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .fb-followup { grid-template-columns: 1fr; } }
.fb-followup__item { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; padding: 20px 18px; }
.fb-followup__n { font-family: var(--ff-display); font-weight: 400; font-size: 1.05rem; color: #fff; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.fb-followup__item p { margin: 0; font-size: .95rem; opacity: .95; max-width: none; }
/* På mobil: tall til venstre, tekst til høyre (rad i stedet for stablet) — sparer høyde */
@media (max-width: 480px) {
	.fb-followup__item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; }
	.fb-followup__n { flex: none; margin-bottom: 0; }
}

/* ── Historie-tidslinje (Kontakt, «Et opplegg i vekst») ── */
.fb-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 28px 0 32px; }
@media (max-width: 820px) { .fb-timeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .fb-timeline { grid-template-columns: 1fr; } }
.fb-tlcard { background: #fff; color: var(--ink); border-radius: 18px; padding: 22px 20px; box-shadow: 0 18px 40px -24px rgba(0,0,0,.5); }
.fb-tlcard__year { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.5rem; color: var(--green-deep); margin-bottom: 8px; }
.fb-tlcard p { margin: 0; font-size: .92rem; color: var(--muted); line-height: 1.45; max-width: none; opacity: 1; }

/* ── "Hva følger med" mini-legende (For menigheter, «Om opplegget») ── */
.fb-follows { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 4px; }
@media (max-width: 620px) { .fb-follows { grid-template-columns: 1fr; } }
.fb-follow {
	display: flex; align-items: center; gap: 15px; background: #fff;
	border: 1px solid var(--border); padding: 16px 18px;
	box-shadow: 0 12px 30px -22px rgba(20,30,15,.4);
}
.fb-follow__ic { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; }
.fb-follow__ic .sig { width: 26px; height: 26px; }
.fb-follow__ic--green { background: var(--green-tint); color: var(--green); }
.fb-follow__ic--red   { background: rgba(192,57,43,.12); color: var(--red); }
.fb-follow__ic--blue  { background: var(--lilla-tint); color: var(--blue-dark); }
.fb-follow__ic--brun  { background: rgba(143,119,115,.16); color: var(--brun-dark); }
.fb-follow__tx b { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.05rem; color: var(--ink); }
.fb-follow__tx span { font-size: .9rem; color: var(--muted); }

/* ── Verdi-kort (5 verdier, Kontakt «Fem verdier») på mørkt bånd ──
   Alle fem på ÉN rad på bred desktop (kunde-krav — 3+1+1 så rotete ut);
   kortene stables vertikalt (tall over tekst) når de blir smale. */
.fb-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
@media (max-width: 560px) { .fb-values { grid-template-columns: 1fr; } }
.fb-val {
	background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22);
	border-radius: 18px; padding: 24px 24px 26px; display: flex; gap: 18px; align-items: flex-start;
}
.fb-val__n {
	flex: none; width: 46px; height: 46px; border-radius: 50%;
	background: rgba(255,255,255,.16); color: #fff; display: grid; place-items: center;
	font-family: var(--ff-display); font-weight: 400; font-size: 1.2rem;
}
.fb-val__tx p { margin: 0; font-size: 1rem; opacity: .95; max-width: none; color: #fff; }
@media (min-width: 1100px) {
	.fb-values { grid-template-columns: repeat(5, 1fr); gap: 14px; }
	.fb-val { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px 24px; }
	.fb-val__tx p { font-size: .95rem; }
}

/* ── "Hvem står bak": organisasjons-/eier-kort (Kontakt — IKKE personnavn) ── */
.fb-orgs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 6px 0 26px; }
@media (max-width: 720px) { .fb-orgs { grid-template-columns: 1fr; } }
.fb-org {
	background: #fff; border: 1px solid var(--border); padding: 26px 28px;
	display: flex; flex-direction: column; gap: 14px;
}
.fb-org__logo { height: 40px; width: auto; align-self: flex-start; }
.fb-org__role { font-family: var(--ff-display); font-weight: 400; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--green); }
.fb-org h3 { font-family: var(--ff-display); font-weight: 400; font-size: 1.35rem; color: var(--ink); margin: 0; }
.fb-org p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.55; max-width: none; }

/* Fagkomiteen bak 2.0 (Kontakt, «Hvem står bak») — hvert medlem i eget lite kort */
.fb-komite { border-top: 1px dashed var(--border); padding-top: 22px; margin-top: 22px; }
.fb-komite__lead { font-size: .96rem; color: var(--muted); max-width: 62ch; margin: 0 0 16px; }
.fb-komite__list {
	list-style: none; padding: 0; margin: 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
@media (max-width: 900px) { .fb-komite__list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fb-komite__list { grid-template-columns: 1fr; } }
.fb-komite__list li {
	background: #fff; border: 1px solid var(--border); border-radius: 14px;
	padding: 14px 16px; box-shadow: 0 10px 24px -18px rgba(20,30,15,.25);
}
.fb-komite__list b { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.02rem; color: var(--ink); }
.fb-komite__list span { display: block; font-size: .88rem; color: var(--muted); margin-top: 2px; }

/* ── FAQ (Kontakt, «Ofte stilte spørsmål») på lyst bånd ── */
.fb-faq { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin-top: 6px; }
.fb-faqitem {
	background: #fff; border: 1px solid var(--border);
	padding: 22px 26px; box-shadow: 0 12px 32px -24px rgba(20,30,15,.4);
}
.fb-faqitem summary {
	cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
	font-family: var(--ff-display); font-weight: 400; font-size: 1.15rem; color: var(--ink);
}
.fb-faqitem summary::-webkit-details-marker { display: none; }
.fb-faqitem summary::after {
	content: "+"; font-family: var(--ff-body); font-weight: 700; color: var(--green);
	font-size: 1.5rem; line-height: 1; flex: none;
}
.fb-faqitem[open] summary::after { content: "\2212"; }
.fb-faqitem[open] summary { margin-bottom: 14px; }
.fb-faqitem p { margin: 0 0 12px; font-size: 1rem; line-height: 1.65; color: var(--text); max-width: none; opacity: 1; }
.fb-faqitem p:last-child { margin-bottom: 0; }
.fb-faqitem strong { color: var(--green-deep); font-weight: 700; }
.fb-faqitem ul { margin: 8px 0 12px 20px; list-style: disc; }
.fb-faqitem li { margin: 5px 0; line-height: 1.55; }

/* ── Kontaktside ── */
.fb-contact { background: #fff; color: var(--ink); padding: 96px 0; }
.fb-contact__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; align-items: stretch; }
@media (max-width: 820px) { .fb-contact__grid { grid-template-columns: 1fr; } }
.fb-pcard { background: #f2f6f0; border: 1px solid var(--border); border-radius: 24px; padding: 34px; }
.fb-pcard--primary { display: flex; gap: 30px; align-items: center; }
@media (max-width: 520px) { .fb-pcard--primary { flex-direction: column; text-align: center; } }
.fb-pcard__img { width: 168px; height: 168px; border-radius: 22px; object-fit: cover; flex: none; box-shadow: 0 16px 34px -18px rgba(0,0,0,.4); }
.fb-pcard__role { display: inline-block; font-family: var(--ff-display); font-weight: 400; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--green); margin-bottom: 8px; }
.fb-pcard__role--muted { color: var(--muted); }
.fb-pcard h2 { font-family: var(--ff-display); font-weight: 400; color: var(--ink); font-size: 1.9rem; line-height: 1.04; margin: 0; }
.fb-pcard h3 { font-family: var(--ff-display); font-weight: 400; color: var(--ink); font-size: 1.3rem; margin: 4px 0 0; }
.fb-pcard__meta { color: var(--muted); margin: 6px 0 0; }
.fb-pcard__links { list-style: none; margin: 15px 0 20px; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.fb-pcard__links a { color: var(--ink); text-decoration: none; font-size: 1.06rem; font-weight: 600; }
.fb-pcard__links a:hover { color: var(--green); }
.fb-pcard--adv { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.fb-pcard--adv .fb-pcard__img { border-radius: 50%; width: 128px; height: 128px; margin-bottom: 6px; }
.fb-pcard--adv p { color: var(--muted); margin-top: 8px; max-width: 30ch; }
.fb-btn--line-dark { background: transparent; color: var(--green-deep); border-color: rgba(60,121,51,.5); }
.fb-btn--line-dark:hover { border-color: var(--green); }

/* Prising: makspris + eksempel */
.fb-priscard__max { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--border); font-family: var(--ff-display); font-weight: 400; font-size: 1.02rem; color: var(--green-deep); }
.fb-priscard__ex { margin-top: 12px; background: var(--tint, #f2f6f0); border-radius: 12px; padding: 12px 14px; font-size: .9rem; color: var(--ink); line-height: 1.5; }

/* ── Kontaktside v2: lavere hero + brede horisontale personkort m/ synlig org-logo ── */
.fb-hero--slim { min-height: 0; padding: 132px 0 71px; }
@media (max-width: 820px) { .fb-hero--slim { padding: 100px 0 58px; } }
.fb-contact__grid--sym { grid-template-columns: repeat(2, 1fr); max-width: 1000px; margin: 0 auto; gap: 22px; align-items: stretch; }
@media (max-width: 820px) { .fb-contact__grid--sym { grid-template-columns: 1fr; max-width: 640px; } }
.fb-pcard--person { display: flex; align-items: stretch; gap: 28px; text-align: left; padding: 26px; }
.fb-pcard--person .fb-pcard__img { width: 34%; max-width: 208px; min-width: 150px; align-self: stretch; border-radius: 18px; object-fit: cover; margin: 0; border: none; box-shadow: 0 14px 30px -16px rgba(0,0,0,.4); }
.fb-pcard--person .fb-pcard__body { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 560px) {
	.fb-pcard--person { flex-direction: column; text-align: center; align-items: center; padding: 24px; }
	.fb-pcard--person .fb-pcard__img { width: 100%; max-width: 220px; height: 200px; align-self: center; }
	.fb-pcard--person .fb-pcard__body { align-items: center; }
}
.fb-pcard__name { font-family: var(--ff-display); font-weight: 400; font-size: 1.5rem; color: var(--ink); margin: 2px 0; line-height: 1.1; }
.fb-pcard__title { color: var(--muted); font-size: .98rem; margin-bottom: 14px; }
.fb-pcard__mail { color: var(--green-deep); font-family: var(--ff-display); font-weight: 400; font-size: 1.02rem; text-decoration: none; }
.fb-pcard__mail:hover { text-decoration: underline; }
.fb-pcard__note { color: var(--muted); font-size: .92rem; margin-top: 2px; }
/* Org-logo — tydelig og lesbar, under info-teksten (erstatter tidligere 5%-vannmerke) */
.fb-pcard__orglogo { height: 34px; width: auto; align-self: flex-start; margin-top: 16px; opacity: .92; }
/* IMI-logoen er en rund badge (tekst inni sirkelen) og trenger mer høyde enn Awana-ordmerket for å være lesbar */
.fb-pcard__orglogo--imi { height: 58px; }
@media (max-width: 560px) { .fb-pcard__orglogo { margin-top: 14px; align-self: center; } }

/* ─── Seksjons-luft: skalert ned på mobil ─── */
@media (max-width: 760px) {
	.fb-band { padding: 96px 0; }
	.fb-cta-band { padding: 108px 0; }
	.fb-contact { padding: 88px 0; }
}

/* ══════════════════════════════════════════════════════════════
   PRØV EN SAMLING — salgsvindu-prototype (page-templates/prove-samling.php).
   Siterer .sos-sec/.sos-side-verdenen fra single-samling.php (main.css) i
   miniatyr, så en menighetsleder ser hvordan «innsiden» faktisk ser ut —
   uten at undervisningsdelen gis bort. Egne fb-prove-*-klasser her fordi
   låst-kort/fillås er unikt for denne siden.
   ══════════════════════════════════════════════════════════════ */
.fb-prove-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: start; margin-top: 8px; }
@media (max-width: 860px) { .fb-prove-grid { grid-template-columns: 1fr; } .fb-prove-side { order: -1; } .fb-prove-doc { order: 1; } }
.fb-prove-doc .sos-sec:last-child { margin-bottom: 0; }

/* Dempet «lås opp»-kort — samme sos-sec-ramme (border/radius/overflow),
   men flatt og gjennomsiktig i stedet for farget seksjonshode. */
.fb-prove-locked { background: var(--surface-2); border-style: dashed; opacity: .82; }
.fb-prove-locked__inner { display: flex; align-items: center; gap: 18px; padding: 24px 26px; }
.fb-prove-locked__ic {
	flex: none; width: 42px; height: 42px; border-radius: 50%;
	background: var(--border); color: var(--muted); display: grid; place-items: center;
}
.fb-prove-locked__tx { min-width: 0; }
.fb-prove-locked__tx strong { display: block; font-family: var(--ff-display); font-weight: 400; font-size: 1.05rem; color: var(--ink); margin-bottom: 3px; }
.fb-prove-locked__tx span { color: var(--muted); font-size: .92rem; }

/* Låste filrader i sidekolonnen — samme sos-dl__row-skjelett, men ingen
   lenke: dempet ikon, «Låst»-pill dyttet til høyre, ingen hover-state. */
.fb-prove-filerow { opacity: .68; cursor: default; }
.fb-prove-filerow:hover { background: none; }
.fb-prove-filerow .sos-dl__ic { background: var(--border) !important; color: var(--muted); }
.fb-prove-pill {
	margin-left: auto; flex: none; font-family: var(--ff-display); font-weight: 400;
	font-size: .66rem; text-transform: uppercase; letter-spacing: .06em;
	background: var(--surface-2); color: var(--muted); border: 1px solid var(--border);
	padding: 4px 10px; border-radius: 999px;
}
