.expo-mini {
  background: #2e2e2e;
  color: #f5f1ea;
  font-family: "Satoshi", sans-serif;
}

.expo-label {
  font-family: "Inconsolata", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  color: #cfcfcf;
  display: inline-block;
  margin-bottom: 8px;
}

.expo-hero {
  position: relative;
  min-height: 340px;
  color: #f5f1ea;
  overflow: hidden;
}

.expo-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(40, 40, 40, 0.85), rgba(40, 40, 40, 0.6)),
    url("../img/banner-02.jpg") center/cover no-repeat;
  filter: saturate(0.9);
}

.expo-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 60px 0 40px;
  gap: 24px;
}

.expo-hero__title h1 {
  font-family: "Satoshi", sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.expo-hero__dates {
  display: grid;
  gap: 8px;
  text-align: right;
}

.expo-date {
  font-family: "Satoshi", sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  color: #f1a56b;
}

.expo-intro {
  background: #2f2f2f;
  padding: 28px 0 36px;
}

.expo-intro__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

.expo-intro p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: #e6e2db;
}

.expo-intro__side div {
  margin-bottom: 18px;
}

.expo-video {
  padding: 0 0 28px;
  background: #2e2e2e;
}

.expo-video__frame {
  background: #cfcfcf;
  min-height: 220px;
  position: relative;
}

.expo-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
}

.expo-block {
  padding: 28px 0 20px;
}

.expo-block__row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

.expo-block p {
  margin: 0 0 16px;
  color: #e6e2db;
}

.expo-gallery {
  padding: 28px 0;
}

.expo-gallery__head,
.expo-collection__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.expo-gallery__nav button,
.expo-collection__head button,
.expo-program__head button {
  background: transparent;
  border: 0;
  color: #f5f1ea;
}

.expo-gallery__media {
  height: 200px;
  background: #1f1f1f;
}

.expo-quote {
  padding: 28px 0;
  background: #2f2f2f;
}

.expo-quote p {
  font-size: 1.05rem;
  color: #f5f1ea;
  margin: 0;
}

.expo-feature {
  padding: 28px 0;
}

.expo-feature__media {
  background: #5b6e73;
  height: 220px;
}

.expo-text-block {
  padding: 28px 0;
}

.expo-text-block__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.expo-text-block p {
  color: #e6e2db;
}

.expo-collection {
  padding: 28px 0;
}

.expo-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.expo-collection__item {
  background: #2f2f2f;
  height: 120px;
}

.expo-program {
  padding: 28px 0;
}

.expo-program__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.expo-program__cta {
  border: 1px solid #e6e2db;
  background: transparent;
  color: #e6e2db;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.expo-program__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.expo-program__card {
  background: #2f2f2f;
  padding: 12px;
  border-radius: 6px;
}

.expo-program__img {
  height: 80px;
  background: #444;
  margin-bottom: 10px;
}

.expo-program__card h4 {
  font-size: 0.9rem;
  margin: 0 0 6px;
}

.expo-program__card p {
  font-size: 0.75rem;
  margin: 0;
}

.expo-related {
  padding: 28px 0 60px;
}

.expo-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.expo-related__item {
  height: 140px;
  background: #39474c;
}

@media (max-width: 991.98px) {
  .expo-hero__grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .expo-intro__grid,
  .expo-block__row,
  .expo-text-block__grid {
    grid-template-columns: 1fr;
  }

  .expo-collection__grid,
  .expo-program__grid,
  .expo-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .expo-hero__grid {
    padding: 40px 0 32px;
  }

  .expo-collection__grid,
  .expo-program__grid,
  .expo-related__grid {
    grid-template-columns: 1fr;
  }
}
