:root {
  --navy: #123b50;
  --navy-deep: #0d3042;
  --ink: #153548;
  --muted: #526975;
  --coral: #f25b43;
  --coral-dark: #dc4934;
  --coral-action: #c63f2d;
  --coral-action-hover: #b83f2e;
  --green: #708e63;
  --green-accessible: #58774d;
  --blue: #4385ad;
  --blue-accessible: #326f95;
  --gold: #efa51b;
  --gold-accessible: #9b6200;
  --sage: #eef2e8;
  --cream: #fbf7f0;
  --line: #dfe6e7;
  --white: #fff;
  --shadow: 0 12px 34px rgba(21, 53, 72, .08);
  --radius: 17px;
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--blue-accessible); outline-offset: 3px; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(223, 230, 231, .75);
  backdrop-filter: blur(14px);
}

.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo { display: inline-flex; align-items: center; flex-shrink: 0; line-height: 0; }
.site-logo img { display: block; width: auto; height: 48px; max-width: 220px; max-height: 48px; object-fit: contain; }

.site-header .desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 28px); font-size: .91rem; color: #243a47; }
.desktop-nav a { position: relative; padding: 27px 0 24px; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--coral-action); }
.desktop-nav a.active::after { content: ""; position: absolute; height: 2px; left: 25%; right: 25%; bottom: 18px; background: var(--coral); }
.desktop-nav .nav-donate { margin-left: 8px; padding: 11px 22px; border-radius: 999px; color: #fff; background: var(--coral-action); font-weight: 750; }
.desktop-nav .nav-donate:hover, .desktop-nav .nav-donate:focus-visible { color: #fff; background: var(--coral-action-hover); }
.desktop-nav .nav-donate.active::after { display: none; }

.button, button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: .78rem 1.2rem;
  color: #fff;
  background: var(--navy);
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(21, 53, 72, .15); }
.header-cta { min-height: 42px; padding-inline: 18px; background: var(--coral-action); font-size: .84rem; }
.header-cta:hover, .header-cta:focus-visible { background: var(--coral-action-hover); }
.button-coral { background: var(--coral-action); }
.button-coral:hover, .button-coral:focus-visible { background: var(--coral-action-hover); }
.button-outline { color: var(--navy); background: rgba(255,255,255,.77); border-color: var(--navy); }
.button-gold-outline { color: var(--gold-accessible); background: #fff; border-color: var(--gold-accessible); }
.button-outline-light { color: #fff; background: transparent; border-color: #fff; }
.site-header .mobile-menu-toggle,
.site-header .mobile-nav { display: none; }
.mobile-menu-toggle { width: 42px; height: 42px; min-height: 42px; padding: 0; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: #fff; box-shadow: none; }
.mobile-menu-toggle:hover { transform: none; box-shadow: none; background: var(--cream); }
.mobile-menu-toggle span { width: 20px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav[hidden] { display: none !important; }

/* Participation framework homepage */
.participation-hero { position: relative; overflow: hidden; background: linear-gradient(112deg, #fff 0%, #fff 58%, #fff7ef 100%); }
.participation-hero-layout { min-height: 650px; display: grid; grid-template-columns: minmax(0, 58%) minmax(360px, 42%); align-items: stretch; }
.participation-hero-copy { position: relative; z-index: 2; align-self: center; max-width: 720px; padding: 96px 28px 108px 0; }
.participation-hero h1 { max-width: 680px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.55rem, 6.4vw, 5.8rem); font-weight: 500; letter-spacing: -.045em; }
.heading-accent { width: 42px; height: 5px; display: block; margin: 0 0 25px; border-radius: 999px; background: var(--coral); }
.hero-statement { max-width: 650px; margin-bottom: 10px; color: var(--navy); font-size: 1.18rem; font-weight: 700; }
.participation-hero .hero-intro { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.participation-hero .hero-intro + .hero-intro { margin-top: 12px; }
.participation-hero .three-actions .button { min-width: 0; white-space: nowrap; }
.three-actions { flex-wrap: nowrap; gap: 10px; }
.three-actions .button { padding-inline: 1rem; font-size: .82rem; }
.participation-visual { position: relative; min-height: 650px; isolation: isolate; }
.participation-visual::before { display: none; }
.hero-fingerprint-mark { position: absolute; z-index: 1; width: min(520px, 92%); right: clamp(-46px, -4vw, 8px); top: 50%; opacity: .18; transform: translateY(-50%) rotate(8deg); pointer-events: none; filter: saturate(.9); }
.pathway-section, .ways-section, .participation-matters, .founder-note-section { padding: 84px 0; }
.spacious-heading { margin-bottom: 38px !important; }
.spacious-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 3.25rem); font-weight: 500; }
.spacious-heading p:last-child { color: var(--muted); }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pathway-step { position: relative; overflow: hidden; min-height: 382px; padding: 34px 28px 32px; border: 1px solid rgba(18,59,80,.09); border-top: 4px solid currentColor; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 16px 42px rgba(21,53,72,.075); }
.pathway-step::after { content: ""; width: 40px; height: 3px; position: absolute; left: 28px; bottom: 26px; border-radius: 999px; background: currentColor; }
.pathway-step h3 { margin-bottom: 14px; color: currentColor; font-family: Georgia, "Times New Roman", serif; font-size: 1.78rem; font-weight: 500; }
.pathway-step p { color: var(--muted); font-size: .94rem; line-height: 1.68; }
.pathway-step ul { display: grid; gap: 5px; margin: 18px 0 30px; padding: 0; color: #3e5967; font-size: .8rem; list-style: none; }
.pathway-step li::before { content: "•"; margin-right: 7px; color: currentColor; }
.pathway-icon-wrap { position: relative; width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; }
.pathway-icon-wrap .pathway-number-badge { align-self: center; justify-self: center; }
.pathway-step.stabilize { color: var(--coral-action); }
.pathway-step.strengthen { color: var(--blue-accessible); }
.pathway-step.participate { color: var(--green-accessible); }
.pathway-step.build { color: var(--gold-accessible); }
.ways-section { background: linear-gradient(180deg, #fcfbf8 0%, #fff 100%); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.help-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px 28px; border: 1px solid rgba(18,59,80,.08); border-radius: 22px; background: #fff; box-shadow: 0 16px 38px rgba(21,53,72,.06); }
.help-icon { width: 64px; height: 64px; display: grid; place-content: center; margin-bottom: 24px; border-radius: 50%; font-size: 1.9rem; }
.help-card h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.help-card p { margin-bottom: 24px; color: var(--muted); font-size: .9rem; }
.help-card .program-status { margin: -8px 0 20px; color: currentColor; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.help-card .text-link { margin-top: auto; }
.help-card .button { width: fit-content; margin-top: auto; font-size: .84rem; border-radius: 999px; }
.coral-help .help-icon { color: var(--coral); background: #fff0ec; }
.blue-help .help-icon { color: var(--blue); background: #edf5f7; }
.green-help .help-icon { color: var(--green); background: var(--sage); }
.gold-help .help-icon { color: #b67600; background: #fff6df; }
.participation-matters-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.participation-matters .feature-heading { margin-bottom: 0; }
.participation-matters .feature-heading .button { margin-top: 28px; }
.impact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.impact-grid article { min-height: 150px; padding: 24px; border: 1px solid rgba(18,59,80,.08); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.045); }
.impact-grid article > span { width: 48px; height: 48px; display: inline-grid; place-content: center; color: var(--coral-action); line-height: 1; }
.impact-grid article:nth-child(2n) > span { color: var(--blue-accessible); }
.impact-grid article:nth-child(3n) > span { color: var(--green-accessible); }
.impact-grid article > span .icon-svg,
.impact-grid article > span svg { width: 28px; height: 28px; max-width: 28px; max-height: 28px; display: block; fill: none !important; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.impact-grid article > span .icon-svg path,
.impact-grid article > span .icon-svg circle,
.impact-grid article > span path,
.impact-grid article > span circle { fill: none !important; stroke: currentColor !important; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.impact-grid h3 { margin: 8px 0 6px; font-size: 1.05rem; }
.impact-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.impact-grid + p { margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; }
.founder-note-section { padding-top: 34px; }
.founder-note { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 30px; align-items: center; padding: 44px 52px; border: 1px solid rgba(18,59,80,.06); border-radius: 26px; background: linear-gradient(105deg, #fff8f2, #fff 58%, #f5f7f1); box-shadow: 0 16px 42px rgba(21,53,72,.055); }
.founder-note h2 { max-width: 760px; margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.28; }
.founder-note p:not(.eyebrow) { color: var(--muted); }
.belief-fingerprint-mark { width: 164px; max-width: 100%; opacity: .2; transform: rotate(8deg); justify-self: end; }
.mission-cta-section { padding: 0 0 42px; }
.mission-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 80px minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 42px 48px; border-radius: 24px; color: #fff; background: linear-gradient(105deg, #f25b43, #cf452f); box-shadow: 0 18px 44px rgba(198,63,45,.18); }
.mission-cta::after { content: ""; position: absolute; width: 330px; height: 430px; right: -70px; top: 50%; background: url("../images/logo/fingerprint-grey.svg") center / contain no-repeat; opacity: .16; transform: translateY(-50%) rotate(8deg); pointer-events: none; }
.mission-cta-icon { width: 70px; height: 70px; display: grid; place-content: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 2.2rem; }
.mission-cta h2 { margin-bottom: 7px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 500; }
.mission-cta p { margin: 0; color: #fff; }
.mission-cta .cta-actions { position: relative; z-index: 1; }

/* Participation framework interior pages */
.program-pathway { display: grid; gap: 22px; }
.program-stage { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 26px; padding: 32px; border: 1px solid var(--line); border-left: 5px solid currentColor; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.pathway-number-badge { width: 40px; height: 40px; display: grid; place-items: center; align-self: start; justify-self: center; border-radius: 999px; color: #fff; font-size: 1rem; font-weight: 850; line-height: 1; }
.pathway-number-badge + div { color: var(--ink); }
.program-stage h3 { margin-bottom: 8px; color: currentColor; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.program-stage h4 { margin: 20px 0 8px; color: var(--navy); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.program-stage p { max-width: 800px; margin-bottom: 0; color: var(--muted); }
.program-stage ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 28px; margin: 0; padding: 0; color: #365260; list-style: none; }
.program-stage li::before { content: "•"; margin-right: 8px; color: currentColor; }
.program-stage .section-actions { margin-top: 22px; }
.program-stage.stabilize { color: var(--coral-action); }
.program-stage.strengthen { color: var(--blue-accessible); }
.program-stage.participate { color: var(--green-accessible); }
.program-stage.build { color: var(--gold-accessible); }
.pathway-step.stabilize .pathway-number-badge, .program-stage.stabilize .pathway-number-badge { background: var(--coral-action); }
.pathway-step.strengthen .pathway-number-badge, .program-stage.strengthen .pathway-number-badge { background: var(--blue-accessible); }
.pathway-step.participate .pathway-number-badge, .program-stage.participate .pathway-number-badge { background: var(--green-accessible); }
.pathway-step.build .pathway-number-badge, .program-stage.build .pathway-number-badge { background: var(--gold-accessible); }
.current-programs-section { background: #fcfbf8; }
.current-programs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.current-program-card { min-height: 265px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 5px solid currentColor; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.current-program-card.stabilize { color: var(--coral-action); }
.current-program-card.strengthen { color: var(--blue-accessible); }
.current-program-card.participate { color: var(--green-accessible); }
.current-program-card.build { color: var(--gold-accessible); }
.current-program-card .resource-status { color: currentColor; background: #f5f7f5; }
.current-program-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.45rem; }
.current-program-card p { margin-bottom: 24px; color: var(--muted); }
.current-program-card .text-link { margin-top: auto; }
.framework-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.framework-summary article { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.framework-summary span { width: 36px; height: 36px; display: grid; place-content: center; margin-bottom: 16px; border-radius: 50%; color: #fff; background: var(--coral-action); font-weight: 800; }
.framework-summary article:nth-child(2) span { background: var(--blue-accessible); }
.framework-summary article:nth-child(3) span { background: var(--green-accessible); }
.framework-summary article:nth-child(4) span { background: var(--gold-accessible); }
.framework-summary h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.framework-summary p { margin: 0; color: var(--muted); font-size: .87rem; }
.partner-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.partner-category-grid article { min-height: 250px; padding: 25px 21px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.05); }
.partner-category-grid span { width: 54px; height: 54px; display: grid; place-content: center; margin-bottom: 20px; border-radius: 50%; color: var(--navy); background: var(--sage); font-size: 1.7rem; }
.partner-category-grid article:nth-child(2) span { color: var(--green); }
.partner-category-grid article:nth-child(3) span { color: var(--coral); background: #fff0ec; }
.partner-category-grid article:nth-child(4) span { color: var(--blue); background: #edf5f7; }
.partner-category-grid article:nth-child(5) span { color: #a66a00; background: #fff6df; }
.partner-category-grid h3 { font-size: 1.2rem; }
.partner-category-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.partnership-pathways-section { background: #fcfbf8; }
.partnership-pathways-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.partnership-pathway-card { min-height: 265px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 5px solid currentColor; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.partnership-pathway-card.stabilize { color: var(--coral-action); }
.partnership-pathway-card.strengthen { color: var(--blue-accessible); }
.partnership-pathway-card.participate { color: var(--green-accessible); }
.partnership-pathway-card.build { color: var(--gold-accessible); }
.partnership-pathway-card .resource-status { color: currentColor; background: #f5f7f5; }
.partnership-pathway-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.45rem; }
.partnership-pathway-card p { margin-bottom: 24px; color: var(--muted); }
.partnership-pathway-card .text-link { margin-top: auto; }
.featured-resources { padding-bottom: 46px; background: #fcfbf8; }
.featured-resources + .feature-section { padding-top: 50px; }
.featured-resource-large { width: 100%; min-height: 0; margin-bottom: 22px; padding: 34px 36px; }
.featured-resource-large h3 { max-width: 720px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.featured-resource-large p { max-width: 760px; font-size: 1.02rem; }
.featured-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.featured-resource-card { min-height: 285px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 5px solid currentColor; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.featured-resource-card.stabilize { color: var(--coral-action); }
.featured-resource-card.strengthen { color: var(--blue-accessible); }
.featured-resource-card.participate { color: var(--green-accessible); }
.featured-resource-card.build { color: var(--gold-accessible); }
.featured-resource-card .resource-status { color: currentColor; background: #f5f7f5; }
.featured-resource-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.28rem; }
.featured-resource-card p { margin-bottom: 24px; color: var(--muted); font-size: .93rem; }
.featured-resource-card .button { width: fit-content; margin-top: auto; color: #fff; background: var(--navy); font-size: .84rem; }
.featured-resource-card.stabilize .button { background: var(--coral-action); }
.featured-resource-card.stabilize .button:hover,
.featured-resource-card.stabilize .button:focus-visible { background: var(--coral-action-hover); }
.featured-resource-card.strengthen .button { background: var(--blue-accessible); }
.featured-resource-card.participate .button { background: var(--green-accessible); }
.featured-resource-card.build .button { background: var(--gold-accessible); }
.featured-resource-note { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: .95rem; }
.workshop-offerings-section { background: #fcfbf8; }
.feature-grid.workshop-offerings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.workshop-offering-card { min-height: 380px; display: flex; flex-direction: column; padding: 31px 32px; border: 1px solid var(--line); border-top: 5px solid currentColor; border-radius: 16px; color: var(--blue-accessible); background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.workshop-offering-card:nth-child(2) { color: var(--green-accessible); }
.workshop-offering-card:nth-child(3) { color: var(--coral-action); }
.workshop-offering-card:nth-child(4) { color: var(--gold-accessible); }
.workshop-offering-card:nth-child(5) { grid-column: 1 / -1; color: var(--navy); }
.workshop-offering-card .resource-status { color: var(--blue-accessible); background: #edf5f7; }
.workshop-offering-card:nth-child(2) .resource-status { color: var(--green-accessible); background: var(--sage); }
.workshop-offering-card:nth-child(3) .resource-status { color: var(--coral-action); background: #fff0ec; }
.workshop-offering-card:nth-child(4) .resource-status { color: var(--gold-accessible); background: #fff6df; }
.workshop-offering-card:nth-child(5) .resource-status { color: var(--navy); background: #f5f7f5; }
.workshop-offering-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.35rem; }
.workshop-offering-card p { margin-bottom: 20px; color: var(--muted); font-size: .94rem; }
.workshop-offering-card h4 { margin: 0 0 9px; color: var(--navy); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.workshop-offering-card ul { display: grid; gap: 7px; margin: 0 0 24px; padding: 0; color: #365260; font-size: .88rem; list-style: none; }
.workshop-offering-card li::before { content: "•"; margin-right: 8px; color: currentColor; }
.workshop-offering-card .text-link { margin-top: auto; }
.resource-pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.resource-pathway-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-top: 5px solid currentColor; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21,53,72,.055); }
.resource-pathway-card.stabilize { color: var(--coral-action); }
.resource-pathway-card.strengthen { color: var(--blue-accessible); }
.resource-pathway-card.participate { color: var(--green-accessible); }
.resource-pathway-card.build { color: var(--gold-accessible); }
.resource-pathway-card .resource-status { color: currentColor; background: #f5f7f5; }
.resource-pathway-card h2 { color: var(--navy); font-size: 1.65rem; }
.resource-pathway-card p { color: var(--muted); }
.resource-pathway-card ul { display: grid; gap: 7px; margin: 4px 0 24px; padding: 0; color: #365260; list-style: none; }
.resource-pathway-card li::before { content: "•"; margin-right: 8px; color: currentColor; }
.resource-pathway-card .text-link { margin-top: auto; }
.footer-identity p + p { margin-top: -10px; color: rgba(255,255,255,.64); }

.home-hero { overflow: hidden; background: linear-gradient(90deg, #fffaf5 0%, #fff 52%, #f4f1e9 100%); }
.hero-layout { min-height: 492px; display: grid; grid-template-columns: 53% 47%; }
.hero-copy { align-self: center; position: relative; z-index: 2; padding: 60px 26px 62px 6px; }
.eyebrow { margin-bottom: 10px; color: var(--coral-action); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-copy h1 { margin-bottom: 20px; font-size: clamp(3rem, 5.1vw, 4.65rem); }
.hero-intro { max-width: 620px; margin-bottom: 24px; color: #263f4e; font-size: 1.09rem; }
.disclaimer-note { max-width: 625px; display: flex; align-items: flex-start; gap: 13px; margin-bottom: 0; font-size: .86rem; color: #314b59; }
.disclaimer-note span { display: grid; place-content: center; flex: 0 0 30px; width: 30px; height: 34px; color: var(--coral); font-size: 1.8rem; line-height: 1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-actions .button { min-width: 190px; }

.what-we-do { padding: 26px 0 36px; }
.section-heading.centered { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.section-heading h2 { margin-bottom: 5px; font-size: 1.68rem; }
.section-heading p { margin-bottom: 0; color: var(--navy); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar { display: grid; grid-template-columns: 84px 1fr; gap: 18px; align-items: center; padding: 6px 30px; border-right: 1px solid #cfd8da; }
.pillar:last-child { border-right: 0; }
.pillar-icon { width: 76px; height: 76px; display: grid; place-content: center; border-radius: 50%; background: var(--sage); font-size: 2.7rem; font-weight: 600; }
.pillar-icon.blue { color: var(--blue); background: #edf5f7; }
.pillar-icon.green, .pillar-icon.sage { color: var(--green); }
.pillar h3 { margin-bottom: 8px; font-size: 1.08rem; }
.pillar p { margin-bottom: 0; color: #263f4e; font-size: .86rem; }

.pathways { padding: 10px 0 14px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.path-card { overflow: hidden; display: flex; flex-direction: column; border-radius: var(--radius); background: #f4f7f1; box-shadow: 0 6px 22px rgba(21,53,72,.06); }
.card-image { position: relative; height: 156px; overflow: hidden; background-color: #dbe2de; }
.support-image { background: linear-gradient(135deg, #8fa47e, #e7c5ae 50%, #718c80); }
.support-image::after { content: "♡"; position: absolute; inset: 0; display: grid; place-content: center; color: rgba(255,255,255,.78); font-size: 5rem; }
.app-image { background: linear-gradient(135deg, #123747, #2e6173); }
.app-image::after { content: "Support Space"; position: absolute; inset: 22px 70px; display: grid; place-content: center; color: #fff; border: 3px solid #cfe5ed; border-radius: 20px; background: #153f52; font-size: .74rem; }
.partner-image { background: radial-gradient(circle at 50% 42%, #e4ba8c 0 12%, transparent 13%), radial-gradient(circle at 25% 48%, #8e655e 0 10%, transparent 11%), radial-gradient(circle at 75% 48%, #c68768 0 10%, transparent 11%), linear-gradient(#d7e1dc, #aebcaa); }
.partner-image::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: -48px; height: 110px; border-radius: 50%; background: rgba(37, 71, 73, .65); }
.transparency-image { background: linear-gradient(#9fc37b, #2e5c37 58%, #5d412a 59%); }
.transparency-image::after { content: "♧"; position: absolute; inset: 0; display: grid; place-content: center; color: #daef95; font-size: 6rem; transform: rotate(-12deg); }
.path-card-body { position: relative; flex: 1; display: flex; flex-direction: column; padding: 28px 22px 22px; }
.round-icon { position: absolute; top: -25px; left: calc(50% - 25px); width: 50px; height: 50px; display: grid; place-content: center; border: 2px solid currentColor; border-radius: 50%; color: var(--green); background: #fff; font-size: 1.5rem; }
.path-card h2 { margin-bottom: 10px; font-size: 1.37rem; }
.path-card p { margin-bottom: 20px; color: #244151; font-size: .88rem; }
.path-card .card-button { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 10px 13px; border-radius: 8px; color: #fff; background: var(--green-accessible); font-size: .8rem; font-weight: 750; }
.blue-card { background: #edf4f7; }
.blue-card .round-icon { color: var(--blue); }
.blue-card .card-button { background: var(--blue-accessible); }
.gold-card { background: #fff7ea; }
.gold-card .round-icon { color: var(--gold); }
.gold-card .card-button { background: var(--gold-accessible); }
.coral-card { background: #fff2ed; }
.coral-card .round-icon { color: var(--coral); }
.coral-card .card-button { background: var(--coral-action); }

.testimonial { padding: 0 0 16px; }
.testimonial-inner { position: relative; min-height: 108px; overflow: hidden; display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 30px; padding: 16px 48px; border-radius: 15px; background: linear-gradient(100deg, #f1f4f4, #fff 50%, #f2f4f3); }
.testimonial-inner::after { content: ""; position: absolute; right: -55px; bottom: -78px; width: 180px; height: 180px; border: 16px solid rgba(112, 142, 99, .1); border-left-color: rgba(67, 133, 173, .1); border-radius: 50%; }
.quote-mark { color: #55a2aa; font-family: Georgia, serif; font-size: 6rem; line-height: .65; }
blockquote { position: relative; z-index: 1; margin: 0; max-width: 760px; color: var(--navy); font-size: 1.22rem; font-weight: 650; line-height: 1.42; }

.resources-section { padding: 4px 0 18px; }
.resource-topline { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.resource-topline .eyebrow { margin-bottom: 3px; }
.resource-topline h2, .trusted-section h2 { margin-bottom: 0; font-size: 1.18rem; }
.resource-topline h2 a:hover, .resource-topline h2 a:focus-visible { color: var(--coral-action); text-decoration: underline; text-underline-offset: 3px; }
.text-link { color: var(--navy); font-size: .84rem; font-weight: 800; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.resource-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; min-width: 0; padding: 10px 0; }
.resource-icon { width: 50px; height: 50px; display: grid; place-content: center; color: var(--green); font-size: 2.5rem; line-height: 1; }
.resource-icon.coral { color: var(--coral); }
.resource-icon.gold { color: var(--gold); }
.resource-icon.blue { color: var(--blue); }
.resource-item strong, .resource-item small { display: block; }
.resource-item strong { color: var(--navy); font-size: .84rem; }
.resource-item small { margin-top: 3px; color: #425c6a; font-size: .72rem; line-height: 1.45; }

.trusted-section { padding: 0 0 18px; }
.trusted-section h2 { position: relative; display: flex; align-items: center; gap: 18px; margin-bottom: 10px; text-align: center; }
.trusted-section h2::before, .trusted-section h2::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.trusted-layout { display: grid; grid-template-columns: 1fr 220px; gap: 12px; }
.organization-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.organization-grid div { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid var(--line); }
.organization-grid div:last-child { border-right: 0; }
.organization-grid span { color: var(--navy); font-size: 2.1rem; line-height: 1; }
.organization-grid strong { font-size: .73rem; text-align: center; }
.partner-callout { display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-radius: 13px; background: var(--cream); font-size: .75rem; }
.partner-callout strong { margin-top: 8px; color: var(--navy); }

.stay-connected { color: #fff; }
.connected-inner { min-height: 84px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; padding: 14px 52px; border-radius: 14px 14px 0 0; background: linear-gradient(105deg, #174d64, #0d3b51); }
.connected-copy { display: flex; align-items: center; gap: 20px; }
.mail-icon { width: 50px; height: 50px; display: grid; place-content: center; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.35rem; }
.connected-copy h2 { margin-bottom: 2px; color: #fff; font-size: 1.18rem; }
.connected-copy p { margin-bottom: 0; font-size: .76rem; }
.subscribe-pending { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 45px; overflow: hidden; border-radius: 8px; background: #fff; }
.subscribe-pending p { margin: 0; padding: 0 18px; color: var(--muted); font-size: .82rem; }
.subscribe-contact { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; color: #fff; background: var(--coral-action); font-size: .82rem; font-weight: 750; }
.subscribe-contact:hover, .subscribe-contact:focus-visible { background: var(--coral-action-hover); }

.site-footer { color: rgba(255,255,255,.86); background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 40px; padding: 34px 0 26px; }
.footer-logo img { display: block; width: auto; height: 44px; max-width: 220px; max-height: 44px; object-fit: contain; }
.footer-identity p { max-width: 230px; margin: 10px 0 16px; font-size: .7rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-column h2 { margin-bottom: 6px; color: #fff; font-size: .77rem; letter-spacing: 0; }
.footer-column a, .footer-column p { margin-bottom: 0; font-size: .69rem; }
.footer-column a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0 19px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 640px) {
  .site-logo img { height: 40px; max-width: 180px; max-height: 40px; }
}

/* Shared interior-page styles */
.page-hero { padding: 72px 0 42px; background: var(--cream); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.content-page { max-width: 830px; padding: 56px 0 84px; }
.content-page p, .content-page li { color: var(--muted); font-size: 1.05rem; }
.section { padding: 64px 0; }
.section.soft { background: var(--cream); }
.section-header { max-width: 760px; margin-bottom: 32px; }
.lead { max-width: 680px; color: var(--muted); font-size: 1.18rem; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.grid-2, .grid-3 { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.pill { display: inline-flex; margin-bottom: 18px; padding: .35rem .7rem; border-radius: 999px; color: var(--muted); background: var(--cream); font-size: .84rem; font-weight: 700; }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button.secondary { color: var(--ink); background: var(--cream); border-color: var(--line); }

/* Feature interior pages */
.feature-page { background: #fff; }
.feature-hero { position: relative; overflow: hidden; padding: 74px 0 68px; background: linear-gradient(105deg, #fffaf5, #fff 55%, #eef4f1); }
.feature-hero::after { display: none; }
.feature-hero.page-hero-fingerprint::after { content: ""; position: absolute; display: block; right: clamp(-72px, -3vw, 22px); top: 50%; width: min(430px, 36vw); height: min(625px, 52vw); border: 0; border-radius: 0; background: url("../images/logo/imbright-mark.svg") center / contain no-repeat; opacity: .11; transform: translateY(-50%) rotate(8deg); pointer-events: none; }
.feature-hero.support-space-hero.page-hero-fingerprint::after { width: min(340px, 28vw); height: min(494px, 41vw); right: clamp(18px, 8vw, 140px); opacity: .08; }
.feature-hero .container { position: relative; z-index: 1; }
.feature-hero-copy { max-width: 790px; }
.feature-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5rem); }
.feature-hero .lead { margin-bottom: 0; color: #314b59; }
.feature-hero .hero-actions { margin-top: 28px; }
.feature-section { padding: 66px 0; }
.feature-section.soft { background: var(--cream); }
.feature-heading { max-width: 760px; margin-bottom: 30px; }
.feature-heading h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3rem); }
.feature-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid.two { grid-template-columns: repeat(2, 1fr); }
.feature-card { min-height: 100%; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(21, 53, 72, .06); }
.feature-card-icon { width: 52px; height: 52px; display: grid; place-content: center; margin-bottom: 20px; border-radius: 50%; color: var(--navy); background: var(--sage); font-size: 1.6rem; }
.feature-card:nth-child(2n) .feature-card-icon { color: var(--blue); background: #edf5f7; }
.feature-card:nth-child(3n) .feature-card-icon { color: var(--coral); background: #fff0ec; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.3rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #314b59; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .75rem; font-weight: 800; }
.boundary-card { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; padding: 30px; border: 1px solid #efc9bf; border-radius: var(--radius); background: #fff7f4; }
.boundary-icon { width: 54px; height: 54px; display: grid; place-content: center; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 1.6rem; }
.boundary-card h2 { margin-bottom: 10px; font-size: 1.7rem; }
.boundary-card p { margin-bottom: 0; color: #4f626c; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 38px 42px; border-radius: var(--radius); color: #fff; background: linear-gradient(105deg, #174d64, #0d3b51); }
.fingerprint-cta-panel { position: relative; overflow: hidden; }
.fingerprint-cta-panel::after { content: ""; position: absolute; width: 260px; height: 338px; right: -54px; top: 50%; background: url("../images/logo/fingerprint-grey.svg") center / contain no-repeat; opacity: .14; transform: translateY(-50%) rotate(8deg); pointer-events: none; }
.fingerprint-cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin-bottom: 8px; color: #fff; font-size: 2rem; }
.cta-panel p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.resource-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.resource-page-card { position: relative; overflow: hidden; min-height: 245px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(21, 53, 72, .06); }
.resource-page-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 145px; height: 145px; border: 18px solid rgba(112, 142, 99, .09); border-radius: 50%; }
.resource-page-card:nth-child(2)::after { border-color: rgba(242, 91, 67, .08); }
.resource-page-card:nth-child(3)::after { border-color: rgba(239, 165, 27, .1); }
.resource-page-card:nth-child(4)::after { border-color: rgba(67, 133, 173, .1); }
.resource-page-card h2 { margin-bottom: 12px; font-size: 1.55rem; }
.resource-page-card p { position: relative; z-index: 1; margin-bottom: 20px; color: var(--muted); }
.resource-page-card .text-link { position: relative; z-index: 1; width: fit-content; margin-top: auto; }
.resource-status { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 5px 9px; border-radius: 999px; color: var(--green); background: var(--sage); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.trust-footer-note { margin-top: 15px; color: rgba(255,255,255,.68); font-size: .68rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; font-size: .76rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-step { padding: 28px; border-top: 3px solid var(--blue); border-radius: 0 0 var(--radius) var(--radius); background: #f7faf9; }
.process-step > span { width: 38px; height: 38px; display: grid; place-content: center; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 800; }
.process-step h3 { margin-bottom: 9px; }
.process-step p { margin-bottom: 0; color: var(--muted); }
.story-layout { display: grid; grid-template-columns: 160px minmax(0, 760px); gap: 58px; justify-content: center; align-items: start; }
.story-marker { position: sticky; top: 110px; width: 150px; height: 180px; display: grid; place-content: center; }
.story-marker img { width: 118px; max-width: 100%; height: auto; opacity: .82; transform: rotate(8deg); }
.longform { max-width: 800px; color: var(--muted); }
.longform h2 { margin: 38px 0 13px; font-size: 1.8rem; }
.longform h2:first-child { margin-top: 0; }
.longform h3 { margin-top: 28px; }
.longform p, .longform li { font-size: 1.03rem; }
.longform a { color: var(--navy); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.quote-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; padding: 34px 42px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.quote-panel > span { color: #55a2aa; font-family: Georgia, serif; font-size: 6rem; line-height: .7; }
.quote-panel blockquote { max-width: 780px; }
.notice-box { padding: 30px; border: 1px solid #d6dfda; border-radius: var(--radius); background: #f5f8f5; }
.notice-box h2 { margin-bottom: 10px; font-size: 1.6rem; }
.notice-box p { margin-bottom: 0; color: var(--muted); }
.notice-box a { color: var(--navy); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 54px; align-items: start; }
.contact-options { display: grid; gap: 13px; }
.contact-option { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.contact-option:hover, .contact-option:focus-visible { transform: translateY(-2px); border-color: #b9c9cc; box-shadow: var(--shadow); }
.contact-option > span { width: 46px; height: 46px; display: grid; place-content: center; border-radius: 50%; color: var(--navy); background: var(--sage); font-size: 1.35rem; }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { margin-bottom: 3px; color: var(--navy); }
.contact-option small { color: var(--muted); line-height: 1.45; }
.contact-card { position: sticky; top: 110px; padding: 30px; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, #174d64, #0d3042); box-shadow: var(--shadow); }
.contact-card .eyebrow { color: #f7b2a5; }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-card h2 { font-size: 1.5rem; overflow-wrap: anywhere; }
.contact-card h3 { margin: 24px 0 7px; font-size: 1rem; }
.contact-card p { color: rgba(255,255,255,.8); }
.contact-card a { text-decoration: underline; text-underline-offset: 3px; }
.contact-card hr { margin: 26px 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
.transparency-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; }
.transparency-list > div { padding: 25px 0; border-top: 1px solid var(--line); }
.transparency-list h2 { margin-bottom: 9px; font-size: 1.45rem; }
.transparency-list p { margin-bottom: 0; color: var(--muted); }
.transparency-list a { color: var(--navy); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.policy-hero { padding-bottom: 54px; }
.policy-date { margin: 22px 0 0; color: var(--muted); font-size: .86rem; font-weight: 700; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 60px; align-items: start; justify-content: center; }
.policy-nav { position: sticky; top: 104px; display: grid; gap: 3px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.policy-nav strong { margin-bottom: 8px; color: var(--navy); }
.policy-nav a { padding: 7px 8px; border-radius: 6px; color: var(--muted); font-size: .83rem; }
.policy-nav a:hover, .policy-nav a:focus-visible { color: var(--navy); background: #fff; }
.policy-content h2 { scroll-margin-top: 105px; }
.narrow-longform { margin-inline: auto; }
.prominent-boundary { box-shadow: 0 12px 32px rgba(242, 91, 67, .08); }
.disclaimer-list ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.disclaimer-list li { position: relative; padding-left: 34px; color: #4f626c; }
.disclaimer-list li::before { content: "×"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: .9rem; font-weight: 800; }
.support-space-hero { padding-block: 62px; }
.support-space-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 72px; align-items: center; }
.support-space-visual { position: relative; width: 100%; max-width: 330px; justify-self: center; display: grid; place-items: center; }
.support-space-visual::before { content: ""; position: absolute; z-index: 0; width: min(460px, 140%); height: min(670px, 190vw); left: 68%; top: 50%; background: url("../images/logo/imbright-mark.svg") center / contain no-repeat; opacity: .14; transform: translate(-50%, -50%) rotate(8deg); pointer-events: none; }
.support-space-device { position: relative; z-index: 1; width: 250px; height: 470px; justify-self: center; padding: 16px; border: 8px solid var(--navy); border-radius: 38px; background: #e9f1f2; box-shadow: 0 24px 50px rgba(21, 53, 72, .18); transform: rotate(3deg); }
.device-speaker { width: 68px; height: 7px; margin: 0 auto 16px; border-radius: 999px; background: rgba(18, 59, 80, .28); }
.device-screen { height: calc(100% - 25px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-content: center; padding: 22px; border-radius: 23px; background: linear-gradient(160deg, #fdfaf3, #e8f2f1); }
.device-brand { grid-column: 1 / -1; margin-bottom: 10px; color: var(--navy); font-size: 1.05rem; font-weight: 850; text-align: center; }
.device-screen i { width: 72px; height: 72px; display: grid; place-content: center; border-radius: 19px; color: #fff; background: var(--blue); font-size: 1.6rem; font-style: normal; box-shadow: 0 8px 18px rgba(21, 53, 72, .12); }
.device-screen i:nth-of-type(2) { background: var(--coral); }
.device-screen i:nth-of-type(3) { background: var(--gold); }
.device-screen i:nth-of-type(4) { background: var(--green); }
.process-grid.four { grid-template-columns: repeat(4, 1fr); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.button-light { color: var(--navy); background: #fff; }
.site-footer a:focus-visible,
.site-footer button:focus-visible,
.cta-panel a:focus-visible,
.cta-panel button:focus-visible,
.mission-cta a:focus-visible,
.mission-cta button:focus-visible,
.contact-card a:focus-visible,
.contact-card button:focus-visible { outline-color: #fff; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 14px; font-size: .8rem; }
  .header-cta { display: none; }
  .pillar { padding-inline: 17px; }
  .card-grid { gap: 12px; }
  .path-card-body { padding-inline: 17px; }
  .testimonial-inner { grid-template-columns: 60px 1fr; padding-inline: 30px; }
  .footer-main { gap: 24px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 30px; }
  .support-space-hero-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; }
  .process-grid.four { grid-template-columns: repeat(2, 1fr); }
  .participation-hero-layout { grid-template-columns: minmax(0, 1fr) 390px; }
  .three-actions { flex-wrap: wrap; }
  .pathway-grid, .help-grid { grid-template-columns: repeat(2, 1fr); }
  .pathway-step { min-height: 390px; }
  .mission-cta { grid-template-columns: 70px 1fr; }
  .mission-cta .cta-actions { grid-column: 2; justify-content: flex-start; }
  .partner-category-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid.workshop-offerings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header .desktop-nav,
  .site-header .header-cta { display: none; }
  .site-header .mobile-menu-toggle { display: grid; }
  .site-header .mobile-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    z-index: 40;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 0 0 14px 14px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-header .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { min-height: 44px; display: flex; align-items: center; padding: 11px 12px; border-radius: 7px; }
  .mobile-nav [aria-current="page"] { color: var(--navy); background: var(--cream); font-weight: 750; }
  .mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--coral-action); background: var(--cream); }
  .pillars { grid-template-columns: 1fr; gap: 14px; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--line); padding: 8px 0 20px; }
  .pillar:last-child { border-bottom: 0; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-inner { grid-template-columns: 50px 1fr; gap: 18px; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .trusted-layout { grid-template-columns: 1fr; }
  .organization-grid { grid-template-columns: repeat(3, 1fr); }
  .organization-grid div:nth-child(3) { border-right: 0; }
  .connected-inner { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-identity { grid-column: 1 / -1; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .feature-grid,
  .feature-grid.two,
  .resource-page-grid { grid-template-columns: 1fr; }
  .process-grid,
  .transparency-list { grid-template-columns: 1fr; }
  .story-layout,
  .contact-layout,
  .policy-layout { grid-template-columns: 1fr; }
  .support-space-hero-layout { grid-template-columns: 1fr; }
  .support-space-visual { max-width: 280px; }
  .support-space-visual::before { width: min(360px, 92vw); height: min(524px, 132vw); left: 66%; opacity: .12; }
  .support-space-device { width: 220px; height: 410px; }
  .feature-hero.page-hero-fingerprint::after { width: min(330px, 78vw); height: min(480px, 114vw); right: -112px; top: 56%; opacity: .12; }
  .feature-hero.support-space-hero.page-hero-fingerprint::after { width: min(280px, 68vw); height: min(407px, 99vw); right: -104px; top: 38%; opacity: .09; transform: translateY(-50%) rotate(8deg); }
  .story-marker { position: relative; top: auto; width: 110px; height: 125px; }
  .story-marker img { width: 86px; }
  .contact-card, .policy-nav { position: relative; top: auto; }
  .policy-nav { display: none; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .participation-hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .participation-hero-copy { padding: 62px 0 8px; }
  .participation-visual { min-height: 220px; margin-top: -38px; }
  .hero-fingerprint-mark { width: min(340px, 72vw); right: 50%; top: 32%; opacity: .16; transform: translate(50%, -50%) rotate(8deg); }
  .participation-matters-layout { grid-template-columns: 1fr; gap: 40px; }
  .founder-note { grid-template-columns: minmax(0, 1fr); padding: 34px; }
  .belief-fingerprint-mark { display: none; }
  .framework-summary { grid-template-columns: repeat(2, 1fr); }
  .current-programs-grid { grid-template-columns: 1fr; }
  .partner-category-grid { grid-template-columns: repeat(2, 1fr); }
  .partnership-pathways-grid { grid-template-columns: 1fr; }
  .featured-resource-grid { grid-template-columns: 1fr; }
  .feature-grid.workshop-offerings-grid { grid-template-columns: 1fr; }
  .workshop-offering-card:nth-child(5) { grid-column: auto; }
  .resource-pathway-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--max)); }
  .nav { min-height: 66px; }
  .site-logo img { height: 40px; max-width: 180px; max-height: 40px; }
  .footer-logo img { height: 40px; max-height: 40px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .what-we-do { padding-top: 34px; }
  .section-heading h2 { font-size: 1.55rem; }
  .pillar { grid-template-columns: 65px 1fr; gap: 15px; }
  .pillar-icon { width: 62px; height: 62px; font-size: 2.1rem; }
  .card-grid { grid-template-columns: 1fr; gap: 18px; }
  .card-image { height: 190px; }
  .testimonial-inner { grid-template-columns: 1fr; padding: 27px 24px; }
  .quote-mark { height: 30px; }
  blockquote { font-size: 1rem; }
  .resource-topline { align-items: flex-start; flex-direction: column; gap: 6px; }
  .resource-grid { grid-template-columns: 1fr; gap: 3px; }
  .organization-grid { grid-template-columns: repeat(2, 1fr); }
  .organization-grid div:nth-child(3) { border-right: 1px solid var(--line); }
  .organization-grid div:nth-child(even) { border-right: 0; }
  .trusted-section h2 { font-size: 1.05rem; }
  .connected-inner { width: 100%; border-radius: 0; }
  .subscribe-pending { grid-template-columns: 1fr; gap: 0; background: transparent; }
  .subscribe-pending p { min-height: 44px; display: flex; align-items: center; border-radius: 8px 8px 0 0; background: #fff; }
  .subscribe-contact { border-radius: 0 0 8px 8px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding-inline: 5px; }
  .contact-column { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .feature-hero { padding: 54px 0 50px; }
  .feature-hero.page-hero-fingerprint::after { display: block; width: min(310px, 82vw); height: min(450px, 120vw); right: -132px; top: 44%; opacity: .12; transform: translateY(-50%) rotate(8deg); }
  .feature-hero.support-space-hero.page-hero-fingerprint::after { width: min(230px, 62vw); height: min(334px, 90vw); right: -98px; top: 31%; opacity: .09; }
  .feature-section { padding: 50px 0; }
  .feature-card, .resource-page-card { padding: 24px; }
  .boundary-card { grid-template-columns: 1fr; padding: 24px; }
  .cta-panel { padding: 30px 24px; }
  .fingerprint-cta-panel::after { display: block; width: min(210px, 58vw); height: min(273px, 76vw); right: -78px; top: 22px; opacity: .08; transform: rotate(8deg); }
  .cta-panel .button { width: 100%; }
  .story-layout { gap: 34px; }
  .quote-panel { grid-template-columns: 1fr; gap: 8px; padding: 28px 24px; }
  .quote-panel > span { height: 38px; }
  .contact-option { grid-template-columns: 42px 1fr; padding: 15px; }
  .contact-option > span { width: 40px; height: 40px; }
  .contact-card { padding: 24px; }
  .process-grid.four { grid-template-columns: 1fr; }
  .support-space-visual { max-width: 250px; }
  .support-space-visual::before { width: min(320px, 96vw); height: min(465px, 140vw); left: 64%; top: 50%; opacity: .11; }
  .support-space-device { width: 205px; height: 380px; }
  .device-screen { padding: 16px; }
  .device-screen i { width: 65px; height: 65px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .participation-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .participation-visual { min-height: 150px; margin-top: -34px; }
  .hero-fingerprint-mark { width: min(320px, 78vw); top: 30%; opacity: .15; }
  .pathway-section, .ways-section, .participation-matters, .founder-note-section { padding: 54px 0; }
  .pathway-grid, .help-grid, .impact-grid { grid-template-columns: 1fr; }
  .pathway-step { min-height: 0; }
  .pathway-icon-wrap { width: 70px; height: 70px; margin-bottom: 18px; }
  .founder-note { grid-template-columns: 1fr; gap: 8px; padding: 30px 24px; }
  .mission-cta { grid-template-columns: 1fr; padding: 30px 24px; }
  .mission-cta::after { width: 220px; height: 286px; right: -88px; top: 18px; opacity: .1; transform: rotate(8deg); }
  .mission-cta .cta-actions { grid-column: auto; flex-direction: column; }
  .mission-cta .button { width: 100%; }
  .help-card .button { width: 100%; }
  .program-stage { grid-template-columns: 1fr; padding: 25px 22px; }
  .pathway-number-badge { width: 36px; height: 36px; justify-self: start; font-size: .95rem; }
  .program-stage ul { grid-template-columns: 1fr; }
  .framework-summary, .partner-category-grid { grid-template-columns: 1fr; }
  .current-program-card { min-height: 0; padding: 24px; }
  .partner-category-grid article { min-height: 0; }
  .partnership-pathway-card { min-height: 0; padding: 24px; }
  .featured-resource-card { min-height: 0; padding: 24px; }
  .featured-resource-large { padding: 28px 24px; }
  .featured-resource-card .button { width: 100%; }
  .workshop-offering-card { min-height: 0; padding: 24px; }
  .resource-pathway-card { min-height: 0; padding: 25px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Homepage Pass 2 refinements */
/* Homepage Pass 2 additions: warm self-identification strip and pathway story card */
.who-we-help-section {
  padding: clamp(42px, 6vw, 78px) 0;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.who-we-help-section .section-heading {
  max-width: 760px;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.participation-home .section-heading p + p,
.who-we-help-grid + .section-heading {
  margin-top: 14px;
}

.who-we-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.who-we-help-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(72, 80, 91, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(35, 42, 51, 0.06);
  color: #3f4753;
  font-weight: 650;
  line-height: 1.25;
}

.who-we-help-grid span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-right: 10px;
  border-radius: 999px;
  background: #e56f5d;
  box-shadow: 0 0 0 5px rgba(229, 111, 93, 0.12);
}

.who-we-help-grid span:nth-child(2)::before { background: #e3a72f; box-shadow: 0 0 0 5px rgba(227, 167, 47, 0.14); }
.who-we-help-grid span:nth-child(3)::before { background: #6fa890; box-shadow: 0 0 0 5px rgba(111, 168, 144, 0.14); }
.who-we-help-grid span:nth-child(4)::before { background: #77a8c8; box-shadow: 0 0 0 5px rgba(119, 168, 200, 0.14); }
.who-we-help-grid span:nth-child(5)::before { background: #d9876f; box-shadow: 0 0 0 5px rgba(217, 135, 111, 0.14); }
.who-we-help-grid span:nth-child(6)::before { background: #8f9a66; box-shadow: 0 0 0 5px rgba(143, 154, 102, 0.14); }

.pathway-story {
  padding: clamp(24px, 4vw, 56px) 0 clamp(42px, 6vw, 78px);
  background: #fff;
}

.container.narrow {
  max-width: 900px;
}

.story-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(72, 80, 91, 0.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(227, 167, 47, 0.14), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(119, 168, 200, 0.16), transparent 30%),
    #fff;
  box-shadow: 0 20px 50px rgba(35, 42, 51, 0.08);
}

.story-card::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 10px double rgba(229, 111, 93, 0.14);
  pointer-events: none;
}

.story-card > * {
  position: relative;
  z-index: 1;
}

.story-card h2 {
  margin-top: 0;
  max-width: 720px;
}

.story-card p:not(.eyebrow) {
  max-width: 760px;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}



/* Homepage Pass 2 icon refinement: replace temporary text symbols with clean inline SVG icons */
.icon-svg {
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: -0.22em;
}

.help-icon .icon-svg,
.mission-cta-icon .icon-svg {
  width: 1.45em;
  height: 1.45em;
}

@media (max-width: 820px) {
  .who-we-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .who-we-help-grid {
    grid-template-columns: 1fr;
  }

  .who-we-help-grid span {
    min-height: 52px;
    padding: 14px 16px;
  }
}
