.home {
  background: #f4f4f2;
}
.home .site-footer {
  display: none;
}
.home .site-main {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-button--red {
  border-color: #ef1f25;
  background: #ef1f25;
}

.home-button--ghost {
  background: rgba(0, 13, 7, 0.18);
}

.home-button--outline {
  color: #ef1f25;
  background: transparent;
}

.home-button--purple {
  min-height: 32px;
  border-color: #7a25ff;
  background: linear-gradient(90deg, #7a25ff, #ef1f25);
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 48px;
}

.home-hero {
  position: relative;
  min-height: 1080px;
  color: #ffffff;
  background: url("../../img/home/html/hero-bg.jpg") top center/cover;
}

.home-hero__inner {
  width: min(100% - 160px, 1612px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  min-height: 1080px;
  padding-top: 290px;
}

.home-hero__copy {
  max-width: 760px;
}
.home-hero__copy h1 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(5.5rem, 9.17vw, 11rem);
}
.home-hero__copy h1 > span {
  display: block;
  color: #ef1f25;
}
.home-hero__copy p {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.12vw, 1.34rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero__pager {
  position: absolute;
  right: 0;
  top: 43%;
  display: grid;
  gap: 10px;
}
.home-hero__pager span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
}
.home-hero__pager span:first-child {
  background: #ef1f25;
}

.home-feature-strip {
  position: absolute;
  right: max(80px, (100vw - 1760px) / 2 + 128px);
  bottom: 52px;
  z-index: 3;
  display: grid;
  width: min(950px, 100% - 160px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-feature-card {
  display: grid;
  grid-template-columns: 214px 1fr;
  min-height: 218px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
}
.home-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-feature-card div {
  padding: 34px 30px;
  background: linear-gradient(125deg, rgba(0, 13, 7, 0.38), rgba(0, 67, 28, 0.46));
}
.home-feature-card span,
.home-feature-card a {
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.home-feature-card h2 {
  margin: 14px 0 16px;
  max-width: 270px;
  font-size: 1.48rem;
  line-height: 1;
}
.home-feature-card p {
  margin: -8px 0 16px;
  font-size: 0.95rem;
}

.home-matches {
  margin-top: -1px;
  height: auto;
  color: #ffffff;
  background: #001007;
}

.home-section-heading {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  z-index: 20;
}
.home-section-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #00431c;
  font-family: var(--font-base);
  font-size: clamp(2.1rem, 2.5vw, 2.375rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}
.home-section-heading h2::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 8px;
  left: 0;
  width: 3px;
  background: #ef1f25;
}
.home-section-heading h2 span {
  display: block;
  font-weight: 600;
}
.home-section-heading a {
  margin-top: 24px;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.home-section-heading--light h2 {
  color: #ffffff;
}
.home-section-heading--light h2::before {
  background: #ffd117;
}

.home-match-grid {
  width: min(100% - 160px, 1664px);
  margin-inline: auto;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -176px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.home-match-card {
  display: grid;
  justify-items: center;
  min-height: 0;
  padding: 13rem 36px 51px;
  text-align: center;
  background: #011D0C;
  gap: 0;
}
.home-match-card:nth-child(2) {
  background: #053619;
}
.home-match-card:last-child {
  border-right: 0;
}
.home-match-card p,
.home-match-card small {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.home-match-card .home-button {
  margin-top: 1rem;
}
.home-match-card h3 {
  margin: 28px 0 4px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.home-match-card__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 3.5vw, 68px);
  margin-top: 34px;
}
.home-match-card__teams img {
  width: 112px;
  height: 126px;
  object-fit: contain;
}
.home-match-card__teams strong {
  color: #ffd117;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.home-news {
  min-height: 942px;
  padding: 92px 0 128px;
  background: linear-gradient(rgba(255, 255, 255, 0.84) 1px, transparent 1px), linear-gradient(90deg, rgba(217, 221, 220, 0.72) 1px, transparent 1px), #f4f4f2;
  background-size: 240px 240px;
}

.home-news__grid {
  width: min(100%, 1920px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 805px) minmax(0, 480px) minmax(0, 540px);
  gap: 15px;
  margin-top: 76px;
  align-items: center;
}

.home-news-main,
.home-news-secondary,
.home-news-list article {
  background: #ffffff;
}

.home-news-main,
.home-news-secondary {
  position: relative;
  overflow: hidden;
}
.home-news-main img,
.home-news-secondary img {
  width: 100%;
  height: 100%;
  min-height: 546px;
  object-fit: cover;
}
.home-news-main div,
.home-news-secondary div {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 34px 38px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 13, 7, 0.88), transparent);
}
.home-news-main span,
.home-news-secondary span {
  display: inline-block;
  padding: 4px 8px;
  background: #ef1f25;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.home-news-main h3,
.home-news-secondary h3 {
  margin: 12px 0 16px;
  max-width: 410px;
  font-size: 1.55rem;
  line-height: 1.05;
}
.home-news-main a,
.home-news-secondary a {
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.home-news-main {
  height: 546px;
}
.home-news-main div {
  padding: 34px 38px 50px 154px;
}
.home-news-main h3 {
  font-size: 2rem;
}

.home-news-secondary {
  margin-left: -60px;
  position: relative;
}
.home-news-secondary div {
  position: absolute;
  width: 70%;
  color: #00431c;
  background: #ffffff;
}
.home-news-secondary img {
  height: 387px;
  min-height: 0;
}

.home-news-list {
  display: grid;
  gap: 10px;
}
.home-news-list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 190px;
}
.home-news-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-list div {
  padding: 24px;
}
.home-news-list span {
  color: #ef1f25;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.home-news-list h3 {
  margin: 8px 0 14px;
  color: #00431c;
  font-size: 1.2rem;
  line-height: 1.08;
}
.home-news-list a {
  color: #00431c;
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
}

.home-squad {
  position: relative;
  color: #ffffff;
  background: url("../../img/home/elenco-home-bg.jpg") center/cover;
}

.home-squad__inner {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  display: grid;
  grid-template-columns: 500px 690px 570px;
  min-height: 920px;
  align-items: center;
  gap: 0;
}

.home-squad__copy {
  grid-column: 1;
  position: relative;
  z-index: 2;
  transform: translateY(-48px);
}
.home-squad__copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: clamp(4.8rem, 7.8vw, 9.375rem);
}
.home-squad__copy h2 span {
  display: block;
  color: #ef1f25;
}
.home-squad__copy p {
  max-width: 340px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
}

.home-squad__stats {
  display: flex;
  gap: 36px;
  margin-bottom: 34px;
}
.home-squad__stats strong {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  display: grid;
  font-size: 7rem;
}
.home-squad__stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-base);
  font-size: 1rem;
  font-weight: 400;
}

.home-squad__player {
  position: absolute;
  bottom: 0;
  left: 500px;
  width: 700px;
  height: 990px;
  margin-inline: auto;
  object-fit: cover;
  object-position: top center;
}

.home-player-list {
  display: grid;
  grid-column: 3;
  gap: 23px;
}
.home-player-list article {
  position: relative;
  min-height: 196px;
  padding: 24px 110px 22px 28px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
  border: 1px solid #304D38;
}
.home-player-list div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-player-list span {
  color: #ef1f25;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.home-player-list small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.home-player-list .player-tag {
  background: #3A2F26;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  color: #952929;
}
.home-player-list h3 {
  margin: 1rem 0 0;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-player-list p {
  margin: 2px 0 1.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.home-player-list b {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: #ef1f25;
}
.home-player-list article > img {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: auto;
  height: 210px;
  object-fit: cover;
  object-position: top center;
}

.home-era {
  display: grid;
  min-height: 515px;
  grid-template-columns: 570px minmax(0, 1fr);
  gap: 55px;
  padding: 72px max(80px, (100vw - 1760px) / 2) 75px;
  color: #ffffff;
  background: #00150a;
}

.home-era__intro {
  align-self: center;
}
.home-era__intro > p {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  margin: 0 0 -18px;
  color: rgba(0, 67, 28, 0.58);
  font-size: clamp(4.4rem, 5.8vw, 8.2rem);
}
.home-era__intro h2 {
  position: relative;
  max-width: 480px;
  margin: 0 0 18px;
  padding-left: 22px;
  font-family: var(--font-base);
  font-size: clamp(1.85rem, 2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}
.home-era__intro h2::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 8px;
  left: 0;
  width: 4px;
  background: #ef1f25;
}
.home-era__intro > span {
  display: block;
  max-width: 390px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
}

.home-era__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.home-era__cards article {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #ffffff;
}
.home-era__cards article:nth-child(2) div {
  background: linear-gradient(to bottom, rgba(0, 67, 28, 0.9), rgba(0, 67, 28, 0.4) 60%);
  height: auto;
  color: #fff;
}
.home-era__cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-era__cards div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 32px;
  color: #00431c;
  background: #ffffff;
  height: fit-content;
}
.home-era__cards h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 3rem;
  text-transform: uppercase;
}
.home-era__cards p {
  max-width: 260px;
  margin: 0;
  font-size: 1rem;
}
.home-era__cards strong {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 0.8;
  margin: 1rem;
}

.home-shop {
  min-height: 764px;
  padding: 162px 0 159px;
  background: linear-gradient(rgba(255, 255, 255, 0.72) 1px, transparent 1px), linear-gradient(90deg, rgba(217, 221, 220, 0.72) 1px, transparent 1px), #f4f4f2;
  background-size: 240px 240px;
}

.home-shop__container {
  width: min(100% - 160px, 1612px);
  margin-inline: auto;
}

.home-shop__panel {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 443px;
  overflow: visible;
  padding: 64px 106px;
  background: #e9e5dd;
}
.home-shop__panel > div {
  position: relative;
  z-index: 2;
  width: 440px;
}
.home-shop__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  background: linear-gradient(#00431c 0 48%, #ffffff 48% 64%, #ef1f25 64%);
}
.home-shop__panel span {
  display: inline-block;
  padding: 7px 12px;
  background: #ffd117;
  color: #000d07;
  font-family: "Brush Script MT", "SignPainter", "Segoe Script", cursive;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.home-shop__panel h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  margin: 8px 0 12px;
  color: #000d07;
  font-size: clamp(3.4rem, 6.2vw, 7.45rem);
}
.home-shop__panel h2 strong {
  color: #ef1f25;
  font: inherit;
}
.home-shop__panel p {
  max-width: 310px;
  margin: 0 0 36px;
  font-weight: 800;
}
.home-shop__panel .home-button {
  padding-inline: 42px;
}
.home-shop__panel img {
  position: absolute;
  top: -14px;
  right: 274px;
  z-index: 1;
  width: 732px;
  height: 480px;
  object-fit: contain;
}

.home-social {
  min-height: 1229px;
  padding-top: 106px;
  background: linear-gradient(rgba(255, 255, 255, 0.72) 1px, transparent 1px), linear-gradient(90deg, rgba(217, 221, 220, 0.72) 1px, transparent 1px), #ffffff;
  background-size: 240px 240px;
}

.home-social__heading {
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}
.home-social__heading h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
  margin: 0;
  color: #00431c;
  font-size: clamp(3.4rem, 6.05vw, 7.25rem);
}
.home-social__heading h2 span {
  display: block;
}
.home-social__heading h2 em {
  color: #ef1f25;
  font: inherit;
  font-style: normal;
}
.home-social__heading p {
  margin: 22px auto 0;
  color: #6e7470;
  font-weight: 700;
}

.home-social__bar {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  color: #6e7470;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-social__mosaic {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
}
.home-social__mosaic img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home-stands {
  min-height: 540px;
  margin-top: -16px;
  padding: 190px 32px 120px;
  text-align: center;
  color: #ffffff;
  background: url("../../img/home/html/stands-bg.jpg") center/cover;
}
.home-stands h2 {
  margin: 0;
  font-family: "Brush Script MT", "SignPainter", "Segoe Script", cursive;
  font-size: clamp(3rem, 5vw, 6rem);
  font-style: italic;
  line-height: 0.95;
}
.home-stands p {
  margin: 10px 0 0;
  font-size: clamp(1.2rem, 2.2vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sponsors {
  min-height: 882px;
  padding: 115px 0 55px;
  text-align: center;
  background: #f4f4f2;
}
.home-sponsors > p {
  max-width: 430px;
  margin: 0 auto 130px;
  color: #6e7470;
  font-weight: 800;
}

.home-sponsor-grid {
  width: min(100% - 160px, 1740px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.home-sponsor-grid span {
  display: grid;
  min-height: 155px;
  place-items: center;
  padding: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.home-sponsor-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-sponsors .home-button {
  margin-top: 60px;
}

@media (max-width: 1180px) {
  .home-feature-strip,
  .home-section-heading,
  .home-match-grid,
  .home-news__grid,
  .home-squad__inner,
  .home-social__bar,
  .home-social__mosaic,
  .home-sponsor-grid,
  .home-shop__container {
    width: min(100% - 48px, 980px);
  }
  .home-match-grid,
  .home-news__grid,
  .home-squad__inner,
  .home-era,
  .home-shop__panel {
    grid-template-columns: 1fr;
  }
  .home-feature-strip {
    right: 24px;
    width: min(100% - 48px, 950px);
    margin: 0;
  }
  .home-news-secondary {
    margin-top: 0;
    margin-left: 0;
  }
  .home-squad__copy,
  .home-player-list {
    grid-column: auto;
  }
  .home-squad__copy {
    transform: none;
  }
  .home-squad__player {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-height: 760px;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
  }
  .home-era {
    padding-inline: 24px;
  }
  .home-era__cards,
  .home-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-sponsor-grid span {
    height: 155px;
    min-height: 0;
  }
}
@media (min-width: 681px) and (max-width: 900px) {
  .home-match-card {
    padding-top: 90px;
  }
  .home-shop {
    min-height: 0;
    padding: 110px 0;
  }
  .home-shop__panel {
    padding: 52px 52px 0;
  }
  .home-shop__panel > div {
    width: min(100%, 440px);
  }
  .home-shop__panel img {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 620px);
    height: auto;
    justify-self: center;
    margin-top: 24px;
  }
}
@media (max-width: 680px) {
  .home-hero {
    min-height: 0;
    padding-bottom: 32px;
    background-position: 45% top;
  }
  .home-hero__inner {
    width: min(100% - 32px, 560px);
    min-height: 510px;
    padding-top: 150px;
    padding-bottom: 48px;
  }
  .home-hero__copy {
    max-width: 330px;
  }
  .home-hero__copy h1 {
    font-size: 4rem;
  }
  .home-hero__copy p {
    margin-top: 12px;
    font-size: 0.78rem;
  }
  .home-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }
  .home-actions .home-button {
    width: fit-content;
  }
  .home-hero__pager {
    right: 4px;
  }
  .home-button {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 0.76rem;
  }
  .home-feature-strip {
    position: relative;
    inset: auto;
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-inline: auto;
  }
  .home-feature-card {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 164px;
  }
  .home-feature-card img {
    height: 100%;
  }
  .home-feature-card div {
    padding: 22px 18px;
  }
  .home-feature-card h2 {
    margin: 8px 0 12px;
    font-size: 1.05rem;
  }
  .home-feature-card p {
    margin: -5px 0 10px;
    font-size: 0.74rem;
  }
  .home-matches {
    padding-top: 62px;
  }
  .home-section-heading {
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 14px;
  }
  .home-section-heading h2 {
    padding-left: 16px;
    font-size: 1.85rem;
  }
  .home-section-heading a {
    margin-top: 0;
    font-size: 0.7rem;
  }
  .home-match-grid {
    width: calc(100% - 32px);
    margin-top: 34px;
    border-top: 0;
  }
  .home-match-card {
    min-height: 390px;
    padding: 48px 20px 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .home-match-card p,
  .home-match-card small {
    font-size: 0.68rem;
  }
  .home-match-card h3 {
    margin-top: 22px;
    font-size: 1rem;
  }
  .home-match-card__teams {
    gap: 24px;
    margin-top: 24px;
  }
  .home-match-card__teams img {
    width: 78px;
    height: 88px;
  }
  .home-match-card__teams strong {
    font-size: 2rem;
  }
  .home-news {
    min-height: 0;
    padding: 72px 0;
  }
  .home-news__grid {
    width: calc(100% - 32px);
    gap: 14px;
    margin-top: 34px;
  }
  .home-news-main {
    height: 350px;
  }
  .home-news-main img {
    min-height: 0;
  }
  .home-news-main div {
    padding: 24px;
  }
  .home-news-main h3 {
    font-size: 1.55rem;
  }
  .home-news-secondary {
    margin: 0;
  }
  .home-news-secondary img {
    height: 230px;
  }
  .home-news-secondary div {
    position: relative;
    width: 100%;
    padding: 22px;
  }
  .home-news-list {
    gap: 12px;
  }
  .home-news-list article {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 140px;
  }
  .home-news-list img {
    height: 100%;
  }
  .home-news-list div {
    padding: 18px 16px;
  }
  .home-news-list h3 {
    font-size: 0.95rem;
  }
  .home-squad {
    padding-top: 72px;
  }
  .home-squad__inner {
    width: calc(100% - 32px);
    min-height: 0;
    padding-bottom: 72px;
    gap: 22px;
  }
  .home-squad__copy h2 {
    font-size: 4.5rem;
  }
  .home-squad__copy p {
    margin-bottom: 26px;
  }
  .home-squad__stats {
    gap: 22px;
  }
  .home-squad__stats strong {
    font-size: 3.4rem;
  }
  .home-squad__stats span {
    font-size: 0.68rem;
  }
  .home-squad__player {
    width: 100%;
    max-height: 580px;
    object-fit: contain;
    object-position: center bottom;
  }
  .home-player-list {
    gap: 12px;
  }
  .home-player-list article {
    min-height: 150px;
    padding: 18px 118px 18px 20px;
    border-radius: 8px;
  }
  .home-player-list span {
    font-size: 2rem;
  }
  .home-player-list h3 {
    margin-top: 12px;
    font-size: 1.05rem;
  }
  .home-player-list p,
  .home-player-list small {
    font-size: 0.78rem;
  }
  .home-player-list article > img {
    right: 8px;
    height: 150px;
  }
  .home-era {
    min-height: 0;
    gap: 44px;
    padding: 72px 16px;
  }
  .home-era__intro > p {
    margin-bottom: -8px;
    font-size: 4.2rem;
  }
  .home-era__intro h2 {
    font-size: 1.55rem;
  }
  .home-era__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-era__cards article {
    min-height: 320px;
  }
  .home-era__cards div {
    padding: 24px;
  }
  .home-shop {
    min-height: 0;
    padding: 96px 0;
  }
  .home-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-shop__panel {
    width: 100%;
    padding: 42px 28px;
  }
  .home-shop__panel > div {
    width: auto;
  }
  .home-shop__panel img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-bottom: -42px;
  }
  .home-shop__container {
    width: min(100% - 32px, 560px);
  }
  .home-social {
    min-height: 0;
    padding-top: 78px;
  }
  .home-social__heading {
    width: calc(100% - 32px);
  }
  .home-social__heading h2 {
    font-size: 4rem;
  }
  .home-social__heading p {
    font-size: 0.84rem;
  }
  .home-social__bar {
    width: calc(100% - 32px);
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
  }
  .home-social__mosaic {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-social__mosaic img {
    height: 150px;
  }
  .home-social__mosaic img:last-child {
    grid-column: 1/-1;
  }
  .home-stands {
    min-height: 110px;
    aspect-ratio: 1920/540;
    margin-top: 0;
    padding: 0;
    background-color: #00150a;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home-sponsors {
    min-height: 0;
    padding: 72px 0 56px;
  }
  .home-sponsors > p {
    width: calc(100% - 32px);
    margin-bottom: 48px;
    font-size: 0.85rem;
  }
  .home-sponsor-grid {
    width: calc(100% - 32px);
  }
  .home-sponsor-grid span {
    height: 104px;
    min-height: 104px;
  }
  .home-sponsors .home-button {
    margin-top: 42px;
  }
}

/*# sourceMappingURL=home.css.map */
