/* =============================================
   ACTIVITY CATEGORY ARCHIVE
   ============================================= */

.act-arc { background: #faf7f0; }

/* ------------------------------------------
   HERO
   ------------------------------------------ */
.act-arc__hero {
  position: relative;
  height: 50vh;
  min-height: 280px;
  background: #3a5a2a url("../../img/event-hero.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.act-arc__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.28) 0%, rgba(0,0,0,.48) 100%);
}
.act-arc__hero-body {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.act-arc__hero-label {
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: 700;
  opacity: .7;
  margin: 0 0 14px;
}
.act-arc__hero-h1 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 5vw, 52px);
  margin: 0 0 14px;
  line-height: 1.2;
}
.act-arc__hero-sub {
  font-size: clamp(13px, 2vw, 16px);
  opacity: .82;
  margin: 0;
}

/* ------------------------------------------
   SECTION
   ------------------------------------------ */
.act-arc__section {
  padding: 60px 40px 100px;
}
.act-arc__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ------------------------------------------
   DOWNLOAD BUTTON
   ------------------------------------------ */
.act-arc__download {
  text-align: right;
  margin-bottom: 24px;
}
.act-arc__dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fff;
  border: 1.5px solid #2f5d34;
  border-radius: 8px;
  color: #2f5d34;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.act-arc__dl-btn:hover {
  background: #2f5d34;
  color: #fff;
}

/* ------------------------------------------
   GRID
   ------------------------------------------ */
.act-arc__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ------------------------------------------
   CARD
   ------------------------------------------ */
.act-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s;
}
.act-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0,0,0,.13);
}

.act-card__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #e4eedf;
  flex-shrink: 0;
}
.act-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.act-card:hover .act-card__img { transform: scale(1.05); }
.act-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e4eedf;
}

.act-card__body {
  display: flex;
  flex-direction: column;
  padding: 20px 22px 22px;
  flex: 1;
}
.act-card__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2a2a24;
  margin: 0 0 12px;
  line-height: 1.4;
}

.act-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.act-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #4a4a40;
  background: #f2f7ef;
  border-radius: 4px;
  padding: 3px 8px;
}
.act-card__pill-label {
  font-weight: 700;
  color: #3a6b35;
}

.act-card__excerpt {
  font-size: 12px;
  color: #6a6a60;
  line-height: 1.7;
  margin: 0 0 14px;
  flex: 1;
}
.act-card__cta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #ece9dc;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #3a6b35;
}
.act-card__arrow { transition: transform .2s; }
.act-card:hover .act-card__arrow { transform: translateX(4px); }

/* ------------------------------------------
   PAGINATION
   ------------------------------------------ */
.act-arc__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
.act-arc__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid #c5d4b8;
  background: #fff;
  color: #5a5a50;
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: background .2s, color .2s;
}
.act-arc__pagination .page-numbers.current,
.act-arc__pagination .page-numbers:hover {
  background: #3a6b35;
  color: #fff;
  border-color: #3a6b35;
}

.act-arc__empty {
  text-align: center;
  background: #f8f7f2;
  border: 1.5px dashed #d4e0d0;
  border-radius: 16px;
  margin: 40px 0;
  color: #9aa890;
  font-size: 15px;
}
.act-arc__empty::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: #eef4ec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%232f5d34' stroke-width='1.6'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5' stroke-linejoin='round'/%3E%3C/svg%3E") center/28px no-repeat;
  border-radius: 50%;
  margin: 0 auto 14px;
}

/* ------------------------------------------
   RESPONSIVE
   ------------------------------------------ */
@media (max-width: 960px) {
  .act-arc__grid { grid-template-columns: repeat(2, 1fr); }
  .act-arc__section { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 560px) {
  .act-arc__grid { grid-template-columns: 1fr; }
  .act-arc__hero { height: 42vh; }
}
