/* Vintage Home overrides only. */

body.vintage.view-home .home-hero {
  grid-template-columns: minmax(0, 1.28fr) minmax(315px, 0.78fr) !important;
  align-items: start;
  gap: 1rem;
  background-image: none !important;
}

body.vintage.view-home .home-section,
body.vintage.view-home .home-final-cta {
  background-image: none !important;
}

body.vintage.view-home .home-hero-next,
body.vintage.view-home .home-group-spotlight,
body.vintage.view-home .home-news-panel {
  display: none !important;
}

body.vintage.view-home .home-hero.vintage-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(315px, 0.78fr) !important;
  background: linear-gradient(135deg, #f8efe2, #eadcc8) !important;
  border: 1px solid #c4a882 !important;
  border-radius: 20px !important;
  color: #3a2a14 !important;
  box-shadow: 0 14px 30px rgba(60, 42, 20, 0.10) !important;
  overflow: hidden;
}

body.vintage.view-home .home-hero.vintage-panel::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(139, 106, 58, 0.35);
  border-radius: 16px;
  pointer-events: none;
  z-index: 0;
}

body.vintage.view-home .home-hero.vintage-panel::after {
  content: 'PASSAPORTE 2026';
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  background: rgba(245, 237, 227, 0.72);
  border: 1px dashed rgba(139, 106, 58, 0.55);
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  color: #5c4a32;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  transform: rotate(7deg);
  pointer-events: none;
}

body.vintage.view-home .home-hero .home-feed-section {
  margin: 0;
  padding: 0.72rem !important;
  align-self: start;
}

body.vintage.view-home .home-feed-section.vintage-panel {
  background: #f8efe2 !important;
  border: 1px solid #c4a882 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(60, 42, 20, 0.10) !important;
}

body.vintage.view-home .home-feed-section.vintage-panel::before {
  display: none !important;
}

body.vintage.view-home .home-hero .home-feed-list {
  grid-template-columns: 1fr;
  max-height: 390px;
  overflow: auto;
  padding-right: 0.15rem;
  gap: 0.45rem;
}

body.vintage.view-home .home-hero .home-feed-item {
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: start;
  padding: 0.58rem 0.65rem;
  gap: 0.48rem;
  background: linear-gradient(135deg, rgba(255, 250, 238, 0.92), rgba(238, 226, 208, 0.78)) !important;
  border: 1px solid #d0b58e !important;
  border-left: 4px double #8b6a3a !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  position: relative;
}

body.vintage.view-home .home-feed-item::after {
  content: 'Atualizado';
  position: absolute;
  right: 0.65rem;
  top: 0.45rem;
  color: rgba(139, 106, 58, 0.32);
  border: 1px dashed rgba(139, 106, 58, 0.28);
  border-radius: 999px;
  padding: 0.08rem 0.42rem;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  transform: rotate(4deg);
  pointer-events: none;
}

body.vintage.view-home .home-feed-type {
  border: 1px dashed #8b6a3a !important;
  border-radius: 4px !important;
  background: #eadcc8 !important;
  color: #5c3b17 !important;
  font-family: 'Bebas Neue', Arial, sans-serif !important;
  font-size: 0.6rem !important;
  letter-spacing: 0.1em !important;
  transform: rotate(-2deg);
}

body.vintage.view-home .home-feed-body h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #3a2a14 !important;
  font-size: 0.86rem;
  line-height: 1.18;
}

body.vintage.view-home .home-feed-body p {
  color: #5c4a32 !important;
  font-size: 0.74rem;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.vintage.view-home .home-feed-body small {
  color: #8b6a3a !important;
  font-size: 0.6rem;
  margin-top: 0.22rem;
}

body.vintage.view-home .home-feed-action {
  grid-column: 2;
  justify-self: start;
  font-size: 0.64rem;
  padding: 0.28rem 0.55rem;
  background: #f5ede3 !important;
  border: 1px solid #8b6a3a !important;
  color: #3a2a14 !important;
  border-radius: 999px !important;
  font-family: 'Bebas Neue', Arial, sans-serif !important;
  letter-spacing: 0.06em !important;
}

body.vintage.view-home .home-hero .home-feed-section .home-section-head {
  margin-bottom: 0.48rem;
  border-bottom: 1px dashed #c4a882;
  padding-bottom: 0.7rem;
}

body.vintage.view-home .home-hero .home-feed-section .home-section-head h2 {
  font-size: 1rem !important;
}

body.vintage.view-home .home-hero .home-feed-section .home-section-head span {
  font-size: 0.68rem !important;
  color: #8b6a3a !important;
}

body.vintage.view-home .home-vintage-stamps {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0.7rem;
  margin-top: 1.1rem;
  align-items: center;
  max-width: none !important;
}

body.vintage.view-home .home-vintage-stamps .vintage-stat {
  flex: 0 0 auto;
  width: 130px !important;
  height: 65px !important;
  min-height: unset !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative;
}

body.vintage.view-home .home-vintage-stamps .vintage-stat::before,
body.vintage.view-home .home-vintage-stamps .vintage-stat::after {
  display: none !important;
}

body.vintage.view-home .home-vintage-stamps .vintage-stat strong,
body.vintage.view-home .home-vintage-stamps .vintage-stat span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

body.vintage.view-home .home-vintage-stamps .stat-games {
  background-image: url("assets/vintage/stamps/104-jogos.png") !important;
}

body.vintage.view-home .home-vintage-stamps .stat-teams {
  background-image: url("assets/vintage/stamps/48-selecoes.png") !important;
}

body.vintage.view-home .home-vintage-stamps .stat-stadiums {
  background-image: url("assets/vintage/buttons/16-stadium.png") !important;
}

body.vintage.view-home .home-vintage-stamps .stat-hosts {
  background-image: url("assets/vintage/stamps/3-paises.png") !important;
  width: 155px !important;
  height: 52px !important;
}

body.vintage.view-home .home-actions .vintage-button,
body.vintage.view-home .home-link-btn.vintage-button,
body.vintage.view-home .home-final-cta .vintage-button {
  width: auto !important;
  min-width: 136px !important;
  height: 46px !important;
  color: #3a2a14 !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.70) !important;
  padding: 0.35rem 0.85rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

body.vintage.view-home .home-actions .vintage-button--classification,
body.vintage.view-home .home-link-btn.vintage-button--classification {
  background-image: url("assets/vintage/buttons/classificacao-removebg-preview.png") !important;
}

body.vintage.view-home .home-actions .vintage-button--simulator,
body.vintage.view-home .home-final-cta .vintage-button--simulator {
  background-image: url("assets/vintage/buttons/simulador.png") !important;
}

body.vintage.view-home .home-hero--v2 {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.88fr) !important;
  background: linear-gradient(135deg, #f8efe2, #eadcc8) !important;
  border: 1px solid #c4a882 !important;
  color: #3a2a14 !important;
}

body.vintage.view-home .home-hero--v2 .home-v2-main {
  background: linear-gradient(135deg, rgba(250, 243, 232, 0.95), rgba(236, 224, 204, 0.92)) !important;
  border: 1px solid #d0b58e !important;
}

body.vintage.view-home .home-hero--v2 h1,
body.vintage.view-home .home-hero--v2 .home-v2-next-meta strong,
body.vintage.view-home .home-hero--v2 .home-v2-next-team,
body.vintage.view-home .home-feed-section--compact .home-section-head h2,
body.vintage.view-home .home-feed-section--compact .home-feed-body h3 {
  color: #3a2a14 !important;
}

body.vintage.view-home .home-hero--v2 p,
body.vintage.view-home .home-hero--v2 .home-v2-next-meta span,
body.vintage.view-home .home-hero--v2 .home-v2-next-location,
body.vintage.view-home .home-feed-section--compact .home-feed-body p,
body.vintage.view-home .home-feed-section--compact .home-feed-body small,
body.vintage.view-home .home-quick-copy small,
body.vintage.view-home .home-number-card span {
  color: #5c4a32 !important;
}

body.vintage.view-home .home-v2-card,
body.vintage.view-home .home-feed-section--compact,
body.vintage.view-home .home-quick-card,
body.vintage.view-home .home-number-card,
body.vintage.view-home .home-featured-stadium-card {
  background: #f8efe2 !important;
  border-color: #c4a882 !important;
  box-shadow: 0 14px 30px rgba(60, 42, 20, 0.10) !important;
}

body.vintage.view-home .home-v2-stage,
body.vintage.view-home .home-feed-section--compact .home-feed-type {
  background: #eadcc8 !important;
  border-color: #c4a882 !important;
  color: #5c3b17 !important;
}

body.vintage.view-home .home-feed-section--compact .home-link-btn,
body.vintage.view-home .home-feed-section--compact .home-feed-action,
body.vintage.view-home .home-v2-next-action {
  background: #f5ede3 !important;
  border-color: #8b6a3a !important;
  color: #3a2a14 !important;
}

body.vintage.view-home .home-quick-copy strong,
body.vintage.view-home .home-number-card strong {
  color: #3a2a14 !important;
}

body.vintage.view-home .home-quick-arrow {
  color: #8b6a3a !important;
}

body.vintage.view-home .home-featured-stadium-overlay {
  background: linear-gradient(180deg, transparent, rgba(58, 42, 20, 0.86));
}

@media (max-width: 1180px) {
  body.vintage.view-home .home-hero--v2 {
    grid-template-columns: 1fr !important;
  }
}

body.vintage.view-home .home-actions .vintage-button--calendar,
body.vintage.view-home .home-link-btn.vintage-button--calendar {
  background-image: url("assets/vintage/buttons/calendario.png") !important;
}

body.vintage.view-home .home-link-btn.vintage-button--stadiums,
body.vintage.view-home .home-link-btn.vintage-button--view-stadiums {
  background-image: url("assets/vintage/buttons/estadios.png") !important;
}

body.vintage.view-home .home-stadium-section .home-section-head .vintage-button--stadiums,
body.vintage.view-home .home-stadium-section .home-section-head .vintage-button--view-stadiums,
body.vintage.view-home .home-groups-section .home-section-head .vintage-button--classification {
  align-self: center;
  flex: 0 0 auto;
  margin-left: auto;
  width: 160px !important;
  height: 48px !important;
  min-width: unset !important;
  min-height: unset !important;
}

body.vintage.view-home .home-ticker {
  background: linear-gradient(180deg, #f0e6d4, #e8dcc8);
  border-color: #c4a882;
  box-shadow: 0 12px 24px rgba(60, 42, 20, 0.08);
}

body.vintage.view-home .home-ticker-item {
  border-color: rgba(60, 42, 20, 0.18);
}

body.vintage.view-home .home-ticker-item strong.vintage-status-seal {
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  min-width: 82px;
  min-height: 34px;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  text-shadow: none !important;
}

body.vintage.view-home .home-ticker-item strong.vintage-status-seal::before {
  display: block !important;
  content: '';
  position: absolute;
  inset: 0;
  background: center / contain no-repeat;
  opacity: 0.92 !important;
  filter: drop-shadow(0 2px 2px rgba(60, 42, 20, 0.18));
  pointer-events: none;
}

body.vintage.view-home .home-ticker-item strong.status-live::before {
  background-image: url("assets/vintage/buttons/ao-vivo.png") !important;
}

body.vintage.view-home .home-ticker-item strong.status-soon::before {
  background-image: url("assets/vintage/buttons/em breve.png") !important;
}

body.vintage.view-home .home-ticker-item strong.status-next::before {
  background-image: url("assets/vintage/buttons/proximo.png") !important;
}

body.vintage.view-home .home-ticker-item strong.status-ended::before {
  background-image: url("assets/vintage/buttons/finalizado.png") !important;
}

body.vintage.view-home .home-stadium-card.vintage-card {
  background: #f8efe2 !important;
  border: 1px solid #c4a882 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  color: #3a2a14 !important;
}

body.vintage.view-home .home-stadium-card.vintage-card .home-stadium-photo {
  position: relative;
  overflow: hidden;
}

body.vintage.view-home .home-stadium-card.vintage-card .home-stadium-photo::after {
  display: block !important;
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  width: 62px;
  height: 42px;
  background: center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(60, 42, 20, 0.22));
  opacity: 0.95;
  transform: rotate(-10deg);
  pointer-events: none;
}

body.vintage.view-home .home-stadium-card.vintage-card.host-mexico .home-stadium-photo::after {
  background-image: url("assets/vintage/stamps/mexico.png");
}

body.vintage.view-home .home-stadium-card.vintage-card.host-canada .home-stadium-photo::after {
  background-image: url("assets/vintage/stamps/canada.png");
}

body.vintage.view-home .home-stadium-card.vintage-card.host-us .home-stadium-photo::after {
  background-image: url("assets/vintage/stamps/united-states-blue.png");
}

body.vintage.view-home .home-stadium-card.vintage-card strong {
  color: #3a2a14 !important;
}

body.vintage.view-home .home-stadium-card.vintage-card span {
  color: #5c4a32 !important;
}

body.vintage.view-home .home-final-cta {
  position: relative;
  overflow: hidden;
  color: #3a2a14;
  background: linear-gradient(135deg, #3a2a14, #5c4a32 62%, #8b6a3a);
  border: 1px dashed #c4a882;
  box-shadow: 0 12px 24px rgba(60, 42, 20, 0.12);
}

body.vintage.view-home .home-final-cta::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  width: 118px;
  height: 74px;
  background: url("assets/vintage/buttons/simulador.png") center / contain no-repeat;
  opacity: 0.32;
  transform: rotate(7deg);
  pointer-events: none;
}

body.vintage.view-home .home-final-cta h2,
body.vintage.view-home .home-final-cta p {
  position: relative;
  z-index: 1;
  color: #3a2a14;
}

body.vintage.view-home .home-final-cta span {
  position: relative;
  z-index: 1;
  color: #8b6a3a;
}

body.vintage.view-home .home-final-cta .home-primary-btn {
  position: relative;
  z-index: 1;
}

body.vintage.view-home .home-ad {
  border-color: #c4a882;
  background: rgba(245, 237, 227, 0.45);
}

@media (max-width: 1180px) {
  body.vintage.view-home .home-hero.vintage-panel {
    grid-template-columns: 1fr !important;
  }

  body.vintage.view-home .home-vintage-stamps {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 900px) {
  body.vintage.view-home .home-feed-item {
    grid-template-columns: 1fr !important;
  }

  body.vintage.view-home .home-hero,
  body.vintage.view-home .home-hero.vintage-panel {
    grid-template-columns: 1fr !important;
  }

  body.vintage.view-home .home-hero .home-feed-list {
    max-height: none;
    overflow: visible;
  }

  body.vintage.view-home .home-hero .home-feed-item {
    grid-template-columns: 1fr;
  }

  body.vintage.view-home .home-hero .home-feed-action {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body.vintage.view-home .home-hero.vintage-panel {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  body.vintage.view-home .home-vintage-stamps {
    flex-wrap: wrap !important;
  }

  body.vintage.view-home .home-vintage-stamps .vintage-stat {
    width: 120px !important;
    height: 60px !important;
  }

  body.vintage.view-home .home-vintage-stamps .stat-hosts {
    width: 140px !important;
    height: 47px !important;
  }

  body.vintage.view-home .home-stadium-section .home-section-head .vintage-button--stadiums,
  body.vintage.view-home .home-stadium-section .home-section-head .vintage-button--view-stadiums,
  body.vintage.view-home .home-groups-section .home-section-head .vintage-button--classification {
    margin-left: 0;
    align-self: flex-start;
  }

  body.vintage.view-home .home-actions .vintage-button,
  body.vintage.view-home .home-link-btn.vintage-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.vintage.view-home .home-feed-action {
    width: 100%;
  }

  body.vintage.view-home .home-final-cta::after {
    width: 86px;
    height: 52px;
    opacity: 0.20;
  }
}
