/* =========================================================
   Homepage — page-specific styles
   Sections:
   1. Work with me
   2. Upcoming camp
   3. Discovery and experience layouts
   4. Gift section
   5. Responsive behavior
   ========================================================= */

/* ---------- Work with me ---------- */

.work-options {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

.work-option {
  display: flex !important;
  min-height: 245px;
  padding: 1.65rem !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.75rem;
  text-align: right;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.work-option:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 38, 146, 0.32);
  box-shadow: 0 16px 36px rgba(72, 35, 92, 0.09);
}

.work-option h3 {
  margin: 0;
  color: #4b1f74;
  font-size: 1.35rem;
}

.work-option p {
  margin: 0;
  color: #5f5868;
  line-height: 1.85;
}

.work-option-actions {
  display: flex;
  width: 100%;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.work-card-btn {
  display: inline-flex;
  min-height: 44px;
  padding: 0.68rem 1.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.work-card-btn:hover {
  transform: translateY(-1px);
}

.work-card-btn-outline {
  border-color: rgba(110, 38, 146, 0.38);
  background: transparent;
  color: #6e2692;
}

.work-card-btn-outline:hover {
  background: #f3ebf7;
}

.work-card-btn-gold {
  border-color: #c79a2b;
  background: #c79a2b;
  color: #fff;
}

.work-card-btn-gold:hover {
  border-color: #aa7e18;
  background: #aa7e18;
}


/* ---------- WhatsApp actions ---------- */

.whatsapp-action-btn {
  border-color: #25d366 !important;
  background: #25d366 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22);
}

.whatsapp-action-btn:hover {
  border-color: #1fbd5b !important;
  background: #1fbd5b !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.28);
}

/* ---------- Upcoming camp ---------- */

.home-camp-spotlight {
  margin: 2rem 0;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border: 1px solid rgba(199, 154, 43, 0.42);
  border-radius: 30px;
  background: linear-gradient(135deg, #fffdf8 0%, #f7effb 100%);
  box-shadow: 0 20px 48px rgba(65, 31, 82, 0.08);
}

.home-camp-label {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: #9a7218;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.home-camp-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.home-camp-content h2 {
  margin: 0 0 0.7rem;
  color: #4b1f74;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.45;
}

.home-camp-content p {
  max-width: 760px;
  margin: 0;
  color: #5f5868;
  line-height: 1.95;
}

.home-camp-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.btn-secondary {
  border: 1px solid rgba(110, 38, 146, 0.35) !important;
  background: transparent !important;
  color: #6e2692 !important;
}

.btn-secondary:hover {
  background: #efe7f7 !important;
}


/* ---------- Full-width discovery and experience sections ---------- */

.discover-stage-clean, .experience-stage-clean {
  grid-template-columns: minmax(0, 1fr);
}

.discover-stage-clean .stage-main, .experience-stage-clean .stage-main {
  width: 100%;
  padding: clamp(1.8rem, 3.5vw, 3rem);
}

.discover-stage-clean .phone-wrap {
  width: 100%;
}

.experience-stage-clean .stage-main h2 {
  color: #b8892d !important;
}

.experience-four-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

.experience-four-cards .feature {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* ---------- Gift section ---------- */

.gift-stage-redesign .stage-main {
  padding-block: clamp(2rem, 4vw, 3.2rem);
}

.gift-stage-redesign .stage-main h2 {
  color: #4b1f74;
}

.gift-image-showcase {
  width: min(100%, 540px);
  margin: 2rem auto 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.gift-image-showcase img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(184, 137, 45, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(44, 24, 58, 0.14);
}

.gift-stage-redesign .stage-action .btn {
  white-space: nowrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .home-camp-content {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .home-camp-actions {
    justify-content: flex-start;
  }

  .experience-four-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .discover-stage-clean .stage-main, .gift-stage-redesign .stage-main {
    padding: 1.5rem 1.1rem;
  }
}

@media (max-width: 620px) {
  .work-options {
    grid-template-columns: 1fr !important;
  }

  .work-option {
    min-height: 0;
  }

  .work-option-actions {
    flex-direction: column;
  }

  .work-card-btn {
    width: 100%;
  }

  .home-camp-spotlight {
    border-radius: 24px;
  }

  .home-camp-actions .btn {
    flex: 1;
    text-align: center;
  }

  .experience-four-cards {
    grid-template-columns: 1fr;
  }
}
