#workshops,
#our-impact,
#get-started,
#supporters {
  scroll-margin-top: 160px;
}

/* Hero Section - Full Screen */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: linear-gradient(120deg, #12A89C 0%, rgba(18,168,156,1) 40%, rgba(18,168,156,0.15) 80%, rgba(18,168,156,0) 100%);
  border-radius: 0 0 40px 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
  box-sizing: border-box;
  margin-top: 0;
}

/* Work Page Specific Hero Content Override (desktop left; tablet/mobile re-center below) */
.hero .hero-content {
  margin-top: 120px;
  max-width: 100%;
  box-sizing: border-box;
}

.hero .hero-content h1 {
  text-transform: uppercase;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  border-radius: 0 0 40px 40px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(to right, #12A89C 0%, rgba(18,168,156,0.7) 40%, rgba(18,168,156,0.15) 70%, rgba(18,168,156,0) 100%);
  opacity: 1;
  border-radius: 0 0 40px 40px;
  z-index: 2;
  pointer-events: none;
}

/* Work Page Hero - tablet & mobile only (desktop unchanged above 1024px) */
/* Pattern borrowed from services.css hero responsive fixes */
@media (max-width: 1024px) {
  .hero {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-bg,
  .hero-overlay {
    min-height: 0 !important;
    height: 100% !important;
    width: 100%;
  }

  .hero-bg {
    object-fit: cover !important;
  }
}

/* Tablet: center hero content (desktop stays left-aligned) */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero {
    min-height: 62vh;
    padding-top: 130px;
    padding-bottom: 60px;
    border-radius: 0 0 32px 32px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #12A89C 0%, rgba(18, 168, 156, 1) 40%, rgba(18, 168, 156, 0.15) 80%, rgba(18, 168, 156, 0) 100%);
  }

  .hero-bg,
  .hero-overlay {
    border-radius: 0 0 32px 32px;
  }

  .hero-bg {
    object-position: center center !important;
  }

  .hero-overlay {
    background: linear-gradient(
      to right,
      #12A89C 0%,
      rgba(18, 168, 156, 0.78) 42%,
      rgba(18, 168, 156, 0.22) 68%,
      rgba(18, 168, 156, 0) 100%
    ) !important;
  }

  .hero .hero-content {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: min(720px, 88vw) !important;
    width: 100%;
    padding: 0 24px 20px !important;
    box-sizing: border-box;
    z-index: 3;
  }

  .hero .hero-content h1,
  .hero-content h1 {
    font-size: 2.5rem !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.25);
  }

  .hero .hero-content p,
  .hero-content p {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  }
}

/* Mobile: center hero content */
@media (max-width: 768px) {
  .hero {
    z-index: 999 !important;
    min-height: clamp(400px, 60vh, 540px);
    padding-top: 92px !important;
    padding-bottom: 44px;
    border-radius: 0 0 24px 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
      120deg,
      #12A89C 0%,
      rgba(18, 168, 156, 0.88) 52%,
      rgba(18, 168, 156, 0.35) 100%
    );
  }

  .hero-bg,
  .hero-overlay {
    border-radius: 0 0 24px 24px;
  }

  .hero-bg {
    object-fit: cover !important;
    object-position: center 42% !important;
  }

  .hero-overlay {
    background: linear-gradient(
      to right,
      #12A89C 0%,
      rgba(18, 168, 156, 0.85) 48%,
      rgba(18, 168, 156, 0.28) 75%,
      rgba(18, 168, 156, 0) 100%
    ) !important;
  }

  .hero .hero-content {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: min(92vw, 520px) !important;
    width: 100%;
    padding: 0 16px !important;
    box-sizing: border-box;
    z-index: 3;
  }

  .hero .hero-content h1,
  .hero-content h1 {
    font-size: clamp(1.75rem, 1.15rem + 3.2vw, 2.35rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.25);
  }

  .hero .hero-content p,
  .hero-content p {
    font-size: clamp(0.9rem, 0.82rem + 0.55vw, 1.05rem) !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: clamp(360px, 56vh, 480px);
    padding-top: 84px !important;
    padding-bottom: 36px;
  }

  .hero-bg {
    object-position: center 40% !important;
  }

  .hero .hero-content {
    margin: 0 auto !important;
    max-width: min(94vw, 480px) !important;
    text-align: center !important;
  }

  .hero .hero-content h1,
  .hero-content h1 {
    font-size: clamp(1.55rem, 1rem + 4.2vw, 1.95rem) !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

  .hero .hero-content p,
  .hero-content p {
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: clamp(340px, 54vh, 450px);
    padding-top: 80px !important;
    padding-bottom: 32px;
  }

  .hero-bg {
    object-position: center 38% !important;
  }

  .hero .hero-content {
    max-width: min(94vw, 440px) !important;
    text-align: center !important;
  }

  .hero .hero-content h1,
  .hero-content h1 {
    font-size: 1.5rem !important;
    text-align: center !important;
  }

  .hero .hero-content p,
  .hero-content p {
    font-size: 0.85rem !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

/* Work Page Specific Styles */

/* Our Impact Section — CAFS Model Components */
.our-impact-section {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 24px 64px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.our-impact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}

.our-impact-intro {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  max-width: min(820px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(12px, 2vw, 16px);
  box-sizing: border-box;
}

.our-impact-intro h2 {
  font-family: 'Zeyada', cursive;
  font-size: 3.2rem;
  margin-bottom: 18px;
  color: rgba(18, 168, 156, 1);
  width: 100%;
  text-align: center;
}

.our-impact-intro p,
.our-impact-intro .zain-font {
  font-family: 'Zain', cursive;
  font-size: 1.15rem;
  margin-bottom: 16px;
  color: #222;
  width: 100%;
  max-width: min(760px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.65;
}

.our-impact-intro .zain-font:last-child {
  margin-bottom: 0;
}

/* Shown in place of the grid when the CMS has no published Our Impact card */
.our-impact-empty {
  font-family: 'Zain', cursive;
  font-size: 1.15rem;
  color: #444;
  text-align: center;
  margin: 0;
  max-width: min(760px, 100%);
  line-height: 1.65;
}

.work-components-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
  box-sizing: border-box;
}

.work-component-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  background: #f8fafa;
  border: 1px solid rgba(18, 168, 156, 0.12);
  border-radius: 24px;
  padding: clamp(24px, 3vw, 32px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.work-component-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(18, 168, 156, 0.12);
}

.work-component-card h3 {
  font-family: 'Zeyada', cursive;
  font-size: 2rem;
  color: rgba(18, 168, 156, 1);
  margin: 0 0 12px;
  line-height: 1.2;
}

.work-component-card .component-excerpt {
  font-family: 'Zain', cursive;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  flex-grow: 1;
}

.component-btn {
  background: rgba(18, 168, 156, 1);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Zain', cursive;
  cursor: pointer;
  transition: background 0.2s;
  min-height: 44px;
  min-width: 44px;
  margin-top: auto;
  align-self: flex-start;
  width: fit-content;
  min-width: 170px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.component-btn:hover {
  background: #0D948A;
}

/* Component Modal */
.component-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.component-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.component-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.component-modal-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 36px 36px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-40px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  scrollbar-width: thin;
  scrollbar-color: #12A89C #f0f0f0;
}

.component-modal.active .component-modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.component-modal-content::-webkit-scrollbar {
  width: 6px;
}

.component-modal-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.component-modal-content::-webkit-scrollbar-thumb {
  background: #12A89C;
  border-radius: 10px;
}

.component-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 1;
}

.component-modal-close:hover {
  background: #e0e0e0;
}

.component-modal-content h3 {
  font-family: 'Zeyada', cursive;
  font-size: 2.4rem;
  color: rgba(18, 168, 156, 1);
  margin: 0 40px 20px 0;
  line-height: 1.2;
}

.component-modal-body {
  font-family: 'Zain', cursive;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.65;
}

.component-modal-body p {
  margin: 0 0 16px;
}

.component-modal-body p:last-child {
  margin-bottom: 0;
}

.component-modal-body ul {
  margin: 8px 0 16px;
  padding-left: 24px;
}

.component-modal-body li {
  margin-bottom: 8px;
}

.component-modal-body li:last-child {
  margin-bottom: 0;
}

/* CMS-authored subheadings and quotes inside Our Impact popups. The public
   page keeps its single primary H1; body content starts at H2. */
.component-modal-body h2,
.component-modal-body h3 {
  font-family: 'Zain', cursive;
  font-weight: 700;
  color: rgba(18, 168, 156, 1);
  line-height: 1.3;
}

.component-modal-body h2 {
  font-size: 1.5rem;
  margin: 24px 0 12px;
}

.component-modal-body h3 {
  font-size: 1.25rem;
  margin: 20px 0 10px;
}

.component-modal-body h2:first-child,
.component-modal-body h3:first-child {
  margin-top: 0;
}

.component-modal-body blockquote {
  margin: 0 0 16px;
  padding: 6px 0 6px 16px;
  border-left: 3px solid rgba(18, 168, 156, 0.45);
  color: #555;
  font-style: italic;
}

.component-nested-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(18, 168, 156, 0.15);
}

.component-nested-btn {
  background: #fff;
  color: rgba(18, 168, 156, 1);
  border: 2px solid rgba(18, 168, 156, 0.35);
  border-radius: 16px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Zain', cursive;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  min-height: 44px;
  box-sizing: border-box;
  width: 100%;
}

.component-nested-btn:hover {
  background: rgba(18, 168, 156, 0.08);
  border-color: rgba(18, 168, 156, 0.6);
}

.component-nested-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.component-back-btn {
  align-self: flex-start;
  background: transparent;
  color: rgba(18, 168, 156, 1);
  border: none;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Zain', cursive;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  transition: color 0.2s;
}

.component-back-btn::before {
  content: '←';
  font-size: 1.1rem;
}

.component-back-btn:hover {
  color: #0D948A;
}

.component-nested-content h3 {
  font-family: 'Zeyada', cursive;
  font-size: 2.1rem;
  color: rgba(18, 168, 156, 1);
  margin: 0 0 16px;
  line-height: 1.2;
}

.component-nested-content h4 {
  font-family: 'Zeyada', cursive;
  font-size: 1.8rem;
  color: rgba(18, 168, 156, 1);
  margin: 0 0 12px;
  line-height: 1.2;
}

.component-nested-content h5 {
  font-family: 'Zain', cursive;
  font-size: 1.15rem;
  font-weight: 700;
  color: #222;
  margin: 16px 0 8px;
  line-height: 1.3;
}

.component-modal-body a {
  color: rgba(18, 168, 156, 1);
  text-decoration: underline;
  word-break: break-word;
}

.component-detail-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(18, 168, 156, 0.12);
}

.component-detail-block:first-child {
  padding-top: 0;
}

.component-detail-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.component-detail-block h4:not(:first-child) {
  margin-top: 20px;
}

.component-detail-block p {
  margin: 0 0 12px;
}

.component-detail-block ul {
  margin: 8px 0 0;
  padding-left: 24px;
}

.component-detail-block li {
  margin-bottom: 8px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.component-unlinked-ref {
  font-style: italic;
  color: #3a3a3a;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Section Titles */
.section-title {
  font-family: 'Zeyada', cursive;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 8px;
  color: rgba(18, 168, 156, 1);
}

.section-subtitle {
  font-family: 'Zain', cursive;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 48px;
  color: #666;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Projects Section */
.projects-section {
  width: 100%;
  max-width: 100%;
  background: #FFF2DF;
  padding: 96px 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.projects-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Projects Slider / continuous marquee */
.projects-slider-container {
  position: relative;
  margin-top: 48px;
  padding: 0 60px;
  max-width: 100%;
  box-sizing: border-box;
}

.projects-slider-container.is-marquee {
  padding: 0;
}

.projects-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Soft left/right edge fades (marquee mode) */
.projects-slider-container.is-marquee .projects-slider {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 48px,
    #000 calc(100% - 48px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 48px,
    #000 calc(100% - 48px),
    transparent 100%
  );
}

.projects-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 32px;
}

/* Continuous infinite scroll track */
.projects-track.is-marquee-track {
  width: max-content;
  max-width: none;
  transition: none;
  will-change: transform;
  animation: projects-marquee-scroll var(--projects-marquee-duration, 48s) linear infinite;
}

.projects-slider-container.is-marquee.is-paused .projects-track.is-marquee-track,
.projects-track.is-marquee-track.is-paused {
  animation-play-state: paused;
}

@keyframes projects-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--projects-marquee-offset, -50%), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-track.is-marquee-track {
    animation: none !important;
    transform: none !important;
  }

  .projects-slider-container.is-marquee .projects-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .projects-slider-container.is-marquee .project-card {
    scroll-snap-align: start;
  }
}

.project-card {
  width: 25%;
  min-width: 280px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Marquee cards: responsive fixed widths (not % of infinite track) */
.projects-slider-container.is-marquee .project-card {
  width: clamp(260px, 28vw, 340px);
  min-width: clamp(260px, 28vw, 340px);
  max-width: 340px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: none;
}

.projects-slider-container.is-marquee .project-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.projects-slider-container.is-marquee .project-btn {
  align-self: flex-start;
  margin-top: auto;
}

.projects-slider-container.is-marquee .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.projects-slider-container.is-marquee .slider-arrow,
.projects-slider-container.is-marquee + .slider-dots,
.projects-section .slider-dots {
  display: none;
}

/* Single published project: centered card, no stretched banner layout */
.projects-slider-container.is-single-project {
  padding-left: 0;
  padding-right: 0;
}

.projects-slider-container.is-single-project .slider-arrow {
  display: none;
}

.projects-slider-container.is-single-project .projects-track {
  justify-content: center;
  transform: none !important;
}

.projects-slider-container.is-single-project .project-card {
  width: min(100%, 480px);
  max-width: 480px;
  min-width: 0;
  padding: 0;
}

.projects-slider-container.is-single-project .project-image {
  aspect-ratio: 4096 / 2711;
  height: auto;
  background: transparent;
  overflow: hidden;
}

.projects-slider-container.is-single-project .project-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.projects-slider-container.is-single-project .project-card:hover .project-img {
  transform: none;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* Slider Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(18, 168, 156, 0.9);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.slider-arrow:hover {
  background: rgba(18, 168, 156, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.slider-arrow:disabled {
  background: rgba(0,0,0,0.2);
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

/* Slider Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(18, 168, 156, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background: rgba(18, 168, 156, 0.6);
  transform: scale(1.2);
}

.dot.active {
  background: rgba(18, 168, 156, 1);
  transform: scale(1.2);
}

.project-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.project-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-card:hover .project-img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 152, 1, 0.9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.project-content {
  padding: 24px;
}

.project-content h3 {
  font-family: 'Zeyada', cursive;
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: rgba(18, 168, 156, 1);
}

.project-content p {
  font-family: 'Zain', cursive;
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.project-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.stat {
  background: #f0f8f7;
  color: rgba(18, 168, 156, 1);
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.9rem;
  font-weight: 600;
}

.project-btn {
  background: rgba(18, 168, 156, 1);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.project-btn:hover {
  background: #0D948A;
}

/* Updates Section - Calendar */
.updates-section {
  width: 100%;
  background: #fff;
  padding: clamp(64px, 8vw, 96px) 0 clamp(72px, 10vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  box-sizing: border-box;
}

.updates-container {
  width: min(100%, 1180px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

/* Calendar Styles */
.calendar-container {
  background: rgba(210, 255, 251, 0.3);
  border-radius: 12px;
  padding: clamp(16px, 2.5vw, 24px);
  box-shadow: 0 8px 32px rgba(210, 255, 251, 0.3), 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: clamp(12px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  width: min(100%, 1060px);
  max-width: min(1060px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
  border: 3px solid rgba(210, 255, 251, 0.4);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  overflow: hidden;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.calendar-nav {
  background: #12A89C;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(18, 168, 156, 0.3);
  font-size: 0.9rem;
}

.calendar-nav:hover {
  background: #0D948A;
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(18, 168, 156, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.calendar-nav:active {
  transform: scale(0.95);
  transition: all 0.1s ease;
}

.current-month {
  font-family: 'Zeyada', cursive;
  font-size: 1.6rem;
  color: #12A89C;
  margin: 0;
}

.calendar-grid {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(4px, 0.6vw, 6px);
  margin-bottom: clamp(6px, 1vw, 8px);
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
}

.weekday {
  text-align: center;
  font-family: 'Zain', cursive;
  font-weight: 600;
  color: #12A89C;
  padding: 6px 2px;
  font-size: 0.8rem;
  background: #f8f9fa;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.weekday:hover {
  background: #e8f4f3;
  color: #0D948A;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(18, 168, 156, 0.2);
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(4px, 0.6vw, 6px);
  width: 100%;
  min-width: 0;
}

.calendar-day {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: #fff;
  padding: clamp(4px, 0.6vw, 6px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  min-height: clamp(64px, 7vw, 80px);
  min-width: 0;
  overflow: hidden;
}

.calendar-day:hover {
  border-color: #12A89C;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(18, 168, 156, 0.3);
  background: linear-gradient(135deg, #f8f9fa, #e8f4f3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.calendar-day:hover .day-number {
  color: #12A89C;
  font-weight: 700;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.calendar-day:hover .workshop-title {
  color: #12A89C;
  font-weight: 600;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.calendar-day:hover .workshop-time {
  color: #0D948A;
  font-weight: 500;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.calendar-day.has-workshop {
  background: linear-gradient(135deg, #12A89C, #12A89C);
  border-color: #12A89C;
  color: #fff;
  box-shadow: 0 1px 4px rgba(18, 168, 156, 0.3);
}

.calendar-day.has-workshop:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 20px rgba(18, 168, 156, 0.4);
  background: linear-gradient(135deg, #12A89C, #0D948A);
  border-color: #0D948A;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.calendar-day.has-workshop:hover .day-number {
  color: #fff;
  font-weight: 700;
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.calendar-day.has-workshop:hover .workshop-title {
  color: #fff;
  font-weight: 600;
  transform: scale(1.08);
  transition: all 0.3s ease;
}

.calendar-day.has-workshop:hover .workshop-time {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transform: scale(1.08);
  transition: all 0.3s ease;
}

.calendar-day.other-month {
  color: #ccc;
  background: #f8f8f8;
  border-color: #e0e0e0;
}

.calendar-day.today {
  border-color: #FF9801;
  background: #fff;
  color: #FF9801;
  font-weight: bold;
  box-shadow: 0 1px 4px rgba(255, 152, 1, 0.2);
  transition: all 0.3s ease;
}

.calendar-day.today:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(255, 152, 1, 0.3);
  background: linear-gradient(135deg, #fff, #fff8e1);
  border-color: #ffb300;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.calendar-day.today:hover .day-number {
  color: #ffb300;
  font-weight: 700;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.day-number {
  font-family: 'Zain', cursive;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  order: 1;
}

.workshop-title {
  font-family: 'Zain', cursive;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  order: 2;
}

.workshop-time {
  font-family: 'Zain', cursive;
  font-size: 0.6rem;
  text-align: center;
  opacity: 0.9;
  order: 3;
}

.no-event {
  font-family: 'Zain', cursive;
  font-size: 0.7rem;
  text-align: center;
  color: #999;
  font-style: italic;
  order: 2;
}

.calendar-day.has-workshop .no-event {
  color: rgba(255, 255, 255, 0.8);
}

.calendar-day.other-month .no-event {
  color: #ccc;
}

.calendar-day.has-workshop .workshop-indicator {
  background: #fff;
}

/* Modal Styles - Redesigned for Better Information Display */
.workshop-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex; /* Always flex but controlled by opacity/visibility */
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.workshop-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  transition: opacity 0.4s ease;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 24px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(-40px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  scrollbar-width: thin;
  scrollbar-color: #12A89C #f0f0f0;
}

.workshop-modal.active .modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal-content::-webkit-scrollbar {
  width: 6px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #12A89C;
  border-radius: 10px;
}

/* Removed redundant keyframes as we switched to transitions for better control */

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 1.2rem;
  color: #666;
}

.modal-close:hover {
  background: #12A89C;
  border-color: #12A89C;
  color: #fff;
  transform: scale(1.1);
}

.modal-header {
  background: linear-gradient(135deg, #12A89C, #0D948A);
  color: #fff;
  padding: 40px 32px;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.modal-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  border-radius: 16px;
  min-width: 90px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.modal-day {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal-month {
  font-size: 1.1rem;
  font-weight: 600;
}

.modal-title h3 {
  font-family: 'Zeyada', cursive;
  font-size: 2.2rem;
  margin: 0 0 8px 0;
}

.modal-time {
  font-family: 'Zain', cursive;
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.95;
}

.modal-body {
  padding: 32px;
}

.workshop-details {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fdfaf5;
  padding: 14px 20px;
  border-radius: 16px;
  font-family: 'Zain', cursive;
  font-size: 1.1rem;
  border: 1px solid #ffecce;
  transition: transform 0.2s ease;
}

.detail-item:hover {
  transform: translateY(-2px);
  background: #fff8eb;
}

.detail-icon {
  font-size: 1.2rem;
  color: #12A89C;
}

.workshop-description,
.workshop-topics {
  margin-bottom: 28px;
}

.workshop-description h4,
.workshop-topics h4 {
  font-family: 'Zeyada', cursive;
  font-size: 1.8rem;
  color: #12A89C;
  margin-bottom: 16px;
}

.workshop-description p {
  font-family: 'Zain', cursive;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

.workshop-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workshop-topics li {
  font-family: 'Zain', cursive;
  font-size: 1rem;
  color: #444;
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}

.workshop-topics li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #12A89C;
  font-weight: bold;
  font-size: 1.2rem;
}

.modal-footer {
  padding: 24px 32px 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.register-workshop-btn {
  background: #12A89C;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Zain', cursive;
  flex: 1;
  min-width: 200px;
}

.register-workshop-btn:hover {
  background: #0D948A;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(18, 168, 156, 0.3);
}

.share-workshop-btn {
  background: #f8f9fa;
  color: #12A89C;
  border: 2px solid #12A89C;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Zain', cursive;
  flex: 1;
  min-width: 200px;
}

.share-workshop-btn:hover {
  background: #12A89C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(18, 168, 156, 0.3);
}

/* Register is an <a> when the workshop has a CMS registration URL, so it needs
   the anchor resets the original <button> did not. */
.register-workshop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.register-workshop-btn:hover {
  color: #fff;
}

/* Shown instead of the link when no valid URL is stored. Deliberately not
   button-shaped: there is nothing to click. */
.register-workshop-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  padding: 16px 32px;
  border: 2px dashed #cfd8dc;
  border-radius: 12px;
  font-family: 'Zain', cursive;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b7a83;
  background: #f8f9fa;
  text-align: center;
}

/* [hidden] must win over the display rules above */
.register-workshop-btn[hidden],
.register-workshop-unavailable[hidden] {
  display: none !important;
}

/* Same-day workshop chooser */
.workshop-modal[hidden] {
  display: none !important;
}

.calendar-day.has-multiple-workshops .workshop-count {
  font-family: 'Zain', cursive;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.2;
  color: #12A89C;
  order: 3;
}

.calendar-day.has-workshop:hover .workshop-count {
  color: #fff;
}

.calendar-day[role="button"]:focus-visible {
  outline: 3px solid #12A89C;
  outline-offset: 2px;
}

.workshop-choice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.workshop-choice {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px 20px;
  background: #f8f9fa;
  border: 2px solid #e3e9ec;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  font-family: 'Zain', cursive;
  transition: all 0.3s ease;
}

.workshop-choice:hover {
  background: #fff;
  border-color: #12A89C;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(18, 168, 156, 0.15);
}

.workshop-choice:focus-visible {
  outline: 3px solid #12A89C;
  outline-offset: 2px;
}

.workshop-choice__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2933;
}

.workshop-choice__meta {
  font-size: 0.95rem;
  color: #5c6b76;
}

@media (prefers-reduced-motion: reduce) {
  .workshop-choice,
  .workshop-choice:hover {
    transition: none;
    transform: none;
  }
}

/* Supporters Section — continuous logo marquee */
.supporters-section {
  width: 100%;
  background: #fff;
  padding: clamp(72px, 10vw, 120px) 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.supporters-container {
  width: min(100%, 1180px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}

/* Carousel shell: centred, capped at 1024px like the reference block */
.supporters-carousel {
  --supporters-spv: 3;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: clamp(40px, 6vw, 80px) auto 0;
}

/* Slides per view steps: 3 → 4 → 5 → 6 */
@media (min-width: 640px) {
  .supporters-carousel { --supporters-spv: 4; }
}

@media (min-width: 768px) {
  .supporters-carousel { --supporters-spv: 5; }
}

@media (min-width: 1024px) {
  .supporters-carousel { --supporters-spv: 6; }
}

.supporters-viewport {
  overflow: hidden;
}

.supporters-track {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: supporters-marquee var(--supporters-marquee-duration, 30s) linear infinite;
  will-change: transform;
}

@keyframes supporters-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--supporters-marquee-offset, -50%), 0, 0);
  }
}

.supporters-carousel.is-paused .supporters-track,
.supporters-track.is-paused {
  animation-play-state: paused;
}

.supporter-slide {
  flex: 0 0 calc(100% / var(--supporters-spv, 3));
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(8px, 1.6vw, 24px);
  box-sizing: border-box;
}

/* Logo slides only: a little extra breathing room so wide and square logos
   sit evenly against the text-name slides. Text slides are untouched. */
.supporter-slide--logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Uploaded logos keep their own proportions: never cropped, never stretched. */
.supporter-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

/* Wraps the slide content when the CMS has a website URL for the supporter */
.supporter-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.supporter-link:focus-visible {
  outline: 2px solid #12A89C;
  outline-offset: 4px;
  border-radius: 4px;
}

.supporter-name {
  font-family: 'Zain', sans-serif;
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.supporter-slide--teal .supporter-name {
  color: #12A89C;
}

.supporter-slide--orange .supporter-name {
  color: #FF9801;
}

/* Edge fades into the section background */
.supporters-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 1;
}

.supporters-fade-left {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.supporters-fade-right {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* No auto-scroll, but the full list stays reachable by scrolling */
@media (prefers-reduced-motion: reduce) {
  .supporters-track {
    animation: none !important;
    transform: none !important;
  }

  .supporters-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .supporters-fade {
    display: none;
  }
}

/* Updates timeline (calendar section styles defined above) */
.updates-timeline {
  margin-top: 48px;
}

.update-item {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.update-item:hover {
  transform: translateX(8px);
}

.update-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  background: linear-gradient(135deg, rgba(18, 168, 156, 1), rgba(255, 152, 1, 1));
  color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.date-day {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.date-month {
  font-size: 1rem;
  font-weight: 600;
}

.update-content {
  flex: 1;
}

.update-content h3 {
  font-family: 'Zeyada', cursive;
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: rgba(18, 168, 156, 1);
}

.update-content p {
  font-family: 'Zain', cursive;
  font-size: 1rem;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.6;
}

.update-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.update-location,
.update-time {
  font-family: 'Zain', cursive;
  font-size: 0.9rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 4px;
}

.register-btn {
  background: rgba(255, 152, 1, 1);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.register-btn:hover {
  background: #ffb300;
}

/* CTA Section - Work page */
.cta-section {
  width: 100%;
  background: #FFF2DF;
  padding: clamp(64px, 8vw, 96px) 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.cta-container {
  width: min(100%, 1180px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  box-sizing: border-box;
  display: block;
}

.cta-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  max-width: min(1000px, 100%);
  margin: 0 auto;
  box-sizing: border-box;
}

.cta-heading {
  font-family: 'Zeyada', cursive;
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
  line-height: 1.2;
  color: rgba(18, 168, 156, 1);
  flex: 1 1 300px;
  max-width: min(480px, 46%);
  min-width: 0;
  margin: 0;
  text-align: left;
}

.cta-green {
  color: rgba(18, 168, 156, 1);
}

.cta-yellow {
  color: rgba(255, 152, 1, 1);
}

.cta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 320px;
  max-width: min(500px, 52%);
  min-width: 0;
  width: 100%;
}

.cta-text p {
  font-family: 'Zain', cursive;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: #222;
  margin: 0 0 0.8em;
  line-height: 1.6;
  width: 100%;
}

.cta-text p:last-of-type {
  margin-bottom: clamp(20px, 3vw, 32px);
}

.cta-button {
  background: rgba(255, 152, 1, 1);
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Zain', cursive;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

.cta-button:hover {
  background: #ffb300;
}

/* Animation Classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.project-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.project-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Marquee cards must stay fully visible (skip entrance opacity) */
.projects-slider-container.is-marquee .project-card,
.projects-slider-container.is-marquee .project-card.animate-in {
  opacity: 1;
  transform: none;
}

.projects-slider-container.is-marquee .project-card:hover {
  transform: translateY(-8px);
}

.supporter-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.supporter-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.update-item {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.update-item.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .our-impact-section {
    padding: 72px clamp(16px, 4vw, 24px) 48px;
  }

  .our-impact-container {
    gap: clamp(28px, 5vw, 36px);
  }

  .our-impact-intro {
    max-width: min(560px, 100%);
    padding: 0;
    text-align: center;
  }

  .our-impact-intro p,
  .our-impact-intro .zain-font {
    max-width: 100%;
    text-align: center;
  }

  .our-impact-intro h2 {
    font-size: 2.5rem;
  }

  .work-components-grid {
    grid-template-columns: 1fr;
    max-width: min(560px, 100%);
    margin: 0 auto;
    gap: 20px;
  }

  .work-component-card {
    padding: clamp(20px, 4vw, 24px);
  }

  .work-component-card h3 {
    font-size: 1.8rem;
  }

  .component-btn {
    width: 100%;
    min-width: 0;
    align-self: stretch;
    text-align: center;
    min-height: 44px;
  }

  .projects-slider-container:not(.is-single-project):not(.is-marquee) {
    padding: 0 40px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card {
    width: 45%;
    min-width: 250px;
  }

  .update-item {
    flex-direction: column;
    gap: 20px;
  }

  .update-date {
    align-self: flex-start;
  }

  .section-title {
    font-size: 2.5rem;
  }

}

@media (max-width: 480px) {
  .projects-container,
  .supporters-container,
  .updates-container {
    padding: 0 16px;
  }

  .projects-slider-container:not(.is-single-project):not(.is-marquee) {
    padding: 0 30px;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
  }

  .supporter-slider-arrow {
    width: 36px;
    height: 36px;
  }

  .supporter-circle {
    width: 120px;
    height: 120px;
  }

  .supporter-circle span {
    font-size: 1rem;
    padding: 15px;
  }

  .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card {
    width: 80%;
    min-width: 0;
  }

  .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card,
  .supporter-card,
  .update-item {
    padding: 20px;
  }

  .appointment-form {
    padding: 24px;
  }

  .section-title {
    font-size: 2rem;
  }

  .our-impact-section {
    padding: clamp(48px, 10vw, 64px) clamp(14px, 4vw, 18px) clamp(40px, 8vw, 48px);
  }

  .our-impact-intro h2 {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }

  .our-impact-intro .zain-font {
    font-size: clamp(1rem, 3.8vw, 1.1rem);
  }

  .work-components-grid {
    max-width: 100%;
    gap: 16px;
  }

  .work-component-card {
    padding: clamp(16px, 4.5vw, 22px);
    border-radius: 18px;
  }

  .work-component-card h3 {
    font-size: 1.6rem;
  }

  .work-component-card .component-excerpt {
    margin-bottom: clamp(16px, 4vw, 20px);
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
  }

  .component-modal-content {
    padding: 32px 24px 28px;
  }

  .component-modal-content h3 {
    font-size: 2rem;
  }
}

/* Project Modal Styles */
.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.project-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  transition: opacity 0.4s ease;
}

.project-modal-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: min(1100px, calc(100vw - 48px));
  max-width: min(1100px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-modal.active .project-modal-container {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Redundant keyframes removed */

.project-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333;
}

.project-modal-close:hover {
  background: #fff;
  transform: scale(1.1);
}

.project-modal-content {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1fr);
  align-items: start;
}

.project-modal-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4096 / 2711;
  height: auto;
  background: transparent;
  overflow: hidden;
}

.project-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.project-modal-details {
  padding: 40px;
  padding-top: 48px;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.project-modal-category {
  display: inline-block;
  background: #12A89C;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: flex-start;
}

.project-modal-details h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.project-modal-details p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.project-modal-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.project-modal-stats .stat {
  background: #f8f9fa;
  color: #12A89C;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.project-modal-content-details {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid #12A89C;
}

.project-modal-content-details h4 {
  font-family: 'Amatic SC', cursive;
  font-size: 1.8rem;
  color: #333;
  margin: 0 0 16px 0;
}

.project-modal-content-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-modal-content-details li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.project-modal-content-details li:before {
  content: "•";
  color: #12A89C;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.project-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: auto;
}

.project-modal-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.project-modal-btn.primary {
  background: #12A89C;
  color: #fff;
}

.project-modal-btn.primary:hover {
  background: #0D948A;
  transform: translateY(-2px);
}

.project-modal-btn.secondary {
  background: transparent;
  color: #12A89C;
  border: 2px solid #12A89C;
}

.project-modal-btn.secondary:hover {
  background: #12A89C;
  color: #fff;
  transform: translateY(-2px);
}

/* Project Modal Desktop: card-sized image + details column */
@media (min-width: 901px) {
  .project-modal-content {
    grid-template-columns: minmax(420px, 520px) minmax(420px, 1fr);
    align-items: center;
    gap: 0;
  }

  .project-modal-image {
    width: 100%;
    max-width: 520px;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    align-self: center;
    background: transparent;
    display: block;
    padding: 40px 32px 40px 40px;
    overflow: visible;
    box-sizing: border-box;
  }

  .project-modal-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  }

  .project-modal-details {
    align-self: start;
    max-height: calc(100vh - 120px);
  }
}

/* Project Modal Responsive */
@media (max-width: 900px) {
  .project-modal-content {
    display: block;
  }

  .project-modal-image {
    aspect-ratio: 4096 / 2711;
    width: 100%;
    max-height: none;
  }

  .project-modal-details {
    max-height: none;
    overflow-y: visible;
    padding: 24px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .project-modal-container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
  }
  
  .project-modal-details h3 {
    font-size: 2rem;
  }
  
  .project-modal-actions {
    flex-direction: column;
  }
  
  .project-modal-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .project-modal-details {
    padding: 20px;
  }
  
  .project-modal-details h3 {
    font-size: 1.8rem;
  }
  
  .project-modal-stats {
    flex-direction: column;
  }
  
  .project-modal-stats .stat {
    text-align: center;
  }
}





/* ============== WORK.CSS - MOBILE & TABLET RESPONSIVE FIXES ============== */

/* General container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Our Impact Section - tablet landscape */
@media (min-width: 769px) and (max-width: 1024px) {
    .our-impact-section {
        padding: 80px clamp(20px, 3vw, 32px) 56px;
    }

    .our-impact-intro {
        max-width: min(760px, 100%);
    }

    .our-impact-intro p,
    .our-impact-intro .zain-font {
        max-width: min(700px, 100%);
        text-align: center;
    }

    .work-components-grid {
        max-width: min(920px, 100%);
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        gap: 20px;
    }

    .work-component-card {
        padding: clamp(22px, 3vw, 28px);
    }

    .component-btn {
        align-self: flex-start;
        width: fit-content;
        max-width: 100%;
    }
}

/* Projects Slider / marquee — fully responsive */
@media (max-width: 1024px) {
    .projects-slider-container:not(.is-single-project):not(.is-marquee) {
        padding: 0 40px;
    }

    .projects-slider-container.is-marquee {
        padding: 0;
    }
    
    .projects-track {
        gap: 20px;
    }

    .projects-slider-container.is-marquee .projects-slider {
      -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 32px,
        #000 calc(100% - 32px),
        transparent 100%
      );
      mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 32px,
        #000 calc(100% - 32px),
        transparent 100%
      );
    }
    
    .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card {
        width: 45%;
        min-width: 250px;
        max-width: 400px;
    }

    .projects-slider-container.is-marquee .project-card {
        width: clamp(240px, 40vw, 320px);
        min-width: clamp(240px, 40vw, 320px);
        max-width: 320px;
    }
    
    .slider-arrow {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px) {
    .projects-slider-container:not(.is-single-project):not(.is-marquee) {
        padding: 0 30px;
    }

    .projects-slider-container.is-marquee {
        padding: 0;
    }

    .projects-section.has-single-project {
        padding-bottom: 112px;
    }
    
    .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card {
        width: 80%;
        min-width: 0;
        max-width: 400px;
    }

    .projects-slider-container.is-marquee .project-card {
        width: clamp(220px, 78vw, 300px);
        min-width: clamp(220px, 78vw, 300px);
        max-width: 300px;
    }

    .projects-slider-container.is-marquee .projects-slider {
      -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 20px,
        #000 calc(100% - 20px),
        transparent 100%
      );
      mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 20px,
        #000 calc(100% - 20px),
        transparent 100%
      );
    }
    
    .project-content {
        padding: 20px;
    }
    
    .project-content h3 {
        font-size: 1.8rem;
    }
    
    .project-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .project-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .projects-slider-container:not(.is-single-project):not(.is-marquee) .project-card {
        width: 85%;
        min-width: 0;
    }

    .projects-slider-container.is-marquee .project-card {
        width: min(86vw, 280px);
        min-width: min(86vw, 280px);
        max-width: 280px;
    }
    
    .project-content h3 {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 2.6rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
    }
}

/* Workshop Calendar - responsive */
@media (max-width: 1024px) {
  .updates-section {
    overflow-x: hidden;
    padding-bottom: clamp(64px, 8vw, 96px);
  }

  .updates-container {
    width: 100%;
    padding-left: clamp(16px, 2.5vw, 24px);
    padding-right: clamp(16px, 2.5vw, 24px);
  }

  .calendar-container {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .calendar-day {
    min-height: clamp(56px, 8vw, 72px);
  }
}

@media (max-width: 768px) {
  .updates-section {
    padding: clamp(48px, 8vw, 64px) 0 clamp(88px, 14vw, 112px);
  }

  .updates-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .calendar-container {
    max-width: 100%;
    padding: clamp(12px, 3vw, 20px);
  }

  .calendar-header {
    margin-bottom: clamp(8px, 2vw, 12px);
    gap: 8px;
  }

  .calendar-nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    font-size: 1rem;
  }

  .current-month {
    font-size: clamp(1.35rem, 4.5vw, 1.8rem);
    text-align: center;
    flex: 1;
    min-width: 0;
  }

  .calendar-weekdays {
    gap: clamp(3px, 1vw, 6px);
  }

  .calendar-days {
    gap: clamp(4px, 1.5vw, 8px);
  }

  .calendar-day {
    min-height: clamp(48px, 9vw, 68px);
    padding: clamp(4px, 1.4vw, 8px);
  }

  .calendar-day:hover {
    transform: translateY(-1px);
  }

  .weekday {
    font-size: clamp(0.65rem, 2.8vw, 0.8rem);
    padding: clamp(4px, 1.2vw, 6px) 2px;
  }

  .day-number {
    font-size: clamp(0.85rem, 3.2vw, 1rem);
    margin-bottom: 2px;
  }

  .workshop-title {
    font-size: clamp(0.58rem, 2.2vw, 0.7rem);
  }

  .workshop-time {
    font-size: clamp(0.52rem, 2vw, 0.6rem);
  }

  .no-event {
    font-size: clamp(0.55rem, 2vw, 0.65rem);
  }
}

@media (max-width: 430px) {
  .updates-section {
    padding-bottom: 96px;
  }

  .calendar-container {
    padding: clamp(10px, 2.5vw, 14px);
  }

  .calendar-days {
    gap: clamp(3px, 1.2vw, 6px);
  }

  .calendar-day {
    min-height: clamp(44px, 10vw, 56px);
    padding: clamp(3px, 1.2vw, 6px);
  }

  .calendar-nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .current-month {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
  }
}

@media (max-width: 380px) {
  .updates-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .calendar-day {
    min-height: clamp(42px, 11vw, 52px);
  }

  .day-number {
    font-size: clamp(0.8rem, 3.5vw, 0.9rem);
  }

  .no-event {
    font-size: 0.5rem;
  }
}

/* Supporters marquee - responsive
   (scroll speed is constant px/s, so JS derives the duration per width) */
@media (max-width: 1024px) {
  .supporters-container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(16px, 2.5vw, 24px);
    padding-right: clamp(16px, 2.5vw, 24px);
  }
}

@media (max-width: 430px) {
  .supporters-container {
    padding-left: clamp(12px, 3.5vw, 16px);
    padding-right: clamp(12px, 3.5vw, 16px);
  }

  .supporters-fade {
    width: 24px;
  }
}

/* CTA Section - responsive */
@media (max-width: 1024px) {
  .cta-section {
    padding: clamp(56px, 8vw, 80px) 0;
    margin-top: 0 !important;
  }

  .cta-container {
    width: 100%;
    padding-left: clamp(16px, 2.5vw, 24px);
    padding-right: clamp(16px, 2.5vw, 24px);
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(20px, 4vw, 32px);
    max-width: min(640px, 100%);
  }

  .cta-heading {
    max-width: 100%;
    flex: none;
    text-align: center;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }

  .cta-text {
    align-items: center;
    max-width: min(560px, 100%);
    flex: none;
    width: 100%;
  }

  .cta-text p {
    text-align: center;
  }

  .cta-button {
    align-self: center;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: clamp(48px, 8vw, 64px) 0 clamp(72px, 12vw, 96px);
  }

  .cta-container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px !important;
  }

  .cta-content {
    gap: clamp(16px, 4vw, 24px);
  }

  .cta-heading {
    font-size: clamp(2rem, 6vw, 2.6rem);
    line-height: 1.2;
  }

  .cta-text p {
    font-size: clamp(1rem, 3.2vw, 1.1rem);
  }

  .cta-button {
    min-height: 44px;
    padding: 12px 28px;
  }
}

@media (max-width: 430px) {
  .cta-section {
    padding-bottom: 96px;
  }

  .cta-container {
    padding-left: clamp(14px, 4vw, 16px);
    padding-right: clamp(14px, 4vw, 16px);
  }

  .cta-heading {
    font-size: clamp(1.75rem, 7.5vw, 2.2rem);
  }

  .cta-text p {
    font-size: clamp(0.95rem, 3.5vw, 1.05rem);
    margin-bottom: clamp(16px, 4vw, 24px);
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    align-self: center;
  }
}

@media (max-width: 380px) {
  .cta-heading {
    font-size: clamp(1.6rem, 7vw, 1.9rem);
  }
}

/* Modals - better mobile */
@media (max-width: 768px) {
    .workshop-modal,
    .project-modal,
    .component-modal {
        padding: 16px;
        box-sizing: border-box;
    }

    .workshop-modal .modal-content,
    .project-modal-container,
    .component-modal-content {
        width: 100%;
        max-width: calc(100vw - 32px);
        max-height: 90vh;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .component-modal-close,
    .project-modal-close {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .project-modal-btn,
    .register-workshop-btn,
    .share-workshop-btn {
        min-height: 44px;
    }
    
    .modal-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .modal-title h3 {
        font-size: 2rem;
    }
    
    .modal-footer {
        flex-direction: column;
    }
    
    .register-workshop-btn,
    .share-workshop-btn,
    .project-modal-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .modal-title h3 {
        font-size: 1.8rem;
    }
    
    .workshop-details {
        flex-direction: column;
    }
    
    .project-modal-container {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .project-modal-content {
        display: block;
    }
    
    .project-modal-image {
        aspect-ratio: 4096 / 2711;
        height: auto;
        max-height: none;
    }
}

/* General mobile improvements */
@media (max-width: 767px) {
    .section-title {
        font-size: 2.8rem;
    }
    
    .our-impact-intro .zain-font {
        font-size: 1.1rem;
    }
}

@media (max-width: 360px) {
    .our-impact-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .work-component-card h3 {
        font-size: 1.45rem;
    }

    .component-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}

/* Desktop-only: widen the supporters logo carousel without changing height,
   logo size, or any layout at 1024px and below. */
@media (min-width: 1025px) {
  .supporters-section .supporters-container {
    width: min(96vw, 1520px);
    max-width: none;
  }

  .supporters-section .supporters-carousel {
    width: min(92vw, 1440px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .supporters-section .supporters-carousel {
    --supporters-spv: 8;
  }
}
