/* ============================================================
   Moony — Foundation page (new white system)
   Reuses tokens + shared classes from styles-moony(.css / -sections.css)
   ============================================================ */

/* small shared bits */
.rv-kick { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--violet); }
.pill .ring-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.6px solid var(--violet); }

/* ---------------- HERO (light — shares the homepage hero language) ---------------- */
.fnd-hero2 .hero-stack.fnd-glass2 { width: min(350px, 74%); filter: saturate(1.4) contrast(1.12) drop-shadow(0 30px 44px rgba(50,28,105,.4)) drop-shadow(0 0 30px rgba(124,77,222,.4)); }
/* soft washes replace hard paper bands (matches homepage: no hard section edges).
   Each wash is masked to fade to fully transparent at the top and bottom, so no
   colour is left at a section boundary to create a visible seam. */
#do, #support, #programs { position: relative; isolation: isolate; }
#do, #support { background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(244,238,252,0) 12%, #f4eefc 45%, #f1eafb 68%, rgba(255,255,255,0) 100%); }
#do > .wrap, #support > .wrap { position: relative; z-index: 1; }
#do::before, #support::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 74%, transparent 100%); }
#do::before { background: radial-gradient(76% 70% at 16% 34%, rgba(216,197,253,.34), rgba(255,242,217,.16) 50%, transparent 76%); }
#support::before { background: radial-gradient(74% 68% at 84% 40%, rgba(216,197,253,.3), transparent 72%); }
.pay-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 560; color: var(--ink-2); margin-bottom: clamp(26px, calc(4 * var(--vu)), 44px); }
.pay-back:hover { color: var(--violet); }
.pay-back-ic { transform: rotate(180deg); }
/* (legacy dark-hero layout rules removed — hero now uses the shared .hero system) */
@media (max-width: 860px) { .fnd-hero { padding: 116px 0 48px; } .fnd-hero-glass { min-height: 320px; padding: 20px 0; } .fnd-hero-glass img.fnd-hero-glass-mark { width: min(58%, 300px); } }

/* ---------------- ETHOS STATEMENT BAND ---------------- */
.fnd-ethos { padding: clamp(72px, calc(9 * var(--vu)), 128px) 0; text-align: center; position: relative; overflow: hidden; }
.fnd-ethos::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(85% 110% at 50% 50%, rgba(216,197,253,.2) 0%, rgba(226,209,250,.1) 40%, rgba(255,242,217,.05) 62%, transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 74%, transparent 100%); }
.fnd-ethos::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 980px; height: 760px; border-radius: 50%; background: var(--grad); filter: blur(170px); opacity: .16; pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.fnd-ethos-in { position: relative; z-index: 1; max-width: 940px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.fnd-ethos .eyebrow { justify-content: center; }
.fnd-ethos-stmt { font-size: clamp(30px, calc(4.3 * var(--vu)), 56px); line-height: 1.12; letter-spacing: -0.038em; font-weight: 640; color: var(--ink);
  margin-top: 26px; text-wrap: balance; }
.fnd-ethos-stmt em { font-style: normal; }
.fnd-ethos-sub { color: var(--ink-2); font-size: clamp(16px, calc(1.5 * var(--vu)), 20px); line-height: 1.55; margin-top: 26px; max-width: 62ch; font-weight: 420; }
.fnd-ethos-tenets { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 18px; margin-top: 34px; }
.fnd-ethos-tenets span { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 580; letter-spacing: -0.01em; color: var(--ink); }
.fnd-ethos-tenets span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); margin-right: 18px; }
.fnd-ethos-tenets span svg { color: var(--violet); }

/* ---------------- MISSION + PRINCIPLES ---------------- */
.fnd-princ-lead { margin-top: clamp(44px, calc(5 * var(--vu)), 66px); }
.fnd-princ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.fnd-princ { background: var(--w); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px 26px;
  box-shadow: var(--sh-soft); display: flex; flex-direction: column; transition: transform .3s cubic-bezier(.16,.8,.24,1), box-shadow .3s ease, border-color .3s ease; position: relative; overflow: hidden; }
.fnd-princ::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-vivid); }
.fnd-princ:hover { transform: translateY(-6px); box-shadow: var(--sh-lift); border-color: transparent; }
.fnd-princ--violet { --pac: var(--c-violet); --pacbg: var(--c-violet-bg); }
.fnd-princ--peach { --pac: var(--c-peach); --pacbg: var(--c-peach-bg); }
.fnd-princ--blue { --pac: var(--c-blue); --pacbg: var(--c-blue-bg); }
.fnd-princ-top { display: flex; align-items: center; justify-content: space-between; }
.fnd-princ-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--pacbg); color: var(--pac); }
.fnd-princ-n { font-size: 12px; color: var(--ink-3); }
.fnd-princ-stat { margin-top: 20px; }
.fnd-princ-stat b { display: block; font-size: 38px; font-weight: 680; letter-spacing: -0.04em; color: var(--ink); line-height: 1; }
.fnd-princ-stat > span { display: block; font-size: 13px; color: var(--ink-3); margin-top: 8px; white-space: nowrap; }
.fnd-princ-src { display: block; font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); opacity: .6; margin-top: 8px; white-space: nowrap; }
.fnd-princ h3 { font-size: 20px; letter-spacing: -0.03em; margin-top: 20px; }
.fnd-princ > p { color: var(--ink-2); font-size: 14.4px; line-height: 1.56; margin-top: 11px; margin-bottom: 20px; }
.fnd-princ-deliver { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.fnd-princ-deliver .fnd-pd-check { flex: none; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--pacbg); color: var(--pac); }
.fnd-princ-deliver .fnd-pd-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; text-transform: none; }
.fnd-princ-deliver .fnd-pd-txt > span { font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-3); }
.fnd-princ-deliver b { font-family: var(--sans, inherit); font-size: 15px; font-weight: 620; color: var(--ink); letter-spacing: -0.02em; text-transform: none; }
@media (max-width: 900px) { .fnd-princ-grid { grid-template-columns: 1fr; } }

/* asymmetric opener: copy left, portrait photo right */
.fnd-open2 { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(32px, calc(4.4 * var(--vu)), 72px); align-items: center; }
.fnd-open2-copy .shead { grid-template-columns: 1fr; gap: 14px; margin-bottom: 0; }
.fnd-open2-copy .shead-idx { padding-top: 0; }
.fnd-open2-copy .shead h2, .fnd-open2-copy .shead p { max-width: none; }
.fnd-open2-b { color: var(--violet); font-weight: 650; }
.fnd-incl-photo.fnd-incl-photo--tall { margin-top: 0; aspect-ratio: 4 / 4.6; }
@media (max-width: 860px) { .fnd-open2 { grid-template-columns: 1fr; gap: 26px; } .fnd-incl-photo.fnd-incl-photo--tall { aspect-ratio: 4 / 3; } }

/* on-the-ground human photo anchor */
.fnd-incl-photo::before { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), inset 0 54px 90px -70px rgba(16,8,32,.4); }
/* no hover scale: a transformed child escapes the wrapper's rounded clip at the corners */
.fnd-incl-photo image-slot { transform: none; }
.fnd-incl-photo { position: relative; margin-top: clamp(30px, calc(4 * var(--vu)), 46px); border-radius: var(--r-l); overflow: hidden; isolation: isolate;
  aspect-ratio: 21 / 10; box-shadow: var(--sh-card); background: var(--paper); }
.fnd-incl-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; opacity: .3; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 240px 240px; }
.fnd-incl-scrim { z-index: 2; }
.fnd-incl-photo img { width: 100%; height: 100%; object-fit: cover; }
.fnd-incl-photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.fnd-incl-scrim { pointer-events: none; position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; gap: 12px;
  padding: clamp(28px, calc(5 * var(--vu)), 56px) clamp(24px, calc(4 * var(--vu)), 48px) clamp(24px, calc(3 * var(--vu)), 38px);
  background: linear-gradient(180deg, transparent, rgba(16,8,32,.78)); }
.fnd-incl-scrim p { color: #fff; font-size: clamp(18px, calc(2 * var(--vu)), 26px); line-height: 1.3; letter-spacing: -0.02em; font-weight: 560; max-width: 24ch; text-wrap: balance; }
.fnd-incl-scrim span { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,.82); }
@media (max-width: 640px) { .fnd-incl-photo { aspect-ratio: 4 / 3; } }

/* SDG strip */
.fnd-sdg { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 28px 40px;
  margin-top: clamp(44px, calc(5 * var(--vu)), 68px); padding: clamp(26px, calc(3 * var(--vu)), 38px); border-radius: var(--r);
  background: linear-gradient(140deg, #f2ebfe 0%, #f7f1fb 44%, #fdf3ea 100%); border: 1px solid rgba(124,77,222,.12); box-shadow: var(--sh-soft); }
.fnd-sdg-copy { display: flex; align-items: center; gap: 22px; max-width: 620px; }
.fnd-sdg-wheel { width: 68px; height: 68px; flex: none; }
.fnd-sdg-copy h3 { font-size: 21px; letter-spacing: -0.03em; margin-top: 8px; }
.fnd-sdg-copy p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; margin-top: 9px; }
.fnd-sdg-note { display: block; color: var(--ink-3); font-size: 11.5px; margin-top: 7px; opacity: .85; }
.fnd-sdg-icons { display: flex; gap: 10px; }
.fnd-sdg-icons img { width: 54px; height: 54px; border-radius: 8px; transition: transform .25s cubic-bezier(.16,.8,.24,1); }
.fnd-sdg-icons img:hover { transform: translateY(-4px); }
@media (max-width: 720px) { .fnd-sdg-icons img { width: 46px; height: 46px; } }
/* quiet colophon variant: hairline row, no card wash */
.fnd-sdg.fnd-sdg--quiet { margin-top: clamp(40px, calc(4.6 * var(--vu)), 60px); padding: clamp(22px, calc(2.6 * var(--vu)), 30px) 0 0; border: none; border-top: 1px solid var(--line); border-radius: 0; background: none; box-shadow: none; }
.fnd-sdg--quiet .fnd-sdg-wheel { width: 46px; height: 46px; }
.fnd-sdg--quiet .fnd-sdg-copy h3 { font-size: 16.5px; margin-top: 0; }
.fnd-sdg--quiet .fnd-sdg-copy p { font-size: 13px; margin-top: 4px; }
.fnd-sdg--quiet .fnd-sdg-note { font-size: 11.5px; }
.fnd-sdg--quiet .fnd-sdg-icons img { width: 44px; height: 44px; border-radius: 7px; filter: saturate(.72); opacity: .88; }
.fnd-sdg--quiet .fnd-sdg-icons img:hover { filter: saturate(1); opacity: 1; }
@media (max-width: 900px) { .fnd-sdg.fnd-sdg--quiet { padding-left: 0; padding-right: 0; } }

/* principles — dark argument panel */
.fnd-argue { margin-top: 20px; border-radius: var(--r-l); overflow: hidden; position: relative; isolation: isolate;
  background: radial-gradient(120% 90% at 80% -10%, rgba(124,77,222,.4), transparent 55%), linear-gradient(165deg, #32204f 0%, #251543 60%, #1c1238 100%);
  border: 1px solid rgba(216,197,253,.2); box-shadow: 0 40px 90px -44px rgba(40,20,90,.55), inset 0 1px 0 rgba(255,255,255,.07); }
.fnd-argue::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .16; mix-blend-mode: overlay; background: url('assets/tex-bill.webp') repeat; background-size: 56px; }
.fnd-argue-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); }
.fnd-arg { padding: clamp(30px, calc(3.4 * var(--vu)), 46px) clamp(24px, calc(2.8 * var(--vu)), 40px); display: flex; flex-direction: column; align-items: flex-start; }
.fnd-arg + .fnd-arg { border-left: 1px solid rgba(216,197,253,.16); }
.fnd-arg-n { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .14em; color: rgba(201,187,230,.55); }
.fnd-arg--violet .fnd-arg-n { color: rgba(216,197,253,.7); }
.fnd-arg--peach .fnd-arg-n { color: rgba(247,206,164,.6); }
.fnd-arg--blue .fnd-arg-n { color: rgba(185,200,253,.6); }
/* staggered column entrance + hover life */
.fnd-argue .fnd-arg, .fnd-argue .fnd-argue-foot { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.16,.8,.24,1), background .2s ease; }
.fnd-argue .fnd-arg:nth-child(2) { transition-delay: .1s; }
.fnd-argue .fnd-arg:nth-child(3) { transition-delay: .2s; }
.fnd-argue .fnd-argue-foot { transition-delay: .32s; }
.fnd-argue.in .fnd-arg, .fnd-argue.in .fnd-argue-foot { opacity: 1; transform: none; }
.fnd-arg:hover { background: rgba(255,255,255,.025); }
@media (prefers-reduced-motion: reduce) { .fnd-argue .fnd-arg, .fnd-argue .fnd-argue-foot { opacity: 1; transform: none; transition: none; } }
.fnd-arg-stat { margin-top: clamp(18px, calc(2.2 * var(--vu)), 30px); display: flex; flex-direction: column; justify-content: flex-end; min-height: clamp(96px, calc(10.5 * var(--vu)), 132px); }
.fnd-arg-stat b { display: block; font-size: clamp(40px, calc(4.4 * var(--vu)), 60px); font-weight: 700; letter-spacing: -0.045em; line-height: .95; color: #f6f1ff; }
.fnd-arg--blue .fnd-arg-stat b { font-size: clamp(52px, calc(5.8 * var(--vu)), 80px); }
.fnd-arg--violet .fnd-arg-stat b { color: #d8c5fd; text-shadow: 0 0 34px rgba(216,197,253,.38); }
.fnd-arg--peach .fnd-arg-stat b { color: #f7cea4; text-shadow: 0 0 34px rgba(247,206,164,.34); }
.fnd-arg--blue .fnd-arg-stat b { color: #b9c8fd; text-shadow: 0 0 34px rgba(185,200,253,.34); }
.fnd-arg-stat > span { display: block; margin-top: 10px; font-size: 13px; line-height: 1.45; color: rgba(216,205,240,.78); white-space: nowrap; }
.fnd-arg-stat cite { display: block; font-style: normal; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; color: rgba(201,187,230,.45); margin-top: 7px; }
.fnd-arg h3 { color: #fff; font-size: clamp(17px, calc(1.7 * var(--vu)), 20px); letter-spacing: -0.024em; margin-top: clamp(20px, calc(2.4 * var(--vu)), 32px); }
@media (min-width: 861px) { .fnd-arg-stat > span { font-size: clamp(11px, 1vw, 13px); } }
.fnd-arg p { color: rgba(216,205,240,.74); font-size: 13.8px; line-height: 1.58; margin-top: 9px; text-wrap: pretty; }
.fnd-argue-foot { position: relative; z-index: 1; display: block; padding: 18px clamp(24px, calc(2.8 * var(--vu)), 40px) 22px; border-top: 1px solid rgba(216,197,253,.16); background: rgba(255,255,255,.03); }
.fnd-argue-foot-k { display: block; margin-bottom: 12px; font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(201,187,230,.6); }
.fnd-argue-foot-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 0; }
.fnd-argue-foot-items span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 550; color: #efe9fc; padding-right: 18px; }
.fnd-argue-foot-items svg { color: #7ee2a8; flex: none; }
@media (max-width: 860px) { .fnd-argue-foot-items { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .fnd-argue-grid { grid-template-columns: 1fr; } .fnd-arg + .fnd-arg { border-left: none; border-top: 1px solid rgba(216,197,253,.16); } .fnd-arg { padding: 24px 22px 26px; } .fnd-argue-foot { padding: 16px 22px; } }

/* ---------------- WHAT WE DO ---------------- */
.fnd-do-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(38px, calc(4.5 * var(--vu)), 60px); }
@media (max-width: 860px){ .fnd-do-cards { grid-template-columns: 1fr; } }
.fnd-do-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; background: var(--w); border: 1px solid var(--line);
  border-radius: var(--r); padding: 32px 32px 34px; box-shadow: var(--sh-soft);
  transition: transform .3s cubic-bezier(.16,.8,.24,1), box-shadow .3s ease, border-color .3s ease; }
.fnd-do-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-vivid); opacity: 0; transition: opacity .3s ease; }
.fnd-do-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lift); border-color: transparent; }
.fnd-do-card:hover::before { opacity: 1; }
.fnd-do-top { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.fnd-do-n { font-size: 12px; letter-spacing: .04em; color: var(--ink-3); }
.fnd-do-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: rgba(24,18,40,.05); color: var(--ink); transition: background .3s ease, color .3s ease; }
.fnd-do-card:hover .fnd-do-ic { background: var(--violet-tint); color: var(--violet); }
.fnd-do-card h3 { font-size: 21px; letter-spacing: -0.03em; margin-top: 22px; }
.fnd-do-card > p { color: var(--ink-2); font-size: 14.6px; line-height: 1.56; margin-top: 11px; }
.fnd-do-does { list-style: none; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; width: 100%; }
.fnd-do-does li { display: flex; align-items: center; gap: 11px; font-size: 13.8px; font-weight: 500; color: var(--ink-2); }
.fnd-do-does li svg { color: var(--violet); flex: none; }
.fnd-do-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 24px; font-size: 14px; font-weight: 600; color: var(--violet); }
.fnd-do-link svg { transition: transform .2s ease; }
.fnd-do-card:hover .fnd-do-link svg { transform: translateX(3px); }
@media (max-width: 780px) { .fnd-do-cards { grid-template-columns: 1fr; } }
.fnd-prog-lead { display: grid; grid-template-columns: auto 1fr; gap: 10px 26px; align-items: baseline; margin-top: clamp(46px, calc(5 * var(--vu)), 66px); padding-top: clamp(30px, calc(3.4 * var(--vu)), 44px); border-top: 1px solid var(--line); }
.fnd-prog-kick { color: var(--ink); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.fnd-prog-lead p { color: var(--ink-2); font-size: clamp(16px, calc(1.5 * var(--vu)), 19px); line-height: 1.5; max-width: 62ch; text-wrap: pretty; }
@media (max-width: 720px) { .fnd-prog-lead { grid-template-columns: 1fr; gap: 6px; } }
.fnd-sign { display: flex; align-items: center; gap: 22px 30px; flex-wrap: wrap; margin-top: 26px;
  padding: 24px 28px; border-radius: var(--r); background: var(--w); border: 1px solid var(--line); box-shadow: var(--sh-soft); }
.fnd-sign p { color: var(--ink-2); font-size: 14px; line-height: 1.55; max-width: 60ch; }
.fnd-sign--dark { position: relative; overflow: hidden; margin-top: 18px; padding: clamp(26px, calc(3 * var(--vu)), 38px) clamp(28px, calc(3.4 * var(--vu)), 44px);
  background: linear-gradient(120deg, #2a1656 0%, #3d2079 52%, #4a2597 100%); border: none; box-shadow: 0 24px 60px -28px rgba(58,28,120,.6); }
.fnd-sign--dark p { color: rgba(255,255,255,.76); position: relative; z-index: 1; }
.fnd-sign--dark .fnd-lockup { position: relative; z-index: 1; }
.fnd-sign-tex { position: absolute; inset: 0; background: radial-gradient(120% 140% at 88% -10%, rgba(216,197,253,.32), transparent 60%); pointer-events: none; }
/* photo-backed sign-off */
.fnd-sign--photo { min-height: 240px; align-content: center; isolation: isolate; border-radius: var(--r-l); }
.fnd-sign--photo .fnd-lockup, .fnd-sign--photo p { pointer-events: none; }
.fnd-sign--photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; filter: saturate(.8); border-radius: inherit; overflow: hidden; }
.fnd-sign--photo .fnd-sign-scrim { position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(100deg, rgba(26,13,58,.92) 0%, rgba(30,15,66,.78) 46%, rgba(34,18,72,.45) 100%); }
.fnd-sign--photo::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .26; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 240px 240px; }
.fnd-sign--photo p { max-width: 46ch; font-size: 15px; text-shadow: 0 1px 12px rgba(10,5,24,.4); }
/* wide banner: the work in motion */
.fnd-do-banner { position: relative; margin-top: clamp(40px, calc(5 * var(--vu)), 60px); border-radius: var(--r-l); overflow: hidden; aspect-ratio: 21 / 8; background: var(--paper); box-shadow: var(--sh-card); isolation: isolate; }
.fnd-do-banner image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; filter: saturate(.88); border-radius: inherit; overflow: hidden; }
.fnd-do-banner::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; opacity: .3; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 240px 240px; }
.fnd-do-banner::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(16,8,32,.16) 0%, transparent 28%, transparent 50%, rgba(16,8,32,.55) 100%); }
.fnd-do-banner .fnd-w2cap { position: absolute; left: 14px; bottom: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(20,11,41,.58); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 11.5px; font-weight: 550; color: #fff; }
.fnd-cap-dot { width: 7px; height: 7px; border-radius: 50%; background: #7ee2a8; flex: none; animation: fndFpLd2 2s ease-in-out infinite; }
@keyframes fndFpLd2 { 50% { opacity: .4; } }
@media (max-width: 720px) { .fnd-do-banner { aspect-ratio: 16 / 9; } .fnd-sign--photo p { font-size: 14px; } }

/* Foundation lockup */
.fnd-lockup { display: inline-flex; flex-direction: column; gap: 4px; }
.fnd-lockup > img { display: block; }
.fnd-lockup-sub { display: flex; gap: .34em; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-3); padding-left: 2px; }
.fnd-lockup--white .fnd-lockup-sub { color: rgba(255,255,255,.66); }

/* ---------------- PROGRAMS ---------------- */
.fnd-prog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: clamp(40px, calc(5 * var(--vu)), 60px); }
.fnd-prog { display: flex; flex-direction: column; background: var(--w); border: 1px solid var(--line);
  border-radius: var(--r-l); overflow: hidden; box-shadow: var(--sh-soft); transition: transform .3s cubic-bezier(.16,.8,.24,1), box-shadow .3s ease, border-color .3s ease; }
.fnd-prog:hover { transform: translateY(-6px); box-shadow: var(--sh-lift); border-color: transparent; }
.fnd-prog-art { position: relative; min-height: 236px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 32px; overflow: hidden; }
.fnd-prog-art--bounty { background: radial-gradient(120% 120% at 30% 6%, #5a3a86 0%, #34224e 56%, #201639 100%), radial-gradient(circle at 84% 82%, rgba(224,122,79,.28), transparent 56%); }
.fnd-prog-art--grant { background: radial-gradient(130% 130% at 26% 0%, #7c4dde 0%, #3a1d74 52%, #1d0f3b 100%); }
.fnd-prog-logo { height: 38px; width: auto; position: relative; z-index: 1; }
.fnd-prog-live { position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); font-size: 11.5px; font-weight: 600; color: #fff; }
.fnd-prog-live .ld { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,.24); animation: pulse 2s ease-in-out infinite; }
.fnd-prog-soon { position: absolute; top: 16px; left: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); font-size: 11.5px; font-weight: 600; color: #fff; }
.fnd-prog-artcap { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 20px; text-align: center; font-size: 12.5px; color: rgba(255,255,255,.72); }
.fnd-prog-body { flex: 1; padding: 28px 30px 32px; display: flex; flex-direction: column; align-items: flex-start; }
.fnd-prog-tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--violet); }
.fnd-prog-body h3 { font-size: 24px; letter-spacing: -0.035em; margin-top: 12px; }
.fnd-prog-body p { color: var(--ink-2); font-size: 15px; line-height: 1.56; margin-top: 12px; }
.fnd-prog-body .txtlink { margin-top: auto; padding-top: 22px; }
@media (max-width: 820px) { .fnd-prog-grid { grid-template-columns: 1fr; } }

/* ---------------- GOVERNANCE + FUNDING ---------------- */
.fnd-fund { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; margin-top: clamp(40px, calc(5 * var(--vu)), 60px);
  border-radius: var(--r-l); overflow: hidden; background: linear-gradient(140deg, #f2ebfe 0%, #f7f1fb 44%, #fdf3ea 100%); border: 1px solid rgba(124,77,222,.12); box-shadow: var(--sh-card); }
.fnd-fund-art { display: flex; align-items: center; justify-content: center; padding: clamp(20px, calc(2.6 * var(--vu)), 38px); position: relative; }
.fnd-fund-art img { position: relative; z-index: 1; width: 100%; max-width: 360px; transform: rotate(-6deg); filter: drop-shadow(0 22px 32px rgba(44,22,87,.34)); animation: fndBillFloat 8s ease-in-out infinite; }
@keyframes fndBillFloat { 0%,100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-10px); } }
.fnd-fund-art::after { content: ""; position: absolute; left: 50%; bottom: 10%; z-index: 0; width: min(52%, 230px); height: 30px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(40,22,84,.3), transparent 72%); filter: blur(5px); animation: fndFundFloor 8s ease-in-out infinite; }
@keyframes fndFundFloor { 0%,100% { transform: translateX(-50%) scaleX(1); opacity: 1; } 50% { transform: translateX(-50%) scaleX(1.06); opacity: .74; } }
@media (prefers-reduced-motion: reduce) { .fnd-fund-art img, .fnd-fund-art::after { animation: none; } }
.fnd-fund-body { padding: clamp(30px, calc(3.4 * var(--vu)), 48px); display: flex; flex-direction: column; justify-content: center; gap: 28px; }
/* supply stat: a plate that sits inside the card instead of a floating number */
.fnd-fund-0 { display: flex; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid rgba(124,77,222,.16); border-radius: 18px; background: rgba(255,255,255,.62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.fnd-fund-0 b { flex: none; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 16px; background: linear-gradient(150deg, rgba(124,77,222,.14), rgba(240,165,104,.14)); font-size: 27px; font-weight: 700; letter-spacing: -0.04em; color: var(--violet); line-height: 1; }
.fnd-fund-0 > span { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; padding-top: 0; text-wrap: pretty; }
@media (max-width: 780px) { .fnd-fund { grid-template-columns: 1fr; } .fnd-fund-art { min-height: 280px; } }

/* donate */
.donate-box { display: flex; gap: 18px; align-items: stretch; padding: 18px; border-radius: var(--r); background: rgba(255,255,255,.55); border: 1px solid rgba(124,77,222,.14); }
.donate-qr { flex: none; background: #fff; border-radius: 12px; padding: 8px; box-shadow: inset 0 0 0 1px var(--line); display: grid; place-items: center; }
.donate-qr-svg rect { fill: var(--ink); }
.donate-main { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.donate-label { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); }
.donate-label i { color: var(--violet); font-style: normal; }
.donate-field { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px 11px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line-2); cursor: pointer; transition: border-color .18s ease; text-align: left; }
.donate-field:hover { border-color: var(--violet); }
.donate-field code { font-family: var(--mono); font-size: 13.5px; color: var(--ink); }
.donate-copy { flex: none; font-size: 12px; font-weight: 600; color: var(--violet); }
.donate-copy.is-copied { color: #16a34a; }
.donate-note { font-size: 11.5px; line-height: 1.5; color: var(--ink-3); }

/* governance cards */
.fnd-gov-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.fnd-gov-card { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 24px 22px 26px; border-radius: var(--r); background: var(--w); border: 1px solid var(--line); box-shadow: var(--sh-soft); }
.fnd-gov-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--violet-tint); color: var(--violet); margin-bottom: 12px; }
.fnd-gov-card b { font-size: 16px; letter-spacing: -0.02em; color: var(--ink); }
.fnd-gov-card span { color: var(--ink-2); font-size: 13.5px; line-height: 1.5; }
@media (max-width: 860px) { .fnd-gov-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fnd-gov-cards { grid-template-columns: 1fr; } }

.fnd-do-link--soon { color: var(--ink-3); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: default; }
/* multi-accent tints (matches homepage icon coding) */
.fnd-ethos-tenets span[data-a="gold"] svg { color: var(--c-gold); }
.fnd-ethos-tenets span[data-a="green"] svg { color: var(--c-green); }
.fnd-ethos-tenets span[data-a="peach"] svg { color: var(--c-peach); }
.fnd-do-card[data-a="blue"] .fnd-do-ic { background: var(--c-blue-bg); color: var(--c-blue); }
.fnd-do-card[data-a="peach"] .fnd-do-ic { background: var(--c-peach-bg); color: var(--c-peach); }
.fnd-do-card[data-a="green"] .fnd-do-ic { background: var(--c-green-bg); color: var(--c-green); }
.fnd-do-card[data-a] .fnd-do-ic { transition: none; }
.fnd-do-card[data-a="blue"]:hover .fnd-do-ic { background: var(--c-blue-bg); color: var(--c-blue); }
.fnd-do-card[data-a="peach"]:hover .fnd-do-ic { background: var(--c-peach-bg); color: var(--c-peach); }
.fnd-do-card[data-a="green"]:hover .fnd-do-ic { background: var(--c-green-bg); color: var(--c-green); }
.fnd-gov-card[data-a="violet"] .fnd-gov-ic { background: var(--c-violet-bg); color: var(--c-violet); }
.fnd-gov-card[data-a="blue"] .fnd-gov-ic { background: var(--c-blue-bg); color: var(--c-blue); }
.fnd-gov-card[data-a="gold"] .fnd-gov-ic { background: var(--c-gold-bg); color: var(--c-gold); }
.fnd-gov-card[data-a="green"] .fnd-gov-ic { background: var(--c-green-bg); color: var(--c-green); }

/* entity merged into the fund container */
.fnd-entity.fnd-entity--in { grid-column: 1 / -1; margin-top: 0; padding: clamp(24px, calc(2.8 * var(--vu)), 34px) clamp(30px, calc(3.4 * var(--vu)), 48px); border: none; border-top: 1px solid rgba(124,77,222,.14); border-radius: 0; background: none; box-shadow: none; }
@media (max-width: 720px) { .fnd-entity.fnd-entity--in { padding-left: clamp(20px, 5vw, 30px); padding-right: clamp(20px, 5vw, 30px); } }

/* entity / contact */
.fnd-entity { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, calc(3 * var(--vu)), 44px); margin-top: 16px;
  padding: clamp(26px, calc(3 * var(--vu)), 36px); border-radius: var(--r); background: linear-gradient(140deg, #f2ebfe 0%, #f7f1fb 44%, #fdf3ea 100%); border: 1px solid rgba(124,77,222,.12); box-shadow: var(--sh-soft); }
.fnd-entity-label { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.fnd-entity-name { display: block; font-size: 20px; letter-spacing: -0.02em; color: var(--ink); margin-top: 9px; }
.fnd-entity-col p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; margin-top: 9px; }
.fnd-entity-col p strong { color: var(--ink); font-weight: 600; }
.fnd-entity-addr { display: block; font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-top: 12px; }
.fnd-entity-col--contact { border-left: 1px solid var(--line); padding-left: clamp(24px, calc(3 * var(--vu)), 44px); display: flex; flex-direction: column; justify-content: center; }
.fnd-entity-email { font-size: 18px; font-weight: 600; margin-top: 9px; }
.fnd-entity-sub { font-size: 13.5px; color: var(--ink-3); margin-top: 8px; }
.fnd-entity-btn { margin-top: 18px; align-self: flex-start; }
@media (max-width: 720px) { .fnd-entity { grid-template-columns: 1fr; } .fnd-entity-col--contact { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 22px; } }

/* pledge / commitments */
.fnd-pledge { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, calc(4 * var(--vu)), 60px); margin-top: 16px;
  padding: clamp(30px, calc(3.4 * var(--vu)), 46px); border-radius: var(--r); background: var(--w); border: 1px solid var(--line); box-shadow: var(--sh-soft); }
.fnd-pledge-head h3 { font-size: clamp(22px, calc(2.4 * var(--vu)), 29px); letter-spacing: -0.03em; margin-top: 12px; }
.fnd-pledge-head p { color: var(--ink-2); font-size: 14.8px; line-height: 1.56; margin-top: 12px; max-width: 40ch; }
.fnd-pledge-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; align-self: center; }
.fnd-pledge-list li { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.fnd-pledge-list li:first-child { padding-top: 0; border-top: none; }
.fnd-pledge-list li:last-child { padding-bottom: 0; }
.fnd-pledge-list b { color: var(--ink); font-weight: 600; }
.fnd-pledge-ic { width: 30px; height: 30px; border-radius: 9px; flex: none; display: grid; place-items: center; background: rgba(47,158,99,.12); color: #2f9e63; margin-top: 1px; }
.fnd-pledge-ic--no { background: rgba(24,18,40,.05); color: var(--ink-3); }
@media (max-width: 760px) { .fnd-pledge { grid-template-columns: 1fr; } }

/* ---------------- ARTEMIS ---------------- */
.fnd-artemis-sec { padding-top: 0; position: relative; }
.fnd-artemis-sec::before { content: ""; position: absolute; inset: -8% 0 -4%; z-index: 0; pointer-events: none; background: radial-gradient(56% 64% at 50% 58%, rgba(124,77,222,.11), transparent 72%); }
.fnd-artemis-sec > .wrap { position: relative; z-index: 1; }
.fnd-artemis { position: relative; border-radius: var(--r-l); overflow: hidden; padding: clamp(38px, calc(4.6 * var(--vu)), 68px);
  background: radial-gradient(120% 90% at 84% 26%, #1a1230 0%, #0c0718 46%, #070410 100%); box-shadow: var(--sh-card); isolation: isolate; }
.fnd-artemis::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .2; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); background-size: 240px 240px; }
/* the Moon: a real limb sweeping in from the right, not a murky wash */
.fnd-artemis-moon { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; z-index: 0; pointer-events: none;
  -webkit-mask-image: radial-gradient(120% 100% at 80% 20%, #000 20%, transparent 72%); mask-image: radial-gradient(120% 100% at 80% 20%, #000 20%, transparent 72%); }
.fnd-artemis-moon { -webkit-mask-image: linear-gradient(95deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.62) 34%, #000 62%); mask-image: linear-gradient(95deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.62) 34%, #000 62%); }
.fnd-artemis-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(30px, calc(4 * var(--vu)), 62px); align-items: center; }
.fnd-artemis-copy .eyebrow, .fnd-artemis-copy .eyebrow .ring { color: #fff; border-color: #fff; }
.fnd-artemis-copy h2 { color: #fff; font-size: clamp(25px, calc(3 * var(--vu)), 37px); letter-spacing: -0.033em; margin-top: 16px; white-space: nowrap; }
.fnd-artemis-copy > p { color: rgba(255,255,255,.72); font-size: 15.5px; line-height: 1.62; margin-top: 16px; max-width: 46ch; }
/* mission manifest — reads like the pass itself */
.fnd-artemis-log { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.fnd-artemis-log > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.fnd-artemis-log span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: rgba(201,180,255,.72); flex: none; }
.fnd-artemis-log b { font-size: 15px; font-weight: 620; color: #fff; letter-spacing: -0.015em; text-align: right; }
.fnd-artemis-log b.num { text-shadow: 0 0 26px rgba(216,197,253,.3); }
.fnd-artemis-link { color: #c9b4ff; border-bottom-color: rgba(201,180,255,.4); margin-top: 24px; }
.fnd-artemis-link:hover { color: #fff; border-bottom-color: #fff; }
/* the pass, as a physical artifact against the Moon */
.fnd-artemis-pass { position: relative; display: flex; flex-direction: column; align-items: center; }
.fnd-pass-frame { display: block; width: 100%; cursor: pointer; text-align: center; border: 2.5px solid rgba(255,255,255,.3); border-radius: 16px; background: none; padding: 7px; transition: transform .45s cubic-bezier(.16,.8,.24,1), border-color .45s ease, box-shadow .45s ease; box-shadow: 0 34px 60px -22px rgba(0,0,0,.85), 0 4px 14px rgba(0,0,0,.4); }
.fnd-pass-frame:hover { transform: translateY(-4px); background: none; border-color: rgba(255,255,255,.48); box-shadow: 0 46px 80px -24px rgba(0,0,0,.9), 0 0 60px -18px rgba(201,180,255,.4); }
.fnd-pass-frame img { width: 100%; display: block; border-radius: 7px; box-shadow: none; }
.fnd-pass-frame:hover img { transform: none; }
.fnd-pass-plaque { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; color: rgba(201,180,255,.6); }
.fnd-pass-plaque a { display: inline-flex; align-items: center; gap: 5px; color: rgba(201,180,255,.9); border-bottom: 1px solid rgba(201,180,255,.32); }
.fnd-pass-plaque a:hover { color: #fff; border-bottom-color: #fff; }
.fnd-pass-modal { position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px; background: rgba(10,5,22,.86); backdrop-filter: blur(10px); cursor: zoom-out; animation: passModalIn .22s ease; }
.fnd-pass-modal img { max-width: min(1100px, 94vw); max-height: 80vh; width: auto; filter: drop-shadow(0 40px 80px rgba(0,0,0,.6)); }
.fnd-pass-modal-hint { font-family: var(--mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.55); }
@keyframes passModalIn { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 820px) { .fnd-artemis-in { grid-template-columns: 1fr; } .fnd-artemis-pass { max-width: 380px; } .fnd-artemis-moon { width: 88%; right: -30%; opacity: .7; } }
@media (max-width: 700px) {
  .fnd-artemis { padding: 30px 22px 34px; }
  /* moon becomes atmosphere behind the headline, not a corner smudge */
  .fnd-artemis-moon { position: absolute; inset: 0; width: 100%; height: 100%; right: auto; object-position: 62% 8%; opacity: .42;
    -webkit-mask-image: radial-gradient(120% 62% at 62% 2%, #000 12%, transparent 76%); mask-image: radial-gradient(120% 62% at 62% 2%, #000 12%, transparent 76%); }
  .fnd-artemis-in { gap: 30px; }
  .fnd-artemis-copy h2 { font-size: clamp(28px, 8.4vw, 36px); margin-top: 13px; }
  .fnd-artemis-copy > p { font-size: 14.5px; margin-top: 13px; }
  .fnd-artemis-log { margin-top: 22px; }
  .fnd-artemis-log > div { flex-direction: column; align-items: flex-start; gap: 3px; padding: 10px 0; }
  .fnd-artemis-log b { text-align: left; font-size: 14.5px; }
  .fnd-artemis-link { margin-top: 20px; }
  .fnd-artemis-pass { max-width: none; }
  .fnd-pass-frame { padding: 5px; border-width: 2px; border-radius: 12px; }
  .fnd-pass-frame img { border-radius: 6px; }
  .fnd-pass-plaque { margin-top: 13px; font-size: 9.5px; }
}

/* ── mobile-first layer ── */
@media (max-width: 560px) {
  .fnd-hero { padding-top: 88px; }
  .fnd-hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .fnd-hero-h { font-size: clamp(42px, 12.5vw, 52px); letter-spacing: -0.04em; white-space: normal; }
  .fnd-nfor { white-space: nowrap; }
  .fnd-nfor br { display: none; }
  .fnd-hero-h em { white-space: nowrap; }
  .fnd-hero-sub { max-width: 36ch; }
  .fnd-hero .hero-actions { width: 100%; flex-direction: column; margin-top: 26px; }
  .fnd-hero .hero-actions .btn { width: 100%; justify-content: center; }
  .fnd-hero-meta { justify-content: center; margin-top: 24px; gap: 10px 18px; }
  .fnd-hero-meta .fnd-hero-div { display: none; }
  .fnd-hero-meta span { font-size: 12.5px; }
  .fnd-hero-h { line-height: 1.06; }
  .fnd-hero-sub { font-size: 16px; margin-top: 20px; max-width: 36ch; }
  .fnd-ethos-stmt { font-size: clamp(24px, 7.4vw, 30px); }
  .fnd-ethos-tenets { gap: 10px; }
  .fnd-princ-grid, .fnd-gov-cards { gap: 12px; }
  .fnd-sdg-icons { flex-wrap: wrap; }
  .fnd-do-card { padding: 26px 22px 28px; }
  /* rails breathing: princ/gov/do cards sized for swipe */
  .fnd-princ-grid { grid-auto-columns: min(84%, 320px) !important; }
  .fnd-gov-cards { grid-auto-columns: min(64%, 240px) !important; }
  .fnd-hero-glass { display: none; }

  .fnd-fund-0 { flex-wrap: nowrap; }
  .fnd-sign { padding: 20px; }
  .fnd-entity-btn { align-self: stretch; text-align: center; justify-content: center; }
  .fnd-artemis-pass { max-width: 100%; }
  /* SDG: stack, wheel beside heading only */
  .fnd-sdg { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 20px; }
  .fnd-sdg-copy { flex-direction: row; align-items: flex-start; gap: 16px; }
  .fnd-sdg-wheel { width: 52px; height: 52px; }
  .fnd-sdg-icons img { width: 42px; height: 42px; }
  /* funding card: art on top, tighter */
  .fnd-fund-art { min-height: 200px; }
  .fnd-fund-0 { padding: 16px; gap: 14px; }
  .fnd-fund-0 b { width: 62px; height: 62px; font-size: 23px; border-radius: 14px; }
  /* mission chips wrap centered */
  .fnd-mission-lede { font-size: 16px; }
  /* inclusion photo: taller crop, tighter scrim */
  .fnd-incl-photo { aspect-ratio: 3 / 4; }
  .fnd-incl-scrim { padding: 40px 18px 18px; gap: 8px; }
  .fnd-incl-scrim p { font-size: 17px; }
  /* programs: tighter cards */
  .fnd-prog-body { padding: 20px 18px 24px; }
  .fnd-prog-body h3 { font-size: 20px; }
  .fnd-prog-art { min-height: 150px; }
  .fnd-sign--dark { padding: 22px 20px; }
  /* donate: stack, full-width copy field */
  .donate-box { flex-direction: column; align-items: stretch; }
  .donate-qr { width: fit-content; }
  .donate-field { width: 100%; justify-content: space-between; }
  /* artemis: facts 3-up compact, pass centered */
  .fnd-artemis-facts { gap: 14px; }
  .fnd-artemis-facts b { font-size: 19px; }
  .fnd-artemis-pass { max-width: 300px; margin: 0 auto; }
  .fnd-artemis-copy h2 { font-size: 27px; }
  /* ethos tenets: centered chips */
  .fnd-ethos-tenets { justify-content: center; }
}

/* composited-clip fix — clip the MEDIA CHILD, never the shadowed wrapper
   (clip-path on a card would also clip its own box-shadow away) */
.fnd-incl-photo > image-slot, .fnd-sign--photo > image-slot, .fnd-do-banner > image-slot,
.fnd-chact-media > image-slot, .fnd-lead-photo > image-slot, .fnd-media > image-slot,
.fnd-photo > image-slot, .fnd-quote-photo > image-slot { clip-path: inset(0 round var(--r-l)); border-radius: var(--r-l); }
.fnd-artemis-moon, .fnd-artemis::after { border-radius: var(--r-l); }

.fnd-argue-foot-items .afi-short { display: none; }
.fnd-argue-foot-items .afi-full { display: inline; }
@media (max-width: 700px) {
  .fnd-argue-foot-items .afi-full { display: none; }
  .fnd-argue-foot-items .afi-short { display: inline; }
  .fnd-argue-foot-items { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 6px; }
  .fnd-argue-foot-items span { font-size: 11px; padding: 0; gap: 0; }
  .fnd-argue-foot-items > span { flex: none; white-space: nowrap; }
  .fnd-argue-foot-items > span svg { display: none; }
}

/* mission tenets: one line on phones */
@media (max-width: 700px) {
  .fnd-ethos-tenets { display: flex; flex-wrap: nowrap; justify-content: center; gap: 10px; margin-top: 26px; }
  .fnd-ethos-tenets span { flex: none; gap: 5px; font-size: 11px; font-weight: 600; white-space: nowrap; }
  .fnd-ethos-tenets span svg { width: 12px; height: 12px; flex: none; }
  .fnd-ethos-tenets span + span::before { display: none; }
}

/* funding lede: the "zero" fact reads as the card's opening sentence */
.fnd-fund-lede { color: var(--ink-2); font-size: clamp(15.5px, calc(1.4 * var(--vu)), 17.5px); line-height: 1.6; text-wrap: pretty; }
.fnd-fund-lede b { color: var(--ink); font-weight: 680; }

/* mission: give the statement → lede step a real interval and a tighter measure */
.fnd-ethos-stmt { max-width: 22ch; }
.fnd-ethos-sub { font-size: clamp(16.5px, calc(1.55 * var(--vu)), 21px); line-height: 1.62; margin-top: 32px; max-width: 54ch; color: var(--ink-2); }
@media (min-width: 701px) { .fnd-ethos-stmt { max-width: 24ch; } }

/* mission statement: even, balanced lines rather than a ragged block */
.fnd-ethos-stmt { max-width: 30ch; text-align: center; text-wrap: balance; hyphens: none; }
@media (min-width: 701px) { .fnd-ethos-stmt { max-width: 32ch; } }
html.m-mobile .fnd-ethos-stmt { text-align: left; text-wrap: balance; max-width: 24ch; }

/* mission statement: spans flow inline on desktop, become authored lines on phones */
.fes-l { display: inline; }
.fes-l + .fes-l::before { content: " "; }

/* composited-clip fix: the hover lift promotes the card, so overflow:hidden stops
   clipping the gradient bar at the rounded corners — clip-path does. */

.fnd-do-card::before { border-radius: var(--r) var(--r) 0 0; }


/* scrims/captions sit at a container's bottom edge — round their own corners so a
   promoted layer can never square them off */
.fnd-incl-scrim, .fnd-sign--photo .fnd-sign-tex { border-radius: 0 0 var(--r-l) var(--r-l); }
.fnd-do-banner .fnd-w2cap { border-radius: 999px; }

/* foundation hero mark: gentler tilt than the homepage bill stack */
.fnd-hero2 .hero-stack.fnd-glass2 { animation: fndGlassFloat 8s ease-in-out infinite; }
@keyframes fndGlassFloat { 0%,100% { transform: translateY(0) rotate(-.3deg); } 50% { transform: translateY(-12px) rotate(.3deg); } }
@media (prefers-reduced-motion: reduce) { .fnd-hero2 .hero-stack.fnd-glass2 { animation: none; } }

/* dark sign banner as top-of-page anchor */
.fnd-signband { padding-top: clamp(26px, calc(3 * var(--vu)), 44px); }

/* mission monument band: original ethos type, centered, on the dark photo */
.fnd-sign--mission { min-height: clamp(360px, calc(40 * var(--vu)), 480px); padding: clamp(56px, calc(7 * var(--vu)), 96px) clamp(28px, calc(4 * var(--vu)), 56px); justify-content: center; }
.fnd-msn { position: relative; z-index: 1; max-width: 940px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fnd-sign--mission .fnd-msn p.fnd-msn-stmt { margin-top: 24px; color: #fff; font-size: clamp(30px, calc(4.3 * var(--vu)), 56px); line-height: 1.12; letter-spacing: -0.038em; font-weight: 640; max-width: none; }
.fnd-sign--mission .fnd-msn p.fnd-msn-sub { margin-top: 26px; color: rgba(255,255,255,.82); font-size: clamp(16px, calc(1.5 * var(--vu)), 20px); line-height: 1.55; max-width: 62ch; font-weight: 420; }
.fnd-msn-tenets { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 18px; margin-top: 34px; }
.fnd-msn-tenets span { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 580; letter-spacing: -0.01em; color: rgba(255,255,255,.92); }
.fnd-msn-tenets span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.35); margin-right: 18px; }
.fnd-sign--mission .fnd-sign-scrim { background: linear-gradient(180deg, rgba(26,13,58,.88) 0%, rgba(30,15,66,.72) 55%, rgba(34,18,72,.55) 100%); }

/* gradient text on dark surfaces uses the exact brand pastel pair */
.fnd-sign--mission .grad-word { background: none; -webkit-text-fill-color: currentColor; color: #fff; }

@media (max-width: 640px) { .fnd-artemis-copy h2 { white-space: normal; } }

.fnd-artemis-pass .fnd-artemis-log { margin-top: 20px; width: 100%; }
