body {
  margin: 0;
  background: #f4f7f6;
  color: #172522;
  font-family: Montserrat, Arial, sans-serif;
}

main {
  overflow: hidden;
}

.results-hero {
  position: relative;
  min-height: 88vh;
  padding-top: var(--site-header-space);
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5, 14, 23, .97) 0%, rgba(5, 14, 23, .78) 48%, rgba(5, 14, 23, .2) 100%),
    url('/assets/img/szbe_wide-scaled.jpg') center right / cover no-repeat;
}

.results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 28%, rgba(235, 193, 121, .24), transparent 32%),
    linear-gradient(0deg, rgba(5, 14, 23, .95) 0%, transparent 42%);
}

.results-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: #ebc179;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.results-title {
  max-width: 840px;
  margin: 0 0 1.25rem;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900;
  line-height: .94;
}

.results-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.results-section {
  position: relative;
  z-index: 2;
  margin-top: -3rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.result-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(37, 91, 87, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(20, 36, 34, .1);
}

.result-card-dark {
  background: #10221f;
  color: #fff;
}

.result-number {
  display: block;
  margin-bottom: 1.25rem;
  color: rgba(37, 91, 87, .22);
  font-size: 4rem;
  font-weight: 900;
  line-height: .8;
}

.result-card-dark .result-number {
  color: rgba(235, 193, 121, .7);
}

.result-card h2 {
  margin: 0 0 .75rem;
  color: #255b57;
  font-weight: 900;
}

.result-card-dark h2 {
  color: #fff;
}

.result-card p {
  margin: 0;
  color: #5d6a68;
  line-height: 1.7;
}

.result-card-dark p {
  color: rgba(255, 255, 255, .76);
}

.competition-section {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0;
  color: #10221f;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.04;
}

.competition-list {
  display: grid;
  gap: 1rem;
}

.competition-item {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 36, 34, .08);
}

.competition-date {
  display: inline-flex;
  margin-bottom: .4rem;
  color: #ebc179;
  font-weight: 900;
}

.competition-item h3 {
  margin: 0;
  color: #255b57;
  font-weight: 900;
}

.competition-item p {
  margin: 0;
  color: #5d6a68;
  line-height: 1.7;
}

.facebook-feed-section {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.facebook-feed-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 34, 31, .98), rgba(7, 17, 31, .98));
  color: #fff;
}

.facebook-feed-copy h2 {
  max-width: 680px;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.04;
}

.facebook-feed-copy p {
  max-width: 560px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, .76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.facebook-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 8px;
  background: #ebc179;
  color: #10221f;
  font-weight: 900;
  padding: .78rem 1rem;
  text-decoration: none;
}

.facebook-link:hover,
.facebook-link:focus {
  background: #fff;
  color: #10221f;
}

.facebook-feed-frame {
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.facebook-feed-frame iframe {
  width: 100%;
  max-width: 500px;
  background: #fff;
}

.facebook-feed-empty {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 2rem;
  color: rgba(255, 255, 255, .72);
  text-align: center;
}

.facebook-feed-empty span {
  color: #ebc179;
  font-size: 2.6rem;
}

.facebook-feed-empty p {
  margin: 1rem 0 0;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .results-hero {
    min-height: 90vh;
    background:
      linear-gradient(180deg, rgba(5, 14, 23, .34) 0%, rgba(5, 14, 23, .9) 56%, #07111f 100%),
      url('/assets/img/szbe_wide-scaled.jpg') 62% center / cover no-repeat;
  }

  .results-hero .row {
    align-items: end !important;
    padding-bottom: 4rem;
  }

  .result-card {
    padding: 1.5rem;
  }

  .competition-item {
    grid-template-columns: 1fr;
  }

  .facebook-feed-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .facebook-feed-frame {
    min-height: 520px;
  }

  .facebook-feed-frame iframe {
    height: 520px;
  }
}
