.conference-page {
  background: #f4f7f8;
  color: #1d2935;
  font-family: "Rubik", Arial, sans-serif;
  padding-top: 72px;
}

.conference-hero {
  background: linear-gradient(125deg, #172431 0%, #284b50 56%, #3b776e 100%);
  color: #fff;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(5rem, 10vw, 8rem);
}

.conference-wrap {
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
}

.conference-kicker {
  color: #a9dfcf;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.conference-hero h1 {
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 1.4rem;
  max-width: 920px;
}

.conference-deck {
  color: #e7eff2;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.6;
  margin: 0;
  max-width: 850px;
}

.conference-article {
  margin-top: -4rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}

.conference-feature {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(24, 42, 50, .16);
  margin: 0 0 2.5rem;
  overflow: hidden;
}

.conference-feature img {
  display: block;
  height: auto;
  max-height: 690px;
  object-fit: cover;
  object-position: center 35%;
  width: 100%;
}

.conference-content {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(24, 42, 50, .08);
  margin-bottom: 2.5rem;
  padding: clamp(1.5rem, 5vw, 4rem);
}

.conference-content p {
  color: #425261;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.78;
  margin: 0 0 1.4rem;
}

.conference-content p:first-child {
  color: #1e303d;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.conference-content p:last-child {
  margin-bottom: 0;
}

.conference-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.conference-gallery figure {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(24, 42, 50, .1);
  margin: 0;
  overflow: hidden;
}

.conference-gallery img {
  display: block;
  height: 640px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.conference-gallery figcaption {
  color: #5c6b77;
  font-size: .93rem;
  line-height: 1.5;
  padding: 1rem 1.2rem 1.2rem;
}

.conference-back {
  color: #2d7b68;
  display: inline-block;
  font-weight: 700;
  margin-top: 2.5rem;
  text-decoration: none;
}

.conference-back:hover {
  color: #205a4d;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .conference-page {
    padding-top: 60px;
  }

  .conference-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .conference-hero {
    padding-top: 3.25rem;
  }

  .conference-article {
    margin-top: -3rem;
  }

  .conference-gallery {
    grid-template-columns: 1fr;
  }

  .conference-gallery img {
    height: auto;
    max-height: 680px;
  }
}
