/* v471 · Foundation footer parity with the approved whisky-guide treatment. */
.site-footer-minimal {
  box-sizing: border-box;
  background: #fff;
  border-top: 2px solid #17392f;
  color: #171916;
}

@media (min-width: 761px) {
  .site-footer-minimal {
    min-height: 216px;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 56px;
    row-gap: 18px;
    align-content: center;
    align-items: end;
    padding: 0 clamp(52px, 5.4vw, 102px);
    font-size: initial;
    letter-spacing: normal;
  }

  .site-footer-minimal .footer-home {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: end;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .site-footer-minimal .footer-home img {
    width: 210px;
    height: auto;
    display: block;
  }

  .site-footer-minimal .footer-motto {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: start;
    display: block;
    width: auto;
    margin: 0;
    color: #e84c11;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .075em;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-footer-minimal .footer-legal {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    display: block;
    width: auto;
    margin: 0;
    color: #4f5d56;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .055em;
    line-height: 1.35;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .site-footer-minimal {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 30px 22px;
    font-size: initial;
    letter-spacing: normal;
    max-width: 100%;
    overflow: hidden;
  }

  .site-footer-minimal .footer-home {
    display: inline-flex;
    align-items: center;
    margin: 0;
  }

  .site-footer-minimal .footer-home img {
    width: 190px;
    height: auto;
    display: block;
  }

  .site-footer-minimal .footer-motto {
    display: block;
    margin: 0;
    color: #e84c11;
    font-family: "Times New Roman", Times, serif;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .site-footer-minimal .footer-legal {
    display: block;
    order: 3;
    margin: 0;
    color: #4f5d56;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .045em;
    line-height: 1.45;
    text-align: left;
    text-transform: uppercase;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
