/* V7 — compact premium pass.
 * Loaded last. This layer intentionally overrides legacy experimentation and
 * establishes one stable visual rhythm for homepage, catalogue, navigation and footer.
 */

:root {
  --v7-page: 1180px;
  --v7-gutter: clamp(14px, 2.6vw, 32px);
  --v7-red: #f10f18;
  --v7-red-dark: #d90c14;
  --v7-green: #356b49;
  --v7-green-dark: #0f3d2a;
  --v7-green-deep: #082e20;
  --v7-cream: #f8f4ed;
  --v7-cream-soft: #fcfaf6;
  --v7-ink: #111513;
  --v7-muted: #727a75;
  --v7-line: rgba(15, 61, 42, .12);
  --v7-line-strong: rgba(15, 61, 42, .19);
  --v7-shadow-sm: 0 10px 28px rgba(15, 61, 42, .06);
  --v7-shadow: 0 24px 64px rgba(15, 61, 42, .10);
  --v7-radius: 22px;
  --v7-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-padding-top: 120px; }
body { background: #fff !important; color: var(--v7-ink); }
main { overflow: clip; }

.hero-v4,
.home-campaigns-v4,
.home-create-v3,
.catalogue-v4,
.author-callout,
.campaign-v4,
.section-other-campaigns-v4,
.foundation-footer__inner {
  width: min(var(--v7-page), calc(100% - (var(--v7-gutter) * 2))) !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

/* --------------------------------------------------------------------------
   Header and module navigation
   -------------------------------------------------------------------------- */
.foundation-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid var(--v7-line) !important;
  box-shadow: 0 4px 18px rgba(15, 61, 42, .035) !important;
  backdrop-filter: blur(18px) saturate(1.08);
}

.foundation-header__inner {
  width: min(1320px, calc(100% - 32px)) !important;
  min-height: 58px !important;
  padding: 7px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.foundation-brand { display: inline-flex !important; align-items: center !important; flex: 0 0 auto; }
.foundation-brand__logo { width: auto !important; height: 38px !important; max-width: 178px !important; object-fit: contain !important; }

.foundation-header__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.foundation-header__utility {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-right: 4px !important;
}

.foundation-header__utility a,
.module-nav__links > a {
  color: #356149 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: color .2s ease, opacity .2s ease, background .2s ease !important;
}

.foundation-header__utility a:hover,
.foundation-header__utility a:focus-visible,
.module-nav__links > a:hover,
.module-nav__links > a:focus-visible { color: var(--v7-green-dark) !important; }

.header-help-button {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff1921, var(--v7-red)) !important;
  color: #fff !important;
  font-weight: 750 !important;
  box-shadow: 0 10px 24px rgba(241, 15, 24, .15) !important;
  text-decoration: none !important;
}
.header-help-button:hover { transform: translateY(-1px); background: var(--v7-red-dark) !important; }

.foundation-menu { position: relative !important; }
.foundation-menu summary {
  list-style: none !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--v7-green) !important;
  color: #fff !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  user-select: none !important;
  box-shadow: none !important;
}
.foundation-menu summary::-webkit-details-marker { display: none; }
.foundation-menu__burger,
.foundation-menu__burger::before,
.foundation-menu__burger::after {
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  display: block;
  position: relative;
}
.foundation-menu__burger::before,
.foundation-menu__burger::after { content: ""; position: absolute; left: 0; }
.foundation-menu__burger::before { top: -5px; }
.foundation-menu__burger::after { top: 5px; }

.foundation-menu__panel {
  position: fixed !important;
  top: 66px !important;
  right: max(16px, calc((100vw - 1320px) / 2)) !important;
  left: auto !important;
  width: min(780px, calc(100vw - 32px)) !important;
  max-height: calc(100vh - 86px) !important;
  overflow: auto !important;
  padding: 0 !important;
  border: 1px solid var(--v7-line-strong) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 30px 90px rgba(8, 46, 32, .20) !important;
  backdrop-filter: blur(22px) !important;
  z-index: 220 !important;
}
.foundation-menu__panel-head {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  border-bottom: 1px solid var(--v7-line);
  background: linear-gradient(135deg, #fbfdfb, #f5faf6);
}
.foundation-menu__panel-head strong { font-size: 20px; color: var(--v7-green-dark); }
.foundation-menu__panel-head span { color: var(--v7-muted); font-size: 13px; }
.foundation-menu__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 20px !important;
}
.foundation-menu__group {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
  padding: 10px 16px !important;
}
.foundation-menu__group + .foundation-menu__group { border-left: 1px solid var(--v7-line) !important; }
.foundation-menu__group--accent {
  margin: -4px 0 !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: linear-gradient(150deg, #f5faf6, #eef6f0) !important;
}
.foundation-menu__label {
  margin: 0 0 8px !important;
  color: var(--v7-green-dark) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.foundation-menu__group a {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 7px 9px !important;
  border-radius: 10px !important;
  color: #26352d !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}
.foundation-menu__group a:hover,
.foundation-menu__group a:focus-visible { background: rgba(53, 107, 73, .08) !important; color: var(--v7-green-dark) !important; }

.module-nav {
  position: sticky !important;
  top: 58px !important;
  z-index: 110 !important;
  min-height: 46px !important;
  border-bottom: 1px solid var(--v7-line) !important;
  background: rgba(246, 250, 247, .96) !important;
  backdrop-filter: blur(16px) !important;
}
.module-nav__inner {
  width: min(1320px, calc(100% - 32px)) !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 auto !important;
}
.module-nav__brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--v7-green-dark) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.module-nav__brand > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v7-red);
  box-shadow: 0 0 0 5px rgba(241, 15, 24, .08);
}
.module-nav__links { display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 8px !important; }
.module-nav__links > a { min-height: 34px !important; display: inline-flex !important; align-items: center !important; padding: 0 10px !important; border-radius: 999px !important; font-size: 13px !important; }
.module-nav__links .module-nav__primary {
  min-height: 36px !important;
  padding-inline: 16px !important;
  background: var(--v7-green) !important;
  color: #fff !important;
}
.module-nav__links .module-nav__moderation { color: #b9141b !important; }
.module-nav__links .module-nav__logout {
  border: 1px solid rgba(241, 15, 24, .22) !important;
  color: #b9141b !important;
  background: #fff !important;
}

/* --------------------------------------------------------------------------
   Shared controls and typography
   -------------------------------------------------------------------------- */
.button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border-radius: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  box-shadow: none !important;
  transition: transform .22s var(--v7-ease), box-shadow .22s ease, background .22s ease !important;
}
.button:not(.button-secondary) { background: var(--v7-red) !important; color: #fff !important; }
.button:not(.button-secondary):hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(241, 15, 24, .18) !important; }
.button-secondary {
  border: 1px solid rgba(53, 107, 73, .28) !important;
  background: rgba(255,255,255,.82) !important;
  color: var(--v7-green-dark) !important;
}
.button-secondary:hover { background: #f5faf6 !important; transform: translateY(-2px); }

.eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 10px !important;
  color: var(--v7-red) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(241, 15, 24, .07);
}
.eyebrow a { color: inherit !important; text-decoration: none !important; }

/* --------------------------------------------------------------------------
   Homepage hero
   -------------------------------------------------------------------------- */
.hero-v4.hero-v7 {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr) !important;
  gap: 0 !important;
  min-height: 510px !important;
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 61, 42, .12) !important;
  border-radius: 26px !important;
  background: var(--v7-cream) !important;
  box-shadow: var(--v7-shadow) !important;
  overflow: hidden !important;
}
.hero-v4.hero-v7::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -100px;
  bottom: -120px;
  border: 36px solid rgba(53, 107, 73, .055);
  border-radius: 50%;
  pointer-events: none;
}
.hero-v4.hero-v7::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.4), transparent 38%);
}
.hero-v7 .hero-v4__copy {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(42px, 4.2vw, 62px) clamp(34px, 4.3vw, 58px) !important;
}
.hero-v7 .hero-v4__copy h1 {
  max-width: 650px !important;
  margin: 8px 0 18px !important;
  color: var(--v7-green-dark) !important;
  font-size: clamp(48px, 4.7vw, 70px) !important;
  line-height: .94 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance !important;
}
.hero-v7 .hero-v4__copy h1 span { display: block !important; color: var(--v7-green-dark) !important; }
.hero-v7 .hero-v4__lead {
  max-width: 610px !important;
  margin: 0 !important;
  color: #69726d !important;
  font-size: clamp(16px, 1.3vw, 19px) !important;
  line-height: 1.5 !important;
}
.hero-v7 .hero-v4__actions { margin-top: 22px !important; gap: 10px !important; }
.hero-v7 .hero-v4__microproof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 24px !important;
}
.hero-v7 .hero-v4__microproof > div {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
  padding: 0 !important;
}
.hero-v7 .hero-v4__microproof i {
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(53,107,73,.22) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.64) !important;
  color: var(--v7-green) !important;
  font-style: normal !important;
  font-weight: 800 !important;
}
.hero-v7 .hero-v4__microproof span {
  color: #6a736e !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.hero-v7 .impact-board {
  position: relative !important;
  z-index: 1 !important;
  min-height: 510px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(34px, 3.5vw, 48px) !important;
  background:
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.07) 0 52px, transparent 53px),
    radial-gradient(circle at 92% 15%, rgba(255,255,255,.045) 0 120px, transparent 121px),
    linear-gradient(145deg, #176041 0%, #0d432e 45%, #082e20 100%) !important;
  color: #fff !important;
  overflow: hidden !important;
}
.hero-v7 .impact-board::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -145px;
  bottom: -140px;
  border: 32px solid rgba(255,255,255,.045);
  border-radius: 50%;
}
.hero-v7 .impact-board::after { display: none !important; }
.hero-v7 .impact-board__topline { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 18px !important; }
.hero-v7 .impact-board__topline > span { color: rgba(255,255,255,.64) !important; font-size: 12px !important; }
.hero-v7 .impact-board__metric { margin: 30px 0 0 !important; max-width: 380px !important; }
.hero-v7 .impact-board__metric strong {
  color: #fff !important;
  font-size: clamp(72px, 6.5vw, 96px) !important;
  line-height: .8 !important;
  letter-spacing: -.06em !important;
}
.hero-v7 .impact-board__metric span {
  max-width: 330px !important;
  margin-top: 13px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
}
.hero-v7 .impact-board__rule {
  width: 38px;
  height: 3px;
  margin-top: 18px;
  border-radius: 99px;
  background: var(--v7-red);
}
.hero-v7 .impact-board__stories {
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  position: relative !important;
  z-index: 2 !important;
}
.hero-v7 .impact-story,
.hero-v7 .impact-story:nth-child(n) {
  min-height: 74px !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0,1fr) 34px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.075) !important;
  text-decoration: none !important;
  backdrop-filter: blur(10px) !important;
  transform: none !important;
}
.hero-v7 .impact-story:hover { background: rgba(255,255,255,.12) !important; transform: translateY(-2px) !important; }
.hero-v7 .impact-story__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.hero-v7 .impact-story__copy strong { display: block !important; margin-bottom: 3px !important; color: #fff !important; font-size: 14px !important; }
.hero-v7 .impact-story__copy span { color: rgba(255,255,255,.62) !important; font-size: 11px !important; line-height: 1.35 !important; }
.hero-v7 .impact-story__arrow { width: 32px !important; height: 32px !important; }
.hero-v7 .impact-board__foot { display: none !important; }

/* --------------------------------------------------------------------------
   Homepage campaigns and cards
   -------------------------------------------------------------------------- */
.home-campaigns-v4.home-campaigns-v7 {
  padding-top: 38px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.section-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 20px !important;
}
.section-heading h2 {
  margin: 0 !important;
  color: var(--v7-green-dark) !important;
  font-size: clamp(34px, 3.5vw, 50px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}
.section-heading__lead { margin: 8px 0 0 !important; color: var(--v7-muted) !important; font-size: 14px !important; }
.section-heading__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 38px !important;
  color: var(--v7-green-dark) !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.home-bento,
.catalogue-v7__results .card-grid,
.section-other-campaigns-v4 .card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.fundraiser-card-v4 {
  border: 1px solid var(--v7-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,61,42,.045) !important;
  overflow: hidden !important;
  transition: transform .28s var(--v7-ease), box-shadow .28s ease, border-color .28s ease !important;
}
.fundraiser-card-v4:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(53,107,73,.24) !important;
  box-shadow: 0 20px 46px rgba(15,61,42,.09) !important;
}
.fundraiser-card-v4 .card-media {
  display: block !important;
  height: 188px !important;
  min-height: 188px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
.fundraiser-card-v4 .card-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.card-media-fallback {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 72% 35%, rgba(241,15,24,.75) 0 44px, rgba(241,15,24,.16) 45px 64px, transparent 65px),
    radial-gradient(circle at 28% 65%, rgba(255,255,255,.08) 0 76px, transparent 77px),
    linear-gradient(135deg, #3f7b58, #174b34) !important;
}
.card-grid > .fundraiser-card:nth-child(2) .card-media-fallback,
.home-bento > .fundraiser-card:nth-child(2) .card-media-fallback {
  background:
    radial-gradient(circle at 70% 36%, rgba(241,15,24,.84) 0 44px, rgba(53,107,73,.13) 45px 74px, transparent 75px),
    radial-gradient(circle at 28% 64%, rgba(241,15,24,.10) 0 70px, transparent 71px),
    linear-gradient(135deg, #fbf6ef, #edf3ee) !important;
}
.card-grid > .fundraiser-card:nth-child(3) .card-media-fallback,
.home-bento > .fundraiser-card:nth-child(3) .card-media-fallback {
  background:
    radial-gradient(circle at 72% 38%, rgba(241,15,24,.64) 0 43px, rgba(255,255,255,.06) 44px 70px, transparent 71px),
    radial-gradient(circle at 27% 65%, rgba(207,176,129,.16) 0 72px, transparent 73px),
    linear-gradient(135deg, #0d3b29, #061e15) !important;
}
.card-media-fallback::before {
  content: "";
  position: absolute;
  inset: -40px auto -50px 48%;
  width: 42px;
  background: rgba(255,255,255,.045);
  transform: rotate(25deg);
}
.card-media-fallback__kicker {
  position: absolute !important;
  top: 16px !important;
  left: 18px !important;
  z-index: 2 !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.card-grid > .fundraiser-card:nth-child(2) .card-media-fallback__kicker,
.home-bento > .fundraiser-card:nth-child(2) .card-media-fallback__kicker { color: var(--v7-green-dark) !important; }

.fundraiser-card-v4 .card-body {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 18px !important;
}
.fundraiser-card-v4 .card-body__topline { margin-bottom: 9px !important; }
.fundraiser-card-v4 .card-body__badge {
  min-height: 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border: 1px solid rgba(53,107,73,.14) !important;
  border-radius: 999px !important;
  background: #f3f8f4 !important;
  color: var(--v7-green) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}
.fundraiser-card-v4 .card-body__badge::before { content: "•"; margin-right: 6px; font-size: 14px; }
.fundraiser-card-v4 h3 { margin: 0 0 7px !important; font-size: clamp(21px, 1.8vw, 27px) !important; line-height: 1.03 !important; letter-spacing: -.035em !important; }
.fundraiser-card-v4 h3 a { color: var(--v7-ink) !important; text-decoration: none !important; }
.fundraiser-card-v4 .card-description {
  min-height: 42px !important;
  margin: 0 0 16px !important;
  color: #727a75 !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}
.fundraiser-card-v4 .progress-wrap,
.fundraiser-card-v4 .progress { margin-top: 0 !important; }
.fundraiser-card-v4 .target { margin: 12px 0 0 !important; font-size: 12px !important; }
.fundraiser-card-v4 .actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 16px !important;
}
.fundraiser-card-v4 .actions .button { min-height: 40px !important; border-radius: 11px !important; }

/* --------------------------------------------------------------------------
   Compact creation CTA
   -------------------------------------------------------------------------- */
.home-create-v3.home-create-v7,
.author-callout.author-callout-v7 {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) auto !important;
  gap: 20px !important;
  align-items: center !important;
  margin-top: 26px !important;
  margin-bottom: 32px !important;
  padding: 26px 30px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(241,15,24,.14), transparent 20%),
    linear-gradient(120deg, #174d35 0%, #0f3d2a 58%, #0b3324 100%) !important;
  box-shadow: 0 18px 46px rgba(15,61,42,.12) !important;
  color: #fff !important;
  overflow: hidden !important;
}
.home-create-v3.home-create-v7::before,
.author-callout.author-callout-v7::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -96px;
  top: -80px;
  border: 22px solid rgba(255,255,255,.035);
  border-radius: 50%;
}
.home-create-v7__mark,
.author-callout-v7__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  color: rgba(255,255,255,.72);
  font-size: 26px;
  background: rgba(255,255,255,.045);
}
.home-create-v7 .eyebrow,
.author-callout-v7 .eyebrow { margin-bottom: 5px !important; color: rgba(255,255,255,.63) !important; }
.home-create-v7 h2,
.author-callout-v7 h2 { margin: 0 !important; color: #fff !important; font-size: clamp(27px, 2.7vw, 39px) !important; line-height: 1 !important; letter-spacing: -.04em !important; }
.home-create-v7 p:not(.eyebrow),
.author-callout-v7 p:not(.eyebrow) { max-width: 720px !important; margin: 7px 0 0 !important; color: rgba(255,255,255,.67) !important; font-size: 13px !important; line-height: 1.42 !important; }
.home-create-v7 > .button,
.author-callout-v7 > .button { min-width: 170px !important; box-shadow: 0 12px 28px rgba(241,15,24,.22) !important; }

/* --------------------------------------------------------------------------
   Catalogue — remove the "air canyon"
   -------------------------------------------------------------------------- */
.catalogue-v4.catalogue-v7 {
  padding-top: 26px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.catalogue-v7__head {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr) !important;
  gap: 36px !important;
  align-items: stretch !important;
  padding: 34px !important;
  border: 1px solid var(--v7-line) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at -4% 88%, rgba(53,107,73,.05) 0 100px, transparent 101px),
    linear-gradient(135deg, #fbf8f3, #fff 70%) !important;
  box-shadow: 0 14px 40px rgba(15,61,42,.045) !important;
  overflow: hidden !important;
}
.catalogue-v7__copy { display: flex !important; flex-direction: column !important; justify-content: center !important; min-width: 0 !important; }
.catalogue-v7__copy h1 {
  margin: 0 !important;
  color: var(--v7-green-dark) !important;
  font-size: clamp(44px, 4.6vw, 68px) !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
}
.catalogue-v7 .catalogue-v4__intro {
  max-width: 660px !important;
  margin: 14px 0 0 !important;
  color: var(--v7-muted) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
.catalogue-v7__trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.catalogue-v7__trust span {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 12px 0 27px !important;
  border: 1px solid var(--v7-line) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.78) !important;
  color: #526159 !important;
  font-size: 11px !important;
  position: relative !important;
}
.catalogue-v7__trust span::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--v7-green) !important;
  box-shadow: none !important;
}
.catalogue-v7__aside {
  min-height: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 28px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 84% 10%, rgba(255,255,255,.07) 0 68px, transparent 69px),
    linear-gradient(145deg, #16583c, #0d3d2a) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.catalogue-v7__aside strong { color: #fff !important; font-size: 66px !important; line-height: .8 !important; letter-spacing: -.06em !important; }
.catalogue-v7__aside > span { max-width: 240px !important; margin-top: 12px !important; color: rgba(255,255,255,.7) !important; font-size: 13px !important; line-height: 1.4 !important; }
.catalogue-v7__aside .catalogue-v4__actions { margin-top: 22px !important; }
.catalogue-v7__aside .button-secondary { width: 100% !important; background: #fff !important; border: 0 !important; color: var(--v7-green-dark) !important; }
.catalogue-v7__results { margin-top: 20px !important; padding: 0 !important; }
.catalogue-v7 + .author-callout-v7 { margin-top: 26px !important; }

/* --------------------------------------------------------------------------
   Footer — closer to the main Tilda site, but cleaner
   -------------------------------------------------------------------------- */
.foundation-footer {
  margin-top: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--v7-line) !important;
  background:
    radial-gradient(circle at 102% 22%, transparent 0 78px, rgba(53,107,73,.04) 79px 96px, transparent 97px),
    linear-gradient(180deg, #fdfcf9, #faf9f6) !important;
}
.foundation-footer__inner--v7 {
  display: grid !important;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
  padding: 34px 0 28px !important;
  margin: 0 auto !important;
}
.foundation-footer__brand-column { min-width: 0 !important; }
.foundation-footer__vertical-brand { display: inline-block !important; }
.foundation-footer__vertical-brand img { width: auto !important; height: 112px !important; max-width: 138px !important; object-fit: contain !important; }
.foundation-footer__copyright { margin: 14px 0 0 !important; color: #7b817d !important; font-size: 11px !important; line-height: 1.45 !important; }
.foundation-footer__column { min-width: 0 !important; padding-top: 3px !important; }
.foundation-footer__column h2 {
  margin: 0 0 11px !important;
  color: var(--v7-green) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
}
.foundation-footer__column nav,
.foundation-footer__contacts address { display: flex !important; flex-direction: column !important; gap: 7px !important; }
.foundation-footer__column a,
.foundation-footer__contacts a {
  color: #414942 !important;
  text-decoration: none !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}
.foundation-footer__column a:hover,
.foundation-footer__contacts a:hover { color: var(--v7-green-dark) !important; }
.foundation-footer__contacts address { margin: 0 !important; font-style: normal !important; }
.foundation-footer__trust {
  grid-column: 2 / -1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: -2px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--v7-line) !important;
  color: #727a75 !important;
}
.foundation-footer__trust-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(53,107,73,.2);
  border-radius: 50%;
  color: var(--v7-green);
  font-weight: 850;
}
.foundation-footer__trust p { margin: 0 !important; font-size: 11px !important; line-height: 1.4 !important; }

/* --------------------------------------------------------------------------
   Messages and focus
   -------------------------------------------------------------------------- */
.messages { width: min(var(--v7-page), calc(100% - (var(--v7-gutter) * 2))) !important; margin: 16px auto 0 !important; }
:where(a, button, summary, input, select, textarea):focus-visible { outline: 3px solid rgba(241,15,24,.22) !important; outline-offset: 3px !important; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .foundation-header__utility { display: none !important; }
  .hero-v4.hero-v7 { grid-template-columns: 1fr 420px !important; }
  .hero-v7 .hero-v4__microproof { grid-template-columns: 1fr !important; }
  .home-bento,
  .catalogue-v7__results .card-grid,
  .section-other-campaigns-v4 .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .foundation-footer__inner--v7 { grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) !important; }
  .foundation-footer__contacts { grid-column: 2 !important; }
  .foundation-footer__trust { grid-column: 3 / -1 !important; }
}

@media (max-width: 900px) {
  .module-nav__links > a:not(.module-nav__primary):not(.module-nav__logout) { display: none !important; }
  .hero-v4.hero-v7 { grid-template-columns: 1fr !important; }
  .hero-v7 .impact-board { min-height: 390px !important; }
  .hero-v7 .hero-v4__microproof { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  .catalogue-v7__head { grid-template-columns: 1fr !important; gap: 20px !important; }
  .catalogue-v7__aside { min-height: 180px !important; }
  .foundation-menu__grid { grid-template-columns: 1fr 1fr !important; }
  .foundation-menu__group:nth-child(3) { grid-column: 1 / -1; border-left: 0 !important; border-top: 1px solid var(--v7-line) !important; margin-top: 8px !important; }
}

@media (max-width: 720px) {
  :root { --v7-gutter: 12px; }
  .foundation-header__inner { width: calc(100% - 20px) !important; min-height: 56px !important; }
  .foundation-brand__logo { height: 32px !important; max-width: 145px !important; }
  .header-help-button { display: none !important; }
  .foundation-menu summary { min-height: 40px !important; padding-inline: 14px !important; }
  .foundation-menu__panel { top: 62px !important; right: 10px !important; width: calc(100vw - 20px) !important; }
  .foundation-menu__grid { grid-template-columns: 1fr !important; padding: 12px !important; }
  .foundation-menu__group + .foundation-menu__group,
  .foundation-menu__group:nth-child(3) { border-left: 0 !important; border-top: 1px solid var(--v7-line) !important; }

  .module-nav { top: 56px !important; }
  .module-nav__inner { width: calc(100% - 20px) !important; gap: 12px !important; }
  .module-nav__brand { font-size: 13px !important; }
  .module-nav__links { gap: 4px !important; }
  .module-nav__links .module-nav__logout { display: none !important; }
  .module-nav__links > a { font-size: 12px !important; padding-inline: 9px !important; }

  .hero-v4.hero-v7,
  .home-campaigns-v4,
  .home-create-v3,
  .catalogue-v4,
  .author-callout,
  .foundation-footer__inner { width: calc(100% - 24px) !important; }
  .hero-v4.hero-v7 { margin-top: 14px !important; border-radius: 20px !important; }
  .hero-v7 .hero-v4__copy { padding: 32px 22px !important; }
  .hero-v7 .hero-v4__copy h1 { font-size: clamp(42px, 12vw, 60px) !important; }
  .hero-v7 .hero-v4__microproof { grid-template-columns: 1fr !important; }
  .hero-v7 .impact-board { min-height: 390px !important; padding: 28px 22px !important; }
  .hero-v7 .impact-board__metric { margin-top: 22px !important; }

  .home-campaigns-v4.home-campaigns-v7 { padding-top: 28px !important; }
  .section-heading { align-items: flex-start !important; flex-direction: column !important; gap: 8px !important; }
  .home-bento,
  .catalogue-v7__results .card-grid,
  .section-other-campaigns-v4 .card-grid { grid-template-columns: 1fr !important; }
  .fundraiser-card-v4 .card-media { height: 180px !important; min-height: 180px !important; }

  .home-create-v3.home-create-v7,
  .author-callout.author-callout-v7 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 24px !important;
    margin-top: 22px !important;
    margin-bottom: 24px !important;
  }
  .home-create-v7__mark,
  .author-callout-v7__mark { display: none !important; }
  .home-create-v7 > .button,
  .author-callout-v7 > .button { width: 100% !important; min-width: 0 !important; }

  .catalogue-v4.catalogue-v7 { padding-top: 16px !important; }
  .catalogue-v7__head { padding: 24px 20px !important; border-radius: 20px !important; }
  .catalogue-v7__copy h1 { font-size: clamp(42px, 12vw, 58px) !important; }
  .catalogue-v7__aside { min-height: 166px !important; padding: 24px !important; }

  .foundation-footer__inner--v7 { grid-template-columns: 1fr 1fr !important; gap: 26px 18px !important; padding: 30px 0 24px !important; }
  .foundation-footer__brand-column { grid-column: 1 / -1 !important; }
  .foundation-footer__contacts { grid-column: auto !important; }
  .foundation-footer__trust { grid-column: 1 / -1 !important; }
}

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