/* ============================================================
   Jungle Land redesign — Group Events page
   ============================================================ */

.page-hero .hero-chips { display: flex; gap: 11px; justify-content: center; flex-wrap: wrap; margin: 26px 0 0; }
.page-hero .hero-chips span {
  background: rgba(23, 66, 31, .82);
  border-radius: var(--r-pill);
  padding: 9px 18px;
  font-weight: 700;
  font-size: 14px;
  color: var(--pale-green);
}

/* camp visit banner */
.camp-banner { background: var(--pale-green); border-radius: var(--r-xl); display: flex; align-items: stretch; overflow: hidden; }
.camp-banner .cb-copy { flex: 1; padding: 44px 48px; }
.camp-banner h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.1; }
.camp-banner .cb-stats { display: flex; gap: 28px; margin: 26px 0 0; flex-wrap: wrap; }
.camp-banner .cb-stat .st-v { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 4vw, 34px); color: var(--ink); }
.camp-banner .cb-stat .st-v small { font-family: var(--font-body); font-size: 15px; color: var(--muted); font-weight: 600; }
.camp-banner .cb-stat .st-s { font-weight: 600; font-size: 13px; color: var(--muted); line-height: 1.4; }
.camp-banner .cb-div { width: 2px; background: rgba(23, 66, 31, .12); }
.camp-banner .cb-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  background: rgba(253, 249, 237, .65);
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--body);
}
.camp-banner .cb-note::before { content: ''; flex: none; width: 9px; height: 9px; border-radius: 50%; background: #E8A020; }
.camp-banner .cb-cta { display: flex; gap: 14px; margin: 26px 0 0; align-items: center; flex-wrap: wrap; }
.camp-banner .cb-photo { flex: 0 0 380px; position: relative; overflow: hidden; }
.camp-banner .cb-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.camp-banner .cb-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--pale-green) 0%, rgba(221, 239, 200, 0) 30%); }
@media (max-width: 980px) {
  .camp-banner { flex-direction: column; }
  .camp-banner .cb-photo { flex: none; height: 240px; }
  .camp-banner .cb-photo::after { background: linear-gradient(180deg, var(--pale-green) 0%, rgba(221, 239, 200, 0) 30%); }
  .camp-banner .cb-copy { padding: 32px 26px; }
}

/* 100+ kids private banner */
.private-banner {
  background: var(--ink);
  border-radius: var(--r-lg);
  margin: 24px 0 0;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.private-banner .pb-badge {
  flex: none;
  width: 74px; height: 74px;
  border-radius: 50%;
  background: var(--sun);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: bob 4.5s ease-in-out infinite;
}
.private-banner .pb-badge .b-v { font-family: var(--font-display); font-weight: 800; font-size: 23px; color: var(--ink); line-height: 1; }
.private-banner .pb-badge .b-s { font-weight: 700; font-size: 10.5px; color: #5C4A12; }
.private-banner .pb-t { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 3vw, 26px); color: var(--cream); }
.private-banner .pb-s { font-weight: 600; font-size: 14.5px; color: var(--on-dark-dim); margin-top: 6px; line-height: 1.5; }

/* lunch + checklist cards */
.group-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.group-card { background: #fff; border-radius: var(--r-lg); padding: 34px 38px; box-shadow: var(--sh-card); }
.group-card h2 { font-size: 26px; }
.group-card .gc-text { font-weight: 600; font-size: 14.5px; color: var(--body); margin-top: 14px; line-height: 1.8; }
.group-card .gc-sub { margin-top: 18px; border-top: 2px dashed var(--sand-line); padding-top: 16px; }
.group-card .gc-sub-t { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); }
.group-card .gc-list { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; }
.group-card .gc-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--body-2);
  line-height: 1.55;
}
.group-card .gc-item .ck {
  flex: none;
  width: 26px; height: 26px;
  margin-top: -2px;
  border-radius: 50%;
  background: var(--pale-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--green);
}
.group-card .gc-item .ck.warn { background: var(--pale-orange); color: var(--accent-deep); }
.group-card .gc-item.gc-warn {
  background: var(--pale-note);
  border: 2px dashed var(--note-line);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 4px -16px 0;
  color: var(--note-ink);
}
.group-card .gc-item.gc-warn b { color: var(--note-ink); }
.group-card .gc-item.gc-warn a { font-weight: 700; color: var(--green); white-space: nowrap; }
@media (max-width: 900px) { .group-cards { grid-template-columns: 1fr; } }

/* why us chips */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--sand);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--body-2);
}
.why-chip .bx {
  flex: none;
  width: 38px; height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; } }
