:root {
  --bg: #081009;
  --surface: #101813;
  --surface-2: #15211a;
  --card: rgba(255, 255, 255, 0.08);
  --text: #f7fbf8;
  --muted: #c7d5cb;
  --line: rgba(255,255,255,0.09);
  --green: #0fa651;
  --green-2: #1fca6d;
  --yellow: #dfcf36;
  --yellow-2: #fff59d;
  --red: #ff7676;
  --success: #a8f0b8;
  --shadow: 0 24px 60px rgba(0,0,0,0.35);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(223, 207, 54, 0.12), transparent 22%),
    radial-gradient(circle at top left, rgba(31, 202, 109, 0.10), transparent 28%),
    linear-gradient(180deg, #071008 0%, #0d1510 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.section { padding: 6rem 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(7, 16, 8, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 86px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}
.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.12);
}
.brand-title {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
}
.brand-subtitle {
  display: block;
  font-size: 0.87rem;
  color: var(--muted);
}
.site-nav {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
}
.site-nav a {
  font-weight: 600;
  color: #f4f8f5;
}
.nav-cta {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  padding: 0.82rem 1rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(18, 161, 80, 0.3);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.8rem;
}

.hero {
  padding: 5.5rem 0 4.4rem;
  position: relative;
  overflow: clip;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
}
.hero::before {
  width: 300px;
  height: 300px;
  background: rgba(18, 161, 80, 0.18);
  top: -50px;
  left: -80px;
}
.hero::after {
  width: 220px;
  height: 220px;
  background: rgba(223, 207, 54, 0.12);
  bottom: 40px;
  right: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.eyebrow,
.section-tag {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(223,207,54,0.12);
  color: var(--yellow-2);
  border: 1px solid rgba(223,207,54,0.18);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.77rem;
  font-weight: 700;
}
.hero h1,
.section h2,
.data-form h3,
.form-intro h2 {
  margin: 1rem 0 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  line-height: 1.02;
}
.hero h1 { font-size: clamp(2.7rem, 7vw, 5.2rem); max-width: 10ch; }
.hero p,
.section p,
.data-form p,
label,
input,
textarea,
select {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.hero-actions,
.contact-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.8rem 0 1.4rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 170px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: white;
  box-shadow: 0 18px 34px rgba(18, 161, 80, 0.32);
}
.btn-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.btn.full { width: 100%; border: none; cursor: pointer; }
.hero-points {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.hero-points li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: #eef7f0;
}
.hero-points li::before,
.info-list div::before,
.check-list div::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--green-2));
  box-shadow: 0 0 0 7px rgba(255,255,255,0.04);
  flex: 0 0 auto;
}
.hero-visual {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: end;
}
.hero-card,
.gallery-item,
.showcase-image,
.feature-panel,
.program-card,
.impact-card,
.contact-panel,
.data-form,
.form-intro,
.tiktok-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
}
.hero-card,
.gallery-item,
.showcase-image,
.side-photo { overflow: hidden; border-radius: var(--radius); }
.hero-card img,
.gallery-item img,
.showcase-image img,
.side-photo img { width: 100%; height: 100%; object-fit: cover; }
.card-large { height: 520px; }
.card-small { height: 250px; }
.hero-stack { display: grid; gap: 1rem; }
.hero-badge {
  padding: 1.2rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(223,207,54,0.18), rgba(31,202,109,0.08));
  border: 1px solid rgba(223,207,54,0.18);
}
.hero-badge strong { display: block; font-size: 1.1rem; margin-bottom: 0.35rem; }
.split-layout,
.showcase-grid,
.form-grid,
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.form-grid.reverse { grid-template-columns: 1.1fr 0.9fr; }
.feature-panel,
.program-card,
.impact-card,
.contact-panel,
.data-form,
.form-intro,
.tiktok-card {
  border-radius: var(--radius);
  padding: 1.6rem;
}
.feature-grid,
.program-grid,
.impact-grid,
.gallery-grid,
.field-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}
.feature-grid { grid-template-columns: 1fr 1fr; }
.feature-grid article h3,
.program-card h3,
.impact-card h3,
.data-form h3,
.footer-grid h4 { margin: 0 0 0.65rem; }
.program-grid { grid-template-columns: repeat(4, 1fr); }
.program-card .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 1.45rem;
  background: linear-gradient(135deg, rgba(223,207,54,0.18), rgba(31,202,109,0.14));
  margin-bottom: 1rem;
}
.showcase-image { min-height: 480px; }
.check-list,
.info-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.4rem;
}
.check-list div,
.info-list div {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: #eef7f0;
}
.impact-grid { grid-template-columns: repeat(3, 1fr); }
.impact-card { text-align: center; }
.impact-number {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-family: "Outfit", sans-serif;
  color: var(--yellow-2);
}
.gallery-grid { grid-template-columns: repeat(4, 1fr); }
.gallery-grid.large .gallery-item:nth-child(1),
.gallery-grid.large .gallery-item:nth-child(4) { grid-row: span 2; min-height: 420px; }
.gallery-item { min-height: 200px; }

.forms-section { background: rgba(255,255,255,0.015); }
.forms-section.alt { background: transparent; }
.data-form input,
.data-form textarea,
.data-form select {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(5, 12, 8, 0.72);
  color: #fff;
  outline: none;
}
.data-form input:focus,
.data-form textarea:focus,
.data-form select:focus {
  border-color: rgba(31,202,109,0.7);
  box-shadow: 0 0 0 4px rgba(31,202,109,0.12);
}
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid.three { grid-template-columns: repeat(3, 1fr); }
.checkbox-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1rem 0 1.25rem;
}
.checkbox-row input {
  width: auto;
  margin-top: 0.35rem;
}
.side-photo { height: 290px; margin-top: 1.5rem; }

.social-grid { align-items: start; }
.tiktok-card { min-height: 460px; }
.embed-note { margin-top: 1rem; font-size: 0.92rem; }

.contact-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
}
.contact-stack {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}
.contact-stack a {
  color: #fff;
  font-weight: 600;
}

.flash-message {
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.flash-message.success {
  background: rgba(31,202,109,0.12);
  color: var(--success);
}
.flash-message.error {
  background: rgba(255,118,118,0.12);
  color: #ffd1d1;
}

.site-footer {
  padding: 2rem 0 1.25rem;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
}
.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
}
.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span, .site-footer p, .site-footer li a { color: var(--muted); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
  padding-top: 1rem;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (max-width: 1100px) {
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid.large .gallery-item:nth-child(1),
  .gallery-grid.large .gallery-item:nth-child(4) { grid-row: auto; min-height: 240px; }
}

@media (max-width: 900px) {
  .hero-grid,
  .split-layout,
  .showcase-grid,
  .form-grid,
  .social-grid,
  .contact-panel,
  .footer-grid,
  .impact-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 12ch; }
  .hero-visual { grid-template-columns: 1fr; }
  .card-large { height: 420px; }
  .feature-grid,
  .field-grid.two,
  .field-grid.three { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    right: 1rem;
    top: calc(100% + 0.75rem);
    width: min(320px, calc(100% - 2rem));
    padding: 1rem;
    border-radius: 20px;
    background: rgba(7, 16, 8, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.open { display: flex; }
}

@media (max-width: 640px) {
  .section { padding: 4.7rem 0; }
  .brand-subtitle { display: none; }
  .hero { padding-top: 4rem; }
  .hero h1 { font-size: 2.45rem; }
  .card-large { height: 300px; }
  .card-small { height: 210px; }
  .gallery-grid,
  .program-grid { grid-template-columns: 1fr; }
}



/* Full-image display update: show complete photos without cropping */
.hero-card,
.gallery-item,
.showcase-image,
.side-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(6, 14, 9, 0.92);
}

.hero-card img,
.gallery-item img,
.showcase-image img,
.side-photo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: calc(var(--radius) - 10px);
  background: rgba(5, 12, 8, 0.7);
}

.card-large {
  height: auto;
  min-height: 520px;
}

.card-small {
  height: auto;
  min-height: 250px;
}

.showcase-image {
  min-height: 480px;
}

.gallery-item {
  min-height: 260px;
}

.gallery-grid.large .gallery-item:nth-child(1),
.gallery-grid.large .gallery-item:nth-child(4) {
  min-height: 420px;
}

.side-photo {
  min-height: 320px;
}

@media (max-width: 900px) {
  .card-large {
    height: auto;
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .card-large {
    height: auto;
    min-height: 300px;
  }

  .card-small,
  .gallery-item,
  .showcase-image,
  .side-photo {
    min-height: auto;
  }
}


/* Full image display refinement */
.hero-card,
.showcase-image,
.gallery-item,
.side-photo,
.tiktok-card,
.facebook-card {
  overflow: hidden;
  border-radius: 24px;
}

.hero-card img,
.showcase-image img,
.gallery-item img,
.side-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.gallery-grid.large {
  align-items: start;
}

.gallery-item {
  background: #f5f8f4;
  padding: 10px;
}

.facebook-card {
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  padding: 18px;
}

.facebook-card .fb-page,
.facebook-card span,
.facebook-card iframe {
  max-width: 100% !important;
}

.alt-social {
  background: linear-gradient(180deg, #f8fff4 0%, #ffffff 100%);
}

@media (max-width: 768px) {
  .facebook-card {
    padding: 12px;
  }
}
