@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@400;500;600;700&display=swap');

.fz-highlights *,
.fz-activity-list *,
.fz-activity-detail * { box-sizing: border-box; }

.fz-highlights,
.fz-activity-list,
.fz-activity-detail {
  --fz-blue: #143762;
  --fz-green: #08754b;
  --fz-gold: #dda43a;
  color: var(--fz-blue);
  font-family: "Montserrat", Arial, sans-serif;
}

.fz-highlights,
.fz-activity-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.fz-highlights {
  padding: 18px 24px 50px;
  background: #fff;
}

.fz-highlights__inner,
.fz-activity-list__inner {
  width: min(1780px, 100%);
  margin: 0 auto;
}

.fz-section-title {
  margin-bottom: 24px;
  text-align: center;
}

.fz-section-title h2 {
  margin: 0;
  color: #143762;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 3vw, 50px);
  font-weight: 700;
  line-height: 1;
}

.fz-section-title__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 16px;
  margin: 4px auto 0;
}

.fz-section-title__ornament::before,
.fz-section-title__ornament::after {
  content: "";
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #dda43a);
}

.fz-section-title__ornament::after {
  background: linear-gradient(90deg, #dda43a, transparent);
}

.fz-section-title__ornament span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dda43a;
  box-shadow: 0 0 0 3px rgba(221, 164, 58, .12);
}

.fz-highlights__layout {
  display: grid;
  grid-template-columns: 2.15fr .95fr;
  gap: 24px;
  padding: 13px;
  border: 1px solid #dfe4e8;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(27, 52, 82, .07);
}

.fz-highlight-main {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #e0e5e9;
  border-radius: 10px;
  background: #fff;
}

.fz-highlight-main__image,
.fz-highlight-small__image,
.fz-activity-card__image,
.fz-activity-detail__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dce9e3;
}

.fz-highlight-main__image img,
.fz-highlight-small__image img,
.fz-activity-card__image img,
.fz-activity-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22, .8, .24, 1);
}

.fz-highlight-main:hover img,
.fz-highlight-small:hover img,
.fz-activity-card:hover img { transform: scale(1.035); }

.fz-highlight-main__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
}

.fz-activity-category {
  margin: 0 0 10px;
  color: #08754b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .25px;
  text-transform: uppercase;
}

.fz-category--perkongsian-ilmu { color: #4566c5; }
.fz-category--belia-komuniti { color: #8c55c1; }
.fz-category--aktiviti-politik { color: #186aa1; }
.fz-category--program-rakyat { color: #148076; }

.fz-highlight-main h3,
.fz-highlight-small h3,
.fz-activity-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.fz-highlight-main h3 { font-size: clamp(28px, 2.2vw, 41px); line-height: 1.08; }
.fz-highlight-small h3 { font-size: 20px; line-height: 1.18; }
.fz-activity-card h3 { font-size: 25px; line-height: 1.13; }

.fz-highlight-main h3 a,
.fz-highlight-small h3 a,
.fz-activity-card h3 a {
  color: #173a68 !important;
  text-decoration: none !important;
}

.fz-highlight-main__summary,
.fz-activity-card__summary {
  color: #596577;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.fz-highlight-main__summary { margin: 17px 0; }

.fz-activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  color: #637087;
  font-size: 11px;
  font-weight: 500;
}

.fz-activity-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fz-activity-meta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #315b89;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fz-activity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  align-self: flex-start;
  min-width: 220px;
  min-height: 47px;
  margin-top: 24px;
  padding: 12px 21px;
  border-radius: 5px;
  color: #fff !important;
  background: linear-gradient(90deg, #05875a, #00744d);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(0, 82, 56, .16);
}

.fz-activity-button svg,
.fz-activity-card__link svg,
.fz-activity-pagination svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fz-highlights__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.fz-highlight-small {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 187px;
  overflow: hidden;
  border: 1px solid #e0e5e9;
  border-radius: 9px;
  background: #fff;
}

.fz-highlight-small__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px;
}

.fz-highlight-small .fz-activity-category { margin-bottom: 7px; font-size: 9px; }
.fz-highlight-small .fz-activity-meta { margin-top: 14px; gap: 7px; font-size: 9px; }
.fz-highlight-small .fz-activity-meta span { width: 100%; }
.fz-highlight-small .fz-activity-meta svg { width: 14px; height: 14px; }

.fz-activity-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: linear-gradient(135deg, #dceae4, #edf3f0);
}

.fz-activity-image-placeholder svg {
  width: 88px;
  height: 88px;
  fill: none;
  stroke: #187a55;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .58;
}

.fz-activity-status {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 24, 44, .18);
}

.fz-activity-status--upcoming { background: #d99b2d; }
.fz-activity-status--past { background: #08754b; }

.fz-activity-list {
  padding: 42px 24px 55px;
  background:
    radial-gradient(circle at 50% 0%, rgba(235, 241, 249, .75), transparent 35%),
    #f7f9fc;
}

.fz-activity-filter {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 160px;
  align-items: center;
  gap: 17px;
  margin-bottom: 28px;
}

.fz-activity-search,
.fz-activity-year { position: relative; }

.fz-activity-search input,
.fz-activity-year select {
  width: 100%;
  height: 48px;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: #43516a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  box-shadow: 0 3px 12px rgba(24, 51, 82, .045);
}

.fz-activity-search input { padding: 0 44px 0 14px; }
.fz-activity-year select { padding: 0 35px 0 13px; }

.fz-activity-search > svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #315b89;
  stroke-width: 2;
  transform: translateY(-50%);
}

.fz-activity-filter__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.fz-activity-filter__categories button {
  min-height: 44px;
  padding: 9px 13px;
  border: 0;
  border-radius: 5px;
  color: #25456f;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.fz-activity-filter__categories button:hover,
.fz-activity-filter__categories button.is-active {
  color: #fff;
  background: #08754b;
}

.fz-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.fz-activity-card {
  display: flex;
  flex-direction: column;
  min-height: 555px;
  overflow: hidden;
  border: 2px solid #b8c5d2;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 21px rgba(25, 50, 81, .065);
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.fz-activity-card:hover,
.fz-activity-card:focus-visible {
  border-color: #7791aa;
  outline: none;
  box-shadow: 0 13px 29px rgba(25, 50, 81, .12);
  transform: translateY(-4px);
}

.fz-activity-card__image { height: 265px; }

.fz-activity-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 25px 21px;
}

.fz-activity-card .fz-activity-category { margin-bottom: 8px; font-size: 10px; }
.fz-activity-card .fz-activity-meta { margin-top: 14px; }
.fz-activity-card__summary { margin: 15px 0 20px; }

.fz-activity-card__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  align-self: flex-start;
  margin-top: auto;
  color: #08754b !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}

.fz-activity-card__link svg { transition: transform .2s ease; }
.fz-activity-card__link:hover svg { transform: translateX(4px); }

.fz-activity-pagination { width: 100%; margin-top: 38px; }
.fz-activity-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fz-activity-pagination li > a,
.fz-activity-pagination li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 45px;
  height: 45px;
  padding: 0 10px;
  border: 2px solid #c3ced9;
  border-radius: 6px;
  color: #24456f;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 3px 11px rgba(26, 51, 80, .045);
}

.fz-activity-pagination .prev,
.fz-activity-pagination .next { padding-inline: 15px; }
.fz-activity-pagination li > a:hover { color: #08754b; border-color: #08754b; }

.fz-activity-pagination .current {
  color: #fff;
  border-color: #08754b;
  background: #08754b;
}

.fz-activity-empty {
  padding: 40px 20px;
  border: 1px dashed #cfd8e1;
  border-radius: 8px;
  color: #58667a;
  background: #fff;
  font-size: 17px;
  text-align: center;
}

.fz-activity-detail {
  width: min(1100px, calc(100% - 40px));
  margin: 55px auto;
}

.fz-activity-detail__header { max-width: 900px; margin: 0 auto 28px; text-align: center; }
.fz-activity-detail__header h1 { margin: 8px 0 19px; color: #143762; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 5vw, 70px); line-height: 1.04; }
.fz-activity-detail__header .fz-activity-meta { justify-content: center; }
.fz-activity-detail__image { aspect-ratio: 16 / 9; border-radius: 12px; }
.fz-activity-detail__content { max-width: 850px; margin: 35px auto 0; color: #48566a; font-size: 17px; line-height: 1.8; }
.fz-activity-detail__content img { max-width: 100%; height: auto; border-radius: 8px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Versi 1.1: carousel galeri, pill kategori dan status bawah kanan */
.fz-highlight-main__image,
.fz-highlight-small__image,
.fz-activity-card__image,
.fz-activity-detail__image { position: relative; }

.fz-card-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fz-card-slider__viewport,
.fz-card-slider__track,
.fz-card-slider__slide { width: 100%; height: 100%; }

.fz-card-slider__viewport { overflow: hidden; }
.fz-card-slider__track {
  display: flex;
  will-change: transform;
  transition: transform .65s cubic-bezier(.22, .8, .24, 1);
}

.fz-card-slider__slide { flex: 0 0 100%; }
.fz-card-slider__slide img { width: 100%; height: 100%; object-fit: cover; }

.fz-card-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 43, 70, .62);
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .2s ease, background .2s ease;
}

.fz-card-slider:hover .fz-card-slider__arrow,
.fz-card-slider:focus-within .fz-card-slider__arrow { opacity: 1; }
.fz-card-slider__arrow:hover { background: rgba(0, 108, 73, .9); }
.fz-card-slider__arrow--prev { left: 10px; }
.fz-card-slider__arrow--next { right: 10px; }
.fz-card-slider__arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.fz-card-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 5;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.fz-card-slider__dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.fz-card-slider__dots button.is-active { width: 18px; background: #fff; }

.fz-category-pill {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 7;
  max-width: calc(100% - 26px);
  padding: 7px 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 111, 72, .92);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,30,45,.2);
  backdrop-filter: blur(4px);
}

.fz-category-pill.fz-category--perkongsian-ilmu { background: rgba(61, 91, 187, .94); }
.fz-category-pill.fz-category--belia-komuniti { background: rgba(132, 74, 181, .94); }
.fz-category-pill.fz-category--aktiviti-politik { background: rgba(16, 89, 143, .94); }
.fz-category-pill.fz-category--program-rakyat { background: rgba(15, 120, 109, .94); }

.fz-highlight-main h3,
.fz-highlight-small h3,
.fz-activity-card h3 { color: #173a68; }

.fz-highlight-main:hover img,
.fz-highlight-small:hover img,
.fz-activity-card:hover img { transform: none; }

.fz-card-status-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 18px;
}

.fz-activity-status {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
}

.fz-activity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fz-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.fz-activity-card__content { min-height: 290px; }
.fz-highlight-small__content .fz-card-status-row { padding-top: 10px; }

/* Versi 1.2: popup butiran penuh dan perkongsian sosial */
body.fz-modal-open { overflow: hidden; }

.fz-activity-modal[hidden] { display: none !important; }

.fz-activity-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  transition: opacity .22s ease;
}

.fz-activity-modal.is-open { opacity: 1; }

.fz-activity-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 23, 42, .78);
  backdrop-filter: blur(6px);
}

.fz-activity-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  width: min(1180px, 100%);
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 19, 36, .32);
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
}

.fz-activity-modal.is-open .fz-activity-modal__dialog {
  transform: translateY(0) scale(1);
}

.fz-activity-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 12;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 43, 70, .82);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(0, 20, 38, .2);
}

.fz-activity-modal__close:hover { background: #08754b; }

.fz-activity-modal__gallery {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #dce9e3;
}

.fz-activity-modal__content {
  position: relative;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  padding: 48px 42px 36px;
}

.fz-activity-modal__heading h2 {
  margin: 0 0 17px;
  color: #173a68;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
}

.fz-activity-modal__heading .fz-activity-meta {
  gap: 10px 18px;
  font-size: 13px;
}

.fz-activity-modal__status {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}

.fz-activity-modal__body {
  margin-top: 25px;
  color: #48566a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.fz-activity-modal__body p { margin: 0 0 18px; font-size: 17px; }
.fz-activity-modal__body > *:last-child { margin-bottom: 0; }
.fz-activity-modal__body img { max-width: 100%; height: auto; border-radius: 9px; }
.fz-activity-modal__body a { color: #08754b; }

.fz-activity-share {
  margin-top: 32px;
  padding-top: 25px;
  border-top: 2px solid #d8e0e8;
}

.fz-activity-share__title {
  margin: 0 0 14px;
  color: #173a68;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .65px;
}

.fz-activity-share__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fz-activity-share__buttons a,
.fz-activity-share__buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 9px 13px;
  border: 2px solid #c3ced9;
  border-radius: 999px;
  color: #24456f !important;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.fz-activity-share__buttons a:hover,
.fz-activity-share__buttons button:hover {
  color: #fff !important;
  border-color: #08754b;
  background: #08754b;
}

.fz-activity-share__buttons svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fz-activity-share__buttons a:first-child svg { fill: currentColor; stroke: none; }

.fz-activity-share__feedback {
  min-height: 21px;
  margin: 9px 0 0;
  color: #08754b;
  font-size: 12px !important;
  font-weight: 600;
}

@media (max-width: 900px) {
  .fz-activity-grid,
  .fz-highlights__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fz-activity-modal { padding: 20px; }
  .fz-activity-modal__dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .fz-activity-modal__gallery { min-height: 0; aspect-ratio: 16 / 10; }
  .fz-activity-modal__content { max-height: none; overflow: visible; padding: 36px 32px 32px; }
}

@media (max-width: 600px) {
  .fz-activity-grid,
  .fz-highlights__grid { grid-template-columns: 1fr; }
  .fz-card-slider__arrow { width: 32px; height: 32px; opacity: .86; }
  .fz-category-pill { top: 10px; left: 10px; font-size: 8px; }
  .fz-activity-modal { padding: 10px; }
  .fz-activity-modal__dialog {
    max-height: calc(100vh - 20px);
    border-radius: 12px;
  }
  .fz-activity-modal__gallery { aspect-ratio: 4 / 3; }
  .fz-activity-modal__content { padding: 30px 20px 26px; }
  .fz-activity-modal__heading h2 { padding-right: 31px; font-size: 33px; }
  .fz-activity-modal__heading .fz-activity-meta { font-size: 12px; }
  .fz-activity-modal__close { top: 10px; right: 10px; width: 39px; height: 39px; }
  .fz-activity-share__buttons a,
  .fz-activity-share__buttons button { flex: 1 1 calc(50% - 9px); }
}

@media (prefers-reduced-motion: reduce) {
  .fz-card-slider__track { transition: none; }
}

@media (max-width: 1300px) {
  .fz-highlights__inner,
  .fz-activity-list__inner { width: min(1120px, 100%); }
  .fz-highlight-main { min-height: 330px; }
  .fz-highlight-main__content { padding: 25px; }
  .fz-highlight-small { min-height: 158px; }
  .fz-highlight-small h3 { font-size: 16px; }
  .fz-activity-filter { grid-template-columns: 200px minmax(0, 1fr) 130px; gap: 9px; }
  .fz-activity-filter__categories button { padding-inline: 8px; font-size: 7px; }
  .fz-activity-card { min-height: 470px; }
  .fz-activity-card__image { height: 210px; }
  .fz-activity-card h3 { font-size: 21px; }
}

@media (max-width: 900px) {
  .fz-highlights__layout { grid-template-columns: 1fr; }
  .fz-highlights__side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .fz-activity-filter { grid-template-columns: 1fr 160px; }
  .fz-activity-filter__categories { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: flex-start; }
  .fz-activity-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .fz-highlights { padding: 30px 15px 40px; }
  .fz-section-title h2 { font-size: 36px; }
  .fz-highlights__layout { gap: 12px; padding: 8px; }
  .fz-highlight-main { grid-template-columns: 1fr; }
  .fz-highlight-main__image { min-height: 245px; }
  .fz-highlight-main__content { padding: 25px 20px; }
  .fz-highlight-main h3 { font-size: 30px; }
  .fz-highlights__side { grid-template-columns: 1fr; gap: 11px; }
  .fz-highlight-small { grid-template-columns: 42% 58%; min-height: 155px; }
  .fz-highlight-small__content { padding: 13px; }
  .fz-highlight-small h3 { font-size: 16px; }
  .fz-highlight-small .fz-activity-meta span:last-child { display: none; }
  .fz-activity-list { padding: 34px 15px 43px; }
  .fz-activity-filter { grid-template-columns: 1fr; }
  .fz-activity-year,
  .fz-activity-filter__categories { grid-column: auto; grid-row: auto; }
  .fz-activity-filter__categories { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .fz-activity-filter__categories button { flex: 0 0 auto; }
  .fz-activity-grid { grid-template-columns: 1fr; gap: 17px; }
  .fz-activity-card { min-height: 0; }
  .fz-activity-card__image { height: 225px; }
  .fz-activity-card__content { min-height: 280px; padding: 20px; }
  .fz-activity-card h3 { font-size: 24px; }
  .fz-activity-pagination li > a,
  .fz-activity-pagination li > span { min-width: 40px; height: 40px; }
  .fz-activity-detail { width: calc(100% - 30px); margin-block: 35px; }
  .fz-activity-detail__header h1 { font-size: 42px; }
  .fz-activity-detail__content { font-size: 17px; }
  .fz-activity-pagination .prev span,
  .fz-activity-pagination .next span { display: none; }
  .fz-activity-pagination .prev,
  .fz-activity-pagination .next { min-width: 40px; padding-inline: 8px; }
}
