@media (min-width: 1181px) {
  .site-footer {
    color: #fff;
    background: #1c1c1c;
    border-top: 3px solid #b3100d;
    font-family: "NexaLight", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .site-footer__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 78px 6% 40px;
  }

  .site-footer__main {
    display: grid;
    grid-template-columns: 39% 1fr;
    column-gap: 5%;
    align-items: start;
    padding-bottom: 64px;
  }

  .site-footer__logo {
    display: block;
    width: 220px;
    height: auto;
    margin: 0 0 34px;
    object-fit: contain;
    object-position: left center;
  }

  .site-footer__company h2,
  .site-footer__explore h3,
  .site-footer__offices h3 {
    margin: 0;
    color: #fff;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 400;
  }

  .site-footer__company h2 {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 20px;
  }

  .site-footer__company p,
  .site-footer__offices p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 17px;
    line-height: 32px;
  }

  .site-footer__company a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.25s;
  }

  .site-footer__company a:hover,
  .site-footer__company a:focus-visible {
    color: #fff;
  }

  .site-footer__explore {
    /* Logo (~76px) + suo margine (34px): "Esplora" parte alla quota di "Selcom S.p.A." */
    padding-top: 110px;
  }

  .site-footer__explore h3,
  .site-footer__offices h3 {
    font-size: 17px;
    line-height: 17px;
  }

  .site-footer__explore h3::after,
  .site-footer__offices h3::after {
    display: block;
    width: 54px;
    height: 1.6px;
    margin-top: 8px;
    content: "";
    background: #b3100d;
  }

  .site-footer__nav {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 48px;
  }

  .site-footer__nav a {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    line-height: 34px;
    transition: color 0.25s;
  }

  .site-footer__nav a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1.5px;
    content: "";
    background: #b3100d;
    transition: width 0.25s;
  }

  .site-footer__nav a:hover,
  .site-footer__nav a:focus-visible {
    color: #fff;
  }

  .site-footer__nav a:hover::after,
  .site-footer__nav a:focus-visible::after {
    width: 100%;
  }

  .site-footer__rule {
    height: 1px;
    margin: 0;
    background: rgba(255, 255, 255, 0.16);
  }

  .site-footer__offices {
    display: grid;
    grid-template-columns: 27% 22% 29% 22%;
    gap: 0;
    padding: 56px 0;
  }

  .site-footer__offices h3::after {
    width: 20%;
  }

  .site-footer__offices p {
    margin-top: 24px;
  }

  .site-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-top: 36px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 16px;
    line-height: 16px;
  }

  .site-footer__legal nav {
    display: flex;
    gap: 50px;
  }

  .site-footer__legal a {
    color: rgba(255, 255, 255, 0.54);
    transition: color 0.25s;
  }

  .site-footer__legal a:hover,
  .site-footer__legal a:focus-visible {
    color: #fff;
  }

  .site-footer__legal p {
    margin: 0;
    white-space: nowrap;
  }

}
