/* Balloons 4 You - Color Palette */
:root {
  --mint: #caf2ce;
  --blue: #91b9cd;
  --coral: #ff5757;
  --mint-dark: #a8d4ac;
  --blue-dark: #6b9ab5;
  --coral-dark: #e04545;
  --text: #2d3748;
  --text-light: #4a5568;
  --white: #ffffff;
}

/* Solid section backgrounds - clean, readable */
.section-solid-mint { background: var(--mint); }
.section-solid-blue { background: var(--blue); }
.section-solid-coral { background: var(--coral); }


/* Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Fredoka', sans-serif;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 3px solid var(--mint);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.logo-link {
  display: block;
  margin-top: 0.5rem;
}

.logo {
  height: 100px;
  width: auto;
}

.page-home .logo {
  height: 100px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 1.05rem;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--coral);
}

.btn-donate {
  background: var(--coral) !important;
  color: white !important;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
}

.btn-donate:hover {
  background: var(--coral-dark) !important;
  color: white !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text);
  border-radius: 2px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

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

.btn-secondary {
  background: var(--blue);
  color: white;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Decorative confetti scatter — injected into all sections */
.confetti-scatter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

/* Ensure section content sits above confetti */
section > *:not(.confetti-scatter),
.footer > *:not(.confetti-scatter),
.page-content > *:not(.confetti-scatter),
.about-splash > *:not(.confetti-scatter) {
  position: relative;
  z-index: 1;
}

/* Each piece: default is a circle */
.c {
  position: absolute;
  border-radius: 50%;
  opacity: 0.75;
}

/* Specific pieces — varied colors, sizes, positions, some rectangles */
.c1  { width: 14px; height: 14px; background: var(--coral);    top:  8%;  left:  3%; }
.c2  { width:  9px; height: 22px; background: var(--blue);     top: 15%;  left: 12%; border-radius: 3px; transform: rotate(22deg); }
.c3  { width: 12px; height: 12px; background: white;           top:  5%;  left: 28%; opacity: 0.6; }
.c4  { width: 18px; height:  8px; background: var(--coral);    top: 25%;  left:  7%; border-radius: 3px; transform: rotate(-35deg); }
.c5  { width: 10px; height: 10px; background: var(--mint-dark);top: 40%;  left: 18%; }
.c6  { width:  8px; height: 20px; background: white;           top: 60%;  left:  4%; border-radius: 3px; transform: rotate(15deg); opacity: 0.65; }
.c7  { width: 13px; height: 13px; background: var(--blue);     top: 72%;  left: 14%; }
.c8  { width: 16px; height:  7px; background: var(--coral);    top: 85%;  left:  8%; border-radius: 3px; transform: rotate(42deg); }
.c9  { width: 10px; height: 10px; background: white;           top: 78%;  left: 25%; opacity: 0.55; }
.c10 { width: 11px; height: 11px; background: var(--coral);    top:  6%;  right: 5%;}
.c11 { width:  8px; height: 18px; background: var(--mint-dark);top: 18%;  right:14%; border-radius: 3px; transform: rotate(-20deg); }
.c12 { width: 15px; height: 15px; background: white;           top: 30%;  right: 7%; opacity: 0.5; }
.c13 { width: 20px; height:  8px; background: var(--blue);     top: 50%;  right: 3%; border-radius: 3px; transform: rotate(30deg); }
.c14 { width: 10px; height: 10px; background: var(--coral);    top: 65%;  right:18%; }
.c15 { width:  7px; height: 16px; background: white;           top: 80%;  right:10%; border-radius: 3px; transform: rotate(-45deg); opacity: 0.6; }
.c16 { width: 12px; height: 12px; background: var(--mint-dark);top: 90%;  right: 4%; }
.c17 { width: 14px; height:  6px; background: var(--coral);    top: 45%;  left: 42%; border-radius: 3px; transform: rotate(18deg); opacity: 0.5; }
.c18 { width:  9px; height:  9px; background: var(--blue);     top: 92%;  left: 38%; opacity: 0.6; }

/* Hero Section */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem 2rem;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
}

.hero-content h1 {
  font-size: 2.75rem;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-tagline {
  font-size: 1.25rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 4px solid white;
  min-height: 320px;
  aspect-ratio: 4/3;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Mission Section */
.mission {
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.mission .container {
  position: relative;
  z-index: 1;
}

.mission h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: white;
}

.mission .mission-statement {
  color: rgba(255, 255, 255, 0.95);
}

.mission-statement {
  font-size: 1.2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.mission-highlight {
  background: var(--coral);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(255, 87, 87, 0.3);
}

.mission-highlight p {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

/* How We Work */
.how-we-work {
  padding: 4rem 2rem;
}

.how-we-work h2,
.how-we-work p {
  color: white;
}

.how-we-work h2,
.box-contents h2,
.help h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.box-contents h2 {
  color: var(--text);
}

.help h2 {
  color: white;
}

.how-we-work p,
.help p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
}

.help p {
  color: white;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.step {
  text-align: center;
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--coral);
  color: white;
  border-radius: 50%;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.5rem;
  line-height: 50px;
  margin-bottom: 1rem;
}

.step p {
  margin: 0;
  font-weight: 600;
  color: var(--text);
}

/* Box Contents */
.box-contents {
  padding: 4rem 2rem;
  position: relative;
}

.box-items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.box-items li {
  background: white;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(145, 185, 205, 0.3);
}

/* Help Section - fix button contrast on blue bg */
.help .btn-secondary {
  background: white;
  color: var(--coral);
}

.help .btn-secondary:hover {
  background: var(--mint);
  color: var(--coral-dark);
}

.help {
  padding: 4rem 2rem;
}

.help-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.footer {
  padding: 3rem 2rem 2rem;
  background: var(--mint);
}

.footer-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2.5rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-logo-wrap {
  background: white;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.footer-logo-img {
  height: 60px;
  width: auto;
  display: block;
}

.footer-tagline {
  color: var(--text);
  font-size: 0.85rem;
  max-width: 180px;
  line-height: 1.4;
}

.footer-info {
  color: var(--text);
}

.footer-info p {
  margin-bottom: 0.5rem;
}

.footer-info a {
  color: var(--coral);
  font-weight: 600;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-cta {
  text-align: right;
}

.footer-cta .btn {
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}

.footer-links a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--coral);
}

.footer-legal {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  color: var(--text-light);
}

/* About Page */
.page-header {
  padding: 4rem 2rem 3rem;
  text-align: center;
}

.page-header h1 {
  font-size: 2.75rem;
  margin-bottom: 0.5rem;
}

.about-splash {
  max-width: 1100px;
  margin: -2rem auto 3rem;
  padding: 0 1.5rem;
}

.about-splash-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-splash .about-splash-img-wrap {
  aspect-ratio: 4/3;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5f2;
}

.about-splash-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-splash-content {
  padding: 2.5rem;
}

.about-splash-content h2 {
  color: var(--coral);
  margin-bottom: 0.75rem;
}

.page-content {
  padding: 2rem 1.5rem 3rem;
  max-width: 900px;
  margin: 0 auto;
}

/* About page content area - soft tint for visual depth */
.volunteer-page .page-content {
  background: linear-gradient(180deg, rgba(202, 242, 206, 0.15) 0%, rgba(145, 185, 205, 0.08) 100%);
  border-radius: 0 0 24px 24px;
  padding: 2rem 1.5rem 3rem;
}

.content-section {
  background: white;
  padding: 2rem 2.5rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border-left: 5px solid var(--coral);
}

.content-section.values-section {
  border-left-color: var(--blue);
}

.content-section.program-section {
  border-left-color: var(--mint-dark);
}

.content-section.founders-section {
  border-left-color: var(--blue);
}

.content-section.cta-section {
  text-align: center;
  border-left-color: var(--mint-dark);
}

/* Founders section */
.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.founder-card {
  background: #f8faf9;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
}

.founder-photo {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--blue);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-card h3 {
  color: var(--coral);
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.founder-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: var(--text);
}

.founders-signature {
  text-align: center;
  font-style: italic;
  color: var(--text-light);
  margin: 0 !important;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.impact-cta {
  font-weight: 600;
  color: var(--coral) !important;
  margin-top: 1rem !important;
}

.content-section h2 {
  color: var(--coral);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.content-section.values-section h2::before {
  content: '💝 ';
}

.content-section.program-section h2::before {
  content: '🎁 ';
}

.content-section ul {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

.content-section li {
  margin-bottom: 0.5rem;
}

.content-section a {
  color: var(--coral);
  font-weight: 600;
}

.content-section a:hover {
  text-decoration: underline;
}

/* About: image + text row */
.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.about-row.reverse {
  direction: rtl;
}

.about-row.reverse > * {
  direction: ltr;
}

.about-row-img {
  width: 100%;
  min-height: 320px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5f2;
}

.about-row-img img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}

/* Volunteer Form */
.volunteer-page {
  min-height: 80vh;
}

/* Photos page gallery */
.photos-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.photos-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.photos-placeholder {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  color: var(--text-light);
  font-size: 1.1rem;
}

.form-section {
  padding: 3rem 2rem;
}

.form-section h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.form-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: var(--text-light);
}

.volunteer-form {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--blue);
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--coral);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  padding: 1rem;
  background: var(--coral);
  color: white;
  border: none;
  border-radius: 12px;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.form-submit:hover {
  background: var(--coral-dark);
}

/* Responsive */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

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

  .about-splash-inner {
    grid-template-columns: 1fr;
  }

  .about-splash-img {
    height: 240px;
  }

  .about-row {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .about-row.reverse {
    direction: ltr;
  }

  .founders-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

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

  .footer-tagline {
    text-align: center;
    max-width: none;
  }

  .footer-cta {
    text-align: center;
  }

  .footer-links {
    align-items: center;
  }

  .hero-image {
    min-height: 260px;
    aspect-ratio: 16/10;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .help-ctas {
    flex-direction: column;
  }
}
