:root {
  --navy-deep: #071B33;
  --white-bright: #FAFAF8;
  --white-soft: #E8ECF2;
  --white-muted: #9DB0C8;
}

.ih-footer {
  background: var(--navy-deep);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 48px 24px 32px;
}

.ih-footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.ih-footer .f-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.ih-footer .f-word {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.30em;
  color: var(--white-bright);
}

.ih-footer .f-word .lower {
  letter-spacing: 0.10em;
}

.ih-footer .f-word .reg {
  position: absolute;
  top: -8px;
  right: -11px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--white-bright);
}

.ih-footer .f-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white-bright);
  flex: 0 0 auto;
  align-self: center;
  margin-top: 1px;
}

.ih-footer .f-slogan {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--white-soft);
  font-weight: 400;
}

.ih-footer .f-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 28px auto;
  max-width: 240px;
}

.ih-footer .f-legal {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}

.ih-footer .f-legal a {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--white-soft);
  text-decoration: none;
  font-weight: 400;
}

.ih-footer .f-legal a:hover {
  color: var(--white-bright);
}

.ih-footer .f-contact {
  margin-top: 22px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.ih-footer .f-contact a {
  color: var(--white-bright);
  text-decoration: none;
}

.ih-footer .f-contact a:hover {
  color: #ffffff;
}

.ih-footer .f-founded {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.10em;
  color: var(--white-muted);
  font-weight: 400;
}

.ih-footer .f-copy {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--white-muted);
  font-weight: 400;
}

@media (min-width: 760px) {
  .ih-footer {
    padding: 56px 56px 36px;
  }

  .ih-footer .f-legal {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
