.maahi-site {
  --maahi-maroon: #0f3726;
  --maahi-beige: #e8d9c5;
  --maahi-gold: #c6a15b;
  --maahi-charcoal: #1e1e1e;
  --maahi-ivory: #f8f4ee;
  --maahi-line: rgba(15, 55, 38, 0.18);
  --maahi-shadow: 0 24px 70px rgba(30, 30, 30, 0.16);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: var(--maahi-ivory);
  color: var(--maahi-charcoal);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  scroll-behavior: smooth;
}

html:has(.maahi-site),
body.maahi-concept-page {
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: var(--maahi-charcoal);
}

body.maahi-concept-page .hostinger-ai-page-title,
body.maahi-concept-page .wp-block-post-title,
body.maahi-concept-page header.wp-block-template-part,
body.maahi-concept-page footer.wp-block-template-part,
body.maahi-concept-page footer.site-footer,
body.maahi-concept-page .site-footer.wp-block-template-part,
body.maahi-concept-page .wp-site-blocks > header,
body.maahi-concept-page .wp-site-blocks > footer,
body.maahi-concept-page #wpadminbar {
  display: none !important;
}

body:has(.maahi-topic-page) .hostinger-ai-page-title,
body:has(.maahi-topic-page) .wp-block-post-title {
  display: none !important;
}

body.maahi-concept-page .wp-site-blocks,
body.maahi-concept-page main,
body.maahi-concept-page .entry-content,
body.maahi-concept-page .wp-block-post-content {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.maahi-concept-page .maahi-site {
  position: static;
  inset: auto;
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.maahi-concept-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
}

body.maahi-concept-page .wp-site-blocks {
  margin-top: 0 !important;
}

.maahi-site * {
  box-sizing: border-box;
}

.maahi-site a {
  color: inherit;
  text-decoration: none;
}

.maahi-site h1,
.maahi-site h2,
.maahi-site h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 0.98;
}

.maahi-site h1 {
  max-width: 13ch;
  font-size: clamp(4rem, 10vw, 8.5rem);
}

.maahi-site h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.maahi-site h3 {
  font-size: 1.65rem;
}

.maahi-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 6rem;
  padding: 0 clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(198, 161, 91, 0.18);
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.76));
  color: var(--maahi-ivory);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.maahi-header.is-open {
  background: rgba(30, 30, 30, 0.92);
  backdrop-filter: blur(16px);
}

.maahi-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: auto;
  height: 94px;
  min-width: 0;
  padding: 0.38rem 0.7rem 0.32rem 0.5rem;
  border-radius: 6px;
  background: rgba(248, 244, 238, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-weight: 800;
}

.maahi-brand img {
  display: block;
  width: auto;
  height: 94px;
  max-width: none;
  max-height: 94px;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  object-fit: contain;
  transform: none;
  image-rendering: auto;
}

.maahi-brand strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.maahi-nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.7rem, 2vw, 1.45rem);
  color: rgba(248, 244, 238, 0.88);
  font-size: 0.92rem;
  font-weight: 800;
}

.maahi-nav a {
  padding: 0.25rem 0;
  border-bottom: 1px solid transparent;
}

.maahi-nav a:hover {
  border-color: var(--maahi-gold);
  color: var(--maahi-ivory);
}

.maahi-nav a.is-active {
  border-color: var(--maahi-gold);
  color: var(--maahi-gold);
}

.maahi-menu-button {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(248, 244, 238, 0.58);
  background: rgba(248, 244, 238, 0.08);
  color: var(--maahi-ivory);
  cursor: pointer;
}

.maahi-menu-button span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.22rem auto;
  background: currentColor;
}

.maahi-menu-button em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.maahi-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.38fr);
  gap: clamp(2rem, 7vw, 7rem);
  min-height: 100svh;
  align-items: end;
  padding: clamp(7rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem) 7.5rem;
  color: var(--maahi-ivory);
  isolation: isolate;
}

.maahi-hero__image,
.maahi-hero__veil {
  position: absolute;
  inset: 0;
}

.maahi-hero__image {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.maahi-hero__veil {
  right: auto;
  width: min(52%, 760px);
  background:
    linear-gradient(
      90deg,
      rgba(6, 30, 21, 0.86) 0%,
      rgba(8, 36, 25, 0.72) 44%,
      rgba(10, 45, 32, 0.34) 76%,
      rgba(10, 45, 32, 0) 100%
    );
  pointer-events: none;
  z-index: 1;
}

.maahi-hero__content {
  position: relative;
  z-index: 2;
  max-width: 62rem;
}

.maahi-hero__content > p:not(.maahi-kicker) {
  max-width: 40rem;
  color: rgba(248, 244, 238, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.maahi-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--maahi-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.maahi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.maahi-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.75rem;
  margin: 2rem 0 0;
}

.maahi-hero-proof div {
  min-width: 10rem;
  padding: 0.85rem 1rem;
  border-left: 1px solid rgba(198, 161, 91, 0.72);
  background: rgba(30, 30, 30, 0.24);
}

.maahi-hero-proof dt {
  color: var(--maahi-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.maahi-hero-proof dd {
  margin: 0.18rem 0 0;
  color: rgba(248, 244, 238, 0.92);
  font-weight: 700;
}

.maahi-hero-card {
  position: relative;
  z-index: 2;
  isolation: isolate;
  align-self: end;
  max-width: 23rem;
  padding: 1.3rem 1.35rem;
  border-top: 1px solid rgba(198, 161, 91, 0.7);
  border-bottom: 1px solid rgba(198, 161, 91, 0.28);
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.46), rgba(30, 30, 30, 0.24));
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(248, 244, 238, 0.1) inset,
    0 -1px 0 rgba(198, 161, 91, 0.14) inset;
  transform: translateY(0);
  will-change: transform, box-shadow;
}

.maahi-hero-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(248, 244, 238, 0.12), rgba(198, 161, 91, 0.13) 38%, rgba(30, 30, 30, 0) 70%),
    radial-gradient(circle at 18% 0%, rgba(198, 161, 91, 0.24), rgba(198, 161, 91, 0) 48%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.055), rgba(255, 253, 249, 0));
  opacity: 0.66;
  animation: maahi-current-focus-sheen 8.8s ease-in-out 0.45s infinite;
  transform: translateY(0);
  will-change: opacity, transform;
  pointer-events: none;
}

.maahi-hero-card::after {
  position: absolute;
  right: 12%;
  bottom: -1.15rem;
  left: 12%;
  z-index: -1;
  height: 1.5rem;
  content: "";
  background: radial-gradient(ellipse at center, rgba(224, 186, 112, 0.3), rgba(224, 186, 112, 0.08) 42%, rgba(224, 186, 112, 0) 76%);
  filter: blur(16px);
  opacity: 0.48;
  pointer-events: none;
}

.maahi-hero-card.maahi-reveal:not(.is-visible) {
  animation: none;
}

.maahi-hero-card.maahi-reveal.is-visible {
  animation: maahi-current-focus-float 4.8s ease-in-out 0.45s infinite;
}

.maahi-hero-card span {
  position: relative;
  z-index: 1;
  color: var(--maahi-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.maahi-hero-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.45rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.05;
}

.maahi-hero-card p {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0 0;
  color: rgba(248, 244, 238, 0.78);
  transform: translateY(0);
}

.maahi-hero-card.maahi-reveal.is-visible p {
  animation: maahi-current-focus-inner 4.8s ease-in-out 0.65s infinite;
}

.maahi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.maahi-button--gold {
  background: var(--maahi-gold);
  color: var(--maahi-charcoal);
}

.maahi-button--ghost {
  border-color: rgba(248, 244, 238, 0.58);
  color: var(--maahi-ivory);
}

.maahi-button--light {
  border-color: rgba(15, 55, 38, 0.28);
  color: var(--maahi-maroon);
}

.maahi-button--maroon {
  background: var(--maahi-maroon);
  color: var(--maahi-ivory);
}

.maahi-button:hover {
  transform: translateY(-2px);
}

.maahi-impact {
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: 1rem;
  left: clamp(1rem, 5vw, 5rem);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(198, 161, 91, 0.34);
  background: rgba(30, 30, 30, 0.42);
  backdrop-filter: blur(14px);
}

.maahi-impact span {
  padding: 1rem;
  border-right: 1px solid rgba(198, 161, 91, 0.24);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.maahi-impact span:last-child {
  border-right: 0;
}

.maahi-impact strong {
  display: block;
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.maahi-section {
  width: 100%;
  padding: clamp(5rem, 8vw, 8.5rem) clamp(1rem, 5vw, 5rem);
}

.maahi-site .elementor-container {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.maahi-topic-page .maahi-header {
  background: rgba(30, 30, 30, 0.9);
}

.maahi-topic-page > .maahi-section:first-of-type {
  padding-top: clamp(8rem, 12vw, 10rem);
}

.maahi-topic-page .maahi-section:first-of-type h1 {
  max-width: 15ch;
}

.maahi-topic-page .maahi-mission,
.maahi-topic-page .maahi-gallery,
.maahi-topic-page .maahi-donate,
.maahi-topic-page .maahi-volunteer,
.maahi-topic-page .maahi-contact {
  min-height: 100svh;
}

.maahi-split,
.maahi-donate,
.maahi-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.maahi-split {
  min-height: 72svh;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248, 244, 238, 0.98), rgba(232, 217, 197, 0.62)),
    repeating-linear-gradient(135deg, rgba(15, 55, 38, 0.05) 0 1px, transparent 1px 24px);
}

.maahi-copy {
  color: rgba(30, 30, 30, 0.72);
  font-size: 1.08rem;
}

.maahi-lede {
  max-width: 36rem;
  margin: 1.1rem 0 0;
  color: rgba(15, 55, 38, 0.86);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.maahi-vision-box {
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--maahi-gold);
  background: rgba(15, 55, 38, 0.06);
}

.maahi-vision-box strong {
  display: block;
  color: var(--maahi-maroon);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.maahi-vision-box p {
  margin: 0.5rem 0 0;
}

.maahi-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.maahi-values span {
  padding: 0.75rem;
  border: 1px solid var(--maahi-line);
  color: var(--maahi-maroon);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.maahi-about-redesign {
  background:
    linear-gradient(180deg, #fffdf9 0%, var(--maahi-ivory) 44%, #fffdf9 100%);
}

.maahi-about-hero,
.maahi-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.maahi-about-copy h2,
.maahi-about-copy h1,
.maahi-story-panel h3,
.maahi-value-card h3,
.maahi-mission-card h3 {
  color: var(--maahi-maroon);
}

.maahi-about-copy h1 {
  max-width: 16ch;
  font-size: clamp(2.55rem, 5.6vw, 5.2rem);
  line-height: 1;
}

.maahi-about-copy > p:not(.maahi-kicker),
.maahi-story-panel p,
.maahi-value-card p,
.maahi-mission-card p {
  color: rgba(30, 30, 30, 0.72);
}

.maahi-about-media {
  position: relative;
  min-height: 30rem;
  margin: 0;
  overflow: hidden;
  background: var(--maahi-charcoal);
  box-shadow: var(--maahi-shadow);
}

.maahi-about-media::before {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 30, 30, 0.74) 0%, rgba(30, 30, 30, 0.46) 44%, rgba(30, 30, 30, 0.08) 100%),
    linear-gradient(180deg, rgba(30, 30, 30, 0.08) 0%, rgba(30, 30, 30, 0.62) 100%);
  pointer-events: none;
}

.maahi-about-media::after {
  position: absolute;
  inset: 1rem;
  z-index: 3;
  content: "";
  border: 1px solid rgba(248, 244, 238, 0.42);
  pointer-events: none;
}

.maahi-about-media img {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.maahi-about-media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 4;
  padding: 1rem;
  background: rgba(30, 30, 30, 0.72);
  color: rgba(248, 244, 238, 0.92);
  font-size: 0.95rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.maahi-about-story,
.maahi-about-stats,
.maahi-values-wrap,
.maahi-mission-focus,
.maahi-about-cta {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.maahi-about-story {
  align-items: stretch;
}

.maahi-story-panel,
.maahi-purpose-panel,
.maahi-stat-card,
.maahi-value-card,
.maahi-mission-card {
  border: 1px solid var(--maahi-line);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 18px 52px rgba(30, 30, 30, 0.07);
}

.maahi-story-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.maahi-story-panel h3 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.maahi-purpose-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--maahi-line);
}

.maahi-purpose-panel article {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 14rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  background:
    linear-gradient(135deg, rgba(10, 45, 32, 0.95), rgba(6, 30, 21, 0.9)),
    repeating-linear-gradient(45deg, rgba(198, 161, 91, 0.12) 0 1px, transparent 1px 18px);
  color: var(--maahi-ivory);
  overflow: hidden;
  isolation: isolate;
}

.maahi-site:not(.maahi-topic-page) .maahi-purpose-panel article::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(10, 45, 32, 0.84), rgba(6, 30, 21, 0.9)),
    url("https://maahifoundation.com/wp-content/plugins/maahi-foundation-draft-builder/assets/images/maahi-hero.png");
  background-position: center;
  background-size: cover;
  filter: blur(1.5px) saturate(0.9) contrast(0.98);
  opacity: 0.5;
  transform: scale(1.03);
  pointer-events: none;
}

.maahi-purpose-panel span,
.maahi-value-card span {
  color: var(--maahi-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.maahi-purpose-panel p {
  margin: 0.75rem 0 0;
  color: rgba(248, 244, 238, 0.82);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.maahi-about-stats,
.maahi-values-grid,
.maahi-mission-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.maahi-stat-card,
.maahi-value-card,
.maahi-mission-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.maahi-stat-card {
  position: relative;
  isolation: isolate;
  min-height: 11rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 250, 242, 0.94)),
    rgba(255, 253, 249, 0.92);
  box-shadow:
    0 1px 0 rgba(255, 253, 249, 0.96) inset,
    0 16px 34px rgba(30, 30, 30, 0.1),
    0 34px 90px rgba(15, 55, 38, 0.09),
    0 50px 120px rgba(198, 161, 91, 0.075);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease;
}

.maahi-about-stats .maahi-stat-card strong,
.maahi-about-stats .maahi-stat-card span {
  position: relative;
  z-index: 2;
}

.maahi-about-stats .maahi-stat-card::before,
.maahi-about-stats .maahi-stat-card::after {
  position: absolute;
  right: 12%;
  left: 12%;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.maahi-about-stats .maahi-stat-card::before {
  right: 14%;
  bottom: -0.95rem;
  left: 14%;
  height: 1.65rem;
  background:
    radial-gradient(ellipse at center, rgba(255, 251, 241, 0.5) 0%, rgba(217, 184, 117, 0.18) 42%, rgba(217, 184, 117, 0) 74%);
  filter: blur(14px);
  opacity: 0.56;
  transform: scaleX(0.88);
  transition: opacity 280ms ease, transform 280ms ease;
}

.maahi-about-stats .maahi-stat-card::after {
  right: 22%;
  bottom: -0.28rem;
  left: 22%;
  height: 0.42rem;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0), rgba(255, 251, 242, 0.44), rgba(213, 180, 111, 0.14), rgba(255, 253, 249, 0));
  filter: blur(5px);
  opacity: 0.46;
  transform: scaleX(0.78);
  transition: opacity 280ms ease, transform 280ms ease;
}

.maahi-about-stats .maahi-stat-card.maahi-reveal {
  transform: translateY(24px) scale(0.985);
  transition-delay: var(--maahi-stat-delay, 0ms);
}

.maahi-about-stats .maahi-stat-card.maahi-reveal.is-visible {
  transform: translateY(0) scale(1);
}

.maahi-about-stats .maahi-stat-card.is-floating {
  animation: maahi-stat-float var(--maahi-stat-float-duration, 6.8s) ease-in-out var(--maahi-stat-float-delay, 0ms) infinite alternate;
  will-change: transform;
}

.maahi-stat-card:hover,
.maahi-value-card:hover,
.maahi-mission-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--maahi-shadow);
}

.maahi-about-stats .maahi-stat-card:hover {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow:
    0 1px 0 rgba(255, 253, 249, 0.95) inset,
    0 22px 46px rgba(30, 30, 30, 0.15),
    0 46px 118px rgba(15, 55, 38, 0.13),
    0 24px 64px rgba(198, 161, 91, 0.18);
}

.maahi-about-stats .maahi-stat-card:hover::before {
  opacity: 0.72;
  transform: scaleX(0.96);
}

.maahi-about-stats .maahi-stat-card:hover::after {
  opacity: 0.62;
  transform: scaleX(0.9);
}

.maahi-stat-card strong {
  display: block;
  color: var(--maahi-maroon);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.maahi-stat-card span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(30, 30, 30, 0.72);
  font-weight: 900;
}

.maahi-value-card,
.maahi-mission-card {
  min-height: 17rem;
}

.maahi-value-card h3 {
  margin-top: 2.8rem;
}

.maahi-mission-card::before {
  display: block;
  width: 3rem;
  height: 3px;
  margin-bottom: 2.4rem;
  content: "";
  background: var(--maahi-gold);
}

.maahi-about-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(10, 45, 32, 0.97), rgba(6, 30, 21, 0.94)),
    repeating-linear-gradient(135deg, rgba(198, 161, 91, 0.14) 0 1px, transparent 1px 20px);
  color: var(--maahi-ivory);
  box-shadow: var(--maahi-shadow);
  overflow: hidden;
}

.maahi-site:not(.maahi-topic-page) .maahi-about-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(10, 45, 32, 0.84), rgba(6, 30, 21, 0.9)),
    url("https://maahifoundation.com/wp-content/plugins/maahi-foundation-draft-builder/assets/images/maahi-hero.png");
  background-position: center;
  background-size: cover;
  filter: blur(1.5px) saturate(0.9) contrast(0.98);
  opacity: 0.58;
  transform: scale(1.03);
  pointer-events: none;
}

.maahi-about-cta h2 {
  max-width: 46rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.maahi-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

.maahi-about-cta .maahi-button--light {
  border-color: rgba(248, 244, 238, 0.48);
  color: var(--maahi-ivory);
}

.maahi-founders {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.maahi-founders__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
}

.maahi-founder-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--maahi-line);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 52px rgba(30, 30, 30, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.maahi-founder-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--maahi-shadow);
}

.maahi-founder-card__image {
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: var(--maahi-charcoal);
}

.maahi-founder-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.maahi-founder-card__body {
  display: grid;
  align-content: start;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.maahi-founder-card__body h3 {
  color: var(--maahi-maroon);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.maahi-founder-card__designation {
  margin: 0.55rem 0 1rem;
  color: var(--maahi-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.maahi-founder-card__bio {
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
  overflow-wrap: anywhere;
}

.maahi-approach {
  min-height: 82svh;
  background:
    linear-gradient(rgba(248, 244, 238, 0.94), rgba(248, 244, 238, 0.98)),
    repeating-linear-gradient(90deg, rgba(198, 161, 91, 0.1) 0 1px, transparent 1px 28px);
}

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

.maahi-step {
  min-height: 18rem;
  padding: 1.5rem;
  border: 1px solid rgba(198, 161, 91, 0.34);
  background: rgba(255, 253, 249, 0.76);
}

.maahi-step span {
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.maahi-step h3 {
  margin-top: 3rem;
}

.maahi-step p {
  color: rgba(30, 30, 30, 0.7);
}

.maahi-mission {
  min-height: 80svh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(198, 161, 91, 0.22), transparent 28rem),
    linear-gradient(135deg, #0a2d20 0%, #0f3726 46%, #1e1e1e 100%);
  color: var(--maahi-ivory);
}

.maahi-panel {
  min-height: 30rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(198, 161, 91, 0.36);
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.13), rgba(198, 161, 91, 0.09) 42%, rgba(30, 30, 30, 0.18)),
    linear-gradient(180deg, rgba(15, 55, 38, 0.82), rgba(8, 36, 25, 0.88));
  box-shadow: 0 22px 64px rgba(14, 12, 11, 0.26);
}

.maahi-panel p:not(.maahi-kicker) {
  color: rgba(255, 250, 242, 0.84);
}

.maahi-panel--goals {
  background:
    linear-gradient(145deg, rgba(248, 244, 238, 0.12), rgba(198, 161, 91, 0.16) 40%, rgba(30, 30, 30, 0.22)),
    linear-gradient(180deg, rgba(10, 45, 32, 0.92), rgba(6, 30, 21, 0.92));
}

.maahi-goals {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.maahi-goals li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(248, 244, 238, 0.84);
  font-weight: 700;
}

.maahi-goals li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: var(--maahi-gold);
  transform: rotate(45deg);
}

.maahi-impact-message {
  grid-column: 1 / -1;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(198, 161, 91, 0.34);
  border-left: 3px solid var(--maahi-gold);
  background: rgba(255, 253, 249, 0.1);
  box-shadow: 0 18px 52px rgba(14, 12, 11, 0.18);
}

.maahi-impact-message strong {
  display: block;
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.maahi-impact-message p {
  max-width: 58rem;
  margin: 0.55rem 0 0;
  color: rgba(248, 244, 238, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.maahi-heading {
  max-width: 55rem;
  margin-bottom: 2rem;
}

.maahi-programs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--maahi-line);
  border-left: 1px solid var(--maahi-line);
}

.maahi-program {
  min-height: 19rem;
  padding: 1.5rem;
  border-right: 1px solid var(--maahi-line);
  border-bottom: 1px solid var(--maahi-line);
  background: rgba(248, 244, 238, 0.9);
  box-shadow: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.maahi-program:hover {
  border-color: rgba(198, 161, 91, 0.75);
  box-shadow: var(--maahi-shadow);
  transform: translateY(-5px);
}

.maahi-program span {
  display: block;
  margin-bottom: 3rem;
  color: var(--maahi-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}

.maahi-program p {
  color: rgba(30, 30, 30, 0.72);
}

.maahi-program-note {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) 1fr;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(198, 161, 91, 0.42);
  background: rgba(15, 55, 38, 0.05);
}

.maahi-program-note strong {
  color: var(--maahi-maroon);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.maahi-program-note p {
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
}

.maahi-gallery {
  min-height: 100svh;
  background:
    linear-gradient(180deg, #fffdf9 0%, #f2e7d7 52%, #fffaf3 100%),
    repeating-linear-gradient(135deg, rgba(15, 55, 38, 0.04) 0 1px, transparent 1px 28px);
}

.maahi-site:not(.maahi-topic-page) #about {
  padding-bottom: 1rem;
}

.maahi-site:not(.maahi-topic-page) .maahi-approach {
  min-height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.maahi-site:not(.maahi-topic-page) #programs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.maahi-site:not(.maahi-topic-page) .maahi-gallery {
  padding-top: 1rem;
}

.maahi-gallery__description {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: rgba(30, 30, 30, 0.76);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.maahi-gallery .maahi-heading {
  max-width: 60rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.maahi-gallery .maahi-heading h1,
.maahi-gallery .maahi-heading h2 {
  max-width: 10ch;
  color: var(--maahi-maroon);
}

.maahi-gallery__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: minmax(16rem, 22vw);
  gap: clamp(0.85rem, 1.6vw, 1.2rem);
  padding: clamp(0.7rem, 1.6vw, 1.1rem);
  border: 1px solid rgba(15, 55, 38, 0.12);
  background: rgba(255, 253, 249, 0.58);
  box-shadow: 0 24px 70px rgba(30, 30, 30, 0.09);
}

.maahi-gallery figure {
  position: relative;
  min-height: 18rem;
  margin: 0;
  overflow: hidden;
  background: var(--maahi-maroon);
  box-shadow: 0 18px 46px rgba(30, 30, 30, 0.11);
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.maahi-gallery figure:hover,
.maahi-gallery figure:focus-within {
  box-shadow: 0 26px 64px rgba(30, 30, 30, 0.2);
  transform: translateY(-4px);
}

.maahi-gallery__button {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
  outline-offset: -4px;
}

.maahi-gallery__button::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(30, 30, 30, 0.02) 10%, rgba(30, 30, 30, 0.18) 48%, rgba(30, 30, 30, 0.68) 100%),
    repeating-linear-gradient(135deg, rgba(198, 161, 91, 0.06) 0 1px, transparent 1px 30px);
  opacity: 0.68;
  transition: opacity 240ms ease;
}

.maahi-gallery__button:hover::after,
.maahi-gallery__button:focus-visible::after {
  opacity: 0.48;
}

.maahi-gallery__large {
  grid-row: span 2;
}

.maahi-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 520ms ease, filter 260ms ease;
}

.maahi-gallery__button:hover img,
.maahi-gallery__button:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.maahi-gallery__tile {
  background:
    linear-gradient(140deg, rgba(30, 30, 30, 0.32), rgba(15, 55, 38, 0.72)),
    repeating-linear-gradient(90deg, rgba(248, 244, 238, 0.14) 0 2px, transparent 2px 22px),
    #173528;
}

.maahi-gallery__button span,
.maahi-gallery__tile span {
  position: absolute;
  z-index: 2;
  top: clamp(0.85rem, 2vw, 1.15rem);
  left: clamp(0.85rem, 2vw, 1.15rem);
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(248, 244, 238, 0.28);
  background: rgba(30, 30, 30, 0.3);
  color: rgba(248, 244, 238, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.maahi-gallery__tile--health {
  background-color: #5d2f33;
}

.maahi-gallery__tile--women {
  background-color: #75572e;
}

.maahi-gallery figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(0.9rem, 2vw, 1.25rem);
  bottom: clamp(0.9rem, 2vw, 1.25rem);
  left: clamp(0.9rem, 2vw, 1.25rem);
  padding-top: 0.85rem;
  border-top: 1px solid rgba(198, 161, 91, 0.72);
  color: var(--maahi-ivory);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}

.maahi-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(10, 10, 10, 0.88);
}

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

.maahi-lightbox__frame {
  position: relative;
  width: min(72rem, 100%);
}

.maahi-lightbox img {
  display: block;
  width: 100%;
  max-height: 78svh;
  object-fit: contain;
  background: #111;
}

.maahi-lightbox p {
  margin: 0.75rem 3.2rem 0 0;
  color: var(--maahi-ivory);
  font-weight: 800;
}

.maahi-lightbox button {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(248, 244, 238, 0.5);
  background: rgba(248, 244, 238, 0.08);
  color: var(--maahi-ivory);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.maahi-donate {
  position: relative;
  isolation: isolate;
  min-height: 84svh;
  align-items: center;
  background: var(--maahi-maroon);
  color: var(--maahi-ivory);
  overflow: hidden;
}

.maahi-donate::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(15, 55, 38, 0.84), rgba(8, 36, 25, 0.9)),
    url("https://maahifoundation.com/wp-content/plugins/maahi-foundation-draft-builder/assets/images/maahi-hero.png");
  background-position: center;
  background-size: cover;
  filter: blur(1.5px) saturate(0.9) contrast(0.98);
  opacity: 0.62;
  transform: scale(1.03);
  pointer-events: none;
}

.maahi-donate > * {
  position: relative;
  z-index: 1;
}

.maahi-donate p {
  color: rgba(248, 244, 238, 0.78);
}

.maahi-donate-impact-message {
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-left: 3px solid var(--maahi-gold);
  background: rgba(30, 30, 30, 0.14);
}

.maahi-donate-impact-message strong {
  display: block;
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1;
}

.maahi-donate-impact-message p {
  margin: 0.5rem 0 0;
}

.maahi-volunteer {
  position: relative;
  isolation: isolate;
  min-height: 84svh;
  align-items: center;
  background:
    linear-gradient(rgba(248, 244, 238, 0.88), rgba(248, 244, 238, 0.94)),
    repeating-linear-gradient(135deg, rgba(15, 55, 38, 0.09) 0 1px, transparent 1px 22px);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  overflow: hidden;
}

.maahi-site:not(.maahi-topic-page) .maahi-volunteer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(248, 244, 238, 0.84), rgba(15, 55, 38, 0.18)),
    url("https://maahifoundation.com/wp-content/plugins/maahi-foundation-draft-builder/assets/images/maahi-hero.png");
  background-position: center;
  background-size: cover;
  filter: blur(2px) saturate(0.82) contrast(0.96);
  opacity: 0.32;
  transform: scale(1.03);
  pointer-events: none;
}

.maahi-site:not(.maahi-topic-page) .maahi-volunteer > * {
  position: relative;
  z-index: 1;
}

.maahi-opportunities {
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(15, 55, 38, 0.14);
  border-left: 3px solid var(--maahi-gold);
  background: rgba(248, 244, 238, 0.74);
}

.maahi-opportunities strong {
  display: block;
  color: var(--maahi-maroon);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1;
}

.maahi-opportunities ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.maahi-opportunities li {
  position: relative;
  padding-left: 1rem;
  color: rgba(30, 30, 30, 0.76);
  font-weight: 800;
}

.maahi-opportunities li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  content: "";
  background: var(--maahi-gold);
  transform: rotate(45deg);
}

.maahi-contact {
  min-height: 76svh;
  align-items: center;
  background: var(--maahi-charcoal);
  color: var(--maahi-ivory);
}

.maahi-contact address {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
  color: rgba(248, 244, 238, 0.78);
  font-style: normal;
}

.maahi-contact address strong {
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.maahi-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.maahi-social-links a {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(198, 161, 91, 0.35);
  color: var(--maahi-ivory);
  font-size: 0.86rem;
  font-weight: 900;
}

.maahi-map {
  min-height: 26rem;
  border: 1px solid rgba(198, 161, 91, 0.35);
  background:
    linear-gradient(135deg, rgba(15, 55, 38, 0.22), rgba(30, 30, 30, 0.52)),
    repeating-linear-gradient(45deg, rgba(198, 161, 91, 0.09) 0 1px, transparent 1px 20px);
  overflow: hidden;
}

.maahi-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  border: 0;
  filter: saturate(0.88) contrast(1.02);
}

.maahi-form-card {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(198, 161, 91, 0.42);
  background: rgba(248, 244, 238, 0.96);
  color: var(--maahi-charcoal);
  box-shadow: 0 22px 60px rgba(30, 30, 30, 0.18);
}

.maahi-form-card h3,
.maahi-form-card p {
  margin: 0;
}

.maahi-form-intro {
  color: rgba(30, 30, 30, 0.68);
  font-size: 0.94rem;
}

.maahi-form-card label,
.maahi-fieldset legend {
  display: grid;
  gap: 0.45rem;
  color: rgba(30, 30, 30, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.maahi-form-card label span,
.maahi-fieldset legend span {
  color: rgba(15, 55, 38, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
}

.maahi-fieldset {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.maahi-fieldset legend {
  margin-bottom: 0.65rem;
  padding: 0;
}

.maahi-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.maahi-form-card input,
.maahi-form-card select,
.maahi-form-card textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(30, 30, 30, 0.16);
  border-radius: 0;
  background: #fffdf9;
  color: var(--maahi-charcoal);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.maahi-form-card textarea {
  resize: vertical;
}

.maahi-form-card input[type="hidden"] {
  display: none;
}

.maahi-form-card input[type="file"] {
  min-height: auto;
  padding: 0.7rem 0.9rem;
}

.maahi-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.maahi-amounts button {
  min-height: 3rem;
  border: 1px solid rgba(15, 55, 38, 0.2);
  background: var(--maahi-ivory);
  color: var(--maahi-maroon);
  cursor: pointer;
  font-weight: 800;
}

.maahi-amounts button:focus-visible {
  outline: 2px solid var(--maahi-maroon);
  outline-offset: 2px;
}

.maahi-amounts button.is-selected {
  background: var(--maahi-gold);
  color: var(--maahi-charcoal);
}

.maahi-donation-impact {
  min-height: 3rem;
  padding: 0.8rem 0.9rem;
  border-left: 2px solid var(--maahi-gold);
  background: rgba(15, 55, 38, 0.06);
  color: rgba(30, 30, 30, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.maahi-helper-text {
  color: rgba(30, 30, 30, 0.62);
  font-size: 0.84rem;
  font-weight: 600;
}

.maahi-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  line-height: 1.45;
}

.maahi-confirmation input {
  width: 1.05rem;
  min-width: 1.05rem;
  min-height: 1.05rem;
  margin-top: 0.16rem;
}

.maahi-form-card .maahi-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.maahi-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.maahi-payment-modal[hidden] {
  display: none;
}

.maahi-payment-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 36, 25, 0.78);
  backdrop-filter: blur(10px);
}

.maahi-payment-options {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 31rem);
  max-height: min(90svh, 44rem);
  gap: 0.75rem;
  overflow: auto;
  padding: clamp(1.15rem, 4vw, 1.65rem);
  border: 1px solid rgba(198, 161, 91, 0.42);
  background: rgba(248, 244, 238, 0.98);
  color: var(--maahi-charcoal);
  box-shadow: 0 26px 90px rgba(8, 36, 25, 0.36);
}

.maahi-payment-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(107, 31, 42, 0.18);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--maahi-maroon);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.maahi-payment-options__eyebrow {
  margin: 0;
  color: var(--maahi-maroon);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maahi-payment-options h3 {
  margin: 0;
  padding-right: 2.25rem;
  color: var(--maahi-charcoal);
  font-size: 1.25rem;
}

.maahi-payment-options__actions {
  display: grid;
  gap: 0.65rem;
}

.maahi-payment-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border: 0;
  padding: 0.75rem 1rem;
  background: var(--maahi-maroon);
  color: var(--maahi-ivory);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.maahi-payment-option--upi {
  background: var(--maahi-gold);
  color: var(--maahi-charcoal);
}

.maahi-payment-upi {
  margin: 0;
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.88rem;
  font-weight: 800;
  word-break: break-word;
}

.maahi-payment-qr {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  margin: 0.15rem 0 0;
  padding: clamp(0.75rem, 3vw, 1rem);
  border: 1px solid rgba(198, 161, 91, 0.34);
  background: rgba(255, 253, 249, 0.78);
  text-align: center;
}

.maahi-payment-qr[hidden] {
  display: none;
}

.maahi-payment-qr img {
  display: block;
  width: min(100%, 20rem);
  height: auto;
  background: #fff;
}

.maahi-payment-qr figcaption {
  color: rgba(30, 30, 30, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
}

.maahi-note {
  min-height: 1.4rem;
  color: var(--maahi-maroon);
  font-size: 0.9rem;
  font-weight: 800;
}

.maahi-footer {
  display: block;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  background: #141414;
  color: rgba(248, 244, 238, 0.78);
}

.maahi-footer strong {
  color: var(--maahi-gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.maahi-footer p {
  margin: 0;
}

.maahi-footer a {
  color: var(--maahi-ivory);
  font-weight: 800;
}

.maahi-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 76rem;
  margin: 0 auto 2rem;
  padding: 1.2rem 0 1.6rem;
  border-bottom: 1px solid rgba(248, 244, 238, 0.16);
}

.maahi-footer__cta span {
  display: block;
  color: var(--maahi-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maahi-footer__cta h2 {
  margin: 0.2rem 0 0;
  color: var(--maahi-ivory);
  font-size: clamp(1.6rem, 3vw, 2.55rem);
}

.maahi-footer__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(198, 161, 91, 0.52);
  background: var(--maahi-gold);
  color: #141414 !important;
  white-space: nowrap;
}

.maahi-footer__grid {
  display: grid;
  grid-template-columns: minmax(13rem, 1.2fr) minmax(10rem, 0.7fr) minmax(14rem, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  max-width: 76rem;
  margin: 0 auto;
  align-items: start;
}

.maahi-footer__brand-link {
  display: inline-flex;
  align-items: center;
  max-width: 12rem;
}

.maahi-footer__brand-logo {
  display: block;
  width: min(12rem, 52vw);
  max-width: 12rem;
  height: auto;
  max-height: 3.25rem;
  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: left center;
}

.maahi-footer__brand p {
  max-width: 28rem;
  margin-top: 1rem;
}

.maahi-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.maahi-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(248, 244, 238, 0.16);
  border-radius: 999px;
  background: rgba(248, 244, 238, 0.06);
}

.maahi-footer__socials svg,
.maahi-footer__contact-row svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.maahi-footer__links,
.maahi-footer__contact {
  display: grid;
  gap: 0.65rem;
}

.maahi-footer__links h3,
.maahi-footer__contact h3 {
  margin: 0 0 0.4rem;
  color: var(--maahi-gold);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.maahi-footer__links a {
  color: rgba(248, 244, 238, 0.82);
}

.maahi-footer__contact-row {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.65rem;
  align-items: start;
  color: rgba(248, 244, 238, 0.82);
}

.maahi-footer__contact-row address {
  margin: 0;
  font-style: normal;
}

.maahi-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 76rem;
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(248, 244, 238, 0.16);
  color: rgba(248, 244, 238, 0.72);
}

.maahi-footer__copyright small {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
}

.maahi-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes maahi-stat-float {
  0% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(var(--maahi-stat-float-lift, -6px)) scale(1);
  }
}

@keyframes maahi-current-focus-float {
  0%,
  100% {
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.18),
      0 1px 0 rgba(248, 244, 238, 0.08) inset,
      0 -1px 0 rgba(198, 161, 91, 0.1) inset;
    transform: translateY(0);
  }

  50% {
    box-shadow:
      0 28px 68px rgba(0, 0, 0, 0.24),
      0 14px 34px rgba(198, 161, 91, 0.16),
      0 1px 0 rgba(248, 244, 238, 0.15) inset,
      0 -1px 0 rgba(198, 161, 91, 0.2) inset;
    transform: translateY(-10px);
  }
}

@keyframes maahi-current-focus-sheen {
  0%,
  100% {
    opacity: 0.58;
    transform: translateY(0);
  }

  50% {
    opacity: 0.78;
    transform: translateY(-2px);
  }
}

@keyframes maahi-current-focus-inner {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 1050px) {
  .maahi-hero {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .maahi-hero__veil {
    width: min(72%, 720px);
  }

  .maahi-hero-card {
    max-width: 28rem;
  }

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

  .maahi-steps {
    grid-template-columns: 1fr;
  }

  .maahi-about-hero,
  .maahi-about-story,
  .maahi-about-cta {
    grid-template-columns: 1fr;
  }

  .maahi-about-stats,
  .maahi-values-grid,
  .maahi-mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maahi-about-cta-actions {
    justify-content: flex-start;
  }

  .maahi-split,
  .maahi-donate,
  .maahi-volunteer,
  .maahi-contact {
    grid-template-columns: 1fr;
  }

  .maahi-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(16rem, 30vw);
  }

  .maahi-gallery__large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 760px) {
  .maahi-header {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 5.25rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .maahi-brand {
    width: auto;
    height: 78px;
    padding: 0.28rem 0.52rem 0.24rem 0.38rem;
  }

  .maahi-brand img {
    width: auto;
    height: 78px;
    max-width: none;
    max-height: 78px;
  }

  .maahi-menu-button {
    display: block;
  }

  .maahi-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: flex-start;
    gap: 0.45rem 0.85rem;
    font-size: 0.82rem;
  }

  .maahi-nav.is-open {
    display: flex;
  }

  @media (max-width: 420px) {
    .maahi-brand {
      max-width: calc(100vw - 6.5rem);
    }

    .maahi-brand img {
      width: min(100%, 285px);
      height: auto;
    }
  }

  .maahi-hero {
    min-height: 100svh;
    padding: 8.5rem 1rem 10rem;
  }

  .maahi-hero__veil {
    width: min(100%, 34rem);
  }

  .maahi-site h1 {
    font-size: clamp(2.75rem, 14.5vw, 5.8rem);
  }

  .maahi-hero__content {
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .maahi-hero__content > p:not(.maahi-kicker) {
    width: 100%;
    max-width: min(100%, 21rem);
    overflow-wrap: break-word;
  }

  .maahi-impact,
  .maahi-hero-proof,
  .maahi-mission,
  .maahi-about-stats,
  .maahi-values-grid,
  .maahi-mission-grid,
  .maahi-founders__grid,
  .maahi-founder-card,
  .maahi-programs,
  .maahi-amounts,
  .maahi-form-grid,
  .maahi-values,
  .maahi-program-note,
  .maahi-gallery__grid {
    grid-template-columns: 1fr;
  }

  .maahi-footer__cta,
  .maahi-footer__copyright {
    align-items: flex-start;
    flex-direction: column;
  }

  .maahi-footer__cta-button {
    width: 100%;
    white-space: normal;
  }

  .maahi-footer__grid {
    grid-template-columns: 1fr;
  }

  .maahi-footer__brand-logo {
    width: min(10rem, 62vw);
    max-height: 2.8rem;
  }

  .maahi-impact span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.85rem;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 161, 91, 0.24);
  }

  .maahi-about-media,
  .maahi-about-media img {
    min-height: 26rem;
  }

  .maahi-founder-card__image {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .maahi-about-media figcaption {
    font-size: 0.88rem;
  }

  .maahi-about-copy h1 {
    max-width: none;
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .maahi-about-copy .maahi-actions,
  .maahi-about-cta-actions {
    display: grid;
  }

  .maahi-about-copy .maahi-button,
  .maahi-about-cta-actions .maahi-button {
    width: 100%;
  }

  .maahi-gallery {
    min-height: auto;
  }

  .maahi-gallery__grid {
    grid-auto-rows: auto;
    padding: 0.55rem;
  }

  .maahi-gallery figure {
    min-height: 18rem;
  }

  .maahi-gallery__large {
    grid-row: auto;
    grid-column: auto;
  }

  .maahi-panel,
  .maahi-program,
  .maahi-step,
  .maahi-stat-card,
  .maahi-value-card,
  .maahi-mission-card,
  .maahi-founder-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maahi-about-stats .maahi-stat-card,
  .maahi-about-stats .maahi-stat-card.maahi-reveal,
  .maahi-about-stats .maahi-stat-card.is-floating {
    animation: none;
    transition-delay: 0ms;
  }

  .maahi-hero-card,
  .maahi-hero-card::before,
  .maahi-hero-card p {
    animation: none;
  }
}

/* Cleaner mission page background */
.maahi-topic-page--mission .maahi-mission {
  background: linear-gradient(180deg, #fffdf9 0%, var(--maahi-ivory) 58%, #fffaf2 100%);
  color: var(--maahi-charcoal);
}

.maahi-topic-page--mission .maahi-panel {
  border-color: rgba(15, 55, 38, 0.14);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 52px rgba(30, 30, 30, 0.08);
}

.maahi-topic-page--mission .maahi-panel--goals {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 238, 0.9));
}

.maahi-topic-page--mission .maahi-panel h1,
.maahi-topic-page--mission .maahi-panel h2,
.maahi-topic-page--mission .maahi-panel h3 {
  color: var(--maahi-maroon);
}

.maahi-topic-page--mission .maahi-panel p:not(.maahi-kicker),
.maahi-topic-page--mission .maahi-goals li,
.maahi-topic-page--mission .maahi-impact-message p {
  color: rgba(30, 30, 30, 0.74);
}

.maahi-topic-page--mission .maahi-impact-message {
  border-color: rgba(15, 55, 38, 0.14);
  border-left-color: var(--maahi-gold);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(30, 30, 30, 0.07);
}

/* Contact section image */
.maahi-contact-image {
  width: 100%;
  max-width: 100%;
  margin: 0.9rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(198, 161, 91, 0.26);
  background: rgba(248, 244, 238, 0.08);
}

.maahi-contact-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 760px) {
  .maahi-contact-image {
    margin-top: 0.85rem;
  }
}

/* Contact page two-column image/form fix */
.maahi-topic-page--contact .maahi-contact {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr) !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  align-items: start !important;
  overflow: visible !important;
  background-image: none !important;
}

.maahi-topic-page--contact .maahi-contact::before,
.maahi-topic-page--contact .maahi-contact::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.maahi-topic-page--contact .maahi-contact > .maahi-reveal {
  grid-column: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

.maahi-topic-page--contact .maahi-contact > .maahi-form-card {
  grid-column: 2 !important;
  position: relative !important;
  z-index: 5 !important;
  align-self: start !important;
  background: #f8f4ee !important;
  opacity: 1 !important;
  isolation: isolate !important;
}

.maahi-topic-page--contact .maahi-contact-image {
  display: block !important;
  position: static !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0.9rem 0 0 !important;
  overflow: hidden !important;
  aspect-ratio: auto !important;
  background-image: none !important;
}

.maahi-topic-page--contact .maahi-contact-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  .maahi-topic-page--contact .maahi-contact {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .maahi-topic-page--contact .maahi-contact > .maahi-reveal,
  .maahi-topic-page--contact .maahi-contact > .maahi-form-card {
    grid-column: 1 !important;
  }

  .maahi-topic-page--contact .maahi-contact-image {
    width: 100% !important;
    height: auto !important;
  }
}
