:root {
  --hy-primary: #121212;
  --hy-primary-soft: #444444;
  --hy-accent: #fff212;
  --hy-accent-strong: #e2d610;
  --hy-brand: #111111;
  --hy-brand-dark: #000000;
  --hy-surface: #fffbe2;
  --hy-surface-soft: #fffef4;
  --hy-background: #ffffff;
  --hy-card: #ffffff;
  --hy-border: rgba(32, 24, 21, 0.1);
  --hy-text: #2b2421;
  --hy-text-soft: #6e625b;
  --hy-white: #ffffff;
  --hy-shadow: 0 24px 70px rgba(32, 24, 21, 0.08);
  --hy-radius: 28px;
  --hy-radius-sm: 18px;
  --hy-container: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--hy-text);
  background: var(--hy-background);
  line-height: 1.68;
  overflow-x: hidden;
}

body.elementor-editor-active .hy-progress-bar,
body.elementor-editor-active .hy-backtotop,
body.elementor-editor-active .hy-sticky-donate,
body.elementor-editor-active .site-category-bar,
body.elementor-editor-active .site-topbar {
  display: none !important;
}

body.elementor-editor-active .site-header,
body.elementor-editor-active .site-footer {
  position: static;
  top: auto;
  box-shadow: none;
}

body.elementor-editor-active .site-header__main {
  min-height: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-weight: 600;
  line-height: 1.05;
  color: var(--hy-primary);
}

h1 {
  font-size: clamp(2.9rem, 7vw, 5.6rem);
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.8rem);
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

ul,
ol {
  padding-left: 1.1rem;
}

.hy-container {
  width: min(var(--hy-container), calc(100% - 2rem));
  margin: 0 auto;
}

.elementor-location-header,
.elementor-location-footer {
  position: relative;
  z-index: 20;
}

.section {
  padding: 5rem 0;
}

.section--compact {
  padding: 1.35rem 0;
}

.section--surface {
  background:
    radial-gradient(circle at top right, rgba(209, 174, 114, 0.16), transparent 25%),
    var(--hy-surface);
}

.section--cta {
  padding-top: 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--hy-brand);
}

.section-kicker::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content-shell,
.entry-card {
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  border-radius: var(--hy-radius);
  box-shadow: var(--hy-shadow);
}

.content-shell {
  padding: 2rem;
}

.entry-card {
  overflow: hidden;
}

.site-topbar {
  background: var(--hy-primary);
  color: rgba(255, 255, 255, 0.78);
}

.site-topbar__inner,
.site-header__main,
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-topbar__inner {
  padding: 0.8rem 0;
  font-size: 0.92rem;
}

.site-topbar__info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-topbar__date {
  color: var(--hy-accent);
  font-weight: 700;
}

.site-topbar__tagline {
  margin: 0;
}

.hy-inline-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}

.hy-inline-meta a {
  color: inherit;
}

.give-form-wrap,
.givewp-form-wrap,
.wpforms-container,
.mf-form-wrapper,
.metform-form-content,
.betterdocs-wrapper,
.betterdocs-single-wrapper {
  max-width: 100%;
}

.give-form-wrap form,
.givewp-form-wrap form,
.wpforms-container form,
.mf-form-wrapper form,
.metform-form-content form {
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  border-radius: var(--hy-radius);
  box-shadow: var(--hy-shadow);
  padding: 1.5rem;
}

.give-form-wrap input:not([type="checkbox"]):not([type="radio"]),
.give-form-wrap select,
.give-form-wrap textarea,
.givewp-form-wrap input:not([type="checkbox"]):not([type="radio"]),
.givewp-form-wrap select,
.givewp-form-wrap textarea,
.wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpforms-container select,
.wpforms-container textarea,
.mf-form-wrapper input:not([type="checkbox"]):not([type="radio"]),
.mf-form-wrapper select,
.mf-form-wrapper textarea,
.metform-form-content input:not([type="checkbox"]):not([type="radio"]),
.metform-form-content select,
.metform-form-content textarea {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid var(--hy-border);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: #fff;
  color: var(--hy-text);
  box-shadow: none;
}

.give-form-wrap button,
.give-form-wrap [type="submit"],
.givewp-form-wrap button,
.givewp-form-wrap [type="submit"],
.wpforms-container .wpforms-submit,
.mf-form-wrapper button,
.metform-form-content button,
.metform-form-content .mf-btn,
.metform-form-content [type="submit"] {
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  background: var(--hy-primary);
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

.betterdocs-wrapper,
.betterdocs-single-wrapper {
  width: min(var(--hy-container), calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.hy-inline-meta__date {
  color: var(--hy-accent);
  font-weight: 800;
}

.hy-inline-meta__tagline {
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(32, 24, 21, 0.08);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header--fallback,
.site-footer--fallback {
  isolation: isolate;
}

.hy-sitepart--header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(32, 24, 21, 0.08);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header__main {
  min-height: 5.7rem;
  transition: min-height 180ms ease;
}

.site-header.is-condensed {
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
}

.site-header.is-condensed .site-header__main {
  min-height: 4.9rem;
}

.hy-sitepart--header.is-condensed {
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
}

.hy-sitepart--header .hy-elementor-sitepart--header-main {
  transition: box-shadow 180ms ease;
}

.hy-sitepart--header.is-condensed .hy-elementor-sitepart--header-main {
  box-shadow: inset 0 -1px 0 rgba(32, 24, 21, 0.08);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.site-branding__text {
  min-width: 0;
}

.custom-logo {
  width: 52px;
  height: auto;
}

.site-title {
  display: inline-block;
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--hy-primary);
}

.site-tagline {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  color: var(--hy-text-soft);
}

.site-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
}

.main-navigation .menu,
.footer-menu,
.footer-links,
.utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.main-navigation .menu > li {
  position: relative;
}

.main-navigation a {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--hy-primary);
}

.main-navigation .menu-item-has-children > a::after {
  content: " +";
  color: var(--hy-text-soft);
}

.submenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: var(--hy-primary);
}

.submenu-toggle span,
.submenu-toggle span::before {
  display: block;
  width: 0.65rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.submenu-toggle span::before {
  transform: rotate(90deg);
}

.menu-item.submenu-open > .submenu-toggle span::before {
  opacity: 0;
}

.main-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 0.8rem;
  width: min(780px, 82vw);
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 32px 70px rgba(18, 18, 18, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.main-navigation .sub-menu .menu-item {
  min-width: 0;
}

.main-navigation .sub-menu a {
  display: flex;
  min-height: 100%;
  padding: 1rem;
  border-radius: 18px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.05);
  font-size: 0.92rem;
  line-height: 1.4;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus-visible {
  transform: translateY(-2px);
  background: var(--hy-surface);
  border-color: rgba(18, 18, 18, 0.12);
}

.main-navigation .menu > .menu-item:hover > .sub-menu,
.main-navigation .menu > .menu-item:focus-within > .sub-menu,
.main-navigation .menu > .menu-item.submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hy-sitepart--header .hy-elementor-sitepart--header-top {
  background: var(--hy-primary);
}

.hy-sitepart--header .hy-elementor-sitepart--header-main {
  background: rgba(255, 253, 249, 0.92);
}

.hy-sitepart--header .hy-elementor-sitepart--header-utility {
  border-top: 1px solid rgba(32, 24, 21, 0.06);
  background: rgba(246, 239, 229, 0.68);
}

.hy-sitepart--header .elementor-widget-shortcode,
.hy-sitepart--footer .elementor-widget-shortcode {
  width: 100%;
}

.hy-site-branding-shortcode {
  min-height: 4.9rem;
}

.hy-header-actions-shortcode {
  justify-content: flex-end;
}

.hy-sitepart--header .elementor-section,
.hy-sitepart--header .elementor-container,
.hy-sitepart--header .elementor-column,
.hy-sitepart--header .elementor-widget-wrap,
.hy-sitepart--header .elementor-widget-shortcode,
.hy-sitepart--header .elementor-shortcode {
  overflow: visible;
}

.hy-sitepart--header .elementor-widget-wrap,
.hy-sitepart--footer .elementor-widget-wrap {
  align-content: center;
}

.hy-sitepart--header .elementor-column,
.hy-sitepart--header .elementor-widget-wrap,
.hy-sitepart--footer .elementor-column,
.hy-sitepart--footer .elementor-widget-wrap {
  min-width: 0;
}

body.elementor-editor-active .hy-sitepart--header,
body.elementor-editor-active .hy-sitepart--footer {
  position: relative;
  top: auto;
  backdrop-filter: none;
}

body.elementor-editor-active .site-search-panel {
  display: none !important;
}

body.elementor-editor-active .hy-sitepart--header .elementor-container,
body.elementor-editor-active .hy-sitepart--footer .elementor-container {
  align-items: center;
}

.hy-loop-item-shell {
  padding: 0 !important;
}

.header-search-toggle,
.hy-chip,
.hy-button,
.newsletter-form button {
  border: 0;
  cursor: pointer;
}

.header-search-toggle {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--hy-surface);
  color: var(--hy-primary);
  font-weight: 700;
}

.site-category-bar {
  border-top: 1px solid rgba(32, 24, 21, 0.06);
  border-bottom: 1px solid rgba(32, 24, 21, 0.06);
  background: rgba(246, 239, 229, 0.68);
}

.utility-menu {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.9rem 0;
  scrollbar-width: none;
}

.utility-menu::-webkit-scrollbar {
  display: none;
}

.utility-menu a,
.hy-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid rgba(32, 24, 21, 0.08);
  background: var(--hy-white);
  color: var(--hy-primary);
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.utility-menu a:hover,
.hy-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(162, 74, 54, 0.3);
  background: #fff8f2;
}

.site-search-panel {
  border-bottom: 1px solid rgba(32, 24, 21, 0.08);
  background: var(--hy-white);
}

.site-search-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(320px, 1fr);
  gap: 1.5rem;
  align-items: end;
  padding: 1.5rem 0 2rem;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.search-form label {
  display: block;
  grid-column: 1 / -1;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--hy-text-soft);
}

.search-form input[type="search"],
.newsletter-form input[type="email"] {
  min-height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid rgba(32, 24, 21, 0.12);
  border-radius: 16px;
  background: var(--hy-white);
  font: inherit;
}

.search-form input[type="submit"],
.newsletter-form button {
  min-height: 3.25rem;
  padding: 0 1.2rem;
  border-radius: 16px;
  background: var(--hy-brand);
  color: var(--hy-white);
  font-weight: 800;
}

body.hy-search-open {
  overflow: hidden;
}

.site-header__nav-wrap {
  position: relative;
}

.hy-header-actions-shortcode {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hy-mega-nav {
  position: relative;
  width: 100%;
}

.hy-mega-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hy-mega-nav__item {
  position: static;
}

.hy-mega-nav__trigger,
.hy-mega-nav__direct {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--hy-primary);
  font: inherit;
  font-size: 0.97rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hy-mega-nav__trigger::after {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  margin-left: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 160ms ease;
}

.hy-mega-nav__item.is-open .hy-mega-nav__trigger,
.hy-mega-nav__trigger:hover,
.hy-mega-nav__trigger:focus-visible,
.hy-mega-nav__direct:hover,
.hy-mega-nav__direct:focus-visible {
  background: rgba(255, 242, 18, 0.22);
  color: var(--hy-brand);
}

.hy-mega-nav__item.is-open .hy-mega-nav__trigger::after {
  transform: rotate(-135deg) translateY(-1px);
}

.hy-mega-nav__panel {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 130;
  width: min(1180px, calc(100vw - 2rem));
  transform: translateX(-50%);
}

.hy-mega-nav--editor .hy-mega-nav__list {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
}

.hy-mega-nav--editor .hy-mega-nav__panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 1rem;
  transform: none;
}

.hy-mega-nav--editor .hy-mega-panel__shell {
  grid-template-columns: minmax(0, 1fr);
}

.hy-mega-nav--editor .hy-mega-panel__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hy-mega-nav__panel[hidden] {
  display: none !important;
}

.hy-mega-panel__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 34px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 241, 0.98));
  box-shadow: 0 35px 80px rgba(18, 18, 18, 0.14);
}

.hy-mega-panel__copy {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.hy-mega-panel__copy h3,
.hy-mega-panel__feature h4 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
}

.hy-mega-panel__copy > p:not(.hy-mega-panel__eyebrow),
.hy-mega-panel__feature-copy > p:not(.hy-mega-panel__eyebrow) {
  margin: 0;
  color: var(--hy-text-soft);
}

.hy-mega-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 61, 145, 0.08);
  color: #0f478e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hy-mega-panel__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.hy-mega-panel__column {
  display: grid;
  gap: 0.75rem;
}

.hy-mega-panel__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.35rem;
  padding: 0.9rem 1rem 0.9rem 2.2rem;
  border-radius: 20px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.06);
  color: var(--hy-primary);
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hy-mega-panel__link::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.72;
}

.hy-mega-panel__link:hover,
.hy-mega-panel__link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 242, 18, 0.18);
  border-color: rgba(18, 18, 18, 0.12);
  box-shadow: 0 16px 28px rgba(18, 18, 18, 0.08);
}

.hy-mega-panel__about {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(231, 242, 255, 0.88), rgba(245, 249, 255, 0.95));
  color: #17447f;
}

.hy-mega-panel__about span {
  color: rgba(23, 68, 127, 0.86);
}

.hy-mega-panel__feature {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 1.2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #d8eef0 0%, #8dc4d3 35%, #111111 100%);
  color: var(--hy-white);
}

.hy-mega-panel__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 32%, rgba(17, 17, 17, 0.92) 100%);
}

.hy-mega-panel__media,
.site-search-panel__highlight::before,
.gallery-card__media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.35), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.5), rgba(8, 81, 116, 0.25));
}

.site-search-panel__highlight::before {
  content: "";
}

.hy-mega-nav__item[data-hy-nav-item="education"] .hy-mega-panel__media {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.42), transparent 26%),
    linear-gradient(140deg, rgba(255, 215, 227, 0.85), rgba(148, 204, 220, 0.76));
}

.hy-mega-nav__item[data-hy-nav-item="community"] .hy-mega-panel__media {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.28), transparent 24%),
    linear-gradient(140deg, rgba(215, 235, 255, 0.92), rgba(118, 183, 154, 0.82));
}

.hy-mega-panel__feature-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.95rem;
}

.hy-mega-panel__feature-copy h4,
.hy-mega-panel__feature-copy p,
.hy-mega-panel__feature-copy .hy-mega-panel__eyebrow {
  color: var(--hy-white);
}

.hy-mega-panel__feature-copy .hy-mega-panel__eyebrow {
  background: rgba(255, 255, 255, 0.14);
}

.hy-mega-panel__feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.header-search-toggle--icon {
  position: relative;
  min-width: 3.25rem;
  min-height: 3.25rem;
  padding: 0 1rem 0 3rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.18);
  color: var(--hy-primary);
  font-weight: 800;
}

.header-search-toggle--icon::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 50%;
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-62%);
}

.header-search-toggle--icon::after {
  content: "";
  position: absolute;
  left: 1.85rem;
  top: calc(50% + 0.3rem);
  width: 0.55rem;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.site-search-panel {
  position: fixed;
  inset: 0;
  z-index: 1400;
  padding: 1rem 0;
  border: 0;
  background: rgba(12, 12, 12, 0.42);
  backdrop-filter: blur(14px);
}

.site-search-panel[hidden] {
  display: none !important;
}

.site-search-panel__backdrop {
  position: absolute;
  inset: 0;
}

.site-search-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 1.4rem;
  padding: clamp(1.4rem, 2vw, 2rem);
  min-height: min(540px, calc(100vh - 2rem));
  margin: 0 auto;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 241, 0.98));
  align-items: stretch;
}

.site-search-panel__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: var(--hy-primary);
  font-size: 1.65rem;
  cursor: pointer;
}

.site-search-panel__primary,
.site-search-panel__secondary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.1rem;
}

.site-search-panel__copy h2 {
  max-width: 18ch;
}

.site-search-panel__copy p:last-child {
  color: var(--hy-text-soft);
}

.site-search-panel__form {
  display: grid;
}

.site-search-panel .search-form {
  gap: 0.9rem;
}

.site-search-panel .search-form label {
  color: var(--hy-text);
}

.site-search-panel .search-form input[type="search"] {
  min-height: 3.75rem;
  border-radius: 20px;
  padding: 0 1.15rem;
  background: var(--hy-white);
}

.site-search-panel .search-form input[type="submit"] {
  min-height: 3.75rem;
  border-radius: 20px;
  background: var(--hy-brand);
}

.site-search-panel__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-search-panel__menu {
  width: 100%;
  padding: 0;
  overflow: visible;
  flex-wrap: wrap;
}

.site-search-panel__highlight {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #d7edf7 0%, #95c4df 34%, #111111 100%);
  color: var(--hy-white);
}

.site-search-panel__highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 38%, rgba(17, 17, 17, 0.92) 100%);
}

.site-search-panel__highlight > * {
  position: relative;
  z-index: 1;
}

.site-search-panel__tag {
  display: inline-flex;
  width: fit-content;
  min-height: 2rem;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-search-panel__highlight h3,
.site-search-panel__highlight p {
  color: var(--hy-white);
}

.site-search-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.32rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 1.6rem;
  height: 2px;
  background: var(--hy-primary);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hy-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.hy-progress-bar__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--hy-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.hy-backtotop {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1100;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 0;
  background: var(--hy-primary);
  color: var(--hy-white);
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  box-shadow: var(--hy-shadow);
}

.hy-backtotop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hy-sticky-donate {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  z-index: 1090;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(920px, calc(100% - 1.2rem));
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(17, 17, 17, 0.94);
  color: var(--hy-white);
  box-shadow: 0 28px 60px rgba(17, 17, 17, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.hy-sticky-donate.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hy-sticky-donate.is-hidden {
  display: none;
}

.hy-sticky-donate__copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  flex: 1 1 auto;
}

.hy-sticky-donate__copy strong {
  color: var(--hy-white);
}

.hy-sticky-donate__copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.hy-sticky-donate__close {
  flex: 0 0 auto;
  width: 2.3rem;
  height: 2.3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--hy-white);
  font-size: 1.1rem;
  cursor: pointer;
}

.hy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--hy-accent);
  color: var(--hy-primary);
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.elementor-button,
.elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--hy-accent);
  color: var(--hy-primary);
  font-weight: 800;
  box-shadow: none;
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.hy-button:hover,
.hy-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(184, 141, 78, 0.18);
}

.hy-button--brand {
  background: var(--hy-brand);
  color: var(--hy-white);
}

.hy-button--ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  color: var(--hy-white);
}

.hy-button--ghost-dark {
  border-color: rgba(32, 24, 21, 0.14);
  background: transparent;
  color: var(--hy-primary);
}

.hy-text-link {
  font-weight: 800;
  color: var(--hy-brand);
}

.site-main {
  min-height: 40vh;
}

.home-strip {
  padding-bottom: 2rem;
}

.home-strip__lead {
  max-width: 44rem;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hy-trust-strip {
  padding: 0.25rem 0;
}

.hy-trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.hy-trust-strip__item {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--hy-white);
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: var(--hy-shadow);
  color: var(--hy-primary);
  font-size: 0.92rem;
  font-weight: 800;
}

.hy-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(32, 24, 21, 0.08);
  background: linear-gradient(180deg, rgba(255, 251, 226, 0.95), rgba(255, 255, 255, 0.95));
}

.hy-marquee::before,
.hy-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4.5rem;
  z-index: 1;
  pointer-events: none;
}

.hy-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.hy-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.hy-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: hy-marquee 24s linear infinite;
}

.hy-marquee:hover .hy-marquee__track {
  animation-play-state: paused;
}

.hy-marquee__group {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 0.9rem;
}

.hy-marquee__item {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--hy-white);
  border: 1px solid rgba(32, 24, 21, 0.08);
  color: var(--hy-primary);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes hy-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section--charity {
  padding: 4rem 0 5rem;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.18), transparent 28%),
    linear-gradient(120deg, #0b0b0b 0%, #171717 55%, #2c2c13 100%);
  color: var(--hy-white);
}

.hero-section--charity h1,
.hero-section--charity h2,
.hero-section--charity p,
.hero-section--charity .section-kicker {
  color: var(--hy-white);
}

.hero-section__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.hero-section__content {
  max-width: 46rem;
}

.hero-section__meta {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.hero-section__lead {
  max-width: 40rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-section__aside {
  display: grid;
  gap: 1rem;
}

.quote-card,
.hero-console,
.story-card,
.shop-card,
.social-tile,
.donation-flow__panel,
.cart-box,
.checkout-steps,
.app-section__panel {
  border-radius: var(--hy-radius);
  box-shadow: var(--hy-shadow);
}

.quote-card,
.hero-console {
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.93);
  color: var(--hy-text);
}

.quote-card__eyebrow,
.hero-console__label {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--hy-brand);
}

.quote-card blockquote {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--hy-primary);
}

.quote-card__source {
  margin: 0;
  color: var(--hy-text-soft);
}

.hero-console__tabs,
.donation-tabs {
  display: inline-flex;
  gap: 0.55rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: var(--hy-surface);
}

.hero-console__tabs span,
.donation-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: transparent;
  color: var(--hy-text-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.donation-tabs .is-active,
.hero-console__tabs span:first-child {
  background: var(--hy-white);
  color: var(--hy-primary);
  box-shadow: 0 8px 20px rgba(32, 24, 21, 0.08);
}

.hero-console__amounts,
.donation-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 1.2rem;
}

.hero-console__amounts span,
.donation-amounts span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 16px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(32, 24, 21, 0.08);
  font-weight: 800;
}

.hero-section__ornament {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.11), transparent 18%),
    radial-gradient(circle at 82% 38%, rgba(209, 174, 114, 0.22), transparent 20%),
    url("../images/hero-ornament.svg") center / cover no-repeat;
  opacity: 0.4;
  transition: transform 140ms linear;
}

.home-editor-anchor {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden;
}

.education-focus-shell {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 241, 0.98));
  box-shadow: var(--hy-shadow);
}

.education-focus-shell__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 1.4rem;
  padding: 1.5rem;
}

.education-focus-shell__copy,
.education-focus-shell__menu {
  display: grid;
  gap: 1rem;
}

.education-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.education-slab {
  display: grid;
  gap: 0.9rem;
}

.education-slab__title {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1b4e93;
  font-weight: 800;
}

.education-slab__list {
  display: grid;
  gap: 0.75rem;
}

.education-slab__list a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.15rem;
  padding: 0.75rem 0.95rem 0.75rem 2rem;
  border-radius: 20px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.06);
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.education-slab__list a::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.52rem;
  height: 0.52rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

.education-slab__list a:hover,
.education-slab__list a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 242, 18, 0.18);
  border-color: rgba(18, 18, 18, 0.12);
}

.education-slab__feature {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #d9f0f3 0%, #91c4d6 36%, #111111 100%);
  color: var(--hy-white);
}

.education-slab__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.38), transparent 26%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 38%, rgba(17, 17, 17, 0.94) 100%);
}

.education-slab__feature > * {
  position: relative;
  z-index: 1;
}

.education-slab__feature .demo-card__eyebrow,
.education-slab__feature h3,
.education-slab__feature p {
  color: var(--hy-white);
}

.education-slab__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.activity-card .feature-card__icon,
.education-pathway-card .feature-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, rgba(255, 242, 18, 0.92), rgba(255, 242, 18, 0.42));
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.gallery-card {
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--hy-radius);
  border: 1px solid var(--hy-border);
  background: var(--hy-card);
  box-shadow: var(--hy-shadow);
}

.gallery-card__media {
  position: relative;
  min-height: 200px;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.32), transparent 24%),
    linear-gradient(140deg, rgba(255, 223, 232, 0.92), rgba(137, 198, 220, 0.82));
}

.gallery-card:nth-child(2) .gallery-card__media {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.32), transparent 24%),
    linear-gradient(140deg, rgba(217, 237, 255, 0.92), rgba(128, 182, 150, 0.82));
}

.gallery-card:nth-child(3) .gallery-card__media {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.32), transparent 24%),
    linear-gradient(140deg, rgba(255, 222, 222, 0.92), rgba(188, 170, 255, 0.8));
}

.gallery-card:nth-child(4) .gallery-card__media {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.32), transparent 24%),
    linear-gradient(140deg, rgba(255, 243, 202, 0.96), rgba(151, 195, 241, 0.82));
}

.gallery-card__number {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hy-primary);
  font-weight: 800;
  box-shadow: 0 18px 26px rgba(18, 18, 18, 0.1);
}

.gallery-card__body {
  padding: 1.25rem;
}

.gallery-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.22rem 0.7rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.22);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resource-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.resource-pillars .demo-panel {
  min-height: 100%;
}

.stats-grid,
.card-grid,
.story-grid,
.social-grid,
.footer-grid,
.archive-list,
.content-grid {
  display: grid;
  gap: 1.25rem;
}

.stats-grid--impact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.stat-card {
  padding: 1.6rem 1rem;
  border-radius: var(--hy-radius-sm);
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-card strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.stat-card--light {
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.stat-card--light strong {
  color: var(--hy-primary);
}

.stat-card--light span {
  color: var(--hy-text-soft);
}

.mission-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.mission-section__intro {
  position: sticky;
  top: 9rem;
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.shop-card,
.news-card {
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.hy-card-interactive {
  transition: transform 180ms ease, box-shadow 180ms ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.hy-spotlight {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --hy-spotlight-x: 50%;
  --hy-spotlight-y: 50%;
  --hy-spotlight-opacity: 0;
}

.hy-spotlight::after {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--hy-spotlight-x) var(--hy-spotlight-y), rgba(255, 242, 18, 0.34), transparent 35%);
  opacity: var(--hy-spotlight-opacity);
  transition: opacity 220ms ease;
}

.hy-spotlight > * {
  position: relative;
  z-index: 1;
}

.feature-card,
.shop-card {
  padding: 1.5rem;
  border-radius: var(--hy-radius);
}

.feature-card__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top, rgba(162, 74, 54, 0.22), transparent 45%),
    linear-gradient(145deg, rgba(209, 174, 114, 0.24), rgba(32, 24, 21, 0.04));
}

.feature-card--pill {
  position: relative;
}

.feature-card--pill::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--hy-brand);
}

.story-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hy-dynamic-grid {
  display: grid;
  gap: 1.25rem;
}

.hy-dynamic-grid--campaigns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-dynamic-grid--events,
.hy-dynamic-grid--reports {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-dynamic-grid--team {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.campaign-card {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1.35rem;
  border-radius: var(--hy-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 226, 0.94));
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.campaign-card__visual,
.event-card__visual,
.report-card__visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 6.25rem;
  padding: 1rem;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.34), transparent 36%),
    linear-gradient(135deg, rgba(18, 18, 18, 0.92), rgba(56, 56, 16, 0.9));
  color: var(--hy-white);
}

.campaign-card__glow {
  position: absolute;
  inset: auto -1.5rem -1.5rem auto;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 242, 18, 0.55), rgba(255, 242, 18, 0));
  filter: blur(4px);
}

.campaign-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.28);
  color: var(--hy-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.campaign-card__body,
.event-card__body,
.report-card__body {
  display: grid;
  gap: 0.85rem;
}

.campaign-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.campaign-card__topline span,
.event-card__meta span,
.report-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.05);
  color: var(--hy-primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.campaign-card__bar {
  overflow: hidden;
  width: 100%;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
}

.campaign-card__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hy-accent), var(--hy-accent-strong));
}

.campaign-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--hy-text-soft);
  font-size: 0.92rem;
}

.campaign-card__meta strong {
  color: var(--hy-primary);
  font-size: 1.1rem;
}

.campaign-card__footer {
  display: grid;
  gap: 0.9rem;
}

.campaign-card__impact {
  color: var(--hy-text-soft);
}

.event-card,
.team-card,
.report-card {
  display: grid;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.45rem;
  border-radius: var(--hy-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 226, 0.94));
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.event-card__badge,
.report-card__year,
.report-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.28);
  color: var(--hy-primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.event-card__datebox {
  display: grid;
  place-items: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding: 0.45rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.event-card__datebox strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.event-card__datebox span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.team-card {
  text-align: center;
  justify-items: center;
}

.report-card__visual {
  align-items: center;
}

.event-card__visual .event-card__badge,
.report-card__visual .report-card__year,
.report-card__visual .report-card__tag {
  background: rgba(255, 255, 255, 0.12);
  color: var(--hy-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.team-card__avatar {
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 242, 18, 0.6), rgba(255, 242, 18, 0.18));
  color: var(--hy-primary);
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.team-card__role {
  margin-bottom: 0;
  color: var(--hy-primary);
  font-weight: 800;
}

.team-card__department {
  color: var(--hy-text-soft);
  font-size: 0.92rem;
}

.campaign-single-hero {
  padding: 5.2rem 0 4.2rem;
}

.campaign-single-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.campaign-single-hero__meta,
.campaign-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.campaign-single-hero__meta li,
.campaign-sidebar-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.campaign-sidebar-list li {
  background: var(--hy-surface-soft);
  border-color: rgba(18, 18, 18, 0.08);
}

.campaign-single-hero__meta strong,
.campaign-sidebar-list strong {
  color: inherit;
}

.campaign-single-console,
.campaign-sidebar-card {
  padding: 1.5rem;
  border-radius: var(--hy-radius);
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.campaign-single-console__label {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--hy-brand);
}

.campaign-single-console__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.campaign-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 1.5rem;
  align-items: start;
}

.campaign-single-sidebar {
  display: grid;
  gap: 1.1rem;
  position: sticky;
  top: 8.3rem;
}

.campaign-single-outcomes {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.story-card {
  padding: 1.5rem;
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
}

.story-card__label,
.shop-card__tag,
.social-tile__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(162, 74, 54, 0.08);
  color: var(--hy-brand);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.story-card__quote {
  font-family: "Fraunces", serif;
  color: var(--hy-primary);
}

.app-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

.app-section__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(162, 74, 54, 0.15), transparent 28%),
    var(--hy-surface);
  border: 1px solid rgba(32, 24, 21, 0.08);
}

.app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.9rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--hy-brand);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.mini-stats strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.shop-card {
  min-height: 100%;
}

.movement-section {
  background:
    radial-gradient(circle at bottom left, rgba(209, 174, 114, 0.14), transparent 22%),
    var(--hy-background);
}

.social-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.social-tile {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 229, 0.94));
  border: 1px solid var(--hy-border);
}

.social-tile strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--hy-primary);
}

.news-card {
  border-radius: var(--hy-radius);
  overflow: hidden;
}

.news-card__thumb {
  display: grid;
  place-items: center;
  min-height: 10.5rem;
  background:
    linear-gradient(135deg, rgba(209, 174, 114, 0.24), rgba(162, 74, 54, 0.08)),
    var(--hy-surface);
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  color: var(--hy-primary);
}

.news-card__body,
.entry-card__body {
  padding: 1.35rem;
}

.news-card__meta,
.entry-meta {
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--hy-brand);
  font-weight: 800;
}

.news-card--compact .news-card__thumb {
  min-height: 8.5rem;
}

.donation-flow {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.donation-flow__panel,
.cart-box,
.checkout-steps {
  padding: 1.6rem;
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
}

.donation-form-preview {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.donation-input {
  min-height: 3.25rem;
  border-radius: 16px;
  background: var(--hy-surface-soft);
  border: 1px dashed rgba(32, 24, 21, 0.14);
}

.donation-input--wide {
  min-height: 5rem;
}

.checkout-steps {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.checkout-step {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.checkout-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--hy-brand);
  color: var(--hy-white);
  font-weight: 800;
}

.cart-box__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(32, 24, 21, 0.08);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2rem;
  border-radius: var(--hy-radius);
  background:
    linear-gradient(120deg, #0e0e0e 0%, #1d1d1d 58%, #444406 100%);
  color: var(--hy-white);
  box-shadow: var(--hy-shadow);
}

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

.hy-motion-ready .hy-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hy-motion-ready .hy-is-visible {
  opacity: 1;
  transform: none;
}

.hy-float {
  transition: transform 220ms ease-out;
  will-change: transform;
}

.hy-parallax-layer {
  will-change: transform;
}

.hy-section-transition {
  --hy-scrub-progress: 0;
}

.hy-motion-ready .hy-section-transition {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(10px);
  clip-path: inset(0 0 12% 0 round 24px);
  transition: opacity 680ms ease, transform 680ms ease, filter 680ms ease, clip-path 760ms ease;
}

.hy-motion-ready .hy-section-transition.hy-section-in {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 0 0 round 0);
}

.hy-number-scrub-zone .stat-card strong,
.hy-number-scrub-zone .elementor-counter-number-wrapper {
  transform: translateY(calc((1 - var(--hy-scrub-progress)) * 16px));
  opacity: calc(0.25 + (var(--hy-scrub-progress) * 0.75));
  filter: blur(calc((1 - var(--hy-scrub-progress)) * 3px));
  text-shadow: 0 0 calc(var(--hy-scrub-progress) * 24px) rgba(255, 242, 18, 0.22);
  transition: transform 120ms linear, opacity 120ms linear, filter 120ms linear, text-shadow 120ms linear;
}

.hy-give-shell {
  padding: 2rem 0 0;
}

.hy-give-shell__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: start;
}

.hy-give-shell__intro,
.hy-give-shell__frame {
  padding: 1.75rem;
  border-radius: var(--hy-radius);
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.hy-give-shell__intro,
.hy-give-shell__frame,
.hy-give-placeholder {
  position: relative;
  overflow: hidden;
}

.hy-give-shell__intro::before,
.hy-give-shell__frame::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--hy-accent), rgba(255, 242, 18, 0.16));
}

.hy-give-shell__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.hy-give-shell__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.28);
  font-size: 0.84rem;
  font-weight: 800;
}

.hy-give-placeholder {
  padding: 1rem;
  border-radius: 22px;
  background: var(--hy-surface-soft);
}

.hy-give-shell .give-form,
.hy-give-shell .give-form-wrap,
.hy-give-shell form[id*="give-form"],
.hy-give-shell form.give-form {
  margin: 0;
}

.hy-give-shell input[type="text"],
.hy-give-shell input[type="email"],
.hy-give-shell input[type="tel"],
.hy-give-shell input[type="number"],
.hy-give-shell input[type="password"],
.hy-give-shell select,
.hy-give-shell textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 14px;
  background: var(--hy-white);
  font: inherit;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hy-give-shell input[type="text"]:focus,
.hy-give-shell input[type="email"]:focus,
.hy-give-shell input[type="tel"]:focus,
.hy-give-shell input[type="number"]:focus,
.hy-give-shell input[type="password"]:focus,
.hy-give-shell select:focus,
.hy-give-shell textarea:focus {
  outline: none;
  border-color: rgba(18, 18, 18, 0.22);
  box-shadow: 0 0 0 4px rgba(255, 242, 18, 0.18);
}

.hy-give-shell .give-btn,
.hy-give-shell button,
.hy-give-shell input[type="submit"],
.hy-give-shell .give-submit,
.hy-give-shell [class*="givewp-submit"],
.hy-give-shell [class*="givewp-button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 0;
  background: var(--hy-brand);
  color: var(--hy-white);
  font-weight: 800;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hy-give-shell .give-btn:hover,
.hy-give-shell button:hover,
.hy-give-shell input[type="submit"]:hover,
.hy-give-shell .give-submit:hover,
.hy-give-shell [class*="givewp-submit"]:hover,
.hy-give-shell [class*="givewp-button"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(18, 18, 18, 0.12);
}

.hy-give-shell .give-goal-progress,
.hy-give-shell .give-form-progress {
  overflow: hidden;
  border-radius: 999px;
}

.hy-give-shell .give-goal-progress .give-progress-bar,
.hy-give-shell .give-progress-bar {
  background: var(--hy-accent);
}

.hy-give-shell .give-donation-levels-wrap,
.hy-give-shell .give-donation-level-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hy-give-shell .give-donation-level-btn,
.hy-give-shell .give-btn-level-custom,
.hy-give-shell [class*="givewp-amount"] button,
.hy-give-shell [class*="givewp-level"] button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  background: var(--hy-surface-soft);
  color: var(--hy-primary);
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hy-give-shell .give-donation-level-btn:hover,
.hy-give-shell .give-btn-level-custom:hover,
.hy-give-shell [class*="givewp-amount"] button:hover,
.hy-give-shell [class*="givewp-level"] button:hover,
.hy-give-shell .give-default-level,
.hy-give-shell .give-btn-level-custom.give-default-level {
  transform: translateY(-2px);
  border-color: rgba(18, 18, 18, 0.2);
  background: rgba(255, 242, 18, 0.38);
  box-shadow: 0 16px 28px rgba(18, 18, 18, 0.08);
}

.hy-give-shell .give-total-wrap,
.hy-give-shell .give-final-total-amount,
.hy-give-shell .givewp-donation-summary,
.hy-give-shell [class*="givewp-donation-summary"],
.hy-give-shell [class*="givewp-layouts"] {
  padding: 1rem;
  border-radius: 18px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.hy-give-shell .give-form-wrap,
.hy-give-shell .give-form,
.hy-give-shell form[id*="give-form"],
.hy-give-shell form.give-form,
.hy-give-shell [class*="givewp-donation-form"] {
  display: grid;
  gap: 1rem;
}

.hy-give-shell label,
.hy-give-shell legend,
.hy-give-shell .give-label,
.hy-give-shell [class*="givewp-label"] {
  color: var(--hy-primary);
  font-weight: 700;
}

.hy-give-shell fieldset {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 18px;
}

.hy-give-shell .give-payment-mode-select,
.hy-give-shell .give-recurring-donation-choice,
.hy-give-shell [class*="recurring"],
.hy-give-shell [class*="gateway"] {
  padding: 1rem;
  border-radius: 18px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.hy-give-shell [type="checkbox"],
.hy-give-shell [type="radio"] {
  accent-color: var(--hy-primary);
}

.cta-banner h2,
.cta-banner .section-kicker {
  color: var(--hy-white);
}

.newsletter-form {
  display: grid;
  gap: 0.8rem;
}

.newsletter-form--inline {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
}

.newsletter-form--inline input[type="email"] {
  background: rgba(255, 255, 255, 0.95);
}

.content-grid {
  padding: 5rem 0;
}

.content-shell--archive-hub {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hy-archive-hero {
  padding: 3rem 0 0;
}

.hy-archive-hero__grid,
.demo-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
  align-items: start;
}

.hy-archive-hero__content,
.demo-page__hero-copy {
  display: grid;
  gap: 1rem;
}

.hy-archive-hero__panel,
.hy-loop-ready-note,
.hy-hub-note {
  padding: 1.6rem;
  border-radius: var(--hy-radius);
  border: 1px solid var(--hy-border);
  background: var(--hy-card);
  box-shadow: var(--hy-shadow);
}

.hy-archive-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.hy-archive-stat {
  padding: 1rem;
  border-radius: 18px;
  background: var(--hy-surface-soft);
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.hy-archive-stat strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
  color: var(--hy-primary);
}

.hy-archive-hero__actions,
.hy-content-hub__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hy-content-hub {
  display: grid;
  gap: 1.4rem;
}

.hy-content-hub__empty {
  padding: 1.5rem;
  border-radius: var(--hy-radius);
  background: var(--hy-surface-soft);
  border: 1px dashed rgba(18, 18, 18, 0.12);
  text-align: center;
}

.hy-filter-shell {
  padding: 1.5rem;
  border-radius: var(--hy-radius);
  border: 1px solid var(--hy-border);
  background: var(--hy-card);
  box-shadow: var(--hy-shadow);
}

.hy-filter-shell__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hy-filter-shell__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hy-brand);
}

.hy-filter-shell__summary {
  display: inline-grid;
  align-content: start;
  gap: 0.15rem;
  min-width: 7rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 242, 18, 0.24);
  text-align: right;
}

.hy-filter-shell__summary strong {
  font-size: 1.15rem;
  color: var(--hy-primary);
}

.hy-filter-form {
  display: grid;
  gap: 1rem;
}

.hy-filter-form__controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
}

.hy-filter-field {
  display: grid;
  gap: 0.45rem;
}

.hy-filter-field span {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--hy-primary);
}

.hy-filter-field select {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 14px;
  background: var(--hy-white);
  font: inherit;
}

.hy-filter-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hy-filter-form__hint {
  font-size: 0.84rem;
  color: var(--hy-text-soft);
}

.hy-filter-reset {
  font-weight: 800;
  color: var(--hy-primary);
  text-decoration: none;
}

.hy-filter-reset:hover {
  text-decoration: underline;
}

.hy-loop-ready-note h3,
.hy-hub-note h3 {
  margin-bottom: 0.8rem;
}

.content-shell--archive-hub {
  position: relative;
  transition: opacity 220ms ease, transform 220ms ease;
}

.content-shell--archive-hub.is-loading {
  opacity: 0.55;
  transform: translateY(8px);
  pointer-events: none;
}

.content-shell--archive-hub.is-loading::after {
  content: "Updating archive...";
  position: absolute;
  inset: 2rem 0 auto;
  margin: 0 auto;
  width: fit-content;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.86);
  color: var(--hy-white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-type-archive-hy_event .archive-list,
.post-type-archive-hy_report .archive-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-type-archive-hy_team .archive-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-type-archive-hy_story .archive-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-type-archive-hy_faq .archive-list {
  grid-template-columns: 1fr;
}

.single-hy_campaign .entry-card--post,
.single-hy_story .entry-card--post,
.single-hy_event .entry-card--post,
.single-hy_team .entry-card--post,
.single-hy_report .entry-card--post,
.single-hy_faq .entry-card--post {
  max-width: 860px;
  margin: 0 auto;
}

.entry-card--post,
.entry-card--center {
  padding: 2rem;
}

.entry-thumbnail img,
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  background: #160f0d;
  color: rgba(255, 255, 255, 0.72);
}

.hy-sitepart--footer {
  background: #160f0d;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__top {
  padding: 4rem 0 2.5rem;
}

.hy-sitepart--footer .hy-elementor-sitepart--footer-main {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.hy-sitepart--footer .hy-elementor-sitepart--footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 0;
}

.footer-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.site-footer h3,
.site-footer h4,
.site-footer a,
.site-footer li {
  color: var(--hy-white);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.hy-sitepart--footer h1,
.hy-sitepart--footer h2,
.hy-sitepart--footer h3,
.hy-sitepart--footer h4,
.hy-sitepart--footer p,
.hy-sitepart--footer a,
.hy-sitepart--footer li,
.hy-sitepart--footer .elementor-heading-title {
  color: var(--hy-white);
}

.hy-sitepart--footer .elementor-widget-text-editor,
.hy-sitepart--footer .elementor-widget-shortcode {
  color: rgba(255, 255, 255, 0.72);
}

.hy-sitepart--footer .section-kicker,
.hy-sitepart--footer .demo-card__eyebrow {
  color: var(--hy-accent);
}

.footer-column {
  min-width: 0;
}

.footer-links li + li {
  margin-top: 0.72rem;
}

.footer-newsletter {
  margin-top: 1.5rem;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 0;
}

.site-footer__bottom-inner {
  align-items: flex-start;
}

.site-footer__identity p,
.site-footer__legal p {
  margin-bottom: 0.5rem;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-separator {
  display: inline-block;
  margin: 0 0.6rem;
  color: rgba(255, 255, 255, 0.32);
}

.post-navigation,
.posts-navigation,
.pagination {
  margin-top: 1.5rem;
}

.demo-page {
  padding: 4.5rem 0 5rem;
}

.demo-page__stack {
  display: grid;
  gap: 1.5rem;
}

.demo-hero,
.demo-split,
.demo-cta {
  display: grid;
  gap: 1.5rem;
}

.demo-hero,
.demo-split,
.demo-cta {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.demo-panel,
.demo-card,
.demo-callout,
.demo-faq,
.demo-metric,
.demo-form-shell,
.demo-list-panel {
  border-radius: var(--hy-radius);
  border: 1px solid var(--hy-border);
  background: var(--hy-card);
  box-shadow: var(--hy-shadow);
}

.demo-panel,
.demo-card,
.demo-callout,
.demo-faq,
.demo-form-shell,
.demo-list-panel {
  padding: 1.6rem;
}

.demo-slab {
  padding: 2rem;
  border-radius: var(--hy-radius);
  background:
    radial-gradient(circle at top right, rgba(255, 242, 18, 0.14), transparent 30%),
    var(--hy-surface);
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.demo-card-grid {
  display: grid;
  gap: 1.25rem;
}

.demo-card-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.demo-card__eyebrow,
.demo-callout__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 242, 18, 0.35);
  color: var(--hy-primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.demo-card h3,
.demo-callout h3,
.demo-panel h3,
.demo-faq h3 {
  margin-bottom: 0.85rem;
}

.demo-list,
.demo-checklist,
.demo-steps,
.demo-inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.demo-list li,
.demo-checklist li,
.demo-inline-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.8rem;
}

.demo-list li::before,
.demo-checklist li::before,
.demo-inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--hy-accent-strong);
}

.demo-steps {
  display: grid;
  gap: 0.85rem;
}

.demo-steps li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: var(--hy-surface-soft);
}

.demo-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--hy-primary);
  color: var(--hy-white);
  font-weight: 800;
  flex: 0 0 auto;
}

.demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.demo-metric {
  padding: 1.3rem 1rem;
  text-align: center;
}

.demo-metric strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1;
}

.demo-form-preview {
  display: grid;
  gap: 0.8rem;
}

.demo-input {
  min-height: 3.2rem;
  border-radius: 16px;
  border: 1px dashed rgba(18, 18, 18, 0.16);
  background: var(--hy-surface-soft);
}

.demo-input--wide {
  min-height: 5rem;
}

.demo-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.demo-inline-list li {
  margin: 0;
}

.demo-faqs {
  display: grid;
  gap: 1rem;
}

.hy-faqs {
  display: grid;
  gap: 1rem;
}

.hy-faq-item {
  border-radius: var(--hy-radius);
  background: var(--hy-card);
  border: 1px solid var(--hy-border);
  box-shadow: var(--hy-shadow);
}

.hy-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.3rem 1.4rem;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: var(--hy-primary);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.hy-faq-question::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.hy-faq-item.is-open .hy-faq-question::after,
.hy-faq-question[aria-expanded="true"]::after {
  content: "-";
}

.hy-faq-answer {
  padding: 0 1.4rem 1.3rem;
}

.hy-faq-answer__inner {
  padding-top: 0.25rem;
  color: var(--hy-text-soft);
}

.demo-cta {
  align-items: stretch;
  padding: 2rem;
  border-radius: var(--hy-radius);
  background:
    linear-gradient(120deg, #0c0c0c 0%, #1d1d1d 58%, #464607 100%);
  color: var(--hy-white);
}

.demo-cta h2,
.demo-cta p,
.demo-cta .section-kicker {
  color: var(--hy-white);
}

.demo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1180px) {
  .stats-grid--impact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-grid,
  .social-grid,
  .footer-grid--five,
  .demo-card-grid--4,
  .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid--four,
  .hy-dynamic-grid--team,
  .post-type-archive-hy_team .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-dynamic-grid--campaigns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-dynamic-grid--events,
  .hy-dynamic-grid--reports,
  .post-type-archive-hy_event .archive-list,
  .post-type-archive-hy_report .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-topbar__inner,
  .site-header__main,
  .site-footer__bottom-inner {
    flex-wrap: wrap;
  }

  .site-header__main {
    padding: 1rem 0;
  }

  .site-header__nav-wrap {
    width: 100%;
    order: 3;
    justify-content: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hy-mega-nav {
    display: none;
    width: 100%;
  }

  .hy-mega-nav.is-open {
    display: block;
  }

  .hy-mega-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    padding-top: 0.8rem;
  }

  .hy-mega-nav__trigger,
  .hy-mega-nav__direct {
    width: 100%;
    justify-content: space-between;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(18, 18, 18, 0.08);
    background: var(--hy-white);
  }

  .hy-mega-nav__panel {
    position: static;
    width: 100%;
    margin-top: 0.8rem;
    transform: none;
  }

  .hy-mega-panel__shell,
  .site-search-panel__inner,
  .education-focus-shell__layout {
    grid-template-columns: 1fr;
  }

  .hy-mega-panel__shell {
    padding: 1rem;
    border-radius: 26px;
  }

  .hy-mega-panel__links {
    grid-template-columns: 1fr;
  }

  .main-navigation {
    display: none;
    width: 100%;
    order: 3;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.8rem;
  }

  .main-navigation .menu > li {
    width: 100%;
  }

  .main-navigation .menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0;
  }

  .submenu-toggle {
    display: inline-flex;
  }

  .main-navigation .sub-menu {
    position: static;
    left: auto;
    top: auto;
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0.7rem;
    padding: 0.8rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: var(--hy-surface-soft);
  }

  .main-navigation .menu > .menu-item:hover > .sub-menu,
  .main-navigation .menu > .menu-item:focus-within > .sub-menu {
    transform: none;
  }

  .main-navigation .menu > .menu-item.submenu-open > .sub-menu {
    display: grid;
  }

  .site-header__actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero-section__layout,
  .campaign-single-hero__grid,
  .hy-archive-hero__grid,
  .demo-page__hero-grid,
  .mission-section__grid,
  .app-section__grid,
  .donation-flow,
  .hy-give-shell__grid,
  .campaign-single-layout,
  .demo-hero,
  .demo-split,
  .demo-cta {
    grid-template-columns: 1fr;
  }

  .education-focus-grid,
  .resource-pillars {
    grid-template-columns: 1fr;
  }

  .mission-section__intro {
    position: static;
  }

  .campaign-single-sidebar {
    position: static;
  }

  .card-grid--three,
  .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4rem 0;
  }

  .section--compact {
    padding: 1rem 0;
  }

  .site-topbar__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .site-topbar__tagline {
    width: 100%;
  }

  .hy-inline-meta__tagline {
    width: 100%;
    margin-left: 0;
  }

  .site-header__actions {
    flex-wrap: wrap;
  }

  .hy-header-actions-shortcode {
    width: 100%;
    justify-content: space-between;
  }

  .header-search-toggle--icon,
  .hy-header-actions-shortcode .hy-button {
    flex: 1 1 calc(50% - 0.4rem);
  }

  .stats-grid--impact,
  .card-grid--three,
  .card-grid--four,
  .story-grid,
  .social-grid,
  .footer-grid--five,
  .archive-list,
  .hy-dynamic-grid--campaigns,
  .hy-dynamic-grid--events,
  .hy-dynamic-grid--reports,
  .hy-dynamic-grid--team,
  .newsletter-form--inline,
  .hero-console__amounts,
  .donation-amounts,
  .mini-stats,
  .demo-card-grid--2,
  .demo-card-grid--3,
  .demo-card-grid--4,
  .demo-metrics,
  .hy-archive-stats,
  .hy-filter-form__controls,
  .home-gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .campaign-single-hero__meta li,
  .campaign-sidebar-list li {
    flex-direction: column;
  }

  .hy-sticky-donate {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 1rem);
    padding: 0.9rem;
  }

  .hy-sticky-donate .hy-button {
    width: 100%;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .site-search-panel {
    padding: 0.5rem 0;
  }

  .site-search-panel__inner {
    min-height: calc(100vh - 1rem);
    border-radius: 24px;
  }

  .site-search-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hy-filter-shell__top,
  .hy-archive-hero__actions,
  .hy-content-hub__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hy-filter-shell__summary {
    width: 100%;
    text-align: left;
  }
}

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

  .hy-reveal,
  .hy-section-transition {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
}

@media (max-width: 560px) {
  .site-title {
    font-size: 1.35rem;
  }

  .content-shell,
  .entry-card--post,
  .entry-card--center,
  .quote-card,
  .hero-console,
  .feature-card,
  .story-card,
  .shop-card,
  .social-tile,
  .donation-flow__panel,
  .checkout-steps,
  .cart-box,
  .app-section__panel,
  .cta-banner {
    padding: 1.35rem;
  }

  .utility-menu {
    padding-bottom: 0.75rem;
  }
}
