/* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.launch-updates-popup-open {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}


.picture-contents {
  display: contents;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
  padding: 0;
}

/* tokens.css */
@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/fonts/fredoka-latin-core.woff2") format("woff2");
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/fonts/fredoka-latin-var.woff2") format("woff2");
  unicode-range: U+00A0-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/fonts/nunito-sans-latin-core.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0, U+00A9, U+00B7, U+00E8, U+2019, U+201C-201D, U+2212;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/fonts/nunito-sans-latin-var.woff2") format("woff2");
  unicode-range: U+00A1-00A8, U+00AA-00B6, U+00B8-00E7, U+00E9-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-200F, U+2010-2018, U+201A-201B, U+201E-206F, U+20AC, U+2122, U+2191, U+2193, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-display: "Fredoka", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Nunito Sans", "Segoe UI", "Trebuchet MS", sans-serif;
  --font-card-serif: Georgia, "Times New Roman", serif;
  --font-card-sans: "Nunito Sans", "Segoe UI", "Trebuchet MS", sans-serif;
  --text-readable-min: 1.0625rem;

  --color-ink: #14213d;
  --color-ink-soft: #2f436f;
  --color-accent-primary: #148b8d;
  --color-accent-primary-strong: #0c6568;
  --color-coral: #ff735c;
  --color-sun: #ffd166;
  --color-sun-soft: #ffe6a6;
  --color-brand-blue-1: #00a1ec;
  --color-brand-blue-2: #0072ce;
  --color-brand-orange-1: #ff7800;
  --color-brand-orange-2: #ff4c00;
  --brand-bar-horizontal: linear-gradient(90deg,
      var(--color-brand-blue-1) 0 25%,
      var(--color-brand-blue-2) 25% 50%,
      var(--color-brand-orange-1) 50% 75%,
      var(--color-brand-orange-2) 75% 100%);
  --brand-bar-vertical: linear-gradient(to bottom,
      var(--color-brand-blue-1) 0 25%,
      var(--color-brand-blue-2) 25% 50%,
      var(--color-brand-orange-1) 50% 75%,
      var(--color-brand-orange-2) 75% 100%);
  --color-cream: #fffaf0;
  --color-white: #ffffff;
  --color-border: #dce4f4;
  --color-muted: #5c6f94;
  --color-success-bg: #e8f8f6;
  --color-success-text: var(--color-accent-primary-strong);

  --radius-sm: 0.6rem;
  --radius-md: 1rem;
  --radius-lg: 1.4rem;
  --radius-pill: 999px;

  --shadow-soft: 0 12px 30px rgba(20, 33, 61, 0.08);
  --shadow-strong: 0 20px 40px rgba(20, 33, 61, 0.12);

  --space-1: 0.4rem;
  --space-2: 0.7rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 5.25rem;

  --color-surface-1: rgba(255, 255, 255, 0.78);
  --color-surface-2: rgba(255, 255, 255, 0.92);
  --color-panel-border: rgba(20, 33, 61, 0.09);
  --color-panel-border-strong: rgba(20, 33, 61, 0.14);

  --shadow-glass: 0 18px 40px rgba(20, 33, 61, 0.1), 0 4px 14px rgba(20, 33, 61, 0.06);
  --shadow-panel: 0 22px 50px rgba(20, 33, 61, 0.12), 0 8px 20px rgba(20, 33, 61, 0.06);
  --shadow-card-hover: 0 26px 54px rgba(20, 33, 61, 0.15), 0 8px 22px rgba(20, 33, 61, 0.08);

  --site-shell-max: 1140px;
  --site-shell-wide-max: 1240px;
  --sticky-support-cta-height: 0px;
  --sticky-support-cta-bottom-offset: 0px;
  --sticky-support-cta-gap: 0px;
  --site-sticky-reserve: 0px;
  --nav-active-transition: 660ms;
  --nav-cta-return-transition: 660ms;
  --nav-active-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-return-ease: cubic-bezier(0.55, 0, 1, 0.45);
  --nav-cta-return-ease: cubic-bezier(0.2, 1, 0.22, 1);
  --nav-chrome-return-ease: cubic-bezier(0.18, 1, 0.22, 1);
  --brand-copy-return-ease: cubic-bezier(0.2, 1, 0.22, 1);
}

/* base.css */
html {
  color-scheme: light;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-ink);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
}

body>main,
body>.boutique-footer,
body>.mobile-nav {
  transition: opacity 220ms ease, filter 220ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--color-ink);
}

p {
  color: var(--color-ink-soft);
}

a,
button,
summary {
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--color-sun);
  outline-offset: 2px;
}

.site-shell {
  width: min(var(--site-shell-max), 92vw);
  margin-inline: auto;
}

.section {
  padding-block: clamp(2.75rem, 5.5vw, 5rem);
}

.section+.section {
  padding-top: clamp(1.15rem, 2.4vw, 2.25rem);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: var(--space-5);
}

.section-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: var(--space-3);
}

.section-heading p {
  font-size: 1.08rem;
}

.kicker {
  color: var(--color-accent-primary-strong);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  margin-bottom: var(--space-2);
}

.lead {
  font-size: clamp(1.03rem, 2.2vw, 1.25rem);
  color: #233f6f;
}

.muted {
  color: var(--color-muted);
}

.inline-link {
  color: var(--color-accent-primary-strong);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.visually-hidden {
  position: absolute !important;
  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: 0.75rem;
  top: -4rem;
  background: var(--color-ink);
  color: var(--color-white);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  z-index: 100;
}

.skip-link:focus {
  top: 0.75rem;
}

body>main {
  flex: 1 0 auto;
}

main:focus {
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.site-shell-wide {
  width: min(var(--site-shell-wide-max), 94vw);
}

.section-bleed {
  isolation: isolate;
}

.section-heading {
  position: relative;
}

.section-heading p {
  color: #2f4774;
}

body>main {
  position: relative;
  z-index: 1;
}

body:not(.page--home) main.section {
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
}

body:not(.page--home) main.section>.site-shell {
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 2.4vw, 2rem);
}

.page-title {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.6rem) clamp(1rem, 2vw, 1.4rem);
  border-radius: clamp(1rem, 1.7vw, 1.35rem);
  border: 1px solid var(--color-panel-border);
  background: var(--color-white);
  box-shadow:
    0 14px 30px rgba(20, 33, 61, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.26rem;
  background: var(--brand-bar-horizontal);
}

.page-title h1 {
  line-height: 0.98;
  letter-spacing: -0.015em;
  margin-top: 0.15rem;
}

.page-title .lead {
  max-width: 56ch;
  margin-top: 0;
}

body:not(.page--home) main.section .section {
  padding-block: clamp(1.35rem, 2.8vw, 2.15rem);
}

body:not(.page--home) main.section .section:last-child,
.launch-updates-section {
  padding-bottom: 0;
}

body.page--faq main.section .faq-list,
body.page--contact main.section .contact-card,
body.page--programs main.section .program-ladder,
body.page--404 .not-found .site-shell {
  margin-top: 0;
}

@media (max-width: 860px) {
  .site-shell-wide {
    width: min(var(--site-shell-wide-max), 94vw);
  }

  .section+.section {
    padding-top: 0.95rem;
  }

  .page-title {
    padding: 0.95rem 0.9rem 1rem;
    border-radius: 0.95rem;
  }

  .page-title::before {
    height: 0.2rem;
  }
}

/* components.css */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  position: relative;
  padding-inline: clamp(0.625rem, 1vw, 1.25rem);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-width: 0;
  text-decoration: none;
  outline: 0;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition: opacity var(--nav-active-transition) var(--nav-cta-return-ease), filter var(--nav-active-transition) var(--nav-return-ease), background var(--nav-active-transition) var(--nav-chrome-return-ease), border-color var(--nav-active-transition) var(--nav-chrome-return-ease), box-shadow var(--nav-active-transition) var(--nav-chrome-return-ease), transform 180ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

.brand-copy {
  display: flex;
  justify-content: center;
  gap: 0.12rem;
  width: clamp(10.5rem, 14vw, 12.75rem);
  max-height: 0.85rem;
  min-width: 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity var(--nav-active-transition) var(--brand-copy-return-ease), max-height var(--nav-active-transition) var(--brand-copy-return-ease), transform var(--nav-active-transition) var(--brand-copy-return-ease), visibility 0s linear 0s;
}

.brand-logo-frame {
  width: clamp(10.5rem, 14vw, 12.75rem);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 180ms ease;
}

.brand-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  font-size: 0.66rem;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-status-full {
  display: inline-flex;
  align-items: center;
}

.brand-status-full {
  gap: 0.3rem;
}

.hero-showcase .hero-stage-media::before,


.hero-showcase .hero-stage-media::after {
  display: none;
}

.brand-status-label {
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.brand-status-date {
  color: #4f6286;
  font-weight: 700;
}

.brand-status-dots {
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: var(--color-brand-blue-1);
  box-shadow:
    0.34rem 0 0 var(--color-brand-blue-2),
    0.68rem 0 0 var(--color-brand-orange-1),
    1.02rem 0 0 var(--color-brand-orange-2);
  margin-right: 1.02rem;
  flex: none;
}

.site-nav ul {
  display: flex;
  align-items: center;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.15rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.95rem;
}

.btn-primary {
  color: var(--color-white);
}

.btn-secondary {
  color: var(--color-ink);
}

.btn-icon-email {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #1ab6ff 0%, #0072ce 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.btn-icon-email img {
  width: 0.85rem;
  height: 0.85rem;
}

.btn.is-disabled,
.btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
  filter: saturate(0.75);
}

.btn.is-disabled:hover,
.btn[aria-disabled="true"]:hover {
  transform: none;
}

.button-row {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.button-row[role="list"] {
  padding: 0;
  list-style: none;
}

.button-row[role="list"]>li,
.program-ladder>.program-step {
  list-style: none;
}

.note-banner {
  margin-top: var(--space-4);
  border: 1px solid #ffe2a1;
  color: #7b4f00;
  padding: var(--space-3);
  font-weight: 700;
}

.launch-updates-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-left: 0.35rem solid rgba(0, 121, 128, 0.6);
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 161, 236, 0.12), rgba(0, 161, 236, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  box-shadow: 0 1rem 2rem rgba(20, 33, 61, 0.08);
}

.launch-updates-copy {
  flex: 1 1 21rem;
  min-width: 0;
  max-width: 62rem;
}

.launch-updates-title {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
}


.launch-updates-title-brand {
  white-space: nowrap;
}

.launch-updates-copy [data-launch-updates-copy] {
  margin: 0.35rem 0 0;
  color: var(--color-ink-soft);
  font-weight: 800;
  line-height: 1.45;
}

.launch-updates-actions {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.launch-updates-status {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.card {
  padding: var(--space-4);
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: var(--space-2);
}

.card p+p,
.location-line {
  margin-top: var(--space-3);
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.checklist li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--color-accent-primary);
}

.page-title {
  margin-bottom: var(--space-4);
}

.page-title h1 {
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  margin-bottom: var(--space-3);
}

@media (min-width: 1101px) {

  .site-nav a {
    white-space: nowrap;
    font-size: clamp(0.82rem, 0.72rem + 0.33vw, 0.95rem);
    padding-block: clamp(0.35rem, 0.26rem + 0.12vw, 0.45rem);
    padding-inline: clamp(0.45rem, 0.12rem + 0.75vw, 0.85rem);
  }

  .page--fundraising .fundraiser-payment-panel {
    align-self: center;
  }
}

@media (max-width: 1100px) {
  .header-inner {
    gap: 0.5rem;
  }

  .brand {
    min-width: 0;
    flex: 0 1 auto;
  }

  .brand-logo-frame {
    width: 3.35rem;
  }

  .brand-copy {
    align-items: center;
  }

  .brand-status {
    letter-spacing: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .brand-status-full {
    min-width: 0;
    max-width: 100%;
  }

  .brand-status-dots,


  .brand-status-date {
    display: none;
  }

  .brand-status-label {
    flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .js-enabled .site-nav {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 0.8rem;
    display: none;
  }

  .js-enabled .site-nav.is-open {
    display: block;
  }
}


.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  border-bottom: 1px solid rgba(20, 33, 61, 0.1);
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.08);
  backdrop-filter: blur(16px);
  transition: background var(--nav-active-transition) var(--nav-return-ease), border-color var(--nav-active-transition) var(--nav-cta-return-ease), box-shadow var(--nav-active-transition) var(--nav-cta-return-ease), backdrop-filter var(--nav-active-transition) var(--nav-return-ease);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(0, 161, 236, 0) 0%,
      rgba(0, 161, 236, 0.22) 22%,
      rgba(255, 120, 0, 0.18) 50%,
      rgba(255, 76, 0, 0.2) 76%,
      rgba(255, 76, 0, 0) 100%);
  pointer-events: none;
  transition: opacity var(--nav-active-transition) var(--nav-return-ease);
}

.header-inner {
  min-height: 5.4rem;
  z-index: 1;
}

.brand {
  position: relative;
  z-index: 1;
  padding: 0.35rem 0.45rem 0.35rem 0.3rem;
  margin-left: 2px;
  border-radius: 1rem;
}

.brand:focus-visible {
  outline: 3px solid rgba(0, 114, 206, 0.34);
  outline-offset: 4px;
  transform: translateY(-1px);
}

.brand:focus-visible .brand-logo {
  filter:
    drop-shadow(0 7px 14px rgba(20, 33, 61, 0.16)) drop-shadow(0 2px 5px rgba(0, 114, 206, 0.16));
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover {
    transform: translateY(-2px);
  }

  .brand:hover .brand-logo {
    filter:
      drop-shadow(0 9px 16px rgba(20, 33, 61, 0.18)) drop-shadow(0 2px 6px rgba(0, 114, 206, 0.18));
  }

  .brand:hover .brand-status {
    color: #153563;
  }
}

.brand-logo-frame {
  border-radius: 0.85rem;
}

.brand-status {
  color: #566f98;
}

.brand-status-label {
  color: #1d4d8a;
}

.site-nav ul {
  position: relative;
  z-index: 1;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: background var(--nav-active-transition) var(--nav-return-ease), box-shadow var(--nav-active-transition) var(--nav-chrome-return-ease);
}

.site-nav {
  position: relative;
  z-index: 1;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: transparent;
  box-shadow: none;
  transition: background var(--nav-active-transition) var(--nav-return-ease), border-color var(--nav-active-transition) var(--nav-chrome-return-ease), box-shadow var(--nav-active-transition) var(--nav-chrome-return-ease), transform var(--nav-active-transition) var(--nav-return-ease);
}

.header-support-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0.45rem;
  min-height: 2.8rem;
  padding: 0.68rem 1.1rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #18a05f, #0d8a4e);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.75rem 1.4rem rgba(10, 116, 65, 0.2);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity var(--nav-cta-return-transition) var(--nav-cta-return-ease), filter var(--nav-cta-return-transition) var(--nav-cta-return-ease), visibility 0s linear 0s;
}

.header-support-cta:hover,
.header-support-cta:focus-visible,
.mobile-nav-support-cta:hover,
.mobile-nav-support-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #1db66d, #0b7f47);
  transform: translateY(-1px);
}

.header-support-cta-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: currentColor;
}

.header-support-cta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.mobile-nav-support-cta {
  display: none;
}


.nav-swirl {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: clamp(2.8rem, 3.6vw, 3.8rem);

  width: max(0px, calc((100vw - 100%) / 2 - 0.75rem));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 54'%3E%3Ccircle cx='18' cy='14' r='2.6' fill='%230072ce' opacity='.85'/%3E%3Ccircle cx='32' cy='38' r='1.6' fill='%23ff7800' opacity='.75'/%3E%3Ccircle cx='46' cy='24' r='2.0' fill='%2300a1ec' opacity='.65'/%3E%3Ccircle cx='60' cy='45' r='1.3' fill='%23ff4c00' opacity='.65'/%3E%3Ccircle cx='74' cy='12' r='1.7' fill='%23ff7800' opacity='.6'/%3E%3Ccircle cx='90' cy='32' r='2.2' fill='%230072ce' opacity='.65'/%3E%3Ccircle cx='106' cy='20' r='1.4' fill='%2300a1ec' opacity='.55'/%3E%3Ccircle cx='122' cy='42' r='1.6' fill='%23ff7800' opacity='.55'/%3E%3Ccircle cx='140' cy='16' r='1.2' fill='%23ff4c00' opacity='.5'/%3E%3Ccircle cx='154' cy='34' r='1.9' fill='%230072ce' opacity='.55'/%3E%3Ccircle cx='172' cy='26' r='1.3' fill='%2300a1ec' opacity='.5'/%3E%3Ccircle cx='184' cy='44' r='1.0' fill='%23ff7800' opacity='.5'/%3E%3Ccircle cx='68' cy='30' r='2.0' fill='none' stroke='%23ff7800' stroke-width='.8' opacity='.5'/%3E%3Ccircle cx='130' cy='22' r='1.7' fill='none' stroke='%230072ce' stroke-width='.7' opacity='.45'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  opacity: 0.5;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity var(--nav-active-transition) var(--nav-cta-return-ease), filter var(--nav-active-transition) var(--nav-cta-return-ease), visibility 0s linear 0s;

  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
}

.nav-swirl--left {
  left: calc((100vw - 100%) / -2 + 0.75rem);
}

.nav-swirl--right {
  right: calc((100vw - 100%) / -2 + 0.75rem);
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 1399px) {
  .nav-swirl {
    display: none;
  }
}

@media (max-width: 1180px) {
  .header-support-cta {
    padding-inline: 0.92rem;
    font-size: 0.84rem;
  }
}

.site-nav a {
  position: relative;
  padding: 0.52rem 0.92rem;
  font-weight: 800;
  color: #153563;
  border: 1px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease,
    color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-brand-blue-1), var(--color-brand-orange-1));
  opacity: 0;
  transform: scaleX(0.65);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  background: linear-gradient(135deg, rgba(0, 161, 236, 0.14), rgba(255, 120, 0, 0.12));
  color: #10284f;
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  background: none;
  color: #0f4f8a;
}

.site-nav a[aria-current="page"]:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a:hover {
    transform: none;
  }

  .header-support-cta,
  .mobile-nav-support-cta,
  .site-sticky-support-cta,
  .site-sticky-support-button {
    transition: none;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  letter-spacing: 0.01em;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.14) 70%, rgba(255, 255, 255, 0));
  opacity: 0.75;
  pointer-events: none;
}

.btn-primary {
  border-color: rgba(0, 114, 206, 0.16);
  background: linear-gradient(135deg, #1ab6ff 0%, #0072ce 54%, #005fb8 100%);
  background-clip: padding-box;
  box-shadow:
    0 12px 26px rgba(0, 114, 206, 0.22),
    0 4px 12px rgba(20, 33, 61, 0.08);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #35c1ff 0%, #0a7dd8 54%, #0058ab 100%);
  background-clip: padding-box;
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: rgba(20, 33, 61, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  background-clip: padding-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 22px rgba(20, 33, 61, 0.05);
}

.btn-secondary:hover {
  border-color: rgba(0, 114, 206, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 248, 255, 0.98));
  background-clip: padding-box;
  transform: translateY(-2px);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  color: #0f5d99;
  font-weight: 900;
  text-decoration: none;
}

.social-link:hover {
  color: #0a4f85;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.launch-updates-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}

.before-you-go-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}

.launch-updates-popup[hidden] {
  display: none;
}

.before-you-go-popup[hidden] {
  display: none;
}

.launch-updates-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 75, 0.72);
}

.before-you-go-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 75, 0.72);
}

.launch-updates-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 30rem);
  max-height: min(44rem, calc(100dvh - 2rem));
  overflow-y: auto;
  padding: clamp(1.75rem, 5vw, 2.75rem);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 1.5rem;
  background: var(--color-white);
  box-shadow: 0 28px 76px rgba(7, 26, 75, 0.38), 0 8px 24px rgba(7, 26, 75, 0.18);
  text-align: center;
  animation: launch-updates-popup-enter 180ms ease-out both;
}

.before-you-go-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 30rem);
  max-height: min(44rem, calc(100dvh - 2rem));
  overflow-y: auto;
  padding: clamp(1.75rem, 5vw, 2.75rem);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 1.5rem;
  background: var(--color-white);
  box-shadow: 0 28px 76px rgba(7, 26, 75, 0.38), 0 8px 24px rgba(7, 26, 75, 0.18);
  text-align: center;
  animation: launch-updates-popup-enter 180ms ease-out both;
}

.launch-updates-popup-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.2rem;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--color-accent-primary), var(--color-brand-blue-2));
  box-shadow: 0 12px 24px rgba(0, 114, 206, 0.2);
}

.before-you-go-popup-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.2rem;
  place-items: center;
  border-radius: 1rem;
}

.launch-updates-popup-icon img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}

.before-you-go-popup-icon img {
  width: 2.7rem;
  height: 2.7rem;
}

.launch-updates-popup-dialog h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 7vw, 2.7rem);
  line-height: 1.06;
  color: var(--color-ink);
  text-wrap: balance;
}

.before-you-go-popup-dialog h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 7vw, 2.55rem);
  line-height: 1.06;
  color: var(--color-ink);
  text-wrap: balance;
}

.launch-updates-popup-dialog>p {
  margin: 0.9rem auto 0;
  max-width: 26rem;
  color: var(--color-ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
}

.before-you-go-popup-dialog>p {
  margin: 0.9rem auto 0;
  max-width: 26rem;
  color: var(--color-ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
}

.launch-updates-popup-primary {
  width: 100%;
  min-height: 3.1rem;
  margin-top: 1.35rem;
}

.before-you-go-popup-primary {
  width: 100%;
  min-height: 3.1rem;
  margin-top: 1.35rem;
}

.launch-updates-popup-facebook {
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--color-border);
}

.launch-updates-popup-facebook p {
  color: var(--color-ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.launch-updates-popup-facebook a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  color: #0b62a6;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.launch-updates-popup-dismiss {
  min-height: 2.75rem;
  margin-top: 0.6rem;
  padding: 0.5rem 0.9rem;
  border: 0;
  background: transparent;
  color: var(--color-muted);
  cursor: pointer;
  font-weight: 800;
}

.before-you-go-popup-dismiss {
  min-height: 2.75rem;
  margin-top: 0.6rem;
  padding: 0.5rem 0.9rem;
  border: 0;
  background: transparent;
  color: var(--color-muted);
  cursor: pointer;
  font-weight: 800;
}

.launch-updates-popup-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 33, 61, 0.06);
  color: var(--color-ink);
  cursor: pointer;
}

.before-you-go-popup-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 33, 61, 0.06);
  color: var(--color-ink);
  cursor: pointer;
}

.launch-updates-popup-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.25;
}

.before-you-go-popup-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.25;
}

.launch-updates-popup-close:hover,
.launch-updates-popup-dismiss:hover,
.before-you-go-popup-close:hover,
.before-you-go-popup-dismiss:hover {
  color: var(--color-accent-primary-strong);
}

.launch-updates-popup-close:focus-visible,
.launch-updates-popup-dismiss:focus-visible,
.launch-updates-popup-facebook a:focus-visible,
.before-you-go-popup-close:focus-visible,
.before-you-go-popup-dismiss:focus-visible,
.before-you-go-popup-primary:focus-visible {
  outline: 3px solid rgba(20, 139, 141, 0.46);
  outline-offset: 3px;
}

@keyframes launch-updates-popup-enter {
  from {
    opacity: 0;
    transform: translateY(0.65rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 420px) {

  .launch-updates-popup-dialog,
  .before-you-go-popup-dialog {
    padding: 1.55rem 1.15rem 1.25rem;
    border-radius: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-updates-popup-dialog {
    animation: none;
  }

  .before-you-go-popup-dialog {
    animation: none;
  }
}

.social-link img {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.note-banner {
  border-radius: 1rem;
  border-color: rgba(255, 210, 126, 0.9);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 209, 102, 0.28), rgba(255, 209, 102, 0.06) 28%, rgba(255, 209, 102, 0) 55%),
    linear-gradient(180deg, #fffdf5 0%, #fff8ea 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 16px rgba(123, 79, 0, 0.04);
}

.card {
  border: 1px solid var(--color-panel-border);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93));
  box-shadow:
    0 18px 34px rgba(20, 33, 61, 0.08),
    0 5px 14px rgba(20, 33, 61, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

@media (hover: hover) {
  .card {
    transition: transform 220ms cubic-bezier(0.2, 0.85, 0.25, 1), box-shadow 220ms ease, border-color 220ms ease;
  }

  .card:hover {
    transform: translateY(-4px);
    border-color: var(--color-panel-border-strong);
    box-shadow: var(--shadow-card-hover);
  }

  .card:hover h3,
  .card:hover h2 {
    color: #0d2f5c;
  }
}

.checklist li {
  color: #2b4673;
}

.checklist li::before {
  box-shadow: 0 2px 5px rgba(20, 33, 61, 0.08);
}

.site-footer {
  position: relative;
  margin-top: clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(circle at 2% 0%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 36%),
    radial-gradient(circle at 98% 5%, rgba(255, 120, 0, 0.09), rgba(255, 120, 0, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.94));
  backdrop-filter: blur(8px);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.2rem;
  background: linear-gradient(90deg,
      rgba(0, 161, 236, 0) 0%,
      rgba(0, 161, 236, 0.7) 18%,
      rgba(0, 114, 206, 0.85) 36%,
      rgba(255, 120, 0, 0.85) 64%,
      rgba(255, 76, 0, 0.78) 82%,
      rgba(255, 76, 0, 0) 100%);
  opacity: 0.75;
}

.footer-links {
  min-width: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 253, 255, 0.93));
  box-shadow:
    0 14px 30px rgba(20, 33, 61, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  flex-grow: 1.35;
}

.footer-links-title {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 161, 236, 0.2), rgba(0, 161, 236, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 6px 14px rgba(20, 33, 61, 0.08);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links-title::before {
  content: "";
  position: relative;
  top: -1.5px;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #1ab6ff 0%, #0072ce 65%, #0058ab 100%);
  box-shadow:
    0 0 0 2px rgba(26, 182, 255, 0.18),
    0 1px 4px rgba(0, 114, 206, 0.25);
}

.footer-links ul {
  justify-content: space-between;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  background: rgba(17, 118, 211, 0.08);
  color: #0b4f91;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-contact a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-legal-bar {
  flex-wrap: wrap;
  column-gap: 0.9rem;
}

.legal-nav,
.hero-stage-header>* {
  min-width: 0;
}

.legal-nav li {
  margin: 0;
}

.legal-nav a {
  text-decoration: underline;
}

.copyright {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .site-header::after {
    opacity: 0.45;
  }

  .brand-logo-frame {
    border-radius: 0.82rem;
  }

  .js-enabled .site-nav {
    border-color: rgba(20, 33, 61, 0.08);
    background: linear-gradient(180deg, #ffffff, #fcfdff);
    box-shadow:
      0 18px 34px rgba(20, 33, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .site-nav ul {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }

  .site-nav a {
    width: 100%;
    padding: 0.7rem 0.85rem;
    border-radius: 0.75rem;
  }

  .site-nav a::after {
    left: 0.8rem;
    right: auto;
    width: 1.2rem;
    bottom: 0.45rem;
  }

}

@media (max-width: 640px) {
  .footer-links-title {
    letter-spacing: 0.11em;
  }
}

@media (max-width: 480px) {
  .copyright {
    margin-top: 0.45rem;
    text-align: right;
    white-space: normal;
  }

  .hero .note-banner-text {
    max-width: 20ch;
  }
}

@media (max-width: 320px) {
  .footer-links ul {
    flex-direction: column;
  }
}


.note-banner,
.hero .note-banner {
  background: #fffaf0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 6px 14px rgba(123, 79, 0, 0.04);
}

/* pages.css */
.hero-brand-lockup {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding:
    clamp(1rem, 2.3vw, 1.55rem) clamp(1rem, 3vw, 2.25rem) clamp(0.9rem, 2vw, 1.35rem);
  border-bottom: 1px solid rgba(17, 34, 74, 0.07);
  background:
    linear-gradient(90deg, rgba(0, 161, 236, 0.055), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 78%, rgba(255, 120, 0, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(251, 253, 255, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.78);
}

.hero-brand-lockup::after {
  content: "";
  position: absolute;
  left: clamp(1rem, 3vw, 2.25rem);
  right: clamp(1rem, 3vw, 2.25rem);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(0, 161, 236, 0),
      rgba(0, 161, 236, 0.28) 18%,
      rgba(0, 114, 206, 0.26) 42%,
      rgba(255, 120, 0, 0.28) 62%,
      rgba(255, 76, 0, 0.26) 82%,
      rgba(255, 76, 0, 0));
}

.home-logo-wide {
  position: relative;
  z-index: 1;
  display: block;
  width: min(42rem, 78%);
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  filter:
    drop-shadow(0 0.48rem 0.85rem rgba(17, 34, 74, 0.14)) drop-shadow(0 0.08rem 0 rgba(255, 255, 255, 0.92)) saturate(1.08) contrast(1.04);
}

.hero-brand-lockup picture {
  width: 100%;
  line-height: 0;
}

.page--home .hero-showcase {
  padding-top: 0;
}

.hero {
  --hero-accent-blue-1: var(--color-brand-blue-1);
  --hero-accent-blue-2: var(--color-brand-blue-2);
  --hero-accent-orange-1: var(--color-brand-orange-1);
  --hero-accent-orange-2: var(--color-brand-orange-2);
}

.hero-stage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(17, 34, 74, 0.08);
  background:
    radial-gradient(circle at 96% 4%, rgba(0, 161, 236, 0.06) 0%, rgba(0, 161, 236, 0.02) 22%, rgba(0, 161, 236, 0) 60%),
    radial-gradient(circle at 4% 100%, rgba(255, 120, 0, 0.05) 0%, rgba(255, 120, 0, 0.015) 20%, rgba(255, 120, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.998), rgba(255, 254, 250, 0.985) 42%, rgba(255, 255, 255, 0.992));
  box-shadow:
    0 20px 38px rgba(17, 34, 74, 0.09),
    0 6px 16px rgba(17, 34, 74, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(17, 34, 74, 0.02);
}

.hero-stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.22rem;
  background: var(--brand-bar-horizontal);
  opacity: 0.9;
  z-index: 0;
}

.hero-stage::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -6rem;
  top: -7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 161, 236, 0.09) 0%, rgba(0, 161, 236, 0.03) 32%, rgba(0, 161, 236, 0) 72%);
  filter: blur(16px);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}

.hero-stage>* {
  position: relative;
  z-index: 1;
}

.hero-stage-header {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 1.25rem);
  align-items: start;
  padding:
    clamp(0.95rem, 2vw, 1.2rem) clamp(0.9rem, 1.9vw, 1.2rem) clamp(0.9rem, 1.8vw, 1.1rem);
}

.hero-stage-header>.hero-copy-panel {
  flex: 1.2 1 25rem;
}

.hero-stage-header>.hero-why-card {
  flex: 0.8 1 19rem;
}

.hero-stage-media {
  position: relative;
  padding:
    0 clamp(0.85rem, 1.8vw, 1.15rem) clamp(0.85rem, 1.8vw, 1.15rem);
}

.hero-stage-media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.38) 45%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-stage-media>* {
  z-index: 1;
}

.hero-copy-panel,
.hero-why-card {
  position: relative;
  isolation: isolate;
}

.hero-copy-panel {
  padding: 0.35rem 0 0.1rem;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-copy-panel>*,
.hero-why-card>* {
  position: relative;
  z-index: 1;
}

.hero-copy-panel h1 {
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: #0f1f42;
  margin-top: 0;
  margin-bottom: 0.7rem;
  text-wrap: balance;
}

.hero-copy-panel h1::after {
  content: "";
  display: block;
  width: min(10.25rem, 70%);
  height: 0.2rem;
  margin-top: 0.8rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg,
      var(--hero-accent-blue-1),
      var(--hero-accent-blue-2),
      var(--hero-accent-orange-1),
      var(--hero-accent-orange-2));
  box-shadow: 0 3px 10px rgba(0, 114, 206, 0.08);
}

.hero-copy-panel .lead {
  color: #243f6d;
  margin: 0;
  line-height: 1.58;
}

.hero .note-banner {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  max-width: 42rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 184, 98, 0.62);
  background: linear-gradient(180deg, rgba(255, 254, 249, 0.98), rgba(255, 248, 234, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 4px 10px rgba(17, 34, 74, 0.025);
  color: #5f3c00;
  padding: 0.95rem 1rem 0.95rem 1.15rem;
}

.hero .note-banner-text {
  display: block;
}

.hero .note-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.28rem;
  background: linear-gradient(to bottom,
      var(--hero-accent-blue-1),
      var(--hero-accent-blue-2),
      var(--hero-accent-orange-1),
      var(--hero-accent-orange-2));
}

.hero-art-frame .hero-image-pill {
  position: absolute;
  top: clamp(0.6rem, 1.4vw, 1rem);
  left: clamp(0.6rem, 1.4vw, 1rem);
  z-index: 2;
  max-width: calc(100% - 2rem);
  margin: 0;
}

.hero-art-frame .location-line {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-pill);
  color: #153a67;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
}

.hero-art-frame .location-line::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--hero-accent-blue-1);
  box-shadow:
    0.48rem 0 0 var(--hero-accent-blue-2),
    0.96rem 0 0 var(--hero-accent-orange-1),
    1.44rem 0 0 var(--hero-accent-orange-2);
  margin-right: 1.45rem;
  flex: none;
}

.hero-art-frame .hero-image-pill--white {
  border: 1px solid rgba(17, 34, 74, 0.08);
  background: rgba(255, 255, 255, 0.89);
  box-shadow:
    0 6px 16px rgba(17, 34, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
}

.hero-why-card {
  align-self: start;
  overflow: hidden;
  margin-top: 0.15rem;
  padding: clamp(1rem, 1.8vw, 1.15rem) clamp(0.95rem, 1.6vw, 1.1rem);
  border: 1px solid rgba(17, 34, 74, 0.07);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 161, 236, 0.05), rgba(0, 161, 236, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 8px 18px rgba(17, 34, 74, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-why-card .kicker {
  margin-bottom: 0.45rem;
  color: #3b5f8b;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-why-card h2 {
  color: #0f1f42;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.02;
  margin-bottom: 0.95rem;
  text-wrap: balance;
}

.hero-why-card .checklist,
.home-readiness-card .checklist {
  gap: 0.8rem;
}

.hero-why-card .checklist li {
  padding-left: 1.55rem;
  color: #294770;
  font-weight: 700;
  line-height: 1.4;
}

.hero-why-card .checklist li::before {
  top: 0.4rem;
  width: 0.58rem;
  height: 0.58rem;
  box-shadow: 0 2px 5px rgba(17, 34, 74, 0.06);
}

.hero-why-card .checklist li:nth-child(1)::before {
  background: var(--hero-accent-blue-1);
}

.hero-why-card .checklist li:nth-child(2)::before {
  background: var(--hero-accent-blue-2);
}

.hero-why-card .checklist li:nth-child(3)::before {
  background: var(--hero-accent-orange-1);
}

.hero-why-card .checklist li:nth-child(4)::before {
  background: var(--hero-accent-orange-2);
}

.hero-art-frame {
  position: relative;
  overflow: hidden;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28));
  aspect-ratio: 1536 / 748;
}

.hero-art-frame picture {
  width: 100%;
  height: 100%;
}

.hero-art-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 53%;
}

.section[aria-labelledby="home-story-heading"] .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 0.25rem;
  border-radius: var(--radius-pill);
  background: var(--brand-bar-vertical);
}

.section[aria-labelledby="home-story-heading"] .section-heading>* {
  margin-left: 20px;
}

.program-ladder {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-ladder>.program-step {
  flex: 1 1 calc((100% - var(--space-4)) / 2);
  min-width: min(100%, 18rem);
}


body.page--programs main.section .program-ladder>.program-step.program-extra::before {
  content: none;
}


.program-pathway-section .program-step.program-extra::after {
  content: none;
}

.program-pathway-section .program-step.program-extra::before {
  background: var(--brand-bar-horizontal);
}

.program-step {
  gap: 0.75rem;
}

.program-pathway-stage {
  --program-blue: #0b57e3;
  --program-blue-deep: #09389f;
  --program-cyan: #18b7ff;
  --program-orange: #ff7a00;
  --program-orange-deep: #ef5a00;
  --program-ink: #11224a;
  position: relative;
  border-radius: 1.6rem;
  border: 1px solid rgba(17, 34, 74, 0.09);
  background:
    radial-gradient(circle at 9% 10%, rgba(0, 161, 236, 0.18) 0%, rgba(0, 161, 236, 0.05) 18%, rgba(0, 161, 236, 0) 52%),
    radial-gradient(circle at 92% 14%, rgba(255, 120, 0, 0.13) 0%, rgba(255, 120, 0, 0.04) 20%, rgba(255, 120, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    linear-gradient(120deg, rgba(0, 114, 206, 0.06) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 120, 0, 0.05) 100%);
  box-shadow:
    0 22px 48px rgba(17, 34, 74, 0.11),
    0 6px 18px rgba(17, 34, 74, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(17, 34, 74, 0.03);
  overflow: hidden;
  isolation: isolate;
}

.program-pathway-stage::before,
.program-pathway-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(14px);
}

.program-pathway-stage::before {
  width: 20rem;
  height: 20rem;
  top: -10rem;
  left: -7rem;
  background: radial-gradient(circle, rgba(0, 161, 236, 0.16) 0%, rgba(0, 161, 236, 0) 72%);
}

.program-pathway-stage::after {
  width: 22rem;
  height: 22rem;
  right: -8rem;
  bottom: -10rem;
  background: radial-gradient(circle, rgba(255, 120, 0, 0.12) 0%, rgba(255, 120, 0, 0) 72%);
}

.program-pathway-stage>* {
  z-index: 1;
}

.program-pathway-heading {
  max-width: 58ch;
  position: relative;
}

.program-pathway-heading::after {
  content: "";
  display: block;
  width: min(28rem, 100%);
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg,
      rgba(17, 34, 74, 0.18) 0%,
      rgba(17, 34, 74, 0.08) 58%,
      rgba(17, 34, 74, 0) 100%);
}

.program-pathway-heading h2 {
  color: #0f1f42;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  width: fit-content;
  margin-bottom: 0.7rem;
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.program-pathway-heading h2::after {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: var(--radius-pill);
  background: #00a1ec;
  box-shadow:
    0.52rem 0 0 #0072ce,
    1.04rem 0 0 #ff7800,
    1.56rem 0 0 #ff4c00;
  transform: translateY(1px);
}

.program-pathway-heading p:last-child {
  color: #233f6f;
  line-height: 1.55;
  max-width: 48ch;
}

.program-pathway-section .program-ladder {
  position: relative;
  gap: 1.95rem var(--space-4);
}

.program-pathway-section .program-step {
  display: flex;
  flex-direction: column;
  --step-accent: #61b9ff;
  --step-accent-2: #00a1ec;
  --step-tint: rgba(0, 161, 236, 0.08);
  --step-ghost: rgba(0, 114, 206, 0.10);
  position: relative;
  padding: calc(var(--space-4) + 0.35rem) var(--space-4) var(--space-4);
  border: 1px solid rgba(17, 34, 74, 0.08);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 100% 0%, var(--step-tint) 0%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 16px 30px rgba(17, 34, 74, 0.08),
    0 3px 10px rgba(17, 34, 74, 0.05);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 240ms cubic-bezier(0.2, 0.85, 0.25, 1),
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.program-pathway-section .program-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 0.4rem;
  background: linear-gradient(90deg, var(--step-accent), var(--step-accent-2));
  z-index: 1;
}

.program-pathway-section .program-step::after {
  content: "0" attr(data-step);
  position: absolute;
  top: 0.8rem;
  right: 0.95rem;
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: var(--step-ghost);
  pointer-events: none;
  z-index: 0;
}

.program-pathway-section .program-step>* {
  position: relative;
  z-index: 2;
}

@media (hover: hover) {
  .program-pathway-section .program-step:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 34, 74, 0.14);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.8),
      0 22px 42px rgba(17, 34, 74, 0.13),
      0 8px 16px rgba(17, 34, 74, 0.06);
  }
}

.program-pathway-section .program-step[data-step="2"] {
  --step-accent: #ffb56a;
  --step-accent-2: #ff7800;
  --step-tint: rgba(255, 120, 0, 0.08);
  --step-ghost: rgba(255, 120, 0, 0.10);
}

.program-pathway-section .program-step[data-step="3"] {
  --step-accent: #00a1ec;
  --step-accent-2: #0072ce;
  --step-tint: rgba(0, 114, 206, 0.08);
  --step-ghost: rgba(0, 114, 206, 0.12);
}

.program-pathway-section .program-step[data-step="4"] {
  --step-accent: #ff7800;
  --step-accent-2: #ff4c00;
  --step-tint: rgba(255, 76, 0, 0.08);
  --step-ghost: rgba(255, 76, 0, 0.11);
}

.program-pathway-section .program-step[data-step="5"] {
  --step-accent: #0072ce;
  --step-accent-2: #00509b;
  --step-tint: rgba(0, 114, 206, 0.08);
  --step-ghost: rgba(0, 114, 206, 0.11);
}

.program-ladder>.program-step.reveal:nth-child(1) {
  transition-delay: 40ms;
}

.program-ladder>.program-step.reveal:nth-child(2) {
  transition-delay: 90ms;
}

.program-ladder>.program-step.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.program-ladder>.program-step.reveal:nth-child(4) {
  transition-delay: 190ms;
}

.program-ladder>.program-step.reveal:nth-child(5) {
  transition-delay: 240ms;
}

.page-title+.program-ladder>.program-step h2,
.program-pathway-section .program-step h3 {
  margin: 0;
}

.program-pathway-section .program-step h3 {
  padding-right: 2.5rem;
  color: var(--program-ink);
  font-size: clamp(1.14rem, 0.9vw + 0.95rem, 1.45rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.program-pathway-section .program-step>p:not(.program-meta) {
  color: #2f4a7a;
  line-height: 1.58;
  max-width: 39ch;
  text-wrap: pretty;
}

.page-title+.program-ladder>.program-step p+p,
.program-pathway-section .program-step p+p {
  margin-top: 0;
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0;
  min-height: 2rem;
}

.program-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  border-radius: var(--radius-pill);
  padding: 0.34rem 0.72rem;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 1px 1px rgba(17, 34, 74, 0.03);
}

@media (prefers-reduced-motion: reduce) {
  .program-ladder>.program-step.reveal {
    transition-delay: 0ms !important;
  }
}

.program-chip-age {
  color: #0f4da8;
  background: linear-gradient(180deg, rgba(0, 161, 236, 0.14), rgba(0, 161, 236, 0.07));
  border-color: rgba(0, 114, 206, 0.16);
}

.program-chip-role {
  color: #c85200;
  background: linear-gradient(180deg, rgba(255, 120, 0, 0.13), rgba(255, 120, 0, 0.06));
  border-color: rgba(255, 76, 0, 0.14);
}

.program-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.program-specs {

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.program-spec {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.program-spec+.program-spec::before {
  content: "\00B7";
  margin: 0 0.5rem;
  color: rgba(17, 34, 74, 0.4);
  font-weight: 800;
}

.info-panels,
.copy-columns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.info-panels>* {
  flex: 1 1 calc((100% - (2 * var(--space-4))) / 3);
  min-width: min(100%, 16rem);
}

.copy-columns>* {
  flex: 1 1 calc((100% - var(--space-4)) / 2);
  min-width: min(100%, 18rem);
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-list details {
  padding: var(--space-3) var(--space-4);
}

.faq-list summary {
  font-weight: 800;
  color: var(--color-ink);
  cursor: pointer;
}

.faq-list details p {
  margin-top: 0.7rem;
}

.contact-form-embed {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.contact-form-direct {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-form-direct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}

.legal-copy {
  max-width: 56rem;
}

.legal-copy h2 {
  font-size: 1.4rem;
  margin-bottom: 0.45rem;
}

.legal-copy ul {
  margin-left: 1rem;
  color: var(--color-ink-soft);
}

.legal-copy li+li {
  margin-top: 0.35rem;
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.not-found h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.not-found p {
  margin-top: var(--space-3);
  font-size: 1.15rem;
}

@media (max-width: 980px) {

  .copy-columns>* {
    flex-basis: 100%;
  }

  .hero-stage {
    box-shadow:
      0 15px 28px rgba(17, 34, 74, 0.085),
      0 4px 12px rgba(17, 34, 74, 0.038),
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      inset 0 -1px 0 rgba(17, 34, 74, 0.02);
  }

  .hero-stage-header {
    gap: var(--space-3);
    padding: 0.8rem 0.8rem 0.75rem;
  }

  .hero-stage-media::before {
    height: 1.7rem;
  }

  .hero-copy-panel {
    padding-top: 0.1rem;
  }

  .hero-why-card {
    margin-top: 0.1rem;
    padding: 0.95rem 0.95rem 1rem;
    border-radius: 1rem;
  }

  .hero-art-frame .hero-image-pill {
    max-width: calc(100% - 1.4rem);
  }
}

@media (max-width: 860px) {

  .hero-brand-lockup {
    padding: 0.78rem 0.8rem 0.68rem;
  }

  .home-logo-wide {
    width: min(22rem, 92%);
  }

  .hero-stage::before {
    height: 0.18rem;
  }

  .hero-stage::after {
    width: 12.5rem;
    height: 12.5rem;
    right: -4.5rem;
    top: -5.5rem;
    opacity: 0.32;
  }

  .hero-stage-header {
    gap: var(--space-2);
    padding: 0.65rem 0.65rem 0.6rem;
  }

  .hero-stage-media::before {
    height: 1.35rem;
  }

  .hero-copy-panel h1 {
    line-height: 0.98;
    margin-top: 0;
    margin-bottom: 0.7rem;
  }

  .hero-copy-panel h1::after {
    width: min(9.25rem, 78%);
    height: 0.18rem;
    margin-top: 0.6rem;
  }

  .hero .note-banner {
    margin-top: 0.9rem;
    width: 100%;
    max-width: none;
    padding: 0.8rem 0.9rem 0.8rem 1rem;
    border-radius: 0.9rem;
  }

  .hero .note-banner::before {
    width: 0.24rem;
  }

  .hero-art-frame .hero-image-pill {
    top: 0.55rem;
    left: 0.55rem;
    max-width: calc(100% - 1.1rem);
  }

  .hero-art-frame .location-line {
    gap: 0.45rem;
    padding: 0.45rem 0.72rem;
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .hero-art-frame .location-line::before {
    width: 0.28rem;
    height: 0.28rem;
    box-shadow:
      0.4rem 0 0 var(--hero-accent-blue-2),
      0.8rem 0 0 var(--hero-accent-orange-1),
      1.2rem 0 0 var(--hero-accent-orange-2);
    margin-right: 1.2rem;
  }

  .hero-why-card {
    margin-top: 0;
    padding: 0.85rem 0.85rem 0.95rem;
    border-radius: 0.95rem;
  }

  .hero-why-card h2 {
    margin-bottom: 0.8rem;
  }

  .program-pathway-stage {
    border-radius: 1.25rem;
  }

  .program-pathway-heading {
    margin-bottom: var(--space-4);
  }

  .program-pathway-section .program-ladder {
    gap: var(--space-4);
  }

  .program-pathway-section .program-step {
    padding-top: var(--space-3);
    padding-inline: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .program-pathway-section .program-step::before {
    height: 0.34rem;
  }

  .program-pathway-section .program-step::after {
    top: 0.7rem;
    right: 0.75rem;
    font-size: 2.25rem;
  }

  .program-pathway-section .program-step h3 {
    padding-right: 1.9rem;
  }

  .program-chip {
    font-size: 0.74rem;
  }

  .program-ladder,
  .info-panels {
    flex-direction: column;
  }

}

@media (max-width: 640px) {

  .hero-brand-lockup {
    padding: 0.72rem 0.65rem 0.62rem;
  }

  .hero-stage-header {
    padding: 0.6rem 0.6rem 0.55rem;
  }

  .hero-art-frame .hero-image-pill {
    top: 0.45rem;
    left: 0.45rem;
    max-width: calc(100% - 0.9rem);
  }

  .hero-art-frame .location-line {
    gap: 0.4rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.8rem;
    line-height: 1.15;
  }

  .hero-art-frame .location-line::before {
    width: 0.24rem;
    height: 0.24rem;
    box-shadow:
      0.34rem 0 0 var(--hero-accent-blue-2),
      0.68rem 0 0 var(--hero-accent-orange-1),
      1.02rem 0 0 var(--hero-accent-orange-2);
    margin-right: 1rem;
  }

  .hero-art-frame img {
    object-position: 57% 53%;
  }
}


.hero-showcase,
.home-story-section,
.home-program-band,
.home-readiness-band {
  position: relative;
  overflow-x: clip;
}

.hero-showcase::before,
.hero-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  filter: blur(12px);
}

.hero-showcase::before {
  width: 30rem;
  height: 30rem;
  left: -10rem;
  top: -4rem;
  background: radial-gradient(circle, rgba(0, 161, 236, 0.14) 0%, rgba(0, 161, 236, 0.03) 38%, rgba(0, 161, 236, 0) 72%);
}

.hero-showcase::after {
  width: 28rem;
  height: 28rem;
  right: -8rem;
  top: 2rem;
  background: radial-gradient(circle, rgba(255, 120, 0, 0.14) 0%, rgba(255, 120, 0, 0.03) 38%, rgba(255, 120, 0, 0) 72%);
}

.hero-showcase .hero-stage {
  border-radius: 0 0 clamp(1.3rem, 2vw, 1.7rem) clamp(1.3rem, 2vw, 1.7rem);
  background:
    radial-gradient(circle at 95% 5%, rgba(0, 161, 236, 0.1) 0%, rgba(0, 161, 236, 0.02) 22%, rgba(0, 161, 236, 0) 60%),
    radial-gradient(circle at 4% 92%, rgba(255, 120, 0, 0.1) 0%, rgba(255, 120, 0, 0.02) 18%, rgba(255, 120, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 255, 255, 0.94));
  box-shadow:
    0 28px 56px rgba(17, 34, 74, 0.13),
    0 10px 24px rgba(17, 34, 74, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.97);
}

.hero-showcase .hero-stage-header {
  padding:
    clamp(1.15rem, 2.4vw, 1.5rem) clamp(1rem, 2.2vw, 1.45rem) clamp(0.95rem, 2vw, 1.25rem);
}

.hero-showcase .hero-stage-media {
  padding:
    0 clamp(0.95rem, 2vw, 1.35rem) clamp(0.95rem, 2vw, 1.3rem);
  border-top: 0;
}

.hero-showcase .hero-copy-panel .kicker {
  margin-bottom: 0.45rem;
}

.hero-showcase .hero-copy-panel h1 {
  max-width: 20ch;
  font-size: clamp(2.25rem, 4vw + 0.35rem, 3.55rem);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.hero-showcase .hero-copy-panel .lead {
  max-width: 44ch;
}

.hero-connect-panel {
  flex-basis: 100%;
  margin-top: 0.15rem;
  margin-bottom: -0.15rem;
}

.hero-showcase .hero-why-card {
  box-shadow:
    0 14px 28px rgba(17, 34, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero-showcase .hero-art-frame {
  border-radius: 1.15rem;
  box-shadow:
    0 16px 34px rgba(17, 34, 74, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.hero-showcase .hero-art-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 31, 66, 0.02) 0%, rgba(15, 31, 66, 0) 30%, rgba(15, 31, 66, 0.12) 100%);
  pointer-events: none;
}

.page--home .launch-updates-section {
  padding-top: clamp(1.5rem, 3vw, 2.45rem);
  padding-bottom: clamp(2.05rem, 3.55vw, 3.2rem);
}

.page--home .hero-showcase {
  padding-bottom: clamp(2.25rem, 3.75vw, 3.55rem);
}

.page--home .home-story-section {
  padding-top: clamp(2.3rem, 3.2vw, 2.8rem);
  padding-bottom: clamp(3.2rem, 5.2vw, 4.75rem);
}

.home-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 251, 255, 0.72) 34%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 4% 28%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 48%),
    radial-gradient(circle at 96% 80%, rgba(255, 120, 0, 0.06), rgba(255, 120, 0, 0) 50%);
  z-index: -1;
}

.home-story-layout {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.4vw, 1.65rem);
}

.home-story-layout .section-heading {
  flex: 0.95 1 23rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 1.2rem;
  border: 1px solid rgba(17, 34, 74, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 54%),
    radial-gradient(circle at 100% 100%, rgba(255, 120, 0, 0.06), rgba(255, 120, 0, 0) 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow:
    0 14px 28px rgba(17, 34, 74, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-story-card-flow {
  display: flex;
  flex-direction: column;
  flex: 1.05 1 24rem;
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.home-story-card-flow>* {
  flex: 1 1 auto;
  min-width: 0;
}

.home-story-card-flow>.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.06), rgba(0, 161, 236, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(250, 252, 255, 0.94));
}

.home-story-card-flow>.card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 120, 0, 0.07), rgba(255, 120, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 252, 247, 0.94));
}

.page--home .home-program-band {
  padding-top: clamp(2.15rem, 3.2vw, 2.8rem);
  padding-bottom: clamp(2.55rem, 4vw, 3.65rem);
}

.home-program-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 161, 236, 0.025), rgba(255, 255, 255, 0) 18%, rgba(255, 120, 0, 0.035) 100%);
  z-index: -1;
}

.home-program-band .program-pathway-stage {
  padding: clamp(1.35rem, 2.2vw, 2.05rem);
}

.page--home .home-readiness-band {
  padding-top: clamp(1.95rem, 2.6vw, 2.4rem);
}

.home-readiness-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 250, 255, 0.82) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 10% 12%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 52%),
    radial-gradient(circle at 92% 78%, rgba(255, 120, 0, 0.08), rgba(255, 120, 0, 0) 56%);
  z-index: -1;
}

.page--home .home-readiness-band {
  padding-bottom: clamp(4.3rem, 6.4vw, 5.75rem);
}

.page--home .site-footer {
  margin-top: 0;
}

.home-readiness-layout {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.2vw, 1.4rem);
}

.home-readiness-card {
  flex: 1.08 1 24rem;
}

.home-timeline-card {
  flex: 0.92 1 22rem;
}

.home-readiness-card,
.home-timeline-card {
  height: 100%;
}

.home-readiness-card h2,
.home-timeline-card h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 1.2vw + 1rem, 1.9rem);
}

.home-readiness-card>p {
  margin-bottom: 0.85rem;
}

.home-timeline-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 120, 0, 0.08), rgba(255, 120, 0, 0) 58%),
    radial-gradient(circle at 0% 100%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 252, 255, 0.93));
}

.launch-timeline {
  counter-reset: launch-step;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0.3rem 0 0;
  padding: 0;
  list-style: none;
}

.launch-timeline li {
  position: relative;
  padding: 0.85rem 0.9rem 0.85rem 3rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(17, 34, 74, 0.07);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.launch-timeline li::before {
  counter-increment: launch-step;
  content: counter(launch-step);
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  font-size: 0.8rem;
  background: linear-gradient(135deg, var(--color-brand-blue-1), var(--color-brand-orange-1));
  box-shadow: 0 4px 10px rgba(17, 34, 74, 0.12);
}

.launch-timeline h3 {
  margin: 0;
  font-size: 1rem;
}

.launch-timeline p {
  margin: 0.35rem 0 0;
  color: #31507f;
  line-height: 1.45;
}

.home-cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 0% 0%, rgba(53, 193, 255, 0.26), rgba(53, 193, 255, 0.08) 24%, rgba(53, 193, 255, 0) 58%),
    radial-gradient(circle at 100% 100%, rgba(255, 120, 0, 0.28), rgba(255, 120, 0, 0.08) 24%, rgba(255, 120, 0, 0) 58%),
    linear-gradient(135deg, rgba(15, 31, 66, 0.94), rgba(24, 44, 89, 0.95) 46%, rgba(10, 92, 122, 0.92) 100%);
  box-shadow:
    0 26px 54px rgba(17, 34, 74, 0.24),
    0 8px 24px rgba(17, 34, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.home-cta-panel .kicker {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 5px;
}

.home-cta-panel h2 {
  margin: 0;
  color: #fff;
  text-wrap: balance;
}

.home-cta-panel p:last-child {
  margin-bottom: 0;
  color: rgba(241, 246, 255, 0.9);
}

.home-cta-panel .button-row {
  flex: 0 0 auto;
  margin-top: 0;
}

.home-cta-panel .btn-primary {
  background: linear-gradient(135deg, #1cc6ff 0%, #0f8df1 50%, #006dd0 100%);
  box-shadow:
    0 14px 28px rgba(0, 114, 206, 0.32),
    0 6px 14px rgba(17, 34, 74, 0.16);
}

.home-cta-panel .btn-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-cta-panel .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
}

.home-cta-panel.hero-connect-panel {
  gap: 0.75rem;
  padding: clamp(0.8rem, 1.4vw, 1rem);
  border-radius: 1.1rem;
}

.home-cta-panel.hero-connect-panel h2 {
  font-size: clamp(1.1rem, 1.1vw + 0.9rem, 1.45rem);
  line-height: 1.1;
}

.home-cta-panel.hero-connect-panel p:last-child {
  margin-top: 0.3rem;
  line-height: 1.35;
  max-width: 52ch;
}

.home-cta-panel.hero-connect-panel .button-row {
  gap: 0.55rem;
}

.home-cta-panel.hero-connect-panel .btn {
  min-height: 2.55rem;
  padding: 0.65rem 1rem;
}

body.page--about main.section .info-panels .card {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.07), rgba(0, 161, 236, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93));
}

.copy-columns>.card h2 {
  margin-bottom: var(--space-2);
}

body.page--programs main.section .program-ladder {
  counter-reset: programs-step;
  gap: 1rem;
}

body.page--programs main.section .program-ladder>.program-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: calc(var(--space-4) + 0.3rem) var(--space-4) var(--space-4);
  border-radius: 1.15rem;
  border: 1px solid rgba(17, 34, 74, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 255, 0.93));
  box-shadow:
    0 16px 30px rgba(17, 34, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.page--programs main.section .program-ladder>.program-step::before {
  counter-increment: programs-step;
  content: "0" counter(programs-step);
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: rgba(0, 114, 206, 0.1);
}

body.page--programs main.section .program-ladder>.program-step:nth-child(2n)::before {
  color: rgba(255, 120, 0, 0.11);
}

body.page--programs main.section .program-ladder>.program-step h2 {
  margin: 0;
  padding-right: 2rem;
  line-height: 1.06;
}

body.page--programs main.section .program-ladder>.program-step>p:not(.program-meta) {
  max-width: 38ch;
}

body.page--faq .faq-list {
  gap: 0.85rem;
}

body.page--faq .faq-list details {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(17, 34, 74, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.06), rgba(0, 161, 236, 0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(253, 254, 255, 0.93));
  box-shadow:
    0 12px 22px rgba(17, 34, 74, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.page--faq .faq-list summary {
  list-style: none;
  position: relative;
  padding-right: 1.75rem;
}

body.page--faq .faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0.05rem;
  top: 0;
  font-weight: 900;
  color: #0f5d99;
}

body.page--faq .faq-list details[open] summary::after {
  content: "-";
}

body.page--contact .contact-card {
  max-width: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0) 56%),
    radial-gradient(circle at 0% 100%, rgba(255, 120, 0, 0.08), rgba(255, 120, 0, 0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 255, 0.94));
}

body.page--contact .contact-card>h2 {
  margin-bottom: 0.25rem;
}

body.page--contact .contact-form-embed {
  margin-top: 0.85rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page--contact .contact-form-direct-actions {
  margin-top: 0.1rem;
}

body.page--contact .contact-form-direct-actions .btn-primary {
  border: 0;
  box-shadow: none;
}

body.page--contact .contact-form-direct-actions .btn-primary:hover {
  transform: none;
}

body.page--contact .contact-direct-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 34, 74, 0.1);
}

body.page--contact .contact-direct-panel h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

body.page--contact .contact-direct-panel>p {
  max-width: 54rem;
  color: var(--color-ink-soft);
  font-weight: 700;
}

body.page--contact .contact-email-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.8rem;
  font-style: normal;
}

body.page--contact .contact-email-list p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  align-items: center;
  margin: 0;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(17, 34, 74, 0.09);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
}

body.page--contact .contact-email-list span {
  color: #355279;
  font-weight: 800;
}

body.page--contact .contact-email-list a {
  color: #0f4f8d;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}

body.page--contact .contact-card .note-banner {
  margin-top: 1rem;
}

body.page--contact .contact-update-links {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.page--contact .contact-email-updates-link {
  min-height: 2.45rem;
  padding-inline: 0.95rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

@media (max-width: 640px) {
  body.page--contact .contact-email-list p {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.page--legal-privacy .legal-copy>section,
body.page--legal-terms .legal-copy>section {
  padding: 1rem 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(17, 34, 74, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 253, 255, 0.92));
  box-shadow:
    0 10px 20px rgba(17, 34, 74, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.page--legal-privacy .legal-copy>section h2,
body.page--legal-terms .legal-copy>section h2 {
  margin-top: 0;
}

body.page--legal-privacy .legal-copy ul,
body.page--legal-terms .legal-copy ul {
  margin-top: 0.35rem;
  padding-left: 1rem;
}

body.page--joeys-letter {
  background: var(--color-white);
}

body.page--joeys-letter .joey-letter-page .site-shell {
  max-width: 62rem;
}

body.page--joeys-letter .page-title {
  max-width: 56rem;
}

body.page--joeys-letter .joey-letter {
  display: flex;
  flex-direction: column;
  gap: clamp(1.55rem, 2.8vw, 2.25rem);
  max-width: 58rem;
}

body.page--joeys-letter .joey-letter-section {
  position: relative;
  padding-left: clamp(1rem, 2.2vw, 1.35rem);
  max-width: 56rem;
}

body.page--joeys-letter .joey-letter-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18rem;
  bottom: 0.18rem;
  width: 0.28rem;
  border-radius: var(--radius-pill);

}

body.page--joeys-letter .joey-letter-section:nth-child(4n + 1)::before {
  background: var(--color-brand-blue-1);
}

body.page--joeys-letter .joey-letter-section:nth-child(4n + 2)::before {
  background: var(--color-brand-orange-1);
}

body.page--joeys-letter .joey-letter-section:nth-child(4n + 3)::before {
  background: var(--color-brand-blue-2);
}

body.page--joeys-letter .joey-letter-section:nth-child(4n + 4)::before {
  background: var(--color-brand-orange-2);
}


body.page--joeys-letter .joey-letter-recognition-section::before {
  display: none;
}


body.page--joeys-letter .joey-letter-recognition-section~.joey-letter-section:nth-child(4n + 1)::before {
  background: var(--color-brand-orange-2);
}

body.page--joeys-letter .joey-letter-recognition-section~.joey-letter-section:nth-child(4n + 3)::before {
  background: var(--color-brand-orange-1);
}

body.page--joeys-letter .joey-letter-recognition-section~.joey-letter-section:nth-child(4n + 4)::before {
  background: var(--color-brand-blue-2);
}

body.page--joeys-letter .joey-letter-section h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

body.page--joeys-letter .joey-letter-section p {
  color: var(--color-ink);
  font-size: clamp(1.08rem, 0.98rem + 0.24vw, 1.2rem);
  font-weight: 500;
  line-height: 1.7;
}

body.page--joeys-letter .joey-letter-section p+p {
  margin-top: clamp(0.95rem, 1.8vw, 1.2rem);
}

body.page--joeys-letter .joey-letter-recognition {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
}

body.page--joeys-letter .joey-letter-recognition-card {
  flex: 1 1 calc((100% - var(--space-3)) / 2);
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid rgba(17, 34, 74, 0.1);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: 0 0.8rem 1.6rem rgba(20, 33, 61, 0.07);
}

body.page--joeys-letter .joey-letter-recognition-amount {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding: 0.32rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 161, 236, 0.1);
  color: var(--color-accent-primary-strong);
  font-weight: 900;
}

body.page--joeys-letter .joey-letter-recognition-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

body.page--joeys-letter .joey-letter-recognition-card p {
  color: var(--color-ink-soft);
}

body.page--joeys-letter .joey-letter-next-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-2);
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border-top: 1px solid rgba(17, 34, 74, 0.12);
  border-bottom: 1px solid rgba(17, 34, 74, 0.12);
}

body.page--joeys-letter .joey-letter-next-steps h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

body.page--joeys-letter .joey-letter-next-steps .button-row,
body.page--joeys-letter .joey-letter-social-row {
  margin-top: 0;
}

@media (max-width: 760px) {
  body.page--joeys-letter .joey-letter-recognition-card {
    flex-basis: 100%;
  }

  body.page--joeys-letter .joey-letter-next-steps {
    padding-inline: 0;
  }
}

body.page--404 .not-found {
  min-height: calc(100dvh - 13rem);
}

body.page--404 .not-found .site-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
  border-radius: 1.25rem;
  border: 1px solid rgba(17, 34, 74, 0.08);
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 161, 236, 0.12), rgba(0, 161, 236, 0.03) 24%, rgba(0, 161, 236, 0) 56%),
    radial-gradient(circle at 92% 88%, rgba(255, 120, 0, 0.14), rgba(255, 120, 0, 0.04) 26%, rgba(255, 120, 0, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 252, 255, 0.95));
  box-shadow:
    0 22px 46px rgba(17, 34, 74, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.page--404 .not-found nav .button-row {
  margin-top: 1.1rem;
}


@media (max-width: 1100px) {

  .home-story-layout,
  .home-readiness-layout,
  .home-cta-panel {
    flex-direction: column;
  }

  .home-cta-panel .button-row {
    margin-top: 0.4rem;
  }
}

@media (max-width: 980px) {
  .hero-showcase .hero-stage {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .hero-showcase .hero-stage::before,
  .hero-showcase .hero-stage::after,
  .hero-showcase .hero-art-frame::after {
    display: none;
  }

  .hero-showcase .hero-stage-header>.hero-copy-panel,
  .hero-showcase .hero-stage-header>.hero-why-card,
  .hero-showcase .hero-stage-header>.hero-connect-panel,
  .home-story-section>.site-shell>.section-heading,
  .home-story-section>.site-shell>.copy-columns>.card,
  .home-readiness-band .home-readiness-layout>.home-readiness-card,
  .home-readiness-band .home-readiness-layout>.home-timeline-card {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .hero-showcase .hero-stage-header>.hero-copy-panel {
    padding: clamp(1rem, 2.6vw, 1.35rem);
    border-radius: 1.1rem;
    border: 1px solid rgba(17, 34, 74, 0.08);
    background:
      radial-gradient(circle at 98% 8%, rgba(0, 161, 236, 0.08), rgba(0, 161, 236, 0.02) 24%, rgba(0, 161, 236, 0) 58%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 253, 255, 0.94));
    box-shadow:
      0 16px 30px rgba(17, 34, 74, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }

  .hero-showcase .hero-stage-media {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: clamp(0.4rem, 1.8vw, 0.8rem);
    padding: 0;
    border-top: 0;
  }

  .hero-showcase .hero-art-frame {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(180deg,
        #000 0%,
        #000 84%,
        transparent 100%);
    mask-image: linear-gradient(180deg,
        #000 0%,
        #000 84%,
        transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .hero-showcase .hero-art-frame img {
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        #000 12%,
        #000 80%,
        rgba(0, 0, 0, 0.4) 92%,
        transparent 100%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        #000 12%,
        #000 80%,
        rgba(0, 0, 0, 0.4) 92%,
        transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .home-story-card-flow>* {
    flex-basis: 100%;
  }

  body.page--programs main.section .program-ladder {
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .hero-showcase .hero-stage-header {
    padding: 0.85rem 0.85rem 0.75rem;
  }

  .hero-showcase .hero-copy-panel h1 {
    font-size: clamp(1.95rem, 7vw, 2.5rem);
  }

  .home-story-layout .section-heading,
  .home-cta-panel {
    border-radius: 1rem;
  }

  .home-readiness-layout {
    gap: 0.85rem;
  }

  .launch-timeline li {
    padding: 0.8rem 0.75rem 0.8rem 2.75rem;
  }

  .launch-timeline li::before {
    left: 0.65rem;
    top: 0.72rem;
  }

  body.page--contact .contact-form-embed {
    padding: 0.65rem;
  }
}

@media (max-width: 640px) {

  .home-story-layout .section-heading,
  body.page--legal-privacy .legal-copy>section,
  body.page--legal-terms .legal-copy>section {
    padding: 0.9rem;
  }

  .home-program-band .program-pathway-stage {
    padding: 0.95rem;
  }

  .home-cta-panel .button-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

}

.page--fundraising .launch-updates-section-fundraiser {
  padding-top: clamp(1rem, 1.65vw, 1.45rem);
}

.page--fundraising .fundraiser-progress-panel,
.page--fundraising .fundraiser-payment-panel {
  border-radius: 1.25rem;
}

.page--fundraising .fundraiser-payment-panel {
  max-height: none;
  overscroll-behavior: auto;
  display: flex;
  flex-direction: column;
}

.page--fundraising .fundraiser-progress-panel h1,
.page--fundraising .fundraiser-payment-panel h2 {
  margin-bottom: var(--space-3);
}

.page--fundraising .fundraiser-meter-track {
  display: flex;
}

.page--fundraising .fundraiser-goal-badge {
  flex-wrap: wrap;
  margin-top: clamp(0.9rem, 2vw, 1.15rem);
}

.page--fundraising .fundraiser-goal-amount {
  max-width: 100%;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1;
}

.page--fundraising .fundraiser-breakdown h2 {
  margin-bottom: var(--space-2);
}

.page--fundraising .fundraiser-breakdown-list {
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-breakdown-list li {
  padding-left: 0.85rem;
  border-left: 4px solid rgba(0, 161, 236, 0.35);
}

.page--fundraising .fundraiser-payment-actions {
  flex-wrap: wrap;
}

.page--fundraising .fundraiser-payment-button:hover {
  transform: translateY(-2px);
}

.page--fundraising .fundraiser-payment-button.is-disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 22px rgba(20, 33, 61, 0.12);
  opacity: 0.92;
}

.page--fundraising .fundraiser-payment-button.is-disabled:hover {
  transform: none;
}

.page--fundraising .fundraiser-payment-button-logo {
  color: var(--color-white);
}

.page--fundraising .fundraiser-payment-button-logo--mark {
  padding: 0.42rem;
}

.page--fundraising .fundraiser-payment-button-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.page--fundraising .fundraiser-payment-button-copy>span {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  line-height: 1.05;
  text-wrap: balance;
}

.page--fundraising .fundraiser-payment-button.is-disabled small {
  color: rgba(255, 255, 255, 0.78);
}

.page--fundraising .fundraiser-recognition-intro {
  --recognition-context-accent: var(--color-blue);
  position: relative;
  max-width: none;
  margin-bottom: clamp(1.35rem, 3vw, 2.1rem);
  padding: clamp(1.05rem, 2.35vw, 1.55rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1rem, 3vw, 2.2rem);
}

.page--fundraising .fundraiser-recognition-intro-copy {
  position: relative;
  z-index: 1;
  flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page--fundraising .fundraiser-recognition-intro h2 {
  max-width: 11ch;
  font-size: clamp(2.35rem, 5vw, 3.45rem);
  line-height: 0.96;
  margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
}

.page--fundraising .fundraiser-recognition-intro-copy p {
  max-width: 38rem;
  color: var(--color-ink-soft);
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
  font-weight: 750;
  line-height: 1.62;
}

.page--fundraising .fundraiser-recognition-context {
  position: relative;
  z-index: 1;
  flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.7rem, 1.25vw, 0.9rem);
}

.page--fundraising .fundraiser-recognition-context-card {
  position: relative;
  min-width: 0;
  padding: clamp(0.82rem, 1.7vw, 1rem) clamp(0.95rem, 1.8vw, 1.1rem) clamp(0.84rem, 1.7vw, 1.04rem);
  border: 1px solid rgba(0, 114, 206, 0.14);
  border-left: 0.28rem solid var(--recognition-context-accent);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 0.55rem 1.15rem rgba(7, 26, 75, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.page--fundraising .fundraiser-recognition-context-card h3 {
  margin: 0 0 0.34rem;
  color: var(--color-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.2;
}

.page--fundraising .fundraiser-recognition-context-card p {
  margin: 0;
  max-width: none;
  color: var(--color-ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 650;
  line-height: 1.55;
}

.page--fundraising .fundraiser-recognition-tiers {
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-recognition-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.page--fundraising .fundraiser-recognition-card h3 {
  margin-bottom: var(--space-2);
}

.page--fundraising .fundraiser-recognition-card p {
  color: var(--color-muted);
}

.page--fundraising .fundraiser-recognition-availability,
.page--fundraising .fundraiser-recognition-note {
  max-width: none;
  margin: 0;
  color: var(--color-text);
}

@media (max-width: 980px) {

  .page--fundraising .fundraiser-recognition-intro-copy,
  .page--fundraising .fundraiser-recognition-context {
    flex-basis: 100%;
  }

  .page--fundraising .fundraiser-recognition-intro h2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .page--fundraising .fundraiser-recognition-intro {
    padding: 1rem 0.95rem 1.05rem;
    gap: 1rem;
  }

  .page--fundraising .fundraiser-recognition-intro h2 {
    font-size: clamp(2.05rem, 11vw, 2.65rem);
  }

  .page--fundraising .fundraiser-recognition-context {
    gap: 0.72rem;
  }

  .page--fundraising .fundraiser-recognition-outro-copy {
    flex: none !important;
  }
}


.page--fundraising .fundraiser-recognition-cta {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1 0 100%;
  width: 100%;
  margin-top: clamp(1.1rem, 2.3vw, 1.6rem);
}

.page--fundraising .fundraiser-recognition-cta-buttons {
  --recognition-pledge-stack-width: min(100%, 27.5rem);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.7rem;
  width: 100%;
  max-width: min(100%, 57rem);
  margin-inline: auto;
}

.page--fundraising .fundraiser-recognition-cta-buttons--outro {
  max-width: min(100%, 45rem);
}

.page--fundraising .fundraiser-recognition-cta-buttons:not(.fundraiser-recognition-cta-buttons--outro) .fundraiser-recognition-pledge-text>span {
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
}

.page--fundraising .fundraiser-recognition-pledge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.75rem, 1.6vw, 0.95rem);
  flex: 1 1 0;
  min-width: 0;
  min-height: 5.35rem;
  padding: 1rem 1.1rem;
  border: 0;
  border-radius: 1rem;
  color: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page--fundraising .fundraiser-recognition-pledge-logo {
  flex: 0 0 auto;
}

.page--fundraising .fundraiser-recognition-pledge-logo--mark {
  box-sizing: border-box;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.72rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.17);
  object-fit: contain;
}

.page--fundraising .fundraiser-recognition-pledge-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.page--fundraising .fundraiser-recognition-pledge--venmo {
  background: linear-gradient(135deg, #0072ce 0%, #00a1ec 100%);
}

.page--fundraising .fundraiser-recognition-pledge--kickstarter {
  background: linear-gradient(135deg, #18a05f 0%, #0d8a4e 100%);
}

.page--fundraising .fundraiser-recognition-pledge--kickstarter .fundraiser-recognition-pledge-logo--mark {
  background: rgba(255, 255, 255, 0.94);
}

@media (hover: hover) {
  .page--fundraising .fundraiser-recognition-pledge:hover {
    transform: translateY(-2px);
  }
}

.page--fundraising .fundraiser-recognition-pledge:focus-visible {
  outline: 3px solid rgba(7, 26, 75, 0.55);
  outline-offset: 3px;
}

.page--fundraising .fundraiser-recognition-pledge-text>span {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  line-height: 1.05;
  text-wrap: balance;
}

.page--fundraising .fundraiser-recognition-pledge small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.28;
}


.page--fundraising .fundraiser-recognition-outro {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1.5rem, 3.2vw, 2.4rem);
  padding: clamp(1.25rem, 2.6vw, 1.8rem) clamp(1.25rem, 3vw, 2.2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1rem, 2.8vw, 2.15rem);
  border: 1px solid var(--color-panel-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(15, 167, 165, 0.08), rgba(15, 167, 165, 0) 34%),
    linear-gradient(180deg, var(--color-white), #f5fbf7);
  box-shadow: 0 0.75rem 1.65rem rgba(7, 26, 75, 0.06);
}

.page--fundraising .fundraiser-recognition-outro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.42rem;
  background: var(--brand-bar-vertical);
}

.page--fundraising .fundraiser-recognition-outro-copy {
  position: relative;
  z-index: 1;
  flex: 1 1 28rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page--fundraising .fundraiser-recognition-outro-copy h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  line-height: 1.1;
  color: var(--color-ink);
}

.page--fundraising .fundraiser-recognition-outro-copy p {
  margin: 0;
  max-width: 56ch;
  color: var(--color-ink-soft);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  font-weight: 700;
  line-height: 1.5;
}

.page--fundraising .fundraiser-recognition-outro-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: clamp(0.85rem, 1.7vw, 1.1rem) 0 0;
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-recognition-outro-steps li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.25rem;
  padding: 0.38rem 0.62rem 0.42rem 0.48rem;
  border: 1px solid rgba(7, 26, 75, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-ink);
  box-shadow: 0 0.5rem 1rem rgba(7, 26, 75, 0.045);
}

.page--fundraising .fundraiser-recognition-outro-steps span {
  width: 1.38rem;
  height: 1.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--color-sun);
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.page--fundraising .fundraiser-recognition-outro-steps strong {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
}

.page--fundraising .fundraiser-recognition-cta-buttons--outro {
  position: relative;
  z-index: 1;
  flex: 1 1 34rem;
  justify-content: center;
}

@media (max-width: 860px) {

  .page--fundraising .fundraiser-recognition-cta-buttons,
  .page--fundraising .fundraiser-recognition-cta-buttons:not(.fundraiser-recognition-cta-buttons--outro) {
    flex-direction: column;
    align-items: stretch;
    max-width: var(--recognition-pledge-stack-width);
  }

  .page--fundraising .fundraiser-recognition-pledge {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page--fundraising .fundraiser-recognition-cta-buttons {
    align-self: center;
  }

  .page--fundraising .fundraiser-recognition-outro {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.25rem;
  }


  .page--fundraising .fundraiser-recognition-outro-copy {
    width: 100%;
    justify-content: flex-start;
  }

  .page--fundraising .fundraiser-recognition-outro-steps {
    flex-direction: column;
    width: 100%;
  }

  .page--fundraising .fundraiser-recognition-outro-steps li {
    width: 100%;
  }
}


.recognition-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.recognition-lightbox[hidden] {
  display: none;
}

.recognition-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 75, 0.84);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.recognition-lightbox-dialog {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: min(92vw, 60rem);
  max-height: 92vh;
}

.recognition-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.recognition-lightbox-caption {
  margin: 0;
  max-width: 40rem;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.recognition-lightbox-close {
  position: absolute;
  top: clamp(0.75rem, 3vw, 1.5rem);
  right: clamp(0.75rem, 3vw, 1.5rem);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #14213d;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.recognition-lightbox-close svg {
  width: 1.4rem;
  height: 1.4rem;
}

.recognition-lightbox-close:hover {
  transform: scale(1.08);
  background: #fff;
}

.recognition-lightbox-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

body.recognition-lightbox-open {
  overflow: hidden;
}

@media (max-width: 960px) {

  .page--fundraising .fundraiser-payment-panel {
    max-height: none;
    overscroll-behavior: auto;
  }
}


.hero-stage::after,
.hero-stage-media::before,
.hero-showcase::before,
.hero-showcase::after,
.home-story-section::before,
.home-program-band::before,
.home-readiness-band::before {
  display: none;
}

.page--fundraising {
  background: var(--color-white);
}

/* boutique-refresh.css */

.page--fundraising #main,
.boutique-footer {
  --color-ink: #071a4b;
  --color-ink-soft: #385175;
  --color-muted: #5f7392;
  --color-accent-primary: #0fa7a5;
  --color-accent-primary-strong: #087f7d;
  --color-coral: #ff5f56;
  --color-sun: #ffc421;
  --color-sun-soft: #fff4c8;
  --color-purple: #8b62c9;
  --color-blue: #0b6cd8;
  --color-cream: #fff8e8;
  --color-sky: #ecfbff;
  --color-white: #ffffff;
  --color-border: #d9e7f1;
  --color-panel-border: rgba(7, 26, 75, 0.11);
  --color-panel-border-strong: rgba(7, 26, 75, 0.18);
  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --radius-pill: 8px;
  --launch-strip-gap: clamp(2.5rem, 2.5vw, 3rem);

  --ltg-gap: calc(clamp(2.75rem, 5.5vw, 5rem) + 4px);
  --shadow-soft: 0 10px 24px rgba(7, 26, 75, 0.08);
  --shadow-strong: 0 18px 45px rgba(7, 26, 75, 0.12);
  --shadow-panel: 0 22px 50px rgba(7, 26, 75, 0.12), 0 8px 20px rgba(7, 26, 75, 0.06);
}

.page--fundraising .site-footer {
  margin-top: 0;
  border-top: none;
}

.page--fundraising #main .kicker {
  color: var(--color-accent-primary-strong);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
}

.page--fundraising #main .btn,
.boutique-footer .btn {
  min-height: 54px;
  border: 0;
  border-radius: var(--radius-sm);
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.page--fundraising #main .btn-primary,
.boutique-footer .btn-primary {
  background: var(--color-coral);
  color: var(--color-white);
}

.page--fundraising #main .btn-primary:hover,
.page--fundraising #main .btn-primary:focus-visible,
.boutique-footer .btn-primary:hover,
.boutique-footer .btn-primary:focus-visible {
  background: #ef443e;
  color: var(--color-white);
}

.page--fundraising #main .btn-secondary,
.boutique-footer .btn-secondary {
  border: 0;
  background: var(--color-sun);
  color: var(--color-ink);
}

.page--fundraising #main .btn-secondary:hover,
.page--fundraising #main .btn-secondary:focus-visible,
.boutique-footer .btn-secondary:hover,
.boutique-footer .btn-secondary:focus-visible {
  background: #ffb800;
  color: var(--color-ink);
}

.page--fundraising #main :where(.fundraiser-progress-panel h1,
  .fundraiser-payment-panel h2,
  .fundraiser-partners-intro h2,
  .footer-close-copy h2) {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

.page--fundraising .fundraiser-hero::after {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: -76px;
  width: min(700px, 50vw);
  aspect-ratio: 16 / 9;
  background: image-set(url("/assets/img/hero/fundraiser/movement-circuit-hero.avif?v=20260626a") type("image/avif"),
      url("/assets/img/hero/fundraiser/movement-circuit-hero.webp?v=20260625b") type("image/webp")) center / contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.page--fundraising .fundraiser-progress-panel p,
.page--fundraising .fundraiser-payment-panel p {
  color: var(--color-ink-soft);
}

.page--fundraising .fundraiser-goal-badge,


.page--fundraising .fundraiser-meter,


.page--fundraising .fundraiser-stats div {
  border-radius: var(--radius-sm);
}

.page--fundraising .fundraiser-goal-badge {
  align-items: center;
  gap: 0.42rem 1rem;
  border-left: 0.42rem solid rgba(15, 167, 165, 0.78);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(232, 251, 249, 0.9), rgba(255, 255, 255, 0.7) 68%),
    var(--color-sky);
}

.page--fundraising .fundraiser-goal-copy {
  min-width: 0;
}

.page--fundraising .fundraiser-goal-copy {
  flex: 1 1 100%;
  transform: translateY(12px);
}

.page--fundraising .fundraiser-goal-title-row {
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-width: 0;
}

.page--fundraising .fundraiser-goal-name {
  flex: 1 1 auto;
}

.page--fundraising .fundraiser-goal-amount {
  font-size: clamp(1.2rem, 2.1vw, 1.48rem);
}

.page--fundraising .fundraiser-payment-button {
  flex-basis: 100%;
  flex-grow: 1;
}

.page--fundraising .launch-updates-section-fundraiser {
  margin-top: 0;
}

.page--home #main .launch-updates-section,
.page--fundraising #main .launch-updates-section {
  padding-block: 40px;
  background: #e8fbfb;
  color: var(--color-ink);
  font-size: 18px;
  line-height: 1.6;
}

.page--home #main .launch-updates-callout,
.page--fundraising #main .launch-updates-callout {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: center;
  overflow: hidden;
  padding: 2.35rem 2.55rem;
  border: 1px solid rgba(15, 167, 165, 0.22);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.page--home #main .launch-updates-callout::before,
.page--fundraising #main .launch-updates-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--color-coral), var(--color-sun), var(--color-accent-primary));
}

.page--home #main .launch-updates-copy,
.page--fundraising #main .launch-updates-copy {
  flex: 1 1 21rem;
  min-width: 0;
  max-width: 62rem;
}

.page--home #main .launch-updates-title,
.page--fundraising #main .launch-updates-title {
  margin: 0.2rem 0 0.45rem;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 780;
  line-height: 1.05;
  text-wrap: balance;
}

.page--home #main .launch-updates-copy [data-launch-updates-copy],
.page--fundraising #main .launch-updates-copy [data-launch-updates-copy] {
  margin: 0;
  color: var(--color-ink-soft);
  font-weight: 800;
  line-height: 1.45;
}

.page--home #main .launch-updates-actions,
.page--fundraising #main .launch-updates-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: flex-end;
}

.page--home #main .launch-updates-actions .btn[data-launch-updates-link],
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link] {
  min-height: 50px;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(15, 167, 165, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 251, 255, 0.94));
  color: var(--color-ink);
  box-shadow: 0 14px 26px rgba(15, 167, 165, 0.13);
}

.page--home #main .launch-updates-actions .btn[data-launch-updates-link]:hover,
.page--home #main .launch-updates-actions .btn[data-launch-updates-link]:focus-visible,
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link]:hover,
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link]:focus-visible {
  border-color: rgba(15, 167, 165, 0.42);
  background:
    linear-gradient(180deg, var(--color-white), rgba(232, 251, 251, 0.98));
  color: var(--color-ink);
}

.page--home #main .launch-updates-actions .btn[data-launch-updates-link].is-disabled,
.page--home #main .launch-updates-actions .btn[data-launch-updates-link][aria-disabled="true"],
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link].is-disabled,
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link][aria-disabled="true"] {
  opacity: 1;
  filter: none;
}

.page--home #main .launch-updates-actions .btn[data-launch-updates-link] .btn-icon-email,
.page--fundraising #main .launch-updates-actions .btn[data-launch-updates-link] .btn-icon-email {
  background: linear-gradient(135deg, var(--color-accent-primary), var(--color-brand-blue-2));
}

.page--home #main .launch-updates-status,
.page--fundraising #main .launch-updates-status {
  margin: 0;
  align-self: stretch;
  text-align: center;
  color: var(--color-ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.65;
}

.page--fundraising .fundraiser-recognition-section {

  padding-top: var(--ltg-gap);
  padding-bottom: calc(var(--ltg-gap) + clamp(2rem, 4vw, 3rem) * 0.325);
  background: var(--color-white);
}


.page--fundraising .fundraiser-recognition-tiers {
  --fundraiser-tier-divider-gap: clamp(2.25rem, 4.3vw, 3.35rem);
  display: flex;
  flex-direction: column;
  gap: var(--fundraiser-tier-divider-gap);
}

.page--fundraising .fundraiser-recognition-tier {
  --tier-accent: var(--color-blue);
  position: relative;
  min-width: 0;
}

.page--fundraising .fundraiser-recognition-tier+.fundraiser-recognition-tier::before {
  content: "";
  position: absolute;
  top: calc(var(--fundraiser-tier-divider-gap) / -2);
  left: 50%;
  width: min(19rem, 68vw);
  height: 0.75rem;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, var(--color-white) 0 0.13rem, var(--tier-accent) 0.14rem 0.27rem, transparent 0.28rem),
    radial-gradient(circle at 42% 50%, color-mix(in srgb, var(--tier-accent) 82%, var(--color-white)) 0 0.09rem, transparent 0.1rem),
    radial-gradient(circle at 58% 50%, color-mix(in srgb, var(--tier-accent) 82%, var(--color-white)) 0 0.09rem, transparent 0.1rem),
    linear-gradient(90deg, transparent, rgba(20, 33, 61, 0.18), color-mix(in srgb, var(--tier-accent) 42%, rgba(20, 33, 61, 0.2)), rgba(20, 33, 61, 0.18), transparent) center 35% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--tier-accent) 22%, transparent), transparent) center 65% / 72% 1px no-repeat;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.86));
  pointer-events: none;
}

.page--fundraising .fundraiser-recognition-card {
  position: relative;
  border: 1px solid var(--color-panel-border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 96% 0%, color-mix(in srgb, var(--tier-accent) 7%, transparent), transparent 34%),
    linear-gradient(180deg, var(--color-white), #fbfdff);
  box-shadow:
    0 0.75rem 1.65rem rgba(7, 26, 75, 0.08),
    0 0.18rem 0.5rem rgba(7, 26, 75, 0.04);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page--fundraising .fundraiser-recognition-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--tier-accent) 38%, transparent), transparent);
  opacity: 0.7;
  pointer-events: none;
}


.page--fundraising .fundraiser-recognition-tier:nth-child(2) {
  --tier-accent: #1f9d57;

}

.page--fundraising .fundraiser-recognition-tier:nth-child(3) {
  --tier-accent: #ef4136;

}

.page--fundraising .fundraiser-recognition-tier:nth-child(4) {
  --tier-accent: var(--color-purple);

}

.page--fundraising .fundraiser-recognition-tier:nth-child(5) {
  --tier-accent: #e69400;

}


.page--fundraising .fundraiser-recognition-banner {
  position: relative;
  display: block;
}

.page--fundraising .fundraiser-recognition-banner picture {
  line-height: 0;
}

.page--fundraising .fundraiser-recognition-banner img {
  width: 100%;
  height: auto;
  border-bottom: 4px solid var(--tier-accent);
}


.page--fundraising .fundraiser-recognition-amount {
  position: absolute;
  top: clamp(0.6rem, 1.6vw, 1rem);
  left: clamp(0.6rem, 1.6vw, 1rem);
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  background: var(--tier-accent);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 6px 16px rgba(7, 26, 75, 0.3);
}


.page--fundraising .fundraiser-recognition-body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1.35vw, 0.9rem);
  padding: clamp(1.05rem, 2.45vw, 1.65rem);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--tier-accent) 5%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 255, 0.72));
}

.page--fundraising .fundraiser-recognition-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1.1rem, 2.8vw, 2rem);
}

.page--fundraising .fundraiser-recognition-card-copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}


.page--fundraising .fundraiser-recognition-visual {
  flex: 0 0 auto;
  width: clamp(12rem, 32%, 18rem);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page--fundraising .fundraiser-recognition-visual-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
}

.page--fundraising .fundraiser-recognition-visual picture {
  line-height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-cream);
  border: 2px solid var(--tier-accent);
  box-shadow: 0 10px 22px rgba(7, 26, 75, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .page--fundraising .fundraiser-recognition-visual-btn:hover picture {
    transform: scale(1.02);
    box-shadow: 0 16px 30px rgba(7, 26, 75, 0.22);
  }
}

.page--fundraising .fundraiser-recognition-visual img {
  width: 100%;
  height: auto;
}

.page--fundraising .fundraiser-recognition-visual-caption {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: center;
}

.page--fundraising .fundraiser-recognition-card-copy h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--color-ink);
}

.page--fundraising .fundraiser-recognition-card-copy p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.6;
}


.page--fundraising .fundraiser-recognition-featured {
  margin-top: clamp(0.9rem, 2vw, 1.25rem);
  padding: 0.62rem 0.85rem 0.64rem;
  border-left: 3px solid var(--tier-accent);
  border-radius: 0 8px 8px 0;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.75);
}

.page--fundraising .fundraiser-recognition-featured-eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tier-accent);
}

.page--fundraising .fundraiser-recognition-featured-name {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-ink);
}

.page--fundraising .fundraiser-recognition-featured-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-muted);
}


.page--fundraising .fundraiser-recognition-rewards-wrap {
  position: relative;
  margin-top: 0;
  padding-top: clamp(0.35rem, 0.85vw, 0.55rem);
}

.page--fundraising .fundraiser-recognition-rewards-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 clamp(0.75rem, 1.5vw, 0.95rem);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

.page--fundraising .fundraiser-recognition-rewards-label::before {
  content: "";
  flex: 0 0 auto;
  width: 1.9rem;
  height: 0.24rem;
  border-radius: 999px;
  background: var(--tier-accent);
}

.page--fundraising .fundraiser-recognition-rewards-label::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  min-width: 2rem;
  background: linear-gradient(90deg, color-mix(in srgb, var(--tier-accent) 22%, rgba(7, 26, 75, 0.08)), rgba(7, 26, 75, 0));
}

.page--fundraising .fundraiser-recognition-reward-groups {
  display: flex;
  flex-direction: column;
  gap: clamp(0.72rem, 1.35vw, 0.95rem);
}

.page--fundraising .fundraiser-recognition-reward-group {
  --group-accent: var(--tier-accent);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.55rem, 1.1vw, 0.72rem);
  padding: clamp(0.42rem, 0.9vw, 0.6rem) 0 clamp(0.46rem, 0.9vw, 0.62rem) clamp(0.95rem, 1.5vw, 1.1rem);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--tier-accent) 10%, transparent), transparent 32%),
    linear-gradient(90deg, color-mix(in srgb, var(--tier-accent) 5%, transparent), rgba(255, 255, 255, 0) 82%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -1px 0 rgba(7, 26, 75, 0.018);
}

.page--fundraising .fundraiser-recognition-reward-group::before {
  content: "";
  position: absolute;
  inset: 0.18rem auto 0.08rem 0;
  width: 0.22rem;
  border-radius: 999px;
  background: var(--group-accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.page--fundraising .fundraiser-recognition-reward-group+.fundraiser-recognition-reward-group {
  padding-top: clamp(0.52rem, 1.05vw, 0.72rem);
}

.page--fundraising .fundraiser-recognition-reward-group-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86);
}

.page--fundraising .fundraiser-recognition-reward-group-label::after {
  content: none;
}

.page--fundraising .fundraiser-recognition-rewards {
  --recognition-reward-gap: clamp(0.7rem, 1.6vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: var(--recognition-reward-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-recognition-reward {
  display: flex;
  align-items: center;
  gap: clamp(0.72rem, 1.35vw, 0.9rem);
  flex: 0 1 calc((100% - var(--recognition-reward-gap)) / 2);
  min-width: 0;
  padding-block: 0.05rem;
}

.page--fundraising .fundraiser-recognition-reward-thumb {
  flex: 0 0 auto;
  width: clamp(5rem, 9vw, 7rem);
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-cream);
  border: 2px solid var(--tier-accent);
  box-shadow:
    0 5px 13px rgba(7, 26, 75, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

.page--fundraising button.fundraiser-recognition-reward-thumb {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page--fundraising .fundraiser-recognition-reward-thumb:focus-visible,
.page--fundraising .fundraiser-recognition-visual-btn:focus-visible {
  outline: 3px solid var(--tier-accent);
  outline-offset: 3px;
}

@media (hover: hover) {
  .page--fundraising button.fundraiser-recognition-reward-thumb:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 18px rgba(7, 26, 75, 0.22);
  }
}

.page--fundraising .fundraiser-recognition-reward-thumb picture {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.page--fundraising .fundraiser-recognition-reward-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page--fundraising .fundraiser-recognition-reward-text {
  min-width: 0;
  color: var(--color-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.page--fundraising .fundraiser-recognition-reward-note {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.76rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-muted);
}


.page--fundraising .fundraiser-story-section {
  padding: 3.2rem 0;
  overflow: clip;
  background: #fff;
  color: #08285f;
}

.page--fundraising .fundraiser-supporters-section {
  --supporters-ink: #fdf7ee;
  --supporters-muted: rgba(253, 247, 238, 0.74);
  --supporters-rule: rgba(253, 247, 238, 0.2);
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  overflow: clip;
  color: var(--supporters-ink);
  background:
    radial-gradient(circle at 88% 9%, rgba(15, 167, 165, 0.32), transparent 31rem),
    radial-gradient(circle at 9% 94%, rgba(239, 65, 54, 0.2), transparent 26rem),
    linear-gradient(136deg, #06152e 0%, #0a2955 54%, #08234a 100%);
}

.page--fundraising .fundraiser-supporters-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto 1.45rem;
}

.page--fundraising .fundraiser-supporters-heading-copy {
  max-width: 55ch;
}

.page--fundraising .fundraiser-supporters-tier-amount {
  margin: 0;
  color: #78d9df;
  font-family: var(--font-card-sans);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page--fundraising #main .fundraiser-supporters-heading-copy h2 {
  max-width: 18ch;
  margin: 0.45rem 0 0;
  color: var(--supporters-ink);
  font-family: var(--font-card-serif);
  font-size: clamp(2.35rem, 4.8vw, 4.45rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.page--fundraising #main .fundraiser-supporters-heading-copy>p:last-child {
  margin: 0.9rem 0 0;
  color: var(--supporters-muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 650;
  line-height: 1.5;
}

.page--fundraising .fundraiser-supporters-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  max-width: 72rem;
  margin: 0 auto 1.35rem;
}

.page--fundraising .fundraiser-supporters-legend {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: var(--supporters-muted);
  font-size: 0.88rem;
  font-weight: 760;
}

.page--fundraising .fundraiser-supporters-k-legend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.27rem;
  background: #31c46d;
  color: #062d18;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.page--fundraising .fundraiser-supporters-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 4.1rem;
  padding: 0.68rem 0.72rem 0.68rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.72rem;
  background: var(--supporters-ink);
  color: #08285f;
  box-shadow: 0 0.7rem 1.6rem rgba(0, 0, 0, 0.2);
  font-family: var(--font-card-sans);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.page--fundraising .fundraiser-supporters-link-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.16rem;
}

.page--fundraising .fundraiser-supporters-link-prompt {
  color: #315071;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.2;
}

.page--fundraising .fundraiser-supporters-link-action {
  display: inline-flex;
  align-items: center;
  color: #075e72;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
}

.page--fundraising .fundraiser-supporters-link-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #08747d;
  color: var(--supporters-ink);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.page--fundraising .fundraiser-supporters-link:hover,
.page--fundraising .fundraiser-supporters-link:focus-visible {
  background: #fff;
  box-shadow: 0 0.92rem 2rem rgba(0, 0, 0, 0.26);
  transform: translateY(-1px);
}

.page--fundraising .fundraiser-supporters-link:hover .fundraiser-supporters-link-arrow,
.page--fundraising .fundraiser-supporters-link:focus-visible .fundraiser-supporters-link-arrow {
  background: #053f54;
}

.page--fundraising .fundraiser-supporters-link:focus-visible {
  outline: 3px solid rgba(120, 217, 223, 0.66);
  outline-offset: 4px;
}

.page--fundraising .fundraiser-supporters-tiers {
  display: flex;
  flex-direction: column;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  border: 1px solid var(--supporters-rule);
  border-radius: 1.2rem;
  list-style: none;
  overflow: hidden;
  background: rgba(2, 15, 34, 0.34);
  box-shadow: 0 1.75rem 4rem rgba(0, 0, 0, 0.2);
}

.page--fundraising .fundraiser-supporters-tier {
  --supporter-tier-accent: #78d9df;
  --supporter-tier-wash: rgba(120, 217, 223, 0.1);
  --supporter-tier-glow: rgba(120, 217, 223, 0.3);
  flex: 1 1 100%;
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--supporters-rule);
}

.page--fundraising .fundraiser-supporters-tier:first-child {
  border-top: 0;
}

.page--fundraising .fundraiser-supporters-tier[data-tier-key="tiny-tyke"] {
  --supporter-tier-accent: #78d9df;
  --supporter-tier-wash: rgba(120, 217, 223, 0.1);
  --supporter-tier-glow: rgba(120, 217, 223, 0.3);
}

.page--fundraising .fundraiser-supporters-tier[data-tier-key="little-learner"] {
  --supporter-tier-accent: #72e891;
  --supporter-tier-wash: rgba(114, 232, 145, 0.1);
  --supporter-tier-glow: rgba(114, 232, 145, 0.3);
}

.page--fundraising .fundraiser-supporters-tier[data-tier-key="mighty-mover"] {
  --supporter-tier-accent: #ff8179;
  --supporter-tier-wash: rgba(255, 129, 121, 0.1);
  --supporter-tier-glow: rgba(255, 129, 121, 0.3);
}

.page--fundraising .fundraiser-supporters-tier[data-tier-key="founding-friend"] {
  --supporter-tier-accent: #c9a7ff;
  --supporter-tier-wash: rgba(201, 167, 255, 0.1);
  --supporter-tier-glow: rgba(201, 167, 255, 0.3);
}

.page--fundraising .fundraiser-supporters-tier[data-tier-key="legacy-champion"] {
  --supporter-tier-accent: #ffca52;
  --supporter-tier-wash: rgba(255, 202, 82, 0.1);
  --supporter-tier-glow: rgba(255, 202, 82, 0.3);
}

.page--fundraising .fundraiser-supporters-tier-card {
  position: relative;
  min-height: 100%;
  padding: 1.6rem 1.45rem 1.7rem;
}

.page--fundraising .fundraiser-supporters-tier-card::before {
  position: absolute;
  top: 0;
  left: 1.45rem;
  width: 3rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--supporter-tier-accent);
  content: "";
}

.page--fundraising .fundraiser-supporters-tier-amount {
  color: var(--supporter-tier-accent);
}

.page--fundraising #main .fundraiser-supporters-tier h3 {
  min-height: 2.4em;
  margin: 0.5rem 0 1.25rem;
  color: var(--supporters-ink);
  font-family: var(--font-card-serif);
  font-size: clamp(1.26rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
}

.page--fundraising .fundraiser-supporters-names {
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
  margin: 0;
  /* margin-bottom: 20px; */
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-supporters-name {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--supporters-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

.page--fundraising .fundraiser-supporters-k-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 0.28rem;
  background: #31c46d;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
  transform: translateY(-1.5px);
}

.page--fundraising .fundraiser-supporters-k-badge>span {
  color: #062d18;
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.page--fundraising .fundraiser-kickstarter-progress {
  max-width: 72rem;
  margin: clamp(1.35rem, 3vw, 2.1rem) auto 0;
  padding: clamp(1.15rem, 3vw, 1.6rem);
  border: 1px solid rgba(114, 232, 145, 0.32);
  border-radius: 1rem;
  background:
    linear-gradient(115deg, rgba(114, 232, 145, 0.12), transparent 48%),
    rgba(2, 15, 34, 0.48);
  box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.18);
}

.page--fundraising .fundraiser-kickstarter-progress-head,
.page--fundraising .fundraiser-kickstarter-progress-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 1rem;
}

.page--fundraising .fundraiser-kickstarter-progress-kicker,
.page--fundraising .fundraiser-kickstarter-progress-backers,
.page--fundraising .fundraiser-kickstarter-progress-meta p {
  margin: 0;
  color: var(--supporters-muted);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.3;
}

.page--fundraising .fundraiser-kickstarter-progress-kicker {
  color: #72e891;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page--fundraising #main .fundraiser-kickstarter-progress h3 {
  margin: 0.26rem 0 0;
  color: var(--supporters-ink);
  font-family: var(--font-card-serif);
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.page--fundraising .fundraiser-kickstarter-progress-backers {
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(114, 232, 145, 0.28);
  border-radius: 999px;
  color: #b8f7c6;
}

.page--fundraising .fundraiser-kickstarter-progress-meter {
  margin-top: 1rem;
}

.page--fundraising .fundraiser-kickstarter-progress-track-wrap {
  position: relative;
  min-height: 2.3rem;
}

.page--fundraising .fundraiser-kickstarter-progress-track {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(0, 11, 29, 0.7);
}

.page--fundraising .fundraiser-kickstarter-progress-fill {
  width: var(--meter-fill-width, 0%);
  background: linear-gradient(90deg, #15924d, #72e891);
  box-shadow: 0 0 1rem rgba(114, 232, 145, 0.38);
}

/* The compact card keeps detail in its persistent brief below the meter;
   a floating tooltip would compete with its editorial heading. */
.page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-tip {
  display: none;
}

.page--fundraising .fundraiser-kickstarter-progress-percent {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: clamp(1.7rem, var(--meter-fill-width, 0%), calc(100% - 1.7rem));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  padding: 0.12rem 0.52rem 0;
  border: 2px solid #b8f7c6;
  border-radius: 999px;
  background: #15924d;
  box-shadow: 0 0.28rem 0.72rem rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-zone-fill::before {
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.44),
    0 0 0 2px rgba(114, 232, 145, 0.16);
}

.page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-zone-remaining::before {
  background:
    linear-gradient(90deg, rgba(114, 232, 145, 0.16), rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(135deg, rgba(114, 232, 145, 0.1) 0 7px, transparent 7px 15px);
  box-shadow: inset 0 0 0 2px rgba(114, 232, 145, 0.22);
}

.page--fundraising .fundraiser-kickstarter-progress-meta {
  margin-top: 0.86rem;
}

.page--fundraising .fundraiser-kickstarter-progress-countdown {
  color: #b8f7c6 !important;
}

.page--fundraising .fundraiser-kickstarter-impact-brief {
  display: block;
  min-block-size: 8rem;
  margin-top: 0.9rem;
  padding: 0.8rem 0.9rem;
  border-left: 3px solid #72e891;
  border-radius: 0 0.58rem 0.58rem 0;
  background: rgba(114, 232, 145, 0.1);
}

.page--fundraising .fundraiser-kickstarter-impact-brief p,
.page--fundraising .fundraiser-kickstarter-impact-brief h4 {
  margin: 0;
}

.page--fundraising .fundraiser-kickstarter-impact-brief [data-fundraiser-impact-kicker] {
  color: #72e891;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page--fundraising .fundraiser-kickstarter-impact-brief h4 {
  margin-top: 0.2rem;
  color: var(--supporters-ink);
  font-family: var(--font-card-serif);
  font-size: 1.05rem;
}

.page--fundraising .fundraiser-kickstarter-impact-brief [data-fundraiser-impact-copy] {
  margin-top: 0.35rem;
  color: var(--supporters-muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

.page--fundraising .fundraiser-cheer-squad-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  overflow: clip;
  color: #08285f;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 115, 92, 0.2), transparent 20rem),
    #eaf7ff;
}

.page--fundraising .fundraiser-cheer-squad-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 0.38rem;
  background: var(--brand-bar-horizontal);
  content: "";
}

.page--fundraising .fundraiser-cheer-squad-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(2rem, 5vw, 4.75rem);
}

.page--fundraising .fundraiser-cheer-squad-copy {
  flex: 1 1 34rem;
  max-width: 46rem;
}

.page--fundraising #main .fundraiser-cheer-squad-copy h2 {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  max-width: 18ch;
  margin: 0;
  color: #08285f;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.page--fundraising .fundraiser-cheer-squad-copy h2>span {
  flex: 0 0 auto;
  font-size: 0.62em;
  line-height: 1.25;
  transform: rotate(-7deg);
}

.page--fundraising .fundraiser-cheer-squad-lead {
  max-width: 42ch;
  margin: 1.4rem 0 0;
  color: #075e72;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 850;
  line-height: 1.4;
  text-wrap: pretty;
}

.page--fundraising .fundraiser-cheer-squad-copy>p:not(.fundraiser-cheer-squad-lead) {
  max-width: 68ch;
  margin: 0.8rem 0 0;
  color: #24466f;
  font-size: 1.04rem;
  font-weight: 620;
  line-height: 1.65;
  text-wrap: pretty;
}

.page--fundraising .fundraiser-cheer-squad-ways {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-cheer-squad-ways li {
  display: flex;
  flex: 1 1 14rem;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(8, 40, 95, 0.17);
  color: #08285f;
  font-weight: 800;
  line-height: 1.3;
}

.page--fundraising .fundraiser-cheer-squad-ways li::before {
  color: #e84b2e;
  content: "★";
  font-size: 0.82rem;
}

.page--fundraising .fundraiser-cheer-squad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.6rem;
}

.page--fundraising .fundraiser-cheer-squad-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.78rem 1.1rem;
  border: 2px solid #0a51c8;
  border-radius: var(--radius-pill);
  color: #fff;
  background: #0a51c8;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.page--fundraising .fundraiser-cheer-squad-action--facebook {
  color: #08285f;
  background: #fff;
}

.page--fundraising .fundraiser-cheer-squad-action:hover,
.page--fundraising .fundraiser-cheer-squad-action:focus-visible {
  border-color: #e84b2e;
  color: #fff;
  background: #c93d24;
  transform: translateY(-1px);
}

.page--fundraising .fundraiser-cheer-squad-action:focus-visible {
  outline: 3px solid rgba(10, 81, 200, 0.3);
  outline-offset: 4px;
}

.page--fundraising .fundraiser-cheer-squad-roster {
  display: flex;
  flex: 1 1 23rem;
  flex-direction: column;
  justify-content: center;
  min-width: min(100%, 22rem);
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border: 2px solid #0a51c8;
  border-radius: 1rem;
  background: #fff;
}

.page--fundraising .fundraiser-cheer-squad-roster-label {
  margin: 0;
  color: #c93d24;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page--fundraising #main .fundraiser-cheer-squad-empty h3 {
  margin: 0.6rem 0 0;
  color: #08285f;
  font-family: var(--font-card-serif);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.page--fundraising .fundraiser-cheer-squad-empty p {
  margin: 0.8rem 0 0;
  color: #24466f;
  font-weight: 650;
  line-height: 1.55;
  text-wrap: pretty;
}

.page--fundraising .fundraiser-cheer-squad-empty a {
  color: #075e72;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.11em;
  text-underline-offset: 0.2em;
}

.page--fundraising .fundraiser-cheer-squad-members {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem 1.25rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.page--fundraising .fundraiser-cheer-squad-members li {
  flex: 1 1 10rem;
  color: #08285f;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
}

.page--fundraising .fundraiser-cheer-squad-members li>span {
  margin-right: 0.38rem;
  color: #e84b2e;
}

.page--fundraising .fundraiser-cheer-squad-privacy {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 40, 95, 0.17);
  color: #38577d;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .page--fundraising .fundraiser-cheer-squad-layout {
    gap: 2.2rem;
  }

  .page--fundraising .fundraiser-cheer-squad-copy,
  .page--fundraising .fundraiser-cheer-squad-roster {
    flex-basis: 100%;
    max-width: none;
  }

  .page--fundraising .fundraiser-cheer-squad-action {
    flex: 1 1 15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page--fundraising .fundraiser-cheer-squad-action {
    transition-duration: 0ms;
  }
}

@media (max-width: 560px) {

  .page--fundraising .fundraiser-supporters-controls,
  .page--fundraising .fundraiser-supporters-link {
    width: 100%;
  }

  .page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-zone .fundraiser-meter-tip {
    width: min(18rem, calc(100vw - 2rem));
  }

  .page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-zone-remaining .fundraiser-meter-tip {
    right: 0;
    left: auto;
    transform: translate(0, 4px);
  }

  .page--fundraising .fundraiser-kickstarter-progress .fundraiser-meter-zone-remaining .fundraiser-meter-tip::after {
    right: 0.9rem;
    left: auto;
    transform: rotate(45deg);
  }

  .page--fundraising .fundraiser-supporters-tiers {
    gap: 1rem;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .page--fundraising .fundraiser-supporters-tier,
  .page--fundraising .fundraiser-supporters-tier:not(:first-child) {
    border: 1px solid var(--supporters-rule);
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(112deg, var(--supporter-tier-wash), rgba(2, 15, 34, 0.46) 58%);
    box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.16);
  }

  .page--fundraising .fundraiser-supporters-tier-card,
  .page--fundraising .fundraiser-supporters-tier:not(:first-child) .fundraiser-supporters-tier-card {
    padding-top: clamp(1.7rem, 7vw, 2rem);
    background: transparent;
  }

  .page--fundraising .fundraiser-supporters-tier-card::before,
  .page--fundraising .fundraiser-supporters-tier:not(:first-child) .fundraiser-supporters-tier-card::before {
    left: 1.45rem;
    width: 3rem;
    height: 0.22rem;
    border-radius: 999px;
    box-shadow: 0 0.4rem 1rem var(--supporter-tier-glow);
  }

  .page--fundraising .fundraiser-supporters-names {
    padding-left: 20px;
  }
}

@media (min-width: 561px) {
  .page--fundraising .fundraiser-supporters-intro {
    margin-bottom: 1.2rem;
  }

  .page--fundraising .fundraiser-supporters-controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page--fundraising .fundraiser-supporters-tiers {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .page--fundraising .fundraiser-supporters-tier {
    flex: 1 1 50%;
    border-top: 0;
    border-left: 1px solid var(--supporters-rule);
  }

  .page--fundraising .fundraiser-supporters-tier:nth-child(odd) {
    border-left: 0;
  }
}

@media (min-width: 1101px) {
  .page--fundraising .fundraiser-supporters-tier {
    flex-basis: max(11.5rem, 20%);
  }

  .page--fundraising .fundraiser-supporters-tier:nth-child(odd) {
    border-left: 1px solid var(--supporters-rule);
  }

  .page--fundraising .fundraiser-supporters-tier:first-child {
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page--fundraising .fundraiser-supporters-link {
    transition: none;
  }
}

.page--fundraising .fundraiser-story-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.2rem;
  border: 1px solid rgba(8, 40, 95, 0.14);
  border-radius: 8px;
  background: linear-gradient(120deg, #fff7ec, #fff 44%, #f4fbff);
  box-shadow: 0 12px 28px rgba(8, 40, 95, 0.07);
}

.page--fundraising .fundraiser-story-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 8rem;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
  background: #fff7dc;
}

.page--fundraising .fundraiser-story-mark img {
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  object-fit: contain;
}

.page--fundraising .fundraiser-story-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.page--fundraising #main .fundraiser-story-copy h2 {
  margin: 0;
  color: #08285f;
  font-family: var(--font-card-serif);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.page--fundraising #main .fundraiser-story-copy p {
  max-width: 48rem;
  margin: 0.55rem 0 0;
  color: #315071;
  font-size: 1.02rem;
  font-weight: 740;
  line-height: 1.48;
}

.page--fundraising .fundraiser-story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 3rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(11, 115, 217, 0.22);
  border-radius: 8px;
  background: transparent;
  color: #0b73d9;
  font-family: var(--font-card-sans);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.page--fundraising .fundraiser-story-link:hover,
.page--fundraising .fundraiser-story-link:focus-visible {
  border-color: #0b73d9;
  background: #0b73d9;
  color: #fff;
}

.page--fundraising .fundraiser-story-link:focus-visible {
  outline: 3px solid rgba(11, 115, 217, 0.3);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .page--fundraising .fundraiser-story-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page--fundraising .fundraiser-story-section {
    padding: 2.35rem 0;
  }

  .page--fundraising #main .fundraiser-story-copy h2 {
    font-size: 2rem;
  }

  .page--fundraising .fundraiser-story-mark {
    flex-basis: 6.7rem;
    width: 6.7rem;
    height: 6.7rem;
  }

  .page--fundraising .fundraiser-story-mark img {
    width: 5.55rem;
    height: 5.55rem;
  }
}

@media (max-width: 560px) {
  .page--fundraising .fundraiser-story-link {
    width: 100%;
  }
}

.page--fundraising .fundraiser-partners-section {
  background: var(--color-white);

  padding-top: calc(var(--ltg-gap) + 5px);
  padding-bottom: calc(clamp(4.75rem, 8vw, 7.4rem) + 8px);
}

.page--fundraising .fundraiser-partners-intro {
  max-width: 62rem;
  margin-bottom: var(--space-4);
}

.page--fundraising .fundraiser-partners-intro h2 {
  max-width: 54rem;
  margin-bottom: var(--space-2);
  font-size: clamp(2rem, 4vw, 3rem);
}

.page--fundraising .fundraiser-partners-intro p {
  max-width: 58rem;
  color: var(--color-ink-soft);
  font-weight: 800;
  line-height: 1.55;
}

.page--fundraising .fundraiser-partners-layout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.page--fundraising .fundraiser-partners-layout>* {
  flex: 1 1 calc((100% - var(--space-4)) / 2);
  min-width: min(100%, 18rem);
}

.page--fundraising .fundraiser-partners-card,
.page--fundraising .fundraiser-partners-contact {
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 161, 236, 0.07), rgba(0, 161, 236, 0) 54%),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.page--fundraising .fundraiser-partners-card {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.page--fundraising .fundraiser-partners-card h3,
.page--fundraising .fundraiser-partners-contact h3 {
  margin-bottom: var(--space-2);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.page--fundraising .fundraiser-partners-card p,
.page--fundraising .fundraiser-partners-card li,
.page--fundraising .fundraiser-partners-contact p {
  color: var(--color-ink-soft);
  font-weight: 700;
  line-height: 1.55;
}

.page--fundraising .fundraiser-partners-card .checklist {
  margin: 0;
  padding: 0;
}

.page--fundraising .fundraiser-partners-contact {
  margin-top: var(--space-4);
  padding: clamp(1rem, 2vw, 1.35rem);
  border-left: 0.35rem solid var(--color-accent-primary);
}

.boutique-footer {
  padding: 0;
  overflow: hidden;
  border-top: 0;
  background: #071a4b;
  color: var(--color-white);
}

.boutique-footer::before {
  display: none;
}

.footer-close-band {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 5vw, 68px) 0;
  border-top: 1px solid rgba(7, 26, 75, 0.14);
  background:
    radial-gradient(circle at 7% 22%, rgba(15, 167, 165, 0.1), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(255, 196, 33, 0.2), transparent 22%),
    linear-gradient(180deg, #fff8e8 0%, #fffdf8 70%, #fff8e8 100%);
  color: var(--color-ink);
}

.footer-close-band::before,
.footer-close-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer-close-band::before {
  width: 96px;
  height: 96px;
  right: 7vw;
  top: 42px;
  border: 5px solid rgba(255, 95, 86, 0.28);
  border-radius: 50%;
}

.footer-close-band::after {
  width: 118px;
  height: 118px;
  left: -28px;
  bottom: 52px;
  opacity: 0.26;
  background: var(--color-accent-primary);
  clip-path: polygon(50% 0, 60% 36%, 98% 35%, 67% 57%, 80% 96%, 50% 72%, 20% 96%, 33% 57%, 2% 35%, 40% 36%);
}

.footer-close-layout {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.footer-close-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

.footer-close-copy p {
  max-width: 640px;
  margin: 0.85rem 0 0;
  color: var(--color-ink-soft);
  font-size: 1.1rem;
  font-weight: 800;
}

.footer-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.footer-support-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(30px, 4vw, 38px);
  padding-top: 0;
  border-top: 0;
  background: transparent;
  color: var(--color-ink);
  box-shadow: none;
}

.footer-support-link {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  flex: 1 1 calc((100% - 1.6rem) / 3);
  min-width: min(100%, 14rem);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(7, 26, 75, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(7, 26, 75, 0.06);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.footer-support-link:hover,
.footer-support-link:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(7, 26, 75, 0.1);
  transform: translateY(-2px);
}

.footer-support-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0.78rem;
  border-radius: var(--radius-sm);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 850;
  box-shadow: 0 10px 20px rgba(7, 26, 75, 0.1);
}

.footer-support-icon--wordmark {
  width: 88px;
  padding: 0.64rem 0.58rem;
}

.footer-support-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-support-link>span:last-child {
  min-width: 0;
}

.footer-support-link-email .footer-support-icon {
  background: var(--color-coral);
}

.footer-support-link-updates .footer-support-icon {
  background: linear-gradient(135deg, var(--color-accent-primary), var(--color-brand-blue-2));
}

.footer-support-link-facebook .footer-support-icon {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.footer-support-link-facebook .footer-support-icon img {
  border-radius: inherit;
}

.footer-support-link strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(13px, 1.55vw, 1.14rem);
  line-height: 1.05;
  text-wrap: balance;
}

.footer-support-link small {
  display: block;
  margin-top: 0.35rem;
  color: var(--color-ink-soft);
  font-size: max(13px, 0.9rem);
  font-weight: 800;
  line-height: 1.35;
}

.footer-support-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.footer-support-link.is-disabled:hover,
.footer-support-link.is-disabled:focus-visible {
  transform: none;
}

.site-sticky-support-cta {
  position: fixed;
  isolation: isolate;
  left: 0;
  right: 0;
  bottom: var(--sticky-support-cta-bottom-offset);
  z-index: 58;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  padding: 0.72rem max(1rem, env(safe-area-inset-left)) calc(0.72rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));
  border-top: 3px solid rgba(109, 216, 255, 0.78);
  background:
    radial-gradient(circle at 16% -35%, rgba(255, 177, 66, 0.25), rgba(255, 177, 66, 0) 33%),
    radial-gradient(circle at 84% 130%, rgba(29, 182, 109, 0.34), rgba(29, 182, 109, 0) 36%),
    linear-gradient(100deg, #0d4f8f 0%, #0a3978 48%, #0b6b53 100%);
  box-shadow:
    0 -0.85rem 2.2rem rgba(7, 31, 75, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0.52rem 1rem rgba(255, 255, 255, 0.04);
  color: #fff;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
  visibility: hidden;
  transition: transform 180ms ease, visibility 180ms ease;
}

.site-sticky-support-cta::before,
.site-sticky-support-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #8ad7ff;
  box-shadow:
    1.1rem -0.62rem 0 rgba(255, 255, 255, 0.68),
    2.25rem 0.46rem 0 rgba(255, 138, 50, 0.72),
    3.65rem -0.18rem 0 rgba(141, 217, 255, 0.58);
  opacity: 0.58;
  transform: translateY(-50%);
  pointer-events: none;
}

.site-sticky-support-cta::before {
  left: max(1.25rem, env(safe-area-inset-left));
}

.site-sticky-support-cta::after {
  right: max(5rem, env(safe-area-inset-right));
  transform: translateY(-50%) scaleX(-1);
}

.site-sticky-support-cta.is-visible:not(.is-mobile-nav-open) {
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-sticky-support-cta p {
  position: relative;
  z-index: 1;
  max-width: 29rem;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.2;
  text-wrap: balance;
  white-space: nowrap;
}

.site-sticky-support-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  justify-content: center;
  min-width: 0;
}

.site-sticky-support-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-width: 0;
  min-height: 2.55rem;
  padding: 0.62rem 1rem;
  border-radius: var(--radius-pill);
  color: #fff;
  font-size: max(13px, 0.88rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0.65rem 1.25rem rgba(3, 18, 45, 0.16);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.site-sticky-support-button-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  color: currentColor;
  pointer-events: none;
  transform: translateY(clamp(-0.5px, -0.12vw, -0.25px));
}

.site-sticky-support-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.site-sticky-support-button-label {
  min-width: 0;
  overflow: visible;
  white-space: nowrap;
}

.site-sticky-support-button-label--short {
  display: none;
}

.site-sticky-support-button:hover,
.site-sticky-support-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0.8rem 1.45rem rgba(3, 18, 45, 0.22);
}

.site-sticky-support-button--kickstarter {
  background: linear-gradient(135deg, #18a05f, #0d8a4e);
}

.site-sticky-support-button--venmo {
  background: linear-gradient(135deg, #1689ec, #0875dc);
}

.site-sticky-support-button--equipment {
  background: linear-gradient(180deg, #ffffff, #f4fbf6);
  color: #137a47;
}

.site-sticky-support-button--equipment:hover,
.site-sticky-support-button--equipment:focus-visible {
  color: #137a47;
  background: #f4fff7;
}

.footer-base {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: clamp(36px, 4vw, 48px) 0 var(--site-sticky-reserve);
  background:
    linear-gradient(115deg, rgba(15, 167, 165, 0.18), rgba(15, 167, 165, 0) 46%),
    linear-gradient(180deg, #09225d 0%, #071a4b 68%, #05133d 100%);
}

.footer-base::before,
.footer-base::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer-base::before {
  inset: 0 0 auto;
  height: 5px;
  background: var(--brand-bar-horizontal);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.footer-base::after {
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  height: 2px;
  background: #05133d;
}

.footer-base>* {
  position: relative;
  z-index: 1;
}

.footer-base-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.footer-brand-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: start;
  align-items: flex-start;
  align-self: start;
  flex: 1 1 280px;
  gap: 0.9rem;
  width: min(100%, 360px);
  max-width: 360px;
  padding-top: 0.15rem;
}

.footer-brand-block img {
  width: min(100%, 232px);
  height: auto;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: 0 16px 32px rgba(3, 11, 34, 0.24);
}

.footer-brand-block picture {
  line-height: 0;
}

.footer-brand-block p,
.footer-contact,
.footer-links a,
.copyright {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.footer-brand-block p {
  max-width: 350px;
  margin: 0;
  font-size: max(13px, 1.02rem);
  line-height: 1.52;
  text-wrap: balance;
}

.footer-brand-nowrap {
  white-space: nowrap;
}

.boutique-footer .footer-links {
  flex: 1 1 320px;
  width: min(100%, 350px);
  max-width: 350px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--color-white);
}

.boutique-footer .footer-links-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.boutique-footer .footer-links-title::before {
  display: none;
}

.boutique-footer .footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: 0.05rem 0 0;
  padding: 0 0 0 0.5rem;
  list-style: none;
}

.boutique-footer .footer-links ul li,
.boutique-footer .footer-links ul li:nth-of-type(odd),
.boutique-footer .footer-links ul li:nth-of-type(even) {
  flex-basis: calc((100% - 0.9rem) / 2);
  flex-grow: 0;
  max-width: none;
  background: transparent !important;
}

.boutique-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: none;
  padding: 0.16rem 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: max(13px, 1rem);
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  white-space: nowrap;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.boutique-footer .footer-links a:hover,
.boutique-footer .footer-links a:focus-visible,
.boutique-footer .legal-nav a:hover,
.boutique-footer .legal-nav a:focus-visible {
  background: transparent;
  color: var(--color-sun);
  text-decoration-color: var(--color-sun);
}

.boutique-footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-content: start;
  flex: 0 1 340px;
  width: min(100%, 340px);
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
  font-style: normal;
  font-size: max(13px, 1rem);
  text-align: left;
  line-height: 1.42;
}

.boutique-footer .footer-contact a {
  color: var(--color-sun);
  font-weight: 950;
  overflow-wrap: anywhere;
}

.boutique-footer .footer-contact span {
  display: block;
}

.boutique-footer .footer-contact span:first-of-type {
  color: var(--color-white);
  font-weight: 900;
}

.boutique-footer .footer-contact span:last-child {
  margin-top: 0.1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--color-sun-soft);
}

.boutique-footer .footer-legal-bar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.25rem;
  margin-top: clamp(2.4rem, 3vw, 2rem);
  padding-top: 0.85rem;
  padding-bottom: 0.78rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.js-enabled .boutique-footer .footer-legal-bar {
  position: sticky;
  bottom: var(--sticky-support-cta-height);
  z-index: 2;
}

.boutique-footer .legal-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.boutique-footer .legal-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: max(13px, 1rem);
  font-weight: 850;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.22em;
}

.boutique-footer .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: max(13px, 0.92rem);
}


@media (max-width: 1100px) {
  .site-sticky-support-cta p {
    display: none;
  }

  .boutique-footer .footer-legal-bar {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 861px) {

  .page--fundraising .fundraiser-breakdown p,


  .page--fundraising .fundraiser-breakdown-list span:last-child,


  .page--fundraising .fundraiser-partners-intro p,


  .page--fundraising .fundraiser-partners-card p,


  .page--fundraising .fundraiser-partners-card li,


  .page--fundraising .fundraiser-partners-contact p {
    font-size: var(--text-readable-min);
    line-height: 1.65;
  }

}

@media (min-width: 1180px) {
  .page--fundraising #main .launch-updates-title {
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {

  .footer-close-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-close-actions {
    justify-content: flex-start;
  }

  .footer-base-layout {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.25rem clamp(2.4rem, 8vw, 4rem);
    width: min(100%, 820px);
    max-width: 820px;
    margin-inline: auto;
  }

  .footer-brand-block,
  .boutique-footer .footer-links {
    flex: none;
    width: min(100%, 330px);
    max-width: 330px;
  }

  .boutique-footer .footer-contact {
    flex: none;
    width: min(100%, 370px);
    max-width: 370px;
  }

  .boutique-footer .footer-links ul {
    max-width: 520px;
    padding-left: 0.5rem;
  }

  .footer-support-link {
    flex-basis: calc((100% - 0.8rem) / 2);
  }
}

@media (max-width: 960px) {

  .page--home #main .launch-updates-callout,
  .page--fundraising #main .launch-updates-callout {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .page--home #main .launch-updates-copy,
  .page--fundraising #main .launch-updates-copy {
    flex-basis: auto;
    width: 100%;
  }

  .page--home #main .launch-updates-actions,
  .page--fundraising #main .launch-updates-actions {
    align-items: flex-start;
    width: 100%;
  }

  .page--fundraising .fundraiser-recognition-visual {
    width: clamp(10rem, 30%, 15rem);
  }

  .page--fundraising .fundraiser-partners-layout>* {
    flex-basis: 100%;
  }
}

@media (max-width: 760px) {

  .site-sticky-support-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.62rem 0.7rem;
  }

  .site-sticky-support-cta p {
    display: none;
  }

  .site-sticky-support-actions {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }

  .site-sticky-support-button {
    flex: 0 1 auto;
    min-width: 0;
    min-height: 2.55rem;
    padding-inline: 1rem;
    font-size: max(13px, clamp(0.82rem, 3.35vw, 0.84rem));
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .page--fundraising .fundraiser-progress-panel h1 {
    margin-bottom: 0.85rem;
  }

  .footer-close-band {
    padding-block: 64px;
  }

  .page--home #main .launch-updates-section,
  .page--fundraising #main .launch-updates-section {
    font-size: 17px;
  }


  .page--home #main .launch-updates-title,
  .page--fundraising #main .launch-updates-title {
    font-size: clamp(1.4rem, 5.6vw, 1.65rem);
  }

  .page--home #main .launch-updates-callout,
  .page--fundraising #main .launch-updates-callout {
    padding: 1.55rem;
  }

  .page--home #main .launch-updates-actions,
  .page--fundraising #main .launch-updates-actions {
    align-items: stretch;
    justify-content: flex-start;
  }

  .page--fundraising .fundraiser-progress-panel .lead {
    margin-bottom: 1rem;
  }

  .page--fundraising .fundraiser-goal-badge {
    margin-top: 0;
  }

  .page--fundraising .fundraiser-goal-title-row {
    gap: 0.7rem;
  }

  .page--fundraising .fundraiser-goal-name {
    white-space: nowrap;
  }

  .page--fundraising .fundraiser-goal-amount {
    font-size: clamp(1.06rem, 4.3vw, 1.22rem);
  }

  .page--fundraising .fundraiser-recognition-header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .page--fundraising .fundraiser-recognition-visual {
    width: 100%;
    align-items: center;
  }

  .page--fundraising .fundraiser-recognition-visual picture,
  .page--fundraising .fundraiser-recognition-visual-caption {
    width: min(100%, clamp(15.5rem, 72vw, 22rem));
    margin-inline: auto;
  }

  .page--fundraising .fundraiser-recognition-rewards {
    flex-direction: column;
  }

  .page--fundraising .fundraiser-recognition-reward {
    flex-basis: auto;
    min-width: 0;
  }

  .page--home #main .launch-updates-actions .btn[data-launch-updates-link],
  .page--fundraising #main .btn,
  .boutique-footer .footer-close-actions .btn {
    width: 100%;
  }

  .footer-support-link {
    flex-basis: 100%;
  }

  .footer-close-copy h2 {
    font-size: 2.35rem;
  }

  .footer-support-link {
    min-height: auto;
    padding: 1rem;
  }

  .footer-base {
    padding: 40px 0 var(--site-sticky-reserve);
  }

  .footer-base-layout {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: min(100%, 326px);
    max-width: 326px;
  }

  .footer-brand-block,
  .boutique-footer .footer-links,
  .boutique-footer .footer-contact {
    width: min(100%, 326px);
    max-width: 326px;
  }

  .footer-brand-block img {
    width: min(100%, 232px);
  }

  .boutique-footer .footer-links ul {
    gap: 0.15rem;
    padding-left: 0.5rem;
  }

  .boutique-footer .footer-links a {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .site-sticky-support-button-label--full {
    display: none;
  }

  .site-sticky-support-button-label--short {
    display: inline;
  }
}

@media (max-width: 400px) {
  .boutique-footer .footer-legal-bar {
    padding-top: clamp(0.52rem, calc(0.32rem + 0.64vh), 0.85rem);
    padding-bottom: clamp(0.56rem, calc(0.38rem + 0.66vh), 0.78rem);
  }

  .boutique-footer .legal-nav a,
  .boutique-footer .copyright {
    font-size: clamp(13px, 3.25vw, 1rem);
  }

  .site-sticky-support-actions {
    gap: 0.38rem;
  }

  .site-sticky-support-button {
    gap: 0.3rem;
    min-height: 2.35rem;
    padding-block: 0.38rem;
    padding-inline: 0.82rem;
    padding-right: 0.92rem;
  }
}

@media (max-width: 360px) {
  .site-sticky-support-actions {
    gap: 0.32rem;
  }

  .site-sticky-support-button {
    gap: 0.22rem;
    padding-left: 0.92rem;
    padding-right: 0.82rem;
  }

  .site-sticky-support-button-icon {
    position: absolute;
    left: 0.42rem;
    top: 0.48rem;
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    opacity: 0.95;
    transform: none;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.45));
  }

  .site-sticky-support-button-icon svg {
    display: none;
  }

  .site-sticky-support-button-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
  }
}

@media (max-width: 640px) {

  .page--fundraising .fundraiser-goal-badge {
    gap: 0.5rem;
  }

  .page--fundraising .fundraiser-payment-button.is-disabled {
    opacity: 1;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 8px 16px rgba(20, 33, 61, 0.08);
  }

  .page--fundraising .fundraiser-payment-button.is-disabled small {
    color: rgba(255, 255, 255, 0.86);
  }
}

@media (max-width: 380px) {
  .page--fundraising .fundraiser-goal-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

}

.mobile-nav {
  display: none;
}

.mobile-brand-peek {
  display: none;
}

@media (max-width: 1100px) {
  :root {
    --mobile-bar-h: 2.9rem;
  }

  .header-support-cta {
    display: none;
  }

  .mobile-nav-support-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    margin: 1rem;
    border-radius: 0.85rem;
    background: #137a47;
    color: #fff;
    font-weight: 950;
  }


  .header-inner {
    min-height: 0;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding-block: 0;
    padding-inline: 0;
  }


  .site-header {
    position: static;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.97);
  }


  .nav-swirl {
    display: block;
    top: 50%;
    height: clamp(2.1rem, 8vw, 2.7rem);
    width: 42%;
    opacity: 0.6;
  }

  .nav-swirl--left {
    left: 0;
  }

  .nav-swirl--right {
    right: 0;
  }

  .brand {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 0.18rem;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: clamp(0.45rem, 1.8vw, 0.8rem) 0 clamp(0.45rem, 1.8vw, 0.75rem);
    border-radius: 0;

    background: #ffffff;
    border-bottom: 1px solid rgba(17, 34, 74, 0.06);
  }


  .brand .brand-logo-frame {
    display: block;
    width: min(30rem, 92%);
    border-radius: 0;
    overflow: visible;
  }

  .brand-logo {
    filter:
      drop-shadow(0 0.3rem 0.6rem rgba(17, 34, 74, 0.13)) drop-shadow(0 0.05rem 0 rgba(255, 255, 255, 0.9)) saturate(1.06) contrast(1.03);
  }

  .brand-copy {
    display: flex;
    justify-content: center;
    width: auto;
  }

  .brand-status {
    width: auto;
    font-size: 0.66rem;
    line-height: 1.1;
  }

  .brand-status-full {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.32rem;
  }

  .brand-status-dots {
    display: inline-block;
  }

  .brand-status-date {
    display: inline;
    color: #4f6286;
  }


  .hero-brand-lockup {
    display: none;
  }


  body {
    padding-bottom: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom));
  }


  .js-enabled .mobile-nav {
    display: block;
  }

  .mobile-nav-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 62;
    display: flex;
    align-items: stretch;
    min-height: var(--mobile-bar-h);
    padding: 0 0.12rem;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(20, 33, 61, 0.08);
    box-shadow: 0 -5px 16px rgba(20, 33, 61, 0.06);
    backdrop-filter: blur(14px) saturate(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.04);
  }

  .mobile-brand-peek {
    position: fixed;
    left: max(10px, calc(env(safe-area-inset-left) + 10px));
    bottom: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom) + 7px);
    z-index: 61;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    padding: 5px;
    border: 1px solid rgba(20, 33, 61, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 0.45rem 1rem rgba(20, 33, 61, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 10px));
    transform-origin: bottom left;
    transition:
      opacity 160ms ease,
      transform 210ms cubic-bezier(0.2, 0.8, 0.25, 1);
  }

  .mobile-brand-peek picture,
  .mobile-brand-peek img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-brand-peek img {
    object-fit: contain;
  }

  .mobile-nav.has-brand-peek:not(.is-brand-peek-tucked):not(.is-open) .mobile-brand-peek {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-brand-peek:focus-visible {
    outline: 3px solid rgba(0, 114, 206, 0.36);
    outline-offset: 3px;
  }


  .mobile-nav-bar-links {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
  }


  .mobile-nav-bar-links>li {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
  }

  .mobile-nav-bar-links>li.is-overflow {
    display: none;
  }


  .mobile-nav-bar-links.is-measuring>li {
    flex: 0 0 auto;
  }


  .mobile-nav-divider {
    flex: 0 0 auto;
    align-self: center;
    width: 1px;
    height: 0.95rem;
    background: rgba(20, 33, 61, 0.16);
  }


  .mobile-nav-divider.is-overflow {
    display: none;
  }

  .mobile-nav-bar-links a {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.54rem clamp(0.28rem, 1.6vw, 0.6rem);
    font-weight: 800;
    font-size: max(13px, clamp(0.82rem, 3.6vw, 0.92rem));
    line-height: 1;
    color: #153563;
    white-space: nowrap;
    text-decoration: none;
    transition: color 180ms ease;
  }


  .mobile-nav-bar-label {
    position: relative;
  }

  .mobile-nav-bar-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.28rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-brand-blue-1), var(--color-brand-orange-1));
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-nav-bar-links a[aria-current="page"],
  .mobile-nav-bar-links a:active,
  .mobile-nav-bar-links a:focus-visible {
    color: #0f4f8a;
  }

  .mobile-nav-bar-links a[aria-current="page"] .mobile-nav-bar-label::after,
  .mobile-nav-bar-links a:active .mobile-nav-bar-label::after,
  .mobile-nav-bar-links a:focus-visible .mobile-nav-bar-label::after {
    opacity: 1;
    transform: scaleX(1);
  }


  .mobile-nav-toggle-item.is-empty {
    display: none;
  }

  .mobile-nav-toggle {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.36rem;
    padding: 0.54rem 0.6rem;
    border: 0;
    background: transparent;
    color: #153563;
    font-weight: 800;
    font-size: max(13px, clamp(0.82rem, 3.6vw, 0.92rem));
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  .mobile-nav-toggle-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 1.22rem;
    height: 1.22rem;
  }

  .mobile-nav-toggle-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease, opacity 160ms ease;
  }

  .mobile-nav-toggle-icon span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.34rem));
  }

  .mobile-nav-toggle-icon span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.34rem));
  }

  .mobile-nav-toggle-label {
    line-height: 1;
  }

  .mobile-nav.is-open .mobile-nav-toggle-icon span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-nav.is-open .mobile-nav-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav.is-open .mobile-nav-toggle-icon span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }


  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(15, 26, 48, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .mobile-nav.is-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
  }


  .mobile-nav-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom));
    z-index: 61;
    max-height: 68vh;
    overflow-y: auto;
    padding: 0.5rem 0.9rem 1rem;
    background: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -18px 44px rgba(20, 33, 61, 0.2);
    transform: translateY(115%);
    transition: transform 280ms cubic-bezier(0.2, 0.8, 0.25, 1);
  }

  .mobile-nav.is-open .mobile-nav-sheet {
    transform: translateY(0);
  }

  .mobile-nav-sheet::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.28rem;
    margin: 0.1rem auto 0.65rem;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.18);
  }

  .mobile-nav-sheet-title {
    margin: 0 0 0.45rem;
    padding-left: 0.4rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.1rem;
    color: #14213d;
  }

  .mobile-nav-sheet ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .mobile-nav-sheet a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0 0.9rem;
    border-radius: 0.8rem;
    font-weight: 800;
    font-size: 1.05rem;
    color: #153563;
    text-decoration: none;
  }

  .mobile-nav-sheet a[aria-current="page"] {
    background: linear-gradient(135deg, rgba(0, 161, 236, 0.14), rgba(255, 120, 0, 0.12));
    color: #0f4f8a;
  }


  .mobile-nav-sheet li.is-bar {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .mobile-nav-sheet,
  .mobile-nav-backdrop,
  .mobile-brand-peek,
  .mobile-nav-toggle-icon span,
  .mobile-nav-bar-links a,
  .mobile-nav-bar-label::after {
    transition: none;
  }
}


.page--fundraising .fundraiser-hero {
  --fundraiser-hero-navy: #071a4b;
  --fundraiser-hero-coral: #f16050;
  --fundraiser-hero-blue: #0a51c8;
  --fundraiser-hero-soft-blue: #9edcff;
  --fundraiser-hero-card: rgba(255, 252, 247, 0.94);
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 5.4rem);
  display: flex;
  overflow: hidden;
  color: var(--fundraiser-hero-navy);
  font-size: 18px;
  line-height: 1.6;
  background: #f5be86 url("/assets/img/hero/fundraiser/launch-gym-hero-1600.jpg?v=20260702") center / cover no-repeat;
  background-image: image-set(url("/assets/img/hero/fundraiser/launch-gym-hero-1600.avif?v=20260702") type("image/avif"),
      url("/assets/img/hero/fundraiser/launch-gym-hero-1600.webp?v=20260702") type("image/webp"),
      url("/assets/img/hero/fundraiser/launch-gym-hero-1600.jpg?v=20260702") type("image/jpeg"));
}

.page--fundraising .fundraiser-hero::before,
.page--fundraising .fundraiser-hero::after {
  display: none;
}

.page--fundraising .fundraiser-hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: clamp(3.8rem, 8vw, 10rem);
}

.page--fundraising .fundraiser-progress-panel,
.page--fundraising .fundraiser-payment-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page--fundraising .fundraiser-progress-panel {
  flex: 1 1 42rem;
  max-width: 42.5rem;
  min-width: 0;
  padding: 0;
}

.page--fundraising .fundraiser-hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 clamp(1.3rem, 2.2vw, 1.75rem);
  font-size: clamp(0.78rem, 1vw, 0.86rem);
  font-weight: 900;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85),
    0 0 10px rgba(255, 250, 240, 0.95),
    0 0 22px rgba(255, 248, 236, 0.8);
}

.page--fundraising .fundraiser-hero-kicker-icon {
  width: 3.1rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.page--fundraising .fundraiser-progress-panel h1 {
  margin: 0;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 16px rgba(255, 250, 240, 0.9),
    0 0 42px rgba(255, 248, 236, 0.75);
}

.page--fundraising .fundraiser-progress-panel h1 span {
  display: block;
}

span.fundraiser-heading-action {
  line-height: 1.2;
}

.page--fundraising .fundraiser-progress-panel h1 .fundraiser-heading-place {
  color: var(--fundraiser-hero-coral);
}

.page--fundraising .fundraiser-progress-panel .lead {
  margin: clamp(1.45rem, 2.4vw, 1.9rem) 0 0;
  color: #071a4b;
  font-size: clamp(1.07rem, 1.38vw, 1.28rem);
  line-height: 1.5;
  text-shadow:
    0px 0px 25px rgba(255, 255, 255, 1),
    0px 0px 20px rgba(255, 250, 240, 1),
    0px 0px 5px rgba(255, 248, 236, 1);
}

.page--fundraising .fundraiser-progress-panel .lead strong {
  color: var(--fundraiser-hero-blue);
  font-weight: 900;
}

.page--fundraising .fundraiser-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 1rem;
  margin-top: clamp(1.8rem, 3vw, 2.25rem);
}

.page--fundraising .fundraiser-hero-kickstarter,
.page--fundraising .fundraiser-hero-venmo,
.page--fundraising .fundraiser-hero-rewards {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 0.95rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.page--fundraising .fundraiser-hero-kickstarter {
  min-height: 4.65rem;
  gap: 0.85rem;
  padding: 0.95rem 2.05rem;
  padding-right: 2.05rem;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #0d8a4e 0%, #18a05f 58%, #1fbe70 100%);
  color: #fff;
  box-shadow:
    0 0 20px 3px rgba(255, 249, 238, 0.7),
    0 15px 28px rgba(10, 116, 65, 0.24),
    0 4px 10px rgba(7, 26, 75, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
}

.page--fundraising .fundraiser-hero-venmo {
  min-height: 4.65rem;
  gap: 0.85rem;
  padding: 0.95rem 2.05rem;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ff6f5f 0%, #f0524a 52%, #ff8a5c 100%);
  color: #fff;
  box-shadow:
    0 0 20px 3px rgba(255, 249, 238, 0.7),
    0 0 44px 12px rgba(255, 247, 234, 0.4),
    0 15px 28px rgba(222, 70, 58, 0.3),
    0 4px 10px rgba(7, 26, 75, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
}

.page--fundraising .fundraiser-hero-kickstarter img,
.page--fundraising .fundraiser-hero-venmo img {
  object-fit: contain;
}

.page--fundraising .fundraiser-hero-rewards {
  min-height: 3.1rem;
  gap: 0.72rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.72);
  color: var(--fundraiser-hero-navy);
  box-shadow:
    0 10px 22px rgba(7, 26, 75, 0.1),
    0 2px 6px rgba(7, 26, 75, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: 0.96rem;
}

.page--fundraising .fundraiser-hero-rewards>img:first-child {
  width: 1.6rem;
  height: 1.6rem;
}

.page--fundraising .fundraiser-hero-rewards-chevron {
  width: 1.05rem;
  height: 1.05rem;
}

.page--fundraising .fundraiser-hero-kickstarter:hover,
.page--fundraising .fundraiser-hero-kickstarter:focus-visible,
.page--fundraising .fundraiser-hero-venmo:hover,
.page--fundraising .fundraiser-hero-venmo:focus-visible,
.page--fundraising .fundraiser-hero-rewards:hover,
.page--fundraising .fundraiser-hero-rewards:focus-visible {
  transform: translateY(-2px);
}

.page--fundraising .fundraiser-payment-panel {
  flex: 0 0 min(31.75rem, 100%);
  min-width: 0;
  background:
    linear-gradient(180deg, #f7e9d6 0%, #f5efe8 55%, #f4f1ec 100%) padding-box,
    linear-gradient(135deg, #bfe9ff 0%, #8ccff3 45%, #d7f5ff 72%, #7ec3e8 100%) border-box;
  box-shadow: 0 30px 65px rgba(7, 26, 75, 0.2), 0 8px 24px rgba(10, 81, 200, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.page--fundraising .fundraiser-goal-card-head {
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1rem;
}

.page--fundraising .fundraiser-payment-panel p.fundraiser-goal-card-kicker {
  margin: 0;
  color: var(--fundraiser-hero-blue);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page--fundraising .fundraiser-goal-card {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page--fundraising .fundraiser-goal-title-row {
  margin: 0;
}

.page--fundraising .fundraiser-goal-name {
  display: block;
  margin: 0;
}

.page--fundraising .fundraiser-goal-amount {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.page--fundraising .fundraiser-goal-currency,
.page--fundraising .fundraiser-goal-number {
  display: inline-block;
}

.page--fundraising .fundraiser-goal-currency {
  font-family: Georgia, "Times New Roman", serif;
}

.page--fundraising .fundraiser-goal-number {
  font-family: var(--font-card-serif);
}

.page--fundraising .fundraiser-meter-track {
  position: relative;
}

.page--fundraising .fundraiser-meter-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--meter-fill-width, 0%);
  min-width: 0;
  border-radius: inherit;
}

.page--fundraising .fundraiser-meter-bubble {
  transform: translateY(-50%);
}

.page--fundraising .fundraiser-stats {
  gap: 0;
  border-top: 1px solid rgba(7, 26, 75, 0.14);
  border-bottom: 1px solid rgba(7, 26, 75, 0.14);
}

.page--fundraising .fundraiser-stats>div {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page--fundraising .fundraiser-stats dd {
  margin-top: 0.35rem;
}

.page--fundraising .fundraiser-hero-uses {
  padding-top: 0;
  border-top: 0;
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list {
  margin-top: 1.05rem;
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list li {
  --fundraiser-card-head-lift: -0.24rem;
  --fundraiser-card-title-shift-x: -2px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0.42rem 0.45rem;
  box-shadow:
    0 9px 18px rgba(190, 136, 76, 0.15),
    0 2px 5px rgba(162, 116, 66, 0.09);
  text-align: center;
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(n + 2) {
  --fundraiser-card-title-shift-x: -4px;
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list img {
  flex: 0 0 auto;
  transform: translateY(var(--fundraiser-card-head-lift));
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(-n + 2) img {
  transform: translateY(calc(var(--fundraiser-card-head-lift) - 1px));
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(3) img {
  transform: translateY(calc(var(--fundraiser-card-head-lift) + 1.6px));
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list strong {
  display: block;
}

.page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list strong {
  flex: 0 1 auto;
  transform: translate(var(--fundraiser-card-title-shift-x), var(--fundraiser-card-head-lift));
}

.page--fundraising .fundraiser-facebook-link {
  margin-top: 1rem;
  box-shadow:
    0 13px 24px rgba(10, 88, 199, 0.11),
    0 2px 5px rgba(7, 26, 75, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.page--fundraising .fundraiser-facebook-link:hover,
.page--fundraising .fundraiser-facebook-link:focus-visible {
  border-color: rgba(9, 91, 187, 0.38);
  background: linear-gradient(180deg, #ffffff, rgba(232, 244, 255, 0.98));
  color: #074b9b;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow:
    0 16px 28px rgba(10, 88, 199, 0.16),
    0 3px 7px rgba(7, 26, 75, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.page--fundraising .fundraiser-facebook-link:focus-visible,
body.page--fundraising #main .fundraiser-card-action:focus-visible {
  outline: 3px solid rgba(9, 91, 187, 0.24);
  outline-offset: 3px;
}

.page--fundraising .fundraiser-facebook-link span {
  min-width: 0;
}

.page--fundraising .footer-support-link {
  flex-basis: calc((100% - 1.6rem) / 3);
}

@media (max-width: 1180px) {
  .page--fundraising .fundraiser-hero-shell {
    gap: clamp(2rem, 5vw, 4rem);
  }

}

@media (max-width: 960px) {
  .page--fundraising .fundraiser-hero {
    padding-block: clamp(2.5rem, 8vw, 4rem) clamp(3rem, 9vw, 4.5rem);
  }

}

@media (max-width: 760px) {
  .page--fundraising .fundraiser-hero {
    padding-block: 1.8rem calc(5.75rem + var(--launch-strip-gap));
  }

  .page--fundraising .fundraiser-hero-kicker {
    margin-bottom: 1rem;
  }

  .page--fundraising .fundraiser-progress-panel .lead {
    text-wrap: pretty;
  }

  .page--fundraising .fundraiser-hero-actions {
    align-items: start;
  }

  .page--fundraising .fundraiser-hero-uses .fundraiser-breakdown-list li {
    align-content: center;
    justify-content: center;
    text-align: center;
  }

}


.page--fundraising #main .fundraiser-progress-panel h1 {
  max-width: 14ch;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place {
  position: relative;
  display: inline-block;
  max-width: none;
}

.page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place::after {
  content: "";
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  background: url("/assets/img/icons/fundraiser/star-badge.svg") center / contain no-repeat;
}

.page--fundraising #main .fundraiser-progress-panel .lead {
  margin-top: clamp(1.35rem, 2.2vw, 1.65rem);
}

@media (max-width: 760px) {
  .page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place {
    display: block;
  }
}


.page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place {
  font-size: 0.82em;
}


.page--fundraising #main .fundraiser-hero {
  padding-top: clamp(4.35rem, 5.2vw, 5rem);
}

.page--fundraising #main .fundraiser-progress-panel h1 {
  font-size: clamp(3.35rem, 4.35vw, 4.35rem);
}

.page--fundraising #main .fundraiser-payment-panel {
  transform: translateY(-1.2rem);
}

.page--fundraising #main .fundraiser-meter {
  margin-top: clamp(1.25rem, 2vw, 1.65rem);
}

.page--fundraising #main .fundraiser-stats {
  margin-top: 1.45rem;
  padding-block: 1.05rem;
}

.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
  padding-block: 0.65rem;
}

@media (max-width: 960px) {
  .page--fundraising #main .fundraiser-payment-panel {
    transform: none;
  }
}


@media (min-width: 961px) {
  .page--fundraising #main .fundraiser-payment-panel {
    padding-right: clamp(1.85rem, 2.5vw, 2.3rem);
  }

  .page--fundraising #main .fundraiser-meter {
    margin-top: clamp(1.15rem, 1.75vw, 1.45rem);
  }

  .page--fundraising #main .fundraiser-stats {
    margin-top: 1.3rem;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list {
    margin-top: 0.85rem;
  }
}


@media (min-width: 961px) {
  .page--fundraising #main .fundraiser-hero-kicker-icon {
    border-radius: 1.35rem;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
    flex-wrap: wrap;
    gap: 0.38rem 0.4rem;
    padding-inline: 0.62rem;
    text-align: center;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list img {
    flex: 0 0 auto;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list strong {
    flex: 0 1 auto;
  }
}


@media (min-width: 961px) {
  .page--fundraising #main .fundraiser-hero-shell {
    width: min(1410px, 84.5vw);
  }

  .page--fundraising #main .fundraiser-payment-panel {
    background:
      linear-gradient(180deg, #faf0e3 0%, #f5efe8 15%, #ffffff 100%) padding-box,
      linear-gradient(135deg, #bfe9ff 0%, #8ccff3 45%, #d7f5ff 72%, #7ec3e8 100%) border-box;
    box-shadow:
      -8px -8px 26px rgba(126, 212, 255, 0.16),
      14px 18px 42px rgba(10, 88, 199, 0.19),
      0 34px 76px rgba(7, 26, 75, 0.18),
      0 3px 0 rgba(10, 81, 200, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform-origin: center top;
  }

  .page--fundraising #main .fundraiser-goal-card-head {
    align-items: flex-start;
    gap: 0.66rem;
    margin-bottom: 0;
  }

  .page--fundraising #main .fundraiser-payment-panel p.fundraiser-goal-card-kicker {
    color: #095bbb;
    font-family: var(--font-card-sans);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.14em;

    margin-top: 0.82rem;
    text-shadow: none;
    transform: translate(0.48rem, 0.1rem);
  }

  .page--fundraising #main .fundraiser-goal-card {
    margin-top: -0.32rem;
    margin-bottom: 2.15rem;
    margin-left: 4rem;
  }

  .page--fundraising #main .fundraiser-goal-amount,
  .page--fundraising #main .fundraiser-goal-milestone {
    white-space: nowrap;
  }

  .page--fundraising #main .fundraiser-goal-amount {
    font-family: var(--font-card-serif);
    transform: translateY(-1.3rem) scaleX(1.045) scaleY(1.3);
    transform-origin: left top;
  }

  .page--fundraising #main .fundraiser-goal-currency {
    display: inline-block;
    font-family: "Times New Roman", serif;
    transform: translate(-0em, 0.27em) scale(0.94, 0.85);
    transform-origin: left top;
  }

  .page--fundraising #main .fundraiser-goal-number {
    display: inline-block;
    transform: translateX(0.05em) scaleY(1.08);
    transform-origin: left top;
  }

  .page--fundraising #main .fundraiser-goal-milestone {
    transform: scale(0.938, 1.18);
    transform-origin: left top;
  }

  .page--fundraising #main .fundraiser-meter {
    transform: translateY(-0.25rem);
  }

  .page--fundraising #main .fundraiser-meter-track {
    border-width: 1px;
    border-color: #9fc4dd;
    transform: translateX(-0.09rem);
  }

  .page--fundraising #main .fundraiser-meter-bubble {
    transform: translateX(-0.3rem) translateY(-50%);
    padding-top: 2.5px;
    padding-left: calc(0.38rem + 0.5px);
    padding-right: calc(0.38rem - 0.5px);
  }

  .page--fundraising #main .fundraiser-stats {
    padding-block: 1.22rem 1.725rem;
    border-color: rgba(7, 26, 75, 0.15);
  }

  .page--fundraising #main .fundraiser-stats>div:first-child {
    transform: translateX(-2rem);
  }

  .page--fundraising #main .fundraiser-stats dd {
    margin-top: 0.4rem;
    transform: scaleX(0.88);
    transform-origin: center;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list {
    transform: none;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
    align-content: center;
    column-gap: 0.56rem;
    row-gap: 0.36rem;
    justify-content: center;
    border-color: rgba(64, 55, 45, 0.1);
    box-shadow:
      0 9px 18px rgba(190, 136, 76, 0.15),
      0 2px 5px rgba(162, 116, 66, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(1) {
    --fundraiser-card-title-shift-x: -4px;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(2) {
    --fundraiser-card-title-shift-x: -6px;
  }

  .page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:nth-child(-n + 2) img {
    transform: translate(-2px, calc(var(--fundraiser-card-head-lift) - 1px));
  }

}

@media (min-width: 961px) {
  .page--fundraising #main .fundraiser-hero {
    align-items: center;
    padding-block: clamp(3rem, 5vw, 4.35rem);
  }

  .page--fundraising #main .fundraiser-hero-shell {
    align-items: center;
  }

  .page--fundraising #main .fundraiser-payment-panel {
    transform: none;
  }
}


.page--fundraising #main .fundraiser-hero-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -16% -8% -18% -16%;
  background: radial-gradient(47% 80% at 26% 54%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.58) 32%,
      rgba(255, 255, 255, 0.24) 58%,
      rgba(255, 255, 255, 0) 82%);
  pointer-events: none;
}

.page--fundraising #main .fundraiser-hero-kicker {
  color: var(--fundraiser-hero-coral);
  letter-spacing: 0.08em;

}

.page--fundraising #main .fundraiser-hero-kicker-icon {
  background: linear-gradient(150deg, rgba(255, 238, 212, 1) 0%, rgba(249, 219, 184, 0.045) 100%);
  box-shadow:
    0 8px 20px rgba(120, 72, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.page--fundraising #main .fundraiser-hero-kicker-icon img {
  width: 1.65rem;
  height: 1.65rem;
  transform: translateY(1.5px);
}

.page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place::after {
  margin-left: 0.14em;
  vertical-align: 0.3em;
}

.page--fundraising #main .fundraiser-progress-panel .lead {
  max-width: min(28.75rem, 34ch);
}

@media (min-width: 961px) {
  .page--fundraising #main .fundraiser-hero-kicker {
    margin-bottom: 0.85rem;
  }

  .page--fundraising #main .fundraiser-hero-actions {
    gap: 1.4rem;
  }

  .page--fundraising #main .fundraiser-hero-payment-option {
    width: min(100%, 18rem);
  }
}

@media (min-width: 1320px) {
  .page--fundraising #main .fundraiser-hero-actions {
    max-width: none;
  }
}

.page--fundraising #main .fundraiser-hero-kickstarter,
.page--fundraising #main .fundraiser-hero-venmo {
  position: relative;
  width: fit-content;
}

.page--fundraising #main .fundraiser-hero-payment-option {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  min-width: min(100%, 18rem);
}

.page--fundraising #main .fundraiser-hero-payment-note {
  max-width: 20.5rem;
  margin: 0.42rem 0 0;
  padding-left: 0.7rem;
  color: #173461;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.32;
  text-shadow:
    0 1px 7px rgba(255, 255, 255, 0.82),
    0 0 2px rgba(255, 255, 255, 0.6);
  text-wrap: pretty;
  z-index: 1;
}

@media (min-width: 761px) {
  .page--fundraising #main .fundraiser-hero-rewards {
    align-self: flex-start;
    margin-top: 0.775rem;
  }
}

.page--fundraising #main .fundraiser-hero-kickstarter img,
.page--fundraising #main .fundraiser-hero-venmo img {
  box-sizing: border-box;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 2px 3px rgba(120, 22, 14, 0.32));
}

.page--fundraising #main .fundraiser-hero-kickstarter img {
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: brightness(0) invert(1) drop-shadow(0 2px 3px rgba(9, 64, 35, 0.28));
}

.page--fundraising #main .fundraiser-hero-kickstarter::after,
.page--fundraising #main .fundraiser-hero-venmo::after {
  content: "";
  position: absolute;
  left: 1.18rem;
  top: 0.82rem;
  width: 0.82rem;
  height: 0.82rem;
  background: #fffaf0;
  clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
  filter: drop-shadow(0 0 5px rgba(255, 249, 235, 0.85));
  pointer-events: none;
}

.page--fundraising #main .fundraiser-hero-kickstarter::after {
  filter: drop-shadow(0 0 5px rgba(255, 249, 235, 0.9));
}

@media (max-width: 760px) {

  .page--fundraising #main .fundraiser-hero-kickstarter::after,
  .page--fundraising #main .fundraiser-hero-venmo::after,
  .page--fundraising #main .fundraiser-hero::before,
  .page--fundraising #main .fundraiser-hero-shell::before {
    display: none;
  }
}


@media (max-width: 1100px) {
  .page--fundraising #main .fundraiser-hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: calc(4.75rem + var(--launch-strip-gap));
    background-position: center top;
  }

  .page--fundraising #main .fundraiser-hero-shell {
    flex-direction: column;
    align-items: center;

    row-gap: clamp(5.2rem, 9.6rem - 6.5vw, 7.2rem);
    width: min(42rem, calc(100% - 2rem));
  }

  .page--fundraising #main .fundraiser-progress-panel,
  .page--fundraising #main .fundraiser-payment-panel {
    width: 100%;
    max-width: 42rem;
    flex-basis: auto;
  }

  .page--fundraising #main .fundraiser-payment-panel {
    align-self: center;
    transform: none;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    font-size: 3.25rem;
    line-height: 0.94;
  }

  .page--fundraising #main .fundraiser-hero-actions {
    width: 100%;
    max-width: 42rem;
  }

  .page--fundraising #main .fundraiser-hero-payment-option {
    width: 100%;
  }
}


@media (min-width: 761px) and (max-width: 1100px) {
  .page--fundraising #main .fundraiser-hero-shell {
    row-gap: clamp(7.6rem, 13vw, 10rem);
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .page--fundraising #main .fundraiser-hero-shell {
    align-items: center;
  }

  .page--fundraising #main .fundraiser-progress-panel {
    align-self: flex-start;
  }

  .page--fundraising #main .fundraiser-payment-panel {
    width: min(100%, 42rem);
    align-self: center;
  }

}

@media (max-width: 960px) {
  .page--fundraising #main .fundraiser-hero {
    padding-top: 2.35rem;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    font-size: 3rem;
  }
}

@media (max-width: 760px) {

  .page--fundraising #main .fundraiser-hero-payment-note {
    font-size: 0.76rem;
  }
}

@media (max-width: 960px) and (max-height: 520px) {
  .page--fundraising #main .fundraiser-hero {
    padding-top: 0.75rem;
    padding-bottom: calc(4rem + var(--launch-strip-gap));
  }

  .page--fundraising #main .fundraiser-hero-shell {
    gap: 0.85rem;
    width: min(54rem, calc(100% - 2rem));
  }

  .page--fundraising #main .fundraiser-progress-panel {
    max-width: 38rem;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    max-width: 24rem;
    font-size: 1.95rem;
    line-height: 0.9;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-brand,
  .page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place {
    white-space: nowrap;
  }

  .page--fundraising #main .fundraiser-progress-panel .lead {
    margin-top: 0.55rem;
    font-size: 0.95rem;
    line-height: 1.28;
  }

  .page--fundraising #main .fundraiser-hero-actions {
    align-items: center;
    margin-top: 0.65rem;
    gap: 0.65rem;
  }

  .page--fundraising #main .fundraiser-hero-venmo {
    width: auto;
    min-height: 3.15rem;
    padding: 0.55rem 1rem;
  }

  .page--fundraising #main .fundraiser-hero-payment-option {
    width: min(18rem, 100%);
  }

  .page--fundraising #main .fundraiser-hero-payment-note {
    font-size: 0.68rem;
    line-height: 1.22;
  }

  .page--fundraising #main .fundraiser-hero-venmo img {
    width: 1.85rem;
    height: 1.85rem;
  }

  .page--fundraising #main .fundraiser-hero-rewards {
    width: auto;
    min-height: 2.55rem;
    padding: 0.55rem 0.9rem;
    margin-top: 0.3rem;
  }

  .page--fundraising #main .fundraiser-payment-panel {
    max-width: 34rem;
  }
}

@media (max-width: 1100px) and (max-height: 520px) {
  .site-header .brand {
    gap: 0.08rem;
    padding: 0.2rem 0 0.18rem;
  }

  .site-header .brand .brand-logo-frame {
    width: min(15.5rem, 58vw);
  }

  .site-header .brand-status {
    font-size: 0.54rem;
    line-height: 1;
  }

  .mobile-brand-peek {
    display: none !important;
  }
}


@media (max-width: 600px) {
  .page--fundraising #main .fundraiser-hero {
    background-image: image-set(url("/assets/img/hero/fundraiser/launch-gym-hero-1120.avif?v=20260702") type("image/avif"),
        url("/assets/img/hero/fundraiser/launch-gym-hero-1120.webp?v=20260702") type("image/webp"),
        url("/assets/img/hero/fundraiser/launch-gym-hero-1120.jpg?v=20260702") type("image/jpeg"));
    background-position: 50% top;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    line-height: 0.99;
  }

  .page--fundraising #main .fundraiser-hero-payment-note {
    padding-inline: 0.25rem;
  }

  .page--fundraising #main .fundraiser-hero-rewards>img:first-child {
    width: 1.38rem;
    height: 1.38rem;
  }

  .page--fundraising #main .fundraiser-payment-panel {
    border-width: 2px;
  }

  .page--fundraising #main .fundraiser-goal-card-head {
    gap: 0.72rem;
    margin-bottom: 0.42rem;
  }

  .page--fundraising #main .fundraiser-payment-panel p.fundraiser-goal-card-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.11em;
  }

  .page--fundraising #main .fundraiser-meter {
    margin-top: 0.88rem;
    transform: none;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list {
    margin-top: 0.58rem;
  }

}


@media (max-width: 760px) {
  .page--fundraising #main .fundraiser-hero {
    min-height: auto;
    padding-top: clamp(1.05rem, 3.8vw, 1.45rem);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.16) 34%, rgba(255, 255, 255, 0) 100%),
      linear-gradient(90deg, rgba(255, 95, 86, 0.08), transparent 24%, transparent 72%, rgba(255, 196, 33, 0.16)),
      var(--color-white);
  }

  .page--fundraising #main .fundraiser-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: auto;
    right: -26vw;
    bottom: -54px;
    display: block;
    width: min(700px, 136vw);
    aspect-ratio: 16 / 9;
    background: image-set(url("/assets/img/hero/fundraiser/movement-circuit-hero.avif?v=20260626a") type("image/avif"),
        url("/assets/img/hero/fundraiser/movement-circuit-hero.webp?v=20260625b") type("image/webp")) center / contain no-repeat;
    opacity: 0.22;
    pointer-events: none;
  }

  .page--fundraising #main .fundraiser-hero-shell {
    position: relative;
    z-index: 1;
    width: min(100% - 1.35rem, 35rem);
  }

  .page--fundraising #main .fundraiser-progress-panel {
    padding: 0.45rem 0.1rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page--fundraising #main .fundraiser-hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 0.82rem;
    color: var(--fundraiser-hero-blue);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-shadow: none;
  }

  .page--fundraising #main .fundraiser-hero-kicker::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    min-width: 2.25rem;
    background: linear-gradient(90deg, rgba(10, 81, 200, 0.3), rgba(241, 96, 80, 0));
  }

  .page--fundraising #main .fundraiser-hero-kicker-icon {
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
      0 8px 18px rgba(7, 26, 75, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .page--fundraising #main .fundraiser-hero-kicker-icon img {
    width: 1.08rem;
    height: 1.08rem;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    position: relative;
    max-width: min(100%, 15ch);
    color: var(--fundraiser-hero-navy);
    font-size: clamp(2.18rem, 9.1vw, 2.58rem);
  }

  .page--fundraising #main .fundraiser-progress-panel h1::after {
    content: "";
    display: block;
    width: 4.4rem;
    height: 0.28rem;
    margin-top: 0.62rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fundraiser-hero-coral), #ffbe36 62%, rgba(255, 190, 54, 0));
  }

  .page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-brand {
    white-space: normal;
  }

  .page--fundraising #main .fundraiser-progress-panel h1 .fundraiser-heading-place {
    white-space: nowrap;
    margin-top: 0.2rem;
  }

  .page--fundraising #main .fundraiser-progress-panel .lead {
    max-width: none;
    margin-top: 1.82rem;
    margin-left: 0.6rem;
    margin-right: 0.7rem;
    padding: 0.78rem 0.9rem 0.82rem;
    border: 1px solid rgba(10, 81, 200, 0.1);
    border-left: 4px solid rgba(10, 81, 200, 0.38);
    border-radius: 0.82rem;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.74)),
      rgba(255, 255, 255, 0.64);
    color: #173461;
    font-size: 0.98rem;
    line-height: 1.43;
    box-shadow: 0 10px 24px rgba(7, 26, 75, 0.05);
    text-shadow: none;
  }

  .page--fundraising #main .fundraiser-progress-panel .lead strong {
    color: var(--fundraiser-hero-blue);
  }

  .page--fundraising #main .fundraiser-hero-actions {
    position: relative;
    margin-top: 0.86rem;
    gap: 0.58rem;
    padding: 0.66rem;

    border-radius: 1.12rem;


  }

  .page--fundraising #main .fundraiser-hero-payment-option {
    width: 100%;

  }

  .page--fundraising #main .fundraiser-hero-kickstarter {
    min-height: 4.18rem;
    justify-content: center;
    border-radius: 0.92rem;
  }

  .page--fundraising #main .fundraiser-hero-payment-option .fundraiser-hero-venmo {
    min-height: 4.18rem;
    margin-top: 0.18rem;
    border-radius: 0.92rem;
    box-shadow:
      0 14px 26px rgba(222, 70, 58, 0.26),
      0 5px 12px rgba(7, 26, 75, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }

  .page--fundraising #main .fundraiser-hero-payment-note {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0.28rem 0.35rem 0.1rem;
    border-radius: 0.7rem;
    background: transparent;
    color: #173461;
    line-height: 1.3;
    text-shadow: none;
    max-width: 31ch;
  }

  .page--fundraising #main .fundraiser-hero-rewards {
    width: 100%;
    min-height: 2.9rem;
    justify-content: space-between;
    margin-block: 0.5rem 0;
    padding: 0.7rem 0.92rem;
    border-color: rgba(7, 26, 75, 0.1);
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
      0 10px 22px rgba(7, 26, 75, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .page--fundraising #main .fundraiser-payment-panel {
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .page--fundraising #main .fundraiser-hero::after {
    top: auto;
    right: -46vw;
    bottom: -36px;
    width: min(620px, 145vw);
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    font-size: clamp(2.08rem, 8.9vw, 2.42rem);
  }
}

@media (max-width: 360px) {
  .page--fundraising #main .fundraiser-hero-shell {
    width: min(100% - 1rem, 35rem);
  }

  .page--fundraising #main .fundraiser-progress-panel h1 {
    font-size: 2.08rem;
  }
}


body.page--fundraising #main .fundraiser-meter-track-wrap {
  --meter-zone-min-width: 2.45rem;
}

body.page--fundraising #main .fundraiser-meter-track-wrap:has(.fundraiser-meter-zone:is(:hover, :focus-visible, .is-impact-active)) .fundraiser-meter-track {
  box-shadow:
    inset 0 1px 2px rgba(7, 26, 75, 0.08),
    0 0 0 3px rgba(9, 80, 196, 0.1);
}

body.page--fundraising #main .fundraiser-meter-track-wrap:has(.fundraiser-meter-zone-fill:is(:hover, :focus-visible, .is-impact-active)) .fundraiser-meter-fill {
  filter: saturate(1.1) brightness(1.03);
}

body.page--fundraising #main .fundraiser-meter-track-wrap:has(.fundraiser-meter-zone-fill:is(:hover, :focus-visible, .is-impact-active)) .fundraiser-meter-bubble {
  transform: translateY(-50%) scale(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0.32rem 0.65rem rgba(7, 26, 75, 0.18);
}

body.page--fundraising #main .fundraiser-meter-zone {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

body.page--fundraising #main .fundraiser-meter-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

body.page--fundraising #main .fundraiser-meter-zone-fill {
  left: 0;
  width: min(100%, max(var(--meter-fill-width, 0%), var(--meter-zone-min-width)));
  border-radius: 999px 0 0 999px;
}

body.page--fundraising #main .fundraiser-meter-zone-fill::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.48),
    0 0 0 2px rgba(9, 80, 196, 0.12);
}

body.page--fundraising #main .fundraiser-meter-zone-remaining {
  right: 0;
  left: min(100%, max(var(--meter-fill-width, 0%), var(--meter-zone-min-width)));
  z-index: 3;
  border-radius: 999px;
}

body.page--fundraising #main .fundraiser-meter-zone-remaining::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 136, 86, 0.16)),
    repeating-linear-gradient(135deg, rgba(9, 80, 196, 0.08) 0 7px, transparent 7px 15px);
  box-shadow: inset 0 0 0 2px rgba(255, 136, 86, 0.24);
}

body.page--fundraising #main .fundraiser-meter-zone:is(:hover, :focus-visible, .is-impact-active)::before {
  opacity: 1;
}

body.page--fundraising #main .fundraiser-meter-zone:active::before {
  transform: scaleY(0.92);
}

body.page--fundraising #main .fundraiser-meter-zone:focus-visible {
  outline: 3px solid rgba(9, 80, 196, 0.34);
  outline-offset: 4px;
}

body.page--fundraising #main .fundraiser-meter-zone .fundraiser-meter-tip {
  position: absolute;
  bottom: calc(100% + 0.62rem);
  z-index: 32;
  width: min(18rem, 84vw);
  padding: 0.64rem 0.82rem 0.7rem;
  border: 1px solid rgba(9, 80, 196, 0.16);
  border-radius: 0.66rem;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  box-shadow:
    0 0.62rem 1.3rem rgba(20, 33, 61, 0.17),
    0 0.14rem 0.4rem rgba(20, 33, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #3e5170;
  font-family: var(--font-card-sans);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 150ms;
}

body.page--fundraising #main .fundraiser-meter-zone .fundraiser-meter-tip::after {
  content: "";
  position: absolute;
  bottom: -0.43rem;
  width: 0.72rem;
  height: 0.72rem;
  background: #f4f8ff;
  border-right: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom-right-radius: 3px;
  transform: rotate(45deg);
}

body.page--fundraising #main .fundraiser-meter-zone-fill .fundraiser-meter-tip {
  left: 0;
  transform: translate(0, 4px);
}

body.page--fundraising #main .fundraiser-meter-zone-fill .fundraiser-meter-tip::after {
  left: 0.9rem;
}

body.page--fundraising #main .fundraiser-meter-zone-remaining .fundraiser-meter-tip {
  left: 50%;
  transform: translate(-50%, 4px);
}

body.page--fundraising #main .fundraiser-meter-zone-remaining .fundraiser-meter-tip::after {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

body.page--fundraising #main .fundraiser-meter-zone .fundraiser-meter-tip strong {
  display: block;
  margin: 0;
  color: #0c214a;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-wrap: balance;
}

body.page--fundraising #main .fundraiser-meter-zone:is(:hover, :focus-visible, .is-impact-active) .fundraiser-meter-tip {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 0ms;
}

body.page--fundraising #main .fundraiser-meter-zone-fill:is(:hover, :focus-visible, .is-impact-active) .fundraiser-meter-tip {
  transform: translate(0, 0);
}

body.page--fundraising #main .fundraiser-meter-zone-remaining:is(:hover, :focus-visible, .is-impact-active) .fundraiser-meter-tip {
  transform: translate(-50%, 0);
}

body.page--fundraising #main .fundraiser-impact-brief {
  border-radius: 0.72rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 255, 0.88) 58%, rgba(255, 248, 242, 0.9)),
    #fff;
  box-shadow:
    0 0.5rem 1rem rgba(20, 33, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

body.page--fundraising #main .fundraiser-impact-brief::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.24rem;
  background: linear-gradient(180deg,
      #00a1ec 0 25%,
      #0072ce 25% 50%,
      #ff7800 50% 75%,
      #ff4c00 75% 100%);
  opacity: 0.82;
}

body.page--fundraising #main .fundraiser-impact-brief.is-impact-active {
  border-color: rgba(9, 80, 196, 0.28);
  box-shadow:
    0 0.68rem 1.28rem rgba(20, 33, 61, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

body.page--fundraising #main .fundraiser-impact-brief-kicker {
  margin: 0 0 0.26rem;
  color: #0b6f75;
  font-family: var(--font-card-sans);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.page--fundraising #main .fundraiser-impact-brief h3 {
  margin: 0;
  color: #0c214a;
  font-family: var(--font-card-sans);
  font-size: clamp(0.95rem, 1.45vw, 1.07rem);
  font-weight: 900;
  line-height: 1.16;
  text-wrap: balance;
}

body.page--fundraising #main .fundraiser-impact-brief p:last-child {
  margin: 0.32rem 0 0;
  color: #3e5170;
  font-family: var(--font-card-sans);
  font-size: 0.74rem;
  font-weight: 740;
  line-height: 1.43;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
  position: relative;
  border-radius: 0.68rem;
  transition:
    transform 160ms ease,
    color 160ms ease;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list .fundraiser-breakdown-trigger {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  align-content: center;
  width: 100%;
  min-width: 0;
  color: inherit;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-info-badge {
  position: absolute;
  top: 0.36rem;
  right: 0.36rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.32rem;
  height: 1.32rem;
  border: 2px solid rgba(15, 23, 42, 0.44);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: rgba(15, 23, 42, 0.66);
  font-family: var(--font-card-sans);
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
  text-align: center;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-info-badge::before {
  content: "i";
  display: block;
  transform: translateY(0.05rem);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-visible, .is-impact-active) {
  transform: translateY(-3px);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-visible, .is-impact-active) strong {
  color: #075cbd;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:active {
  transform: translateY(-1px) scale(0.99);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list .fundraiser-breakdown-trigger:focus-visible {
  outline: 3px solid rgba(9, 80, 196, 0.32);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body.page--fundraising #main .fundraiser-impact-brief {
    margin-top: 0.78rem;
  }

  body.page--fundraising #main .fundraiser-impact-brief h3 {
    font-size: 0.95rem;
  }

  body.page--fundraising #main .fundraiser-impact-brief p:last-child {
    font-size: 0.72rem;
    line-height: 1.38;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
    gap: 0.26rem 0.32rem;
    padding-inline: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  body.page--fundraising #main .fundraiser-meter-zone::before,
  body.page--fundraising #main .fundraiser-meter-zone .fundraiser-meter-tip,
  body.page--fundraising #main .fundraiser-impact-brief,
  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
    transition: none;
  }

  body.page--fundraising #main .fundraiser-impact-brief.is-impact-active,
  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-visible, .is-impact-active) {
    transform: none;
  }
}


body.page--fundraising #main .fundraiser-payment-panel {
  --launch-card-navy: #082258;
  --launch-card-coral: #f06f58;
  --launch-card-teal: #087c82;
  --launch-card-gold: #f3bc61;
  --launch-card-line: #efd7b8;
  position: relative;
  isolation: isolate;
  overflow: visible;
  flex-basis: min(36rem, 100%);
  max-width: 36rem;
  padding: 6.3rem 2.45rem 1.72rem;
  border: 2px solid rgba(241, 185, 92, 0.72);
  border-radius: 2.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 253, 249, 0.98) 42%, #fffaf2 100%) padding-box,
    linear-gradient(180deg, #fff5d8 0%, #f0bd62 100%) border-box;

  color: var(--launch-card-navy);
  font-family: var(--font-card-sans);
  transform: none;
}

body.page--fundraising #main .fundraiser-payment-panel::before {
  content: "";
  position: absolute;
  inset: 0.78rem;
  z-index: 0;
  display: block;
  border: 1px solid rgba(237, 207, 169, 0.86);
  border-radius: 1.78rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 248, 238, 0));
  pointer-events: none;
}

body.page--fundraising #main .fundraiser-payment-panel>* {
  position: relative;
  z-index: 1;
}

body.page--fundraising #main .fundraiser-goal-card-head {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: block;
  width: min(14.75rem, 52%);
  margin: 0;
  transform: translate(-50%, -40%);
}

body.page--fundraising #main .fundraiser-goal-card-crest {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0.35rem 0.7rem rgba(134, 83, 20, 0.14));
}

body.page--fundraising #main .fundraiser-goal-card {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

body.page--fundraising #main .fundraiser-goal-title-row {
  display: block;
}

body.page--fundraising #main .fundraiser-payment-panel .fundraiser-goal-name {
  color: var(--launch-card-navy);
  font-family: var(--font-card-serif);
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
}

body.page--fundraising #main .fundraiser-goal-amount {
  display: inline-flex;
  align-items: unset;
  justify-content: center;

  transform-origin: unset;
}

body.page--fundraising #main .fundraiser-goal-currency {
  font-size: 0.72em;
  line-height: 1;
  transform: translateY(0.18em);
}

body.page--fundraising #main .fundraiser-goal-number {
  transform: none;
}

body.page--fundraising #main .fundraiser-goal-milestone {
  display: block;
  margin-top: 0.08rem;
  color: var(--launch-card-coral);
  font-family: var(--font-card-serif);
  font-size: 0.42em;
  line-height: 1;
  text-transform: none;
  transform: none;
}

body.page--fundraising #main .fundraiser-meter {
  margin: 1.35rem 0 0;
  transform: none;
}

body.page--fundraising #main .fundraiser-meter-card {
  padding: 1.02rem 1.25rem 1.1rem;
  border: 1px solid rgba(237, 207, 169, 0.48);
  border-radius: 0.82rem;
  background:
    radial-gradient(circle at 18% 72%, rgba(255, 244, 235, 0.78), rgba(255, 255, 255, 0) 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 251, 247, 0.94));
  box-shadow:
    0 0.8rem 1.8rem rgba(107, 73, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.page--fundraising #main .fundraiser-meter-bubble {
  --bubble-min-width: 2.32rem;

  --bubble-cap-inset: 0.125rem;

  --bubble-width: 1.92rem;
  position: absolute;
  top: 50%;

  left: clamp(0.18rem,
      calc(var(--meter-fill-width, 0%) - var(--bubble-width) - var(--bubble-cap-inset)),
      calc(100% - var(--bubble-width) - 0.18rem));
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--bubble-min-width);
  height: 1.6rem;
  margin: 0;

  padding: 0.12rem 0.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: linear-gradient(180deg, #167cf0, #075fd2);
  box-shadow:
    0 0.22rem 0.5rem rgba(7, 83, 189, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: #fff;
  font-family: var(--font-card-sans);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  transform: translateY(-50%);
}

body.page--fundraising #main .fundraiser-meter-track-wrap {
  position: relative;
  border-radius: 999px;
  margin: 0.08rem 0 0;
}

body.page--fundraising #main .fundraiser-meter-track {
  width: 100%;
  height: 1.85rem;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #e6e3e1;
  box-shadow:
    inset 0 0.18rem 0.42rem rgba(7, 26, 75, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.88);
  transform: none;
}


body.page--fundraising #main .fundraiser-meter-fill {
  background: linear-gradient(90deg,
      #f7c948 0%,
      #eaa50c var(--meter-raised-portion, 100%),
      #06d17c var(--meter-raised-portion, 100%),
      #05b268 100%);
}

/* Kickstarter is a compact, independently interactive meter. Keep every
   visible interactive surface exactly aligned to the bar itself. */
body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-track-wrap {
  --meter-zone-min-width: 2.75rem;
  display: flex;
  align-items: center;
  min-height: 44px;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-track {
  flex: 1 1 auto;
  height: 1.85rem;
  border: 1px solid rgba(184, 247, 198, 0.32);
  background: rgba(0, 11, 29, 0.72);
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-fill {
  background: linear-gradient(90deg, #15924d, #72e891);
  box-shadow: 0 0 1rem rgba(114, 232, 145, 0.38);
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-percent {
  background: #087a3d;
  color: #fff;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-meter-zone {
  top: 0;
  bottom: 0;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-meter-zone::before {
  top: 50%;
  bottom: auto;
  height: 1.85rem;
  transform: translateY(-50%);
}

body.page--fundraising #main .fundraiser-kickstarter-progress-track-wrap:has(.fundraiser-meter-zone-fill:is(:hover, :focus-visible, .is-impact-active)) .fundraiser-kickstarter-progress-percent {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow:
    0 0.35rem 0.82rem rgba(0, 0, 0, 0.32),
    0 0 0 2px rgba(114, 232, 145, 0.2);
}

body.page--fundraising #main .fundraiser-stats {
  display: flex;
  margin: 1.42rem 0 0;
  padding: 1.1rem 0 0.42rem;
  border: 0;

  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page--fundraising #main .fundraiser-stats>div {

  --stat-icon: 2.85rem;
  --stat-edge: 1.1rem;
  --stat-gap: 0.56rem;
  position: relative;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: var(--stat-icon);
  padding: 0 1.1rem 0 calc(var(--stat-edge) + var(--stat-icon) + var(--stat-gap));
  text-align: left;
  transform: none;
}

body.page--fundraising #main .fundraiser-stats>div:first-child {
  --stat-edge: 1.18rem;
}

body.page--fundraising #main .fundraiser-stats>div+div {
  border-left: 1px solid rgba(237, 194, 133, 0.7);
}

body.page--fundraising #main .fundraiser-stats dt {
  display: contents;
  color: var(--launch-card-navy);
  font-family: var(--font-card-sans);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

body.page--fundraising #main .fundraiser-stats dd {
  margin: 0.2rem 0 0;
  color: var(--launch-card-navy);
  font-family: var(--font-card-serif);
  font-size: 1.62rem;
  font-weight: 700;
  line-height: 1;
  transform: none;
}

body.page--fundraising #main .fundraiser-impact-brief--live {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.page--fundraising #main .fundraiser-hero-uses {
  margin-top: 1.2rem;
}

body.page--fundraising #main .fundraiser-support-powers-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  margin: 0;
  color: var(--launch-card-teal);
  font-family: var(--font-card-sans);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

body.page--fundraising #main .fundraiser-support-powers-heading::before,
body.page--fundraising #main .fundraiser-support-powers-heading::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 188, 97, 0), var(--launch-card-gold));
}

body.page--fundraising #main .fundraiser-support-powers-heading::after {
  background: linear-gradient(90deg, var(--launch-card-gold), rgba(243, 188, 97, 0));
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list {
  display: flex;
  gap: 1rem;
  margin: 1.08rem 0 0;
  transform: none;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list .fundraiser-breakdown-trigger {
  display: flex;
  min-height: 6.85rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.54rem;
  padding: 0.88rem 0.72rem;
  border: 1px solid rgba(237, 207, 169, 0.92);
  border-radius: 0.88rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 0.62rem 1.1rem rgba(107, 73, 37, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list img {
  width: auto;
  max-width: 5.7rem;
  height: 3.28rem;
  margin: 0;
  object-fit: contain;
  transform: none;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:first-child img {
  max-width: 7rem;
  height: 3.42rem;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list strong {
  color: var(--launch-card-navy);
  font-family: var(--font-card-sans);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  transform: none;
  white-space: normal;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-within, .is-impact-active) {
  transform: translateY(-2px);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-within, .is-impact-active) strong {
  color: #095bbb;
}

body.page--fundraising #main .fundraiser-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  margin-top: 1.28rem;
}

body.page--fundraising #main .fundraiser-card-action {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.65rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0.92rem;
  font-family: var(--font-card-sans);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page--fundraising #main .fundraiser-card-action:hover,
body.page--fundraising #main .fundraiser-card-action:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

body.page--fundraising #main .fundraiser-card-action-facebook {
  gap: 0.85rem;
  min-height: 4.2rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid rgba(8, 80, 170, 0.28);
  border-radius: 0.92rem;
  background: linear-gradient(135deg, #1c7df2, #0f5dbb);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow:
    0 0.8rem 1.45rem rgba(10, 88, 199, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.page--fundraising #main .fundraiser-card-action-facebook:hover,
body.page--fundraising #main .fundraiser-card-action-facebook:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: linear-gradient(135deg, #2386ff, #0f64ca);
}

body.page--fundraising #main .fundraiser-card-action .fundraiser-payment-button-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.46rem;
}

body.page--fundraising #main .fundraiser-card-action-facebook .fundraiser-payment-button-logo {
  background: #fff;
}

body.page--fundraising #main .fundraiser-card-action .fundraiser-payment-button-logo img {
  object-fit: contain;
}

body.page--fundraising #main .fundraiser-card-action-facebook .fundraiser-payment-button-logo img {
  width: 1.5rem;
  height: 1.5rem;
}

body.page--fundraising #main .fundraiser-card-action .fundraiser-payment-button-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

@media (max-width: 1180px) {
  body.page--fundraising #main .fundraiser-payment-panel {
    flex-basis: min(34.5rem, 100%);
    max-width: 34.5rem;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-goal-name {
    font-size: 4.65rem;
  }
}


@media (min-width: 1101px) {
  .js-enabled.site-sticky-support-active .site-header {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: none;
    transition: background var(--nav-active-transition) var(--nav-active-ease), border-color var(--nav-active-transition) var(--nav-active-ease), box-shadow var(--nav-active-transition) var(--nav-active-ease), backdrop-filter var(--nav-active-transition) var(--nav-active-ease);
  }

  .js-enabled.site-sticky-support-active .site-header::after {
    opacity: 0;
    transition: opacity var(--nav-active-transition) var(--nav-active-ease);
  }

  .js-enabled.site-sticky-support-active .site-header .header-support-cta,
  .js-enabled.site-sticky-support-active .site-header .nav-swirl {
    visibility: hidden;
    opacity: 0;
    filter: none;
    pointer-events: none;
    transition: opacity var(--nav-active-transition) var(--nav-active-ease), filter var(--nav-active-transition) var(--nav-active-ease), visibility 0s linear var(--nav-active-transition);
  }

  .js-enabled.site-sticky-support-active .site-header .brand {
    visibility: hidden;
    opacity: 0;
    filter: none;
    pointer-events: none;
    transform: none;
    transition: opacity var(--nav-active-transition) var(--nav-active-ease), visibility 0s linear var(--nav-active-transition);
  }

  .js-enabled.site-sticky-support-active .site-nav {
    pointer-events: auto;
    transform: none;
    border-color: rgba(0, 161, 236, 0.24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 252, 255, 0.88)),
      linear-gradient(90deg, rgba(0, 161, 236, 0.2), rgba(255, 120, 0, 0.16));
    box-shadow:
      0 1rem 2.2rem rgba(7, 31, 75, 0.18),
      0 0.28rem 0.8rem rgba(0, 114, 206, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: background var(--nav-active-transition) var(--nav-active-ease), border-color var(--nav-active-transition) var(--nav-active-ease), box-shadow var(--nav-active-transition) var(--nav-active-ease), transform var(--nav-active-transition) var(--nav-active-ease);
  }

  .js-enabled.site-sticky-support-active .site-nav ul {
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      inset 0 0 0 1px rgba(20, 33, 61, 0.04);
    transition: background var(--nav-active-transition) var(--nav-active-ease), box-shadow var(--nav-active-transition) var(--nav-active-ease);
  }

  .page--fundraising #main .fundraiser-hero-rewards {
    display: none;
  }

  body.page--fundraising #main .fundraiser-payment-panel {
    transform: scale(0.8);
    transform-origin: center center;
  }
}

@media (min-width: 1101px) and (prefers-reduced-motion: reduce) {

  .site-header,
  .site-header::after,
  .brand,
  .header-support-cta,
  .nav-swirl,
  .site-nav,
  .site-nav ul,
  .js-enabled.site-sticky-support-active .site-header,
  .js-enabled.site-sticky-support-active .site-header::after,
  .js-enabled.site-sticky-support-active .site-header .brand,
  .js-enabled.site-sticky-support-active .site-header .header-support-cta,
  .js-enabled.site-sticky-support-active .site-header .nav-swirl,
  .js-enabled.site-sticky-support-active .site-nav,
  .js-enabled.site-sticky-support-active .site-nav ul {
    transition: none !important;
  }
}

@media (max-width: 600px) {
  body.page--fundraising .mobile-brand-peek {
    display: none;
  }

  body.page--fundraising #main .fundraiser-hero {
    padding-bottom: calc(4rem + var(--mobile-bar-h, 2.9rem) + env(safe-area-inset-bottom));
  }

  body.page--fundraising #main .fundraiser-payment-panel {
    padding: 5.92rem 1rem calc(1.35rem + var(--mobile-bar-h, 2.9rem));
  }

  body.page--fundraising #main .fundraiser-payment-panel::before {
    inset: 0.48rem;
  }

  body.page--fundraising #main .fundraiser-goal-card-head {
    width: min(12.75rem, 66%);
    transform: translate(-50%, -38%);
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-goal-name {
    font-size: 3.42rem;
  }

  body.page--fundraising #main .fundraiser-meter-card {
    padding: 0.92rem 0.9rem 0.9rem;
  }

  body.page--fundraising #main .fundraiser-meter-bubble {
    font-size: 0.9rem;

    --bubble-width: 2.52rem;
  }

  body.page--fundraising #main .fundraiser-stats {
    padding: 0.82rem 0;
  }

  body.page--fundraising #main .fundraiser-stats>div {
    --stat-icon: 2.28rem;
    --stat-edge: 0.58rem;
    --stat-gap: 0.5rem;
    padding-right: 0.58rem;
  }

  body.page--fundraising #main .fundraiser-stats>div:first-child {
    --stat-edge: 0.72rem;
  }

  body.page--fundraising #main .fundraiser-stats dt {
    font-size: 0.68rem;
  }

  body.page--fundraising #main .fundraiser-stats dd {
    font-size: 1.28rem;
  }

  body.page--fundraising #main .fundraiser-support-powers-heading {
    gap: 0.48rem;
    font-size: 0.74rem;
  }

  body.page--fundraising #main .fundraiser-support-powers-heading::before,
  body.page--fundraising #main .fundraiser-support-powers-heading::after {
    width: 1.72rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list {
    gap: 0.42rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list .fundraiser-breakdown-trigger {
    min-height: 5.75rem;
    gap: 0.4rem;
    padding: 0.62rem 0.38rem;
    border-radius: 0.72rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-info-badge {
    top: 0.28rem;
    right: 0.28rem;
    width: 1.16rem;
    height: 1.16rem;
    font-size: 0.72rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list img {
    max-width: 3.85rem;
    height: 2.28rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:first-child img {
    max-width: 4.55rem;
    height: 2.32rem;
  }

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list strong {
    font-size: 0.72rem;
  }

  body.page--fundraising #main .fundraiser-card-actions {
    margin-top: 1.08rem;
  }

  body.page--fundraising #main .fundraiser-card-action {
    min-height: 3.18rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 390px) {
  body.page--fundraising #main .fundraiser-payment-panel {
    padding-right: 0.82rem;
    padding-left: 0.82rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-goal-name {
    font-size: 3.18rem;
  }

  body.page--fundraising #main .fundraiser-stats>div {
    --stat-icon: 2.35rem;
  }

  body.page--fundraising #main .fundraiser-stats dd {
    font-size: 1.32rem;
  }

  body.page--fundraising #main .fundraiser-card-action {
    font-size: 0.86rem;
  }
}

@media (max-width: 600px) {
  body.page--fundraising #main .fundraiser-payment-panel {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: max(0.95rem, env(safe-area-inset-right));
    padding-left: max(0.95rem, env(safe-area-inset-left));
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 253, 249, 0.9) 52%,
        rgba(255, 250, 242, 0.48) 82%,
        rgba(255, 250, 242, 0) 100%);
    box-shadow: 0 -0.75rem 1.4rem rgba(255, 255, 255, 0.26);
  }

  body.page--fundraising #main .fundraiser-payment-panel::before {
    top: 2.35rem;
    right: 0;
    left: 0;
    z-index: 0;
    display: block;
    height: 1px;
    border: 0;
    border-radius: 0;
    background: rgba(241, 185, 92, 0.52);
    box-shadow: none;
  }
}


@media (min-width: 601px) and (max-width: 760px) {
  .page--fundraising #main .fundraiser-hero {
    background:
      #f5be86 image-set(url("/assets/img/hero/fundraiser/launch-gym-hero-1120.avif?v=20260702") type("image/avif"),
        url("/assets/img/hero/fundraiser/launch-gym-hero-1120.webp?v=20260702") type("image/webp"),
        url("/assets/img/hero/fundraiser/launch-gym-hero-1120.jpg?v=20260702") type("image/jpeg")) 50% top / cover no-repeat;
  }

  .page--fundraising #main .fundraiser-hero::after {
    display: none;
  }
}


body.page--fundraising #main dl.fundraiser-goal-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 1.42rem 0 0;
  padding: 0.9rem 0 0.5rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}


body.page--fundraising #main dl.fundraiser-goal-stats>div {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  min-width: 0;
  min-height: 0;
  padding: 0.45rem 1rem 0.45rem 0.9rem;
  text-align: left;
  transform: none;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:is(:hover, :focus-within, .is-impact-active) {
  z-index: 6;
}


body.page--fundraising #main dl.fundraiser-goal-stats>div:first-child {
  transform: none;
  padding-left: 0;
}


body.page--fundraising #main dl.fundraiser-goal-stats>div+div {
  border-left: 1px solid rgba(7, 26, 75, 0.14);
}

body.page--fundraising #main dl.fundraiser-goal-stats dt {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  margin: 0;
  padding: 0;
}

body.page--fundraising #main dl.fundraiser-goal-stats dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:is(:hover, :focus-within, .is-impact-active) dt img {
  transform: translateY(-0.12rem) scale(1.09);
  filter: saturate(1.08) drop-shadow(0 0.26rem 0.38rem rgba(7, 26, 75, 0.16));
}

@media (prefers-reduced-motion: reduce) {
  body.page--fundraising #main dl.fundraiser-goal-stats dt img {
    transition: none;
  }
}

body.page--fundraising #main dl.fundraiser-goal-stats dd {
  position: static;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  margin: 0;
  color: var(--launch-card-navy);
  font-family: var(--font-card-serif);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 0.7;
  text-align: left;
  transform: none;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-trigger {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0.68rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-trigger:focus-visible {
  outline: 3px solid rgba(9, 80, 196, 0.32);
  outline-offset: 4px;
}


body.page--fundraising #main dl.fundraiser-goal-stats dd>span:first-child {
  margin: 0 0 0.26rem;
  color: #095bbb;
  font-family: var(--font-card-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-countdown {
  display: block;
  position: absolute;
  top: calc(50% + 2.08rem);
  left: 50%;
  transform: translateX(calc(-50% + 0.62rem));
  margin-top: 0;
  color: #008f55;
  font-family: var(--font-card-sans);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 560px) {
  body.page--fundraising #main dl.fundraiser-goal-stats>div {
    gap: 0.5rem;
    padding: 0.4rem 0.4rem 0.4rem 0.7rem;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dt {
    width: 2.7rem;
    height: 2.7rem;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dd {
    font-size: 1.14rem;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dd>span:first-child {
    font-size: 0.62rem;
    margin-bottom: 0.2rem;
  }
}


@media (max-width: 480px) {
  body.page--fundraising #main dl.fundraiser-goal-stats>div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    padding: 0.4rem 0.25rem;
    text-align: center;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dt {
    width: 2.6rem;
    height: 2.6rem;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dd {
    align-items: center;
    font-size: 1.02rem;
    text-align: center;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats dd>span:first-child {
    margin-bottom: 0.22rem;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }

  body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-countdown {
    top: calc(50% + 3.18rem);
    transform: translateX(calc(-50% + 0.12rem));
  }
}

@media (max-width: 420px) {
  body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-countdown {
    top: calc(50% + 3.05rem);
  }
}

@media (max-width: 390px) {
  body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-countdown {
    top: calc(50% + 2.95rem);
  }
}

@media (max-width: 360px) {
  body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-goal-stat-countdown {
    top: calc(50% + 2.86rem);
  }
}


body.page--fundraising #main .fundraiser-meter-updated {
  margin: 0.62rem 0 0;
  color: #6a7890;
  font-family: var(--font-card-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
}


body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-stat-kickstarter dt {
  transform: translateY(0) scale(1);
  transform-origin: center;
  border-radius: 50%;
  background:
    radial-gradient(120% 120% at 30% 24%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 60%),
    linear-gradient(158deg, #ebfaf2 0%, #d7f2e5 58%, #c9edda 100%);
  box-shadow:
    0 3px 8px rgba(5, 185, 112, 0.2),
    0 0 6px rgba(8, 210, 124, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -2px 4px rgba(5, 160, 100, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-stat-kickstarter:is(:hover, :focus-within, .is-impact-active) dt {
  transform: translateY(-0.12rem) scale(1.09);
  box-shadow:
    0 0.22rem 0.48rem rgba(5, 185, 112, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -2px 4px rgba(5, 160, 100, 0.18);
  filter: none;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-stat-kickstarter dt img {
  width: 58%;
  height: 58%;
}

body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-stat-kickstarter:is(:hover, :focus-within, .is-impact-active) dt img {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body.page--fundraising #main dl.fundraiser-goal-stats .fundraiser-stat-kickstarter dt {
    transition: none;
  }
}


body.page--fundraising #main dl.fundraiser-goal-stats>div:first-child dt img {
  filter: drop-shadow(0 3px 7px rgba(233, 106, 74, 0.32));
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:last-child dt img {
  filter: drop-shadow(0 3px 7px rgba(232, 158, 34, 0.34));
}


body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip {
  position: absolute;
  bottom: calc(100% + 0.62rem);
  left: 50%;
  z-index: 30;
  width: min(15.5rem, 80vw);
  padding: 0.64rem 0.82rem 0.7rem;
  border: 1px solid rgba(9, 80, 196, 0.16);
  border-radius: 0.66rem;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  box-shadow:
    0 0.62rem 1.3rem rgba(20, 33, 61, 0.17),
    0 0.14rem 0.4rem rgba(20, 33, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 150ms;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip {
  position: absolute;
  bottom: calc(100% + 0.62rem);
  left: 50%;
  z-index: 30;
  width: min(15.5rem, 80vw);
  padding: 0.64rem 0.82rem 0.7rem;
  border: 1px solid rgba(9, 80, 196, 0.16);
  border-radius: 0.66rem;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  box-shadow:
    0 0.62rem 1.3rem rgba(20, 33, 61, 0.17),
    0 0.14rem 0.4rem rgba(20, 33, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 150ms;
}


body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:first-child .fundraiser-breakdown-tip {
  left: -0.4rem;
  transform: translate(0, 4px);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:last-child .fundraiser-breakdown-tip {
  left: auto;
  right: -0.4rem;
  transform: translate(0, 4px);
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:first-child .fundraiser-goal-stat-tip {
  left: -0.4rem;
  transform: translate(0, 4px);
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:last-child .fundraiser-goal-stat-tip {
  left: auto;
  right: -0.4rem;
  transform: translate(0, 4px);
}


body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.62rem);
  left: 50%;
  z-index: 31;
  width: 0.72rem;
  height: 0.72rem;
  background: #f4f8ff;
  border-right: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom-right-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(50% + 4px)) rotate(45deg);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.62rem);
  left: 50%;
  z-index: 31;
  width: 0.72rem;
  height: 0.72rem;
  background: #f4f8ff;
  border-right: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom: 1px solid rgba(9, 80, 196, 0.16);
  border-bottom-right-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(50% + 4px)) rotate(45deg);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip strong {
  display: block;
  margin: 0 0 0.24rem;
  color: #0c214a;
  font-family: var(--font-card-sans);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-wrap: balance;
  transform: none;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip strong {
  display: block;
  margin: 0 0 0.24rem;
  color: #0c214a;
  font-family: var(--font-card-sans);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-wrap: balance;
  transform: none;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip span {
  display: block;
  flex: initial;
  width: 100%;
  margin: 0;
  color: #3e5170;
  font-family: var(--font-card-sans);
  font-size: 0.8rem;
  font-weight: 620;
  line-height: 1.42;
  text-align: left;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip span {
  display: block;
  flex: initial;
  width: 100%;
  margin: 0;
  color: #3e5170;
  font-family: var(--font-card-sans);
  font-size: 0.8rem;
  font-weight: 620;
  line-height: 1.42;
  text-align: left;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip .fundraiser-goal-stat-tip-meta {
  margin-top: 0.36rem;
  color: #087247;
  font-size: 0.74rem;
  font-weight: 850;
}


body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-within, .is-impact-active) {
  z-index: 6;
}

body.page--fundraising #main .fundraiser-meter:has(dl.fundraiser-goal-stats>div:is(:hover, :focus-within, .is-impact-active)) {
  position: relative;
  z-index: 8;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-within, .is-impact-active) .fundraiser-breakdown-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 0ms;
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:is(:hover, :focus-within, .is-impact-active) .fundraiser-goal-stat-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 0ms linear 0ms;
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:first-child:is(:hover, :focus-within, .is-impact-active) .fundraiser-breakdown-tip,
body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:last-child:is(:hover, :focus-within, .is-impact-active) .fundraiser-breakdown-tip {
  transform: translate(0, 0);
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:first-child:is(:hover, :focus-within, .is-impact-active) .fundraiser-goal-stat-tip,
body.page--fundraising #main dl.fundraiser-goal-stats>div:last-child:is(:hover, :focus-within, .is-impact-active) .fundraiser-goal-stat-tip {
  transform: translate(0, 0);
}

body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li:is(:hover, :focus-within, .is-impact-active)::before {
  opacity: 1;
  transform: translate(-50%, 50%) rotate(45deg);
}

body.page--fundraising #main dl.fundraiser-goal-stats>div:is(:hover, :focus-within, .is-impact-active)::before {
  opacity: 1;
  transform: translate(-50%, 50%) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {

  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip,
  body.page--fundraising #main .fundraiser-hero-uses .fundraiser-breakdown-list li::before,
  body.page--fundraising #main dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip,
  body.page--fundraising #main dl.fundraiser-goal-stats>div::before {
    transition-duration: 0ms;
  }
}

@media (min-width: 1101px) {
  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-meter-zone .fundraiser-meter-tip {
    width: min(22.5rem, 84vw);
    padding: 0.8rem 1.025rem 0.875rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip,
  body.page--fundraising #main .fundraiser-payment-panel dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip {
    width: min(19.375rem, 80vw);
    padding: 0.8rem 1.025rem 0.875rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-meter-zone .fundraiser-meter-tip strong,
  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip strong,
  body.page--fundraising #main .fundraiser-payment-panel dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip strong {
    font-size: 1.075rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel .fundraiser-hero-uses .fundraiser-breakdown-list li .fundraiser-breakdown-tip span,
  body.page--fundraising #main .fundraiser-payment-panel dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip span {
    font-size: 1rem;
  }

  body.page--fundraising #main .fundraiser-payment-panel dl.fundraiser-goal-stats>div .fundraiser-goal-stat-tip .fundraiser-goal-stat-tip-meta {
    margin-top: 0.45rem;
    font-size: 0.925rem;
  }
}

/* Keep the hero focused on the recognition path; payment and social actions
   remain available in their dedicated sections below. */
body.page--fundraising #main .fundraiser-hero-kickstarter,
body.page--fundraising #main .fundraiser-hero-venmo,
body.page--fundraising #main .fundraiser-hero-payment-option,
body.page--fundraising #main .fundraiser-card-action-facebook {
  display: none;
}

body.page--fundraising #main .fundraiser-hero-rewards {
  display: inline-flex;
}

/* Kickstarter proof should feel like a warm campaign note, not a dashboard. */
body.page--fundraising #main .fundraiser-kickstarter-progress {
  border: 0;
  border-radius: 0.85rem;
  background:
    linear-gradient(135deg, rgba(87, 178, 119, 0.08), rgba(24, 60, 80, 0) 55%),
    rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

body.page--fundraising #main .fundraiser-kickstarter-progress-kicker,
body.page--fundraising #main .fundraiser-kickstarter-impact-brief [data-fundraiser-impact-kicker] {
  color: #94d9ab;
}

body.page--fundraising #main .fundraiser-kickstarter-progress h3,
body.page--fundraising #main .fundraiser-kickstarter-impact-brief h4 {
  color: #fff8ef;
}

body.page--fundraising #main .fundraiser-kickstarter-progress-backers {
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8dec3;
}

body.page--fundraising #main .fundraiser-kickstarter-progress-meta p,
body.page--fundraising #main .fundraiser-kickstarter-impact-brief [data-fundraiser-impact-copy] {
  color: #d1dde7;
}

body.page--fundraising #main .fundraiser-kickstarter-progress-countdown {
  color: #a5e2b6 !important;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-track {
  border: 0;
  background: rgba(214, 234, 242, 0.15);
  box-shadow: none;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-fill {
  background: linear-gradient(90deg, #2d9a5e, #6abf85);
  box-shadow: none;
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-kickstarter-progress-percent {
  border-color: transparent;
  background: #328d58;
  box-shadow: 0 0.12rem 0.28rem rgba(0, 10, 26, 0.16);
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-meter-zone-fill::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

body.page--fundraising #main .fundraiser-kickstarter-progress .fundraiser-meter-zone-remaining::before {
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

body.page--fundraising #main .fundraiser-kickstarter-progress-track-wrap:has(.fundraiser-meter-zone-fill:is(:hover, :focus-visible, .is-impact-active)) .fundraiser-kickstarter-progress-percent {
  box-shadow:
    0 0.22rem 0.42rem rgba(0, 10, 26, 0.2),
    0 0 0 1px rgba(148, 217, 171, 0.14);
}

body.page--fundraising #main .fundraiser-kickstarter-impact-brief {
  min-block-size: 4.75rem;
  padding: 0.65rem 0 0.4rem 0.85rem;
  border-left-color: #64be82;
  border-radius: 0;
  background: transparent;
}
