:root {
  --purple: #340649;
  --purple-soft: #eee4f2;
  --orange: #ff4f26;
  --orange-soft: #ffaf92;
  --green: #075f52;
  --ink: #2d2032;
  --muted: #6e6472;
  --line: #e6e0e8;
  --paper: #fbfaf8;
  --sand: #f5f1ed;
  --shell: 1220px;
}

/* Preserve the later homepage refinement for full-colour partner logos. */
.home-page .partner-logo img,
.home-page .partner-logo:hover img {
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.home-page .partner-logo {
  width: 184px;
  height: 82px;
  flex-basis: 184px;
  padding: 14px 22px;
}

.home-page .partner-logo img {
  max-width: 146px;
  max-height: 52px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
.home-page { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
.home-page.menu-open { overflow: hidden; }
.home-page a { color: inherit; }
.gasa-shell { width: min(var(--shell), calc(100% - 80px)); 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; }
.gasa-kicker { margin: 0 0 14px; color: var(--orange); font-size: 11px; font-weight: 800; line-height: 1.3; letter-spacing: 0; text-transform: uppercase; }

/* Header */
.gasa-header { position: sticky; top: 0; z-index: 100; min-height: 104px; padding: 8px 0 12px; background: rgba(255, 255, 255, .97); transition: box-shadow .25s ease; }
.gasa-header.is-scrolled { box-shadow: 0 8px 28px rgba(52, 6, 73, .09); }
.gasa-header-shell { width: min(1330px, calc(100% - 64px)); margin-inline: auto; }
.gasa-utility { display: grid; grid-template-rows: 1fr; max-height: 28px; opacity: 1; transition: grid-template-rows .25s ease, max-height .25s ease, opacity .2s ease; }
.gasa-utility nav { display: flex; min-height: 24px; align-items: center; justify-content: flex-end; gap: 17px; overflow: hidden; }
.gasa-utility a { color: var(--purple); font-size: 11px; font-weight: 500; text-decoration: none; }
.gasa-utility a:hover { text-decoration: underline; }
.gasa-header.is-scrolled .gasa-utility { grid-template-rows: 0fr; max-height: 0; opacity: 0; }
.gasa-header-pill { display: flex; min-height: 60px; align-items: center; background: transparent; }
.gasa-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.gasa-brand img { display: block; width: 128px; height: auto; }
.gasa-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.gasa-nav-link, .gasa-nav-group summary { position: relative; display: inline-flex; min-height: 42px; align-items: center; gap: 7px; color: var(--purple); font-size: 14px; font-weight: 600; line-height: 1; text-decoration: none; white-space: nowrap; cursor: pointer; }
.gasa-nav-group { position: relative; }
.gasa-nav-group summary { list-style: none; }
.gasa-nav-group summary::-webkit-details-marker { display: none; }
.gasa-nav-group summary::before, .gasa-nav-link::before { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--orange); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.gasa-nav-group[open] summary::before, .gasa-nav-group summary:hover::before, .gasa-nav-link:hover::before { transform: scaleX(1); }
.gasa-nav-group summary i { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.gasa-nav-group[open] summary i { transform: rotate(225deg) translate(-1px, -1px); }
.gasa-nav-menu { position: absolute; top: calc(100% + 8px); left: 50%; z-index: 5; display: grid; min-width: 230px; padding: 10px; border-radius: 8px; background: var(--purple); box-shadow: 0 18px 42px rgba(31, 4, 42, .22); transform: translate(-50%, -5px); opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.gasa-nav-menu-right { right: 0; left: auto; transform: translateY(-5px); }
.gasa-nav-group[open] .gasa-nav-menu { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.gasa-nav-group[open] .gasa-nav-menu-right { transform: translateY(0); }
.gasa-nav-menu a { padding: 11px 12px; border-radius: 5px; color: #fff; font-size: 13px; font-weight: 600; line-height: 1.35; text-decoration: none; }
.gasa-nav-menu a:hover, .gasa-nav-menu a:focus-visible { background: rgba(255, 255, 255, .12); outline: none; }
.language-picker select, .mobile-language-picker select { height: 24px; border: 0; background: transparent; color: var(--purple); padding: 0 17px 0 2px; font: 600 11px Manrope, Arial, sans-serif; }
.gasa-header-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 23px; padding: 0 17px 0 21px; border-radius: 999px; background: var(--orange); color: #fff !important; font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.gasa-header-cta b { font-size: 17px; font-weight: 500; transition: transform .18s ease; }
.gasa-header-cta:hover b { transform: translateX(3px); }
.gasa-menu-toggle, .gasa-mobile-nav-head { display: none; }

/* Page order: every existing homepage section remains visible. */
.home-page main { display: flex; flex-direction: column; }
.home-page main .gasa-hero { order: 1; }
.home-page main .gasa-recovery { order: 2; }
.home-page main .home-payment-strip { order: 3; }
.home-page main .gasa-about { order: 4; }
.home-page main .gasa-why { order: 5; }
.home-page main .gasa-impact { order: 6; }
.home-page main .gasa-network { order: 7; }
.home-page main .gasa-partners { order: 8; }
.home-page main .gasa-community { order: 9; }
.home-page main .gasa-services { order: 10; }
.home-page main .gasa-leadership { order: 11; }
.home-page main .gasa-research { order: 12; }
.home-page main .gasa-process { order: 13; }
.home-page main .gasa-resources { order: 14; }
.home-page main .gasa-newsletter { order: 15; }

/* Hero */
.gasa-hero { margin: 0 24px; padding: 88px 0 0; background: #fff; color: var(--purple); overflow: hidden; }
.gasa-hero-grid { display: block; }
.gasa-hero-copy { max-width: 980px; margin: 0 auto; text-align: center; }
.gasa-hero h1 { max-width: 980px; margin: 0 auto 22px; color: var(--purple); font-size: clamp(46px, 4.4vw, 62px); font-weight: 600; line-height: 1.06; letter-spacing: 0; }
.gasa-hero h1 em { display: block; margin-top: 18px; color: var(--purple); font-size: clamp(24px, 2.5vw, 34px); font-style: normal; font-weight: 500; line-height: 1.28; }
.hero-description { max-width: 810px; margin: 0 auto; color: #514456; font-size: 15px; line-height: 1.8; }
.gasa-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 28px; }
.gasa-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 18px; padding: 0 18px; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.gasa-button-orange { background: var(--orange); color: #fff !important; }
.gasa-button-light { border: 1px solid var(--purple); background: #fff; color: var(--purple) !important; }
.gasa-button:hover { transform: translateY(-2px); }
.gasa-hero-panel { max-width: 1120px; margin: 68px auto 0; overflow: hidden; border-radius: 14px 14px 0 0; background: var(--sand); }
.gasa-hero-image { position: relative; overflow: hidden; }
.gasa-hero-image img { display: block; width: 100%; height: 500px; object-fit: cover; }
.gasa-hero-image span { position: absolute; right: 18px; bottom: 16px; padding: 7px 10px; border-radius: 4px; background: rgba(52, 6, 73, .82); color: #fff; font: 700 9px 'DM Mono', monospace; letter-spacing: 0; }
.hero-recovery { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 44px; align-items: center; padding: 34px 38px 37px; background: linear-gradient(115deg, #075f52 0%, #075f52 22%, #340649 76%, #340649 100%); color: #fff; }
.hero-recovery-copy { min-width: 0; }
.hero-recovery .gasa-kicker { margin-bottom: 8px; color: var(--orange-soft); }
.hero-recovery h2 { max-width: 680px; margin: 0 0 8px; color: #fff; font-size: clamp(27px, 2.8vw, 39px); font-weight: 600; line-height: 1.14; }
.hero-recovery p:not(.gasa-kicker) { max-width: 780px; margin: 0; color: #eaddec; font-size: 13px; line-height: 1.7; }
.hero-recovery-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; min-width: 205px; }
.hero-recovery-actions .gasa-button { width: 100%; min-width: 0; }
.hero-recovery-status { border-color: rgba(255, 255, 255, .72); background: transparent; color: #fff !important; }
.hero-recovery-status:hover { border-color: #fff; background: #fff; color: var(--purple) !important; }
.gasa-hero-panel-copy { display: none; }
.panel-label { margin: 0 0 6px; color: var(--orange); font-size: 10px; font-weight: 800; }
.gasa-hero-panel-copy strong { display: block; color: var(--purple); font: 500 44px/1 'DM Mono', monospace; }
.gasa-hero-panel-copy p:not(.panel-label) { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.gasa-hero-panel dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; }
.gasa-hero-panel dl div { min-height: 72px; padding: 4px 20px; border-left: 1px solid #d8d0db; }
.gasa-hero-panel dt { color: var(--orange); font-size: 10px; font-weight: 800; }
.gasa-hero-panel dd { margin: 9px 0 0; color: var(--purple); font-size: 12px; font-weight: 700; line-height: 1.45; }

/* Recovery and payment */
.gasa-recovery { margin: 0 24px; padding: 52px 0; border-radius: 0 0 20px 20px; background: var(--purple); color: #fff; }
.gasa-recovery-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: center; }
.gasa-recovery .gasa-kicker { margin-bottom: 9px; color: var(--orange-soft); }
.gasa-recovery h2 { margin: 0 0 9px; color: #fff; font-size: clamp(32px, 3.2vw, 46px); font-weight: 600; line-height: 1.15; }
.gasa-recovery p { max-width: 820px; margin: 0; color: #eaddec; font-size: 14px; line-height: 1.75; }
.gasa-recovery .gasa-button { min-width: 190px; }
.home-payment-strip { position: relative; width: min(1120px, calc(100% - 48px)); margin: -1px auto 0; padding: 62px 0 54px; border-radius: 0 0 14px 14px; background: var(--sand); overflow: hidden; }
.home-payment-strip::before { position: absolute; top: 0; right: 0; left: 0; height: 38px; background: linear-gradient(180deg, rgba(7, 95, 82, .52) 0%, rgba(52, 6, 73, .42) 24%, rgba(245, 241, 237, 0) 100%); content: ''; pointer-events: none; }
.home-payment-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 70px; align-items: center; }
.home-payment-copy h2 { max-width: 780px; margin: 0; color: var(--purple); font-size: clamp(28px, 2.8vw, 40px); font-weight: 600; line-height: 1.18; }
.home-payment-copy > p:last-child { max-width: 700px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-payment-tags { display: grid; grid-template-columns: 1fr; border-top: 1px solid #cfc6d1; }
.home-payment-tags span { display: flex; min-height: 50px; align-items: center; justify-content: space-between; border-bottom: 1px solid #cfc6d1; color: var(--purple); font-size: 13px; font-weight: 800; }
.home-payment-tags span::after { color: var(--orange); content: '→'; font-size: 17px; }

/* About and why */
.gasa-about { margin: 0 24px; padding: 94px 0 98px; background: #fff; }
.gasa-two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.gasa-about h2 { max-width: 520px; margin: 0; color: var(--purple); font-size: clamp(40px, 4vw, 56px); font-weight: 600; line-height: 1.08; }
.gasa-about h2 em { display: block; margin-top: 17px; font-size: clamp(22px, 2vw, 29px); font-style: normal; font-weight: 500; line-height: 1.3; }
.gasa-about-copy p { margin: 0 0 18px; color: var(--ink); font-size: 15px; line-height: 1.82; }
.gasa-about-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 28px 0 0; padding: 0; list-style: none; }
.gasa-about-copy li { padding: 12px 0; border-top: 1px solid rgba(52, 6, 73, .2); font-size: 12px; font-weight: 700; }
.gasa-about-copy li::before { margin-right: 8px; color: var(--orange); content: '+'; }
.gasa-about-facts { display: grid; grid-template-columns: .8fr 2.2fr; gap: 48px; align-items: center; margin-top: 54px; padding-top: 25px; border-top: 1px solid #e1d9e3; }
.gasa-about-count { min-width: 0; }
.gasa-about-count .panel-label { margin: 0 0 6px; }
.gasa-about-count strong { display: block; color: var(--purple); font: 500 44px/1 'DM Mono', monospace; }
.gasa-about-count > p:last-child { max-width: 220px; margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.gasa-about-facts dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; }
.gasa-about-facts dl div { min-height: 72px; padding: 4px 20px; border-left: 1px solid #d8d0db; }
.gasa-about-facts dt { color: var(--orange); font-size: 10px; font-weight: 800; }
.gasa-about-facts dd { margin: 9px 0 0; color: var(--purple); font-size: 12px; font-weight: 700; line-height: 1.45; }
.gasa-why { margin: 0 24px; padding: 88px 0 92px; background: var(--purple-soft); }
.gasa-why-grid { display: grid; grid-template-columns: .7fr 1.15fr .75fr; gap: 54px; align-items: stretch; }
.gasa-why h2 { margin: 0; color: var(--purple); font-size: clamp(38px, 3.7vw, 52px); font-weight: 600; line-height: 1.1; }
.gasa-why-copy p { margin: 0 0 15px; color: var(--ink); font-size: 14px; line-height: 1.76; }
.gasa-why-copy p:last-child { margin-bottom: 0; }
.gasa-why-stat { display: flex; min-height: 100%; flex-direction: column; padding: 26px; border-left: 4px solid var(--orange); background: #fff; }
.gasa-why-stat div { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid #eadce9; }
.gasa-why-stat strong { display: block; min-height: 56px; color: var(--purple); font: 500 clamp(43px, 4vw, 56px)/1 'DM Mono', monospace; }
.gasa-why-stat span { display: block; margin-top: 8px; color: #504554; font-size: 11px; line-height: 1.55; }
.gasa-why-stat small { display: block; margin-top: auto; color: var(--muted); font-size: 9px; line-height: 1.55; }

/* Global impact */
.gasa-impact { margin: 0 24px; padding: 82px 0 86px; background: var(--sand); }
.gasa-section-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 54px; align-items: end; margin-bottom: 34px; }
.gasa-section-top .gasa-kicker { grid-column: 1 / -1; margin-bottom: -39px; }
.gasa-section-top h2 { max-width: 730px; margin: 0; color: var(--purple); font-size: clamp(38px, 3.7vw, 52px); font-weight: 600; line-height: 1.1; }
.gasa-section-top > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.gasa-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gasa-stat-grid article { display: flex; min-height: 185px; flex-direction: column; padding: 27px 24px; border-radius: 20px; background: linear-gradient(135deg, var(--orange) 0 58%, #ff825e 58% 100%); }
.gasa-stat-grid article:nth-child(2) { background: linear-gradient(155deg, #ff825e 0 31%, var(--orange) 31% 72%, #ff704d 72%); }
.gasa-stat-grid article:nth-child(3) { background: repeating-linear-gradient(132deg, var(--orange) 0 48px, #ff704d 49px 96px); }
.gasa-stat-grid article:nth-child(4) { background: radial-gradient(circle at 58% 50%, var(--orange) 0 34%, #ff825e 72%); }
.gasa-stat-grid strong { display: block; min-height: 49px; color: #28116b; font: 500 clamp(34px, 3vw, 45px)/1.05 'DM Mono', monospace; }
.gasa-stat-grid article:first-child strong { font-size: clamp(29px, 2.6vw, 39px); }
.gasa-stat-grid span { display: block; max-width: 230px; margin-top: 24px; color: #28116b; font-size: 12px; line-height: 1.5; }
.gasa-source { margin: 15px 0 0; color: var(--muted); font-size: 9px; }

/* Network and map */
.gasa-network { margin: 0 24px; padding: 78px 0 82px; border-radius: 20px; background: var(--green); color: #fff; overflow: hidden; }
.gasa-network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: start; }
.gasa-network .gasa-kicker { color: var(--orange-soft); }
.gasa-network h2 { max-width: 540px; margin: 0; color: #fff; font-size: clamp(42px, 4.2vw, 60px); font-weight: 500; line-height: 1.05; }
.gasa-network-copy { max-width: 620px; margin: 0; color: #e2f0ec; font-size: 15px; line-height: 1.72; }
.gasa-network-body { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 44px; align-items: center; margin-top: 47px; }
.gasa-network-stats { display: flex; flex-direction: column; gap: 25px; }
.gasa-network-stats strong { display: block; min-height: 48px; color: #fff; font: 500 46px/1 'DM Mono', monospace; }
.gasa-network-stats span { display: block; margin-top: 5px; color: #d7e9e4; font-size: 11px; }
.gasa-network-map { min-width: 0; }
.gasa-map-canvas { position: relative; width: min(100%, 820px); aspect-ratio: 1068 / 535; margin-left: auto; }
.gasa-map-canvas > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .68; }
.gasa-map-dot { position: absolute; z-index: 2; width: 13px; height: 13px; padding: 0; border: 2px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 79, 38, .22); cursor: pointer; transform: translate(-50%, -50%); }
.gasa-map-dot:hover, .gasa-map-dot:focus-visible, .gasa-map-dot.is-active { outline: none; transform: translate(-50%, -50%) scale(1.25); box-shadow: 0 0 0 7px rgba(255, 79, 38, .28); }
.gasa-map-popover { position: absolute; z-index: 3; display: none; min-width: 150px; padding: 14px 16px; border-radius: 8px; background: #f8eee9; color: var(--purple); box-shadow: 0 12px 28px rgba(15, 3, 20, .24); transform: translate(12px, -50%); }
.gasa-map-popover.is-open { display: flex; flex-direction: column; gap: 6px; }
.gasa-map-popover strong { font-size: 13px; }
.gasa-map-popover span { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.gasa-map-popover[data-map-popover='north-america'] { left: 18%; top: 20%; }
.gasa-map-popover[data-map-popover='europe'] { left: 48%; top: 23%; }
.gasa-map-popover[data-map-popover='asia-pacific'] { left: 78%; top: 50%; transform: translate(calc(-100% - 12px), -50%); }
.gasa-map-popover[data-map-popover='oceania'] { left: 88%; top: 77%; transform: translate(calc(-100% - 12px), -50%); }
.gasa-map-popover[data-map-popover='latin-america'] { left: 25%; top: 65%; transform: translate(12px, -100%); }
.gasa-map-popover[data-map-popover='africa'] { left: 53%; top: 58%; transform: translate(12px, -100%); }

/* Partners */
.gasa-partners { padding: 82px 0 88px; background: #fff; text-align: center; overflow: hidden; }
.gasa-partners h2 { margin: 0; color: var(--purple); font-size: 36px; font-weight: 600; line-height: 1.12; }
.partner-heading { margin-bottom: 42px; }
.partner-marquees { display: grid; gap: 10px; }
.partner-row { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.partner-track { display: flex; width: max-content; will-change: transform; animation: partner-scroll 54s linear infinite; }
.partner-row:nth-child(2) .partner-track { animation-duration: 58s; }
.partner-row:nth-child(3) .partner-track { animation-duration: 56s; }
.partner-row:nth-child(4) .partner-track { animation-duration: 48s; }
.partner-row-reverse .partner-track { animation-direction: reverse; }
.partner-sequence { display: flex; flex: 0 0 auto; align-items: center; }
.partner-logo { display: grid; width: 184px; height: 76px; flex: 0 0 184px; place-items: center; padding: 12px 22px; }
.partner-logo img { display: block; width: auto; max-width: 140px; height: auto; max-height: 50px; object-fit: contain; filter: grayscale(1); opacity: .76; transition: filter .2s ease, opacity .2s ease; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; }
.partner-row:hover .partner-track { animation-play-state: paused; }
@keyframes partner-scroll { to { transform: translateX(-50%); } }

/* Member network */
.gasa-community { margin: 0 24px; padding: 82px 0 86px; background: var(--sand); }
.gasa-community-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 76px; align-items: center; }
.gasa-community h2 { max-width: 430px; margin: 0; color: var(--purple); font-size: clamp(38px, 3.8vw, 52px); font-weight: 600; line-height: 1.08; }
.gasa-community h2 span, .gasa-community h2 em { display: block; }
.gasa-community h2 em { margin-top: 16px; color: var(--green); font-size: .6em; font-style: normal; line-height: 1.3; }
.community-mosaic { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 9px; }
.community-mosaic > img, .community-statement, .community-highlight { width: 100%; aspect-ratio: 1; border-radius: 8px; }
.community-mosaic > img { display: block; object-fit: cover; filter: grayscale(.12); }
.community-statement { grid-column: span 2; display: flex; align-items: center; padding: 12px 10px; background: var(--purple-soft); color: var(--purple); font-size: 12px; font-weight: 700; line-height: 1.45; }
.community-highlight { grid-column: span 2; display: flex; align-items: center; justify-content: center; padding: 12px 10px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.45; cursor: default; }
.community-highlight-text { display: block; text-align: left; white-space: pre-line; word-break: keep-all; }

/* Events */
.gasa-services { margin: 0 24px; padding: 84px 0 90px; background: #fff; }
.services-heading { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.services-heading .gasa-kicker { display: block; margin-bottom: 12px; color: var(--orange); }
.services-heading h2 { margin: 0 0 14px; color: var(--purple); font-size: clamp(28px, 3vw, 40px); font-weight: 700; line-height: 1.2; }
.services-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(52, 6, 73, 0.08);
  border: 1px solid rgba(52, 6, 73, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(52, 6, 73, 0.12);
}
.service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--purple-soft);
}
.service-card-body {
  padding: 20px 18px 24px;
  text-align: center;
}
.service-card-body h3 {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.service-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.gasa-events { margin: 0 24px; padding: 84px 0 90px; background: #fff; }
.gasa-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.gasa-heading-row h2 { margin: 0; color: var(--purple); font-size: clamp(38px, 3.8vw, 52px); font-weight: 600; line-height: 1.08; }
.gasa-heading-row > a { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 6px; color: var(--orange); font-size: 12px; font-weight: 800; text-decoration: none; }
.gasa-heading-row > a b { font-size: 18px; font-weight: 500; }
.events-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.event-featured { display: grid; min-height: 380px; grid-template-columns: 1.1fr .9fr; gap: 24px; padding: 34px; border-radius: 20px; background: var(--purple); color: #fff; overflow: hidden; }
.event-featured-copy { display: flex; flex-direction: column; align-items: flex-start; }
.event-featured-copy > span { padding: 8px 12px; border-radius: 999px; background: #fff; color: var(--purple); font-size: 10px; font-weight: 700; }
.event-featured h3 { margin: 38px 0 28px; color: #fff; font-size: clamp(26px, 2.4vw, 36px); font-weight: 600; line-height: 1.12; }
.event-featured-copy > a { display: inline-flex; align-items: center; gap: 18px; margin-top: auto; color: var(--orange-soft); font-size: 11px; font-weight: 800; text-decoration: none; }
.event-featured-copy > a b { font-size: 17px; }
.event-featured > img { display: block; width: 100%; height: 100%; min-height: 300px; border-radius: 8px; object-fit: cover; }
.event-list { display: grid; border-top: 1px solid var(--line); }
.event-list > a { display: grid; grid-template-columns: 82px 1fr auto; gap: 20px; align-items: center; min-height: 118px; padding: 12px 14px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.event-list > a:hover { background: #fcf0eb; }
.event-list time { display: grid; width: 74px; height: 74px; border-radius: 8px; background: var(--purple-soft); color: var(--purple); place-content: center; text-align: center; }
.event-list time strong { font: 500 28px/1 'DM Mono', monospace; }
.event-list time span { margin-top: 5px; font-size: 10px; font-weight: 800; }
.event-list h3 { margin: 0 0 7px; color: var(--purple); font-size: 14px; line-height: 1.42; }
.event-list div > span { color: var(--orange); font-size: 9px; font-weight: 800; }
.event-list > a > b { color: var(--orange); font-size: 18px; font-weight: 500; }

/* Summit partnership */
.gasa-leadership { margin: 0 24px; padding: 82px 0 86px; background: var(--purple); color: #fff; }
.gasa-leadership-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.gasa-leadership .gasa-kicker { color: var(--orange-soft); }
.gasa-leadership h2 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(39px, 3.8vw, 52px); font-weight: 600; line-height: 1.08; }
.gasa-leadership p { margin: 0 0 17px; color: #eaddec; font-size: 15px; line-height: 1.75; }
.gasa-leadership .gasa-button { width: auto; margin-top: 14px; }

/* Knowledge base */
.gasa-research { margin: 0 24px; padding: 84px 0 90px; background: var(--sand); }
.cases-heading { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.cases-heading .gasa-kicker { display: block; }
.cases-heading h2 { margin: 0 0 14px; color: var(--purple); font-size: clamp(32px, 3.6vw, 48px); font-weight: 700; line-height: 1.15; }
.cases-disclaimer { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-carousel { position: relative; }
.case-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  container-type: inline-size;
}
.case-viewport::-webkit-scrollbar { display: none; }
.case-viewport.is-dragging { cursor: grabbing; user-select: none; }
.case-track {
  display: flex;
  gap: 18px;
}
.case-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  flex: 0 0 calc((100cqi - 36px) / 3);
  min-height: 280px;
  padding: 26px 24px 22px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(52, 6, 73, 0.08);
  text-align: left;
  scroll-snap-align: start;
  cursor: pointer;
  transition: box-shadow .2s ease;
}
.case-card:hover {
  box-shadow: 0 16px 34px rgba(52, 6, 73, 0.12);
}
.case-stars { display: flex; gap: 2px; margin-bottom: 14px; color: #e6d5c2; font-size: 15px; line-height: 1; }
.case-star.is-on { color: #f0b429; }
.case-quote {
  flex: 1;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 14px;
  font-style: italic;
  line-height: 1.75;
}
.case-person { display: flex; align-items: center; gap: 12px; min-width: 0; }
.case-avatar {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--purple-soft);
  flex-shrink: 0;
}
.case-person strong { display: block; color: var(--purple); font-size: 14px; }
.case-person small { display: block; margin-top: 3px; color: var(--orange); font-size: 12px; font-weight: 700; }
.case-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}
.case-detail-cta {
  flex-shrink: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 79, 38, 0.1);
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease;
}
.case-card:hover .case-detail-cta {
  background: var(--orange);
  color: #fff;
}
.case-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.case-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9cfe0;
  cursor: pointer;
}
.case-dot.is-active { background: var(--orange); }
.case-modal[hidden] { display: none !important; }
.case-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
  animation: case-modal-fade .2s ease;
}
.case-modal-backdrop { position: absolute; inset: 0; background: rgba(36, 28, 41, 0.62); backdrop-filter: blur(2px); }
.case-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(860px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px 28px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f4 100%);
  box-shadow: 0 24px 60px rgba(20, 10, 26, 0.28);
  animation: case-modal-rise .24s ease;
}
.case-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: 700 13px Manrope, Arial, sans-serif;
  cursor: pointer;
}
.case-modal-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 10px;
}
.case-modal-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--purple-soft);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(255, 79, 38, 0.35);
}
.case-modal-dialog h3 { margin: 0; color: var(--purple); font-size: 22px; line-height: 1.25; }
.case-modal-category { margin: 6px 0 0; color: var(--orange); font-size: 13px; font-weight: 700; }
.case-modal-stars { display: flex; gap: 2px; margin: 0 0 12px; color: #e6d5c2; font-size: 15px; }
.case-modal-stars .case-star.is-on { color: #f0b429; }
.case-modal-quote {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 3px solid var(--orange);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 79, 38, 0.06);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}
.case-modal-fields { display: grid; gap: 14px; margin: 0 0 22px; }
.case-modal-fields div { padding-top: 12px; border-top: 1px solid var(--line); }
.case-modal-fields dt { margin: 0 0 6px; color: var(--orange); font-size: 12px; font-weight: 800; }
.case-modal-fields dd { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.7; }
.case-modal-cta { display: inline-flex; }
body.case-modal-open { overflow: hidden; }
@keyframes case-modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes case-modal-rise { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

.research-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; }
.research-grid > a { display: grid; grid-template-columns: 165px 1fr; gap: 20px; align-items: center; min-height: 146px; padding: 12px; border-radius: 8px; color: var(--green); text-decoration: none; transition: background .18s ease; }
.research-grid > a:hover { background: #fceae2; }
.research-grid img { display: block; width: 165px; height: 122px; border-radius: 8px; object-fit: cover; }
.research-grid span { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.research-grid h3 { margin: 9px 0 0; color: var(--green); font-size: 16px; line-height: 1.4; }

/* Submission process and resource links */
.gasa-process { margin: 0 24px; padding: 78px 0 82px; background: var(--purple-soft); }
.gasa-process h2 { max-width: 760px; margin: 0; color: var(--purple); font-size: clamp(36px, 3.5vw, 48px); font-weight: 600; line-height: 1.12; }
.process-intro { max-width: 690px; margin: 14px 0 32px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(52, 6, 73, .22); border-bottom: 1px solid rgba(52, 6, 73, .22); }
.process-step { min-height: 170px; padding: 24px 25px; border-right: 1px solid rgba(52, 6, 73, .22); }
.process-step:last-child { border-right: 0; }
.process-step b { color: var(--orange); font: 500 24px 'DM Mono', monospace; }
.process-step h3 { margin: 20px 0 8px; color: var(--purple); font-size: 16px; }
.process-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.gasa-resources { margin: 0 24px; padding: 68px 0 74px; background: #fff; }
.gasa-resources h2 { margin: 0 0 27px; color: var(--purple); font-size: clamp(34px, 3.3vw, 46px); font-weight: 600; line-height: 1.12; }
.gasa-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gasa-resource-grid a { display: flex; min-height: 108px; flex-direction: column; justify-content: center; padding: 19px 22px; border-right: 1px solid var(--line); text-decoration: none; }
.gasa-resource-grid a:last-child { border-right: 0; }
.gasa-resource-grid strong { color: var(--purple); font-size: 13px; }
.gasa-resource-grid small { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.gasa-resource-grid a:hover { background: #faf6fb; }
.gasa-resource-grid a:hover strong { color: var(--orange); }

/* Newsletter */
.gasa-newsletter { margin: 0 24px; padding: 58px 0 62px; background: var(--green); color: #fff; }
.gasa-newsletter-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.gasa-newsletter .gasa-kicker { color: var(--orange-soft); }
.gasa-newsletter h2 { margin: 0; color: #fff; font-size: clamp(34px, 3.4vw, 46px); font-weight: 600; line-height: 1.1; }
.gasa-newsletter-layout > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.gasa-newsletter p { max-width: 530px; margin: 0; color: #dcece8; font-size: 14px; line-height: 1.7; }
.gasa-newsletter .gasa-button { width: auto; flex: 0 0 auto; }

/* Footer */
.gasa-footer { margin: 0 24px 24px; padding: 42px 0; border-radius: 0 0 20px 20px; background: var(--purple); color: #fff; }
.gasa-footer-inner { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 32px; align-items: end; }
.gasa-footer img { width: 114px; filter: brightness(0) invert(1); }
.gasa-footer p { max-width: 520px; margin: 11px 0 0; color: #eadced; font-size: 10px; line-height: 1.6; }
.gasa-footer-links { display: flex; justify-content: center; gap: 20px; }
.gasa-footer-links a { color: #fff; font-size: 10px; font-weight: 700; text-decoration: none; }
.gasa-footer-links a:hover { text-decoration: underline; }
.gasa-footer small { color: #cdbbd1; font-size: 9px; white-space: nowrap; }

/* Viewport motion */
.reveal-ready .reveal-item { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .gasa-header-shell { width: calc(100% - 32px); }
  .gasa-header-pill { padding-left: 22px; }
  .gasa-nav { gap: 18px; }
  .gasa-nav-link, .gasa-nav-group summary { font-size: 12px; }
  .gasa-header-cta { padding-inline: 15px; }
  .gasa-why-grid { grid-template-columns: .72fr 1.28fr; }
  .gasa-why-stat { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; min-height: 0; }
  .gasa-why-stat div { margin: 0; }
  .gasa-why-stat small { grid-column: 1 / -1; }
}

@media (max-width: 1100px) {
  html { scroll-padding-top: 82px; }
  .gasa-shell { width: calc(100% - 48px); }
  .gasa-header { padding: 8px 0; background: var(--paper); backdrop-filter: none; }
  .gasa-header-shell { width: calc(100% - 24px); }
  .gasa-utility { display: none; }
  .gasa-header-pill { min-height: 62px; padding: 0 17px 0 21px; }
  .gasa-brand img { width: 108px; }
  .gasa-menu-toggle { display: grid; width: 40px; height: 40px; margin-left: auto; padding: 9px; border: 0; background: transparent; place-content: center; gap: 5px; cursor: pointer; }
  .gasa-menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--purple); }
  .gasa-nav { position: fixed; inset: 0; z-index: 110; display: block; padding: 28px 32px 45px; background: #fff; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
  .gasa-nav.is-open { transform: translateX(0); visibility: visible; }
  .gasa-mobile-nav-head { display: flex; align-items: center; gap: 12px; margin-bottom: 42px; }
  .gasa-mobile-nav-head img { width: 112px; }
  .mobile-language-picker { margin-left: auto; }
  .gasa-menu-close { display: grid; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--purple); font: 400 28px/1 Arial, sans-serif; place-items: center; cursor: pointer; }
  .gasa-nav-group, .gasa-nav-link { display: block; border-bottom: 1px solid var(--line); }
  .gasa-nav-link, .gasa-nav-group summary { width: 100%; min-height: 58px; justify-content: space-between; font-size: 20px; }
  .gasa-nav-link::before, .gasa-nav-group summary::before { display: none; }
  .gasa-nav-menu, .gasa-nav-menu-right { position: static; min-width: 0; padding: 0 0 13px 14px; background: transparent; box-shadow: none; transform: none; opacity: 1; visibility: visible; }
  .gasa-nav-group:not([open]) .gasa-nav-menu { display: none; }
  .gasa-nav-group[open] .gasa-nav-menu, .gasa-nav-group[open] .gasa-nav-menu-right { transform: none; }
  .gasa-nav-menu a { padding: 9px 0; color: var(--purple); font-size: 14px; font-weight: 600; }
  .gasa-nav-menu a:hover { background: transparent; color: var(--orange); }
  .gasa-header-cta { width: 100%; min-height: 52px; justify-content: space-between; margin-top: 28px; font-size: 14px; }
  .gasa-two-column, .gasa-network-grid { grid-template-columns: 1fr; gap: 36px; }
  .gasa-stat-grid { grid-template-columns: 1fr 1fr; }
  .gasa-network-body { grid-template-columns: 140px 1fr; gap: 28px; }
  .gasa-community-layout, .gasa-leadership-layout { grid-template-columns: 1fr; gap: 38px; }
  .events-layout { grid-template-columns: 1fr; }
  .case-card { flex-basis: calc((100cqi - 18px) / 2); min-height: 260px; padding: 22px 18px; }
}

@media (max-width: 700px) {
  .case-card { flex-basis: 100cqi; }
}

@media (max-width: 680px) {
  .gasa-shell { width: calc(100% - 32px); }
  .gasa-hero, .gasa-recovery, .home-payment-strip, .gasa-about, .gasa-why, .gasa-impact, .gasa-network, .gasa-community, .gasa-services, .gasa-events, .gasa-leadership, .gasa-research, .gasa-process, .gasa-resources, .gasa-newsletter { margin-right: 12px; margin-left: 12px; }
  .gasa-hero { padding-top: 58px; }
  .gasa-hero h1 { font-size: 40px; }
  .gasa-hero h1 em { font-size: 22px; }
  .hero-description { font-size: 13px; }
  .gasa-hero-actions { display: grid; }
  .gasa-button { width: 100%; }
  .gasa-hero-panel { margin-top: 44px; border-radius: 12px 12px 0 0; }
  .gasa-hero-image img { height: 280px; }
  .hero-recovery { grid-template-columns: 1fr; gap: 23px; padding: 28px 22px 30px; }
  .hero-recovery h2 { max-width: 340px; font-size: 29px; }
  .hero-recovery p:not(.gasa-kicker) { font-size: 12px; }
  .hero-recovery-actions { width: 100%; min-width: 0; }
  .gasa-hero-panel-copy { grid-template-columns: 1fr; gap: 22px; padding: 22px 20px; }
  .gasa-hero-panel dl { grid-template-columns: 1fr; }
  .gasa-hero-panel dl div { min-height: 0; padding: 12px 0; border-top: 1px solid #d8d0db; border-left: 0; }
  .gasa-recovery { padding: 40px 0; border-radius: 0 0 16px 16px; }
  .gasa-recovery-inner, .home-payment-inner { grid-template-columns: 1fr; gap: 24px; }
  .gasa-recovery h2 { font-size: 31px; }
  .home-payment-strip { width: calc(100% - 24px); margin-top: -1px; padding: 52px 0 44px; border-radius: 0 0 12px 12px; }
  .home-payment-strip::before { height: 34px; }
  .home-payment-copy h2 { font-size: 28px; }
  .gasa-about, .gasa-why, .gasa-impact, .gasa-process { padding: 62px 0 66px; }
  .gasa-about h2, .gasa-why h2, .gasa-section-top h2, .gasa-process h2 { font-size: 32px; }
  .gasa-about-copy p, .gasa-why-copy p { font-size: 13px; }
  .gasa-about-copy ul { grid-template-columns: 1fr; }
  .gasa-about-facts { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; padding-top: 22px; }
  .gasa-about-facts dl { grid-template-columns: 1fr; }
  .gasa-about-facts dl div { min-height: 0; padding: 13px 0; border-top: 1px solid #d8d0db; border-left: 0; }
  .gasa-about-facts dl div:last-child { border-bottom: 1px solid #d8d0db; }
  .gasa-why-grid { grid-template-columns: 1fr; gap: 28px; }
  .gasa-why-stat { grid-column: auto; grid-template-columns: 1fr 1fr; padding: 20px; }
  .gasa-why-stat strong { font-size: 38px; }
  .gasa-section-top { display: block; margin-bottom: 26px; }
  .gasa-section-top .gasa-kicker { margin-bottom: 13px; }
  .gasa-section-top > p:last-child { margin-top: 14px; }
  .gasa-stat-grid { gap: 9px; }
  .gasa-stat-grid article { min-height: 145px; padding: 18px 15px; border-radius: 14px; }
  .gasa-stat-grid strong, .gasa-stat-grid article:first-child strong { min-height: 34px; font-size: 27px; }
  .gasa-stat-grid span { margin-top: 13px; font-size: 9px; }
  .gasa-network { padding: 60px 0 65px; border-radius: 16px; }
  .gasa-network h2 { font-size: 38px; }
  .gasa-network-copy { font-size: 13px; }
  .gasa-network-body { grid-template-columns: 1fr; gap: 28px; margin-top: 34px; }
  .gasa-network-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .gasa-network-stats strong { min-height: 32px; font-size: 31px; }
  .gasa-network-stats span { font-size: 9px; }
  .gasa-map-canvas { width: 100%; }
  .gasa-map-popover { min-width: 118px; padding: 10px 11px; }
  .gasa-partners { padding: 58px 0 62px; }
  .partner-heading { margin-bottom: 30px; }
  .partner-marquees { gap: 8px; }
  .partner-logo { width: 145px; height: 70px; flex-basis: 145px; padding: 12px 18px; }
  .partner-logo img { max-width: 112px; max-height: 40px; }
  .gasa-community, .gasa-services, .gasa-events, .gasa-leadership, .gasa-research { padding: 60px 0 65px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .service-card-body { padding: 16px 14px 18px; }
  .service-card-body h3 { font-size: 15px; }
  .service-card-body p { font-size: 12px; }
  .gasa-community h2, .gasa-heading-row h2, .gasa-leadership h2 { font-size: 32px; }
  .community-mosaic { grid-template-columns: repeat(4, 1fr); }
  .community-statement, .community-highlight { min-height: 100px; aspect-ratio: auto; }
  .gasa-heading-row { align-items: start; }
  .event-featured { min-height: 0; grid-template-columns: 1fr; padding: 22px; }
  .event-featured h3 { margin: 28px 0 24px; font-size: 28px; }
  .event-featured > img { min-height: 210px; }
  .event-list > a { grid-template-columns: 68px 1fr auto; gap: 13px; padding-inline: 0; }
  .event-list time { width: 62px; height: 62px; }
  .research-grid > a { grid-template-columns: 112px 1fr; gap: 14px; padding-inline: 0; }
  .research-grid img { width: 112px; height: 96px; }
  .research-grid h3 { font-size: 13px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(52, 6, 73, .22); }
  .process-step:last-child { border-bottom: 0; }
  .gasa-resources { padding: 58px 0 62px; }
  .gasa-resource-grid { grid-template-columns: 1fr 1fr; }
  .gasa-resource-grid a { min-height: 96px; padding: 14px; border-bottom: 1px solid var(--line); }
  .gasa-resource-grid a:nth-child(2) { border-right: 0; }
  .gasa-resource-grid a:nth-child(n+3) { border-bottom: 0; }
  .gasa-footer { margin: 0 12px 12px; border-radius: 0 0 16px 16px; }
  .gasa-footer-inner { display: block; }
  .gasa-footer-links { justify-content: flex-start; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .22); }
  .gasa-footer small { display: block; margin-top: 20px; }
  .gasa-newsletter-layout { grid-template-columns: 1fr; gap: 24px; }
  .gasa-newsletter-layout > div:last-child { display: block; }
  .gasa-newsletter .gasa-button { width: 100%; margin-top: 20px; }
}

/* Final visual alignment: restrained information-led sections. */
.gasa-hero-panel { box-shadow: none; }
.home-payment-strip { margin-top: 0; padding-top: 58px; border-top: 1px solid rgba(52, 6, 73, .08); background: var(--sand); }
.home-payment-strip::before { display: none; }

.gasa-impact { padding-top: 86px; padding-bottom: 92px; background: #fff; }
.gasa-impact .gasa-section-top { grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); gap: 48px; margin-bottom: 42px; }
.gasa-impact .gasa-section-top h2 { max-width: 680px; }
.gasa-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid #dcd4df; border-bottom: 1px solid #dcd4df; }
.gasa-stat-grid article,
.gasa-stat-grid article:nth-child(2),
.gasa-stat-grid article:nth-child(3),
.gasa-stat-grid article:nth-child(4) {
  position: relative;
  min-height: 196px;
  padding: 28px 25px 25px;
  border-radius: 0;
  background: #fff;
}
.gasa-stat-grid article + article { border-left: 1px solid #dcd4df; }
.gasa-stat-grid article::before { position: absolute; top: -1px; right: 25px; left: 25px; height: 3px; background: var(--orange); content: ''; }
.gasa-stat-grid article:nth-child(2)::before { background: var(--purple); }
.gasa-stat-grid article:nth-child(3)::before { background: var(--green); }
.gasa-stat-grid article:nth-child(4)::before { background: #8d6c9f; }
.gasa-stat-grid strong,
.gasa-stat-grid article:first-child strong {
  min-height: 52px;
  color: var(--purple);
  font-size: clamp(31px, 2.8vw, 43px);
  line-height: 1;
}
.gasa-stat-grid article:first-child strong { white-space: nowrap; }
.gasa-stat-grid span { max-width: 205px; margin-top: 31px; color: var(--ink); font-size: 12px; line-height: 1.55; }
.gasa-source { margin-top: 18px; }

.gasa-network { width: min(1040px, calc(100% - 64px)); margin-right: auto; margin-left: auto; padding-top: 52px; padding-bottom: 54px; border-radius: 14px; }
.gasa-network-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 30px; }
.gasa-network h2 { max-width: 430px; font-size: clamp(42px, 3.4vw, 50px); }
.gasa-network-body { grid-template-columns: 172px minmax(0, 1fr); gap: 4px; margin-top: 28px; }
.gasa-network-map { display: flex; justify-content: flex-end; }
.gasa-map-canvas { width: min(100%, 780px); aspect-ratio: 1068 / 370; }
.gasa-network-stats { gap: 20px; }
.gasa-network-stats strong { min-height: 44px; font-size: 42px; }
.gasa-network-stats span { color: #d7e9e4; font-size: 10px; }

@media (max-width: 900px) {
  .gasa-stat-grid { grid-template-columns: 1fr 1fr; }
  .gasa-stat-grid article + article { border-left: 0; }
  .gasa-stat-grid article:nth-child(odd) { border-right: 1px solid #dcd4df; }
  .gasa-stat-grid article:nth-child(n + 3) { border-top: 1px solid #dcd4df; }
  .gasa-network-grid { grid-template-columns: 1fr; gap: 34px; }
  .gasa-network-body { grid-template-columns: 140px minmax(0, 1fr); gap: 24px; }
}

@media (max-width: 680px) {
  .home-payment-strip { padding-top: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .gasa-impact { padding-top: 62px; padding-bottom: 68px; }
  .gasa-impact .gasa-section-top { display: block; margin-bottom: 28px; }
  .gasa-stat-grid { grid-template-columns: 1fr 1fr; }
  .gasa-stat-grid article,
  .gasa-stat-grid article:nth-child(2),
  .gasa-stat-grid article:nth-child(3),
  .gasa-stat-grid article:nth-child(4) { min-height: 150px; padding: 21px 15px 18px; }
  .gasa-stat-grid article::before { right: 15px; left: 15px; }
  .gasa-stat-grid strong,
  .gasa-stat-grid article:first-child strong { min-height: 35px; font-size: 25px; }
  .gasa-stat-grid article:first-child strong { white-space: normal; }
  .gasa-stat-grid span { margin-top: 18px; font-size: 10px; line-height: 1.45; }
  .gasa-network { width: calc(100% - 24px); padding-top: 52px; padding-bottom: 56px; border-radius: 14px; }
  .gasa-network h2 { max-width: 360px; font-size: 38px; }
  .gasa-network-body { grid-template-columns: 1fr; gap: 25px; margin-top: 32px; }
  .gasa-map-canvas { width: 100%; aspect-ratio: 1068 / 470; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal-item { opacity: 1; transform: none; }
  .partner-track { animation-play-state: paused; }
}

/* Readability pass: remove decorative micro-copy and keep operational text clear. */
.home-page .panel-label,
.home-page .gasa-hero-image > span,
.home-page .gasa-map-popover > span,
.home-page .research-grid > a > div > span,
.home-page .gasa-resource-grid small {
  display: none;
}

.home-page .gasa-kicker {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.home-page .gasa-hero-copy > .gasa-kicker,
.home-page .gasa-network-grid .gasa-kicker,
.home-page .hero-recovery .gasa-kicker,
.home-page .gasa-section-top .gasa-kicker { display: none; }

/* The hero and network headings already identify these sections. */
.home-page .gasa-hero-copy,
.home-page .gasa-network-grid > div:first-child { min-width: 0; }
.home-page .gasa-hero h1,
.home-page .gasa-network h2 { margin-top: 0; }

.home-page .gasa-utility a,
.home-page .language-picker select,
.home-page .mobile-language-picker select { font-size: 13px; }
.home-page .gasa-header-cta { font-size: 13px; }
.home-page .hero-description { font-size: 17px; line-height: 1.75; }
.home-page .hero-recovery p:not(.gasa-kicker),
.home-page .gasa-recovery p { font-size: 15px; line-height: 1.72; }
.home-page .gasa-button { font-size: 14px; }
.home-page .gasa-heading-row > a { font-size: 14px; }
.home-page .gasa-heading-row > a b { font-size: 19px; }
.home-page .home-payment-copy > p:last-child { font-size: 15px; }
.home-page .home-payment-tags span { font-size: 15px; }
.home-page .gasa-about-copy p,
.home-page .gasa-why-copy p { font-size: 16px; line-height: 1.78; }
.home-page .gasa-about-copy li { font-size: 14px; }
.home-page .gasa-about-count > p:last-child { font-size: 13px; line-height: 1.55; }
.home-page .gasa-about-facts dt { font-size: 13px; }
.home-page .gasa-about-facts dd { font-size: 15px; }
.home-page .gasa-why-stat span { font-size: 14px; line-height: 1.55; }
.home-page .gasa-why-stat small,
.home-page .gasa-source { font-size: 12px; line-height: 1.55; }
.home-page .gasa-section-top > p:last-child { font-size: 15px; }
.home-page .gasa-stat-grid span { font-size: 14px; line-height: 1.5; }
.home-page .gasa-network-copy { font-size: 16px; }
.home-page .gasa-network-stats span { font-size: 14px; }
.home-page .gasa-map-popover strong { font-size: 14px; }
.home-page .gasa-partners p,
.home-page .community-statement,
.home-page .community-highlight,
.home-page .process-intro,
.home-page .process-step p,
.home-page .gasa-newsletter p { font-size: 15px; }
.home-page .event-featured-copy > span,
.home-page .event-featured-copy > a,
.home-page .event-list time span,
.home-page .event-list div > span { font-size: 13px; }
.home-page .event-list h3 { font-size: 16px; }
.home-page .research-grid h3 { font-size: 17px; }
.home-page .process-step h3 { font-size: 18px; }
.home-page .gasa-resource-grid strong { font-size: 15px; }
.home-page .gasa-footer p,
.home-page .gasa-footer-links a,
.home-page .gasa-footer small { font-size: 13px; }

/* Keep formal navigation and controls at the same visual scale. */
.home-page .gasa-nav-menu a,
.home-page .gasa-nav-link,
.home-page .gasa-nav-group summary { font-size: 14px; }

@media (max-width: 680px) {
  .home-page .hero-description { font-size: 15px; }
  .home-page .hero-recovery p:not(.gasa-kicker),
  .home-page .gasa-recovery p,
  .home-page .home-payment-copy > p:last-child,
  .home-page .gasa-network-copy { font-size: 14px; }
  .home-page .gasa-about-copy p,
  .home-page .gasa-why-copy p { font-size: 15px; }
  .home-page .gasa-stat-grid span,
  .home-page .gasa-network-stats span { font-size: 13px; }
  .home-page .gasa-why-stat span,
  .home-page .gasa-about-count > p:last-child,
  .home-page .gasa-source { font-size: 12px; }
  .home-page .event-list h3,
  .home-page .research-grid h3 { font-size: 15px; }
  .home-page .gasa-nav-link,
  .home-page .gasa-nav-group summary { font-size: 16px; }
}
