:root{
  --fmb-purple-950:#12031b;
  --fmb-purple-900:#250936;
  --fmb-purple-800:#3b1152;
  --fmb-purple-700:#5a1e78;
  --fmb-purple-500:#8a5aa0;
  --fmb-gold-500:#d8ae4a;
  --fmb-gold-300:#f4dea0;
  --fmb-ivory:#fbf8ff;
  --fmb-white:#fff;
  --fmb-ink:#1f1822;
  --fmb-muted:#766d79;
  --fmb-line:#e7dfea;
  --fmb-news-paper:#f5f1e9;
  --fmb-news-ink:#171218;
  --fmb-news-wine:#7d243b;
  --fmb-news-gold:#c5a45d;
  --fmb-radius-sm:14px;
  --fmb-radius-md:22px;
  --fmb-radius-lg:30px;
  --fmb-radius-xl:40px;
  --fmb-radius-pill:999px;
  --fmb-wrap:min(1220px,calc(100vw - 44px));
  --fmb-font-display:"Cormorant Garamond",Iowan Old Style,"Palatino Linotype",Georgia,serif;
  --fmb-font-ui:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Helvetica,Arial,sans-serif;
  --fmb-ease:cubic-bezier(.22,1,.36,1);
  --fmb-ease-soft:cubic-bezier(.2,.8,.2,1);
  --fmb-shadow-sm:0 12px 38px rgba(31,8,43,.08);
  --fmb-shadow-md:0 24px 68px rgba(31,8,43,.13);
  --fmb-shadow-lg:0 42px 110px rgba(24,4,34,.2);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body{margin:0;font-family:var(--fmb-font-ui)}
img{max-width:100%}
a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid var(--fmb-gold-500);outline-offset:4px}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
}


/* FMB Network Experience 2026
   Scoped public-site redesign. Preserves authored page content and brand identities. */

:root{
  --network-purple-950:#12031b;
  --network-purple-900:#250936;
  --network-purple-800:#3b1152;
  --network-purple-700:#5a1e78;
  --network-purple-500:#874ca0;
  --network-gold-600:#bd8e28;
  --network-gold-500:#d8ae4a;
  --network-gold-300:#f4dea0;
  --network-ivory:#fbf8ff;
  --network-paper:#f5f1e9;
  --network-ink:#1f1822;
  --network-muted:#746b77;
  --network-line:rgba(50,20,62,.12);
  --network-glass:rgba(255,255,255,.78);
  --network-wrap:min(1380px,calc(100vw - 40px));
  --network-radius-xl:42px;
  --network-radius-lg:30px;
  --network-radius-md:22px;
  --network-shadow-xl:0 36px 110px rgba(31,7,45,.18);
  --network-shadow-lg:0 24px 70px rgba(31,7,45,.13);
  --network-shadow-md:0 16px 45px rgba(31,7,45,.09);
  --network-ease:cubic-bezier(.2,.8,.2,1);
  --network-spring:cubic-bezier(.16,1,.3,1);
}

html{scroll-behavior:smooth;background:var(--network-ivory)}
body.fmb-network-page{
  min-width:320px;
  overflow-x:clip;
  background:
    radial-gradient(circle at 82% -8%,rgba(151,86,178,.13),transparent 38rem),
    linear-gradient(180deg,#fff 0%,var(--network-ivory) 44%,#f7f1fa 100%);
  color:var(--network-ink);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.fmb-network-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(63,22,78,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(63,22,78,.022) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.52),transparent 72%);
}
body.fmb-network-page::after{
  content:"";
  position:fixed;
  right:-20vw;
  top:15vh;
  width:50vw;
  aspect-ratio:1;
  z-index:-1;
  border:1px solid rgba(216,174,74,.09);
  border-radius:50%;
  box-shadow:0 0 0 8vw rgba(90,30,120,.018),0 0 0 17vw rgba(90,30,120,.012);
  pointer-events:none;
}

body.fmb-network-page *,body.fmb-network-page *::before,body.fmb-network-page *::after{box-sizing:border-box}
body.fmb-network-page img{max-width:100%}
body.fmb-network-page img:not([src$=".svg"]){filter:none!important}
body.fmb-network-page main img{transform:none!important}
body.fmb-network-page a,body.fmb-network-page button{touch-action:manipulation}
body.fmb-network-page :focus-visible{outline:3px solid rgba(216,174,74,.58);outline-offset:3px}
body.fmb-network-page h1,body.fmb-network-page h2,body.fmb-network-page h3{font-family:"Cormorant Garamond",Iowan Old Style,Palatino Linotype,Georgia,serif;text-wrap:balance}
body.fmb-network-page p{orphans:2;widows:2}

.fmb-network-progress{position:fixed;inset:0 0 auto;z-index:2147482500;height:3px;pointer-events:none;background:transparent}
.fmb-network-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--network-purple-700),var(--network-gold-500),var(--network-gold-300));box-shadow:0 0 18px rgba(216,174,74,.46)}
.fmb-network-signal{
  position:fixed;
  right:18px;
  top:18px;
  z-index:400;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:999px;
  background:rgba(255,255,255,.7);
  box-shadow:0 10px 32px rgba(34,8,49,.08);
  color:var(--network-purple-900);
  font-size:7px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
  -webkit-backdrop-filter:blur(22px) saturate(150%);
  backdrop-filter:blur(22px) saturate(150%);
}
.fmb-network-signal i{width:7px;height:7px;border-radius:50%;background:#35c66d;box-shadow:0 0 0 4px rgba(53,198,109,.12)}

body.fmb-network-page .network-reveal{opacity:1;transform:none}
body.fmb-network-page.fmb-motion-on .network-reveal{opacity:0;transform:translateY(28px);transition:opacity .72s var(--network-ease),transform .72s var(--network-ease)}
body.fmb-network-page.fmb-motion-on .network-reveal.is-visible{opacity:1;transform:none}
body.fmb-network-page.fmb-motion-on .network-media-reveal{clip-path:inset(0 0 100% 0 round 28px);transition:clip-path 1s var(--network-spring)}
body.fmb-network-page.fmb-motion-on .network-media-reveal.is-visible{clip-path:inset(0 0 0 0 round 28px)}
body.fmb-network-page .network-stagger-1{transition-delay:.06s!important}
body.fmb-network-page .network-stagger-2{transition-delay:.12s!important}
body.fmb-network-page .network-stagger-3{transition-delay:.18s!important}
body.fmb-network-page .network-stagger-4{transition-delay:.24s!important}

body.fmb-network-page :is(.ecosystem-card,.offer-card,.channel-card,.wlf-card,.ebook-card,.fco-company-card,.fco-gateway-card,.nc-story-card,.nc-rundown-card,.story-row){
  border-color:var(--network-line)!important;
  box-shadow:var(--network-shadow-md)!important;
  transition:transform .42s var(--network-ease),box-shadow .42s ease,border-color .42s ease,background .42s ease!important;
}
@media(hover:hover) and (pointer:fine){
  body.fmb-network-page :is(.ecosystem-card,.offer-card,.channel-card,.wlf-card,.ebook-card,.fco-company-card,.fco-gateway-card,.nc-story-card,.nc-rundown-card,.story-row):hover{
    transform:translateY(-7px)!important;
    border-color:rgba(216,174,74,.38)!important;
    box-shadow:0 26px 72px rgba(31,7,45,.14)!important;
  }
}

.fmb-network-contact{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(160px,.55fr));
  gap:12px;
  width:var(--network-wrap);
  margin:72px auto 28px;
  padding:18px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:30px;
  background:rgba(255,255,255,.68);
  box-shadow:var(--network-shadow-md);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  backdrop-filter:blur(22px) saturate(145%);
}
.fmb-network-contact>div{padding:16px 18px}.fmb-network-contact small{display:block;color:var(--network-purple-700);font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.fmb-network-contact strong{display:block;margin-top:6px;color:var(--network-purple-900);font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;font-weight:600;line-height:1}.fmb-network-contact p{margin:8px 0 0;color:var(--network-muted);font-size:11px;line-height:1.55}
.fmb-network-contact a{display:grid;align-content:center;min-height:82px;padding:16px 18px;border:1px solid var(--network-line);border-radius:20px;background:#fff;color:var(--network-purple-900);text-decoration:none}.fmb-network-contact a span{color:var(--network-muted);font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.fmb-network-contact a b{margin-top:6px;font-size:12px;overflow-wrap:anywhere}


/* HOME: full-frame, unfiltered HD photography and newsroom-like content rhythm */
body.fmb-network-home .final-home-hero{
  width:min(1384px,calc(100% - 28px))!important;
  min-height:0!important;
  aspect-ratio:1364/768!important;
  margin-top:18px!important;
  border-radius:38px!important;
  background:#dedade!important;
  box-shadow:var(--network-shadow-xl)!important;
}
body.fmb-network-home .hero-photo{position:absolute!important;inset:0!important;background:#dedade!important}
body.fmb-network-home .hero-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-home .hero-photo-shade{display:none!important}
body.fmb-network-home .final-home-hero::after{display:none!important}
body.fmb-network-home .final-hero-copy{
  top:50%!important;
  right:clamp(26px,4vw,62px)!important;
  width:min(43%,560px)!important;
  padding:clamp(25px,3vw,43px)!important;
  border:1px solid rgba(255,255,255,.26)!important;
  border-radius:30px!important;
  background:linear-gradient(145deg,rgba(18,3,27,.88),rgba(37,9,54,.78))!important;
  box-shadow:0 24px 70px rgba(18,3,27,.28)!important;
  text-shadow:none!important;
  -webkit-backdrop-filter:blur(22px) saturate(125%)!important;
  backdrop-filter:blur(22px) saturate(125%)!important;
}
body.fmb-network-home .final-hero-copy h1{font-size:clamp(50px,5vw,78px)!important;line-height:.88!important}
body.fmb-network-home .final-hero-copy .hero-lede{font-size:13px!important;line-height:1.7!important}
body.fmb-network-home .final-founder-dispatch{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)!important}
body.fmb-network-home .dispatch-landscape{min-height:0!important;aspect-ratio:1364/768!important;background:#dedade!important}
body.fmb-network-home .dispatch-landscape img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-home .yoni-release-art img{object-fit:contain!important;object-position:center!important;background:#eeeacb!important;filter:none!important;transform:none!important}

.fmb-network-now{width:var(--network-wrap);margin:0 auto;padding:clamp(92px,9vw,136px) 0 36px}
.fmb-network-now-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.65fr);gap:clamp(28px,6vw,86px);align-items:end;margin-bottom:34px}
.fmb-network-now-head p{margin:0;color:var(--network-muted);font-size:13px;line-height:1.75}.fmb-network-now-head h2{max-width:880px;margin:12px 0 0;color:var(--network-purple-900);font-size:clamp(48px,5.5vw,76px);font-weight:500;line-height:.93;letter-spacing:-.045em}.fmb-network-now-head .eyebrow{margin:0;color:var(--network-purple-700);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.fmb-network-now-grid{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:16px}
.fmb-network-now-card{position:relative;display:flex;min-height:430px;flex-direction:column;overflow:hidden;padding:30px;border:1px solid var(--network-line);border-radius:32px;background:#fff;box-shadow:var(--network-shadow-md);color:inherit;text-decoration:none;transition:transform .4s var(--network-ease),box-shadow .4s ease}
.fmb-network-now-card:hover{transform:translateY(-7px);box-shadow:var(--network-shadow-lg)}
.fmb-network-now-card.primary{background:linear-gradient(145deg,#fff9e6,#f7e8a9)}
.fmb-network-now-card.senz{background:linear-gradient(145deg,#0a1730,#163866);color:#fff}
.fmb-network-now-card.cognita{background:linear-gradient(145deg,#eef7ff,#d7eaff)}
.fmb-network-now-card .status{align-self:flex-start;padding:9px 12px;border:1px solid currentColor;border-radius:999px;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.74}
.fmb-network-now-card .mark{display:flex;height:100px;align-items:center;margin:32px 0}.fmb-network-now-card .mark img{width:auto;max-width:250px;max-height:92px;object-fit:contain!important;filter:none!important;transform:none!important}.fmb-network-now-card h3{margin:auto 0 0;font-size:clamp(36px,4vw,54px);font-weight:500;line-height:.95}.fmb-network-now-card p{margin:16px 0 0;color:inherit;font-size:12px;line-height:1.7;opacity:.72}.fmb-network-now-card b{margin-top:24px;color:var(--network-purple-700);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.fmb-network-now-card.senz b{color:#9fd7ff}

body.fmb-network-about .fmb-about-hero{padding-top:46px!important}
body.fmb-network-about .fco-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)!important;gap:clamp(34px,5vw,78px)!important;align-items:center!important}
body.fmb-network-about .fmb-about-hero-visual{min-height:0!important;aspect-ratio:1364/768!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:36px!important;background:#dedade!important;box-shadow:var(--network-shadow-xl)!important;overflow:hidden!important}
body.fmb-network-about .fco-portrait-shape,body.fmb-network-about .fmb-about-portrait-shape{display:none!important}
body.fmb-network-about .fco-founder-portrait{position:absolute!important;inset:0!important;display:block!important}
body.fmb-network-about .fco-founder-portrait img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-about .fco-hero-note{right:18px!important;bottom:18px!important;max-width:285px!important;border-radius:22px!important;background:rgba(18,3,27,.82)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}
body.fmb-network-about .fmb-about-profile-grid{grid-template-columns:minmax(460px,.95fr) minmax(0,1.05fr)!important;gap:clamp(38px,7vw,100px)!important}
body.fmb-network-about .fmb-about-portrait-card{min-height:0!important;aspect-ratio:1364/768!important;padding:0!important;overflow:hidden!important;background:#dedade!important}
body.fmb-network-about .fmb-about-portrait{position:absolute!important;inset:0!important}
body.fmb-network-about .fmb-about-portrait img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-about .fmb-about-portrait-card figcaption{position:absolute!important;left:18px!important;bottom:18px!important;padding:10px 13px!important;border-radius:999px!important;background:rgba(18,3,27,.78)!important;color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}

body.fmb-network-withlove .wlf-hero{overflow:hidden!important}
body.fmb-network-withlove .wlf-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr)!important;align-items:center!important}
body.fmb-network-withlove .wlf-portrait-stage{min-height:0!important;aspect-ratio:1023/1537!important;max-height:760px!important}
body.fmb-network-withlove .wlf-portrait-frame{position:absolute!important;inset:0!important;border-radius:38px!important;background:#ece9ec!important;box-shadow:var(--network-shadow-xl)!important;overflow:hidden!important}
body.fmb-network-withlove .wlf-portrait-frame img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-withlove .wlf-volunteer-photo{min-height:0!important;background:#ece9ec!important}
body.fmb-network-withlove .wlf-volunteer-photo img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-withlove .wlf-yoni-visual img{object-fit:contain!important;filter:none!important;transform:none!important}
body.fmb-network-withlove .wlf-quick-rail{box-shadow:0 24px 80px rgba(31,7,45,.12)!important}


/* NEWS: broadcasting network, exact imagery visible in full */
body.fmb-network-news{background:var(--network-paper)!important;color:#171218!important}
body.fmb-network-news::before{background-image:linear-gradient(rgba(23,18,24,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,18,24,.025) 1px,transparent 1px)!important}
body.fmb-network-news .nc-site-header{box-shadow:0 16px 45px rgba(23,18,24,.1)!important}
body.fmb-network-news .nc-publication-brand img,body.fmb-network-news .nc-channel-lockup img,body.fmb-network-news .nc-footer-brand img{object-fit:contain!important;filter:none!important;transform:none!important}
body.fmb-network-news .news-visual{display:grid!important;place-items:center!important;background:#ddd7d0!important;overflow:hidden!important}
body.fmb-network-news .news-visual img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important;background:#ddd7d0!important}
body.fmb-network-news .nc-lead-visual{min-height:520px!important}
body.fmb-network-news .nc-rundown-card .news-visual{aspect-ratio:16/10!important}
body.fmb-network-news figcaption{background:rgba(23,18,24,.92)!important;color:rgba(255,255,255,.76)!important}
body.fmb-network-news .nc-story-index{border-radius:34px!important;overflow:hidden!important;box-shadow:var(--network-shadow-lg)!important}

body.fmb-network-music,body.fmb-network-ebook{background:linear-gradient(180deg,#100819,#21102e 35%,#f8f4fa 35.1%,#fff 100%)!important}
body.fmb-network-music .nc-publication-brand img,body.fmb-network-music .nc-channel-lockup img,body.fmb-network-music .nc-footer-brand img,
body.fmb-network-ebook .nc-publication-brand img,body.fmb-network-ebook .nc-channel-lockup img,body.fmb-network-ebook .nc-footer-brand img{width:auto!important;height:auto!important;max-width:min(520px,76vw)!important;max-height:118px!important;object-fit:contain!important;filter:none!important;transform:none!important}
body.fmb-network-music .nc-publication-brand>span,body.fmb-network-music .nc-channel-lockup>h1,body.fmb-network-music .nc-footer-brand>span,
body.fmb-network-ebook .nc-publication-brand>span,body.fmb-network-ebook .nc-channel-lockup>h1,body.fmb-network-ebook .nc-footer-brand>span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.fmb-network-music .fco-lead-art,body.fmb-network-ebook .fco-lead-art{background:#eee9f0!important}
body.fmb-network-music .fco-lead-art img,body.fmb-network-ebook .fco-lead-art img,body.fmb-network-ebook .ebook-cover img,body.fmb-network-music .collection-cover-card img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-music .featured-art{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important}
body.fmb-network-music .featured-player,body.fmb-network-ebook .ebook-card{border-radius:30px!important;box-shadow:var(--network-shadow-lg)!important}

body.fmb-network-fmbandco,body.fmb-network-senz,body.fmb-network-cognita{background:linear-gradient(180deg,#13051c 0%,#250936 31%,#fbf8ff 31.1%,#fff 100%)!important}
body.fmb-network-fmbandco .fco-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)!important;gap:clamp(38px,6vw,88px)!important}
body.fmb-network-fmbandco .fco-hero-visual{min-height:0!important;aspect-ratio:1364/768!important;border-radius:38px!important;background:#dedade!important;overflow:hidden!important;box-shadow:var(--network-shadow-xl)!important}
body.fmb-network-fmbandco .fco-portrait-shape,body.fmb-network-fmbandco .fco-founder-card-shape{display:none!important}
body.fmb-network-fmbandco .fco-founder-portrait{position:absolute!important;inset:0!important}
body.fmb-network-fmbandco .fco-founder-portrait img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-fmbandco .fco-founder-portrait-card{min-height:0!important;aspect-ratio:1364/768!important;overflow:hidden!important;background:#dedade!important}
body.fmb-network-fmbandco .fco-founder-card-portrait{position:absolute!important;inset:0!important}
body.fmb-network-fmbandco .fco-founder-card-portrait img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
body.fmb-network-fmbandco .fco-company-logo img,body.fmb-network-senz .fco-gateway-logo-card img,body.fmb-network-cognita .fco-gateway-logo-card img{object-fit:contain!important;filter:none!important;transform:none!important}
body.fmb-network-senz{--gateway-accent:#2451d9;--gateway-soft:#8fd3ff}
body.fmb-network-cognita{--gateway-accent:#246fc8;--gateway-soft:#b6ddff}
body.fmb-network-senz .fco-gateway-logo-card,body.fmb-network-cognita .fco-gateway-logo-card{border-radius:34px!important;box-shadow:var(--network-shadow-xl)!important;background:rgba(255,255,255,.96)!important}


/* Reception Desk: premium desktop drawer and iPhone sheet */
body.fmb-network-page .az-help-trigger{
  left:auto!important;
  right:max(18px,env(safe-area-inset-right,0px))!important;
  bottom:calc(18px + var(--az-safe-bottom))!important;
  min-width:178px!important;
  min-height:58px!important;
  padding:8px 18px 8px 8px!important;
  border-radius:999px!important;
  background:linear-gradient(145deg,rgba(41,23,68,.99),rgba(9,6,15,.99))!important;
  box-shadow:0 22px 64px rgba(9,6,15,.34),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
body.fmb-network-page .az-help-trigger-icon{border-radius:16px!important}
body.fmb-network-page .az-help-trigger-icon img{filter:none!important}
body.fmb-network-page .az-help-panel{
  left:auto!important;
  right:max(22px,env(safe-area-inset-right,0px))!important;
  bottom:calc(22px + var(--az-safe-bottom))!important;
  width:min(520px,calc(100vw - 44px))!important;
  height:min(820px,calc(100dvh - 44px))!important;
  border-radius:34px!important;
  transform-origin:bottom right!important;
  box-shadow:0 38px 120px rgba(9,6,15,.42),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
body.fmb-network-page .az-help-header{padding:17px!important}
body.fmb-network-page .az-help-search input{min-height:48px!important;border-radius:17px!important}
body.fmb-network-page .az-help-search button{width:46px!important;height:46px!important;border-radius:16px!important}
body.fmb-network-page .az-search-results{display:grid;gap:8px;margin:8px 0 18px;padding-left:35px}
body.fmb-network-page .az-search-result{display:grid;gap:5px;padding:13px 14px;border:1px solid rgba(41,23,68,.12);border-radius:16px;background:#fff;color:var(--network-purple-900);text-decoration:none;box-shadow:0 8px 24px rgba(20,10,35,.06)}
body.fmb-network-page .az-search-result small{color:var(--network-gold-600);font-size:7px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
body.fmb-network-page .az-search-result strong{font-size:12px;line-height:1.35}.az-search-result span{color:var(--network-muted);font-size:10px;line-height:1.45}

body.fmb-network-page :is(.bulletin-header,.nav-glass,.fco-header,.nc-site-header){-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%)}
body.fmb-network-page :is(.bulletin-header,.nav-glass,.fco-header,.nc-site-header).fmb-header-condensed{box-shadow:0 18px 58px rgba(31,7,45,.16)!important}


body.fmb-network-page main>section:nth-of-type(n+3){content-visibility:auto;contain-intrinsic-size:auto 900px}
body.fmb-network-page .fmb-network-contact,body.fmb-network-page footer{content-visibility:auto;contain-intrinsic-size:auto 420px}

@media(max-width:1180px){
  .fmb-network-now-grid{grid-template-columns:1fr 1fr}.fmb-network-now-card.primary{grid-column:1/-1;min-height:360px}
  .fmb-network-contact{grid-template-columns:1fr 1fr}.fmb-network-contact>div{grid-column:1/-1}
  body.fmb-network-about .fco-hero-grid,body.fmb-network-withlove .wlf-hero-grid,body.fmb-network-fmbandco .fco-hero-grid{grid-template-columns:1fr!important}
  body.fmb-network-about .fmb-about-hero-visual,body.fmb-network-fmbandco .fco-hero-visual{width:100%!important;max-width:980px!important;margin-inline:auto!important}
  body.fmb-network-withlove .wlf-portrait-stage{width:min(620px,100%)!important;margin-inline:auto!important}
}

@media(max-width:820px){
  :root{--network-wrap:calc(100vw - 24px);--network-radius-xl:30px;--network-radius-lg:25px}
  .fmb-network-signal{display:none}
  body.fmb-network-page::before,body.fmb-network-page::after{display:none}
  body.fmb-network-page main>section:nth-of-type(n+2){content-visibility:auto;contain-intrinsic-size:auto 760px}
  body.fmb-network-page.fmb-motion-on .network-media-reveal{clip-path:none!important;transition:opacity .55s var(--network-ease),transform .55s var(--network-ease)!important}
  body.fmb-network-page .fmb-network-contact,body.fmb-network-page .az-help-panel,body.fmb-network-page .az-help-trigger,.pearly-lazy-trigger{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  body.fmb-network-home .final-home-hero{display:grid!important;width:calc(100% - 16px)!important;aspect-ratio:auto!important;border-radius:28px!important;background:var(--network-purple-950)!important}
  body.fmb-network-home .hero-photo{position:relative!important;aspect-ratio:1364/768!important;background:#dedade!important}
  body.fmb-network-home .hero-photo img{object-fit:contain!important}
  body.fmb-network-home .final-hero-copy{position:relative!important;top:auto!important;right:auto!important;width:100%!important;padding:34px 24px 40px!important;border:0!important;border-radius:0!important;background:linear-gradient(145deg,var(--network-purple-950),var(--network-purple-800))!important;box-shadow:none!important;transform:none!important}
  body.fmb-network-home .final-hero-copy h1{font-size:clamp(52px,15vw,74px)!important}
  body.fmb-network-home .final-founder-dispatch{grid-template-columns:1fr!important}
  body.fmb-network-home .dispatch-landscape{aspect-ratio:1364/768!important}
  .fmb-network-now{padding-top:78px}.fmb-network-now-head{grid-template-columns:1fr;gap:18px}.fmb-network-now-head h2{font-size:clamp(44px,12vw,62px)}.fmb-network-now-grid{grid-template-columns:1fr}.fmb-network-now-card.primary{grid-column:auto}.fmb-network-now-card{min-height:320px;padding:25px}.fmb-network-now-card .mark{height:76px;margin:24px 0}.fmb-network-now-card .mark img{max-height:70px}
  .fmb-network-contact{grid-template-columns:1fr;margin-top:54px;padding:12px;border-radius:25px;background:#fff}.fmb-network-contact>div{grid-column:auto}.fmb-network-contact a{min-height:72px}
  body.fmb-network-about .fmb-about-hero-visual,body.fmb-network-fmbandco .fco-hero-visual{aspect-ratio:1364/768!important;border-radius:28px!important}
  body.fmb-network-about .fco-hero-note,body.fmb-network-fmbandco .fco-hero-note{display:none!important}
  body.fmb-network-about .fmb-about-profile-grid{grid-template-columns:1fr!important}.fmb-about-portrait-card{aspect-ratio:1364/768!important}
  body.fmb-network-withlove .wlf-portrait-stage{aspect-ratio:1023/1537!important;max-height:none!important}
  body.fmb-network-news .nc-lead-visual{min-height:0!important;aspect-ratio:16/10!important}
  body.fmb-network-music .nc-publication-brand img,body.fmb-network-ebook .nc-publication-brand img{max-width:230px!important;max-height:64px!important}
  body.fmb-network-page .az-help-trigger{right:12px!important;bottom:calc(86px + var(--az-safe-bottom))!important;min-width:164px!important}
  body.fmb-network-page .az-help-panel{inset:auto 0 0 0!important;width:100vw!important;height:min(92dvh,860px)!important;border-radius:30px 30px 0 0!important;transform-origin:bottom center!important;background:#fff!important}
  body.fmb-network-page .az-help-layer.is-visible .az-help-panel{transform:none!important}
}

@media(max-width:430px){
  body.fmb-network-page{font-size:15px}
  body.fmb-network-home .final-hero-copy{padding-inline:22px!important}
  .fmb-network-now-card{border-radius:25px}.fmb-network-now-card h3{font-size:40px}
  body.fmb-network-page .az-quick-replies{grid-template-columns:1fr!important;padding-left:35px!important}
  body.fmb-network-page .az-help-panel{height:94dvh!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  body.fmb-network-page *,body.fmb-network-page *::before,body.fmb-network-page *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
  body.fmb-network-page .network-reveal,body.fmb-network-page .network-media-reveal{opacity:1!important;transform:none!important;clip-path:none!important}
}


/* FMB Official Identity 2026
   Page-specific logo and portrait rules. Volunteer and community imagery is intentionally excluded. */

:root{
  --fmb-v3-purple:#26063b;
  --fmb-v3-purple-deep:#10021d;
  --fmb-v3-gold:#d7ad45;
  --fmb-v3-ivory:#fbf8ff;
  --fmb-v3-line:rgba(47,13,67,.13);
  --fmb-v3-shadow:0 30px 90px rgba(24,4,38,.16);
  --fmb-v3-wrap:min(1380px,calc(100vw - 40px));
}

body.fmb-identity-v3 img[data-fmb-portrait],
body.fmb-identity-v3 .fmb-official-landscape img,
body.fmb-identity-v3 .fmb-identity-signature img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  transform:none!important;
  scale:1!important;
  animation:none!important;
  transition:none!important;
}

body.fmb-identity-v3 .fmb-official-landscape,
body.fmb-identity-v3 .fmb-identity-signature-media{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:1364/768;
  background:#dedbe0;
  isolation:isolate;
}

body.fmb-identity-v3 .fmb-official-logo,
body.fmb-identity-v3 .nc-brand-mark,
body.fmb-identity-v3 .nc-publication-brand img{
  object-fit:contain!important;
  filter:none!important;
  transform:none!important;
}

body.fmb-identity-v3 .fmb-channel-logo-v3{
  width:min(100%,920px)!important;
  height:auto!important;
  max-height:210px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  transform:none!important;
}

body.fmb-identity-v3 .bulletin-brand>img{
  border-radius:17px;
  box-shadow:0 14px 36px rgba(43,7,67,.18);
}

body.fmb-identity-v3 .final-home-hero{
  position:relative!important;
  width:var(--fmb-v3-wrap)!important;
  min-height:0!important;
  aspect-ratio:1364/768!important;
  margin-inline:auto!important;
  overflow:hidden!important;
  border-radius:44px!important;
  background:#d9d6da!important;
  box-shadow:var(--fmb-v3-shadow)!important;
}

body.fmb-identity-v3 .final-home-hero .hero-photo{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  background:#d9d6da!important;
}

body.fmb-identity-v3 .final-home-hero .hero-photo img{
  object-fit:contain!important;
  object-position:center!important;
  background:#d9d6da!important;
}

body.fmb-identity-v3 .final-home-hero .hero-photo-shade{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,transparent 0 45%,rgba(20,2,31,.07) 55%,rgba(20,2,31,.7) 100%)!important;
  pointer-events:none;
}

body.fmb-identity-v3 .final-home-hero .final-hero-copy{
  position:absolute!important;
  z-index:2!important;
  top:50%!important;
  right:clamp(28px,5vw,78px)!important;
  left:auto!important;
  width:min(48%,650px)!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  padding:clamp(28px,4vw,54px)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:34px!important;
  background:rgba(22,3,35,.68)!important;
  color:#fff!important;
  box-shadow:0 25px 80px rgba(12,1,20,.24)!important;
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
}

body.fmb-identity-v3 .final-home-hero .final-hero-copy :is(h1,p,dt,dd){color:inherit!important}

body.fmb-identity-v3 .final-founder-dispatch{
  overflow:hidden!important;
  border-radius:40px!important;
  box-shadow:var(--fmb-v3-shadow)!important;
}
body.fmb-identity-v3 .final-founder-dispatch .dispatch-landscape{
  background:#ddd9d6!important;
  aspect-ratio:1364/768!important;
}
body.fmb-identity-v3 .final-founder-dispatch .dispatch-landscape img{
  object-fit:contain!important;
  background:#ddd9d6!important;
}

body.fmb-identity-v3.fmb-network-about .fco-founder-portrait,
body.fmb-identity-v3.fmb-network-about .fmb-about-portrait,
body.fmb-identity-v3.fmb-network-fmbandco .fco-founder-portrait,
body.fmb-identity-v3.fmb-network-fmbandco .fco-founder-card-portrait,
body.fmb-identity-v3.fmb-network-withlove .wlf-portrait-stage{
  overflow:hidden!important;
  aspect-ratio:1364/768!important;
  border-radius:38px!important;
  background:#ddd9d8!important;
  box-shadow:var(--fmb-v3-shadow)!important;
}

body.fmb-identity-v3.fmb-network-about :is(.fco-founder-portrait,.fmb-about-portrait) img,
body.fmb-identity-v3.fmb-network-fmbandco :is(.fco-founder-portrait,.fco-founder-card-portrait) img,
body.fmb-identity-v3.fmb-network-withlove .wlf-portrait-stage img{
  object-fit:contain!important;
  object-position:center!important;
  background:#ddd9d8!important;
}

body.fmb-identity-v3 .fmb-identity-signature{
  position:relative;
  width:var(--fmb-v3-wrap);
  margin:88px auto 32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.28);
  border-radius:44px;
  background:var(--fmb-v3-purple-deep);
  box-shadow:var(--fmb-v3-shadow);
  isolation:isolate;
}

body.fmb-identity-v3 .fmb-identity-signature-media{
  width:100%;
  background:#d9d6da;
}

body.fmb-identity-v3 .fmb-identity-signature-copy{
  position:absolute;
  z-index:2;
  top:50%;
  right:clamp(28px,5vw,78px);
  width:min(46%,610px);
  transform:translateY(-50%);
  padding:clamp(28px,4vw,52px);
  border:1px solid rgba(255,255,255,.24);
  border-radius:32px;
  background:rgba(18,2,29,.72);
  color:#fff;
  box-shadow:0 22px 72px rgba(8,0,14,.22);
  -webkit-backdrop-filter:blur(14px) saturate(115%);
  backdrop-filter:blur(14px) saturate(115%);
}

body.fmb-identity-v3 .fmb-identity-signature-copy small{
  display:block;
  color:var(--fmb-v3-gold);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body.fmb-identity-v3 .fmb-identity-signature-copy h2{
  margin:12px 0 14px;
  color:#fff!important;
  font-size:clamp(42px,5vw,70px);
  font-weight:520;
  line-height:.92;
}
body.fmb-identity-v3 .fmb-identity-signature-copy p{
  margin:0;
  color:rgba(255,255,255,.76)!important;
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.7;
}

body.fmb-identity-v3.fmb-network-news .nc-brand-mark,
body.fmb-identity-v3.fmb-network-news .nc-publication-brand{
  background:transparent!important;
}
body.fmb-identity-v3.fmb-network-news .nc-brand-mark img,
body.fmb-identity-v3.fmb-network-news .nc-publication-brand img{
  width:min(100%,740px)!important;
  max-height:150px!important;
}

body.fmb-identity-v3 .network-media-reveal{
  clip-path:none!important;
}

@media(max-width:820px){
  :root{--fmb-v3-wrap:calc(100vw - 20px)}

  body.fmb-identity-v3 .final-home-hero,
  body.fmb-identity-v3 .fmb-identity-signature{
    display:grid!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    border-radius:28px!important;
  }

  body.fmb-identity-v3 .final-home-hero .hero-photo,
  body.fmb-identity-v3 .fmb-identity-signature-media{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1364/768!important;
  }

  body.fmb-identity-v3 .final-home-hero .hero-photo img,
  body.fmb-identity-v3 .fmb-identity-signature-media img{
    object-fit:contain!important;
    object-position:center!important;
  }

  body.fmb-identity-v3 .final-home-hero .hero-photo-shade{display:none!important}

  body.fmb-identity-v3 .final-home-hero .final-hero-copy,
  body.fmb-identity-v3 .fmb-identity-signature-copy{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    width:100%!important;
    transform:none!important;
    padding:34px 24px 40px!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(145deg,var(--fmb-v3-purple-deep),var(--fmb-v3-purple))!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  body.fmb-identity-v3.fmb-network-about .fco-founder-portrait,
  body.fmb-identity-v3.fmb-network-about .fmb-about-portrait,
  body.fmb-identity-v3.fmb-network-fmbandco .fco-founder-portrait,
  body.fmb-identity-v3.fmb-network-fmbandco .fco-founder-card-portrait,
  body.fmb-identity-v3.fmb-network-withlove .wlf-portrait-stage{
    border-radius:26px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.fmb-identity-v3 .fmb-identity-signature-copy,
  body.fmb-identity-v3 .final-hero-copy{transition:none!important}
}
