/* EVENTS PAGE STYLES - Black/White Aesthetic */
.events-page {
  padding: 60px 0 0px;
  background: #ffffff;
  color: #111;
}

/* IMAGE BANNER (unchanged) */
.image-banner {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background: #000;
}
.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.banner-overlay h1 {
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: 2px solid #ffffff70;
  padding: 1rem 3rem;
}

/* NEW CARD GRID — with date/venue prominence */
.events-grid-section {
  padding: 0px 0 40px;
}
.section-headline {
  text-align: center;
  margin-bottom: 50px;
}
.section-headline .mini-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  color: #777;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-headline h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 10px;
}
.section-headline .title-underline-center {
  width: 80px;
  height: 2px;
  background: #000;
  margin: 20px auto 0;
}

/* EVENT CARDS — masonry style grid */
.events-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.event-card {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  transform: translateY(-6px);
  border-color: #999;
}

.event-card-image {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s ease;
}
.event-card:hover .event-card-image img {
  filter: grayscale(0%);
}
.event-card-location {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;font-weight: 600;
}

.event-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-card-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
  line-height: 1.3;
}
.event-date-venue {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 8px;
}
.event-date {
  display: flex;
  align-items: center;
  gap: 6px;
}
.event-date i {
  font-size: 12px;
  color: #333;
}
.event-venue-card {
  display: flex;
  align-items: center;
  gap: 6px;
}
.event-venue-card i {
  font-size: 12px;
  color: #333;
}
.event-collab {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
  font-style: italic;
  background: #f0f0f0;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  align-self: flex-start;
}
.event-description {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}
.event-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1.5px;
  padding: 4px 10px;font-weight: 600;
  background: #111;
  color: white;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: auto;
}

/* Additional subtle divider */
.events-divider {
  height: 1px;
  background: #ddd;
  margin: 20px 0 40px;
}

/* Responsive */
@media (max-width: 700px) {
  .banner-overlay h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .section-headline h2 {
    font-size: 32px;
  }
  .events-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {

  .events-card-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .event-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}
/* responsive */
        @media screen and (max-width:1400px) {

        }
        @media screen and (min-width:1200px) and   (max-width:1399.98px) {
   
        }
        @media screen and (min-width:992px) and   (max-width:1199.98px) {

        }
        @media screen  and (min-width:768px) and (max-width:991.98px) {
 .banner-overlay h1 {
  letter-spacing: 2px;
  padding: 1rem 1rem;
  font-size: 20px;margin-bottom: 0;
    margin-top: 70px;
}
.image-banner {
  height: 26vh;
}
.events-page {
  padding: 45px 0 0px;
}
.events-card-grid {
  grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
}
        }
        @media screen and (min-width:576px) and (max-width:767.98px) {

 .banner-overlay h1 {
  letter-spacing: 2px;
  padding: 1rem 1rem;
  font-size: 20px;margin-bottom: 0;
    margin-top: 70px;
}
.image-banner {
  height: 26vh;
}
.events-page {
  padding: 45px 0 0px;
}
        }
        @media screen  and (min-width:381px) and (max-width:575.98px){
.banner-overlay h1 {
  letter-spacing: 2px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 80px;
}
.image-banner {
  height: 200px;
}
.events-page {
  padding: 15px 0 0px;
}
.section-headline {
  margin-bottom: 25px;
}
.section-headline .title-underline-center {
  width: 56px;
  margin: 12px auto 0;
}
.section-headline h2 {
  font-size: 26px;
}
.event-card-content h3 {
  font-size: 15px;
}
.event-description {
  font-size: 12px;
}
.events-grid-section {
  padding: 0px 0 0px;
}
        }
        @media screen and (min-width:320px) and (max-width:380.98px) {
.banner-overlay h1 {
  letter-spacing: 2px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 80px;
}
.image-banner {
  height: 200px;
}
.events-page {
  padding: 15px 0 0px;
}
.section-headline {
  margin-bottom: 25px;
}
.section-headline .title-underline-center {
  width: 56px;
  margin: 12px auto 0;
}
.section-headline h2 {
  font-size: 26px;
}
.event-card-content h3 {
  font-size: 15px;
}
.event-description {
  font-size: 12px;
}
.events-grid-section {
  padding: 0px 0 0px;
}
        }