:root {
  --wine: #347a38;
  --red: #347a38;
}

.hero {
  background: #3b803c;
}

.hero-mark { display: none; }

.hero-edition {
  font-size: 15px;
  letter-spacing: 2.6px;
}

.hero-contrade {
  margin-top: 8px;
  width: 100%;
  color: white;
  position: relative;
  z-index: 1;
}

.hero-contrade > p {
  color: #eff5df;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
}

.hero-contrade-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.hero-team {
  align-items: center;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .28);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  min-height: 275px;
  overflow: hidden;
  padding: 8px;
  text-align: center;
}

.hero-team img { height: 205px; object-fit: contain; width: 205px; }
.hero-team span { margin-top: 5px; position: relative; z-index: 1; }

.hero { align-items: flex-start; flex-wrap: wrap; }
.hero-copy { width: 100%; }

.dot.loss { background: #c43b3b; }

.footer-privacy { color: #e6e2cb; font-size: 13px; text-decoration: underline; }
.legal-page { margin: 0 auto; max-width: 860px; padding: 78px 28px; }
.legal-page h1 { color: #28612e; font: 700 clamp(42px, 5vw, 62px)/1.05 "Playfair Display", serif; margin: 0 0 8px; }
.legal-page h2 { color: #28612e; font-size: 27px; margin: 42px 0 10px; }
.legal-page p { color: #494941; line-height: 1.75; max-width: 760px; }
.legal-page a { color: #28612e; font-weight: 700; }.legal-updated { color: var(--muted) !important; font-size: 13px; }

.official-poster {
  align-items: center;
  background: #edf2e4;
  display: flex;
  gap: clamp(40px, 9vw, 140px);
  justify-content: center;
  padding: 80px max(8vw, 28px);
}

.official-poster-copy { max-width: 390px; }
.official-poster-copy h2 { color: #28612e; font-size: clamp(39px, 4.5vw, 60px); line-height: 1.04; margin: 0 0 18px; }
.official-poster-copy > p:not(.eyebrow):not(.poster-date) { color: #536153; font-size: 16px; line-height: 1.6; }
.poster-date { color: #28612e; font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; line-height: 1.35; }
.poster-date span { color: #587357; font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 600; }
.poster-image { box-shadow: 15px 15px 0 #b9cf9c; display: block; line-height: 0; max-width: 400px; }
.poster-image img { height: auto; max-width: 100%; }

.scorers-section { padding-top: 10px; }
.scorers-list { border: 1px solid var(--line); background: var(--paper); }
.scorer { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 35px 44px 1fr 130px 72px; padding: 12px 20px; }
.scorer:last-child { border-bottom: 0; }
.scorer-rank { color: var(--muted); font: 20px "Playfair Display", serif; }
.scorer img { height: 40px; object-fit: contain; width: 40px; }
.scorer strong { font-size: 15px; }.scorer > span:not(.scorer-rank) { color: var(--muted); font-size: 13px; }.scorer b { color: var(--wine); font: 25px "Playfair Display", serif; text-align: right; }.scorer b small { font: 600 11px "DM Sans", sans-serif; }.empty-state { color: var(--muted); font-size: 14px; margin: 0; padding: 24px; }

@media (max-width: 650px) {
  .hero {
    background: #3b803c;
  }

  .hero { align-items: flex-start; flex-direction: column; gap: 28px; }
  .hero-contrade { max-width: 360px; width: 100%; }
  .hero-contrade-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-team { font-size: 13px; min-height: 155px; }
  .hero-team img { height: 110px; width: 110px; }
  .official-poster { align-items: flex-start; flex-direction: row; gap: 16px; padding: 36px 22px; }
  .official-poster-copy { flex: 1; min-width: 0; }
  .official-poster-copy h2 { font-size: 34px; }
  .official-poster-copy > p:not(.eyebrow):not(.poster-date) { display: none; }
  .poster-image { box-shadow: 5px 5px 0 #b9cf9c; flex: 0 0 110px; max-width: 110px; }
  .scorer { gap: 8px; grid-template-columns: 25px 34px 1fr 42px; padding: 10px; }.scorer img { height: 30px; width: 30px; }.scorer > span:not(.scorer-rank) { display: none; }
}
