footer {
  padding: 0;
}

.footer-inner {
  display: block;
  max-width: none;
}

.footer-main,
.footer-meta,
.footer-conac {
  padding-left: max(24px, calc((100vw - 1152px) / 2));
  padding-right: max(24px, calc((100vw - 1152px) / 2));
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 48px;
  padding-top: 38px;
  padding-bottom: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: #fff;
  font: 24px serif;
  letter-spacing: 2px;
}

.footer-brand small {
  margin-top: 5px;
  color: #b9cdc4;
  font-family: Georgia, serif;
  letter-spacing: 1.5px;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  color: #dce6e1;
  font-style: normal;
  line-height: 1.7;
}

.footer-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #b9cdc4;
  font-size: 14px;
}

.footer-legal,
.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal > * + *,
.footer-nav > * + * {
  position: relative;
}

.footer-legal > * + *::before,
.footer-nav > * + *::before {
  position: absolute;
  left: -10px;
  color: rgba(255, 255, 255, .35);
  content: "|";
}

.footer-meta a:hover,
.footer-meta a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #9eb2a9;
}

.footer-managed-markers {
  grid-column: 1 / -1;
  margin-top: 4px;
  flex-wrap: wrap;
}

.footer-conac {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.footer-conac-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
}

.footer-conac #_ideConac {
  display: block;
  line-height: 0;
}

.footer-conac img {
  display: block;
  width: auto;
  max-width: 80px;
  max-height: 80px;
  border: 0;
}

.footer-conac a {
  display: inline-block;
  line-height: 0;
}

.footer-page-links,
.contact-page-details {
  display: grid;
  gap: 16px;
  max-width: 720px;
  font-style: normal;
  line-height: 1.8;
}

.footer-page-links a {
  padding: 12px 16px;
  border: 1px solid var(--line);
}

@media (max-width: 760px) {
  .footer-main,
  .footer-meta,
  .footer-conac {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .footer-brand {
    flex-direction: column;
    gap: 10px;
  }

  .footer-logo {
    width: 56px;
    height: 56px;
  }

  .footer-brand strong {
    font-size: 21px;
  }

  .footer-brand small {
    font-size: 11px;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .footer-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1.7;
  }

  .footer-legal,
  .footer-nav,
  .footer-managed-markers {
    justify-content: center;
  }

  .footer-conac {
    min-height: 96px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-conac-inner {
    min-width: 64px;
    min-height: 64px;
  }

  .footer-conac img {
    max-width: 64px;
    max-height: 64px;
  }
}
