/* ============================================================
   NHP EVENTS — Home / Events listing
   Relies on the :root palette defined in style.css
   ============================================================ */

/* ---------- HERO (home variant) ---------- */
.hero-home {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(8,3,8,.94) 0%, rgba(20,5,18,.7) 45%, rgba(40,8,30,.45) 100%),
    url('https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}
.hero-home .hero-inner { min-height: 620px; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-home .hero-content { max-width: 720px; }
.hero-home .hero-title { font-size: clamp(38px, 5.5vw, 62px); }
.hero-home .hero-title span {
  background: linear-gradient(90deg, #ff7eb3, #ff4d8d, #b56bff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-stats { display: flex; gap: 34px; margin-top: 30px; }
.hero-stats .hs-num { font-size: 26px; font-weight: 800; color: #fff; }
.hero-stats .hs-lbl { font-size: 12.5px; color: rgba(255,255,255,.6); }

/* search bar */
.hero-search {
  margin-top: 30px;
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  padding: 10px;
  display: flex;
  gap: 8px;
  box-shadow: 0 24px 50px rgba(0,0,0,.3);
  max-width: 720px;
  flex-wrap: wrap;
}
.hero-search .field { flex: 1; min-width: 150px; display: flex; align-items: center; gap: 9px; padding: 8px 14px; }
.hero-search .field + .field { border-left: 1px solid var(--line); }
.hero-search .field i { color: var(--magenta-600); font-size: 17px; }
.hero-search .field input,
.hero-search .field select {
  border: 0; outline: none; width: 100%; font-size: 14px; color: var(--ink);
  background: transparent; font-family: inherit;
}
.hero-search .field .fl { display: block; font-size: 10px; font-weight: 700; letter-spacing: .8px; color: var(--muted-2); }
.hero-search .search-btn {
  border: 0; border-radius: 12px;
  background: linear-gradient(100deg, var(--magenta-900), var(--magenta-600));
  color: #fff; font-weight: 700; font-size: 14.5px; padding: 0 26px;
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-search .search-btn:hover { color: #fff; }

/* ---------- SECTION HEADINGS ---------- */
.section-wrap { padding: 56px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 26px; gap: 16px; flex-wrap: wrap; }
.section-head .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; color: var(--magenta-600); }
.section-head h2 { font-size: 30px; font-weight: 800; color: var(--ink); margin: 6px 0 0; letter-spacing: -.5px; }
.section-head .view-all { font-size: 14px; font-weight: 700; color: var(--magenta-600); display: inline-flex; align-items: center; gap: 6px; }
.section-head .view-all:hover { gap: 10px; }

/* ---------- CATEGORY CHIPS ---------- */
.cat-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.cat-chip {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
  cursor: pointer; transition: all .2s;
  display: inline-flex; align-items: center; gap: 7px;
}
.cat-chip i { font-size: 14px; }
.cat-chip:hover { border-color: var(--magenta-300, #e7b9cd); color: var(--magenta-700); }
.cat-chip.active {
  background: linear-gradient(100deg, var(--magenta-900), var(--magenta-600));
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 20px rgba(168,23,78,.28);
}

/* ---------- FEATURED BANNER ---------- */
.featured {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
  box-shadow: var(--shadow-soft);
}
.featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.featured .ft-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,2,10,.9), rgba(20,4,16,.55) 55%, transparent); }
.featured .ft-body { position: relative; padding: 40px; color: #fff; max-width: 560px; }
.featured .ft-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,77,141,.25); border: 1px solid rgba(255,120,170,.5);
  color: #ffd9e6; font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.featured h3 { font-size: 34px; font-weight: 800; margin: 0 0 10px; letter-spacing: -.5px; }
.featured .ft-meta { display: flex; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 20px; }
.featured .ft-meta span { display: inline-flex; align-items: center; gap: 7px; }
.featured .ft-cta {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--magenta-700); font-weight: 700; font-size: 14.5px;
  padding: 12px 26px; border-radius: 999px; transition: transform .2s;
}
.featured .ft-cta:hover { transform: translateY(-2px); color: var(--magenta-700); }

/* ---------- EVENT CARDS ---------- */
.event-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.event-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(22,23,53,.12); }
.ec-media { position: relative; height: 180px; overflow: hidden; }
.ec-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.event-card:hover .ec-media img { transform: scale(1.06); }
.ec-date {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.95);
  border-radius: 12px; text-align: center;
  padding: 7px 11px; line-height: 1;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.ec-date .d { font-size: 18px; font-weight: 800; color: var(--magenta-700); }
.ec-date .m { font-size: 10px; font-weight: 700; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; }
.ec-cat {
  position: absolute; top: 14px; right: 12px;
  background: rgba(10,2,10,.55); backdrop-filter: blur(4px);
  color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .8px;
  padding: 5px 11px; border-radius: 999px;
}
.ec-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.ec-body h4 { font-size: 17.5px; font-weight: 800; color: var(--ink); margin: 0 0 8px; letter-spacing: -.3px; }
.ec-venue { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.ec-venue i { color: var(--magenta-600); }
.ec-rate { font-size: 12.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 5px; margin-bottom: 16px; }
.ec-rate i { color: var(--gold); }
.ec-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); }
.ec-price .lbl { font-size: 10.5px; color: var(--muted-2); font-weight: 600; display: block; }
.ec-price .amt { font-size: 18px; font-weight: 800; color: var(--ink); }
.ec-price .amt small { font-size: 12px; color: var(--muted); font-weight: 700; }
.ec-book {
  background: linear-gradient(100deg, var(--magenta-900), var(--magenta-600));
  color: #fff; font-weight: 700; font-size: 13.5px;
  padding: 10px 18px; border-radius: 11px;
  display: inline-flex; align-items: center; gap: 7px; transition: transform .2s;
}
.ec-book:hover { transform: translateY(-2px); color: #fff; }
.event-col.is-hidden { display: none; }

/* ---------- TRUST STRIP ---------- */
.trust-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip .row { padding: 34px 0; }
.trust-item { text-align: center; }
.trust-item .ti-num { font-size: 30px; font-weight: 800; color: var(--magenta-700); }
.trust-item .ti-lbl { font-size: 13px; color: var(--muted); }

/* ---------- NEWSLETTER ---------- */
.newsletter { padding: 64px 0; }
.newsletter-card {
  background: linear-gradient(120deg, var(--magenta-900), var(--magenta-600) 60%, #7b3bd0);
  border-radius: 26px;
  padding: 48px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.newsletter-card h3 { font-size: 30px; font-weight: 800; margin: 0 0 8px; }
.newsletter-card p { color: rgba(255,255,255,.8); margin-bottom: 24px; }
.newsletter-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.newsletter-form input { flex: 1; border: 0; border-radius: 12px; padding: 14px 18px; font-size: 14px; }
.newsletter-form input:focus { outline: none; }
.newsletter-form button {
  border: 0; border-radius: 12px; background: #fff; color: var(--magenta-700);
  font-weight: 700; font-size: 14.5px; padding: 0 26px;
}

@media (max-width: 767.98px) {
  .featured .ft-body { padding: 24px; }
  .featured h3 { font-size: 26px; }
  .hero-search .field + .field { border-left: 0; }
  .newsletter-card { padding: 32px 22px; }
  .newsletter-form { flex-direction: column; }
  .section-head h2 { font-size: 24px; }
}
