:root {
  --brand-bg: #0a2334;
  --accent: #ffb400;
  --text-primary: #0f1d26;
  --text-light: #f4fafc;
  --body-bg: #f3f7fa;
  --card-bg: #ffffffef;
  --card-border: rgba(15, 29, 38, 0.1);
  --shadow-soft: 0 18px 36px rgba(10, 35, 52, 0.18);
  --content-width: min(1100px, 92vw);
  --font-heading: "Archivo", "Segoe UI", sans-serif;
  --font-body: "Archivo", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--body-bg);
  color: var(--text-primary);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(520px, 75vh, 820px);
  height: min(860px, 100vh);
  color: var(--text-light);
  text-align: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 35, 52, 0.6),
    rgba(10, 35, 52, 0.45) 45%,
    rgba(10, 35, 52, 0.78)
  );
  pointer-events: none;
  z-index: 1;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: clamp(2.8rem, 5vw, 5.5rem) 1.5rem clamp(2.5rem, 4vw, 4.2rem);
  width: min(760px, calc(100% - 3rem));
}

.hero__eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw + 1rem, 4.4rem);
  margin: 0 0 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero__lede {
  font-size: clamp(1rem, 1vw + 0.95rem, 1.35rem);
  opacity: 0.92;
  margin: 0 auto 1.6rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.hero__content .hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero__cta {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  background: var(--accent);
  color: #201000;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 180, 0, 0.4);
}

.hero__cta--facebook {
  background: #1877F2;
  color: #ffffff;
  gap: 0.5rem;
}

.hero__cta--facebook:hover {
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 0 5rem;
}

.results {
  width: var(--content-width);
  margin: 0 auto;
}

.results__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.results__header h2 {
  font-size: clamp(2.2rem, 3vw + 0.5rem, 3.1rem);
  margin: 0 0 1rem;
  font-weight: 700;
}

.results__header p {
  margin: 0;
  color: rgba(15, 29, 38, 0.72);
}

.results__table-wrapper {
  background: var(--card-bg);
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  min-width: 640px;
}

.results-table th,
.results-table td {
  padding: 1.1rem 1.3rem;
  text-align: left;
  border-bottom: 1px solid rgba(15, 29, 38, 0.1);
  vertical-align: top;
}

.results-table thead th {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(15, 29, 38, 0.65);
  border-bottom: 2px solid rgba(15, 29, 38, 0.2);
}

.results-table tbody th {
  width: 80px;
  text-align: center;
  font-size: 1.05rem;
}

.results-table a {
  color: var(--accent);
  font-weight: 600;
}

.results-table tr:last-of-type th,
.results-table tr:last-of-type td {
  border-bottom: none;
}

.galleries {
  width: var(--content-width);
  margin: 0 auto;
}

.galleries__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.galleries__header h2 {
  font-size: clamp(2.2rem, 3vw + 0.5rem, 3.1rem);
  margin: 0 0 1rem;
  font-weight: 700;
}

.galleries__header p {
  margin: 0;
  color: rgba(15, 29, 38, 0.72);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.galleries__grid-wrapper {
  background: var(--card-bg);
  border-radius: 28px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}

.galleries__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  display: block;
  padding: 1.6rem 1.75rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 29, 38, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(15, 29, 38, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 29, 38, 0.08);
}

.gallery-card__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 18px;
  background: rgba(255, 180, 0, 0.18);
  color: rgba(32, 16, 0, 0.9);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gallery-card__title {
  font-weight: 700;
  font-size: 1.1rem;
}

.gallery-card__meta {
  color: rgba(15, 29, 38, 0.65);
  font-size: 0.95rem;
}

.site-footer {
  background: var(--brand-bg);
  color: var(--text-light);
  text-align: center;
  padding: 2.5rem 1.5rem;
  margin-top: 4rem;
}

.site-footer p {
  margin: 0.5rem 0;
}

.site-footer__social {
  margin-top: 1rem;
}

.site-footer__facebook {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1877F2;
  transition: opacity 0.2s ease;
}

.site-footer__facebook:hover {
  opacity: 0.8;
  text-decoration: none;
}

.site-footer__note {
  max-width: 560px;
  margin: 0.5rem auto 0;
  opacity: 0.7;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .hero {
    min-height: clamp(480px, 84vh, 620px);
  }

  .hero__content {
    gap: 1.1rem;
    padding: 3.5rem 1.75rem 3rem;
    width: min(600px, calc(100% - 2.5rem));
  }

  .hero h1 {
    font-size: clamp(2rem, 6vw + 0.6rem, 3rem);
    white-space: normal;
  }

  .hero__lede {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }

  .hero__cta {
    padding: 0.7rem 1.5rem;
  }

  .intro__content {
    padding: 2rem;
  }

  .result-card {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: clamp(440px, 92vh, 560px);
  }

  .hero__content {
    gap: 1rem;
    padding: 3.5rem 1.2rem 2.5rem;
    width: calc(100% - 1.6rem);
  }

  .hero h1 {
    font-size: 1.85rem;
  }

  .hero__lede {
    font-size: 0.96rem;
  }

  .hero__cta {
    width: 100%;
    max-width: 280px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .results__table-wrapper {
    padding: 1.25rem;
  }

  .galleries__grid-wrapper {
    padding: 1.25rem;
  }

  .results-table {
    min-width: 0;
  }

  .results-table thead {
    display: none;
  }

  .results-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .results-table tr {
    display: grid;
    gap: 0.5rem 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 29, 38, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(15, 29, 38, 0.06);
  }

  .results-table th,
  .results-table td {
    padding: 0;
    border: none;
    text-align: left;
  }

  .results-table tbody th {
    font-size: 1.15rem;
    text-align: left;
  }

  .results-table td strong {
    display: block;
  }

  .results-table td:last-child {
    margin-top: 0.4rem;
  }
}